/*
When adding more icons please do not replace this file
Add new icons only to maintain icon synonyms */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?pwpyo7');
  src:  url('fonts/icomoon.eot?pwpyo7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pwpyo7') format('truetype'),
    url('fonts/icomoon.woff?pwpyo7') format('woff'),
    url('fonts/icomoon.svg?pwpyo7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

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


.icon-youtube:before {
    content: "\e90b";
}
.icon-bubble:before {
    content: "\e90a";
}

.icon-bubble2:before {
	content: "\e96e";
	font-size: 18px; /* to ensure keyline the same weight as circle keyline */
}


.icon-menu:before {
    content: "\e909";
}
.icon-blog:before {
    content: "\e904";
}
.icon-app_store:before {
    content: "\e903";
}
.icon-location:before {
    content: "\e919";
}
.icon-article:before,
.icon-news-story:before {
    content: "\e900";
}
.icon-podcast:before {
    content: "\e902";
}
.icon-news:before,
.icon-press-release:before {
    content: "\e908";
}

.icon-ebulletin:before,
.icon-email-updates:before,
.icon-mail:before {
    content: "\e90c";
}
.icon-infographic:before {
    content: "\e905";
}
.icon-factsheet:before {
    content: "\e906";
}
.icon-tag:before {
    content: "\e90d";
}
.icon-phone:before {
    content: "\e90e";
}
.icon-search:before {
    content: "\e90f";
}
.icon-twitter:before {
    content: "\e910";
}
.icon-calendar:before,
.icon-event:before {
    content: "\e907";
}
.icon-user:before {
    content: "\e912";
}
.icon-facebook:before {
    content: "\e913";
}
.icon-share:before {
    content: "\e914";
}
.icon-chevron-right:before {
    content: "\e915";
}
.icon-chevron-left:before {
    content: "\e916";
}
.icon-linkedin:before {
    content: "\e917";
}
.icon-note:before {
    content: "\e918";
}
.icon-mouse:before {
    content: "\e901";
}

.icon-video-camera:before,
.icon-video:before {
  content: "\e91a";
}


.icon-fax:before {
  	content: "Fax";
    font-family: "Whitney SSm A","Whitney SSm B";
    font-size: 13px;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
    vertical-align: top;
}

.icon-dx:before {
  	content: "Dx";
    font-family: "Whitney SSm A","Whitney SSm B";
    font-size: 13px;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
    vertical-align: top;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #dde;
    position: relative;
}

.jspDrag
{
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}/**
 * Base stylesheet (elements, no classes)
 * Author: Bri Ward
 * Date: October 2013
 *
 */
#admin-menu {
  font-size: 12px;
}
@media print {

  * {
    /* We need to do certain overrides before transitions happen */
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
}

html,
body {
  background-color: #fff;
  color: #2f2f2f;
  font-size: 14px;
}

body {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-style: normal;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  overflow: hidden;
}

.pure-g [class *="pure-u"] {
  font-weight: 500;
  font-style: normal;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}

h1 {
  font-size: 1.875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

h2, .h2 {
  font-size: 1.675em;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.node-type-blog-post h1 {
	text-transform: none;
}

h2.article {
  text-transform: none;
}


.page-node-20 .intro-panel h2 {
	padding-top: 30px;
}

article h1 {
	margin-top: 0;
}

article h1,
article h2 {
	color: #ff7900;
}

.our-people article h1,
.our-people article h2,
.knowledge-hub article h1,
.knowledge-hub article h2  {
	color: #000;
}

.services.business article h1,
.business.node-type-service article h1 {
	color: #5191cd;
}

.services.business article h2 {
	color: #5191cd;
}

.services.individuals-and-families article h1 {
	color: #b8b308;
	font-weight: 500;
	margin-right: 100px /* This is for the DFL logo so title wraps on 3rd levels pages */
}

.services.individuals-and-families article h2 {
	color: #b8b308;
}


.services.public-sector article h1 {
	color: #936fb1;
}

.public-sector article h2 {
	color: #936fb1;
}

.services.commercial-real-estate article h1 {
	color: #61c5ba;
}

.services.commercial-real-estate article h2 {
	color: #61c5ba;
}




@media screen and (max-width: 35.5em) {
  h2,
  .field-name-field-body h2,
  .field-name-field-body-two h2 {
    font-size: 1.5em;
  }
}

/*------MF-202------*/
@media screen and (max-width: 47.9375em) {
  body {
    overflow: auto;
  }

  #main-section {
    overflow-y: hidden;
  }
}

/*-----------------*/

h3, .h3 {
  color: #444;
  font-size: 19px;
  text-transform: uppercase;
  margin: 5px 0;
}
h3.article {
 text-transform: none;
}

h4 {
  font-size: 20px;
  border: 0;
  padding: 0;
  margin: 10px 0;
}


h5 {
  font-size: 16px;
  font-weight: 600;
  border: 0;
  padding: 0;
  margin: 10px 0;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  border: 0;
  padding: 0;
  margin: 10px 0;
}

/* Common classes */
.text-center {
  text-align: center;
}

.text-center img {
  margin: 0 auto
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inline-block {
    display: inline-block;
}

.orange {
  color: #ff6700;
}

.desktop-only {
  display: none;
}

@media (min-width: 1024px) {
  .desktop-only {
    display: inline-block;
  }
}

.visible-xs-block { display: block; }
.visible-xs-inline-block { display: inline-block; }
.hidden-xs-block, .hidden-xs-inline-block, .hidden-xs-table { display: none; }
@media (min-width: 768px) {
  .visible-xs-block, .visible-xs-inline-block { display: none; }
  .hidden-xs-block { display: block; }
  .hidden-xs-table { display: block; width: 100%; }
  .hidden-xs-inline-block { display: inline-block; }
}



/* Layout */
.node-type-service .main-content-area,
.node-type-blog-post .main-content-area,
.node-type-page .main-content-area,
.node-type-job-vacancy .main-content-area,
.page-properties-sale .main-content-area{
  padding: 20px;
}

/* Buttons */
.button,
input[type="submit"] {
  text-transform: uppercase;
  font-size: 14px;
  color: #221f20;
  border: 2px solid;
  border-color: #221f20;
  border-radius: 24px;
  display: inline-block;
  padding: 5px 15px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.8s ease 0s;
}

.button [class^="icon-"] {
  font-size: 22px;
}

.ui-widget-content .button a,
.button a {
  color: #221f20;

}

.button.orange,
input[type="submit"] {
  color: #ff7900;
  border-color: #ff7900;
  transition: all 0.8s ease 0s;
}

#block-views-testimonial-slider-block .button.orange:hover,
.testimonial-slider .button.orange:hover,
input[type="submit"]:hover,
a.button.orange:hover {
  color: #fff;
  background: #808285;
}





.button.white {
  color: #FFFFFF;
  border-color: #FFFFFF
}

.button.white a {
  color: #FFFFFF;
}

.button.green.circle {
  color: #FFFFFF;
  border-color: #b8b308;
  background: #b8b308;
  margin: 0 10px 0 20px;
}

.button.circle {
  width: 40px;
  height: 40px;
  line-height: 43px;
  border-radius: 50%;
  padding: 0;
  color: #221f20;
}

.button.fill,
input[type="submit"] {
  background-color: transparent;
  color: #ff7900;
}

.button.circle.large {
  width: 50px;
  height: 50px;
  line-height: 55px;
}

.button.large [class^="icon-"] {
  font-size: 26px;
}

.container-inline div.button {
  display: inline-block;
}

/* Box class */

.box {
  padding: 20px;
}

.orange-button {
  background: #ff6700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* Anchors */

a {
  color: #ff7900;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
}

/* Paragraphs */

p {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1.1875em;
  font-weight: 400;
  font-size: 15px;
}

p.phone {
  display: inline;
}

/* Ordered and Unordered Lists */

ul,
ol {
  margin: 0 0 1.42857em 0;
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

ul li,
ol li,
.field ul li,
.field ol li {
  margin-bottom: 0.2em;
  font-weight: 400;
}

/* Extra Elements */

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

blockquote {
  font-style: normal;
  border-left: 4px solid #000;
  margin: 2em 0 2.125em 3.6em;
  padding: 0 0 0 1.2em;
}

blockquote p {
  line-height: 1.3em;
  margin-bottom: 0.3em;
  font-size: 1em;

  font-weight: 300;
  font-style: normal;
}

blockquote p:first-child {
  font-size: 1.5625em;
  line-height: 1.25em;
  margin-bottom: 0.4em;
}

.media-image-left {
  float: left;
  margin: 0 15px 15px 0;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  height: 0px;
  margin-bottom: 1.42857em;
}

/* Tables */

table {
  width: 100%;
}

table td {
  padding: 10px 12px;
  border: 1px solid #e1e1e1;
}

table thead td {
  background: #f58220;
  color: white;
  font-weight: bold;
}

table tbody {
  border-top: 0;
}

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

  #content table.response, #content thead, #content tbody, #content th, #content td, #content tr {
    /* display: block; 
    border: none; */
  }

  #content .response tbody {
    border-top: 1px solid #939292;
  }

  #content table.response thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* Disable by Basestation - not a responsive solution need looked at - check out http://www.morton-fraser.com/knowledge-hub/edinburgh-tops-regional-property-investment-league-table for example with inlines styles  */
	
	#content table.response tr {
   /* background: #efefef; */
     border-bottom: 1px solid #939292;
  }

  #content table.response tr:nth-child(2n) {
    background: #fff;
  }

  /* Disable by Basestation - not a responsive solution need looked at 
	  
	  #content table.response tr td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 50%;
  } */

  #content table.response tr td:last-child {
    border-bottom: none;
  }

 /* Disable by Basestation - not a responsive solution need looked at 
	 
	 table.response tr td:before {
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    content: attr(data-title);
    font-weight: 600;
  } */

}

/* Forms */

form {
  background-color: #f2f2f2;
  border-left: 10px white solid;
}

label {
  font-weight: normal;
  margin-bottom: 4px;
}

.views-exposed-form label {
  padding: 5px 0px;
  font-weight: normal;
}

select {
  width: 100%;
  border: 1px solid #bcbcbc;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(45deg, transparent 50%, #ff7900 50%),
  linear-gradient(135deg, #ff7900 50%, transparent 50%);
  background-position: calc(100% - 25px) 1em,
  calc(100% - 15px) 1em,
  calc(100% - 2.5em) 0.5em;
  background-size: 10px 10px,
  10px 10px,
  1px 1.5em;
  background-repeat: no-repeat;
}

select::-ms-expand { /* REMOVE ARROW FOR IE10+ */
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
.password-strength,
textarea {
  border: 0;
  color: #555;
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}

.nav-closed .sidebar-search {
  display: none;
}

#search-block-form .container-inline {
  font-weight: 100;
  letter-spacing: -0.99em;
}

.sidebar-search .form-actions,
.sidebar-search .form-actions input {
  display: inline-block;
  width: 38px;
  height: 37px;
  float: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  font-weight: normal;
  position: inherit;
}

.sidebar-search {
  padding: 2em 0.5em 1em;
}

.sidebar-search .form-item-search-block-form {
  display: inline-block;
  width: 75%;
  margin: 0;
}

.sidebar-search .form-actions input,
.sidebar-search .form-actions input:hover {
  background: url('../images/global/search-icon-side.png') 0 0 no-repeat;
  text-indent: -9999em;
}

select {
  height: 40px !important;
}

input.form-submit {

}

input.form-submit:hover {
  background: #808285;
}

textarea {
  resize: vertical;
}

.resizable-textarea .grippie {
  display: none;
}

@media screen and (max-width: 35.5em) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  .password-strength,
  select,
  textarea {
    width: 100%;
  }

  blockquote {
    font-style: normal;
    border-left: 3px solid #000;
    margin: 2em 0 2.125em 1.2em;
    padding: 0 0 0 1.2em;
  }

  blockquote p:first-child {
    font-size: 1em;
  }

  /**
   * Password strength indicator.
   */
  .password-strength {
    width: 100%;
    float: none;
    margin-bottom: 0.5em;
  }

  .password-strength-title {
    display: inline-block;
    margin-bottom: 5px;
  }

  .password-strength-text {

  }

  .password-indicator {

  }

  .password-indicator div {

  }

  input.password-confirm,
  input.password-field {
    width: 100%;
  }

  div.password-confirm {
    float: none;
    width: 100%;
    margin-top: 0;
  }

  div.form-item div.password-suggestions {
    width: 100%;
  }

  div.password-suggestions ul {
    margin-bottom: 0;
  }

  .confirm-parent,
  .password-parent {
    clear: none;
    margin: 0;
    width: 100%;
  }

  /*
  * Vertical tabs
  */
  .vertical-tabs ul.vertical-tabs-list {
    float: none;
    border: none;
    width: 100%;
    margin: inherit;
  }

  div.vertical-tabs {
    margin-left: 0;
    border: none;
  }
}

/* Custom select */

#main-content .customSelect {
  background: url('../images/global/dropdown-arrow.gif') no-repeat top right;
  border: 1px solid #ccc;
  display: block !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
  background: url('../images/global/dropdown-arrow-focus.gif') no-repeat top right;
  color: #999;
}

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */
}

.customSelectInner {
  padding: 8px;
  width: 100% !important;
  display: block;
}

/* Pager */

#main-content .pager {
  background: none;
  padding: 0;
}

#main-content .pager li {
  padding: 0;
  margin: 0 5px 0 0;
}

#main-content .pager li.pager-current {
  background: none;
  color: inherit;
  padding: 0;
}

#main-content .pager li.pager-next a {
  text-indent: -9999em;
  background: url('../images/global/carousel-right.png') no-repeat 0 2px;
  height: 17px;
  width: 7px;
  display: inline-block;
}

#main-content .pager li.pager-previous a {
  text-indent: -9999em;
  background: url('../images/global/carousel-left.png') no-repeat 0 2px;
  height: 17px;
  width: 7px;
  display: inline-block;
}

.webform-component-fieldset legend {
  display: none;
  visibility: hidden;
}

.form-actions .webform-submit {
  clear: both;
  margin-top: 15px;
}

.webform-client-form:last-child .pure-u-1-2 {
  margin-left: 2%;
  width: 47%;
}

@media screen and (min-width: 35.4376em) {
  .webform-client-form .pure-u-1-2 {
    float: left;
    width: 48%;
  }

  .webform-client-form:first-child .pure-u-1-2 {
    margin-left: 0px;
  }

  .webform-client-form:last-child .pure-u-1-2 {
    width: 47%;
    margin-left: 2%;
  }
}

@media screen and (min-width: 585px) and (max-width: 815px) {
  .webform-client-form .pure-u-1-2 {
    float: left;
    width: 48%;
  }

  .webform-client-form:first-child .pure-u-1-2 {
    margin-left: 0px;
  }

  .webform-client-form:last-child .pure-u-1-2 {
    width: 47%;
    margin-left: 2%;
  }
}




@media screen and (max-width: 35.4375em) {
  .webform-client-form .pure-u-1-2, .webform-client-form:first-child .pure-u-1-2, .webform-client-form:last-child .pure-u-1-2 {
    float: left;
    width: 100%;
  }

  .webform-client-form:last-child .pure-u-1-2 {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .webform-client-form:first-child .pure-u-1-2 {
    margin-left: 0px;
  }

  .webform-client-form:last-child .fieldset-wrapper {
    margin-top: 2%;
  }
}

@media screen and (max-width: 570px) {
  .webform-client-form:first-child .pure-u-1-2 {
    margin-left: 0px;
  }

}

/* new wysiwyg */
.img-left {
  float: left;
  margin: 0 10px 10px 0;
}

.img-right {
  float: right;
  margin: 0 0 10px 10px;
}

.medium-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 32px;
  margin: 10px 0;
}

p, div {
  letter-spacing: normal;
}

.text-center {
  text-align: center;
}
.text-center .pure-u-sm-1-3 {
  margin: 0 auto;
}
.logged-in #content-inner div.tabs > ul {
  padding: 0;
}

/**
 * Page Stylesheet (akin to page.tpl.php)
 * Author: Bri Ward
 * Date: October 2013
 *
 *
 * * breakpoints:
 * sm = min-width 35.5em = 568px => max width 567px = 35.4375em
 * md = min-width 48em = 768px => max width 767px = 47.9375em
 * lg = min-width 64em = 1024px => max width 1023px = 63.9375em
 *
 */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html,
body {
  margin: 0;
  height: 100%;
}

body {
  padding-top: 0;
    overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.padded {
  padding: 0 10px;
}


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


/* Tweet this pull-out quote */
.pull-out-quote {
  display: block;
  background-color: #98B421;
  color: #fff;
  font-size: 1.2em;
  padding: 15px 10px;
  margin: 0;
}
.pull-out-quote a {
  color: #fff;
  text-decoration: underline;
}
.tweet-this {
  position: relative;
  margin-bottom: 80px;
}
.tweet-this.float-right,
.tweet-this.float-left {
  width: 310px;
}
.tweet-this .twitter {
  position: absolute;
  bottom: -62px;
  right: 0;
}
.tweet-this.float-right .twitter,
.tweet-this.float-left .twitter {
  /*bottom: -50px;*/
}
.tweet-this .twitter-icon {
  background-color: #3698D5;
  display: block;
  width: 62px;
  height: 62px;
  color: #fff;
  font-size: 2em;
  text-align: center;
  line-height: 65px;
}
.tweet-this .tweet-link {
  background-color: #FF7C21;
  background-color: rgba(255, 124, 33, 0.9);
  position: absolute;
  right: 54px;
  bottom: 8px;
  height: 62px;
  width: 170px;
  text-align: center;
  padding-top: 9px;
}
.tweet-this .tweet-link a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
/* User login */
.page-user .form-item,
.page-user .form-actions{
    padding: 10px;
}


/* ========== 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;
}

.view-services-offer span.ordering {
	display: none;
}

.logged-in .view-services-offer span.ordering {
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
}

#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;
}
/* --------------------------
PLEASE DO NOT WORK HERE ANYBODY 
-----------------------------*/

.hd-talk-video {
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.cancel-vbtn {
    position: fixed;
    z-index: 1060;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 28px;
    color: white;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    background: #ff7900;
    border: 2px solid white;
    transition: all 0.8s ease 0s;
	max-width: 30px;
}
.cancel-vbtn:hover {
    background: #808285;
}

.hd-talk-video #youtube-field-player {
    background: #888;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 99;
    width: 100% !important;
    height: auto !important;
}
.previous-col-2.videobox img {cursor: pointer;}

.topicedit {
    font-size: 0;
}

.topicedit::after {
    color: #ff7900;
    content: "\e900";
    font-family: 'icomoon';
    font-size: 23px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    right: 0;
    top: -5px;
    z-index: 99;
}
.clear-talk-video .topicedit::after {top: 82px;}

.view-clear-talks-current-topic-introduction  .signupbtn {
    text-align: center;
}

@media (max-width: 1620px) {
div.view-people-details-expertise li {
    width: 50%;
}
}





@media (min-width: 1175px) {
    #outer-wrap {
        position: relative;
        padding-top: 152px;
    }
}

@media (max-width: 1174px) {
    #outer-wrap {
        padding-top: 199px;
    }
}


@media (min-width: 1025px) {

    .header-wrapper-small {
        display: none;
    }

    .sticky-header {
        display: none;
    }

    .logged-in .header-wrapper {
        top: 62px;
    }

    .header-wrapper {
        border-bottom: 3px solid #d1d3d4;
        position: fixed;
        display: block !important;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 998; /* Drupal admin menu set at 999 so need to be behind it */
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;

    }

    .front .header-wrapper {
        border-bottom: 3px solid #fff;
    }

    .front .header-wrapper.fixed {
        border-bottom: 3px solid #dddedf;
    }

    .header-wrapper.fixed header {
        padding: 0px 0 0;
        min-height: 65px;
    }

    #nav-bg {
        display: none;
    }

    .left-main-menu {
        display: none;
    }
    
    #main-section {
        max-width: 1620px;
        margin: 0 auto;
        padding: 0;
    }
    


    .node-type-people #main-section, .node-type-brand-campaign #main-section {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    
    

    .view-home-page-our-people {
        max-width: 1620px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .expertise .outer-wrapper-section, .sector-experience .outer-wrapper-section {
	padding: 0 280px;
	}

}


.header-wrapper {
    display: none;
}

.header-wrapper .float-right {
    margin: 0;
}

/* End here */

@media (max-width: 1024px) {

    .node-type-service article.main-content-area,
    .node-type-blog-post article.main-content-area {
        padding: 0 20px;
    }

    .main-menu-block ul a.CornflowerBlue.fa-circle::before {
        color: #5191cd;
    }

    .main-menu-block ul a.DarkTurquoise.fa-circle::before {
        color: #61c5ba;
    }

    .main-menu-block ul a.DarkOrchid.fa-circle::before {
        color: #936fb1;
    }

    .main-menu-block ul a.Avocadogreen.fa-circle::before {
        color: #b8b308;
    }

    .menu-block-3 ul a.fa-circle.CornflowerBlue {
        background: url('../images/business_circle.png');
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: left center;
        padding-left: 22px;
    }

    .menu-block-3 ul a.fa-circle.DarkTurquoise {
        background: url('../images/lime_circle.png');
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: left center;
        padding-left: 22px;
    }

    .menu-block-3 ul a.fa-circle.DarkOrchid {
        background: url('../images/purple_circle.png');
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: left center;
        padding-left: 22px;
    }

    .menu-block-3 ul a.fa-circle.Avocadogreen {
        background: url('../images/lightgreen_circle.png');
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: left center;
        padding-left: 22px;
    }

    .menu-block-3 ul a.fa-circle.orange-icon {
        background: url('../images/orrange_circle.png');
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: left center;
        padding-left: 22px;
    }
    
    
    
    
}


@media (max-width: 1023px) {

    #block-menu-block-14,
    #block-menu-block-15 {
        display: none;
    }

    div#block-block-41 img {
        top: 170px;
    }

}


/* End of Responsive Media Query */

.headertop {
    background: #fff;
    clear: both;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ff7900;
    height: 54px;
}

.container {
    margin: 0 auto;
    max-width: 1620px;
    padding: 0 20px;
    position: relative;
}

.header-bar {
    white-space: normal;
    margin: 0 auto;
}

.header-outer-wrap {
    position: relative;
}

.topmenu ul {
    padding: 0;
    margin: 0;
}

.topmenu ul li {
    list-style: none;
    display: inline-block;
    padding: 18px;
    margin: 0;
}

.topmenu ul li a {
    color: #58595b;
    text-transform: uppercase;
}

.om-maximenu.om-maximenu-main-menu ul.om-menu {
    float: left;
    margin-top: 28px;
    position: static;
}

.om-maximenu, .om-menu-ul-wrapper {
    position: static;
}

.om-maximenu.om-maximenu-main-menu ul.om-menu li.om-leaf {
    float: left;
    position: static;
}

.om-maximenu ul.om-menu li.om-leaf .om-link {
    text-transform: uppercase;
    color: #333;
    border: 1px solid transparent;
    position: static;
    height: 40px;
    z-index: 999;
    padding: 5px 14px;
    font-weight: 500;
}

.om-maximenu ul.om-menu li.om-leaf .om-link:hover, .om-maximenu ul.om-menu li.om-leaf.open .om-link {
    border: 1px solid transparent;
    background: #808285;
    border-bottom: none;
    color: white;
    border-radius: 15px 15px 0 0;

}

.om-maximenu ul.om-menu li#om-leaf-om-u12-1795293726-7 .om-link:hover,
.om-maximenu ul.om-menu li#om-leaf-om-u12-1795293726-6 .om-link:hover {
    border-bottom: 1px solid #dddedf;
}


.om-maximenu-simple .om-maximenu-middle ul li {
    list-style: none;
}


.om-maximenu-simple .om-maximenu-middle ul li.expanded {
    padding: 0;
}

.om-maximenu-simple .om-maximenu-middle {
    border: 3px solid #d1d3d4;
    background: rgba(209, 211, 212, 1);
    background: -moz-linear-gradient(top, rgba(209, 211, 212, 1) 0%, rgba(209, 211, 212, 1) 50%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209, 211, 212, 1)), color-stop(50%, rgba(209, 211, 212, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(209, 211, 212, 1) 0%, rgba(209, 211, 212, 1) 50%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(209, 211, 212, 1) 0%, rgba(209, 211, 212, 1) 50%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(209, 211, 212, 1) 0%, rgba(209, 211, 212, 1) 50%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(to bottom, rgba(209, 211, 212, 1) 0%, rgba(209, 211, 212, 1) 50%, rgba(254, 254, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d3d4', endColorstr='#fefefe', GradientType=0);
    border-radius: 0 0 15px 15px;

}


.om-maximenu-simple .om-maximenu-middle-left {
    background: none;
    margin-left: 0;
}

.om-maximenu-simple .om-maximenu-middle-right {
    background: none;
    padding: 0;
    margin: 0;
}

.om-maximenu-simple .om-maximenu-bottom {
    background: none;
}

.om-maximenu-simple .om-maximenu-bottom-right, .om-maximenu-simple .om-maximenu-bottom-left {
    background: transparent;
}

.om-maximenu-simple .om-maximenu-middle-right ul.Menu.-vertical {
    padding-left: 0;
    display: block;
    background: transparent;
}


.om-maximenu.om-maximenu-main-menu .om-maximenu-content {
    width: 100%;
    top: 65px;

}

.om-maximenu-simple .leaf-services .om-maximenu-middle {
    height: 560px;
    position: relative;
}

.om-maximenu-simple .om-maximenu-middle ul li ul, .om-maximenu-simple .om-maximenu-middle ul li ul li {
    float: none;
    clear: both;
    box-shadow: none;
    border-radius: 0;
}

.om-maximenu-simple .om-maximenu-middle ul li ul {
    height: 525px;
    background: transparent;
    border-left: 5px solid transparent;
}


.menu-block-wrapper ul li a:before {
    display: none;
}

.om-maximenu-simple .menu-block-7 ul li {
    float: left;
    width: 30%;
    padding: 0px 0;
    line-height: 22px;
}

.om-maximenu-simple .menu-block-7 ul li ul {
    display: none;
}

.om-maximenu-simple .menu-block-7 ul li:hover ul {
    display: block;
}

/* New titlebar*/
.titlebar.full-width {
    width: 100%;
    max-height: 240px;
    margin: 0;
    padding: 0;
    position: relative;
}

.page-node-1729 .titlebar.full-width { /* Individual and Familes homepage */
    height: 0;
}

.custom-bread {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 20px;
    z-index: 9;
    display: block;
    width: 100%;
}

.custom-bread a, .custom-bread .breadcrumb a.active {
    color: #fff;
}

.titlebar .breadcrumb {
    display: block;
    padding: 0 20px 0 30px;
    max-width: 1620px;
    margin: 0 auto;
}


.titlebaroverlay {
    position: absolute;
    top: 0;
    width: 100%;
}

.titlebar.full-width .titlemain {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    float: left;
    padding: 57px 0px 0px 0px;
    position: relative;
    margin-right: 230px;
}

.titlebar.full-width .titlemain h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0.67em 0 7px !important;
    color: #fff !important;
}

.page-node-20 div.titlemain h1::after {
    color: #5191cd;
}

.page-node-21 div.titlemain h1::after {
    color: #936fb1;
}

.page-node-1737 div.titlemain h1::after {
    color: #60c5ba;
}


.page-node-1729 div.titlemain h1::after {
    color: #b8b308;
}


.page-node-15 .titlemain h1::after,
.page-node-3 .titlemain h1::after,
.page-node-13 .titlemain h1::after,
.page-node-2714 .titlemain h1::after,
.page-node-622 .titlemain h1::after,
.page-node-580 .titlemain h1::after,
.page-node-20 .titlemain h1::after,
.page-node-1737 .titlemain h1::after,
.page-node-21 .titlemain h1::after,
.page-node-1729 .titlemain h1::after {
    color: #ff7900;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 4px;
    position: absolute;
    margin-top: 22px;
}


.intro-img {
    width: 210px;
    position: absolute;
    right: 0;
    top: 0;
}

.intro-img img {
    padding: 108px 20px 0 0;
}

.titlebar-bg img {
    height: auto;
    width: 100%;
}

/* services title hide */
.page-node-20 .field-name-title, .page-node-21 .field-name-title, .page-node-1737 .field-name-title {
    display: none !important;
}

.page-node-20 .field-name-field-intro, .page-node-21 .field-name-field-intro, .page-node-1737 .field-name-field-intro {
    text-align: center;
}

.page-node-20 .intro-panel-image, .page-node-21 .intro-panel-image, .page-node-1737 .intro-panel-image {
    display: none;
}




#block-block-33 {
    background: #ff7900 none repeat scroll 0 0;
    display: block;
    padding: 10px 20px 20px 20px;
    text-align: center;
    position: relative;
    z-index: 99;
}

#block-block-33 h1 {
    color: #fff;
    font-size: 2.4em;
}

#block-block-33 form {
    background-color: #f2f2f2;
    border: 0;
    max-width: 760px;
    margin: 0 auto;
}

#block-block-33 .statement {
    margin: 20px 0 0 0;

}

#block-block-33 h3 {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #fff;
}


.searchbox {
    position: relative;
}

#block-block-33 form input.form-text {
    color: #333;
    border: none;
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 15px 40px 15px 20px;
}

#block-block-33 form button.form-submit {
    border: none;
    width: 52px;
    height: 52px;
    color: #212121;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    font-size: 1.8em;
}

#block-block-33 ul {
    overflow: hidden;
    clear: both;
    max-width: 75%;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
}

#block-block-33 ul li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    margin: 0;
}

#block-block-33 ul li a {
    color: #333;
}

#block-block-33 ul li a i {
    width: 2.2em;
    line-height: 2.2em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    color: white;
    background-color: #212121;
    margin-right: 10px;
    height: 2.2em;
}


/*
.slidertop.full-width {
    position: relative;
    z-index: 9;
	}
	.slider.full-width {
    margin-top: -40px;
	position: relative;
	width: 100%;
	overflow: hidden;
	}
	

.banner-content {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100%;
    align-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.slider-info {
    bottom: 0;
    color: #fff;
    position: absolute;
    z-index: 9;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
}
*/

/* new css */
.slider.full-width {
    margin-top: -40px;
    width: 100%;
    position: relative;
}

.slider-info {
    width: 100%;
    z-index: 10;
    max-width: 1580px;
    margin: 0 auto;
}

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


.slider-content-box {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    width: auto !important;
    position: absolute;
    top: 100px;
    min-height: auto;
}

.slider.clearfix::before {
    content: "";
    clear: both;
    display: table;
}

.slider.clearfix::after {
    content: "";
    clear: both;
    display: table;
    clear: both;
}

.slider .views-slideshow-controls-bottom {
    z-index: 99;
    margin: 0;
}

.slider .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a {
    /* background-image: url("/sites/default/themes/website/images/left-arrow-orange.png");  hidden so shown on rollover */
    background-repeat: no-repeat;
    width: 64px;
    font-size: 0;
    background-position: center center;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    align-content: center;
    align-items: center;
    display: flex;
    z-index: 99;
}


.slider .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
    display: none;
}


.slider .views-slideshow-controls-bottom .views-slideshow-controls-text-next a {
    /*  background-image: url("/sites/default/themes/website/images/right-arrow-orange.png");  hidden so shown on rollover */
    background-repeat: no-repeat;
    width: 64px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    align-content: center;
    align-items: center;
    font-size: 0;
    background-position: center center;
    z-index: 99;
}


.slider .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a:hover {
    background-image: url("/sites/default/themes/website/images/left-arrow-black.png");
    cursor: pointer;
}

.slider .views-slideshow-controls-bottom .views-slideshow-controls-text-next a:hover {
    background-image: url("/sites/default/themes/website/images/right-arrow-black.png");
    cursor: pointer;
}

/* new css added here */

.slider-content-box {
    margin: 0 auto;
}

.slider-content-box h2 {
    color: #fff;
    font-weight: 600;
    font-size: 2.2em;
    transition: all 0.8s ease 0s;
}

.slider-des {
    color: #fff;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}


.sliderbtn {
    color: #fff;
    margin: 5px 0 15px;
    text-align: center;
    border-radius: 15px;
    transition: all 0.8s ease 0s;
    position: relative;
    padding-right: 15px;
}

.sliderbtn:hover,
.slider-content-box h2:hover,
.sliderbtn:hover:after {
    color: #F58220;
}

.sliderbtn:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    position: relative;
    padding-left: 10px;
    transition: all 0.8s ease 0s;
}


.om-maximenu .om-maximenu-content .block {
    float: left;
    width: 25%;
    padding: 0;
    position: static;
}


.om-maximenu .leaf-about .om-maximenu-content .block {
    position: static;
    float: left;
    padding: 0;
    clear: none;
}

.om-maximenu .leaf-about .om-maximenu-content .block.menu-block-13 {
    width: 25%;
}

.om-maximenu .om-maximenu-content .block.block-block-id-34 {
    width: 75%;
    padding-left: 20px;
    border-left: 1px solid #fff;
    float: right;
    clear: none;
}

.block-block-id-34 h3 {
    display: none;
}

.block-block-id-34 {
    text-align: left;
}

.block-block-id-34 img {
    float: right;
    margin: 1em 2em 2em 2em;
    height: 200px;
    width: 200px;
    border-radius: 100%;
}

/*insight and news */

.om-maximenu .leaf-news-insights .om-maximenu-content .block {
    position: static;
    float: left;
    padding: 0;
    clear: none;
}

.om-maximenu .leaf-news-insights .om-maximenu-content .block.menu-block-13 {
    width: 25%;
}

.om-maximenu .leaf-news-insights .om-maximenu-content .block.block-block-id-35 {
    width: 75%;
    padding-left: 20px;
    border-left: 1px solid #fff;
    float: right;
}

.block-block-id-35 h3 {
    display: none;
}

.block-block-id-35 {
    text-align: left;
}

.block-block-id-35 img {
    float: right;
    margin: 1em 2em 2em 2em;
    height: 200px;
    width: 200px;
    border-radius: 100%;
}

/* Work with us */

.om-maximenu .leaf-work-with-us .om-maximenu-content .block,
.om-maximenu .leaf-about-us .om-maximenu-content .block-menu_block {
    position: static;
    float: left;
    padding: 0;
    clear: none;
}

.om-maximenu .leaf-work-with-us .om-maximenu-content .block.menu-block-13 {
    width: 25%;
}

.om-maximenu .leaf-work-with-us .om-maximenu-content .block.block-block-id-36 {
    width: 75%;
    padding-left: 20px;
    border-left: 1px solid #fff;
    float: right;
}

.block-block-id-36 h3 {
    display: none;
}

.block-block-id-36 {
    text-align: left;
}

.block-block-id-36 img {
    float: right;
    margin: 1em 2em 2em 2em;
    height: 200px;
    width: 200px;
    border-radius: 100%;
}


.om-maximenu .menu-block-wrapper ul.Menu li {
    line-height: 24px;
    height: auto;
    padding: 0;
    white-space: normal;
    word-break: normal;
}


.om-maximenu .menu-block-wrapper ul.Menu li a {
    color: #333;
    font-weight: 400;
    display: block;
    padding: 2px 15px;
    line-height: 24px;
    height: auto;
    font-size: 13px;
    border-bottom: 1px solid white;
}

.om-maximenu .menu-block-wrapper ul.Menu li.-hasSubmenu a {
    padding: 2px 30px 2px 15px;
    border-bottom: 1px solid white;
}

.om-maximenu .menu-block-wrapper ul.Menu li.-hasSubmenu a:hover:after,
.om-maximenu .menu-block-wrapper ul.Menu li.-hasSubmenu.-active a:after {
    border-color: white;
}

.om-maximenu .om-maximenu-content .block h3 {
    margin: 0;
}

.om-maximenu .om-maximenu-content .block h3 a {
    text-align: left;
    font-size: 13px;
    padding: 2px 30px 2px 15px;
    line-height: 24px;
    background: url("/sites/default/themes/website/images/icons/right-arrow.png");
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 98% center;
    background-color: transparent;
    color: #333;
    display: block;
    line-height: 24px;
    height: auto;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid white;
}


/* .Menu:not(.-horizontal) > li.-hasSubmenu > a {
    text-align: left;
    font-size: 13px;
    padding: 2px 30px 2px 15px;
    line-height: 24px;
    color: #333;
    display: block;
    height:auto;
    font-weight:400;
} */

.om-maximenu .om-maximenu-content .block:hover h3 a, .om-maximenu .om-maximenu-content .block h3 a:hover {
    background: #ff7900 url("/sites/default/themes/website/images/icons/right-arrow-white.png") no-repeat scroll 98% center / 14px auto;
    width: auto;
    color: #fff;
}

.om-maximenu .om-maximenu-content .block.active h3, .om-maximenu .om-maximenu-content .block h3 a:hover {
    background: url("/sites/default/themes/website/images/icons/right-arrow-white.png");
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 98% center;
    width: auto;
    background-color: #ff7900;
    color: #fff;
}


.Menu:not(.-horizontal) > li.-hasSubmenu > a:hover,
.Menu:not(.-horizontal) > li.-hasSubmenu.-active > a,
.Menu:not(.-horizontal) > li.-hasSubmenu.-active ul li.-hasSubmenu.-active > a,
.om-maximenu .menu-block-wrapper ul.Menu li a:hover {
    background-color: #ff7900;
    color: #fff;

}

.om-maximenu .leaf-services .om-maximenu-content .block .content {
    white-space: normal;
    display: none;
    position: absolute;
    left: 25%;
    width: auto;
    top: 0;
    text-align: left;
    height: 525px;
    width: 25%;
    border-left: 5px solid transparent;
}


.om-maximenu .leaf-services .om-maximenu-content .block .content .menu-block-wrapper {
    /* border-left: 1px solid #dddedf; */
}

.om-maximenu .leaf-services .om-maximenu-content .block:hover .content {
    display: block;
}

.om-maximenu .om-maximenu-content .block {
    clear: both;
}

.block-menu_block-id-12 h3,
.block-menu_block-id-13 h3 {
    display: none;
}


/* Slider css */
.view-home-page-slider-full-width .views_slideshow_cycle_main {
    float: left;
    position: relative;
    width: 100%;
    max-height: 550px;
    overflow: hidden;
}

.view-home-page-slider-full-width .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
    height: auto;
    width: 100% !important;
}

.view-home-page-slider-full-width .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
    height: auto;
    width: 100% !important;
}

.view-home-page-slider-full-width .views_slideshow_cycle_main .field-content {
    max-width: 100%;
    width: 100%;
}

.view-home-page-slider-full-width .views_slideshow_cycle_main .field-content img {
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}


#block-block-32 {
    float: left;
}

#block-block-32 .number-text {
    margin: 0 30px 0 0;
}

#block-block-32 .pure-u-1,
#block-block-32 .pure-g {
    width: auto;
    float: left;
}

#block-block-32 div.stay-informed-btn,
#block-block-40 div.payment {
    display: inline-block;
    text-transform: uppercase;
    margin: 17px 0 0 0;
}


#block-block-40 div.payment a,
#block-block-32 div.stay-informed-btn a {
    border: 1px solid #ff7900;
    color: #333;
    padding: 4px 15px;
    border-radius: 15px;
    transition: all 0.8s ease 0s;
}

#block-block-32 div.stay-informed-btn a:hover,
#block-block-40 div.payment a:hover {
    background: #808285;
    color: #fff;
}


/*
#block-block-32 div.payment {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;	
	margin: 15px 0 0 0;
}

#block-block-32 div.payment a {
	background: #ff7900;
	color: #fff;
	padding: 3px 5px;
}

#block-block-32 div.payment a:hover {
	background: #000;
	color: #fff;
	padding: 3px 5px;
}
*/
.headertop #block-block-40 {
    float: right;
    margin-right: 15px;
}

.headertop #block-search-form,
.headertop .block-mortonfraser-contact-widget {
    float: right;
    margin-right: 30px;
}

.om-maximenu .om-maximenu-open {
    display: none;
}

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

#block-views-services-we-offer-block h2 {
    font-size: 1em;
    font-weight: bold;
}

#block-views-services-we-offer-block ul {
    padding: 0;
    margin: 0;
}

#block-views-services-we-offer-block ul li {
    background: #EBEBEB;
    border-left: 3px solid #ff7900;
    display: block;
    margin: 0 0 1px;
    padding: 0;
}


#block-views-services-we-offer-block ul li.Public.sector {
    background: #C1E5DF;
}

#block-views-services-we-offer-block ul li.Business a {
    background: #B5CAE9;
}

#block-views-services-we-offer-block ul li.Commercial {
    background: #E3DBED;
}

#block-views-services-we-offer-block ul li.Individuals {
    background: #EDEBCA;
}


#block-views-services-we-offer-block ul li a {
    display: block;
    padding: 10px;
    color: #2f2f2f;
}


#block-views-services-we-offer-block ul li a:hover {
    background: #000;
    color: white;
}


.titlebar-bg { /* for 3 main service listing pages */
    height: 240px;
}

.node-type-service .titlebar-bg { /* for individual service pages */
    height: 220px;
}

#block-block-24 {
    max-width: 1620px;
    margin: 0 auto;
    padding: 20px;
}


#block-block-41,
#block-block-44 {
    max-width: 1620px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0;
    overflow-y: visible;
}


#block-block-41 img {
    max-width: 90px;
    height: auto;
    position: absolute;
    right: 10px;
    background: white;
    padding: 5px;
    border-radius: 60px;
    top: 15px;
}

.page-node-2484 #block-block-41 img {
    top: 0px;
}


#block-block-44 img {
    max-width: 100px;
    height: auto;
    position: absolute;
    right: 20px;
    background: white;
    border-radius: 60px;
    top: -35px;
    z-index: 10;
}


.page-node-1729 #block-block-41 img { /* Individual and Familes homepage */
    top: 0;
}

/* ------- new layout css for knowledge-hub ------------- */


.outer-wrapper-section {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 20px;
}

.related-services {
    border: medium none;
    margin: 5px 0;
    padding: 20px 0;
    background: #f2f2f2 none repeat scroll 0 0;
}

.related-services.business {
    background: #D7E1F3 none repeat scroll 0 0;
}


.related-services.commercial-real-estate {
    background: #DEF1ED none repeat scroll 0 0;
}


.related-services.public-sector {
    background: #E3DBED none repeat scroll 0 0;
}

.related-services.individuals-and-families {
    background: #EDEBCA none repeat scroll 0 0;
}


.related-services .button.white:hover {
    color: #fff !important;
    background: #808285;
}

.related-services.business .button.white {
    border: 2px solid #5191cd;
    color: #5191cd;
    transition: all 0.8s ease 0s;
}


.related-services.commercial-real-estate .button.white {
    border: 2px solid #61C5BA;
    color: #61C5BA;
    transition: all 0.8s ease 0s;
}


.related-services.public-sector .button.white {
    border: 2px solid #936FB1;
    color: #936FB1;
    transition: all 0.8s ease 0s;
}

.related-services.individuals-and-families .button.white {
    border: 2px solid #b8b308;
    color: #b8b308;
    transition: all 0.8s ease 0s;
}

.view-knowledge-hub-details-page .teaser-large .teaser-image {
    border-radius: 100%;
    float: left;
    height: 140px !important;
    margin-left: 0;
    margin-right: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 140px !important;
}

.view-knowledge-hub-details-page .teaser-large .teaser-banner {
    clear: right;
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    min-height: 1px;
    text-align: left;
    text-transform: uppercase;
}

.view-knowledge-hub-details-page .teaser-large .text-center {
    text-align: right;
}

.view-knowledge-hub-details-page .teaser-large .content-section ul.inline {
    display: none;
}


#block-views-site-wide-disclaimer-block {
    max-width: 1620px;
    margin: 0 auto;
    padding: 20px;
}

#block-helper-kb-next-steps .get-in-touch-block {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 20px;
}

.node-type-blog-post .footer-wrapper.legals,
.stuart-morton .footer-wrapper.legals,
.ellen-fraser .footer-wrapper.legals,
.callum-morton-ritchie .footer-wrapper.legals,
.matt-morton .footer-wrapper.legals,
.amy-morton .footer-wrapper.legals,
.colin-morton .footer-wrapper.legals,
.hannah-morton .footer-wrapper.legals { /* this for fixed footer contact on KH and MFamily pages */
    margin-bottom: 155px;
}

#block-helper-kb-next-steps {
    background-color: #313131;
}

#block-helper-kb-next-steps .get-in-touch-middle {
    padding: 20px;
    margin-left: 130px;
}

#block-helper-kb-next-steps {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

#block-helper-kb-next-steps .contact-cta {
    float: left;
    padding-right: 10px;
}


#block-helper-kb-next-steps .get-in-touch-middle a:hover {
    color: #f2f2f2;
}

#block-helper-kb-next-steps .get-in-touch-right img {
    position: absolute;
    bottom: 10px;
    max-width: 120px;
}

#block-helper-kb-next-steps .get-in-touch-right img {
    border-radius: 50%;
    border: 3px solid #313131;
}


.view-knowledge-hub-details-page .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;
}

.custom-share-buttons {
    padding-bottom: 15px;
}

/* ---------- end here new layout css for knowledge-hub ---------- */

/*------------ new layout services pages ---------*/

.node-type-service .main-content-area,
.node-type-blog-post .main-content-area {
    padding: 0;
}

.node-type-service #main-content > div, .node-type-blog-post #main-content > div {
    margin: 0;
}

.pure-g.services-offer {
    display: none;
}

#block-views-call-to-action-block-1 {
    margin: 10px 0 40px !important;
}

.node-type-service .outer-wrapper-section h2 {
    color: #56c0b4;
}

.node-type-service #block-views-call-to-action-block-1 h2 {
    color: #ff7900;
}

.node-type-service .outer-wrapper-section {
    padding: 20px;
}

.node-type-service .body1 .outer-wrapper-section {
    padding: 0 20px 20px 20px;
}

.node-type-service .dfl-family-box {
    background: #EDEBCA;
}


.node-type-service .body1 .outer-wrapper-section p:first-child,
.field-name-field-intro p:first-child {
    margin: 0 0 1em 0;
}


.node-type-service .outer-wrapper-section.page-title {
    padding: 0;
}

.greybg {
    clear: both;
    background: #f2f2f2;
}

.darkbg {
    background: #fee2c8;
}

.business .darkbg {
    background: #D7E1F3 none repeat scroll 0 0;
}


.commercial-real-estate .darkbg {
    background: #DEF1ED none repeat scroll 0 0;
}


.public-sector .darkbg {
    background: #E3DBED none repeat scroll 0 0;
}

.individuals-and-families .darkbg {
    background: #EDEBCA none repeat scroll 0 0;
}


.pure-g.services-offer .outer-wrapper-section {
    max-width: 100%;
    padding: 0;
}

.mbt-40 {
    margin-bottom: 40px;
}


#block-views-services-offer-block-1, #block-views-services-offer-block--3 { 
    background: #f2f2f2;
    margin: 0 0 20px 0;
}


.page-node-1739 #block-views-services-offer-block--3,
.page-node-1748 #block-views-services-offer-block--3 { /* Specific to some page for colour panel spacing */
    margin: 20px 0;
}

.person-details .contactmerapper {
    position: absolute;
    margin: 0;
    right: 0;
    top: 45px;
}

.view-service-people-reference .views-row {
    clear: both;
    overflow: hidden;
    position: relative;
}

.view-service-people-reference .views-row .person-email {
    display: none;
}

.person-details .contactmerapper .personphone, .person-details .contactmerapper .contactsme {
    display: inline-block;
    margin: 0 10px;
}

.person-details .job-intro {
    margin-right: 370px;
}

.page-node-64 .person-details .job-intro { /* more spacing required as mobile no used */
    margin-right: 370px;
}

.contactsme:hover {
    background: #808285;
    color: #fff;
}

.contactsme {
    text-transform: uppercase;
    color: #ff7900;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 15px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #ff7900;
    transition: all 0.8s ease 0s;
    cursor: pointer;
    margin-top: 20px;
}


#block-block-43 img,
#block-block-45 img,
#block-block-47 img {
    width: 100%;
}

#block-block-47 img {
    margin: 30px 0;
}


/*------------ new layout Basic pages ---------*/
.node-type-page .main-content-area {
    padding: 0;
}


.node-type-page #main-content > div {
    margin: 0;
    clear: both;
}

.node-type-page .outer-wrapper-section {
    padding: 20px;
    position: relative;
}

.page-node-3216.node-type-service .outer-wrapper-section h2,
.node-type-page .outer-wrapper-section h2 {
    color: #ff7900;
}

.node-type-page .body1 .outer-wrapper-section {
    padding: 0 20px 20px 20px;
}

ul.light-orange {
    background: #fee2c8;
    padding: 20px 20px 20px 40px;
}

.related-pages .field-label {
    padding: 20px 0;
    margin: 0 auto;
    color: #333;
    font-size: 1.675em;
    line-height: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    font-family: "Whitney SSm A", "Whitney SSm B";
    clear: both;
}

/*------------ new layout vacancy pages ---------*/
.node-type-job-vacancy .main-content-area {
    padding: 0;
}

.node-type-job-vacancy #main-content > div {
    margin: 0;
}

.node-type-job-vacancy .cdate .outer-wrapper-section {
    padding: 0 20px;
}

.node-type-job-vacancy .cdate .outer-wrapper-section field {
    margin-bottom: 0;
}

.node-type-job-vacancy .job-details-1 .outer-wrapper-section {
    padding: 0 20px;
}

.node-type-job-vacancy .outer-wrapper-section {
    padding: 20px;
    position: relative;
}

.node-type-job-vacancy .outer-wrapper-section h2 {
    color: #ff7900;
}

.node-type-job-vacancy .outer-wrapper-section .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-type-job-vacancy .outer-wrapper-section .field-name-field-documents 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-type-job-vacancy .outer-wrapper-section .field-name-field-documents a:hover {
    background: #f2f2f2;
    padding-left: 40px;
}

.node-type-job-vacancy .outer-wrapper-section .field-name-field-documents img {
    display: none;
}


/* life stage and events */
.header-topic {
    background: #b8b308 none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    height: 170px;
    margin: 0 8.5%;
    width: 83%;
    position: relative;
}

.tabs .header-topic .title {
    background: transparent url("../images/new/Tab-bg-green.png") no-repeat scroll 0 0;
    margin-left: -15px;
    cursor: default;
    color: #fff;
}

.life-events-links a {
    color: #333;
}

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


#life-events.life-events {
    border: 5px solid #b8b308;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    width: 100%;
    height: 100%;
}


#life-events.life-events.Divorce {
    background: url("../images/new/divorce-life-events-bkgrd.jpg") no-repeat left bottom;
}

#life-events.life-events.Executry {
    background: url("../images/new/executry-life-events-bkgrd.jpg") no-repeat left bottom;
}

#life-events.life-events.Work-related.issues {
    background: url("../images/new/work-related-issues-life-events-bkgrd.jpg") no-repeat left bottom;
}

#life-events.life-events.Personal-injury {
    background: url("../images/new/personal-injury-life-events-bkgrd.jpg") no-repeat left bottom;
}

#life-events.life-events.Moving-house {
    background: url("../images/new/moving-house-life-events-bkgrd.jpg") no-repeat left bottom;
}


/* 3rd and 4th level menu in header / banner image */

#block-menu-block-14,
#block-menu-block-15 {
    margin: -100px auto 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
}

#block-menu-block-14 .menu-block-wrapper,
#block-menu-block-15 .menu-block-wrapper {
    max-width: 1620px;
    margin: 0 auto;
}

#block-menu-block-14 h2,
#block-menu-block-15 h2 {
    font-size: 14px;
    color: #fff;
    text-align: right;
    max-width: 1620px;
    margin: 0 auto;

}

#block-menu-block-14 ul.menu,
#block-menu-block-15 ul.menu {
    padding: 0;
    float: right;
    max-width: 1100px;
    margin-top: 5px;
}

#block-menu-block-14 ul li.leaf,
#block-menu-block-15 ul li.leaf {
    list-style-image: none;
    list-style-type: none;
    padding: 0;
    margin: 4px;
    float: right;
}

#block-menu-block-14 ul li.leaf a,
#block-menu-block-15 ul li.leaf a {
    text-transform: uppercase;
    padding: 2px 5px;
    font-family: "Whitney SSm A", "Whitney SSm B";
    -moz-osx-font-smoothing: inherit;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.8s ease 0s;
    background: rgba(0, 0, 0, 0.5);
    color: #ccc;
}

#block-menu-block-14 ul li.leaf a:hover,
#block-menu-block-15 ul li.leaf a:hover {
    background: #808285;
    color: #fff;
}

.node-type-blog-post .field-name-field-author .field-item.field-item:first-child::before {
    content: " ";
}

.node-type-blog-post .field-name-field-author .field-item::before {
    content: " , ";
}

/* -------------------- */

@media (max-width: 1580px) {
    div.slider-content-box {
        left: 20px;
    }
}

@media (max-width: 1180px) {
    /* Main menu second some item go on to line so height needs be increased */
    .om-maximenu .leaf-services .om-maximenu-content .block .content {
        height: 625px;
    }

    .om-maximenu-simple .leaf-services .om-maximenu-middle {
        height: 625px;
    }

}


@media (max-width: 768px) {

    #life-events.life-events h3.visible-xs-block {
        color: #fff;
        background: #333;
        border: 0;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-radius: 0;
        padding: 15px 10px;
        border-bottom: 2px solid #fff;
        cursor: pointer;
        font-weight: 400;
        line-height: 1.3;
        text-decoration: none;
        font-size: 100%;
    }

    #life-events.life-events h3.visible-xs-block:hover {
        background: #b8b308;
        color: #2f2f2f;
    }

    .titlebar.full-width .titlemain {
        padding: 30px 0px 0px 0px;
        margin-right: 0px;
    }

    .intro-img {
        position: relative;
        float: right;
        width: 120px;

    }

    .intro-img img {
        padding: 10px 0 0 0;
    }

.titlebar.full-width .titlemain h1 { /* Solves issue with long title in banner on knowledge for mobile */
	font-size: 30px;
	margin: 1em 0 7px !important;
    }

    div.slider-content-box {
        position: relative;
        top: 0;
        left: 0;
    }

}


#block-block-51 {
	background: black;
	padding: 20px;
	color:white;
}

#block-block-51 a:hover,
#block-block-51 a:focus {
	color:white;
	text-decoration: underline;
}

#main-content > div#block-block-51 {
	margin: 30px;
}
.video-overlay {
    position: fixed;
    overflow: hidden;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
}

.video-overlay.showoverlay {
    display: block !important;
}

.close-video {
    position: absolute;
    right: -25px;
    top: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
}

.video-box {
    position: relative;
    min-height: 218px;
    background-size: 100% !important;
}

.video-box.option1 {
    max-height: 550px;
}

.video-box.option2 {
    max-height: 800px;
}


.video-box .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1002;
    background: black;
    opacity: 0.5;
}



@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome, if Chrome rule needed */
    .someClass {
        color: #c00;
    }

    /* Safari 5+ ONLY */
    ::i-block-chrome, .video-box {
        height: 550px;
    }

}

/* iPhone 6 landscape */
@media only screen and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    body.fullscreenvideo .video-outer-wrap {
        min-height: 650px !important;
        overflow: visible;
    }
}

/* iPhone 6 portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    body.fullscreenvideo .video-outer-wrap {
        min-height: 650px !important;
        overflow: visible;
    }
}

.video-box video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: 100% !important;
    height: auto !important;
    background-size: 100%;
    transition: 1s opacity;
    z-index: 999;
    display: block;
}

.video-outer-wrap {
    position: relative;
    overflow: hidden;
    background: transparent;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 99;
}

body.fullscreenvideo .video-outer-wrap {
    z-index: 1005;
}

.play-fv-btn-wrapper {
    position: absolute;
    width: 96%;
    text-align: center;
    z-index: 1005;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}




.play-fv-btn-wrapper h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
}
.play-fv-btn-wrapper .video-text {
    text-align: center;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 50px;
}
.play-fv-btn-wrapper .video-text p {
	font-size: 20px;
}
.play-fv-btn-wrapper .video-buttonb {

}

.play-fv-btn-wrapper .video-buttonb a {
    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;
	width: auto !important;
    font-weight: 600;
    padding: 10px 30px;
    font-size: 20px;
        text-transform: uppercase;
}

.play-fv-btn-wrapper .video-buttonb a:hover {
    background: transparent;
    border: 2px solid #ff7900;
    color: #222;
    background: white;
}




.play-fv-btn-wrapper .video-buttonb .icon-chevron-right {
    display: none;
}
.play-fv-btn {
    cursor: pointer;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
    background: #ff7900;
    transition: all 0.8s ease 0s;
    padding: 5px 15px;
}

.play-fv-btn .icon-chevron-right:before {
    vertical-align: text-bottom;
    font-weight: bold;
}

.play-fv-btn:hover,
.close-vbtn:hover {
    background: #808285;
}


#myVideo {
    background: #888;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 99;
    width: 100% !important;
    height: auto !important;
}

.video-full-screen {
    display: none;
    position: relative;
}

.html5-video-player {
    z-index: 1;
}

.close-vbtn {
    position: fixed;
    z-index: 1060;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 28px;
    color: white;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    background: #ff7900;
    border: 2px solid white;
    transition: all 0.8s ease 0s;
}


.closebtn, .close-btn {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 0;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    line-height: 38px;
    cursor: pointer;
    z-index: 99999;
}

.ytp-cued-thumbnail-overlay-image {
    background-size: 100% !important;
}

.stopfade {
    opacity: .5;
}

@media (max-width: 1024px) { 
	.node-type-brand-campaign  #main-section  {
		padding: 0;
	}
	}


@media (min-width: 769px) { 

	.node-type-brand-campaign .customshare .sharethis-inline-share-buttons {
    max-width: 400px;
    }
	.node-type-brand-campaign #st-1 .st-btn {
    height: 64px;
    width: 64px;
	}
	
	.node-type-brand-campaign #st-1 .st-btn > img {
    height: 32px;
    width: 32px;
    top: 16px;
	}

	
	}

@media (max-width: 768px) {
	.brand-campaign-intro p {
    font-size: 17px;
	}
	
	.play-fv-btn-wrapper h1 {
    font-size: 40px;
    margin-top: 0;
	}
	.play-fv-btn-wrapper .video-text p,
	.play-fv-btn-wrapper .video-buttonb a {
	font-size: 18px;
	}
	.play-fv-btn-wrapper .video-text {
    margin-bottom: 30px;
	}
	.view-brand-campaign-current-topic-introduction .clear-talk-outer {
    padding: 40px 0 20px 0;
	}
	
	
}


@media (max-width: 600px) {
	.play-fv-btn-wrapper h1 {
    font-size: 28px;
	}
	.play-fv-btn-wrapper .video-text p,
	.play-fv-btn-wrapper .video-buttonb a {
	font-size: 16px;
	}
	.play-fv-btn-wrapper .video-text {
    margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.play-fv-btn-wrapper .video-text {
	display: none;
	}
}



@media screen and (max-device-width: 800px) {


    /* html { background: url(https://thenewcode.com/assets/images/polina.jpg) #000 no-repeat center center fixed; }
     #bgvid { display: none; } */
}


/* NEW STYLES FOR MOBILE AND IPADS */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .video-box video {
        display: none;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .video-box video {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .video-box video {
        display: none;
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .video-box video {
        display: none;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .video-box video {
        display: none;
    }
}

/* iPads (portrait and landscape) -----------  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .video-box video {
        display: none;
    }

    body.fullscreenvideo .video-outer-wrap {
        min-height: 750px !important;
        overflow: visible;
    }

    .video-box {
        max-height: 650px;
        min-height: 280px;
    }
} 

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .video-box video {
        display: none;
    }

    body.fullscreenvideo .video-outer-wrap {
        min-height: 750px !important;
        overflow: visible;
    }

    .video-box {
        max-height: 650px;
        min-height: 280px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .video-box video {
        display: none;
    }

    body.fullscreenvideo .video-outer-wrap {
        min-height: 750px !important;
        overflow: visible;
    }

    .video-box {
        max-height: 650px;
        min-height: 280px;
    }
	
}

/**********
iPad 2
**********/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .video-box video {
        display: none;
    }

    body.fullscreenvideo .video-outer-wrap {
        min-height: 750px !important;
        overflow: visible;
    }

    .video-box {
        max-height: 650px;
        min-height: 280px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .video-box video {
        display: none;
    }

    body.fullscreenvideo .video-outer-wrap {
        min-height: 750px !important;
        overflow: visible;
    }

    .video-box {
        max-height: 650px;
        min-height: 280px;
    }
}


/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .video-box video {
        display: none;
    }

    body.fullscreenvideo .video-outer-wrap {
        min-height: 750px !important;
        overflow: visible;
    }

    .video-box {
        max-height: 650px;
        min-height: 280px;
    }
}


