
/* ========== GLOBAL CSS =========*/

html {
  scroll-padding-top: 160px; /* height of sticky header */
}

#modal-bg.openbox {display: block;}

.modal .close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    }

.modal .close:focus, .modal .close:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
.modal button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
    z-index: 1100;
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
z-index: 9999;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 15px 14px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal .modal-title {
    line-height: 1.42857;
    margin: 0;
    text-transform: uppercase;
    color: #ff7900;
}

.services.business .modal .modal-title {
	color: #5191cd;
	}
	
.services.commercial-real-estate .modal .modal-title {
	color: #61c5ba;
	}	
	
.services.public-sector .modal .modal-title {
	color: #936fb1;
	}	
	
.individuals-families .modal .modal-title,
.individuals-and-family .modal .modal-title {
	color: #b8b308;
	}
	
.modal .modal-body.scroll {
    overflow-x: hidden;
    overflow-y: auto;
}	
	
.modal .modal-body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
    padding: 0 15px;
    position: relative;
}

.modal .modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}
.modal .modal-footer .btn {
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.modal .modal-footer .btn-default.focus, .modal .modal-footer .btn-default:focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333;
}
.modal .modal-footer .btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.modal .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width: 768px) {
.modal-dialog {
    margin: 30px auto;
    width: 600px;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
    width: 300px;
}
}


@media (max-width: 1200px) {
  body.modal-open #myModal .modal-dialog {
    margin: 220px auto;
    }

}

@media (max-width: 1024px) {
  body.modal-open #myModal .modal-dialog {
    margin: 120px auto;
    }

}

@media (max-width: 768px) {
  body.modal-open #myModal .modal-dialog {
    margin: 120px 2%;
    }

}


@media (min-width: 992px) {
.modal-lg {
    width: 900px;
}
}

#modal-bg {
    display: none; 
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

#modal-bg.openbox .modal.fade {display: block;}

.edt {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    padding: 2px;
    text-decoration: none;
    float: right;
}

.modal-open .modal.fade {
    opacity: 1;
    transition: opacity 0.15s linear 0s;
}


.modal-open #myModal  .modal-dialog {
    margin: 180px auto;
    transform: translate(0px, 0%);
    }
    
    
.view-services-offer .view-content {
    display: table;
    width: 100%;
    padding: 10px;
}

.services.business  .view-services-offer h2,
.services.business #block-views-call-to-action-block-1 h2,
.services.business #block-views-useful-links-block h2, 
.business.node-type-service #block-views-useful-links-block h2,
.services.business .outer-wrapper-section h2,
.business.node-type-service  .outer-wrapper-section h2 {
    color:  #5191cd;
}


.services.commercial-real-estate  .view-services-offer h2,
.services.commercial-real-estate #block-views-services-offer-block--2 h2,
.services.commercial-real-estate #block-views-call-to-action-block-1 h2,
.services.commercial-real-estate #block-views-useful-links-block h2, .services.commercial-real-estate .outer-wrapper-section h2 {
    color:  #61c5ba;
}


.services.public-sector  .view-services-offer .view-content h2,
.services.public-sector  #block-views-services-offer-block--2 h2,
.services.public-sector #block-views-call-to-action-block-1 h2,
.services.public-sector #block-views-useful-links-block h2 , .services.public-sector .outer-wrapper-section h2 {
    color:  #936fb1;
}


.individuals-and-family  .view-services-offer h2,
.individuals-families .view-services-offer h2,
.individuals-and-families .view-services-offer h2,
.services.individuals-and-families  #block-views-services-offer-block--2 h2,
.services.individuals-and-families #block-views-call-to-action-block-1 h2,
.services.individuals-and-families #block-views-useful-links-block h2, .services.individuals-and-families .outer-wrapper-section h2 {
    color:  #b8b308;
}


#block-views-services-offer-block,
#block-views-services-offer-block--2  {
	clear: both;
	background: #f2f2f2;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}
    
.view-call-to-action,
.view-useful-links,
.view-faq- {
	max-width: 1620px;
	padding: 0;
	margin: 0 auto;
}

.view-services-offer {
	max-width: 1620px;
	padding: 20px;
	margin: 0 auto;
}

#block-views-services-offer-block h2,
#block-views-services-offer-block--2 h2,
#block-views-call-to-action-block-1 h2,
#block-views-useful-links-block h2 {
	max-width: 1620px;
	padding: 0 20px;
	margin: 0 auto;
	color: #ff7900;
}

.modal-content-title {
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-right: 1%;
    padding: 10px 10px 10px 40px ;
    position: relative;
    width: 49%;
    background: transparent url("../images/icons/fullscreen-arrow.png") no-repeat scroll 10px 12px / 14px auto;
    transition: all 0.8s ease 0s;
}

.modal-content-title:hover {
    background: #fff url("../images/icons/fullscreen-arrow.png") no-repeat scroll 10px 10px / 18px auto;
}

@media (max-width: 600px) {
	.modal-content-title {
		margin-right: 0;
		width: 100%;
		}
	}


/* ============================ || MODAL CSS END HERE || ============================== */
.clear-talk-header header{
    -webkit-transition: 1s; 
    -moz-transition: 1s;
    transition: 1s;
}
.clear-talk-header header .float-left {
    float: left;
    margin: 12px 10px 0 0;
}

.field-name-welcome-to-clarity {clear: both;}
.view-new-slider {
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
}

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

.slider-main.hide {
    display: none;
}

.slider-main a {color: #fff;}

.views-slideshow-controls-bottom {
    margin: 5px;
    text-align: center;
}

.views-slideshow-pager-field-item {display: inline-block;}

.views-slideshow-pager-field-item .views-content-counter {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 0;
    height: 15px;
    line-height: 0;
    margin: 0 2px;
    padding: 0;
    width: 15px;
}
.views-slideshow-pager-field-item.active .views-content-counter {
    background: #ccc none repeat scroll 0 0;
}




.front .content .field-type-text-long, .node-brand-campaign .field-type-text-long {
    padding: 20px;
}

.teaser-large .content-section .field-type-text-long {
    padding: 0;
}

.pure-u-md-1-1 .teaser-large .content-section .field-type-text-long {
    min-height: auto;
    padding: 0;
}

.front .content .field-type-text-long .text-left {
    color: #ff7900;
    margin-bottom: 0;
    text-align: left;
}

/* =================== HOME PAGE OUR PEOPLE ==================*/
/*
.view-home-page-our-people {
    background: #fee2c8 none repeat scroll 0 0;
    display: block;
    padding: 20px;
    overflow: hidden;
}*/
#block-views-home-page-our-people-block-1  {
    background: #fee2c8 none repeat scroll 0 0;
    display: block;
    padding: 20px;
    overflow: hidden;
}

#block-views-home-page-our-people-block-1 h2 {
    font-weight: 600;
}

.view-home-page-our-people .box {padding: 0 0 0 10px;}

 .pure-u-lg-8-24 {
    width: 20%;
}


.view-home-page-our-people .pure-u-lg-1-3 {
    width: 25%;
}



.view-home-page-our-people p {
    font-size: 16px;
	}

.view-home-page-our-people .view-header {
    display: block;
    float: left;
    width: 56%;
}

.view-home-page-our-people .view-content {
    display: block;
    float: right;
    width: 40%;
}

.footertext a {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    color: #000;
    display: block;
    padding: 5px 15px;
    width: 150px;
}

.footertext a:after {
    font-family: "Icomoon";
    content: "\e915";
    display: inline-block;
    float: right;
    margin-right: 0;
    font-size: 15px;
}

.node-type-section-listing .field-name-field-body-two p, .front .field-name-field-body-two p {display: none;}

.node-type-section-listing .field-name-field-body-two p:first-child, .front .field-name-field-body-two p:first-child {
display: block !important;
transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
 }


.hideme.actionbtn {display: none;}

.actionbtn {
    background: #666 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 12px;
    padding: 5px 15px;
    width: auto;
}

.services-tag {
    clear: both;
    display: block;
    margin-top: 12px;
}

.services-tag a {
    background: rgba(0, 0, 0, 0) url("../images/global/expertise-tag-icon.png") no-repeat scroll 1px 2px;
    color: #000;
    display: inline-block;
    line-height: 22px;
    margin-right: 10px;
    padding-left: 28px;
}


.services-tag a:hover {
    color: #ff7900;
}


.source-tag {
    clear: both;
    display: block;
    margin-top: 20px;
	color: #7D7D7D;
	font-style: italic;
}

.source-tag strong {
	color: black;
	font-style: normal;
}

.intro-panel.clearfix > h2 {
    margin-left: 12px;
}

.view-service-areas ul {
margin: 30px 0 0 0;
padding: 0;
}
.view-service-areas ul li {
    list-style: none;
    line-height: 20px;
    margin: 10px 0;
    padding: 7px 5px 7px 20px;
}

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

.view-service-areas ul li a {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: "Whitney SSm A","Whitney SSm B";
    }
    
.view-service-areas ul li a:hover {
    color: #ff7900;
    }   
    

.view-service-areas ul li a.CornflowerBlue.fa-circle::before {color: #5191cd;}

.view-service-areas ul li a.DarkTurquoise.fa-circle::before {color: #61c5ba;}

.view-service-areas ul li a.DarkOrchid.fa-circle::before {color: #936fb1;}

.view-service-areas ul li a.Avocadogreen.fa-circle::before {color: #b8b308;}


.view-service-areas .view-header span {
    font-size: 20px;
}






/* new page */

.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large {
    border: medium none;
    margin: 5px 0;
    padding: 20px;
}

.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-left: 15px;
    margin-right: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 140px;
}

.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large .teaser-banner {
    clear: right;
    color: #000;
    display: block;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0;
    min-height: 1px;
    text-align: left;
    text-transform: uppercase;
}

.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large .text-center {
    text-align: right;
}



.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large .text-center .button.white::after {
    content: "\e915";
    display: inline-block;
    float: right;
    font-family: "Icomoon";
    font-size: 13px;
    padding-left: 5px;
}

.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large .text-center .button.white {
    border-color: #ffffff;
    color: #ffffff;
    padding: 7px 14px;
    text-transform: unset;
}





/* end new page */
/*
.readmorelink {
    background: #5189c5 none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    margin-top: 28px;
    padding: 2px 10px;
    text-align: center;
}

.readmorelink span::after {
    content: "\e915";
    display: inline-block;
    float: right;
    font-family: "Icomoon";
    font-size: 12px;
    padding-left: 5px;
}
*/

body.node-type-blog-post .field-name-field-body-two {
    color: #000;
    font-family: "Whitney SSm A","Whitney SSm B";
    font-weight: 400;
    line-height: 1.5em;
}

.page-node-21 .pure-g .pure-u-sm-1-2  .teaser-large,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large,
.commercial-real-estate  .pure-g .pure-u-sm-1-2  .teaser-large {
    margin: 5px;
    padding: 15px;
    transition: all ease 0.8s;
}


.page-node-21 .pure-g .pure-u-sm-1-2  .teaser-large span,
.front .pure-g .pure-u-1-2 .teaser-large.public-sector span,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large.public-sector span,
.page-node-15 .pure-g .pure-u-sm-1-2   .teaser-large.public-sector span  {
	color: #936fb1;
}

.public-sector .pure-g .pure-u-sm-1-2  .teaser-large:hover,
.page-node-15 .pure-g .pure-u-sm-1-2  .teaser-large.public-sector:hover,
.front .pure-g .pure-u-1-2 .teaser-large.public-sector:hover,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large.public-sector:hover {
	background: #CBBCDC;
	}	



.commercial-real-estate .pure-g .pure-u-sm-1-2  .teaser-large {
	 transition: all ease 0.8s;
}

.commercial-real-estate .pure-g .pure-u-sm-1-2  .teaser-large:hover,
.front .pure-g .pure-u-1-2 .teaser-large.commercial-real-estate:hover,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large.commercial-real-estate:hover,
.page-node-15 .pure-g .pure-u-sm-1-2 .teaser-large.commercial-real-estate:hover  {
	background: #d6e9e5;
}


.commercial-real-estate .pure-g .pure-u-sm-1-2  .teaser-large span,
.front .pure-g .pure-u-1-2 .teaser-large.commercial-real-estate span,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large.commercial-real-estate span,
.page-node-15 .pure-g .pure-u-sm-1-2 .teaser-large.commercial-real-estate span {
	 color: #60c5ba;
}

.front .pure-g .pure-u-1-2 .teaser-large.individuals-and-families:hover,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large.individuals-and-families:hover,
.page-node-15 .pure-g .pure-u-sm-1-2 .teaser-large.individuals-and-families:hover {
	background: #eeebca;
}


.front .pure-g .pure-u-1-2 .teaser-large.individuals-and-families span,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large.individuals-and-families span,
.page-node-15 .pure-g .pure-u-sm-1-2 .teaser-large.individuals-and-families span {
	color: #b8b308;
}

.social-responsibility .pure-g .pure-u-sm-1-2 .teaser-large.mf:hover  {
	background: #fee2c8;
}

.page-node-2714 .pure-g  .pure-u-1-2 .teaser-large:hover {
	background: #FDC99B;
	}

.page-node-2714 .pure-g .pure-u-1-2 .teaser-large span {
	color: #ff7900;
}


body.node-type-section-listing .field-name-field-body-two {
    margin-bottom: 1.8em;
    margin-top: 2.8em;
    padding-left: 12px;
}
.pure-g.content-list-items {
    clear: both;
    margin-top: 50px;
    padding-left: 12px;
}
.view-new-slider a .slider-main {color: #fff;}

.front .field-name-title {margin: 0;}
.front .field-name-title h1 {
    color: #ff7900;
    margin: 0.67em 0 0;
    padding-left: 15px;
}

.knowledge-hub .pure-g .pure-u-1-2.pure-u-md-1-1 .teaser-large.business {
    background: #cfd9eb none repeat scroll 0 0;
}

.pure-g .pure-u-sm-1-2 .teaser-large,
.pure-g .pure-u-1-2 .teaser-large {
    transition: all ease 0.8s;
}
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large {
	margin: 0 0 30px 0;
}
.page-node-20 .pure-g .pure-u-sm-1-2 .teaser-large:hover,
.front .pure-g .pure-u-1-2 .teaser-large.business:hover,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large.business:hover,
.page-node-15 .pure-g .pure-u-sm-1-2 .teaser-large.business:hover {
    background: #cfd9eb none repeat scroll 0 0;
}

.page-node-15 .pure-g .pure-u-sm-1-2 .teaser-large.business span,
.page-node-20 .pure-g .pure-u-sm-1-2 .teaser-large.business span,
.front .pure-g .pure-u-1-2 .teaser-large.business span,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large.business span {
    color: #5191cd;
}

.social-responsibility .pure-g .pure-u-sm-1-2 .teaser-large.mf span {
	  color: #ff7900;
  }

.pure-g .pure-u-sm-1-2 .teaser-large:hover span,
.page-node-21 .pure-g .pure-u-1-2 .teaser-large:hover span,
.commercial-real-estate .pure-g .pure-u-1-2 .teaser-large:hover span,
.front .pure-g .pure-u-1-2 .teaser-large:hover span,
.node-brand-campaign .pure-g .pure-u-1-2 .teaser-large:hover span,
.page-node-2714 .pure-g .pure-u-1-2 .teaser-large:hover span,
.page-node-15 .pure-g .pure-u-sm-1-2 .teaser-large:hover span {
    color: #000;
}

.page-node-15 .pure-g .pure-u-sm-1-2 .teaser-large,
.page-node-20 .pure-g .pure-u-sm-1-2 .teaser-large,
.social-responsibility .pure-g .pure-u-sm-1-2 .teaser-large {
    margin: 5px;
    padding: 15px;
}

.pure-g .pure-u-sm-1-2 .button.white:hover {background-color: #000;}

.view-service-agency-team h2 {
    font-size: 1.875em;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.view-service-agency-team .view-content .inner .views-field-title a {
    color: black;
    display: block;
    padding: 16px 22px 0;
}
.view-service-agency-team .view-content .inner .views-field-field-job-position {
    background: #ff7900 none repeat scroll 0 0;
    color: white;
    display: block;
    padding: 0 22px;
}
.view-service-agency-team .view-content .inner .views-field-field-job-title {
    background: #ff7900 none repeat scroll 0 0;
    padding: 0 22px 20px;
    color:#fff;
}
/* ========================================== Estate agency =======================================*/

.page-node-171.node-type-service .main-content-area {padding: 0;}

.estate-agency-main {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}

.estate-agency .estate-agency {
    border-top: 1px solid #fff;
    display: block;
    float: left;
    margin: 1% 1% 0;
    width: 31.3%;
}



.agency-block-long {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    min-height: 365px;
     padding: 0 20px;
}

#block-block-11 h2 {
    font-size: 2em;
    margin-left: 20px;
}

#block-block-6 .agency-block-long > h2 {
    color: #b8b308;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: unset;
    margin: 25px 0 20px;
    text-transform: unset;
    font-weight: normal;
}

.agency-block {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.agency-block a {display: block;}

.agency-block h3 {
    border: 1px solid #ddd;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 7px 0;
    text-transform: unset;
}

.agency-block a .bg:hover {
    background-color: #222;
}
.agency-block .bg {
    background: #f58220 url("../images/new/Why-Use-Us-Graphic.png") no-repeat scroll center center / 100px auto;
    display: block;
    padding: 75px;
}
.agency-block.freeval .bg {
    background: #b8b308 url("../images/new/Free-Valuation-Graphic.png") no-repeat scroll center center / 100px auto;
}
.agency-block.forsale .bg {
    background: #936fb1 url("../images/new/For-Sale-Graphic.png") no-repeat scroll center center / 100px auto;
}
.agency-block.meetthe .bg {
    background: #61c5ba url("../images/new/Meet-The-Team-Graphic.png") no-repeat scroll center center / 100px auto;
}
.agency-block.testi .bg {
    background: #5191cd url("../images/new/Testimonials-Graphic.png") no-repeat scroll center center / 100px auto;
}
.agency-block.faqs .bg {
    background: #c4c4c4 url("../images/new/FAQ's-Graphic.png") no-repeat scroll center center / 100px auto;
}

#block-block-6 h2 {
    font-size: 2em;
    margin: 20px;
}
#block-block-6 a h2 {
    color: #b8b308;
    font-weight: normal;
    letter-spacing: unset;
    margin: 25px 0 20px;
    text-align: center;
}



.estateagency-panel {
    border: 1px solid #ddd;
    float: left;
    padding: 30px 15px;
    width: 25%;
}


.estateagency-panel.first {border-left: none;}

.estateagency-panel.last  {border-right: none;}

.estateagency-panel h2 {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 10px;
}

.full-with-services.body3 .button.green {
	margin: -25px 0 30px 0;
	background: #fff;
}

.full-with-services.body3 .button.green:hover {
	background: #808285;
}



#block-block-13 {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
#block-block-13 h2 {
    color: #b8b308;
    font-weight: 500;
    letter-spacing: unset;
    margin: 25px 0 20px;
    font-weight: normal;
   }
#block-block-13 img {
    display: inline-block;
    margin: 0 30px 20px;
    max-height: 50px;
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.page-node-171 .pure-g .pure-u-1-2 .teaser-large {
    background: #eeebca none repeat scroll 0 0;
}
.page-node-171 .pure-g .pure-u-1-2 .teaser-large .button.white,
.page-node-171 #block-block-11 .button.white  {
    background-color: #b8b308;
}
.page-node-171 .pure-g .pure-u-1-2 .teaser-large .button.white:hover,
.page-node-171 #block-block-11 .button.white:hover {
    background-color: #000;
}
.page-node-171 .field-name-welcome-to-clarity, 
.page-node-171 .field-name-designed-for-life-cta, .page-node-2201 .field-name-welcome-to-clarity, 
.page-node-2201 .field-name-designed-for-life-cta {
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 48%;
}
.page-node-171 .text-center .field-name-title {display: none;}


.page-node-171 .field-name-field-body {margin-bottom: 0.5em;}

.page-node-171 .pure-g.content-list-items {
    clear: both;
    margin-top: 0;
    padding-left: 12px;
    padding-top: 0;
}
#block-views-related-articles-block {
    clear: both;
    display: block;
    margin-bottom: 25px;
    border-bottom: 2px solid #e1e1e1;
}
#block-views-related-articles-block h2 {
	padding: 10px; 
	text-align: center;
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 0;
}
.node-brand-campaign .recent-kh-content h2 {
	color: #000;
	font-weight: 500;
}
.node-brand-campaign .customshare #st-1 {
    text-align: center;
}

.pure-u-sm-8-24 {
    width: 33.033%;
}
@media (min-width: 768px) and (max-width: 1230px) {
#block-block-7, #block-block-8, #block-block-9, #block-block-10 {
    min-height: 480px;
	}
}

/*

.page-node-171 .field-name-welcome-to-clarity, 
.page-node-171 .field-name-designed-for-life-cta,
.page-node-2021 .field-name-welcome-to-clarity, 
.page-node-2021 .field-name-designed-for-life-cta {
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 48%;
}

.page-node-2167 .field-name-designed-for-life-cta {display: none;}

*/

@media (max-width: 768px)  {
.page-node-171 #content-header-content {
    display: block;
}

.agency-block-long {
    min-height: auto;
    border-bottom: 0;
}


.estate-agency-main .estate-agency {
    width: 31.333%;
}

.estateagency-panel {
    float: left;
    min-height: auto;
    padding: 15px;
    width: 100%;
    border: none;
}

.full-with-services.body3 .button.green {
    margin: 0;
}

}



@media (max-width: 600px) {

#block-block-7 ol {
    display: block;
}

#block-block-7 img {
    display: none;
}

#block-block-7 .pure-u-1 {
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}


.estate-agency .estate-agency {
    width: 48%;
}


.estate-agency .estate-agency.agency-4 {
    width: 100%;
    height: auto !important;
}

.estate-agency .estate-agency.agency-4 .forsale {
    width: 48%;
    display: inline-block;
    margin-right: 1%;
}

.estate-agency .estate-agency.agency-4 .faqs {
    width: 48%;
     display: inline-block;
}


.services.individuals-and-families.page-node-79 article h2.heading {
    display:none;
}

div.clarity-mean {
	display: block;
	width: 100%;
	border-right: none;
}

div.concept-icons {
	width: 47%;
}



}
/* New layout for About us pages */
#block-block-25 h2 {
    text-align: center;
    margin-top: 30px;
}

.concept-icons {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
	border-top: 1px solid #fff;
	display: block;
	float: left;
	margin: 1% 1% 0;
	width: 23%;
	padding: 15px;
	 transition: all 0.8s ease 0s;
}

#block-block-24 .concept-icons img {
    border-radius: 50%;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    width: 100%;
}

#block-block-24 a:hover .concept-icons  {
	background: #fee2c8;
	color: #fff;
	}
	
#block-block-24 a:hover .concept-icons h3 {
	color: #000;
	}



.our-differences .concept-icons {
	width: 31%;
}



.concept-icons h3 {
    border: 1px solid #ddd;
    color: #ff7900;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 7px 0;
    text-transform: unset;
    transition: all 0.3s ease 0s;
}

#block-block-24  .concept-icons h3 {
    border: none;
    margin-top: 10px;
}



.our-differences .concept-icons h3 {
    min-height: 60px;
    padding: 7px 5px;
}


.concept-icons .bg {
    background: #f58220 url("../images/new/Why-Use-Us-Graphic.png") no-repeat scroll center center / 100px auto;
    display: block;
    padding: 75px;
}
.concept-icons.journey .bg {
   /* background: #936fb1 url("../images/new/about-our-journey-icon.png") no-repeat scroll center center / 100px auto; */
    background: #936fb1 url("../images/new/our_journey_idea.jpg") no-repeat scroll center center / cover;
}
.concept-icons.differences .bg {
   /* background: #f58220 url("../images/new/about-our-differences-icon.png") no-repeat scroll center center / 100px auto; */
    background: #f58220 url("../images/new/our_differences_idea1.jpg") no-repeat scroll center center / cover;
}
.concept-icons.reach .bg {
   /* background: #61c5ba url("../images/new/about-our-reach-icon.png") no-repeat scroll center center / 100px auto; */
    background: #61c5ba url("../images/new/our_reach_idea.jpg") no-repeat scroll center center / cover;
}
.concept-icons.community .bg {
   /* background: #5191cd url("../images/new/about-our-community-role-icon.png") no-repeat scroll center center / 100px auto; */
    background: #5191cd url("../images/new/our_community_role_idea.jpg") no-repeat scroll center center / cover;
}
.concept-icons a .bg:hover {
    background-color: #222;
}


.concept-icons.entrepreneurship .bg {
    background: #f58220 url("../images/new/differences-entrepreneurship-icon.png") no-repeat scroll center center / 100px auto;
}

.concept-icons.innovate .bg {
    
    background: #936fb1 url("../images/new/differences-innovate-icon.png") no-repeat scroll center center / 100px auto; 
}

.concept-icons.learning .bg {
    background: #b8b308 url("../images/new/differences-learning-icon.png") no-repeat scroll center center / 100px auto;
}

.concept-icons.charities .bg {
    background: #61c5ba url("../images/new/differences-charity-icon.png") no-repeat scroll center center / 100px auto;
}

.concept-icons.ethical .bg {
    background: #5191cd url("../images/new/differences-ethical-icon.png") no-repeat scroll center center / 100px auto;
}

.anchor-blocked-orange {
	 display: table;
	 width: 31%;
	 float: left;
	 margin: 1%;
}

 .anchor-blocked-orange.wesupport   {
	   	border-top: 1px solid #f58220;
	   	border-bottom: 1px solid #f58220;
}

 .anchor-blocked-orange.wesupport .heading  {
	 background: transparent !important;
}  

/* .anchor-blocked-orange.ethical,
.anchor-blocked-orange.charities {
	 margin: 1% 5%;
	 width: 40%;
}  */

.anchor-blocked-orange a,
.anchor-blocked-orange.wesupport .heading {
  	display: table-cell;
  	vertical-align: middle;
  	text-align: center;
  	background: #ff7900;
  	padding: 20px;
  	color: #fff;
  	transition: all 0.3s ease 0s;
  	border-radius: 15px;
}

.anchor-blocked-orange .heading h2 {
  	margin: 0;
  	font-weight: 600;
  	font-size: 22px;
  	color: #333;

}

 article .anchor-blocked-orange a h3,
 article .anchor-blocked-orange a h3 {
  	color: #fff;
  	font-size: 17px;
}

.anchor-blocked-orange a:hover {
  	background: #333;
}









#block-block-26 h2 {text-align: center; margin-bottom: 0;}
#block-block-26 .clarity-mean h3 {
    text-align: center;
    display: block;
    margin-bottom: 10px;;
}

#block-block-26 img {
    margin-bottom: 20px;;
}

#block-block-26 p {
    margin: 0.5em 0;
}
.clarity-mean {
    float: left;
    display: block;
    width: 50%;
    padding: 10px 30px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.clarity-mean.for-us, .clarity-mean.for-fees {
    border-right: none;
}
.clarity-mean.for-promise, .clarity-mean.for-fees {
    border-bottom: 1px solid #ddd;
}

.clarity-mean ul li, #main-section #block-block-25 ul.light-orange li {
    list-style: none;
    background: url(/sites/default/themes/website/images/icons/mfarrow-right.png);
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    padding-left: 20px;
    line-height: 1.5em;
	color: #2f2f2f;
font-size: 14px;
margin-bottom: 1em;
list-style: none;
list-style-image: none;

}


/* Responsive Video */

.responsive-video-wrapper {
	margin: 0 auto;
	max-width: 800px;
	}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; 
	overflow: hidden;
	}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* End of Responsive Video */

/*contact map image fix */
.map img {
    width: 100%;
}



/* new css only using for footer full width */
 
#content-footer {
    width: 100%;
}

#content-footer .view-content {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 20px;
}
#content-footer .view-home-recent-knowledge-hub .view-header {
    border-bottom: 2px solid #e1e1e1;
}
#content-footer .knowledge-teaser {
    background-color: #ffffff;
    border-bottom: none;
    border-top: none;
    padding: 45px 15px 30px;
}
#content-footer .view-home-recent-knowledge-hub {
    background-color: transparent;
    padding: 20px 0 0;
    border-bottom: 2px solid #e1e1e1;
}

/* test (Video slider) and to be deleted */

.slider-outer .slidervideoimg,
.slider-outer .slidervideoimg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.views-slideshow-cycle-main-frame, .views-slideshow-cycle-main-frame * {
	 Width:100% !important;
	 clear:both;
	 overflow: hidden;
	/*  min-height: 100%;    Disable as on safari at tablet and mobile main slider image not resizing correctly       */
	 }
	 
	 
.slider-outer.allowfullscreen {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.slider-outer {
    position: relative;
}

.slider-outer .slidervideoimg {display: none;}

.slider-outer .full-video {
    position: absolute;
    bottom: 0;
    margin-bottom: 280px;
    background: red;
    z-index: 999;
    color: #fff;
    padding: 10px;
    right: 0;
    max-width: 175px;
    cursor: pointer;
	min-height: 30px;
}
.slider-outer .close-video {
    position: absolute;
    top: 20px;
    z-index: 1020;
    color: red;
    padding: 10px;
    right: 20px;
    max-width: 42px;
    cursor: pointer;
    font-size: 32px;
    background: transparent;
    height: 58px;
}

body.fullscreenvideo {overflow: hidden !important;}

/* ************ CLEAR TALK CSS ************* */
/*
.ct-number-panel .number-text .h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
	text-transform: uppercase;
}*/

.ct-number-panel .number-text .h3 {
color: #000;
font-size: 15px;
font-weight: 600;
margin: 5px 0;
text-shadow: unset;
text-transform: uppercase;
}

.page-node-3223 #block-block-39 {display: none;}

.page-node-3223 p, .page-node-3223 pre {
    font-size: 21px;
    font-weight: 400;
}

.page-node-3223 .customshare p {
    font-size: 28px;
    font-weight: 600;
}

.clear-talk-header .location {
    display: none;
}
.clear-talk-header.fixed .location {
    display: block;
}

.clear-talk-header h1 {
    margin: 10px 0;
	display: none;
}
.clear-talk-container h2 {
    margin: 5px 0px 25px 0px;
    text-transform: none;
    font-weight: 500;
}

.clear-talk-header .float-right .logo > img {
    height: auto;
    max-width: 140px;
    transition: 1s;
}
	/*
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
*/

.clear-talk-header.fixed .float-right .logo > img {
    height: auto;
    max-width: 120px;
    margin-top: 5px;
}

.clear-talk-banner {
    position: relative;
}
.header-wrapper.clear-talk-header header {
    padding: 10px 0 7px 0;
}
.header-wrapper.clear-talk-header{
    border-bottom: 0;
    position: fixed;
    display: block !important;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 998;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.header-wrapper.clear-talk-header.fixed{
    background: #ffffff;
	box-shadow: 0 0 5px #ddd;
}

.slider.full-width.clear-talk-header {
    margin: 0;
    width: 100%;
    position: relative;
}
.header-outer {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15% 0;
    position: relative;
    overflow: hidden;
}

.clear-talk-col {
    float: left;
    display: block;
    width: 100%;
}
.clear-talk-text a {
	background: transparent;
    border: 2px solid #ff7900;
    text-transform: uppercase;
    color: #222;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all 0.8s ease 0s;
    padding: 5px 15px;
	margin-top: 10px;
    font-weight: 400;
}
.clear-talk-text a:hover {
    border: 2px solid transparent;
    background: #ff7900;
    color: #222;
    transition: all 0.8s ease 0s;
}

.talk-video {
    max-width: 345px;
    height: 345px;
    background-color: rgba(237,128,49,0.85);
    border-radius: 100%;
    position: relative;
    margin: 15px auto;
}

.talk-video #youtube-field-player {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    color: #000;
}
.talk-video #youtube-field-player::after {
    content: "PLAY OUR VIDEO";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url(../images/MF-play-01.svg);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding: 42% 10% 0 39%;
    background-repeat: no-repeat;
    background-position: 20% center;
    text-transform: uppercase;
    font-size: 25px;
    background-size: 60px;
    font-weight: 700;
    margin-left: 15px;
    text-align: left;
}
.talk-video #youtube-field-player img {display: none;}

.clear-talk-outer {
    padding: 40px 0;
}
.view-brand-campaign-current-topic-introduction .clear-talk-outer {
    padding: 40px 0 60px 0;
}
.clear-talk-outer h2 {
    text-transform: none;
    font-size: 32px;
    font-weight: 500;
}
.clear-talk-intro {display: none;}

.clear-talk-introduction-btn {
    text-transform: uppercase;
    color: #ff7900;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #ff7900;
    background: transparent;
    transition: all 0.8s ease 0s;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: 400;
}
.clear-talk-introduction-btn:hover {
    background: #ff7900;
    border: 2px solid transparent;
    color: #ffffff;
    transition: all 0.8s ease 0s;
}

.clear-talk-introduction-hidebtn {
    text-transform: uppercase;
    color: #ff7900;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #ff7900;
    background: transparent;
    transition: all 0.8s ease 0s;
    padding: 5px 15px;
	cursor: pointer;
    font-weight: 400;
}
.clear-talk-introduction-hidebtn:hover {
    background: #ff7900;
    border: 2px solid transparent;
    color: #ffffff;
    transition: all 0.8s ease 0s;
}

.outer-wrapper-section.brand-campaign-title {
	text-align: center;
}

.brand-campaign-title h1 {
    color: #000;
    width: 100%;
}

.brand-campaign-intro  {
    max-width: 1024px;
    margin: 0 auto;
}


.brand-campaign-intro p {
    font-size: 20px;
    margin: 10px 0 40px 0;
}


.brand-campaign-video {
    background: #000;
}
.brand-video {
    position: relative;
    width: 100%;
    height: 100%;
}
.embedded-video {
 /*   max-width: 1024px; */
    margin: 0 auto;
}
.player {
    position: relative;
    height: 0;
    padding-top: 45px;
    padding-bottom: 50%;
}
.player iframe {
    width: 100% !important;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.customshare {
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 50px;
}

.customshare #st-1 .st-total {display: none;}

.customshare #st-1 .st-btn[data-network="googleplus"] {
    display: inline-block !important;
}

.customshare .sharethis-inline-share-buttons {
    max-width: 190px;
    margin: 0 auto;
}
.node-brand-campaign .customshare {
    padding-bottom: 5px;
}
.node-brand-campaign .customshare h3 {
    text-transform: none;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 500;
}
.node-brand-campaign .customshare #st-1 {
    text-align: center;
}
.featured {
    padding: 25px 0;
    background-color: #f2f2f2;
    margin-bottom: 0;
}
.featured-inner {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 5px #d1d3d4;
	position: relative;
}
.previous-col-2 {
    float: left;
    display: block;
    width: 100% !important;
    clear: none;
	margin-bottom: 55px;
}
.view-clear-talks-previous-topic {
    position: relative;
}
.clear-talks-previous .service-data .item-list ul {
	padding: 0;
	margin: 0;
}
.clear-talks-previous .service-data .item-list ul li {
	list-style-type: none;
	margin:0;
}
.clear-talks-previous .service-data .item-list ul li a {
    border-bottom: 1px solid black;
    padding: 10px 40px 10px 0;
    font-size: 19px;
    display: block;
    margin: 0;
    color: black;
    position: relative;
    transition: all 0.8s ease 0s;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.clear-talks-previous .service-data .item-list ul li  a:hover {
	background: #f2f2f2;
	padding-left: 20px;
}

.clear-talks-previous .service-data .item-list ul li  a:before {
    color: #000;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    margin-right: 10px;
}

.clear-talks-previous .service-data .item-list ul li  a:after {
    color: #ff7900;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    margin-left: 4px;
    position: absolute;
    margin-top: 11px;
}

/* knowledge-hub */

article #block-views-14c1ce2f13046fdddae9f12e7e038b58 h2 {
    color: black;
    border-bottom: 1px solid #ff7900;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 10px;
    font-weight: 500;
}

.clear-talks-previous {
    margin-bottom: 25px;
}
.featured-inner h2 {
    font-size: 42px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 15px;
}
.featured-inner .clear-talks-previous h2 {
    font-size: 32px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 20px;
}

article .clear-talks-previous h2 {
    color: black;
}

.clear-talks-previous ul.blogsdata {
	padding: 0;
	margin: 0;
}
.clear-talks-previous ul.blogsdata li {
	list-style-type: none;
	margin:0;
	position: relative;
	padding-left: 50px;
}
.author-date {
    font-size: 12px;
    color: #999;
}
.clear-talks-previous ul.blogsdata a {
    padding: 0px 0px 15px 0;
    font-size: 21px;
    display: block;
    margin: 0;
    color: black;
    position: relative;
    transition: all 0.8s ease 0s;
    font-weight: 400;
    cursor: pointer;
}
.clear-talks-previous ul.blogsdata li  a:hover {
	color: #ff7900;
}

.clear-talks-previous ul.blogsdata li::before {
    color: #ff7900;
    content: "\e900";
    font-family: 'icomoon';
    font-size: 23px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #ff7900;
    text-align: center;
    left: 0;
}
.signupbtn a {
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid transparent;
    background: #ff7900;
    transition: all 0.8s ease 0s;
    padding: 5px 15px;
    width: auto !important;
    font-weight: 400;
}
.signupbtn a:hover {
    background: transparent;
    border: 2px solid #ff7900;
    color: #222;
    transition: all 0.8s ease 0s;
}

.view-clear-talks-previous-topic .views-slideshow-controls-bottom {
    margin: 0;
    text-align: center;
    position: absolute;
    min-height: 40px;
    left: 0;
    width: 100%;
    z-index: 99;
}
.view-clear-talks-previous-topic .views-slideshow-controls-text-previous a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    padding: 0;
    color: #ff7900;
    background: transparent;
        background-color: transparent;
    background-color: transparent;
    background-color: transparent;
    border: 2px solid #ff7900;
    font-size: 0;
    display: block;
    position: absolute;
	text-decoration: none;
	left: 0;
	top: 0;
}
.view-clear-talks-previous-topic .views-slideshow-controls-text-previous a::after {
    content: "\e916";
    font-family: 'icomoon';
    color: #ff7900;
    font-size: 20px;
}
.view-clear-talks-previous-topic .views-slideshow-controls-text-pause {display: none;}
.view-clear-talks-previous-topic .views-slideshow-controls-text-next a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    padding: 0;
    color: #ff7900;
    background: transparent;
        background-color: transparent;
    background-color: transparent;
    background-color: transparent;
    border: 2px solid #ff7900;
    font-size: 0;
    display: block;
    position: absolute;
	text-decoration: none;
	right:0;
	top: 0;
}
.view-clear-talks-previous-topic .views-slideshow-controls-text-next a::after {
    content: "\e915";
    font-family: 'icomoon';
    color: #ff7900;
    font-size: 20px;
}
.view-clear-talks-previous-topic .views-slideshow-pager-field-item .views-content-counter {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ff7900;
    border-radius: 50%;
    font-size: 0;
    height: 15px;
    line-height: 0;
    margin: 0 2px;
    padding: 0;
    width: 15px;
}
.view-clear-talks-previous-topic .views-slideshow-pager-field-item.active .views-content-counter {
    background: #ff7900 none repeat scroll 0 0;
}

.scrolltobuttom {
    clear: both;
    text-align: center;
    padding-bottom: 75px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
}

.scrolltobuttom a {
    background: url(../images/Arrow3.svg);
        background-repeat: repeat;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 22px;
	height: 40px;
    width: 40px;
    background-position: center;
}

/*
@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-30px));
  }
	60% {
    @include transform(translateY(-15px));
  }
}

.bounce {
  @include animation(bounce 2s infinite);
}
*/

.clarityft {
    background-color: #f2f2f2;
    margin-bottom: 0;
    overflow: hidden;
}
#webform-client-form-3254 {
    background-color: transparent;
    border: none;
}
#webform-client-form-3254 .form-item-2col {
    width: 96%;
}
#webform-client-form-3254 .form-actions {
    clear: both;
    text-align: center;
}
.stay-informed-form .form-item.current-topic-hidden {display: none;}
.stay-informed-form .form-item.form-item-1col {
    clear: both;
    margin: 1%;
    width: 98%;
}
.previous-col-2.videobox {position: relative;}

/*
.previous-col-2.videobox a .vicon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
	font-size: 0;
}
.previous-col-2.videobox a .vicon:after {
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMjQgNEMxMi45NSA0IDQgMTIuOTUgNCAyNHM4Ljk1IDIwIDIwIDIwIDIwLTguOTUgMjAtMjBTMzUuMDUgNCAyNCA0em0tNCAyOVYxNWwxMiA5LTEyIDl6Ii8+PC9zdmc+);
    background-size: 48px 48px;
    bottom: 0;
    color: #fff;
    left: 0;
    height: 48px;
    margin: auto;
    opacity: 0.8;
    right: 0;
    top: 0;
    width: 48px;
	content: "";
}
*/

.previous-col-2.videobox .vicon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
	font-size: 0;
}

.previous-col-2.videobox .vicon:after {
    position: absolute;
    background: #000;
    background-image: url(../images/video-play.svg);
    background-size: 64px 64px;
    bottom: 0;
    color: #fff;
    left: 0;
    height: 64px;
    margin: auto;
    opacity: 0.8;
    right: 0;
    top: 0;
    width: 64px;
    content: "";
    cursor: pointer;
    border-radius: 64px;
}
.number.h3.gettouchbtn {
    cursor: pointer;
}
.ct-number-panel .number-text span:before {
    font-size: 16px;
}


@media (min-width: 771px)  {
.header-outer {
    height: 100%;
}

.clear-talk-header h1.bscreen {display: block;}	
.previous-col-2:first-child {
    padding-right: 15px;
}
.previous-col-2:last-child {
    padding-left: 15px;
}
	
.talk-video {
    margin: -12% 0 0 0;
}

.clear-talk-col {
    width: 50%;
}
.previous-col-2 {
    width: 50% !important;
}
.clear-talk-video.clear-talk-col {
    float: right;
    padding-left: 20px;
}
.clear-talk-text {
    padding-right: 20px;
    padding-left: 20px;
}
#webform-client-form-3254 .form-item-2col {
    width: 48%;
}
.previous-col-2 p {
    margin-top: 0;
}
}
@media (min-width: 992px)  {
	
.clear-talk-header h1 {font-size: 40px;}
.clear-talk-header h2 {font-size: 36px;}

.clear-talk-text a {font-size: 20px; padding: 10px 30px;}
.clear-talk-introduction-btn {font-size: 20px; padding: 10px 30px;}

.clear-talk-introduction-hidebtn {font-size: 20px; padding: 10px 30px;}
	
}

@media (min-width: 769px) { 
	.signupbtn a {font-size: 20px; padding: 10px 30px;}
}

@media (min-width: 1000px) {
    .clear-talk-header .float-right .logo > img {
        max-width: 250px;
    }
}
@media (min-width: 1150px) {
    .header-wrapper.clear-talk-header header {
        padding: 65px 0 7px;
    }
}
@media screen and (max-width: 1500px) {
    .clear-talk-video h1 {
        font-size: 52px;
    }
}
@media (min-width: 1200px) {
    .clear-talk-header .float-right .logo > img {
        max-width: 270px;
    }
}
@media (min-width: 1400px)  {
	.talk-video {
        max-width: 400px;
        height: 400px;
    	margin: -14% 0 0 0;
    }
    .clear-talk-header .float-right .logo > img {
        max-width: 280px;
    }
    .clear-talk-header h1 {font-size: 50px;}
    .clear-talk-header h2 {font-size: 48px;}
    .talk-video #youtube-field-player::after {font-size: 30px;}
}
@media (min-width: 1500px)  {
    .clear-talk-header .float-right .logo > img {
        max-width: 320px;
    }
    .clear-talk-header h1 {font-size: 60px;}
    .clear-talk-header h2 {font-size: 52px;}
	.talk-video {
        max-width: 470px;
        height: 470px;
    }
}
@media screen and (max-width: 1366px) {
    .clear-talk-video h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1100px) {
    .clear-talk-video h1 {
        font-size: 32px;
    }
}
@media (max-width: 770px)  {
.clear-talk-header h1.mscreen {display: block;}
.clear-talk-header .text-right.top-search.desktop-hide {width: auto;}
.clear-talk-header h1 {text-align: center;}
.slider.full-width.clear-talk-header {padding-top: 45px;}
    .talk-video #youtube-field-player::after {
        padding: 40% 10% 0 34%;
        background-position: 7% center;
    }
    .talk-video {
        max-width: 280px;
        height: 280px;
    }
}
@media screen and (max-width: 600px) {
    .slider.full-width.clear-talk-header {
        padding-bottom: 20px;
    }
    .header-outer .scrolltobuttom {
        padding-bottom: 40px;
    }
    .clear-talk-text a {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
}
@media (max-width: 480px) {
    .page-node-171 .field-name-welcome-to-clarity, .page-node-171 .field-name-designed-for-life-cta, .page-node-2166 .field-name-welcome-to-clarity, .page-node-2166 .field-name-designed-for-life-cta {
        float: left;
        width: 96%;
    }
	
	.stay-informed-form .current-topic-hidden.form-item.webform-component-textfield {display: none;}
	#webform-client-form-3254 .form-actions {padding-top: 10px;}
	
    .clear-talk-text p {
        font-size: 16px;
    }
    .header-outer {
        background-image: none !important;
        padding: 15% 0 0;
    }
    .talk-video {
        max-width: 240px;
        height: 240px;
        background-color: rgba(237,128,49,1);
    }
    .talk-video #youtube-field-player::after {
        padding: 39% 0% 0 32%;
        background-position: 7% center;
        background-size: 50px;
        font-size: 22px;
    }
    .scrolltobuttom {
        display: none;
    }
    .clear-talk-outer {
        padding: 0px 0 40px;
    }
    .clear-talk-outer h2 {
        font-size: 21px;
    }
    .clear-talk-outer p {
        font-size: 13px;
    }
    .clear-talk-video h1#page-title {
        font-size: 21px;
    }
    .clear-talk-outer .signupbtn {
        text-align: center;
        margin-top: 30px;
    }
    .talk-video {
        
    }
}
.views-slideshow-cycle-main-frame-row {
    z-index: unset !important;
}
.hd-talk-video .youtube-container--responsive {
    padding-bottom: 100vh;
}
.ct-number-panel .location .number-text.right-text .icon-mail:before {
    position: relative;
    top: 2px;
}
.clear-talk-outer {
    text-align: center;
}
.clear-talk-outer p {
    margin: 10px 0 0;
}
.clear-talk-outer .signupbtn {
    margin-top: 25px;
}
.webform-client-form-3254 .webform-component p {
    font-size: 1.3em;
}

@media screen and (max-width: 480px) {
    .clear-talk-text {
        text-align: center;
    }
    .webform-client-form-3254 .webform-component p {
        font-size: 13px;
    }
}

.clear-talks-title h2 {
    margin-top: 60px;
}

.view-clear-talks-previous-topic .views-slideshow-controls-bottom {
    top: 0 !important;
}

.logged-in .view-clear-talks-previous-topic .views-slideshow-controls-bottom {
    top: 0 !important;
    width: 80% !important;
    left: 10% !important;
}