@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/*  Variables
============================================================================ */
html {
  overflow-y: scroll;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #f3f6f8;
  font: 400 19px/1.4 'brandon-grotesque', Arial, sans-serif;
  color: #65686b;
  padding-left: 260px;
  min-width: 930px;
  min-height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 21px;
  color: #696c6f;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
  text-transform: uppercase;
}

h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.h3 {
  font-size: 20px;
  margin: 0 0 21px;
  color: #696c6f;
}

p {
  margin: 0 0 21px;
}

a {
  color: #5284c4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[href^="tel:"] {
  cursor: default;
  color: #65686b;
  text-decoration: none;
}

ul,
ol {
  list-style: square;
  padding: 0 0 0 30px;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-roman;
}

ol ol ol {
  list-style: lower-alpha;
}

li {
  line-height: 1.4;
  margin-bottom: 7px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 10px 15px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

blockquote {
  margin: 21px 0;
  padding: 0;
}

cite {
  font-size: 0.85em;
  text-transform: uppercase;
}

blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: -10px;
}

blockquote cite:before {
  content: "— ";
}

q {
  quotes: "\201c" "\201d";
  font-style: italic;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

small {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eae9e9;
  padding: 0;
  margin: 0.8em auto;
  max-width: 35%;
}

iframe {
  max-width: 100%;
}

pre {
  border: 1px solid #d1cfcf;
  padding: 14px;
  background: #f7f7f7;
}

table {
  margin-bottom: 21px;
}

th,
td {
  padding: 3.5px 14px;
  border: 1px solid #eae9e9;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: #65686b;
  max-width: 100%;
}

textarea {
  resize: vertical;
  padding: 7px 10px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

label,
input,
select,
textarea,
.noinput {
  width: 100%;
  display: block;
  margin: 0 auto 3px;
}

input,
select,
textarea {
  border: 1px solid #d1cfcf;
  margin-bottom: 14px;
  padding: 5px;
}

input[type="text"],
input[type="search"] {
  /* Fixes for mobile Firefox */
  background-image: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  width: auto;
}

button {
  border: 0 none;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
}

legend {
  display: none;
}

.req {
  color: #d82626;
}

.btn,
input[type="submit"] {
  color: #fff;
  border: 0 none;
  background: #232933;
  margin: 10px 0;
  padding: 10px;
  height: auto;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover,
input[type="submit"]:hover {
  background: #769fd2;
  color: #fff;
  text-decoration: none;
}

.btn--alt {
  text-transform: uppercase;
  background: #d8e1e9;
  color: #65686b;
}

.wrapper {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.site-sidebar {
  font-size: 15px;
  text-transform: uppercase;
  background: #4F84C6;
  width: 260px;
  text-align: right;
  color: white;
  padding: 20px;
  will-change: transform;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.site-sidebar a {
  color: #fff;
}

.site-sidebar--is-open .site-sidebar {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.site-sidebar__title {
  display: block;
  margin: 40px auto 70px;
  text-align: center;
}

.site-sidebar__title img {
  height: 150px;
}

.site-sidebar__phone {
  color: white;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.side-sidebar__legal {
  margin-top: 40px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.side-sidebar__legal li {
  margin-bottom: 0;
}

.side-sidebar__legal a {
  color: white;
}

.twitter-logo {
  width: 30px;
}

.main-nav {
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
  margin-bottom: 20px;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 5px;
}

.main-nav li {
  position: relative;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.main-nav li a {
  display: block;
  padding: 6.5px 20px;
  color: #232933;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.main-nav li:hover a, .main-nav li.current_page_item a, .main-nav li.current-menu-item a, .main-nav li.current_page_ancestor a {
  text-decoration: none;
  font-weight: bold;
}

.main-nav li:hover li a, .main-nav li.current_page_item li a, .main-nav li.current-menu-item li a, .main-nav li.current_page_ancestor li a {
  font-weight: normal;
}

.main-nav .sub-menu {
  visibility: hidden;
  display: block;
  opacity: 0;
  background: #fff;
  padding: 12px 0;
  text-align: left;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  position: absolute;
  top: -12px;
  left: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav .sub-menu li {
  display: block;
  margin: 0;
  white-space: pre;
}

.main-nav .sub-menu li a {
  color: #232933;
}

.main-nav .sub-menu li:hover a, .main-nav .sub-menu li.current_page_item a, .main-nav .sub-menu li.current-menu-item a, .main-nav .sub-menu li.current_page_ancestor a {
  text-decoration: none;
  font-weight: bold;
}

.main-nav li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.main-nav li:hover > .sub-menu .sub-menu {
  display: none;
}

.nav-btn {
  display: none;
  margin-top: 0;
  margin-left: 20px;
  padding: 4px 10px;
  color: #65686b;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  width: 40px;
  position: absolute;
  top: 10px;
  left: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.nav-btn:focus {
  outline: 0 none;
}

.nav-btn:before, .nav-btn:after,
.nav-btn span {
  content: '';
  background: #fff;
  display: block;
  height: 3px;
  margin: 5px 0;
  text-indent: -9999px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.nav-btn.active {
  background: #769fd2;
  margin-left: 10px;
}

.nav-btn.active:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.nav-btn.active:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.nav-btn.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.site-header__bg {
  background: url(../images/bg-top.jpg) no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  height: 280px;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-title {
  display: table;
  width: 100%;
  height: 325px;
  background: #d8e1e9 url(../images/featured-img-1.jpg) no-repeat center center;
  margin: -225px 0 20px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-title:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #f3f6f8 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.page-title__inner {
  display: table-cell;
  vertical-align: bottom;
}

.page-title__content {
  background: #232933;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  float: right;
  width: 90%;
  padding: 10px 60px 10px 20px;
  margin-bottom: 30px;
  font-size: 25px;
}

.corner-crop {
  position: relative;
}

.corner-crop img {
  width: 100%;
}

.corner-crop:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #f3f6f8 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.title-wrapper {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.thumbnail-grid__section {
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.thumbnail-grid__thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  background: #d8e1e9;
}

.thumbnail-grid__thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.thumbnail-grid__thumbnail:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #f3f6f8 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.thumbnail-grid__thumbnail:hover:after {
  -webkit-transform: translate(25%, 25%);
  -ms-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}

.thumbnail-grid__thumbnail:hover .thumbnail-grid__title {
  opacity: 1;
}

.thumbnail-grid__title {
  width: 90%;
  padding: 10px;
  margin: 0;
  background: white;
  opacity: 0.9;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.thumbnail-grid__meta {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  background: #232933;
  background: rgba(35, 41, 51, 0.9);
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.meta {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.meta time,
.meta a {
  text-transform: none;
  display: block;
  margin-bottom: 10px;
}

.bg-row {
  background: #e8eef2;
  margin-bottom: -30px;
  margin-top: 30px;
}

.footer-contact {
  color: #979ba0;
  padding: 40px 0;
}

.footer-contact .h3,
.footer-contact .h4 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  color: #979ba0;
}

.footer-contact .h3 {
  font-weight: bold;
  color: #65686b;
  position: relative;
  margin-bottom: 30px;
}

.footer-contact .h3:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #65686b transparent transparent;
  position: absolute;
  right: 102%;
  top: 48%;
  margin-top: -5px;
}

.footer-contact a {
  color: #979ba0;
}

.footer-contact__section {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-contact__section:first-child {
  width: 50%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form textarea {
  height: 100px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip {
  float: right;
  margin: -14px 0 10px;
  font-size: 16px;
  font-style: italic;
  color: #d61f1f;
}

div.wpcf7 .wpcf7-form .ajax-loader {
  float: left;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 12px;
  margin: -44px 0 0 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.wpcf7-form div.wpcf7-response-output {
  color: #65686b;
  margin: 20px 0 14px;
  font-size: 16px;
  padding: 6px 10px;
  font-style: italic;
  text-align: center;
  border-width: 1px;
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-mail-sent-ng {
  border: 1px solid #d61f1f;
}

.map {
  background: #e4e4e4;
  width: 100%;
  height: 500px;
}

.callout {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.callout__title {
  width: 50%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

.callout__title h2 {
  line-height: 1.3;
  font-size: 30px;
}

.callout__media {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

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

.profile-header__wrapper {
  background: #fff;
  padding-right: 20px;
  margin-bottom: 20px;
}

.profile-header__info {
  position: relative;
  width: 66.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.profile-header__tools {
  text-align: center;
  text-transform: uppercase;
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.profile-header__tools .profile-header__wrapper {
  padding: 20px;
  border: 3px solid #d8e1e9;
}

.profile-header__tools .tool {
  display: inline-block;
  margin: 4px;
  font-size: 14px;
}

.profile-header__tools .tool__icon {
  height: 24px;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 3px;
}

.profile-header__contact {
  font-size: 18px;
  line-height: 1.5;
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.profile-header__contact .profile-header__wrapper {
  padding: 20px;
}

.profile-header__thumbnail {
  float: left;
  margin-right: 20px;
}

.profile-header__title {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 30px;
}

.profile-header__silk,
.profile-header__called {
  display: block;
  color: #7387a8;
  text-transform: uppercase;
  font-size: 18px;
}

.profile-header__type {
  background: #d8e1e9;
  padding: 0 10px 0 60px;
  position: absolute;
  bottom: 40px;
  right: 0px;
}

.profile-section {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.profile-section--highlight {
  background: #d8e1e9;
}

.profile-section__title {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 19px;
}

.js .profile-section .accordion__title {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.js .profile-section .accordion__title:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #65686b;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.js .profile-section .accordion__title.is-open:after {
  margin-top: -2.5px;
  border-width: 5px 5px 0 5px;
  border-color: #65686b transparent transparent transparent;
}

.js .profile-section .accordion__content {
  padding-top: 10px;
}

.testimonials {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.testimonials blockquote {
  margin-top: 0;
}

.testimonials cite {
  color: #7387a8;
}

.testimonials__see-more {
  display: none;
  text-align: right;
  cursor: pointer;
}

.testimonials__see-more:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #65686b transparent transparent transparent;
  float: right;
  margin-left: 10px;
  margin-top: 11px;
}

.js .testimonials__see-more {
  display: block;
}

.testimonials__see-more.is-open:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #65686b transparent;
}

.people-search {
  display: none;
  background: #d8e1e9;
  position: relative;
  margin-bottom: 21px;
}

.js .people-search {
  display: block;
}

.people-search:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon-search.svg) no-repeat center right;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.people-search .people-search__input {
  background: transparent;
  border: 0 none;
  padding: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.people-search::-webkit-input-placeholder {
  opacity: 0.8;
}

.people-search::-moz-placeholder {
  opacity: 0.8;
}

.people-search:-ms-input-placeholder {
  opacity: 0.8;
}

.people-search:-moz-placeholder {
  opacity: 0.8;
}

.people-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.people-list__item {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  position: relative;
}

.people-list__trigger {
  display: table;
  width: 100%;
  background: #fff;
  color: #65686b;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.people-list__trigger a {
  word-break: break-word;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: none;
  font-size: 16px;
}

.people-list__trigger.is-open, .people-list__trigger:hover {
  background: #7387a8;
  color: #fff;
  text-decoration: none;
}

.people-list__trigger.is-open .people-list__title, .people-list__trigger:hover .people-list__title {
  color: #fff;
}

.people-list__trigger.is-open a, .people-list__trigger:hover a {
  color: #fff;
}

.people-list__title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.people-list__content {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.people-list__thumbnail {
  display: table-cell;
  margin-left: 10px;
}

.people-list__thumbnail img {
  float: right;
  min-width: 100px;
}

.people-list__contact {
  display: block;
}

.people-list .accordion__content {
  background: #c9e1f5;
  padding: 10px;
  font-size: 17px;
}

.people-list .accordion__content *:last-child {
  margin-bottom: 0;
}

.js .people-list .accordion__content {
  display: none;
  position: absolute;
  top: 100%;
  right: 10px;
  left: 10px;
  z-index: 100;
}

.widget {
  margin-bottom: 20px;
}

.quotes-carousel {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-size: 25px;
  font-weight: bold;
}

.quotes-carousel cite {
  font-size: 17px;
  font-weight: 400;
}

.quotes-carousel .slick-list {
  width: 100%;
}

.quotes-carousel .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.quotes-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.quotes-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.quotes-carousel .slick-dots li button:before {
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 38px;
  line-height: 20px;
  text-align: center;
  color: #4F84C6;
  position: absolute;
  top: 0px;
  left: 0px;
}

.quotes-carousel .slick-dots .slick-active button:before {
  color: #232933;
}

.quotes-carousel .slick-slide:focus {
  outline: 0 none;
}

.quotes-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quotes-carousel-nav {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.quotes-carousel-nav .slick-prev,
.quotes-carousel-nav .slick-next {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #d8e1e9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.quotes-carousel-nav .slick-prev:after,
.quotes-carousel-nav .slick-next:after {
  color: #65686b;
  font-size: 12px;
  line-height: 1;
}

.quotes-carousel-nav .slick-prev {
  float: left;
}

.quotes-carousel-nav .slick-prev:after {
  padding-right: 3px;
  content: '\25C0\fe0e';
}

.quotes-carousel-nav .slick-next {
  float: right;
}

.quotes-carousel-nav .slick-next:after {
  padding-left: 3px;
  content: '\25b6\fe0e';
}

.quotes-carousel-nav .slick-disabled {
  opacity: 0.5;
}

.post-nav__prev,
.post-nav__next {
  float: left;
  width: 120px;
  margin-top: 0;
  text-align: center;
}

.post-nav__next {
  float: right;
}

main a {
  text-decoration: underline;
}

.page-home main .h3 {
  text-align: center;
}

.page-home main .h3 a {
  color: #65686b;
  position: relative;
}

.page-home main .h3 a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #65686b transparent transparent transparent;
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -5px;
}

.page-home .thumbnail-grid__title {
  text-align: left;
}

.blog main article,
.blog main section,
.archive main article,
.archive main section,
.search main article,
.search main section {
  background: transparent;
  width: 66.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.blog main article .entry-title,
.blog main section .entry-title,
.archive main article .entry-title,
.archive main section .entry-title,
.search main article .entry-title,
.search main section .entry-title {
  margin-top: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
}

.blog main article .entry-thumbnail,
.blog main section .entry-thumbnail,
.archive main article .entry-thumbnail,
.archive main section .entry-thumbnail,
.search main article .entry-thumbnail,
.search main section .entry-thumbnail {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.blog main article .entry-thumbnail__inner,
.blog main section .entry-thumbnail__inner,
.archive main article .entry-thumbnail__inner,
.archive main section .entry-thumbnail__inner,
.search main article .entry-thumbnail__inner,
.search main section .entry-thumbnail__inner {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 26.6%;
  background: #d8e1e9;
}

.blog main article .entry-thumbnail__inner img,
.blog main section .entry-thumbnail__inner img,
.archive main article .entry-thumbnail__inner img,
.archive main section .entry-thumbnail__inner img,
.search main article .entry-thumbnail__inner img,
.search main section .entry-thumbnail__inner img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.blog main article .entry-wrap,
.blog main section .entry-wrap,
.archive main article .entry-wrap,
.archive main section .entry-wrap,
.search main article .entry-wrap,
.search main section .entry-wrap {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.blog main article .entry-wrap__inner,
.blog main section .entry-wrap__inner,
.archive main article .entry-wrap__inner,
.archive main section .entry-wrap__inner,
.search main article .entry-wrap__inner,
.search main section .entry-wrap__inner {
  background: #fff;
}

.blog main article .entry-info,
.blog main section .entry-info,
.archive main article .entry-info,
.archive main section .entry-info,
.search main article .entry-info,
.search main section .entry-info {
  clear: both;
  border-right: 4px solid #d8e1e9;
  width: 66.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
}

.blog main article .meta,
.blog main section .meta,
.archive main article .meta,
.archive main section .meta,
.search main article .meta,
.search main section .meta {
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
}

.insight-sidebar {
  width: 33.33333%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.single-barrister .primary {
  width: 66.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.single-barrister .secondary {
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-template-archive-barrister main h2 {
  display: inline-block;
  background: #232933;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 22px;
}

.page-template-template-contact-page .contact__overlay {
  position: relative;
  z-index: 100;
  margin: 0;
  width: 83.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 8.33333%;
  font-size: 16px;
  font-style: italic;
  margin-bottom: -45px;
}

.contact__form {
  width: 58.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.contact__form .content-wrap {
  height: 100%;
}

.contact__form h2 {
  margin-top: 0;
}

.contact__form textarea {
  height: 180px;
}

.contact__details,
.contact__address {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.contact__details abbr[title],
.contact__address abbr[title] {
  text-decoration: none;
  float: left;
  width: 15px;
}

.contact__map {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-top__wrap {
  width: 41.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main-content {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.main-content .entry-content:last-child > *:last-child,
.main-content > *:last-child {
  margin-bottom: 0;
}

.main-content .entry-thumbnail {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.main-content .entry-thumbnail__inner {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 26.6%;
  background: #d8e1e9;
}

.main-content .entry-thumbnail__inner img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.content-wrap {
  padding: 20px;
  background: #fff;
  width: 100%;
}

.content-wrap > *:last-child {
  margin-bottom: 0;
}

.content-wrap--highlight {
  background: #d8e1e9;
}

.pagination {
  clear: both;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.pagination .page-numbers {
  background: #232933;
  color: #fff;
  display: inline-block;
  padding: 5px 7px;
  line-height: 1;
  text-decoration: none;
}

.pagination .page-numbers:hover {
  background-color: #769fd2;
}

.pagination .current {
  cursor: default;
  background-color: #5284c4;
}

.pagination .current:hover {
  background-color: #5284c4;
}

.site-footer {
  background: #d8e1e9;
  padding: 20px 0 25px;
  margin-top: 30px;
  font-size: 15px;
  text-align: right;
}

.attribution {
  display: inline-block;
}

.attribution img {
  vertical-align: top;
}

.pull-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell-wrap {
  display: table-cell;
  vertical-align: middle;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  /* IE 6/7 fallback */
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.screen-reader-text,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*# sourceMappingURL=main.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/*  Variables
============================================================================ */
html {
  overflow-y: scroll;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #f3f6f8;
  font: 400 19px/1.4 'brandon-grotesque', Arial, sans-serif;
  color: #65686b;
  padding-left: 260px;
  min-width: 930px;
  min-height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 21px;
  color: #696c6f;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
  text-transform: uppercase;
}

h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  margin: 0 0 21px;
}

a {
  color: #5284c4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[href^="tel:"] {
  cursor: default;
  color: #65686b;
  text-decoration: none;
}

ul,
ol {
  list-style: square;
  padding: 0 0 0 30px;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-roman;
}

ol ol ol {
  list-style: lower-alpha;
}

li {
  line-height: 1.4;
  margin-bottom: 7px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 10px 15px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

blockquote {
  margin: 21px 0;
  padding: 0;
}

cite {
  font-size: 0.85em;
  text-transform: uppercase;
}

blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: -10px;
}

blockquote cite:before {
  content: "— ";
}

q {
  quotes: "\201c" "\201d";
  font-style: italic;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

small {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eae9e9;
  padding: 0;
  margin: 0.8em auto;
  max-width: 35%;
}

iframe {
  max-width: 100%;
}

pre {
  border: 1px solid #d1cfcf;
  padding: 14px;
  background: #f7f7f7;
}

table {
  margin-bottom: 21px;
}

th,
td {
  padding: 3.5px 14px;
  border: 1px solid #eae9e9;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: #65686b;
  max-width: 100%;
}

textarea {
  resize: vertical;
  padding: 7px 10px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

label,
input,
select,
textarea,
.noinput {
  width: 100%;
  display: block;
  margin: 0 auto 3px;
}

input,
select,
textarea {
  border: 1px solid #d1cfcf;
  margin-bottom: 14px;
  padding: 5px;
}

input[type="text"],
input[type="search"] {
  /* Fixes for mobile Firefox */
  background-image: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  width: auto;
}

button {
  border: 0 none;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
}

legend {
  display: none;
}

.req {
  color: #d82626;
}

.btn,
input[type="submit"] {
  color: #fff;
  border: 0 none;
  background: #232933;
  margin: 10px 0;
  padding: 10px;
  height: auto;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover,
input[type="submit"]:hover {
  background: #769fd2;
  color: #fff;
  text-decoration: none;
}

.btn--alt {
  text-transform: uppercase;
  background: #d8e1e9;
  color: #65686b;
}

.wrapper {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.site-sidebar {
  font-size: 15px;
  text-transform: uppercase;
  background: #4F84C6;
  width: 260px;
  text-align: right;
  color: white;
  padding: 20px;
  will-change: transform;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.site-sidebar a {
  color: #fff;
}

.site-sidebar--is-open .site-sidebar {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.site-sidebar__title {
  display: block;
  margin: 40px auto 70px;
  text-align: center;
}

.site-sidebar__title img {
  height: 150px;
}

.site-sidebar__phone {
  color: white;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.side-sidebar__legal {
  margin-top: 40px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.side-sidebar__legal li {
  margin-bottom: 0;
}

.side-sidebar__legal a {
  color: white;
}

.twitter-logo {
  width: 30px;
}

.main-nav {
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
  margin-bottom: 20px;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 5px;
}

.main-nav li {
  position: relative;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.main-nav li a {
  display: block;
  padding: 6.5px 20px;
  color: #232933;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.main-nav li:hover a, .main-nav li.current_page_item a, .main-nav li.current-menu-item a, .main-nav li.current_page_ancestor a {
  text-decoration: none;
  font-weight: bold;
}

.main-nav li:hover li a, .main-nav li.current_page_item li a, .main-nav li.current-menu-item li a, .main-nav li.current_page_ancestor li a {
  font-weight: normal;
}

.main-nav .sub-menu {
  visibility: hidden;
  display: block;
  opacity: 0;
  background: #fff;
  padding: 12px 0;
  text-align: left;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  position: absolute;
  top: -12px;
  left: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav .sub-menu li {
  display: block;
  margin: 0;
  white-space: pre;
}

.main-nav .sub-menu li a {
  color: #232933;
}

.main-nav .sub-menu li:hover a, .main-nav .sub-menu li.current_page_item a, .main-nav .sub-menu li.current-menu-item a, .main-nav .sub-menu li.current_page_ancestor a {
  text-decoration: none;
  font-weight: bold;
}

.main-nav li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.main-nav li:hover > .sub-menu .sub-menu {
  display: none;
}

.nav-btn {
  display: none;
  margin-top: 0;
  margin-left: 20px;
  padding: 4px 10px;
  color: #65686b;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  width: 40px;
  position: absolute;
  top: 10px;
  left: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.nav-btn:focus {
  outline: 0 none;
}

.nav-btn:before, .nav-btn:after,
.nav-btn span {
  content: '';
  background: #fff;
  display: block;
  height: 3px;
  margin: 5px 0;
  text-indent: -9999px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.nav-btn.active {
  background: #769fd2;
  margin-left: 10px;
}

.nav-btn.active:before {
  -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.nav-btn.active:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.nav-btn.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.site-header__bg {
  background: url(../images/bg-top.jpg) no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  height: 280px;
  -webkit-background-size: cover;
          background-size: cover;
}

.page-title {
  display: table;
  width: 100%;
  height: 325px;
  background: #d8e1e9 url(../images/featured-img-1.jpg) no-repeat center center;
  margin: -225px 0 20px;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
}

.page-title:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #f3f6f8 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.page-title__inner {
  display: table-cell;
  vertical-align: bottom;
}

.page-title__content {
  background: #232933;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  float: right;
  width: 90%;
  padding: 10px 60px 10px 20px;
  margin-bottom: 30px;
  font-size: 25px;
}

.corner-crop {
  position: relative;
}

.corner-crop img {
  width: 100%;
}

.corner-crop:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #f3f6f8 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.title-wrapper {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.thumbnail-grid__section {
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.thumbnail-grid__thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  background: #d8e1e9;
}

.thumbnail-grid__thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.thumbnail-grid__thumbnail:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #f3f6f8 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.thumbnail-grid__thumbnail:hover:after {
  -webkit-transform: translate(25%, 25%);
      -ms-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
}

.thumbnail-grid__thumbnail:hover .thumbnail-grid__title {
  opacity: 1;
}

.thumbnail-grid__title {
  width: 90%;
  padding: 10px;
  margin: 0;
  background: white;
  opacity: 0.9;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.thumbnail-grid__meta {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  background: #232933;
  background: rgba(35, 41, 51, 0.9);
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.meta {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.meta time,
.meta a {
  text-transform: none;
  display: block;
  margin-bottom: 10px;
}

.latest-news-item.thumbnail-grid__section .thumbnail-grid__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-row {
  background: #e8eef2;
  margin-bottom: -30px;
  margin-top: 30px;
}

.footer-contact {
  color: #979ba0;
  padding: 40px 0;
}

.footer-contact h3,
.footer-contact h4 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  color: #979ba0;
}

.footer-contact h3 {
  font-weight: bold;
  color: #65686b;
  position: relative;
  margin-bottom: 30px;
}

.footer-contact h3:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #65686b transparent transparent;
  position: absolute;
  right: 102%;
  top: 48%;
  margin-top: -5px;
}

.footer-contact a {
  color: #979ba0;
}

.footer-contact__section {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-contact__section:first-child {
  width: 50%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form textarea {
  height: 100px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip {
  float: right;
  margin: -14px 0 10px;
  font-size: 16px;
  font-style: italic;
  color: #d61f1f;
}

div.wpcf7 .wpcf7-form .ajax-loader {
  float: left;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 12px;
  margin: -44px 0 0 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.wpcf7-form div.wpcf7-response-output {
  color: #65686b;
  margin: 20px 0 14px;
  font-size: 16px;
  padding: 6px 10px;
  font-style: italic;
  text-align: center;
  border-width: 1px;
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-mail-sent-ng {
  border: 1px solid #d61f1f;
}

.map {
  background: #e4e4e4;
  width: 100%;
  height: 500px;
}

.callout {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.callout__title {
  width: 50%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

.callout__title h2 {
  line-height: 1.3;
  font-size: 30px;
}

.callout__media {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

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

.profile-header__wrapper {
  background: #fff;
  padding-right: 20px;
  margin-bottom: 20px;
}

.profile-header__info {
  position: relative;
  width: 66.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.profile-header__tools {
  text-align: center;
  text-transform: uppercase;
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.profile-header__tools .profile-header__wrapper {
  padding: 20px;
  border: 3px solid #d8e1e9;
}

.profile-header__tools .tool {
  display: inline-block;
  margin: 4px;
  font-size: 14px;
}

.profile-header__tools .tool__icon {
  height: 24px;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 3px;
}

.profile-header__contact {
  font-size: 18px;
  line-height: 1.5;
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.profile-header__contact .profile-header__wrapper {
  padding: 20px;
}

.profile-header__thumbnail {
  float: left;
  margin-right: 20px;
}

.profile-header__title {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 30px;
}

.profile-header__silk,
.profile-header__called {
  display: block;
  color: #7387a8;
  text-transform: uppercase;
  font-size: 18px;
}

.profile-header__type {
  background: #d8e1e9;
  padding: 0 10px 0 60px;
  position: absolute;
  bottom: 40px;
  right: 0px;
}

.profile-section {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.profile-section--highlight {
  background: #d8e1e9;
}

.profile-section__title {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 19px;
}

.js .profile-section .accordion__title {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.js .profile-section .accordion__title:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #65686b;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.js .profile-section .accordion__title.is-open:after {
  margin-top: -2.5px;
  border-width: 5px 5px 0 5px;
  border-color: #65686b transparent transparent transparent;
}

.js .profile-section .accordion__content {
  padding-top: 10px;
}

.testimonials {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.testimonials blockquote {
  margin-top: 0;
}

.testimonials cite {
  color: #7387a8;
}

.testimonials__see-more {
  display: none;
  text-align: right;
  cursor: pointer;
}

.testimonials__see-more:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #65686b transparent transparent transparent;
  float: right;
  margin-left: 10px;
  margin-top: 11px;
}

.js .testimonials__see-more {
  display: block;
}

.testimonials__see-more.is-open:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #65686b transparent;
}

.people-search {
  display: none;
  background: #d8e1e9;
  position: relative;
  margin-bottom: 21px;
}

.js .people-search {
  display: block;
}

.people-search:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon-search.svg) no-repeat center right;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.people-search .people-search__input {
  background: transparent;
  border: 0 none;
  padding: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.people-search::-webkit-input-placeholder {
  opacity: 0.8;
}

.people-search::-moz-placeholder {
  opacity: 0.8;
}

.people-search:-ms-input-placeholder {
  opacity: 0.8;
}

.people-search:-moz-placeholder {
  opacity: 0.8;
}

.people-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.people-list__item {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  position: relative;
}

.people-list__trigger {
  display: table;
  width: 100%;
  background: #fff;
  color: #65686b;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.people-list__trigger a {
  word-break: break-word;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: none;
  font-size: 16px;
}

.people-list__trigger.is-open, .people-list__trigger:hover {
  background: #7387a8;
  color: #fff;
  text-decoration: none;
}

.people-list__trigger.is-open .people-list__title, .people-list__trigger:hover .people-list__title {
  color: #fff;
}

.people-list__trigger.is-open a, .people-list__trigger:hover a {
  color: #fff;
}

.people-list__title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.people-list__content {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.people-list__thumbnail {
  display: table-cell;
  margin-left: 10px;
}

.people-list__thumbnail img {
  float: right;
  min-width: 100px;
}

.people-list__contact {
  display: block;
}

.people-list .accordion__content {
  background: #c9e1f5;
  padding: 10px;
  font-size: 17px;
}

.people-list .accordion__content *:last-child {
  margin-bottom: 0;
}

.js .people-list .accordion__content {
  display: none;
  position: absolute;
  top: 100%;
  right: 10px;
  left: 10px;
  z-index: 100;
}

.widget {
  margin-bottom: 20px;
}

.quotes-carousel {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-size: 25px;
  font-weight: bold;
}

.quotes-carousel cite {
  font-size: 17px;
  font-weight: 400;
}

.quotes-carousel .slick-list {
  width: 100%;
}

.quotes-carousel .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.quotes-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.quotes-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.quotes-carousel .slick-dots li button:before {
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 38px;
  line-height: 20px;
  text-align: center;
  color: #4F84C6;
  position: absolute;
  top: 0px;
  left: 0px;
}

.quotes-carousel .slick-dots .slick-active button:before {
  color: #232933;
}

.quotes-carousel .slick-slide:focus {
  outline: 0 none;
}

.quotes-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.quotes-carousel-nav {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.quotes-carousel-nav .slick-prev,
.quotes-carousel-nav .slick-next {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #d8e1e9;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.quotes-carousel-nav .slick-prev:after,
.quotes-carousel-nav .slick-next:after {
  color: #65686b;
  font-size: 12px;
  line-height: 1;
}

.quotes-carousel-nav .slick-prev {
  float: left;
}

.quotes-carousel-nav .slick-prev:after {
  padding-right: 3px;
  content: '\25C0\fe0e';
}

.quotes-carousel-nav .slick-next {
  float: right;
}

.quotes-carousel-nav .slick-next:after {
  padding-left: 3px;
  content: '\25b6\fe0e';
}

.quotes-carousel-nav .slick-disabled {
  opacity: 0.5;
}

.post-nav__prev,
.post-nav__next {
  float: left;
  width: 120px;
  margin-top: 0;
  text-align: center;
}

.post-nav__next {
  float: right;
}

.page-home main h3 {
  text-align: center;
}

.page-home main h3 a {
  color: #65686b;
  position: relative;
}

.page-home main h3 a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #65686b transparent transparent transparent;
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -5px;
}

.page-home .thumbnail-grid__title {
  text-align: left;
}

.blog main article,
.blog main section,
.archive main article,
.archive main section,
.search main article,
.search main section {
  background: transparent;
  width: 66.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.blog main article .entry-title,
.blog main section .entry-title,
.archive main article .entry-title,
.archive main section .entry-title,
.search main article .entry-title,
.search main section .entry-title {
  margin-top: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
}

.blog main article .entry-thumbnail,
.blog main section .entry-thumbnail,
.archive main article .entry-thumbnail,
.archive main section .entry-thumbnail,
.search main article .entry-thumbnail,
.search main section .entry-thumbnail {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.blog main article .entry-thumbnail__inner,
.blog main section .entry-thumbnail__inner,
.archive main article .entry-thumbnail__inner,
.archive main section .entry-thumbnail__inner,
.search main article .entry-thumbnail__inner,
.search main section .entry-thumbnail__inner {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 26.6%;
  background: #d8e1e9;
}

.blog main article .entry-thumbnail__inner img,
.blog main section .entry-thumbnail__inner img,
.archive main article .entry-thumbnail__inner img,
.archive main section .entry-thumbnail__inner img,
.search main article .entry-thumbnail__inner img,
.search main section .entry-thumbnail__inner img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.blog main article .entry-wrap,
.blog main section .entry-wrap,
.archive main article .entry-wrap,
.archive main section .entry-wrap,
.search main article .entry-wrap,
.search main section .entry-wrap {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.blog main article .entry-wrap__inner,
.blog main section .entry-wrap__inner,
.archive main article .entry-wrap__inner,
.archive main section .entry-wrap__inner,
.search main article .entry-wrap__inner,
.search main section .entry-wrap__inner {
  background: #fff;
}

.blog main article .entry-info,
.blog main section .entry-info,
.archive main article .entry-info,
.archive main section .entry-info,
.search main article .entry-info,
.search main section .entry-info {
  clear: both;
  border-right: 4px solid #d8e1e9;
  width: 66.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
}

.blog main article .meta,
.blog main section .meta,
.archive main article .meta,
.archive main section .meta,
.search main article .meta,
.search main section .meta {
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
}

.insight-sidebar {
  width: 33.33333%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.single-barrister .primary {
  width: 66.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.single-barrister .secondary {
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-template-archive-barrister main h2 {
  display: inline-block;
  background: #232933;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 22px;
}

.page-template-template-contact-page .contact__overlay {
  position: relative;
  z-index: 100;
  margin: 0;
  width: 83.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 8.33333%;
  font-size: 16px;
  font-style: italic;
  margin-bottom: -45px;
}

.contact__form {
  width: 58.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.contact__form .content-wrap {
  height: 100%;
}

.contact__form h2 {
  margin-top: 0;
}

.contact__form textarea {
  height: 180px;
}

.contact__details,
.contact__address {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.contact__details abbr[title],
.contact__address abbr[title] {
  text-decoration: none;
  float: left;
  width: 15px;
}

.contact__map {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-top__wrap {
  width: 41.66667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main-content {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.main-content .entry-content:last-child > *:last-child,
.main-content > *:last-child {
  margin-bottom: 0;
}

.main-content .entry-thumbnail {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.main-content .entry-thumbnail__inner {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 26.6%;
  background: #d8e1e9;
}

.main-content .entry-thumbnail__inner img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.content-wrap {
  padding: 20px;
  background: #fff;
  width: 100%;
}

.content-wrap > *:last-child {
  margin-bottom: 0;
}

.content-wrap--highlight {
  background: #d8e1e9;
}

.pagination {
  clear: both;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.pagination .page-numbers {
  background: #232933;
  color: #fff;
  display: inline-block;
  padding: 5px 7px;
  line-height: 1;
  text-decoration: none;
}

.pagination .page-numbers:hover {
  background-color: #769fd2;
}

.pagination .current {
  cursor: default;
  background-color: #5284c4;
}

.pagination .current:hover {
  background-color: #5284c4;
}

.site-footer {
  background: #d8e1e9;
  padding: 20px 0 25px;
  margin-top: 30px;
  font-size: 15px;
  text-align: right;
}

.attribution {
  display: inline-block;
}

.attribution img {
  vertical-align: top;
}

.privacy-link {
  float: left;
  margin-top: 4px;
}

.pull-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell-wrap {
  display: table-cell;
  vertical-align: middle;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  /* IE 6/7 fallback */
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.screen-reader-text,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.home .logos {
    padding: 3rem 0 2rem;
    margin-top: 4rem;
      display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  text-align: center; 
}

.logos img {
    margin: 0 0.5rem 1rem 0.5rem;
    height: 100px;
}


.logos a {
    display: inline-block;
    min-width: 48px;
    min-height: 48px;
}

.page-template-awards .logos img { height: 90px; }

@media screen and (max-width: 930px) {
  body {
    min-width: 320px;
  }
  body {
    min-width: 320px;
  }
}

@media screen and (max-width: 900px) {
  body {
    padding-left: 0;
  }
  .site-sidebar {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    text-align: left;
  }
  .main-nav .sub-menu {
    padding: 0 0 0 10px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    position: static;
  }
  .main-nav .sub-menu li {
    padding-left: 0;
  }
  .main-nav .sub-menu li a:before {
    content: '-';
    margin-right: 6px;
  }
  .nav-btn {
    display: block;
  }
  body {
    padding-left: 0;
  }
  .site-sidebar {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    text-align: left;
  }
  .main-nav .sub-menu {
    padding: 0 0 0 10px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    position: static;
  }
  .main-nav .sub-menu li {
    padding-left: 0;
  }
  .main-nav .sub-menu li a:before {
    content: '-';
    margin-right: 6px;
  }
  .nav-btn {
    display: block;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
  body {
    height: 100%;
  }
}

@media only screen and (min-width: 400px) {
  .nav-btn {
    margin-left: 20px;
  }
  .nav-btn.active {
    margin-left: 20px;
  }
  .nav-btn {
    margin-left: 20px;
  }
  .nav-btn.active {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 500px) {
  .page-title__content {
    width: 65%;
    font-size: 36px;
  }
  .page-title__content {
    width: 65%;
    font-size: 36px;
  }
}

@media screen and (max-width: 750px) {
  .thumbnail-grid__section {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .callout__title {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .callout__media {
    display: none;
  }
  .profile-header__thumbnail {
    width: 200px;
  }
  .profile-header__title {
    font-size: 22px;
  }
  .profile-header__silk,
  .profile-header__called {
    font-size: 16px;
  }
  .people-list__item {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumbnail-grid__section {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .callout__title {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .callout__media {
    display: none;
  }
  .profile-header__thumbnail {
    width: 200px;
  }
  .profile-header__title {
    font-size: 22px;
  }
  .profile-header__silk,
  .profile-header__called {
    font-size: 16px;
  }
  .people-list__item {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  .thumbnail-grid__section {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumbnail-grid__section {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 650px) {
  .footer-contact h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-contact h3:after {
    border-width: 5px 5px 0 5px;
    border-color: #65686b transparent transparent transparent;
    position: absolute;
    top: 110%;
    left: 50%;
    right: auto;
    margin-left: -5px;
  }
  .footer-contact__section:first-child {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-contact__section {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .blog main article,
  .blog main section,
  .archive main article,
  .archive main section,
  .search main article,
  .search main section {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog main article .entry-info,
  .blog main section .entry-info,
  .archive main article .entry-info,
  .archive main section .entry-info,
  .search main article .entry-info,
  .search main section .entry-info {
    border-right: 0 none;
    border-bottom: 4px solid #d8e1e9;
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog main article .meta,
  .blog main section .meta,
  .archive main article .meta,
  .archive main section .meta,
  .search main article .meta,
  .search main section .meta {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .insight-sidebar {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-contact h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-contact h3:after {
    border-width: 5px 5px 0 5px;
    border-color: #65686b transparent transparent transparent;
    position: absolute;
    top: 110%;
    left: 50%;
    right: auto;
    margin-left: -5px;
  }
  .footer-contact__section:first-child {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-contact__section {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .blog main article,
  .blog main section,
  .archive main article,
  .archive main section,
  .search main article,
  .search main section {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog main article .entry-info,
  .blog main section .entry-info,
  .archive main article .entry-info,
  .archive main section .entry-info,
  .search main article .entry-info,
  .search main section .entry-info {
    border-right: 0 none;
    border-bottom: 4px solid #d8e1e9;
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog main article .meta,
  .blog main section .meta,
  .archive main article .meta,
  .archive main section .meta,
  .search main article .meta,
  .search main section .meta {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .insight-sidebar {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .profile-header__info {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-header__tools {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-header__contact {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-barrister .primary {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-barrister .secondary {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-header__info {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-header__tools {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-header__contact {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-barrister .primary {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-barrister .secondary {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 380px) {
  .profile-header__thumbnail {
    width: 270px;
  }
  .profile-header__title {
    clear: both;
    padding-top: 10px;
    padding-left: 10px;
  }
  .profile-header__silk,
  .profile-header__called {
    padding-left: 10px;
  }
  .profile-header__type {
    bottom: 120px;
  }
  .profile-header__thumbnail {
    width: 270px;
  }
  .profile-header__title {
    clear: both;
    padding-top: 10px;
    padding-left: 10px;
  }
  .profile-header__silk,
  .profile-header__called {
    padding-left: 10px;
  }
  .profile-header__type {
    bottom: 120px;
  }
}

@media screen and (max-width: 600px) {
  .quotes-carousel-nav {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }
  .quotes-carousel-nav .slick-prev,
  .quotes-carousel-nav .slick-next {
    margin: 0;
    width: 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .quotes-carousel-nav {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }
  .quotes-carousel-nav .slick-prev,
  .quotes-carousel-nav .slick-next {
    margin: 0;
    width: 50%;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}

@media screen and (max-width: 565px) {
  .page-template-template-contact-page .contact__overlay {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .page-template-template-contact-page .contact__overlay {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 710px) {
  .contact__form {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact__details,
  .contact__address {
    display: block;
  }
  .contact-top {
    display: block;
  }
  .contact-top__wrap {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  .contact__form {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact__details,
  .contact__address {
    display: block;
  }
  .contact-top {
    display: block;
  }
  .contact-top__wrap {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}

@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
  }
  body {
    display: block !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    padding-left: 0;
  }
  .site-sidebar,
  .site-header__bg,
  .profile-header__tools,
  .wpcf7,
  .site-footer {
    display: none !important;
  }
  .page-title {
    display: block;
    height: auto;
    margin: 0 0 20px;
  }
  .page-title__content {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  * {
    color: #000 !important;
    background: transparent !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-color: #000 !important;
  }
  body {
    display: block !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    padding-left: 0;
  }
  .site-sidebar,
  .site-header__bg,
  .profile-header__tools,
  .wpcf7,
  .site-footer {
    display: none !important;
  }
  .page-title {
    display: block;
    height: auto;
    margin: 0 0 20px;
  }
  .page-title__content {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
