/* Main Structure */
#outer-wrap {
    position: relative;
}

#nav-bg,
nav,
#main-section {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


#main-section {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

 .node-type-people #main-section {
        padding: 0;
    }

#nav-bg {
    background: #EEEFF0;
    border-right: 1px solid #FEE2C8;
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
}

nav {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 240px;
    z-index: 10;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: auto;
}


@media (min-width: 1200px) {
.teaser-image {
    max-height: 230px;
    max-width: 230px;
}
div.field-name-field-body img.teaser-image {
	 max-width: 230px;
}


}

@media (max-width: 1200px) {
.teaser-image {
    max-height: 190px;
    max-width: 190px;
}

#block-helper-kb-next-steps .get-in-touch-right img {
    max-width: 100px;
}

#block-helper-kb-next-steps .get-in-touch-middle {
    padding: 15px;
    margin-left: 100px;
    font-size: 0.8em;
}

div.client-logos {
	width: 22.6%;
}

}


@media ( max-width: 1170px) {
	
	/*
	#outer-wrap {
    padding-top: 190px;
    position: relative;
	}
	*/
	
	.jumptarget:before { 
    margin-top: -200px; 
	}
	
	html {
	scroll-padding-top: 200px; /* height of sticky header */
	}

	div.desc-read-more-btn::before, div.desc-read-more-btn::after, div.desc-close-btn::before, div.desc-close-btn::after {
	width: 20%;	
		}
	
}


@media (max-width: 1024px) {
    
    .jumptarget:before { 
    margin-top: -120px; 
	}
	
	html {
	scroll-padding-top: 120px; /* height of sticky header */
	}
    
    
    
    
    #outer-wrap {
    padding-top: 0px;
    position: relative;
	}
    
    
    .js nav,
    .js #nav-bg {
        -moz-transform: translate(-240px, 0px);
        -webkit-transform: translate(-240px, 0px);
        -ms-transform: translate(-240px, 0px);
        transform: translate(-240px, 0px);
    }

    .js #main-section {
        margin-right: 0;
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    
    .titlebar .breadcrumb {
    padding: 0 20px;
	}
	
	.view-people-details-top div.social {
    position: relative;
    width: 100%;
    padding-left: 0;
    border-left: none;
    min-height: auto;
    }
    
    .view-people-details-top div.social a {
    float: left;
    width: 33%;
	}
	
	.view-people-details-top div.intro-content {
    margin: 0 0 0 240px ;
    border-right: none;
    padding: 0 20px;
	}
	


}

body.nav-closed nav,
body.nav-closed #nav-bg {
    -moz-transform: translate(-240px, 0px);
    -webkit-transform: translate(-240px, 0px);
    -ms-transform: translate(-240px, 0px);
    transform: translate(-240px, 0px);
}
/*
#main-section {
    max-width: 1008px;
    background: #fff;
    padding: 0;
    position: relative;
    margin-right: 240px;
    min-width: 290px;
    -moz-transform: translate(240px, 0);
    -webkit-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    transform: translate(240px, 0);
   height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

}
#main-section.open {
    -moz-transform: translate(240px, 0);
    -webkit-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    transform: translate(240px, 0);
}

*/



.js nav.open,
.js #nav-bg.open {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

body.nav-closed #main-section {
    -moz-transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
    margin-right: 30px;
}

/* fixes to revert the iphone ones for tablet or greater */
@media screen and (min-width: 47.9375em) {
    html body {
        overflow-y: scroll;
    }

    body #main-section {
        overflow: visible;
        height: auto;
    }
}

.node-type-section-listing #fade-in-panel,
.page-our-people #fade-in-panel {
    width: 100%;
    max-width: 600px;
    margin: -120px auto 0;
    position: relative;
}

.node-type-section-listing #fade-in-panel img,
.page-our-people #fade-in-panel img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: inline-block;
}

@media screen and (max-width: 48em) {
    .node-type-section-listing #fade-in-panel,
    .page-our-people #fade-in-panel {
        padding: 0 40px;
        margin-top: 0;
    }
}


/* Content Header */

/*
#content-header-content {
  margin-bottom: 30px;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 41px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 99;
}

#content-header-content > div,
#content-header-lower > div {
  position: relative;
  width: 100%;
  padding: 0 40px;
}

#content-header h1#page-title {
  display: inline-block;
  vertical-align: top;
}
*/

@media screen and (max-width: 35.4375em) {

    h1#page-title {
        font-size: 1.5em;
    }
}

.node-type-section-listing #content-header-lower {
    border-bottom: 1px solid #e0e0e0;
}

.node-type-section-listing #content-header-lower-arrow {
    background: url('../images/global/grey-white-arrow.jpg') no-repeat 0 0;
    height: 31px;
    width: 81px;
    display: block;
    margin: -1px auto 40px;
}

@media screen and (max-width: 47.9375em) {
    #content-header-content {
        display: none;
    }
    
    .individuals-and-families  #content-header-content {
	    display: block;
    }

    #block-views-content-header-intro-block {
        font-size: 0.875em;
    }
}

/* Main Structure */

#wrap {
    position: relative;
}

@media screen and (max-width: 35.4375em) {
    #header-wrapper,
    #main-menu,
    #main-menu > div,
    #wrap,
    #footer-wrapper {
        width: 100%;
    }

    #main > div {
        width: 100%;
        display: block !important;
    }

    #wrap #page {
        padding: 0 15px;
    }
}

#main-content > div {
    margin: 0 0 15px 0;
}

#sidebar-first {
    padding-right: 20px;
}

#sidebar-first .section > .pure-g > .pure-u > div > div,
#sidebar-second .section > .pure-g > .pure-u > div > div {
    margin: 0 0 15px 0;
}

@media screen and (max-width: 35.4375em) {
    #sidebar-first {
        padding: 0;
    }
}

.not-logged-in #content-inner > div > div.tabs {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #content #content-inner {
        padding: 0;
    }
    .header-wrapper-small .header-bar {
    max-width: 100%;
	}
}

.no-sidebars #content {
    width: 100%;
}

/* Page */

@media only screen and (max-width: 767px) {
    .node-type-page .field-name-field-intro {
        font-size: 15px;
    }
    
    div.client-logos {
	width: 30.6%;
	}
}

/* People */

.node-type-people #profile-job-position,
.node-type-people #job-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.page-node-3 #content-header-lower-arrow,
.page-our-people #content-header-lower-arrow {
    background: url('../images/global/content-header-lower-arrow.png') no-repeat 0 0;
    opacity: 0.1;
    height: 29px;
    width: 79px;
    display: block;
    margin: 0 auto 40px;
}

.node-type-people #node_people_full_group_profile_main,
.node-type-people #node-people-full-group-profile-main {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    margin-bottom: 30px;
    background: #f2f2f2;
     background: url('../images/global/people-wrapper-bkgrd.png') repeat-x 0 0 #f2f2f2;
     clear: both;
     min-height: 550px;
}

.node-type-people #node_people_full_group_profile_main > div,
.node-type-people #node-people-full-group-profile-main > div {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.node-type-people .view-people-recent-blog-posts h3 {
    font-weight: 400;
}

.node-type-people #node_people_full_group_profile_main .group-left,
.node-type-people #node-people-full-group-profile-main .group-left {
    width: 300px;
    margin-top:57px;
    *width: 33.3023%;
    position: absolute;
}

#node_people_full_group_profile_main .field-name-field-image img,
#node-people-full-group-profile-main .field-name-field-image img {
    width: 100%;
    display: block;
    height: auto;
    max-width: 300px;
}

.node-type-people #node_people_full_group_profile_main .group-right,
.node-type-people #node-people-full-group-profile-main .group-right {
    width: auto;
    *width: 66.6357%;
    margin-left: 310px;
}

#node_people_full_group_profile_main .field-name-field-intro,
#node-people-full-group-profile-main .field-name-field-intro {
    margin-bottom: 0;
}

#node_people_full_group_profile_main .field-name-recent-blog-posts > div,
#node_people_full_group_profile_main #node_people_full_group_expertise .field-name-field-areas-of-expertise,
#node-people-full-group-profile-main #node-people-full-group-expertise .field-name-field-areas-of-expertise {
    border: 1px solid #d9d9d9;
    padding: 20px 30px;
}

#node_people_full_group_profile_main #node_people_full_group_expertise .field-name-field-areas-of-expertise .field-label,
#node-people-full-group-profile-main #node-people-full-group-expertise .field-name-field-areas-of-expertise .field-label {
    border: 0 none;
    color: #444444;
    font-size: 1.414em;
    margin-bottom: 0.5em;
    padding: 0;
    font-weight: normal;
    text-align: left;
}

#node_people_full_group_profile_main #node_people_full_group_expertise .field-name-field-areas-of-expertise .field-item,
#node-people-full-group-profile-main #node-people-full-group-expertise .field-name-field-areas-of-expertise .field-item {
    background: url('../images/global/expertise-tag-icon.png') no-repeat 0 0;
    padding-left: 30px;
    margin-bottom: 8px;
}

.node-type-people .field-label {
    text-align: center;
    font-size: 2.375em;
    margin-bottom: 0.4em;
    letter-spacing: -1px;
    font-weight: 500;
    font-style: normal;
    color: black;
}

.node-type-people .field-type-text-long:not(.field-name-field-biography):not(.field-name-field-intro) .field-items {
    border-left: 2px solid black;
    padding: 12px 25px 1px;
    background: #f2f2f2;
}

.node-type-people .field-name-field-image {
    margin-bottom: 10px;
}

.node-type-people .field-name-field-direct-dial,
.node-type-people .field-name-field-email,
.node-type-people .field-name-field-twitter-handle,
.node-type-people .field-name-field-linkedin-profile,
.node-type-people .field-name-field-videos-link {
    margin-bottom: 8px;
    line-height: 2em;
}

.node-type-people .field-name-field-direct-dial,
.node-type-people .field-name-field-email a,
.node-type-people .field-name-field-twitter-handle,
.node-type-people .field-name-field-linkedin-profile a,
.node-type-people .field-name-field-videos-link a {
    color: #999;
    padding-left: 45px;
    height: 38px;
    background-image: url('../images/global/social-network-icons-vertical.png');
    background-repeat: no-repeat;
    background-position: -1px -217px;
    display: block;
}

.node-type-people .field-name-field-email a {
    background-position: -1px -44px;
    color: #ff7900;
    display: none;
}

.node-type-people .emailforprint {
	display: none;
}

.node-type-people .field-name-field-email a:hover {
    background-position: -1px -261px;
    color: #999;
}

.node-type-people .field-name-field-twitter-handle {
    background-position: -1px -133px;
}

.node-type-people .field-name-field-twitter-handle a {
    color: #ff7900;
}

.node-type-people .field-name-field-twitter-handle:hover {
    background-position: -1px -304px;
}

.node-type-people .field-name-field-twitter-handle:hover a {
    color: #999;
}

.node-type-people .field-name-field-linkedin-profile a {
    background-position: -1px -88px;
    color: #ff7900;
}

.node-type-people .field-name-field-linkedin-profile a:hover {
    background-position: -1px -351px;
    color: #999;
}

.node-type-people .field-name-field-videos-link a {
    background-position: -1px -180px;
    color: #ff7900;
}

.node-type-people .field-name-field-videos-link a:hover {
    background-position: -1px -397px;
    color: #999;
}

.button.fill.twitter,
.button.fill.linkedin,
.button.fill.youtube {
	line-height: 48px;
	color: #fff;
	vertical-align: sub;
}

.button.fill.twitter {
	background: #55acee;
	border: #55acee;
}

.button.fill.linkedin {
	background: #0077b5;
	border: #0077b5;
}


.button.fill.youtube {
	background: #bb0000;
	border: #bb0000;
}



@media only screen and (max-width: 767px) {

    .node-type-people h1#page-title {
        padding: 0 40px;
    }

    .node-type-people #profile-job-position,
    .node-type-people #job-title {
        padding: 0 40px;
    }

    .node-type-people #node_people_full_group_profile_main .group-left,
    .node-type-people #node_people_full_group_profile_main .group-right,
    .node-type-people #node-people-full-group-profile-main .group-left,
    .node-type-people #node-people-full-group-profile-main .group-right {
        width: 100%;
        display: block;
        margin: 0;
        position: relative;
    }
    
    .node-type-people #node-people-full-group-profile-main {
	    background: none;
	    min-height: auto;
    }

    .node-type-people .field-type-text-long:not(.field-name-field-biography) .field-items {
        border-left: 0;
    }

    #node_people_full_group_profile_main .field-name-field-biography,
    #node_people_full_group_profile_main .field-name-recent-blog-posts,
    #node_people_full_group_profile_main #node_people_full_group_expertise,
    #node_people_full_group_profile_main .field-name-field-intro,
    #node-people-full-group-profile-main .field-name-field-biography,
    #node-people-full-group-profile-main .field-name-recent-blog-posts,
    #node-people-full-group-profile-main #node-people-full-group-expertise,
    #node-people-full-group-profile-main .field-name-field-intro {
        padding-left: 0;
    }
    
    

	
	.page-node-1729 #block-block-41 img {
    top: 20px;
	}
    
    div#block-block-44 img {
	max-width: 70px;
	top: 0;
	}
    
    div#block-block-18 div.dfl-logo {
	max-width: 70px;
	top: 10px;
	}
	
	div#block-block-18 h3 {
	padding-top: 5px;
	font-size: 24px;
	margin-right: 95px;
	}
	div#block-block-18 h3::after {
    font-size: 24px;
	}
	
	div#block-block-18 p {
	padding-top: 5px;
	margin-right: 95px;
	}
	
	.anchor-blocked-orange {
    width: 48%;
	}
    
}

@media screen and (max-width: 47.9375em) {

    .node-type-people #main #content .box {
        padding: 20px 0;
    }

    .node-type-people .field-name-field-direct-dial .field-item {
        font-size: 0.875em;
    }
}

/* View: Service section pages */

.page-node-15 #content-header-lower-arrow,
.page-node-20 #content-header-lower-arrow,
.page-node-21 #content-header-lower-arrow,
.page-node-22 #content-header-lower-arrow {
    background: url("../images/global/content-header-lower-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 29px;
    margin: 0 auto 40px;
    opacity: 0.1;
    width: 79px;
}

.page-node-15 #content > .box {
    padding: 0;
}

.node-type-section-listing #main-content .section {
    background: #e5e5e5;
    margin: 0;
    padding: 30px 40px;
    height: 105px;
    overflow: hidden;
}

.page-node-15 #main-content .section {
    height: 250px;
}

.node-type-section-listing #main-content .section:nth-child(2n+2) {
    background: #f2f2f2;
}

.node-type-section-listing #main-content .section h3 a {
    display: block;
}

.node-type-section-listing #main-content .section .field-name-field-intro {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 1em;
}

.node-type-section-listing #main-content .child-sections ul {
    margin: 0;
    padding: 0;
}

.node-type-section-listing #main-content .child-sections ul li {
    margin-bottom: 15px;
}

.node-type-section-listing #main-content .child-sections ul li .child-section {
    padding-right: 20px;
}

.node-type-section-listing #main-content .child-sections ul li a {
    background: url('../images/global/services-item-arrow.png') no-repeat 0 4px;
    display: block;
    color: black;
    padding-left: 20px;
    font-size: 1.125em;
}

@media screen and (max-width: 35.4375em) {

    .node-type-section-listing #main-content .child-sections ul li {
        width: 100%;
    }

    .node-type-section-listing #main-content .section .field-name-field-intro {
        padding: 0;
    }

    .node-type-section-listing #main-content .section .field-name-field-intro p {
        font-size: 0.875em;
    }

    .node-type-section-listing #main-content .child-sections {
        display: none;
    }

    .node-type-section-listing #main-content .section .field-name-field-intro {
        margin-bottom: 0;
    }

    .node-type-section-listing #main-content .section {
        height: auto;
    }

}

@media screen and (max-width: 1023px) {
    .node-type-section-listing #main-content .section .field-name-field-intro {
        font-size: 1em;
    }
}

@media screen and (max-width: 582px) {
    .node-type-section-listing #main-content .section {
        background: #f2f2f2;
    }

    .node-type-section-listing #main-content .section:nth-child(2n+2) {
        background: #e5e5e5;
    }
}

/* View: Service - Related Team */

.view-service-related-team h2 {
    text-align: center;
}

/* View: Service/People - Related Knowledge Hub */

.view-service-related-knowledge-hub h2,
.view-people-related-knowledge-hub h2 {
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 2.375em;
}

.view-service-related-knowledge-hub .view-header p,
.view-people-related-knowledge-hub .view-header p,
.view-service-related-team .view-header p {
    text-align: center;
    font-size: 1.1875em;
    font-size: 1.1875rem;
    padding: 0 15px;
    font-weight: 400;
}

.view-service-related-knowledge-hub .article .intro,
.view-people-related-knowledge-hub .article .intro,
.view-home-recent-knowledge-hub .article .intro {
    background: white;
    min-height: 115px;
    margin-bottom: 3px;
    display: block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
    width: 100%;
}

.view-service-related-knowledge-hub .article .intro > div,
.view-people-related-knowledge-hub .article .intro > div,
.view-home-recent-knowledge-hub .article .intro > div {
    padding: 20px 40px;
}

.view-service-related-knowledge-hub .article .intro p,
.view-people-related-knowledge-hub .article .intro p,
.view-home-recent-knowledge-hub .article .intro p {
    margin: 0;
}

.view-service-related-knowledge-hub .article .intro .date,
.view-people-related-knowledge-hub .article .intro .date,
.view-home-recent-knowledge-hub .article .intro .date {
    margin-bottom: 8px;
}

.view-service-related-knowledge-hub .article .intro .title,
.view-people-related-knowledge-hub .article .intro .title,
.view-home-recent-knowledge-hub .article .intro .title {
    font-weight: 400;
}

.view-service-related-knowledge-hub .article .credit,
.view-people-related-knowledge-hub .article .credit,
.view-service-related-knowledge-hub .article .service-content,
.view-people-related-knowledge-hub .article .service-content,
.view-home-recent-knowledge-hub .article .credit,
.view-home-recent-knowledge-hub .article .service-content {
    font-size: 0.8125em;
    max-height: 50px;
    overflow: auto;
    word-wrap: break-word;
}

.view-service-related-knowledge-hub .article .credit > div,
.view-people-related-knowledge-hub .article .credit > div,
.view-home-recent-knowledge-hub .article .credit > div {
    min-height: 28px;
    padding-top: 5px;
}

.view-service-related-knowledge-hub .article .author,
.view-people-related-knowledge-hub .article .author,
.view-home-recent-knowledge-hub .article .author {
    display: block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    width: 100%;
}

.view-service-related-knowledge-hub .article .author td,
.view-people-related-knowledge-hub .article .author td,
.view-home-recent-knowledge-hub .article .author td {
    width: 50%;
}

.view-service-related-knowledge-hub .article .author,
.view-people-related-knowledge-hub .article .author,
.view-home-recent-knowledge-hub .article .author {
    padding-right: 2px;
}

.view-service-related-knowledge-hub .article .service,
.view-people-related-knowledge-hub .article .service,
.view-home-recent-knowledge-hub .article .service {
    padding-left: 1px;
}

.view-service-related-knowledge-hub .article .author > div,
.view-service-related-knowledge-hub .article .service > div,
.view-people-related-knowledge-hub .article .service > div,
.view-people-related-knowledge-hub .article .author > div,
.view-home-recent-knowledge-hub .article .author > div,
.view-home-recent-knowledge-hub .article .service > div {
    background: white;
    font-size: 0.8125em;
    padding: 8px 12px;
}

.view-service-related-knowledge-hub .Factsheet,
.view-people-related-knowledge-hub .Factsheet,
.view-home-recent-knowledge-hub .Factsheet {
    background: url('../images/global/factsheet-icon-white.png') no-repeat;
    background-position: -23px 0;
    padding-left: 30px;
}

.view-service-related-knowledge-hub .News,
.view-people-related-knowledge-hub .News,
.view-home-recent-knowledge-hub .News {
    background: url('../images/global/news-icon.png') no-repeat;
    background-position: -18px 0;
    padding-left: 26px;
}

.view-service-related-knowledge-hub .Podcast,
.view-people-related-knowledge-hub .Podcast,
.view-home-recent-knowledge-hub .Podcast {
    background: url('../images/global/podcast-icon.png') no-repeat;
    background-position: -8px 4px;
    padding-left: 33px;
}

.view-service-related-knowledge-hub .article .Event,
.view-people-related-knowledge-hub .article .Event,
.view-home-recent-knowledge-hub .article .Event {
    background: url("../images/global/event-icon.png") no-repeat;
    background-position: -18px 4px;
    padding-left: 33px;
}

.view-service-related-knowledge-hub .article .Infographic,
.view-people-related-knowledge-hub .article .Infographic,
.view-home-recent-knowledge-hub .article .Infographic {
    background: url("../images/global/infographic-icon.png") no-repeat;
    background-position: -20px 4px;
    padding-left: 33px;
}

.view-service-related-knowledge-hub .article .eBulletin,
.view-people-related-knowledge-hub .article .eBulletin,
.view-home-recent-knowledge-hub .article .eBulletin {
    background: url("../images/global/ebulletin-icon.png") no-repeat;
    background-position: -24px 4px;
    padding-left: 33px;
}

.view-service-related-knowledge-hub .article .Blog,
.view-people-related-knowledge-hub .article .Blog,
.view-home-recent-knowledge-hub .article .Blog {
    background: url("../images/global/blog-icon.png") no-repeat;
    background-position: -24px 1px;
    padding-left: 33px;
}

.view-service-related-knowledge-hub .article .Article,
.view-people-related-knowledge-hub .article .Article,
.view-home-recent-knowledge-hub .article .Article {
    background: url("../images/global/article-icon.png") no-repeat;
    background-position: -24px -2px;
    height: 30px;
    padding-left: 33px;
}

/* Service - Page */

.highlight-box {
    background: #f2f2f2;
    padding: 20px;
    margin: 30px 0;
    overflow: hidden;
}

.dfl-family.highlight-box {
    background: transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.dfl-family.highlight-box .button,
.button.green {
    background: transparent;
    border: #b8b308 2px solid;
    color: #b8b308;
}

.dfl-family.highlight-box .button:hover,
.button.green:hover {
    background: #808285;
    color: #fff;
}

.dfl-family.highlight-box .button a {
    color: #b8b308;
}

.dfl-family.highlight-box .button:hover a {
    color: #fff;
}

.highlight-image {
    float: left;
    margin-right: 20px;
    max-width: 160px;
}

.dfl-family.highlight-box .highlight-image {
    max-width: 300px;
}

.highlight-box img.ourfamily {
    max-height: 85px;
    width: auto;
}

.field.field-name-field-dfl-family-block-panel,
.field.field-name-field-image-dfl {
	margin-bottom: 0;
}

#node_service_full_group_highlight,
#node-service-full-group-highlight {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    background: #e9e9e9;
    margin-bottom: 2em;
}

#node_service_full_group_left,
#node-service-full-group-left {
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
    width: 37.5000%;
    *width: 37.4690%;
}

#node_service_full_group_left .field-name-field-highlight-image,
#node-service-full-group-left .field-name-field-highlight-image {
    margin-bottom: 0;
}

#node_service_full_group_left img,
#node-service-full-group-left img {
    width: 100%;
    height: auto;
    display: block;
}

#node_service_full_group_right,
#node-service-full-group-right {
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
    width: 62.5000%;
    *width: 62.4690%;
}

#node_service_full_group_right > div,
#node-service-full-group-right > div {
    padding-left: 25px;
    margin-bottom: 0;
}

#node_service_full_group_right .field-name-field-highlight-link a,
#node-service-full-group-right .field-name-field-highlight-link a {
    background: url('../images/global/article-icon.png') no-repeat -27px 0;
    height: 31px;
    width: 160px;
    display: block;
    padding-bottom: 20px;
    padding-left: 32px;
    padding-top: 9px;
    color: black;
}

#node_service_full_group_right > .field-name-field-highlight-text p,
#node-service-full-group-right > .field-name-field-highlight-text p {
    padding-top: 0.8em;
    padding-right: 0.8em;
    margin-bottom: 0.6em;
}

.node-people.node-teaser {
    background: #f2f2f2;
    padding: 20px 5px 20px 20px;
    margin-bottom: 20px;
}

#block-donations-thermometer-donations-thermometer-block-1 {
    padding: 0;
}

#block-donations-thermometer-donations-thermometer-block-1 h2 {
    width: 100%;
    }

/* Custom Donations Thermometer Block Styling */

div.gauge.small.vertical.image {
    background: transparent url("../images/new/fund-raising-vertical-01.png") no-repeat scroll left top;
    height: 211px;
    position: relative;
    width: 74px;
}

div.gauge.small.vertical.image > span.current-meter {
    background: transparent url("../images/new/fund-raising-vertical-01.png") no-repeat scroll right bottom;
    bottom: 0;
    left: 6px;
    position: absolute;
    text-align: center;
    width: 100%;
}


div.gauge.small.horizontal.image {
    background: transparent url("../images/new/fund-raising-horizontal-01.png") no-repeat scroll left top;
    height: 60px;
    position: relative;
    width: 240px;
    margin-left: -15px;
}

div.gauge.small.horizontal.image > span.current-meter {
    background: transparent url("../images/new/fund-raising-horizontal-01.png") no-repeat scroll left bottom;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}






#donations_thermometer-1 {
	float: left;
}

#block-donations-thermometer-donations-thermometer-block-1 .description {
	padding: 12px 0 0 0;
	margin-left: 20px;
}

.node-people.node-teaser p {
    clear: both;
    padding-top: 5px;
}

.node-people.node-teaser .button,
.group-left .button {
    margin: 5px 5px 5px 0;
}

.email-cta {
    /* text-transform: uppercase;*/
	font-size: 13px;
}

.profile-image {
    float: left;
    margin-right: 10px;
}

@media (min-width: 768px){
    .profile-image {
        max-width: 100px;
    }
}

.job-position,
.person-title {
    text-transform: uppercase;
    font-size: 14px;
}

.person-title {
    font-weight: bold;
}


.node-people.node-teaser .group-left {
    margin: 0;
    float: none;
}

.node-people.node-teaser .group-left div {
    margin: 0;
}

.node-people.node-teaser .group-left img {
    width: 100%;
    height: auto;
    display: block;
}

.node-people.node-teaser .group-right {
    color: white;
    float: none;
}

.node-people.node-teaser .group-right div.field-name-field-intro {
    padding: 6px 20px 5px;
    margin: 0;
    color: white;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875em;
}

.node-people.node-teaser .group-right div.field-name-title {
    padding: 20px 20px 0;
    margin: 0;
}

.node-people.node-teaser .group-right div.field-name-title a:hover {
    color: inherit;
}

.node-people.node-teaser .group-right div.field-name-field-job-position {
    padding: 0 20px;
    margin: 0 0 5px;
}

.node-people.node-teaser .group-right div.field-name-field-job-title {
    padding: 0 20px;
    margin: 0 0 5px;
}

.node-people.node-teaser .group-footer {
    background: #e9e9e9;
}

.node-people.node-teaser .pure-u-1 {
    margin-bottom: 0;
}

.node-people.node-teaser .group-footer > div {
    margin-bottom: 0;
    padding: 8px 10px;
    border-top: 2px solid white;
}

.node-people.node-teaser .group-footer .field-name-field-email {
    border-left: 1px solid white;
    background: url('../images/global/email-icon.png') no-repeat 10px 8px;
    padding-left: 45px;
}

.node-people.node-teaser .group-footer .field-name-field-email a {
    color: black;
}

.node-people.node-teaser .group-footer .field-name-field-direct-dial {
    border-right: 1px solid white;
    background: url('../images/global/direct-dial-icon.png') no-repeat 10px 6px;
    padding-left: 38px;
    font-weight: 500;
    font-style: normal;
}

.node-people.node-teaser .field-items {
    float: none;
}

@media screen and (max-width: 35.4375em) {
    #node_service_full_group_highlight,
    #node-service-full-group-highlight {
        margin: 0 0 20px;
    }

    #node_service_full_group_highlight > div,
    #node-service-full-group-highlight > div {
        width: 100%;
        display: block;
    }

    #node_service_full_group_highlight .field-name-field-highlight-link,
    #node-service-full-group-highlight .field-name-field-highlight-link {
        padding-bottom: 25px;
    }

    .field-name-field-related-team-members .node-teaser > div {
        width: 100%;
        display: block;
    }
    
    
    div.knowledge-teaser {
		border-bottom: none;
		border-right: none;
		    }
    
}

/* Knowledge Hub - Listing */

.view-blog .view-content {
    margin-bottom: 40px;
}

.view-blog .view-filters {
    padding-bottom: 25px;
    border-bottom: 2px solid #e1e1e1;
}

.view-blog .view-filters #edit-title-wrapper {
    width: 100%;
    float: none;
    padding: 23px 0 0;
}

.view-blog .view-filters #edit-title-wrapper .form-inner-box {
    float: none;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.view-blog .view-filters #edit-title-wrapper .form-inner-box > div /* (sorry -- time!) */
{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}

.view-blog .view-filters #edit-title-wrapper label {
    font-size: 1.5em;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.view-blog .view-filters #edit-title-wrapper .views-widget {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.view-blog .view-filters input,
.view-blog .view-filters select,
.view-blog .view-filters .customSelect {
    width: 100%;
    border: 1px solid #bcbcbc;
    height: 40px;
    
}

.view-blog .view-filters #edit-category-wrapper,
.view-blog .views-widget-filter-field_service_type_tid,
.view-blog .view-filters #edit-author-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    float: none;
    margin-bottom: 0;
}

.view-blog .view-filters label {
    font-size: 1.0625em;
    margin-bottom: 6px;
}

#edit-submit-blog {
    float: right;
    margin: 0;
    width: auto;
}

#views-exposed-form-blog-page .views-exposed-form .views-submit-button:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}

#views-exposed-form-blog-page .views-exposed-form .views-submit-button {
    float: none;
    margin: 0;
    padding: 0 20px 20px;
    width: 100%;
}

.page-node-36 #content-header-lower-arrow {
    background: url('../images/global/content-header-lower-arrow.png') no-repeat 0 0;
    opacity: 0.1;
    height: 29px;
    width: 79px;
    display: block;
    margin: 0 auto 40px;
}

#views-exposed-form-blog-page {
    width: 100%;
}

.pure-u-1-3.views-exposed-widget.views-widget-filter-combine {
    padding: 20px;
}

@media screen and (max-width: 35.4375em) {
    .view-blog .article {
        width: 100%;
        display: block;
        height: auto;
        padding-bottom: 30px;
    }

    .view-blog .view-filters #edit-category-wrapper,
    .view-blog .view-filters #edit-field-service-type-tid-wrapper,
    .view-blog .view-filters #edit-author-wrapper,
    .view-blog .view-filters .views-widget-sort-by,
    .view-blog .view-filters .views-widget-sort-order,
    .view-blog .view-filters .views-submit-button {
        width: 100%;
        display: block;
        margin: 0 0 10px;
        padding: 0;
    }

    .view-blog .view-filters #edit-category-wrapper,
    .view-blog .view-filters #edit-author-wrapper,
    .view-blog .view-filters #edit-field-service-type-tid-wrapper {
        padding: 5px 20px;
    }

    .view-blog .view-filters #edit-field-service-type-tid-wrapper {
        width: 100%;
        display: block;
        margin: 0 0 10px;
        padding: 5px 20px;
    }

    .view-blog .view-filters #edit-title-wrapper {
        border: 0;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .view-blog .view-filters #edit-title-wrapper label,
    .view-blog .view-filters #edit-title-wrapper .views-widget {
        width: 100%;
        display: block;
        margin: 0 0 10px;
        padding: 0;
    }

    .view-blog .view-filters #edit-title-wrapper label {
        font-size: 1.125em;
        margin-bottom: 15px;
        margin-top: 20px;
    }
}

/* Property: Listing and Map */

#map {
    height: 600px;
    margin: 0 20px;
    padding: 0px
}

#main-content #block-bdp-integration-bdp-integration-properties-form {
    margin-bottom: 40px;
    padding: 0 20px;
}

#main-content #bdp-integration-form > div {
    border: 1px solid #ccc;
    padding: 30px 30px 45px;
}

#main-content #bdp-integration-form > div h3 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#main-content #block-bdp-integration-bdp-integration-properties-form .form-item {
    margin: 0 0 20px;
}

#main-content #block-bdp-integration-bdp-integration-properties-form .form-item-pricefrom,
#main-content #block-bdp-integration-bdp-integration-properties-form .form-item-ls,
#main-content #block-bdp-integration-bdp-integration-properties-form .form-item-ord {
    padding-right: 20px;
}

#main-content #block-bdp-integration-bdp-integration-properties-form .form-item input {
    width: 100%;
}

#main-content #block-bdp-integration-bdp-integration-properties-form input.form-submit {
    margin-top: 20px;
}

#main-content #block-bdp-integration-bdp-integration-properties-tabs {
    margin-bottom: 25px;
    padding: 0 20px;
}

#block-bdp-integration-bdp-integration-properties-tabs ul {
    padding: 0 0 0 30px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#block-bdp-integration-bdp-integration-properties-tabs ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}

#block-bdp-integration-bdp-integration-properties-tabs ul li a {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 6px 15px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
}

#block-bdp-integration-bdp-integration-properties-tabs ul li a:hover {
    background: #ddd;
    color: #666;
    border-color: #ddd;
}

/* property listings */
.page-node-32 #content-header-lower-arrow {
    background: url('../images/global/content-header-lower-arrow.png') no-repeat 0 0;
    opacity: 0.1;
    height: 29px;
    width: 79px;
    display: block;
    margin: 0 auto 40px;
}

.page-node-32 div.property {
    margin-bottom: 40px;
    border-bottom: 1px solid #ecebeb;
    padding-bottom: 40px;
}

.page-node-32 div.property a img {
    width: 100%;
    max-width: 440px;
    height: auto;
    display: block;
}

.page-node-32 div.property a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.page-node-32 div.property-info h3 {
    margin-bottom: 0.1em;
}

.page-node-32 div.property-info div.price {
    margin-bottom: 10px;
    font-weight: bold;
}

.page-node-32 div.property-info div.desc {
    margin-bottom: 15px;
    font-weight: 400;
}

.page-node-32 div.property-info div.address {
    margin-bottom: 30px;
    font-size: 1.25em;
}

.page-node-32 div.property-details {
    text-align: left;
}

.page-node-32 div.property-details ul {
    margin: 0;
    padding: 0;
}

.page-node-32 div.property-details li {
    display: block;
}

.property .selling-status {
    color: #FF7900;
    padding: 0.25em 0;
    margin: 0.5em 0;
    font-size: 1.25em;
    border-top: 2px solid #FF7900;
    border-bottom: 2px solid #FF7900;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    max-width: 440px;
}

body.page-properties-sale .property .selling-status {
    max-width: 100%;
}

#pagination > div {
    text-align: center;
}

#pagination ul {
    margin: 0;
    padding: 0;
}

#pagination ul li {
    margin-right: 6px;
}

#pagination ul li a {
    color: black;
}

#pagination ul li.active a {
    color: #ff7900;
}

@media screen and (max-width: 35.4375em) {

    #main-content #block-bdp-integration-bdp-integration-properties-form .form-item {
        width: 100%;
        padding: 0;
    }

    #block-bdp-integration-bdp-integration-properties-tabs ul li {
        margin: 0 2px 0 0;
    }

    .property > div > div {
        width: 100%;
        margin-bottom: 15px;
    }

    .property > div > div img {
        width: 100%;
        display: block;
        height: auto;
    }
}

@media screen and (min-width: 64em) {
    .page-node-32 div.property-info {
        padding-right: 15px;
        padding-left: 30px;
    }
}

/* Property - Map */

.property-info-window {
    height: 200px;
    width: 160px;
}

.property-info-window .image {
    margin-bottom: 5px;
}

.property-info-window .image img {
    width: 100%;
    height: auto;
    display: block;
}

.property-info-window .view a {
    width: 100%;
    text-align: center;
    display: block;
}

.property-info-window .selling-status h3 {
    color: #FF7900;
}

/* Property - Single page */

.page-properties-sale #property-top {
    margin-bottom: 30px;
    width: 100%;
}

.page-properties-sale #property-body {
    width: 100%;
}

.page-properties-sale #property-body p {
    font-weight: 400;
}

.page-properties-sale #property-images {
    padding-right: 30px;
}

.page-properties-sale #property-images .jcarousel-wrapper {
    margin-top: 0;
}

.page-properties-sale #property-images .jcarousel {
    margin-bottom: 5px;
}
.jcarousel-pagination.pure-g {
    margin-top: 0;
}

.page-properties-sale #property-images #carousel-prev {
    display: inline-block;
    width: 49%;
    text-align: left;
}

.page-properties-sale #property-images #carousel-next {
    display: inline-block;
    width: 49%;
    text-align: right;
}

.page-properties-sale #property-info {
    padding-left: 10px;
}

.page-properties-sale h1 {
    color: #ff7900;
    margin-bottom: 0.05em;
    font-size: 1.5em;
}

.page-properties-sale #property-info .address {
    margin-bottom: 10px;
}

.page-properties-sale #property-info ul {
    margin: 0 0 30px;
    padding: 0;
}

.page-properties-sale #property-info ul li {
    display: block;
    margin: 0 0 5px;
}

.page-properties-sale #property-info #price {
    margin-bottom: 20px;
}

.page-properties-sale #property-info #property-buttons {
    margin: 0;
    padding: 0;
}

.page-properties-sale #property-info #property-buttons li {
    display: block;
    margin: 0 0 10px;
}

@media screen and (max-width: 730px) {
    .page-properties-sale #property-images {
        padding-right: 0px;
        margin-right: 0px;
    }

    .page-properties-sale #content > .box {
        padding: 0 20px;
    }

    .page-properties-sale #property-images #carousel-prev,
    .page-properties-sale #property-images #carousel-next {
        width: 48%;
    }

    .page-properties-sale #property-images .jcarousel-wrapper {
        margin-bottom: 10px;
    }
       .page-node-580 div.field-name-field-phone-number,
	.page-node-580 div.field-name-field-fax-number {
    width: 100%;
    display: block;
}
}

/* People: Listing */

.page-node-3 #content > .box,
.page-our-people #content > .box {
    padding: 20px 0;
}

.view-people-listing .view-empty {
    margin: 20px 35px;
}

.node-type-people #views-exposed-form-people-listing-page-1 .views-exposed-widgets {
    margin: 0;
}
/*
#views-exposed-form-people-listing-page-1 .views-widget-filter-title {
    padding: 20px 0 0;
}
*/
.our-people-filter-sec {
    background: #f2f2f2;
}

#views-exposed-form-people-listing-page-1 .views-widget-filter-title .form-inner-box {
    float: none;
    margin: 0;
}

#views-exposed-form-people-listing-page-1 .views-widget-filter-title .form-inner-box label {
    font-weight: normal;
}

#views-exposed-form-people-listing-page-1 .views-widget-filter-title .views-widget {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*
#views-exposed-form-people-listing-page-1 .views-widget-filter-title .views-widget > div {
    padding-left: 40px;
}
*/
#views-exposed-form-people-listing-page-1 .views-exposed-widget.views-submit-button input {
    font-size: 16px;
    letter-spacing: 0.5px;
}
#views-exposed-form-people-listing-page-1 .views-exposed-widget.views-submit-button input:hover {
    color: #fff;
    background: #ff7900;
    border-color: #ff7900;
}
#views-exposed-form-people-listing-page-1 .views-exposed-form .form-item input {
    border: 1px solid #bcbcbc;
    padding: 10px 10px;
}
#views-exposed-form-people-listing-page-1 .views-widget-filter-title .views-widget input {
    width: 100%;
}

#views-exposed-form-people-listing-page-1 #edit-service-wrapper,
#views-exposed-form-people-listing-page-1 #edit-location-wrapper {
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#views-exposed-form-people-listing-page-1 .views-widget-sort-by,
#views-exposed-form-people-listing-page-1 .form-item-sort-order label {
    display: none;
}

#views-exposed-form-people-listing-page-1 .views-widget-sort-by label.visible {
    display: block;
}

#views-exposed-form-people-listing-page-1 #edit-service-wrapper,
#views-exposed-form-people-listing-page-1 #edit-location-wrapper,
#views-exposed-form-people-listing-page-1 .views-exposed-form .views-widget-per-page,
#views-exposed-form-people-listing-page-1 .views-widget-sort-order,
#views-exposed-form-people-listing-page-1 #edit-service-type-wrapper {
    padding: 20px;
}

#views-exposed-form-people-listing-page-1 #edit-service-wrapper input,
#views-exposed-form-people-listing-page-1 #edit-location-wrapper select {
    width: 100%;
}

#views-exposed-form-people-listing-page-1 .views-exposed-form .views-exposed-widget {
    float: none;
}

#views-exposed-form-people-listing-page-1 .views-exposed-form .views-submit-button {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#views-exposed-form-people-listing-page-1 {
	padding: 10px 20px;
    border-left: none;
    margin-bottom: 30px;
}
#views-exposed-form-people-listing-page-1 .views-exposed-form .views-submit-button:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: ".";
    height: 1px;
}

#views-exposed-form-people-listing-page-1 select  {
	font-family: 'Whitney SSm A', "Whitney SSm B", arial;
}

.view-people-listing .box {
    max-width: 238px;
    margin: 0 auto;
}

.view-people-listing .attachment {
    margin: 20px 0px 0 0px;
    background-color: #f2f2f2;
    padding: 10px 20px;
}


.view-people-listing .attachment .view-content,
.view-people-listing .attachment .view-footer,
.view-people-listing .attachment .view-footer p {
    display: inline;
}
.view-people-listing .attachment .view-display-id-attachment_1 span {
    border-right: 2px solid #2f2f2f;
}
.view-people-listing .attachment .view-display-id-attachment_1 span:first-child {
  /*  margin-left: -15px; */
}


.our-people-or  {
    height: 42px;
    margin: 0px 20px;
    text-align: center;
    font-size: 28px;
    position: relative;
}

.our-people-or:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #000;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}


.our-people-or p {
    z-index: 3;
    width: auto;
    display: inline-block;
    background-color: #f2f2f2;
    padding: 0 30px;
    position: relative;
    margin: 0;
}



.view-people-listing .attachment .views-summary a {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    margin: 0 15px 15px 15px;
    margin-left: 15px;
    font-size: 20px;
    color: #ff7900;
    vertical-align: top;
    font-weight: normal;
}

.view-people-listing .attachment .views-summary a.active,
.view-people-listing .attachment .views-summary a:hover {
    background: #000;
    color: #fff;
}

.view-people-listing .attachment .view-footer {
    padding-left: 20px;
}

#edit-submit-people-listing {
    float: right;
    margin: 40px 0 0 0;
}

.view-people-listing .unit-content {
    display: inline-block;
    background-color: #ff7900;
}

.view-people-listing .unit-content .views-field:not(.views-field-field-image) {
    margin: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.view-people-listing .unit-content .views-field-title a {
    color: #2f2f2f;
    font-weight: bold;
}

.view-people-listing .view-content > div:nth-child(4n+4) .inner {
    margin: 0;
}

.view-service-related-team .view-content > div .inner {
    background: #e5e5e5;
    width: 100%;
    padding-right: 0;
}

.view-service-related-team .view-content > div .inner:hover .views-field-title a {
    color: #f60;
}

.view-people-listing .view-content > div .inner .views-field-field-image img {
    width: 100%;
    height: auto;
    display: block;
}

.view-service-related-team .view-content .inner .views-field-field-image img {
    display: block;
    width: 100%;
    height: auto;
}

.view-people-listing .view-content > div .inner .views-field-title,
.view-service-related-team .view-content .inner .views-field-title {
    background: #ff7900;
}

.view-people-listing .view-content > div .inner .views-field-title a,
.view-service-related-team .view-content .inner .views-field-title a {
    padding: 16px 22px 0;
    display: block;
    color: black;
}

.view-people-listing .view-content > div .inner .views-field-field-office-location {
    padding: 0 22px 5px;
}

.view-people-listing .view-content > div .inner .views-field-field-job-position,
.view-service-related-team .view-content .inner .views-field-field-job-position {
    padding: 0 22px 0px;
    display: block;
    background: #ff7900;
    color: white;
}

.view-people-listing .view-content > div .inner .views-field-field-job-title,
.view-service-related-team .view-content .inner .views-field-field-job-title {
    padding: 0 22px 20px;
    background: #ff7900;
}

.view-people-listing .view-content > div .inner .views-field-field-office-location {
    padding-bottom: 16px;
}

.view-people-listing .view-content > div .inner .views-field-field-areas-of-expertise {
    padding: 0 22px 16px;
}

.view-people-listing .view-content > div .inner .views-field-field-areas-of-expertise .field-content {
    background: url('../images/global/services-tag-icon.png') no-repeat 0 -19px;
    padding-left: 25px;
    font-size: 0.875em;
    min-height: 20px;
    line-height: 22px;
}

.view-people-listing .view-content > div .inner:hover .views-field-field-areas-of-expertise .field-content {
    background: url('../images/global/services-tag-icon.png') no-repeat 0 1px;
}

@media screen and (max-width: 35.4375em) {
    /* sm */
    .view-people-listing .view-content > div .inner,
    .view-service-related-team .view-content .inner,
    .view-people-listing .view-content > div:nth-child(3n+3) {
        max-width: inherit;
        margin-right: 0;
    }

    .view-people-listing .view-content > div {
        margin: 0 auto 20px;
    }

    .view-service-related-team .view-content .inner {
        max-width: 238px;
        margin: 0 auto;
    }

    #views-exposed-form-people-listing-page-1 #edit-service-type-wrapper,
    #views-exposed-form-people-listing-page-1 #edit-location-wrapper,
    #views-exposed-form-people-listing-page-1 .views-exposed-form .views-submit-button,
    #views-exposed-form-people-listing-page-1 .views-widget-per-page,
    #views-exposed-form-people-listing-page-1 .views-exposed-widgets > .pure-u-1-3 {
        width: 100%;
        display: block;
    }

    #views-exposed-form-people-listing-page-1 .customSelect {
        width: 100%;
        display: block;
    }

    #views-exposed-form-people-listing-page-1 .views-widget-filter-title {
        border: 0;
        padding: 20px 0 0;
        margin-bottom: 15px;
    }

    #views-exposed-form-people-listing-page-1 .views-widget-filter-title label,
    #views-exposed-form-people-listing-page-1 .views-widget-filter-title .views-widget {
        width: 100%;
        padding: 0 22px;
        display: block;
    }

    #views-exposed-form-people-listing-page-1 .views-widget-filter-title .views-widget > div {
        padding-left: 0;
    }

    #views-exposed-form-people-listing-page-1 .views-widget-filter-title label {
        font-size: 1.0625em;
        margin-bottom: 6px;
        padding: 0;
    }

    #views-exposed-form-people-listing-page-1 .views-widget-filter-title .views-widget {
        padding: 0;
    }

    .view-people-listing .view-content > div {
        max-width: inherit;
    }
}

/* Knowledge - Article page */

.node-blog-post .field-item:last-child .node-people.node-teaser {
    margin-left: 10px;
}

.node-blog-post .field-item:first-child .node-people.node-teaser {
    margin-right: 10px;
    margin-left: 0;
}

#node_blog_post_full_group_meta_data > div,
#node-blog-post-full-group-meta-data > div {
    margin-bottom: 10px;
}

#node_blog_post_full_group_meta_data > div.field-name-field-service,
#node-blog-post-full-group-meta-data > div.field-name-field-service {
    margin-bottom: 20px;
}

#node_blog_post_full_group_meta_data > .field-name-field-service .field-item,
#node-blog-post-full-group-meta-data > .field-name-field-service .field-item {
    background: url('../images/global/expertise-tag-icon.png') no-repeat 0 0;
    padding-left: 25px;
    display: inline-block;
    margin-right: 10px;
    line-height: 22px;
}

@media screen and (max-width: 35.4375em) {
    .node-blog-post .field-name-field-author > .field-items > .field-item,
    #node_blog_post_full_group_meta_data > div,
    #node-blog-post-full-group-meta-data > div {
        width: 100%;
        display: block;
    }

    .node-blog-post .field-item:first-child .node-people.node-teaser,
    .node-blog-post .field-item:last-child .node-people.node-teaser {
        margin: 0 0 20px;
    }

    #node_blog_post_full_group_meta_data > .field-name-field-service,
    #node-blog-post-full-group-meta-data > .field-name-field-service {
        text-align: left;
    }
    
 
}

/* Disclaimer */

#block-views-site-wide-disclaimer-block h2 {
    font-size: 1.5em;
}

@media screen and (max-width: 35.4375em) {
    #block-views-site-wide-disclaimer-block {
        padding: 0 22px;
    }
}

/* Sidebar */

#sidebar-second h2 {
    font-size: 1.5em;
}





#block-views-useful-links-block ul {
    margin: 0;
    padding: 0;
}

#block-views-useful-links-block ul li {
    list-style-type: none;
    margin-bottom: 0;

}

#block-views-useful-links-block .button {
    margin-left: -50px;
    margin-right: 10px;
}

#block-views-useful-links-block ul li a {
    display: inline-block;
    vertical-align: middle;
}

#block-views-call-to-action-block img {
    display: block;
    width: auto;
    margin: 0 auto;
}




/* Basestation addition to sidebar */



#boxes-box-dfl_cta  img {
    border-radius: 100%;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    vertical-align: middle;
    width: 150px;
}

#boxes-box-dfl_cta p {
    padding: 0 20px;
}

#boxes-box-dfl_cta .button.white {
    background: #b8b308 none repeat scroll 0 0;
    text-align: center;
}

#boxes-box-dfl_cta .button.white:hover {
    background: #000 none repeat scroll 0 0;
}

@media screen and (max-width: 35.5em) {
    /* small or larger */
    #block-views-call-to-action-block img {
        display: block;
        width: 100%;
        height: auto;
    }    
    
    #views-exposed-form-people-listing-page-1 .views-exposed-form .views-exposed-widget {
		padding: .5em 0 0 0;
}
}

/* Contact */
.page-node-580 .content-list-items > div {
    padding: 0 10px;
    margin-bottom: 20px;
}

.page-node-580 .content-list-items > div > div {
    background-color: #F2F2F2;
    height: 100%;
}

.page-node-580 .node-office p {
    margin: 0;
}

.page-node-580 .content-list-items .field {
    padding: 0 20px 0 80px;
    margin: 20px 0;
    position: relative;
}

.page-node-580 .content-list-items .match-height .field {
    padding-left: 60px;
}

.page-node-580 .content-list-items .match-height .field .field-items {
    padding-left: 20px;
    margin: 30px 0;
}

.page-node-580 .content-list-items .field-name-title {
    margin-bottom: 10px;
}

.page-node-580 .content-list-items .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -8px;
    left: 20px;
    background: #FF7900;
    border-radius: 20px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.page-node-580 .field-name-field-phone-number,
.page-node-580 .field-name-field-fax-number {
    white-space: nowrap;
}

#webform-client-form-46 {
    margin: 0;
    margin-bottom: 40px;
}

#webform-client-form-46 .pure-u {
    width: 100%;
}

#webform-client-form-46 fieldset {
    border: 0;
}

#webform-client-form-46 .form-actions .webform-submit {
	margin-left: 40px;
}

.page-node-48.node-type-section-listing .field-name-field-content-list-item > .field-items > .field-item:nth-child(3n+3),
.page-node-580.node-type-section-listing .field-name-field-content-list-item > .field-items > .field-item:nth-child(3n+3) {
    background-color: #E5E5E5;
}

#webform-component-left,
#webform-component-right {
    margin: 0;
    padding: 0;
    border: 0;
}

#webform-component-left > div.fieldset-wrapper {
    padding-right: 75px;
}

#webform-component-left legend,
#webform-component-right legend {
    display: none;
}

.page-node-48 #wrap input.form-text,
.page-node-580 #wrap input.form-text {
    width: 100%;
}

.page-node-48 select,
.page-node-580 select {
    width: 100%;
}

.field-name-our-offices {
    text-align: center;
}

.field-name-our-offices p {
    font-size: 1.1875em;
    padding: 0 20px;
}

.page-node-48 .field-name-field-content-list-item > .field-items > div > .field-item,
.page-node-580 .field-name-field-content-list-item > .field-items > div > .field-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.page-node-48 .field-name-field-content-list-item > .field-items > div > .field-item:last-child,
.page-node-580 .field-name-field-content-list-item > .field-items > div > .field-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}



.page-node-580 .field-name-field-fax-number div.field-items {
	font-weight: 500;
}



@media screen and (max-width: 35.4375em) {

    .page-node-48 .field-name-field-content-list-item > .field-items > .field-item,
    .page-node-48.node-type-section-listing .field-name-field-content-list-item > .field-items > .field-item,
    .page-node-580.node-type-section-listing .field-name-field-content-list-item > .field-items > .field-item,
    .page-node-580 .field-name-field-content-list-item > .field-items > .field-item {
        width: 100%;
        display: block;
    }

    #webform-component-left, #webform-component-right {
        padding: 0;
        width: 100%;
    }

    #webform-component-left .form-item,
    #webform-component-right .form-item {
        padding: 0 22px;
    }

    .page-node-48 .form-submit,
    .page-node-580 .form-submit {
        margin: 0 22px;
    }
}

/* Office */

.node-type-office .field-name-field-location h2 {
    font-size: 1.875em;
    font-size: 1.875rem;
}

.node-office.node-teaser {
    margin-bottom: 30px;
}

.node-office.node-teaser .map {
    padding-right: 50px;
}

.node-office.node-teaser img {
    width: 100%;
    height: auto;
    display: block;
}

.node-office.node-teaser .field-name-field-phone-number {
    background: url('../images/global/direct-dial-icon.png') no-repeat top left;
    padding-left: 30px;
    height: 22px;
}

.node-office.node-teaser .field-name-field-email-address a {
    background: url('../images/global/email-icon.png') no-repeat top left;
    padding-left: 35px;
}

.node-office.node-teaser .field-name-field-google-directions a {
    background: url('../images/global/search-icon.png') no-repeat top left;
    padding-left: 35px;
}

.node-office.node-teaser .field-name-field-contact-details {
    font-weight: 400;
}





@media screen and (max-width: 47.9375em) {
    .node-office.node-teaser .map {
        padding-right: 0;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 35.4375em) {
    .node-office img {
        width: 100%;
        display: block;
        height: auto;
    }

    .node-office .field-name-field-location,
    .node-type-office h1#page-title {
        padding: 0 22px;
    }

    .node-type-office iframe {
        display: none;
    }

    .page-node-48 .field-name-field-content-list-item,
    .page-node-580 .field-name-field-content-list-item {
        padding: 0 20px;
    }
}

/* Search page */

.page-search #edit-advanced {
    display: none;
}

.page-search ol.search-results {
    margin: 0;
    padding: 0;
}

.page-search ol li {
    border-bottom: 1px solid #ddd;
}

.page-search ol.search-results .search-info {
    display: none;
}

/* Share this */

/*#main-content .sharethis-wrapper * {*/
/*border:none !important;*/
/*background:none !important;*/
/*}*/


#main-content span.stMainServices {
  /*  display: none; */
}

/* .stButton:before {
    content: "\e914";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    background-color: #ff7900;
    color: #FFFFFF;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 38px;
    font-size: 28px;
    vertical-align: middle;
    text-align: center;
    /* Better Font Rendering =========== */
/*    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */


.st_linkedin_large .stButton:before,
.st_linkedin .stButton:before {
	content: "Share";
    font-size: 14px;
    margin-right: 8px;
    vertical-align: 11px;
}


 .sharethis-wrapper span.st_googleplus_button .stButton {
	line-height: 18px;
	}

/*#main-content .stButton .stArrow {*/
/*background:none !important;*/
/*margin-top:3px;*/
/*}*/


#main-content .stButton .stArrow .stBubble_hcount {
    height: 22px !important;
    width: 30px !important;
    display: inline-block;
    text-align: center;
    line-height: 1.85em;
}


#block-block-38:before,
#block-block-38--2:before {
	content: "Share";
    font-size: 14px;
    margin-right: 8px;
    display: block;
	padding: 7px 3px;
	border-top: 1px solid #D1D3D4;
	border-bottom: 1px solid #D1D3D4;
	color: #A7A9AC;
	float: left;
}

#main-content .stButton .stButton_gradient {
    height: 24px !important;
}

/* Vacancies */

.view-current-vacancies .view-content > div {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.view-current-vacancies .view-content > div.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.view-current-vacancies h3 {
    margin-bottom: 5px;
}

.view-current-vacancies .closing-date {
    margin-bottom: 20px;
}

.view-current-vacancies .closing-date label {
    display: inline;
}

/* Footer */
.footer-inner {
    padding: 30px 0 0;
  /*   border-top: 1px solid #e1e1e1; */
}

.site-credit {
    text-align: right;
    font-size: 13px;
}

.site-credit a {
    color: #808285;
}

.site-credit a:hover {
    color: #31A4CC;
}

.site-credit,
.site-copyright {
    padding: 0 10px 10px 10px;
    text-align: right;
}

@media screen and (max-width:48em) {
	.site-copyright {
   text-align: center;
   padding-top: 20px;
	}
	footer ul.menu {
   text-align: center;
   margin: 0;
	}
	}

.footer-wrapper {
    margin-bottom: 55px;
}

.footer-menu .pure-u-1 {
    margin: 0 auto;
    display: inline-block;
    width: auto;
}

.number-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    text-align: left;
}

.location {
    display: inline-block;
}

footer .contact-cta {
    padding: 40px 0;
}

.contact-cta div {
    margin-right: 15px;
}

.social-links {
    padding: 20px 0;
    background-color: #f2f2f2;
    margin-bottom: 0;
}

.social-links .button.circle.large {
    background: #fff none repeat scroll 0 0;
}

.social-links .button.circle.large:hover {
    background: #ff7900 none repeat scroll 0 0;
}

.social-links li {
    margin: 0 5px;
}

#block-menu-menu-footer-navigation ul {
    padding: 0;
    margin: 0 0 0 15px;
}

#block-menu-menu-footer-navigation li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    padding: 0 8px 0 0;
    border-right: 1px solid #808285;
}

#block-menu-menu-footer-navigation li.last {
    border-right: 0;
}

#block-menu-menu-footer-navigation li a {
    color: #808285;
}

@media screen and (max-width: 35.4375em) {

    .footer-wrapper,
    .site-credit,
    footer ul.menu {
        text-align: center;
    }

}

/* mobile + tablet */
@media screen and (min-width: 48em) {
    nav .innerimage {
        display: none;
    }
}

@media screen and (max-width: 48em) {
    .floatcontainer .contact-form {
        width: 250px !important;
    }

    .floatcontainer.second .innerimage {
        display: none;
    }

    .floatcontainer.second {
        left: 30px;
        top: 30px;
    }

    .floatcontainer.second .close {
        position: absolute;
        top: 10px;
        left: 225px;
    }
}

/* New Design */
/* Individuals & Families */

.life-stage * {
    box-sizing: border-box;
}

.life-stage .pure-u-1 p {
    padding: 10px;
    font-weight: 400;
}

.life-stage .pure-u-1 p.intro {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 1.2em;
}

@media (max-width: 1024px) {
    .life-stage .pure-u-1 p {
        line-height: 16px;
    }
}

/*.life-stage .block {
    height: 255px;
    background-color: #fff;
    margin: 0 3px;
}*/

.life-stage .block {
    background-color: #fff;
    margin: 0 3px;
}

.life-stage .block {
   /*  height: 255px;
   background: #fff url('../images/new/light-green-bkgrd.png') no-repeat 0 100px ; */
}

.life-stage .block img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    height: auto;
}

.custom-life-stages .pure-u-12-24 {width:49%;}

.life-stage .custom-scroll-pane .block {
    margin: 0;
    background-color: #EDEBCA; 
    border-radius: 20px;
}

.life-stage .custom-scroll-pane .block h2 {
    color: #000; 
}


/*
.life-stage .custom-scroll-pane .block .content {
     height: 195px;
}*/

.life-stage p {
    margin: 0;
    padding: 0 10px 10px 20px;
}

.life-stage p.medium-title {
    padding: 7px 5px 7px 10px;
    font-size: 19px;
    line-height: 23px;
}

.life-stage .custom-scroll-pane {
    background-color: transparent; 
    margin: 0 15px 15px 15px;
}

.life-stage .custom-scroll-pane .boxes-box-content ol li {
    margin-bottom: 0.4em;
}

.life-stage h3.pdflink {
  /*  border-bottom: 1px solid #333; */
    margin-bottom: 30px; 
    border-top: 1px dotted #b8b308;
	border-bottom: 1px dotted #b8b308;
}


a.pdflink {
    position: relative;
    padding-left: 50px;
    margin: 20px 0 20px 20px;
    display: block;
}

#life-events a.pdflink {
    margin: 20px 0;
}


a.pdflink:before {
	content: "\e906";
	font-family: icomoon;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 50%;
    background: #b8b308;
    width: 40px;
    height: 40px;
    padding: 8px 10px;
     -moz-osx-font-smoothing: grayscale;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

a.pdflink:hover:before {
    background: #333;
}



.life-stage .pure-g > div {
    margin-bottom: 6px;
}

.life-stage .life-stage-title {
    margin: 20px 10px 10px 10px;
    font-weight: bold;
}

.life-stage .life-stage-node .block a {
    color: #222;
}

.jspContainer {
    display: block;
    height: auto !important;
    min-height: 295px;
}

.life-stage-node .block div {
    overflow: hidden;
}



/* custom scroll */
.jspVerticalBar {
    background: transparent;
    height: 100%;
}

.jspDrag {
    background-color: #b8b308;
    border-radius: 10px;
}

.jspTrack {
    background: transparent url("../images/new/dot.jpg") repeat-y center center;
}

.custom-scroll-pane .block {
    padding: 20px;
    /* height: 235px; */
}

.custom-scroll-pane .block a {
    color: #989301;
}

.custom-scroll-pane .block a:hover {
    color: #333;
}

.custom-scroll-pane .block .boxes-box-content {
    /*padding-bottom: 50px;*/
}

/* Tabs */
.ui-widget {
    font-family: "Whitney SSm A", "Whitney SSm B";
    font-size: 13px;
}

.ui-widget-content a {
    color: #ff7900;
}

.ui-widget-content a:hover  {
    color: #000;
}



.life-stages .ui-widget-content a,
.life-events .ui-widget-content a {
    color: #333;
}

.life-stage .custom-scroll-pane .block a,
.life-events .custom-scroll-pane .block a,
#life-events .field-name-field-life-event-top-right li a {
    text-decoration: underline;
}

.life-stages .pure-u-1-2 .boxes-box a {
	color: #000;
}

.life-stages .pure-u-1-2 .boxes-box {
transition: all 0.8s ease 0s;
border-radius: 0 0 20px 20px;
}

.life-stages .pure-u-1-2 .boxes-box:hover  {
	background: url("../images/new/light-green-bkgrd.png") no-repeat center 60px;
	border-radius: 0 0 20px 20px;
}

/* .life-stages .pure-u-1-2 .boxes-box a:hover img {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.life-stages .pure-u-1-2 .boxes-box a:hover img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
} */


.life-stages .ui-widget-content a:hover,
.life-events  .ui-widget-content a:hover  {
    color: #333;
}

.ui-widget-header, .ui-widget-content {
    background: none;
    border: 0;
    padding: 0 2px;
}

.ui-tabs-panel.ui-widget-content {
    background: transparent;
    border-radius: 0;
}

.section-tabs > .ui-tabs-panel.ui-widget-content {
	 border: 5px solid #b8b308;
    border-radius: 20px;
    padding: 0 20px;
    background: #fff;
}



.ui-tabs-nav.ui-widget-header {
    border: 0;
    border-collapse: separate;
    border-spacing: 10px 0;
    padding: 0;
}

.ui-tabs-nav.ui-widget-header li {
    border: solid #EDEBCA;
    border-width: 3px 3px 0 3px;
    border-radius: 0;
    display: inline-block;
    background: #FFFFFF;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 0;
    opacity: 0.7;
}

.node-people .ui-tabs-nav.ui-widget-header li {
    border-color: #ffc093;
    background: #ffc093; 
    font-weight: 600;
    /* very hacky */
    left: -10px;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.inner-tabs > .ui-widget-header li.ui-state-active {
  /*  background: #ECECEC; */
      background: #b8b308;
      border-color: #b8b308;
}

.inner-tabs > .ui-widget-header li.ui-state-active a {
  color: #fff;
}

.node-people .inner-tabs > .ui-widget-header li.ui-state-active {
    background: #ff6600;
    border-color: #ff6600;
    border-radius: 15px 15px 0 0;
}

.node-people .inner-tabs > .ui-widget-header li.ui-state-active a {
    color: white;
}

#people-tabs .ui-accordion-header {
    background: #ECECEC;
    border: 0;
    border-radius: 0;
    padding: 15px 10px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

#people-tabs .ui-accordion-header span {
    display: none;
}

@media (max-width: 767px) {
    .people-tabs {
        margin-top: 20px;
        padding: 0 !important;
    }

    .people-tabs .headers {
        display: none;
    }

#featured .pure-u-md-1-2 {
    margin: 1% !important;
    width: 98% !important;
}


	.profile-image {
    margin-bottom: 10px;
	}

    .person-title {
      clear:left; 
    }

	.person-details .contactmerapper {
    position: relative;
    margin: 0;
    right: 0;
    top: 0;
    float: right;
	}
	
	
.person-details .job-intro,
.page-node-64 .person-details .job-intro {
	margin-right: 0px;
	}
}

#featured .pure-u-md-1-2 {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    margin: 0 1%;
    overflow: hidden;
    width: 47%;
   min-height: 150px;
}

#featured .pure-u-md-1-2 > .pure-u-1 {
    background: #b8b308 none repeat scroll 0 0;
    margin-left: 30px;
}
#featured .pure-u-md-1-2 .block {
    background: transparent url("../images/new/Tab-bg-green.png") no-repeat scroll 0 0;
    margin-left: -15px;
    min-height: 150px;
    padding: 30px 30px 30px 35px;
    width: 100%;
    color: #333;
}

#block-block-16 .content, #block-block-17 .content {
	padding-top: 20px;
}


#featured .pure-u-md-1-2 .block h2 {
    margin: 0;
}
#featured .pure-u-md-1-2 .block h2 a {color: #fff; display: block;}


.section-tabs > .headers li {
    border: 0;
    display: inline-block;
    width: 47%;
    margin: 0 1%;
    background: transparent url("../images/new/Tab-bg-lightgreen.png") no-repeat;
    height: 150px;
}

.node-type-life .section-tabs > .headers li {
    background: #b8b308 none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    height: 170px;
    margin: 0 6%;
    width: 88%;
    position: relative;
}
.node-type-life .section-tabs > .headers li a.ui-tabs-anchor {
    background: transparent url("../images/new/Tab-bg-green.png") no-repeat scroll 0 0;
    margin-left: -15px;
    cursor: default;
}

.node-type-life .section-tabs > .headers li a.ui-tabs-anchor:hover {
    color: #fff;
}

.inner-tabs > .headers li {
    padding: 15px 10px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 15px 15px 0 0;

}

.ui-tabs-nav.ui-widget-header li.ui-tabs-active {
    opacity: 1;
}

.ui-tabs-nav.ui-widget-header li a {
    color: #fff;
    display: block;
    height: 100%;
}

.ui-tabs-nav.ui-widget-header li .life-events-links a {
    color: #333;
}



.inner-tabs > .headers li a {
    color: #000000;
}

.life-events .inner-tabs > .headers li a {
    text-transform: uppercase;
    font-weight: 700;
}

.tabs .title {
    text-transform: uppercase;
    padding: 24px 0 0 22px;
    font-size: 30px;
    margin: 0;
}

.services.individuals-and-families article .tabs h1.title {
	color: #fff;
}

.tabs .description {
    margin: 0;
    padding: 20px 20px 0 35px;
    font-size: 14px;
    color: #fff;
}


.life-events-links {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.life-events-links a {
  font-size: 1.2em;
  text-transform: uppercase;
}

.life-events-links a i {
  margin-left: 5px;
}

.life-events-links a:hover {
  color: #fff !important;
}

#life-events .field-name-field-life-event-top-left {
	margin: 20px;
}


#life-events .field-name-field-life-event-top-left h2 {
    color: #989301;
    font-weight: 500;
}

#life-events .field-name-field-life-event-top-left h3 {
	border-top: 1px dotted #b8b308;
	border-bottom: 1px dotted #b8b308;
}




#life-events .field-name-field-life-event-top-right {
	margin: 0;
    background-color: #EDEBCA; 
    border-radius: 20px;
    padding: 15px;
}


#life-events .field-name-field-life-event-top-right ul {
    padding: 0 0 0 20px;
}

#life-events .field-name-field-life-event-top-right.field-type-text-long ul li {
    font-weight: 500;
}

#life-events .field-name-field-life-event-top-right .button {
    background: #fff;
    margin: 10px 0;
    border: 2px solid #b8b308;
}

#life-events .field-name-field-life-event-top-right .button a {
    color: #b8b308;
}

#life-events .field-name-field-life-event-top-right .button:hover {
    color: #fff;
    background: #808285;
    
}

#life-events .field-name-field-life-event-top-right .button:hover a {
    color: #fff;
}



@media (max-width: 1024px) {
    .tabs .description {
        line-height: 1.2em;
    }
}

/* Slider */
.ui-slider {
    position: relative;
    text-align: left;
    padding-bottom: 70px;
    background: transparent url("../images/new/dot.jpg") repeat-x center 28px;
    width: 76%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .stage-slider-headings {
        width: 100%;
        display: table;
    }
}

.life-stage-anchor {
    display: table-cell;
    vertical-align: middle;
    width: 24.6%;
    margin: 0;
    padding: 30px 0 10px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.life-stage-anchor:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #b8b308;
    border-width: 15px;
    margin-left: -15px;
}

.life-stage-anchor.active {
    color: #b8b308;
}

.ui-state-default.ui-slider-handle {
    background: url("../images/new/slider-green.png") no-repeat;
    width: 195px;
    height: 55px;
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    bottom: 10px;
    margin-left: -98px;
    border: none;
}

#life-events {
     padding: 20px; 
}

.logged-in #content-inner  #life-events div.tabs {
    margin-bottom: 0px;
}

#tabs .ui-accordion-header {
    background: #ECECEC;
    border: 0;
    border-radius: 0;
    padding: 15px 10px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

#tabs .ui-accordion-header span {
    display: none;
}

.ui-tabs-panel.ui-widget-content.life-event-tab {
    border-top: 10px solid #b8b308;
    padding: 30px 30px 0 30px;
}

#block-boxes-designed-banner {
	margin-top: 30px;
	padding: 0 20px;
}

#block-boxes-designed-banner .designed-for-life h2{
	color: #B8B308;
	font-weight: 500;
	font-size: 1.875em;
}

#block-boxes-designed-banner  h3 {
	font-weight: 600;
}


.designed-for-life {
   /* background: #D2CE73; */
    margin: 20px 0; 
}


.designed-for-life .pure-u-md-1-2 {
    padding: 0 20px;
}

.designed-for-life .image-panel {
    padding: 0;
    text-align: center;
    
}

.designed-for-life .image-panel img {
    max-height: 200px;
    width: auto;
    display: inline-block;
}

#block-block-16 .button.white,
#block-block-17 .button.white {
    background: #EDEBCA ;
    border-color: #333;
    color: #333;
}

#block-block-16 .button.white:hover,
#block-block-17 .button.white:hover {
    background: #333;
     color: #fff;
}


@media (max-width: 768px) {
    
    .jumptarget:before { 
    margin-top: 0px; 
	}
	
	html {
	scroll-padding-top: 0px; /* height of sticky header */
	}
    
    
    
    
    
    #life-stages {
        padding: 20px;
    }

    .life-events {
        padding: 20px 10px 0 10px;
    }

    .designed-for-life .image-panel {
        text-align: center;
    }

    .designed-for-life img {
        margin: 0 auto;
    }

    .designed-for-life p {
        font-size: 13px;
    }

    .designed-for-life .pure-u-md-1-2 {
        padding: 20px;
    }
    
     .page-node-36 .intro-panel .pure-u-1-2 {
	    width: 50% !important;
    }
    
    body.knowledge-hub .pure-g .pure-u-1-2 .teaser-large {
    border-right: 0;
	}
	
	.view-service-areas ul {
    margin: 30px 0 0 30px;
	}
	
	.actionbtn {
    margin-right: 20px;
	}
	
	#featured .pure-u-md-1-2 {
    padding-right: 50px;
	}
	
	.life-events-links {
	bottom: 20px;
	top: inherit;
	}
	
	.ui-tabs-panel.ui-widget-content.life-event-tab {
    border-top: 10px solid #b8b308;
    padding: 0;
	}
	
	#life-events.life-events {
    padding: 20px 0;
	}
	
	body.page-node-2349 #main-content > div#block-system-main, 
	body.page-node-2350 #main-content > div#block-system-main {
    margin: 0;
	}
	
	body.page-node-2350 #main-section,
	body.page-node-2350 #main-section {
    padding: 0 ;
	}
    
}



/*=================|| knowledge hub ||================*/
.knowledge-hub .pure-g .pure-u-1-2 .teaser-large {
    border-right: 2px solid #c2c2c2;
}
.knowledge-hub .pure-g .pure-u-1-2:nth-child(4) .teaser-large {
    border: medium none;
}

.knowledge-hub .pure-g .pure-u-1-2:nth-child(1) .button.white {
    background-color: #5090ce;
}

.knowledge-hub .pure-g .pure-u-1-2:nth-child(2) .button.white {
    background-color: #61C5BA;
}

.knowledge-hub .pure-g .pure-u-1-2:nth-child(3) .button.white {
    background-color: #936FB1;
}

.knowledge-hub .pure-g .pure-u-1-2:nth-child(4) .button.white {
    background-color: #B8B308;
}

.knowledge-hub .pure-g .pure-u-1-2 .button.white:hover {
    background-color: #000 !important;
}

/*=================|| knowledge hub End here ||================*/

.pure-g .pure-u-1-2 .teaser-large {
	padding: 15px;
	margin: 5px ;
}

.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large.public-sector {
	background: #CBBCDC;
	}
	
.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large.commercial-real-estate {
	background: #d6e9e5;
}


.front .pure-g .pure-u-1-2:nth-child(4) .teaser-large {
    border: none;
}



.teaser-image-wrapper {
    position: relative;
}

.teaser-image {
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
    vertical-align: middle;
}

/*
.pure-g .pure-u-1-2:nth-child(odd) .teaser-large {
    border: 3px solid #c2c2c2;
}

.pure-g .pure-u-1-2:nth-child(even) .teaser-large {
    border: 3px solid #dcdcdc;
}

.teaser-banner {
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: 200;
    background-color: #424042;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 99%;
    height: 50px;
    text-align: center;
    padding: 2px 20px;
    display: table;
}

.teaser-banner:before {
    content: "";
    position: absolute;
    top: 50px;
    z-index: 200;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #000000 transparent transparent;
}

.teaser-banner span {
    display: table-cell;
    vertical-align: middle;
}
*/

.teaser-banner {
    clear: both;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.teaser-large .field-name-field-intro {
    font-size: 17px;
    color: #333;
    padding: 0;
}

.teaser-large .content-section {
    background: transparent;
    overflow: hidden;
}



@media screen and (max-width: 47.9em){
    .teaser-large .content-section {
        display: none;
    }
    
    .knowledge-hub .teaser-large .content-section {
        display: block;
    }

}

/* Short teaser */
.short-teaser-wrapper .teaser-short {
    background: #cfd9eb none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 15px;
}

@media screen and (min-width: 568px) {
    .short-teaser-wrapper:nth-child(odd) .teaser-short {
         margin-right: 20px;
    }
}

@media screen and (min-width: 768px) {
    .short-teaser-wrapper .teaser-short {
        margin-right: 20px;
    }
    .pure-g .short-teaser-wrapper:nth-child(3n + 3) .teaser-short {
        margin-right: 0;
    }
}

.teaser-short a {
    display: block;
    height: 110px;
    width: 100%;
    background-position: bottom right;
    color: #FFFFFF;
    padding: 15px 55px 15px 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    line-height: 20px;
    background-size: cover;
}

@media (max-width: 850px) {
    .teaser-short a {
        padding: 20px 80px 20px 30px;
    }
    
    #webform-client-form-46 .form-actions .webform-submit {
    margin-left: 2%;
    display: block;
	}
}

@media (max-width: 815px) {
	#webform-client-form-46.webform-client-form:last-child .pure-u-1-2 {
    width: 96%;
    margin-left: 2%;
	}
	}


.teaser-short a .small {
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    left: 30px;
}

/* new homepage dots */


.front .pure-g .pure-u-1-2:nth-child(1) .button.white,
.page-node-15 .pure-g .pure-u-1-2:nth-child(1) .button.white,
.page-node-20 .button.white, .knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large.business .button.white {
    background-color: #5090ce;
}

.front .pure-g .pure-u-1-2:nth-child(2) .button.white,
.page-node-15 .pure-g .pure-u-1-2:nth-child(2) .button.white,
.commercial-real-estate .pure-g .pure-u-1-2 .button.white, .knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large.commercial-real-estate .button.white {
    background-color: #61C5BA;
}

.front .pure-g .pure-u-1-2:nth-child(3) .button.white,
.page-node-15  .pure-g .pure-u-1-2:nth-child(3) .button.white,
.public-sector .pure-g .pure-u-1-2 .button.white,
.page-node-21 .button.white, .knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large.public-sector .text-center .button.white  {
    background-color: #936FB1;
}

.front .pure-g .pure-u-1-2:nth-child(4) .button.white,
.page-node-15 .pure-g .pure-u-1-2:nth-child(4) .button.white,
.business .pure-g .pure-u-1-2 .button.white {
    background-color: #B8B308;
}

.front .pure-g .pure-u-1-2 .button.white:hover,
.page-node-15 .pure-g .pure-u-1-2 .button.white:hover,
.commercial-real-estate .pure-g .pure-u-1-2 .button.white:hover,
.public-sector .pure-g .pure-u-1-2 .button.white:hover,
.business .pure-g .pure-u-1-2 .button.white:hover {
    background-color: #000;
}

.knowledge-hub .intro-panel .pure-g .pure-u-1-2 .teaser-large.individuals-and-family {
    background: #fff none repeat scroll 0 0;
}

.knowledge-hub .pure-g .pure-u-1-2 .teaser-large.individuals-and-family,
.knowledge-hub .pure-g .pure-u-1-2 .teaser-large.individuals-families {
    background: #d2ce73 none repeat scroll 0 0;
}



.knowledge-hub .pure-g .pure-u-1-2 .teaser-large.individuals-and-family .button.white,
.knowledge-hub .pure-g .pure-u-1-2 .teaser-large.individuals-families .button.white {
    background: #b8b308 none repeat scroll 0 0;
}

.front .field-name-field-body {
    margin-bottom: 10px;
}

/* New people page */
.node-people.view-mode-full .field-name-title,
.node-people.view-mode-full .field-name-field-job-position {
    margin: 0 20px;
}

.node-people.view-mode-full .field-name-field-job-title {
    margin: 10px 20px;
    font-size: 18px;
}

.node-people.view-mode-full .field-name-field-job-position {
    margin: 10px 20px;
    font-size: 18px;
}




.group-profile-main {
    padding: 20px;
}

.node-people.view-mode-full .ui-tabs-nav {
    margin: 0 0 0 20px;
    border-bottom: 7px solid #ff6600;
    border-radius: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 10px 0;
}

.node-people.view-mode-full .ui-tabs-panel {
    margin: 0 0 0 20px;
    padding: 10px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.recent-post {
    font-size: 18px;
    padding: 5px 0 5px 35px;
}

.recent-post div {
    vertical-align: middle;
    display: inline-block;
}

.recent-post:before {
    display: inline-block;
    margin-left: -35px;
    color: #ff6600;
    content: "\e904";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.expertise-link,
.view-people-details-expertise li {
    font-size: 18px;
    padding: 5px 20px 5px 0;
    width: 33%;
}

.view-people-details-expertise li {
    padding: 5px 20px 5px 20px;

}



.expertise-link:before,
.view-people-details-expertise  li:before {
    display: inline-block;
    margin-right: 7px;
    color: #ff6600;
    content: "\e90d";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.view-people-details-expertise  li:before {
	margin-left: -20px;
	}

.field-name-welcome-to-clarity {
   /* background-color: #d9f0ee; */
    background-color: none;
}

.field-name-welcome-to-clarity #block-boxes-welcome-to-clarity h2 {
   color: #000;
}


.field-name-welcome-to-clarity .field-items {
    padding-top: 80px;
    background: url('../images/icons/clarity.png') no-repeat center 20px;
}

.field-name-welcome-to-clarity .field-item {
    padding: 10px 85px;
    text-align: center;
}

.field-name-welcome-to-clarity h2 {
    margin-bottom: 0;
}

.field-name-welcome-to-clarity .content {
    font-size: 90%;
}

.field-name-welcome-to-clarity img {
    margin: 0 auto;
}


@media (max-width: 900px) {
    body.page-node-2349 #main-content > div, 
    body.page-node-2350 #main-content > div {
    margin: 0 20px;
	}
}




@media (max-width: 787px) {
    .field-name-welcome-to-clarity .field-item {
        padding: 10px 20px;
    }
}

.testimonial-slider {
    background: #f2f2f2 url(../images/new/quote.png) no-repeat center 20px;
    padding: 70px 25px 30px;
    margin: 20px auto;
    width: 100%;
}

.node-type-people .testimonial-slider {
    max-width: 1620px;
}

.testimonial-slider .button {
    position: absolute;
    top: 35%;
    z-index: 900;
    cursor: pointer;
}

.testimonial-slider .button-next {
    left: initial;
    right: 0px;
}

.testimonial-slide {
    padding: 0 100px;
}

.testimonial-quote {
    overflow: hidden;
}

.testimonial-quote p {
    font-size: 20px;
    font-weight: 500;
}

.testimonial-name {
    font-weight: 600;
}

.testimonial-slide img {
    margin: 10px auto;
}

@media (max-width: 770px) {
    .testimonial-slider {
        padding: 60px 5px 10px 5px;
    }

    .testimonial-slider .button {
        display: none !important;
    }

    .testimonial-slide {
        padding: 0 15px;
    }
}

.field-collection-container {
    margin: 0;
    border: 0;
}

.field-collection-view {
    border: 0;
    margin: 0;
    padding: 0;
}


.awards-people img {
    display: inline-block;
    margin: 0 10px;
max-height: 120px;
width: auto;
}



.membership-panel {
    text-align: center;
    padding: 10px;
}

.membership-panel .view-content div {
    display: inline-block;
    margin: 0 10px;
}

.view-memberships, .view-people-award {
	margin: 20px 0;
}


.publications {
  /*  background: #43afc8;
    color: #FFFFFF;
    text-transform: uppercase; */
}

.publications .pure-u-1-3 {
    padding: 10px;
}

.publications .pure-u-1-3:after {
    content: "";
    width: 20%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.publications h2 {
    width: 100%;
    margin: 20px 0;
}

.view-more-panel {
    width: 100%;
    padding: 20px;
    cursor: pointer;
}

.view-more-panel span {
    padding: 0 5px;
    font-size: 20px;
    margin: 0 auto;
    vertical-align: middle;
}

.view-more-panel .button {
    font-size: 35px;
    line-height: 1;
}

.view-home-recent-knowledge-hub {
    background-color: transparent;
    border-top: 2px solid #ff7900;
    padding: 40px 0 20px;
}

.knowledge-teaser {
    background-color: #ffffff;
    border-bottom: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    border-top: none;
    padding: 45px 15px 30px;
}

.hub-teaser-intro {
    font-size: 13px;
}

.knowledge-teaser:nth-child(3n+3) {
    border-right: none;
}

.view-knowledge-hub-page .knowledge-teaser {
    border-bottom: 2px solid #E1E1E1;
}

/* DFL logo removed from displaying in knowledge hub - ticket request 11.10.18 

.knowledge-teaser.dfl-tag  {
   background: url('/sites/files/designed-for-life-logo.png') no-repeat 98% 98% / 70px auto; 
}




.knowledge-teaser.dfl-tag  .services-tag {
    margin-right: 70px;
}




.dfl-tag #node-blog-post-full-group-meta-data {
	background: url('/sites/files/designed-for-life-logo.png') no-repeat 98% 2% / 90px auto;
	padding-right: 120px;
}

End of DFL logo removed from displaying in knowledge hub */




.knowledge-teaser .date-display-single {
    padding: 5px 0;
    color: #7D7D7D;
}

.knowledge-teaser h3 a {
    color: #000000;
    font-weight: 600;
}

.service-type-reference .taxonomy-term {
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 10px 0;
    width: 80%;
}

.service-type-reference .taxonomy-term.tid-49 {
    background-color: #B8B308;
}

.service-type-reference .taxonomy-term.tid-47 {
    background-color: #5191CD;
}

.service-type-reference .taxonomy-term.tid-48 {
    background-color: #936FB1;
}

.service-type-reference .taxonomy-term.tid-95 {
    background-color: #61C5BA;
}

.article-type {
    margin: 20px 0 0 10px;
    padding-left: 40px;
    text-transform: uppercase;
    color: #7D7D7D;
}

.article-type .button {
    margin-left: -50px;
    margin-right: 5px;
}

.article-type-text {
    display: inline-block;
    vertical-align: middle;
}

/* Slider */
.homepage-carousel {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}

.main-slider {
    width: 100%;
    z-index: 5;
}

.main-slider .copy {
    position: absolute;
    bottom: 55px;
    color: white;
    text-transform: uppercase;
    left: 30px;
    white-space: normal;
    max-width: 170px;
    font-weight: 700;
    font-size: 17px;
}

.nav-slider {
    width: 158px;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
}

@media (max-width: 770px) {
    .main-slider {
        width: 100%;
    }

    .nav-slider {
        display: none;
    }
}

.nav-slider img {
    display: block !important;
}

.main-slider,
.nav-slider {
    display: block;
}

.slick-dots {
    position: absolute;
    bottom: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;

}

.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    line-height: 0;
    margin: 0 2px;
    padding: 0;
}

.slick-dots .slick-active button {
    background: #FFFFFF;
}

.navigation-slide.slick-slide {
    /* Slick hack! sorry */
    opacity: 1 !important;
    left: 0 !important;
    overflow: hidden;
}

.navigation-slide.slick-slide {
    border: 0;
}

.nav-slider .slick-current {
    position: relative;
    max-width: 100%;
    float: left;
}

.nav-slider .slick-active .nav-slide-bg {
    background: transparent !important;
}

.nav-slider .slick-slide:not(.slick-active):before {
    content: "";
    width: 100%;
    height: 114px;
    background-color: #ECEBD5;
    opacity: 0.5;
    display: block;
    position: absolute;
    z-index: 1000;
}

.navigation-slide.slick-slide {
    height: 25%;
    cursor: pointer;
}
.nav-slide-bg {
    display: block;
    width: 158px;
    height: 114px;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: normal;
    padding: 10px;
}

.nav-slide-bg p {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

@media (max-width: 790px) {
    .nav-slide-bg p {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
    }
    .slick-dots {
        bottom: 10px;
    }
    .main-slider .copy {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        bottom: 30%;
        max-width: 160px;
    }
}
@media (max-width: 600px) {
    .nav-slider {
        display: none;
    }
    .slick-dots {
        display: none !important;
    }
    
    .designed-for-life .image-panel {
   display: block;
   width: 100%;
   margin: 0 0 20px 0;
	}
	
	
	.individuals-and-families div#block-block-38,
   .individuals-and-families div#block-block-23
   {
	width: 100%;
	float: none;
	display: block;
	}
	
	.dfl-family.highlight-box .highlight-image {
    float: none;
    margin-right: 0;
	}
	
	#block-helper-kb-next-steps div.get-in-touch-block {
    padding: 0 5px;
	}
	
	#block-helper-kb-next-steps .get-in-touch-right img {
    max-width: 70px;
	}

	#block-helper-kb-next-steps .get-in-touch-middle {
    padding: 10px 0 10px 5px ;
    margin-left: 70px;
    font-size: 0.6em;
	}
	
	
	div.client-logos {
	width: 48%;
	}
	
	div.view-people-details-expertise li {
		width: 100%;
	}
		
}

/* Awards block */
.awards-block {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.awards-block img {
    display: inline-block;
    vertical-align: middle;
}

/* Service pages */
.intro-panel {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.intro-panel-image {
    min-height: 1px;
    padding: 0 20px;
    max-width: 240px;
    margin: 0 auto;
}
.intro-panel-image img {
    width: 100%;
}


.intro-panel-copy {
    text-transform: uppercase;
    padding: 0 15px;

}
.intro-panel-copy p{
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    margin: 0;
}





@media (min-width: 500px) {
    .intro-panel-copy {
        position: relative;
        float: left;
        left: 20%;
        width: 80%;
        height: 170px;
    }
    .intro-panel-copy p,
    .intro-panel-image img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        }

.intro-panel-image {
    background: #5191cd none repeat scroll 0 0;
    border-radius: 100%;
    float: right;
    height: 240px;
    margin-left: 20px;
    overflow: hidden;
    padding: 38px;
    position: relative;
    width: 240px;
}

.page-node-20 .intro-panel-image {
    height: 210px;
    padding: 38px;
    width: 210px;
    margin-right: 20px;
}


.page-node-21 .intro-panel-image  {
	background: #936fb1;
}

.page-node-1737 .intro-panel-image  {
	background: #60c5ba;
}

}

/* People listing */
.people-listing {
    margin: 0;
    padding: 0;
    list-style: none;
}

.people-listing-item {
    padding: 5px;
}

.people-listing-item .inner {
    background-color: #ff7900;
    max-width: 238px;
    margin: 0 auto;
}

/* Pager */
.item-list .pager {
    margin: 10px 0;
    padding: 0 10px;
}

.item-list .pager li {
    margin: 0;
    padding: 0 5px;
}

#pagination {
    text-align: center;
}

#pagination > div {
    display: inline-block;
}

/* E-bulletin form */
#block-webform-client-block-1743 {
    text-align: center;
    padding: 40px 0 30px;
}
#block-webform-client-block-1743 h2 {
    text-transform: unset;
}

.webform-client-form-1743 {
    background-color: transparent;
}

.webform-client-form-1743 .form-hidden {
    display: none;
}

.webform-client-form-1743 .form-text {
    max-width: 300px;
    text-align: center;
    border: 2px solid #FF6600;
    border-radius: 20px;
    font-weight: 500;
    font-family: "Whitney SSm A", "Whitney SSm B";
}

.webform-client-form-1743 .form-text:focus {
    border-radius: 20px;
}



.webform-client-form-1743 .options {
    text-align: left;
}

.webform-client-form-1743 .webform-component-checkboxes > label {
    color: #444;
    font-size: 1.414em;
    text-transform: uppercase;
    margin: 5px 0;
}

.webform-client-form-1743 .form-type-checkbox {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

.webform-client-form-1743 .form-type-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
}

/* Knowledgehub get in touch block */
.get-in-touch-block {
    background-color: #313131;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
}

.get-in-touch-left {
    padding: 40px 20px;
    text-align: right;
}

.get-in-touch-left .button {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.get-in-touch-middle {
    padding: 29px 20px;
}

.get-in-touch-right {
    text-align: left;
}

.get-in-touch-right img {
    max-width: 150px;
}

/* Knowledge-hub services we offer */
/*
.view-services-we-offer {
    margin: 20px 0;
}*/

.services-offer-box {
    margin: 0 5px;
    background-color: #ececec;
}

.services-offer-box:first-child {
    margin-left: 10px;
}

.services-offer-box .views-field:nth-child(n+2) {
    padding: 10px;
}

.services-offer-box a {
    color: #2f2f2f;
    font-size: 22px;
}

.services-offer-box p {
    margin: 0;
    padding: 0;
}

/*
#block-views-services-we-offer-block h2 {
    margin: 15px 10px 0;
}
*/

.page-search #search-form {
    display: none;
}

.page-search .main-content-area {
    padding: 0 20px;
}

.breadcrumb {
    padding: 20px 0 0 0;
}

.breadcrumb a {
    text-transform: uppercase;
    margin: 0 5px;
    font-family: "Whitney SSm A","Whitney SSm B";
    -moz-osx-font-smoothing: inherit;
    font-weight: 500;
}

.breadcrumb a.active {
    color: #2f2f2f;
}



/* Service pages new new design */

/* ONLY USED FOR INDUVIDUAL FAMILIES */

.node-type-individuals-and-families #content-header-lower-old h1.title {
    font-size: 36px;
    font-weight: 500;
    margin: 0.67em 120px 0 0;
}

.node-type-individuals-and-families #content-header-lower-old h1.title::after {
    color: #b8b308;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: -4px;
}

.node-type-individuals-and-families #content-header-lower-old h2#sub-page-title {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin: 15px 0 25px;
    text-transform: uppercase;
}
.node-type-individuals-and-families #main-section #content-header {
    padding: 0 0 0 10px;
 }

.breadcrumb a.fa-circle::before {
    content: url("");
    display:  none;
}

/* END HERE FOR INDUVIDUAL FAMILIES */

.page-node-20 .field-name-title, .page-node-1737 .field-name-title, .page-node-21 .field-name-title {
    display: block;
}

.page-node-20.services.business article h1, .page-node-1737.services.commercial-real-estate article h1, .page-node-21.services.public-sector h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0.67em 0 0;
    color: #000;
}

.page-node-20 .field-name-title h1::after, .page-node-1737 .field-name-title h1::after, .page-node-21 .field-name-title h1::after {
    color: #60c5ba;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 4px;
    position: absolute;
    margin-top: 22px;
}



.page-node-20 .field-name-title h1::after {
	color: #5191cd;
}

.page-node-21 .field-name-title h1::after {
	color: #936fb1;
}


.page-node-20 .field-name-field-sub-heading .field-item, .page-node-1737 .field-name-field-sub-heading .field-item, .page-node-21 .field-name-field-sub-heading .field-item {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
	text-align: center;
}

.page-node-20 .main-content-area .text-center:first-child,
.page-node-1737 .main-content-area .text-center:first-child,
.page-node-21 .main-content-area .text-center:first-child {
    text-align: left;
    padding-left: 12px;;
}
.page-node-20 .main-content-area .text-center:first-child img,
.page-node-1737 .main-content-area .text-center:first-child img,
.page-node-21 .main-content-area .text-center:first-child img{
    margin: 0;
}

@media (max-width: 660px) {
    .page-node-20 .main-content-area .text-center:first-child,
    .page-node-1737 .main-content-area .text-center:first-child,
    .page-node-21 .main-content-area .text-center:first-child {
        text-align: center;
        padding: 0 20px;
    }
    
    
    .view-people-details-top div.profile-pic {
    position: relative;
    max-width: 200px;
	}
	
	.view-people-details-top div.intro-content {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 20px 0 0 0;
	}

    
    
}


/* Responsive Table for article - need to be reviewed sitewide node */

	.page-node-2059 div.responsive-table  td {
    border: 1px solid #ff7900;
	}	
	
	
	@media (max-width: 35.5em) {	
	.page-node-2059 div.responsive-table {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
	}
	
	.page-node-2059 div.responsive-table table {
    min-width: 600px !important;
    width: 100% !important;
	}
	
	.page-node-2059 #content table.response tr td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding-left: 50%;
    position: relative;
}

	
	
	.page-node-2059 #content table.response, 
	.page-node-2059 #content thead, 
	.page-node-2059 #content tbody, 
	.page-node-2059 #content th, 
	.page-node-2059 #content td, 
	.page-node-2059 #content tr {
  
  	}
	
	}
	
/* End */	












/* Making the teaser images fully responsive */
.teaser-image{
	    width: 100% !important;
    height: auto !important;
}

.teaser-image img{
	width:100% !important;
}




@media(max-width: 768px)  {
	
.knowledge-hub .pure-u-1-2, .pure-u-12-24 {
    width: 100% !important;
}

	
.inline-block.media-element.file-default{
	width:12px !important;
}
	
.page-node-1729 .social-links{
	margin-left: -15px;
}


.intro-panel-image {
display:none;
}	
	
	
	
	
.panel-2col-stacked .panel-col-first {
    float: left;
    width: 100%;
}

.panel-2col-stacked .panel-col-last {
    float: left;
    width: 100%;
}


.view-service-areas ul li a::before {
    display: inline-block;
    padding-right: 20px;
    margin-left: -20px;
    font-size: 20px;
    font-family: fontawesome;
}



#block-views-home-page-our-people-block-1 .view-home-page-our-people .view-content,
#block-views-home-page-our-people-block-2 .view-home-page-our-people .view-content {
    display: block;
    float: none;
    width: 100%;
    margin-top: 30px;
}

#block-views-home-page-our-people-block-1 .view-home-page-our-people .view-header,
#block-views-home-page-our-people-block-2 .view-home-page-our-people .view-header {
    display: block;
    float:none;
    width: 100%;
}





.teaser-image img{
	width:100% !important;
}

.teaser-banner{
	font-size: 16px;
}

.front .pure-g .pure-u-1-2 .teaser-large {
  border:none;
}

#views_slideshow_cycle_teaser_section_new_slider-block{
	margin: 0 auto;
}

.slider-main {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    max-width:100%;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    width: 100%;
}

.slider-main h2{
	width:50% !important;
}	


.node-type-life .section-tabs > .headers li {
    height: 130px;
}

.life-stage .life-stage-title {
    font-size: 20px;
    font-weight: normal;
}

 #tabs #life-stages .ui-accordion-header,
  #tabs #life-events .ui-accordion-header {
	background: #333;
	color: #fff;
}

 #tabs #life-stages .ui-accordion-header:hover,
 #tabs #life-events .ui-accordion-header:hover  {
	background: #b8b308;
	color: #2f2f2f;
}

.life-stage .pure-u-1 p.intro {
    font-size: 1em;
}

.life-stage .block {
    text-align: center;
}

.life-stage .block ul,
.life-stage .block ol {
    text-align: left;
}

.life-stage .custom-scroll-pane {
    margin: 0;
}

#life-events .pure-u-sm-7-12,
#life-events .pure-u-sm-5-12 {
    width: 100%; 
}

#life-events .field-name-field-life-event-top-right {
    margin: 0 0 20px 0;
}

.section-tabs > #life-events.ui-tabs-panel.ui-widget-content {
    background: none;
}


}

	

.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large .teaser-image {
    border-radius: 100%;
    float: left;
    height: 140px !important;
    margin-left: 15px;
    margin-right: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 140px !important;
}


.teaser-image img{
    max-width: none;
    max-height: none;

}	
	
	
	
@media(max-width: 380px){

	.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large .teaser-image {
    border-radius: 100%;
    float: left;
    height: 140px;
	margin: 0px !important;
    overflow: hidden;
    vertical-align: middle;
    width: 140px;
    
}	

	
	.knowledge-hub .pure-g .pure-u-1-2 .teaser-large.individuals-and-family {
   background:none;
}

}

.page-node-32.node-type-section-listing .field-name-field-intro h2  {
    font-size: 17px;
    font-weight: normal;
   text-transform: none;
   letter-spacing: 0px;
}

.page-node-32.node-type-section-listing .intro-panel {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

	
	

/* Estate Agency  Added by Grant 7/9/16 */

.page-node-2199 #page h3,
.page-node-2205 #page h3,
.page-node-2201 #page h4,
.page-node-2200 .field-name-field-intro h4,
.page-node-2204  .field-name-field-intro h4,
.page-node-2203 .field-name-field-intro h4 {
	color: #b8b308;
} 


.page-node-2200 .view-service-agency-team .view-content .inner .views-field-field-job-title,
.page-node-2200 .view-service-agency-team .view-content .inner .views-field-field-job-position,
.page-node-2200 .people-listing-item .inner  {
	background: #b8b308;
}

.page-node-2201 .field-type-text-long ul li {
    list-style-image: url("../images/global/list-style-green.png");
}

.page-node-2167 .testimonial-slider {
    background: #fff url("../images/new/quote-ea.png") no-repeat scroll center 20px;
    border-bottom: 1px solid #b8b308;
    border-top: 1px solid #b8b308;
    padding-bottom: 20px;
}

.page-node-2167 .testimonial-slider .button {
	border: 2px solid #b8b308;
	background: #b8b308;
}

.testimonial-left
 {
	padding: 0px 0 40px 0;
	width: 66%;
	float: left;
	background: url('/sites/default/themes/website/images/new/quote-ea.png')  top left no-repeat;
}	

.testimonial-right {
	padding: 0 0 40px 0;
	width: 66%;
	float: right;
	background: url('/sites/default/themes/website/images/new/quote-ea.png')  top left no-repeat;
}

.testimonial-right em,
.testimonial-left em {
	display: inline-block;
	color: #b8b308;
	padding: 8px 0;
	margin-left: 80px;
	}
	
	
/* .testimonial-right p::after {
    content: url('/sites/default/themes/website/images/new/quote-ea-single-end.png');
}	*/
	

form.webform-client-form-2198 {
    background-color: #f2f2f2;
    border-left: 0px solid white;
}

form.webform-client-form-2198 .pure-u {
   width: 100%;
}

#webform-client-form-2198 fieldset {
    border: 0 none;
}

#webform-client-form-2198 .form-actions .webform-submit {
	float: right;
	margin: 15px 3% 15px 0;
	border: 2px solid #b8b308;
	color: #b8b308;
	}
	
#webform-client-form-2198 .form-actions .webform-submit:hover {
	background: #808285;
	color: #fff;
	}	
	
#webform-client-form-2198 .captcha	{
	display: block;
	width: 100%;
	clear: both;
	margin-left: 3%;
	
}
	
	
#webform-client-form-2198  input[type="text"],
#webform-client-form-2198  input[type="email"],
#webform-client-form-2198  textarea {
	border: 1px solid #b8b308;
	font-family: Arial, Helvetica, sans-serif;

}


@media(max-width: 480px) {	
	.testimonial-right,
	.testimonial-left,
	.anchor-blocked-orange,
	.anchor-blocked-orange a,
	.anchor-blocked-orange.wesupport .heading   {
	display: block;
	width: 100%;
	}
	
	div.client-logos {
	width: 100%;
	}
	
	
	}


/* For Corporate Social Resposibility  Added by Grant 3/10/16 */

div.spacer {
	display: block;
	height: 30px;
}

.button.purple {
	background: none;
	color: #936fb1;
	border: #936fb1 2px solid;
}

.button.purple:hover {
	background: #808285;
	color: #fff;
}

#block-block-14 {
	margin-bottom: 20px;
}

#block-block-14 h2 {
	color: #936fb1;
}

#block-block-14 img {
    border-radius: 100%;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    vertical-align: middle;
    width: 190px;
}

#block-block-15 .pure-u-md-17-24 {
    float: right;
}


@media(max-width: 768px) {	
	#block-block-15   {
	padding: 0 12px;
	}
	}





/* DFL Updates */

.page-node-2349 #main-content > div,
.page-node-2350 #main-content > div {
    margin: 0 40px;
}

.page-node-2349 #block-block-18,
.page-node-2350 #block-block-18  {
	border-bottom: none;
	margin-bottom: 20px;
}


#block-block-18 {
	border-bottom: 1px solid #b8b308;
	position: relative;
}

#block-block-18 .content {
	margin: 0 auto;
	max-width: 1620px;
	padding: 10px 20px;
	position: relative;

}


#block-block-18 h3  {
	float: left;
	padding-top: 15px;
	font-size: 30px;
    font-weight: 500;
    margin-right: 130px;
}

#block-block-18 h3::after {
    color: #b8b308;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 18px;
    position: absolute;
}

#block-block-18 div.dfl-logo {
	max-width: 100px;
	height: auto;
	margin-bottom: 10px;
	position: absolute;
	right: 30px;
	top: 0px;
}

#block-block-18 p {
	clear: both;
	margin-right: 130px;
}

#block-block-18 p a {
	font-size: 1.2em;
}




/* ONLY USED LIFE STAGE PAGES */

.node-type-life .pure-g.options .pure-u-1 {display: none;}

.node-type-life .pure-g.options .pure-u-1.colid-4 {display: block;}

.node-type-life .webform-client-form-1743 .form-hidden div.name, .node-type-life .webform-client-form-1743 .form-hidden div.options {
    display: block;
    float: left;
    width: 50%;
}
.node-type-life .webform-client-form-1743 .form-hidden div.options .pure-u-1 {width: 100%;}




/* Cloned block for Designed for Life eBULLETINS */

#block-block-19 {
    padding: 20px;
    text-align: center;
    margin: 20px;
}

.page-node-1729 #block-block-19,
.page-node-2349 #block-block-19,
.page-node-2350 #block-block-19 {
    border: none;
}



#block-block-19 h2 {margin:0;}

#block-block-19 p {margin: 1.5em 0;}

#block-block-19 .webform-client-form-1743 .form-text {
    border: 2px solid #b8b308;
}

#block-block-19 .pure-g.options .pure-u-1 {display: none;}

#block-block-19 .webform-client-form-1743 .form-hidden div.name{
    display: block;
    float: none;
    width: auto;
}
#block-block-19 .webform-client-form-1743 input.form-submit {
    background-color: #b8b308;
    border-color: #b8b308;
}

/* Cloned block for Designed for Life eBULLETINS for few pages for sidebar */

#block-block-20 {
    padding: 20px 20px 0  20px;
    text-align: center;
    margin: 20px 0;
}
#block-block-20 h2 {margin:0;}

#block-block-20 p {margin: 0;}

#block-block-20 .webform-client-form-1743 .form-text {
    border: 2px solid #b8b308;
}

#block-block-20 .pure-g.options .pure-u-1 {display: none;}

#block-block-20 .webform-client-form-1743 .form-hidden div.name{
    display: block;
    float: none;
    width: auto;
}
#block-block-20 .webform-client-form-1743 input.form-submit {
    background-color: #b8b308;
    border-color: #b8b308;
}



.page-knowledge-hub-austin-flynn #block-helper-kb-next-steps {
	display: none;
}


.page-knowledge-hub-austin-flynn #edit-submit-blog {
    margin: 0 0 20px 0;
}


#main-section ul.light-green {
	background: #EDEBCA;
	padding: 20px 20px 20px 40px;
}

#main-section ul.light-green-cre {
	background: #DEF1ED;
	padding: 20px 20px 20px 40px;
}

#main-section ul.light-orange {
	background: #fee2c8;
	padding: 20px 20px 20px 40px;
}

#main-section ul.light-blue {
	background: #d7e1f3;
	padding: 20px 20px 20px 40px;
}

#main-section ul.light-purple {
	background: #E3DBED;
	padding: 20px 20px 20px 40px;
}



#main-section .field-type-text-long  ul.light-green li,
#main-section .field-type-text-long  ul.light-blue li,
#main-section .field-type-text-long  ul.light-green-cre li,
#main-section .field-type-text-long  ul.light-orange li,
#main-section .field-type-text-long  ul.light-purple li,
.page-node-1750 #main-section table ul li,
#main-section .field-type-text-long  table.light-green ul li,
#main-section .field-type-text-long  table.light-blue ul li,
#main-section .field-type-text-long  table.light-green-cre ul li,
#main-section .field-type-text-long  table.light-orange ul li,
#main-section .field-type-text-long  table.light-purple ul li,
.page-node-1748 #main-section table ul li,
.page-node-1745 #main-section table ul li,
.page-node-1745 #main-section table ul li,
.page-node-1746 #main-section table ul li,
.page-node-1747 #main-section table ul li,
.page-node-1749 #main-section table ul li,
.page-node-1744 #main-section table ul li,
#main-section ul.light-orange li {
	list-style-image: url("../images/global/list-style-black.png");
}

#main-section p.light-green,
#main-section table.light-green  {
	background: #EDEBCA;
	padding: 10px 20px;
	margin: 0;
}

#main-section p.light-green-cre,
#main-section table.light-green-cre {
	background: #DEF1ED;
	padding: 10px 20px;
	margin: 0;
}

#main-section p.light-orange,
#main-section table.light-orange {
	background: #fee2c8;
	padding: 10px 20px;
	margin: 0;
}

#main-section p.light-blue,
#main-section table.light-blue {
	background: #d7e1f3;
	padding: 10px 20px;
	margin: 0;
}

#main-section p.light-purple,
#main-section table.light-purple {
	background: #E3DBED;
	padding: 10px 20px;
	margin: 0;
}


.services.individuals-and-families.page-node-79 article .field-name-services-we-offer  h2,
.services.individuals-and-families.page-node-79 article .field-name-services-we-offer  .sub-title {
    display: none;
}

.services.individuals-and-families.page-node-79 article  h2.heading {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 3px 10px;
    margin-bottom: 0;
}




.individuals-and-families #block-sharethis-sharethis-block,
.individuals-and-families #block-block-38 {
	margin-bottom: 20px !important;
}



#block-block-23 .button.orange:hover {
    background: #000;
    color: #fff;
}

#block-views-family-timeline-reference-block {
	clear: both;
	margin: 0 auto;
	max-width: 1620px;
}


/* Page Not Found 404 styling */


body.page-node-11 article h1 {
	color: #ff7900 !important;
}

body.page-node-11 .field-name-field-body {
    clear: both;
}

body.page-node-11 .field-name-field-intro .fa-circle::before {
    color: #ff7900;
    padding: 0 3px;
}

div.threedots1 {
	margin: -40px auto 0 30%;
}

div.threedots2 {
	margin: -40px auto 0 16%;
}


.circle-text {
    float: left;
    font-size: 1.6em;
    margin: 2%;
    width: 21%;
}

.circle-text.large {
    float: none;
    font-size: 1.4em;
    margin:  2% auto;
    width: 30%;
}

.circle-text.large div {
    line-height: 1.2em;
    margin-top: -1.5em;
}


.circle-text.medium {
    float: none;
    font-size: 1em;
    margin: 2%;
    width: 16%;
    margin:  2% auto 2% 25%;
}

.circle-text.medium div {
    line-height: 1.2em;
    margin-top: -1em;
}

a .circle-text:after {
	 transition: all 0.8s ease 0s;
}

a .circle-text:hover:after {
    background: #ff7900;
    color: #fff !important;
}

a .circle-text.business:hover:after {
    background: #5191cd;
}

a .circle-text.cre:hover:after {
    background: #61c5ba;
}

a .circle-text.pb:hover:after {
    background: #936fb1;
}

a .circle-text.iandf:hover:after {
    background: #b8b308;
}



a .circle-text:hover div {
    color: #fff !important;
}

.circle-text.mf div {
    color: #ff7900;
}

.circle-text.business div {
    color: #5191cd;
}

.circle-text.cre div {
    color: #61c5ba;
    margin-top:-1em;
}

.circle-text.pb div {
    color: #936fb1;
}

.circle-text.iandf div {
    color: #b8b308;
    margin-top:-1em;
}


.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #ff7900; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    border: 3px solid #fff;
    box-sizing: content-box !important;
}

.circle-text.mf:after {
    background: #fff; 
    border: 3px solid #ff7900;
}

.circle-text.business:after {
    background: #fff; 
    border: 3px solid #5191cd;
}

.circle-text.cre:after {
    background: #fff; 
    border: 3px solid #61c5ba;
}

.circle-text.pb:after {
    background: #fff; 
    border: 3px solid #936fb1;
}

.circle-text.iandf:after {
    background: #fff; 
    border: 3px solid #b8b308;
}


.circle-text div {
    float:left;
    width:100%;
    padding: 50% 10px 0 10px;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
    margin-left: 3px /* to balance border so text is centered horizontally */
}

@media only screen and (max-width: 1100px) {
	.circle-text.large div,
	.circle-text.medium div {
    padding: 45% 10px 0;
    font-size: 90%;
	}
}


@media only screen and (max-width: 767px) {
	.circle-text div {
    font-size: 75%;
	}
	div.circle-text.large {
    width: 100%;
    max-width: 225px;
	}
	div.circle-text.medium {
    width: 30%;
    max-width: 140px;
	}
	div.threedots1 {
    margin: -40px auto 0 25%;
	}
	.ui-tabs-panel.ui-widget-content.life-event-tab {display: none; border: none;}
}

@media only screen and (max-width: 600px) {
	.circle-text {
    width: 29%;
	}
	div.threedots1 {
    margin: -30px auto 0 20%;
	}

	div.threedots2 {
    margin: -30px auto 0 15%;
	}
}

@media only screen and (max-width: 440px) {
	.circle-text {
    width: 43%;
	}
	div.threedots1 {
    margin: -30px auto 0 10%;
	}

	div.threedots2 {
    margin: -30px auto 0 8%;
	}
	.circle-text.medium div {
    padding: 40% 10px 0;
    font-size: 80%;
	}
}



/* End of Page Not Found 404 styling */


.joinDFL article {
	display: none;
}


#block-views-home-page-our-people-block-2 H2 {
	text-align: center;
	margin-top: 30px;
}

#block-views-home-page-our-people-block-2 .view-header H2 {
	text-align: left;
	margin-top: 0;
}


/* HR + ABOUT ARROW LINK + SERVICES YOU NEED + FIND OUT MORE */


#block-views-useful-links-block  {
	margin: 20px 0;
}

p.orange-arrow-link {
	margin: 0;
}


p.orange-arrow-link a,
#block-views-call-to-action-block-1 ul li a,
#block-views-useful-links-block ul li a,
.full-with-services .related-pages ul li a,
.faq.slideToggle {
	border-bottom: 1px solid black;
	padding: 10px 40px 10px 0;
	font-size: 1.3em;
	display: block;
	margin: 0;
	color: black;
	position: relative;
	transition: all 0.8s ease 0s;
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
}


.faq.slideToggle {
	border-bottom: none;
	border-top: 1px solid black;
}


.faq.slideToggle.active {
	border-bottom: none;
	color: #ff7900;
}

.toggled_content{
	padding-bottom: 20px;
}

p.orange-arrow-link a:hover,
#block-views-call-to-action-block-1 ul li a:hover,
#block-views-useful-links-block ul li a:hover,
.faq.slideToggle:hover {
	background: #f2f2f2;
	padding-left: 20px;
}

p.orange-arrow-link a:after,
#block-views-call-to-action-block-1 ul li a:after,
#block-views-useful-links-block ul li a:after  {
	 color: #000;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    margin-right: 10px;
}

.faq.slideToggle:after  {
	 color: #000;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    margin-right: 10px;
}

.faq.slideToggle.active:after  {
	 content: "\f057";
}


p.orange-arrow-link a span:after,
#block-views-call-to-action-block-1 ul li a span:after,
#block-views-useful-links-block ul li a span:after,
.faq.slideToggle span:after    {
    color: #ff7900;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    margin-left: 4px;
    position: absolute;
    margin-top: 11px; 
    }
    
.faq.slideToggle.active span:after    {
    display: none;
    }    


.about-us.our-differences article h3 {
	color: #f58220;
}

.interlaw-logo {
	max-width: 300px;
	margin: 10px auto ;
	
}


.node-job-vacancy .field-name-field-documents .field-label,
.node-job-vacancy .field-name-field-related-team-members .field-label,
.node-type-page .field-name-field-documents .field-label {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	float: none;
	font-size: 1.675em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ff7900;
	}

.node-job-vacancy .field-name-field-documents span.file,
.node-type-page .field-name-field-documents span.file  {
	position: relative;
	padding: 0;
	display: block;
}

.node-job-vacancy .field-name-field-documents span.file a,
.node-type-page .field-name-field-documents span.file a {
	border-bottom: 1px solid black;
	padding: 10px 40px 10px 0px;
	font-size: 1.3em;
	display: block;
	margin: 0;
	color: black;
	position: relative;
	transition: all 0.8s ease 0s;
	text-transform: uppercase;
	font-weight: 400;
}

.node-job-vacancy .field-name-field-documents span.file a:hover,
.node-type-page .field-name-field-documents span.file a:hover {
background: #f2f2f2;
padding-left: 40px;
}

 .node-job-vacancy .field-name-field-documents span.file a:after,
.node-type-page .field-name-field-documents span.file a:after {
color: #000;
content: "\f105";
font-family: FontAwesome;
font-size: 16px;
position: absolute;
right: 0;
margin-right: 10px;
} 

.node-job-vacancy .field-name-field-documents span.file img,
.node-type-page .field-name-field-documents span.file img {
	display: none;
}

 .node-job-vacancy .field-name-field-documents span.file a:before,
.node-type-page .field-name-field-documents span.file a:before {
/*	content: "\e906";
	font-family: icomoon;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff7900;
    position: absolute;
    top: 10px;
    left: 5px;
     -moz-osx-font-smoothing: grayscale;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; */
}





.social-responsibility div.field-name-field-body table img,
.social-responsibility div.field-name-field-body-two table img {
	min-width: 200px;
}

@media screen and (max-width: 35.5em) {
	.social-responsibility div.field-name-field-body table img
	.social-responsibility div.field-name-field-body-two table img {
	min-width: 125px;
	max-width: 200px;
	}
	.social-responsibility div.field-name-field-body table td,
	.social-responsibility div.field-name-field-body-two table td {
	display: block;
	}

	}
	

	
	
.front .field-name-field-body h3 {
	font-size: 22px;
	margin-bottom: 30px;
}	

.block-outer-wrapper-section
 {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 20px;
}


#block-block-28 {
	max-width: 1620px;
    margin: 0 auto;
    padding: 20px;
}

#block-block-43 .block-banner {
	max-height: 150px;
	overflow-y: hidden;
}



#block-block-43 h2,
#block-block-47 h2,
#block-block-28 h2,
#block-block-29 h2 {
	color:  #ff7900;
}


#block-block-15 {
	background: #E3DBED;
} 

	
/* Private Client Questionnaire Form Styling*/

.webform-client-form-2947 .pure-u {
	width: 100%;
}

.webform-client-form-2947 fieldset,
.webform-client-form-2947 .webform-component--what-type-of-legal-service-do-you-require {
	margin: 2%;
	padding: 20px;
}


.webform-client-form-2947 .webform-component--agree-terms-and-conditions {
	margin: 0 2%;
	padding: 0 20px;
}

.webform-client-form-2947 .captcha {
	margin: 0 2%;
	padding: 20px;
}

.webform-client-form-2947 .webform-component--employment-details--what-is-your-desired-outcome,
.webform-client-form-2947 .webform-component--your-details--date-of-birth,
.webform-client-form-2947 .webform-component--spouse-or-partners-details--date-of-birth,
.webform-client-form-2947 .webform-component--your-details-1--are-you-involved-in-any-hazardous-sports-or-pastimes,
.webform-client-form-2947 .webform-component--spouse-or-partners-details-1--are-you-involved-in-any-hazardous-sports-or-pastimes1 {
	clear: both;
}

.webform-client-form-2947 fieldset .form-item {
	float: left;
	padding: 0 10px;
	position: relative;
}

.webform-client-form-2947 fieldset input.form-radio {
	position: absolute;
	top: 2px;
}

.webform-client-form-2947 fieldset.webform-component--investor-experience .form-item.webform-component-radios label,
.webform-client-form-2947 fieldset.webform-component--how-do-you-feel-about-risk .form-item.webform-component-radios label,
.webform-client-form-2947 fieldset.webform-component--what-is-your-capacity-for-risk .form-item.webform-component-radios label {
	font-weight: 600;
	padding-bottom: 20px;
}


.webform-client-form-2947 fieldset.webform-component--investor-experience .form-item.form-type-radio,
.webform-client-form-2947 fieldset.webform-component--how-do-you-feel-about-risk .form-item.form-type-radio,
.webform-client-form-2947 fieldset.webform-component--what-is-your-capacity-for-risk .form-item.form-type-radio {
	float: none;
}

.webform-client-form-2947 fieldset .form-item.webform-component-radios .form-radios label {
	font-weight: normal;
	padding-left: 30px;
	display: block;
		padding-bottom: 10px;
}

.webform-client-form-2947 h2 {
	margin: 2%;
}

.webform-client-form-2947 .form-actions {
	text-align: center;
}


.webform-client-form-2947 .webform-component-fieldset legend {
    display: inline-block;
    visibility: visible;
    font-size: 20px;
}


.webform-client-form-2947 .webform-component--spouse-or-partners-details--date-of-birth .webform-container-inline .form-item,
.webform-client-form-2947 .webform-component--your-details--date-of-birth .webform-container-inline .form-item,
.webform-client-form-2947 .webform-component--employment-details--start-date-with-employer .webform-container-inline .form-item,
.webform-client-form-2947 .webform-component--employment-details--termination-date-if-applicable .webform-container-inline .form-item,
.webform-client-form-2947 .webform-component--your-relationship-details--when-did-you-seperate .webform-container-inline .form-item {
	margin-top: 0;
}
	
.webform-client-form-2947 .webform-component--spouse-or-partners-details--date-of-birth .webform-container-inline .form-item:first-child,
.webform-client-form-2947 .webform-component--your-details--date-of-birth .webform-container-inline .form-item:first-child,
.webform-client-form-2947 .webform-component--employment-details--start-date-with-employer .webform-container-inline .form-item:first-child,
.webform-client-form-2947 .webform-component--employment-details--termination-date-if-applicable .webform-container-inline .form-item:first-child,
.webform-client-form-2947 .webform-component--your-relationship-details--when-did-you-seperate		 .webform-container-inline .form-item:first-child {
	padding-left: 0;
}


/* Cookie compliance */
#sliding-popup .popup-content #popup-text h1, #sliding-popup .popup-content #popup-text h2, #sliding-popup .popup-content #popup-text h3, #sliding-popup .popup-content #popup-text p {
    font-weight: normal;

}	

#sliding-popup .popup-content #popup-buttons button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ededed;
    background-image: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: "Whitney SSm A", "Whitney SSm B";
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    text-transform: uppercase; 
}
	
	
#sliding-popup .popup-content #popup-buttons button:hover {
    background: #ff7900;
    color: #ffffff;
}
/* End of Cookie compliance */


.webform-component--record-page.hide{
    display: none;
}


/* Search block mobile screen fixed */

#swappable_part_1 {
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;	
	}
	
@media screen and (max-width: 600px){
	
#swappable_part_1.mobile-device {display: block !important;}
	
#swappable_part_1.not-mobile-device {display: none;}


}


/* Responsive table fix for LEGAL 500 update */

.view-services-details-page .full-with-services.body3 table {
	max-width: 100%; 
}

.view-services-details-page .full-with-services.body3 table tr td {
	vertical-align: top;
}


@media (max-width: 768px)  { 
	
	.view-services-details-page .full-with-services.body3 table td {
	width: 100%; 
	display: block;
	height: auto !important;
	}
}

/* End of Responsive table fix for LEGAL 500 update */




/* Client Page Logos */

.view-client-list .view-content {
	width: 100%;
}

.client-logos {
	float: left;
	width: 14.6%;
	margin: 1%;
	text-align: center;
	}


.client-logos img {
	border: 1px solid #2f2f2f;
	display: inline-block;
	}

/* End of Client Logos */	
	
	
.experience-desc-full {
    display: none;
	overflow: hidden;
}
.experience-desc-teaser{
	overflow: hidden;
}
.experience-desc-teaser.hide {
    display: none;
	
}
.experience-desc-teaser.display {
    display: block;
	
}

.view-people-details-expertise ul {
  padding: 0;
}

.view-people-details-expertise li {
	float: left;
	list-style-type: none;
}


.sector-experience, .expertise {
	padding: 30px 0;
}

.sector-experience .field-content {
	margin-bottom: 30px;
}


.recent-kh-content  {
	border-top: 2px solid #ff7900;
	border-bottom: 2px solid #e1e1e1;
}

.recent-kh-content .view-recent-content {
	display: block;
	width: 100%;
}

.recent-kh-content .knowledge-teaser {
	border-bottom: none;
}

.recent-kh-content h2 {
	text-align: center;
	display: block;
	width: 100%;
	border-bottom: 2px solid #e1e1e1;
	margin: 0;
	padding: 20px;
}


.view-people-details-top {
	position: relative;
	margin-bottom: 30px;
}

.view-people-details-top .profile-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
} 

.view-people-details-top .intro-content {
	margin: 0 240px;
	width: auto;
	padding: 0 40px;
	min-height: 240px;
} 

.view-people-details-top .social {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	padding-left: 20px;
	border-left: 1px solid black;
	min-height: 240px;
} 


.view-people-details-top .intro p {
	font-size: 17px;
	clear: both;
}

.view-people-details-top  .button {
    margin: 5px 10px 5px 0;
    }
    
.view-people-details-top  .tel {
    margin: 12px 20px 20px 0;
    }  
    
.view-people-details-top  .tel,
.view-people-details-top  .people-contact-me {
    float: left;
    }  
	
	


.jumptarget:before { 
  display: block; 
  content: " "; 
  margin-top: -160px; 
  position: absolute;
}


/* STYLES FOR OUR PEOPLE PAGE */
.desc-read-more-btn, .desc-close-btn {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}
.desc-read-more-btn:before, .desc-read-more-btn:after,
.desc-close-btn:before, .desc-close-btn:after {
    content: ' ';
    width: 35%;
    height: 1px;
    background: black;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 4px;
}
.desc-read-more-btn a,
.desc-close-btn a {
    color: #000;
    cursor: pointer;
}
.desc-read-more-btn span {
    color: #ff7900;
    font-weight: 700;
    font-size: 30px;
    margin-left: 7px;
    vertical-align: baseline;
    font-family: serif;
    letter-spacing: 2px;
    display: inline-block;
}