  @charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.contain {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
.contain:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 75rem) {
  .contain {
    padding: 0 2rem;
  }
}

.full-width {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.full-width:last-child {
  margin-right: 0;
}

.hide-phone {
  display: none;
}
@media screen and (min-width: 481px) {
  .hide-phone {
    display: block;
  }
}

.hide-tablet {
  display: none;
}
@media screen and (min-width: 769px) {
  .hide-tablet {
    display: block;
  }
}

.hide-desktop {
  display: block;
}
@media screen and (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
# Holy Grail Layout
# full flexbox is commented out, using browser workarounds
--------------------------------------------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

.content-area {
  flex: 1 0 auto;
  padding: var(--space) var(--space) 0;
  width: 100%;
}
.content-area.no-head {
  margin-top: 9.2em;
}
.content-area:after {
  content: "Â ";
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden;
}

@media (--break-lg) {
  .site-content {
    padding-top: var(--space-lg);
  }
  .site-content:after {
    margin-top: var(--space-lg);
  }
}
/*--------------------------------------------------------------
# Brand & Colours
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Arrows & Carets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms & Buttons
--------------------------------------------------------------*/
a.add-to-brochure span.icon-tick {
  width: 0;
  overflow: hidden;
  -webkit-transform: transition(all 0.2s ease-in-out);
  -moz-transform: transition(all 0.2s ease-in-out);
  -ms-transform: transition(all 0.2s ease-in-out);
  -o-transform: transition(all 0.2s ease-in-out);
  transform: transition(all 0.2s ease-in-out);
}
a.add-to-brochure.added {
  position: relative;
  padding-left: 1.7em;
}
a.add-to-brochure.added span.icon-tick {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  -o-transform: translateY(-51%);
  transform: translateY(-51%);
  font-size: 1.5em;
  opacity: 1;
  width: auto;
}

.btn.primary, .tab-list ul li.active a, .primary.gform_button {
  color: #fff !important;
  background-color: rgb(22, 59, 68) !important;
  text-transform: none;
  font-size: 1em;
}
.btn.primary:hover, .tab-list ul li.active a:hover, .primary.gform_button:hover {
  background-color: #81063c !important;
}

.btn.secondary, .tab-list ul li.active a.secondary, .secondary.gform_button {
  color: #fff;
  background: rgb(105, 5, 49);
  text-transform: none;
  font-size: 1em;
}
.btn.secondary:hover, .tab-list ul li.active a.secondary:hover, .secondary.gform_button:hover {
  background-color: #1f525f;
}

.btn.linkedin, .tab-list ul li.active a.linkedin, .linkedin.gform_button {
  position: relative;
  padding-left: 3.5em;
}
.btn.linkedin:before, .tab-list ul li.active a.linkedin:before, .linkedin.gform_button:before {
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url("/content/themes/3pb_barristers/img/LI-Logo.png");
  background-position: bottom right;
  margin-top: -1px;
}
.btn.linkedin:hover:before, .tab-list ul li.active a.linkedin:hover:before, .linkedin.gform_button:hover:before {
  background-position: bottom right;
}

.btn, .tab-list ul li.active a, .gform_button {
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  display: inline-block;
  border: 1px solid rgb(22, 59, 68);
  background: none;
  color: rgb(22, 59, 68);
  padding: 0.8em 1.5em;
  text-decoration: none;
  font-size: 1em;
  font-weight: 100;
  transition: all 0.5s ease;
  border-radius: 10em;
}
.btn.btn-tag, .tab-list ul li.active a.btn-tag, .btn-tag.gform_button {
  font-size: 0.9em;
  border: none;
  padding: 0.4em 0.8em;
  background: rgb(238, 238, 238);
  color: #888888;
}
.btn.full-cv-button, .tab-list ul li.active a.full-cv-button, .full-cv-button.gform_button {
  margin-top: 2em;
}
.btn:hover, .tab-list ul li.active a:hover, .gform_button:hover {
  background-color: rgb(22, 59, 68);
  color: #FFFFFF;
}
.btn.external, .tab-list ul li.active a.external, .external.gform_button {
  display: inline-flex !important;
  align-items: flex-end;
}
.btn.external:after, .tab-list ul li.active a.external:after, .external.gform_button:after {
  content: "\e915";
  margin-left: 0.5em;
  font-size: 1.2em;
}
.btn.inline-flex, .tab-list ul li.active a.inline-flex, .inline-flex.gform_button {
  display: inline-flex !important;
  align-items: flex-end;
  line-height: 1.2em;
}
.btn.inline-flex:before, .tab-list ul li.active a.inline-flex:before, .inline-flex.gform_button:before {
  content: "";
  font-size: 1.2em;
}
.btn.tel, .tab-list ul li.active a.tel, .tel.gform_button {
  display: inline-flex !important;
  align-items: flex-end;
  line-height: 1.2em;
}
.btn.tel:before, .tab-list ul li.active a.tel:before, .tel.gform_button:before {
  content: "\e914";
  margin-right: 0.25em;
  font-size: 1.2em;
}
.btn.email, .tab-list ul li.active a.email, .email.gform_button {
  display: inline-flex !important;
  align-items: flex-end;
  line-height: 1.2em;
}
.btn.email:before, .tab-list ul li.active a.email:before, .email.gform_button:before {
  content: "\e913";
  margin-right: 0.25em;
  font-size: 1.2em;
}
.btn.back:before, .tab-list ul li.active a.back:before, .back.gform_button:before {
  content: "\e911";
  margin-right: 0.5em;
}
.btn.forward, .tab-list ul li.active a.forward, .forward.gform_button {
  display: inline-flex !important;
  align-items: center;
}
.btn.forward:after, .tab-list ul li.active a.forward:after, .forward.gform_button:after {
  content: "\e916";
  margin-left: 0.5em;
}
.btn.subscribe:before, .tab-list ul li.active a.subscribe:before, .subscribe.gform_button:before {
  content: "\e910";
  margin-right: 0.5em;
}
.btn.add-to-brochure.added, .tab-list ul li.active a.add-to-brochure.added, .add-to-brochure.added.gform_button {
  padding-left: 3em;
  color: #FFFFFF;
  background-color: rgb(85, 148, 53);
  border: 1px solid rgb(85, 148, 53);
}
.btn.add-to-brochure.added span.icon-tick, .tab-list ul li.active a.add-to-brochure.added span.icon-tick, .add-to-brochure.added.gform_button span.icon-tick {
  position: absolute;
  top: 50%;
  left: 0.4em;
  font-size: 2em;
}
.btn.read-more, .tab-list ul li.active a.read-more, .read-more.gform_button {
  color: rgb(22, 59, 68);
  font-size: 1rem;
  background: transparent none repeat scroll 0% 0%;
  padding-left: 0px;
  margin-top: 0.625rem;
}

/*--------------------------------------------------------------
# Forms & Buttons
--------------------------------------------------------------*/
hr {
  border: none;
  border-top: 0.2em solid #123138;
}

#general-content .contain p img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Webfonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Berlingske Serif";
  src: url("/content/themes/3pb_barristers/fonts/BerlingskeSerif-XBd.eot");
  src: url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/BerlingskeSerif-XBd.eot") format("embedded-opentype"), url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/BerlingskeSerif-XBd.woff2") format("woff2"), url("/content/themes/3pb_barristers/fonts/BerlingskeSerif-XBd.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu Light";
  src: url("/content/themes/3pb_barristers/fonts/apercu_light.eot");
  src: url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/apercu_light.eot") format("embedded-opentype"), url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/apercu_light.woff2") format("woff2"), url("/content/themes/3pb_barristers/fonts/apercu_light.woff") format("woff"), url("/content/themes/3pb_barristers/fonts/apercu_light.ttf") format("truetype"), url("/content/themes/3pb_barristers/fonts/apercu_light.svg") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu Regular";
  src: url("/content/themes/3pb_barristers/fonts/apercu_regular.eot");
  src: url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/apercu_regular.eot") format("embedded-opentype"), url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/apercu_regular.woff2") format("woff2"), url("/content/themes/3pb_barristers/fonts/apercu_regular.woff") format("woff"), url("/content/themes/3pb_barristers/fonts/apercu_regular.ttf") format("truetype"), url("/content/themes/3pb_barristers/fonts/apercu_regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu Bold";
  src: url("/content/themes/3pb_barristers/fonts/apercu_bold.eot");
  src: url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/apercu_bold.eot") format("embedded-opentype"), url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/apercu_bold.woff2") format("woff2"), url("/content/themes/3pb_barristers/fonts/apercu_bold.woff") format("woff"), url("/content/themes/3pb_barristers/fonts/apercu_bold.ttf") format("truetype"), url("/content/themes/3pb_barristers/fonts/apercu_bold.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Icon Font
--------------------------------------------------------------*/
@font-face {
  font-family: "3pb-icons";
  src: url("/content/themes/3pb_barristers/fonts/3pb-v4.eot?dfzdc9");
  src: url("/content/themes/3pb_barristers//content/themes/3pb_barristers/fonts/3pb-v4.eot?dfzdc9") format("embedded-opentype"), url("/content/themes/3pb_barristers/fonts/3pb-v4.ttf?dfzdc9") format("truetype"), url("/content/themes/3pb_barristers/fonts/3pb-v4.woff?dfzdc9") format("woff"), url("/content/themes/3pb_barristers/fonts/3pb-v4.svg?dfzdc9") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, section#offices ul.office-contacts li .office-contact-panel p.tel:before, .practice-area-select-dropdown .heading a:after, .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > a:first-child:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before,
.single-events #eventregister .gform_wrapper .ginput_container_multiselect.ginput_container_select:before, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .application-body .application-content ul.application-details li:before, .btn.external:after, .tab-list ul li.active a.external:after, .external.gform_button:after, .btn.inline-flex:before, .tab-list ul li.active a.inline-flex:before, .inline-flex.gform_button:before, .btn.tel:before, .tab-list ul li.active a.tel:before, .tel.gform_button:before, .btn.email:before, .tab-list ul li.active a.email:before, .email.gform_button:before, .btn.back:before, .tab-list ul li.active a.back:before, .back.gform_button:before, .btn.forward:after, .tab-list ul li.active a.forward:after, .forward.gform_button:after, .btn.subscribe:before, .tab-list ul li.active a.subscribe:before, .subscribe.gform_button:before,
[class*=" icon-"],
.iconfont {
  font-family: "3pb-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-commercial:before {
  content: "\e901";
}

.icon-property:before {
  content: "\e900";
}

.icon-people:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-info:before {
  content: "\e904";
}

.icon-warn:before {
  content: "\e905";
}

.icon-tick:before {
  content: "\e906";
}

.icon-right:before {
  content: "\e907";
}

.icon-left:before {
  content: "\e908";
}

.icon-up:before {
  content: "\e909";
}

.icon-down:before {
  content: "\e90a";
}

.icon-select:before {
  content: "\e90b";
}

.icon-burger:before {
  content: "\e90c";
}

.icon-calendar:before {
  content: "\e90d";
}

.icon-clock:before {
  content: "\e90e";
}

.icon-location-pin:before {
  content: "\e90f";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-x:before {
  content: "\e912";
}

.icon-email:before {
  content: "\e913";
}

.icon-phone:before {
  content: "\e914";
}

.icon-external:before {
  content: "\e915";
}

body,
html,
#page {
  overflow-x: hidden;
}

body {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  color: rgb(89, 89, 89);
}

p {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
}
p.lead, #areas-of-expertise.area-list.area-list p {
  font-size: 1.3em;
}

h1, #story h1,
#story h2,
#story h3,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
#story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story .h3,
#story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story .h3,
.h1,
h2,
h3,
section#hub-intro .contain > h1:first-child,
section#hub-intro .contain > h2:first-child,
section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
section#hub-intro .contain > h4:first-child,
section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .feature .contain > span:first-child,
.feature section#hub-intro .contain > span:first-child,
section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .contain > h5:first-child,
section#hub-intro .contain > h6:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.articles.podcasts .side-text h2,
body.page-template-template-hub section.articles.publications .side-text h2,
body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section .contain > h2,
h4,
.expertise-nav-sidebar > a:first-child,
.feature span,
.tab-list ul li a,
body.page-template-template-hub section.articles .article .article-content h3,
body.page-template-template-hub section.articles .article .article-content .contain > h2,
body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3,
body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3,
h5 {
  line-height: 1.3em;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  letter-spacing: 1px;
}
h1 a, #story h1 a,
#story h2 a,
#story h3 a,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p a,
#story body.page-template-template-hub section.search-results .contain .h3 a,
body.page-template-template-hub section.search-results .contain #story .h3 a,
#story body.page-template-template-hub section.search-results-none .contain .h3 a,
body.page-template-template-hub section.search-results-none .contain #story .h3 a,
.h1 a,
h2 a,
h3 a,
section#hub-intro .contain > h1:first-child a,
section#hub-intro .contain > h2:first-child a,
section#hub-intro .contain > h3:first-child a,
section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child a,
body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child a,
section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child a,
body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child a,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child a,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child a,
section#hub-intro .contain > h4:first-child a,
section#hub-intro .expertise-nav-sidebar.contain > a:first-child a,
section#hub-intro .feature .contain > span:first-child a,
.feature section#hub-intro .contain > span:first-child a,
section#hub-intro .tab-list ul li .contain > a:first-child a,
.tab-list ul li section#hub-intro .contain > a:first-child a,
section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child a,
section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child a,
section#hub-intro .contain > h5:first-child a,
section#hub-intro .contain > h6:first-child a,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a,
body.page-template-template-hub section.articles.podcasts .side-text h2 a,
body.page-template-template-hub section.articles.publications .side-text h2 a,
body.page-template-template-hub section.search-results .contain .h3 a,
body.page-template-template-hub section.search-results-none .contain .h3 a,
body.page-template-template-hub section .contain > h2 a,
h4 a,
.expertise-nav-sidebar > a:first-child a,
.feature span a,
.tab-list ul li a a,
body.page-template-template-hub section.articles .article .article-content h3 a,
body.page-template-template-hub section.articles .article .article-content .contain > h2 a,
h5 a {
  text-decoration: none;
}

.page-header {
  padding-top: 194px;
}

h1, #story h1,
#story h2,
#story h3,
#story section#hub-intro .contain > h1:first-child,
section#hub-intro #story .contain > h1:first-child,
#story section#hub-intro .contain > h2:first-child,
section#hub-intro #story .contain > h2:first-child,
#story section#hub-intro .contain > h3:first-child,
section#hub-intro #story .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h3:first-child,
#story section#hub-intro .contain > h4:first-child,
#story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story section#hub-intro .feature .contain > span:first-child,
.feature #story section#hub-intro .contain > span:first-child,
#story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story section#hub-intro .contain > a:first-child,
#story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story .contain > h4:first-child,
section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story .feature .contain > span:first-child,
.feature section#hub-intro #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span:first-child,
section#hub-intro #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a:first-child,
#story section#hub-intro .contain > h5:first-child,
section#hub-intro #story .contain > h5:first-child,
#story section#hub-intro .contain > h6:first-child,
section#hub-intro #story .contain > h6:first-child,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
#story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story .h3,
#story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story .h3,
.h1 {
  font-size: 2.6em;
  margin: 0;
  line-height: 1em;
}
@media screen and (min-width: 37.625rem) {
  h1, #story h1,
  #story h2,
  #story h3,
  #story section#hub-intro .contain > h1:first-child,
  section#hub-intro #story .contain > h1:first-child,
  #story section#hub-intro .contain > h2:first-child,
  section#hub-intro #story .contain > h2:first-child,
  #story section#hub-intro .contain > h3:first-child,
  section#hub-intro #story .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h3:first-child,
  #story section#hub-intro .contain > h4:first-child,
  #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story section#hub-intro .feature .contain > span:first-child,
  .feature #story section#hub-intro .contain > span:first-child,
  #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story section#hub-intro .contain > a:first-child,
  #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story .contain > h4:first-child,
  section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story .feature .contain > span:first-child,
  .feature section#hub-intro #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span:first-child,
  section#hub-intro #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a:first-child,
  #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #story .contain > h5:first-child,
  #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #story .contain > h6:first-child,
  #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
  #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story .h3,
  #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story .h3,
  .h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 48em) {
  h1, #story h1,
  #story h2,
  #story h3,
  #story section#hub-intro .contain > h1:first-child,
  section#hub-intro #story .contain > h1:first-child,
  #story section#hub-intro .contain > h2:first-child,
  section#hub-intro #story .contain > h2:first-child,
  #story section#hub-intro .contain > h3:first-child,
  section#hub-intro #story .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h3:first-child,
  #story section#hub-intro .contain > h4:first-child,
  #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story section#hub-intro .feature .contain > span:first-child,
  .feature #story section#hub-intro .contain > span:first-child,
  #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story section#hub-intro .contain > a:first-child,
  #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story .contain > h4:first-child,
  section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story .feature .contain > span:first-child,
  .feature section#hub-intro #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span:first-child,
  section#hub-intro #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a:first-child,
  #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #story .contain > h5:first-child,
  #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #story .contain > h6:first-child,
  #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
  #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story .h3,
  #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story .h3,
  .h1 {
    font-size: 4rem;
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  h1, #story h1,
  #story h2,
  #story h3,
  #story section#hub-intro .contain > h1:first-child,
  section#hub-intro #story .contain > h1:first-child,
  #story section#hub-intro .contain > h2:first-child,
  section#hub-intro #story .contain > h2:first-child,
  #story section#hub-intro .contain > h3:first-child,
  section#hub-intro #story .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h3:first-child,
  #story section#hub-intro .contain > h4:first-child,
  #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story section#hub-intro .feature .contain > span:first-child,
  .feature #story section#hub-intro .contain > span:first-child,
  #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story section#hub-intro .contain > a:first-child,
  #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story .contain > h4:first-child,
  section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story .feature .contain > span:first-child,
  .feature section#hub-intro #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span:first-child,
  section#hub-intro #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a:first-child,
  #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #story .contain > h5:first-child,
  #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #story .contain > h6:first-child,
  #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
  #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story .h3,
  #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story .h3,
  .h1 {
    font-size: 4.125em;
  }
}
h1.h2, #story h1.h2,
#story h2.h2,
#story h3.h2,
#story section#hub-intro .contain > h1.h2:first-child,
section#hub-intro #story .contain > h1.h2:first-child,
#story section#hub-intro .contain > h2.h2:first-child,
section#hub-intro #story .contain > h2.h2:first-child,
#story section#hub-intro .contain > h3.h2:first-child,
section#hub-intro #story .contain > h3.h2:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h2.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h2.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h2.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h2.h3:first-child,
#story section#hub-intro .contain > h4.h2:first-child,
#story section#hub-intro .expertise-nav-sidebar.contain > a.h2:first-child,
#story section#hub-intro .feature .contain > span.h2:first-child,
.feature #story section#hub-intro .contain > span.h2:first-child,
#story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span.h2:first-child,
#story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span.h2:first-child,
#story section#hub-intro .tab-list ul li .contain > a.h2:first-child,
.tab-list ul li #story section#hub-intro .contain > a.h2:first-child,
#story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a.h2:first-child,
#story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a.h2:first-child,
section#hub-intro #story .contain > h4.h2:first-child,
section#hub-intro #story .expertise-nav-sidebar.contain > a.h2:first-child,
section#hub-intro #story .feature .contain > span.h2:first-child,
.feature section#hub-intro #story .contain > span.h2:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span.h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span.h2:first-child,
section#hub-intro #story .tab-list ul li .contain > a.h2:first-child,
.tab-list ul li section#hub-intro #story .contain > a.h2:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a.h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a.h2:first-child,
#story section#hub-intro .contain > h5.h2:first-child,
section#hub-intro #story .contain > h5.h2:first-child,
#story section#hub-intro .contain > h6.h2:first-child,
section#hub-intro #story .contain > h6.h2:first-child,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p.h2,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p.h2,
#story body.page-template-template-hub section.search-results .contain .h2.h3,
body.page-template-template-hub section.search-results .contain #story .h2.h3,
#story body.page-template-template-hub section.search-results-none .contain .h2.h3,
body.page-template-template-hub section.search-results-none .contain #story .h2.h3,
.h1.h2 {
  font-size: 3.3em;
  margin: 1em 0 0.5rem;
}
@media screen and (max-width: 26.5625em) {
  h1.h2, #story h1.h2,
  #story h2.h2,
  #story h3.h2,
  #story section#hub-intro .contain > h1.h2:first-child,
  section#hub-intro #story .contain > h1.h2:first-child,
  #story section#hub-intro .contain > h2.h2:first-child,
  section#hub-intro #story .contain > h2.h2:first-child,
  #story section#hub-intro .contain > h3.h2:first-child,
  section#hub-intro #story .contain > h3.h2:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h2.h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h2.h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h2.h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h2.h3:first-child,
  #story section#hub-intro .contain > h4.h2:first-child,
  #story section#hub-intro .expertise-nav-sidebar.contain > a.h2:first-child,
  #story section#hub-intro .feature .contain > span.h2:first-child,
  .feature #story section#hub-intro .contain > span.h2:first-child,
  #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span.h2:first-child,
  #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span.h2:first-child,
  #story section#hub-intro .tab-list ul li .contain > a.h2:first-child,
  .tab-list ul li #story section#hub-intro .contain > a.h2:first-child,
  #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a.h2:first-child,
  #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a.h2:first-child,
  section#hub-intro #story .contain > h4.h2:first-child,
  section#hub-intro #story .expertise-nav-sidebar.contain > a.h2:first-child,
  section#hub-intro #story .feature .contain > span.h2:first-child,
  .feature section#hub-intro #story .contain > span.h2:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span.h2:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span.h2:first-child,
  section#hub-intro #story .tab-list ul li .contain > a.h2:first-child,
  .tab-list ul li section#hub-intro #story .contain > a.h2:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a.h2:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a.h2:first-child,
  #story section#hub-intro .contain > h5.h2:first-child,
  section#hub-intro #story .contain > h5.h2:first-child,
  #story section#hub-intro .contain > h6.h2:first-child,
  section#hub-intro #story .contain > h6.h2:first-child,
  #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p.h2,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p.h2,
  #story body.page-template-template-hub section.search-results .contain .h2.h3,
  body.page-template-template-hub section.search-results .contain #story .h2.h3,
  #story body.page-template-template-hub section.search-results-none .contain .h2.h3,
  body.page-template-template-hub section.search-results-none .contain #story .h2.h3,
  .h1.h2 {
    font-size: 2em;
  }
}

h2,
.h2 {
  font-size: 3.3em;
  margin: 1em 0 0.5rem;
}
@media screen and (max-width: 26.5625em) {
  h2,
  .h2 {
    font-size: 2em;
  }
}

.main-body > h2:first-of-type,
.main-body > h3:first-of-type,
section#hub-intro .contain.main-body > h1:first-of-type:first-child,
section#hub-intro .contain.main-body > h2:first-of-type:first-child,
section#hub-intro .contain.main-body > h3:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain.main-body > .h3:first-of-type:first-child,
body.page-template-template-hub section.search-results section#hub-intro .contain.main-body > .h3:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain.main-body > .h3:first-of-type:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .contain.main-body > .h3:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain.main-body > p:first-of-type:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain.main-body > p:first-of-type:first-child,
section#hub-intro .contain.main-body > h4:first-of-type:first-child,
section#hub-intro .expertise-nav-sidebar.contain.main-body > a:first-of-type:first-child,
section#hub-intro .feature .contain.main-body > span:first-of-type:first-child,
.feature section#hub-intro .contain.main-body > span:first-of-type:first-child,
section#hub-intro .tab-list ul li .contain.main-body > a:first-of-type:first-child,
.tab-list ul li section#hub-intro .contain.main-body > a:first-of-type:first-child,
section#hub-intro .contain.main-body > h5:first-of-type:first-child,
section#hub-intro .contain.main-body > h6:first-of-type:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .main-body > p:first-of-type,
body.page-template-template-hub section.articles.podcasts .side-text .main-body > h2:first-of-type,
body.page-template-template-hub section.articles.publications .side-text .main-body > h2:first-of-type,
body.page-template-template-hub section.search-results .contain .main-body > .h3:first-of-type,
body.page-template-template-hub section.search-results-none .contain .main-body > .h3:first-of-type,
body.page-template-template-hub section .contain.main-body > h2:first-of-type,
.main-body > h4:first-of-type,
.expertise-nav-sidebar.main-body > a:first-of-type:first-child,
.feature .main-body > span:first-of-type,
.tab-list ul li .main-body > a:first-of-type,
body.page-template-template-hub section.articles .article .article-content .main-body > h3:first-of-type {
  margin-top: 0;
}

.main-body > h1:first-of-type, #story .main-body > h1:first-of-type,
#story .main-body > h2:first-of-type,
#story .main-body > h3:first-of-type,
#story section#hub-intro .contain.main-body > h1:first-of-type:first-child,
section#hub-intro #story .contain.main-body > h1:first-of-type:first-child,
#story section#hub-intro .contain.main-body > h2:first-of-type:first-child,
section#hub-intro #story .contain.main-body > h2:first-of-type:first-child,
#story section#hub-intro .contain.main-body > h3:first-of-type:first-child,
section#hub-intro #story .contain.main-body > h3:first-of-type:first-child,
#story section#hub-intro body.page-template-template-hub section.search-results .contain.main-body > .h3:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .contain.main-body > .h3:first-of-type:first-child,
#story body.page-template-template-hub section.search-results section#hub-intro .contain.main-body > .h3:first-of-type:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .contain.main-body > .h3:first-of-type:first-child,
#story section#hub-intro body.page-template-template-hub section.search-results-none .contain.main-body > .h3:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .contain.main-body > .h3:first-of-type:first-child,
#story body.page-template-template-hub section.search-results-none section#hub-intro .contain.main-body > .h3:first-of-type:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .contain.main-body > .h3:first-of-type:first-child,
#story section#hub-intro .contain.main-body > h4:first-of-type:first-child,
#story section#hub-intro .expertise-nav-sidebar.contain.main-body > a:first-of-type:first-child,
#story section#hub-intro .feature .contain.main-body > span:first-of-type:first-child,
.feature #story section#hub-intro .contain.main-body > span:first-of-type:first-child,
#story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.main-body > span:first-of-type:first-child,
#story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.main-body > span:first-of-type:first-child,
#story section#hub-intro .tab-list ul li .contain.main-body > a:first-of-type:first-child,
.tab-list ul li #story section#hub-intro .contain.main-body > a:first-of-type:first-child,
#story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.main-body > a:first-of-type:first-child,
#story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.main-body > a:first-of-type:first-child,
section#hub-intro #story .contain.main-body > h4:first-of-type:first-child,
section#hub-intro #story .expertise-nav-sidebar.contain.main-body > a:first-of-type:first-child,
section#hub-intro #story .feature .contain.main-body > span:first-of-type:first-child,
.feature section#hub-intro #story .contain.main-body > span:first-of-type:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain.main-body > span:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain.main-body > span:first-of-type:first-child,
section#hub-intro #story .tab-list ul li .contain.main-body > a:first-of-type:first-child,
.tab-list ul li section#hub-intro #story .contain.main-body > a:first-of-type:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain.main-body > a:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain.main-body > a:first-of-type:first-child,
#story section#hub-intro .contain.main-body > h5:first-of-type:first-child,
section#hub-intro #story .contain.main-body > h5:first-of-type:first-child,
#story section#hub-intro .contain.main-body > h6:first-of-type:first-child,
section#hub-intro #story .contain.main-body > h6:first-of-type:first-child,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .main-body > p:first-of-type,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .main-body > p:first-of-type,
#story body.page-template-template-hub section.search-results .contain .main-body > .h3:first-of-type,
body.page-template-template-hub section.search-results .contain #story .main-body > .h3:first-of-type,
#story body.page-template-template-hub section.search-results-none .contain .main-body > .h3:first-of-type,
body.page-template-template-hub section.search-results-none .contain #story .main-body > .h3:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 48em) {
  .main-body > h1:first-of-type, #story .main-body > h1:first-of-type,
  #story .main-body > h2:first-of-type,
  #story .main-body > h3:first-of-type,
  #story section#hub-intro .contain.main-body > h1:first-of-type:first-child,
  section#hub-intro #story .contain.main-body > h1:first-of-type:first-child,
  #story section#hub-intro .contain.main-body > h2:first-of-type:first-child,
  section#hub-intro #story .contain.main-body > h2:first-of-type:first-child,
  #story section#hub-intro .contain.main-body > h3:first-of-type:first-child,
  section#hub-intro #story .contain.main-body > h3:first-of-type:first-child,
  #story section#hub-intro body.page-template-template-hub section.search-results .contain.main-body > .h3:first-of-type:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story .contain.main-body > .h3:first-of-type:first-child,
  #story body.page-template-template-hub section.search-results section#hub-intro .contain.main-body > .h3:first-of-type:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story .contain.main-body > .h3:first-of-type:first-child,
  #story section#hub-intro body.page-template-template-hub section.search-results-none .contain.main-body > .h3:first-of-type:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story .contain.main-body > .h3:first-of-type:first-child,
  #story body.page-template-template-hub section.search-results-none section#hub-intro .contain.main-body > .h3:first-of-type:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story .contain.main-body > .h3:first-of-type:first-child,
  #story section#hub-intro .contain.main-body > h4:first-of-type:first-child,
  #story section#hub-intro .expertise-nav-sidebar.contain.main-body > a:first-of-type:first-child,
  #story section#hub-intro .feature .contain.main-body > span:first-of-type:first-child,
  .feature #story section#hub-intro .contain.main-body > span:first-of-type:first-child,
  #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.main-body > span:first-of-type:first-child,
  #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.main-body > span:first-of-type:first-child,
  #story section#hub-intro .tab-list ul li .contain.main-body > a:first-of-type:first-child,
  .tab-list ul li #story section#hub-intro .contain.main-body > a:first-of-type:first-child,
  #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.main-body > a:first-of-type:first-child,
  #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.main-body > a:first-of-type:first-child,
  section#hub-intro #story .contain.main-body > h4:first-of-type:first-child,
  section#hub-intro #story .expertise-nav-sidebar.contain.main-body > a:first-of-type:first-child,
  section#hub-intro #story .feature .contain.main-body > span:first-of-type:first-child,
  .feature section#hub-intro #story .contain.main-body > span:first-of-type:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain.main-body > span:first-of-type:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain.main-body > span:first-of-type:first-child,
  section#hub-intro #story .tab-list ul li .contain.main-body > a:first-of-type:first-child,
  .tab-list ul li section#hub-intro #story .contain.main-body > a:first-of-type:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain.main-body > a:first-of-type:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain.main-body > a:first-of-type:first-child,
  #story section#hub-intro .contain.main-body > h5:first-of-type:first-child,
  section#hub-intro #story .contain.main-body > h5:first-of-type:first-child,
  #story section#hub-intro .contain.main-body > h6:first-of-type:first-child,
  section#hub-intro #story .contain.main-body > h6:first-of-type:first-child,
  #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .main-body > p:first-of-type,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .main-body > p:first-of-type,
  #story body.page-template-template-hub section.search-results .contain .main-body > .h3:first-of-type,
  body.page-template-template-hub section.search-results .contain #story .main-body > .h3:first-of-type,
  #story body.page-template-template-hub section.search-results-none .contain .main-body > .h3:first-of-type,
  body.page-template-template-hub section.search-results-none .contain #story .main-body > .h3:first-of-type {
    margin-top: 1rem;
  }
}

h3, section#hub-intro .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro .contain > h2:first-child,
section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
section#hub-intro .contain > h4:first-child,
section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .feature .contain > span:first-child,
.feature section#hub-intro .contain > span:first-child,
section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .contain > h5:first-child,
section#hub-intro .contain > h6:first-child, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section .contain > h2,
.h3 {
  font-size: 2.3em;
  margin: 2.3rem 0 0.4rem;
}
@media screen and (max-width: 26.5625em) {
  h3, section#hub-intro .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro .contain > h2:first-child,
  section#hub-intro .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  section#hub-intro .contain > h4:first-child,
  section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .feature .contain > span:first-child,
  .feature section#hub-intro .contain > span:first-child,
  section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
  section#hub-intro .contain > h5:first-child,
  section#hub-intro .contain > h6:first-child, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section .contain > h2,
  .h3 {
    font-size: 1.3rem;
  }
}

h4, .expertise-nav-sidebar > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child, .feature span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child, .tab-list ul li a,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child, body.page-template-template-hub section.articles .article .article-content h3, body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3,
.h4 {
  font-size: 1.25em;
  margin: 1.9rem 0 0.4rem;
}
@media screen and (max-width: 26.5625em) {
  h4, .expertise-nav-sidebar > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child, .feature span,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
  .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
  .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child, .tab-list ul li a,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child, body.page-template-template-hub section.articles .article .article-content h3, body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
  body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3,
  .h4 {
    font-size: 1.065rem;
  }
}

strong {
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
}

em,
i {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
}

a {
  font-weight: 400;
  color: #9a0748;
  transition: all 0.5s ease;
}
a.read-more {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
a.read-more:hover {
  text-decoration: none !important;
}
a.read-more:hover:after {
  margin-left: 0.5em;
}

ul {
  list-style: disc;
  padding-left: 1.5em;
}
ul li {
  margin-top: 0.3em;
}

.main-body blockquote {
  color: rgb(22, 59, 68);
  margin: 3rem 0;
  font-size: 1.2rem;
  padding-left: 1.3rem;
  border-left: 2px solid rgb(22, 59, 68);
}
.main-body blockquote p {
  color: rgb(22, 59, 68);
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
#masthead {
  position: absolute;
  padding: 0.5em 0;
  background: rgba(22, 59, 68, 0.8);
  width: 100%;
  display: inline-block;
  z-index: 2;
}
#masthead.solid {
  background: rgb(22, 59, 68);
}
#masthead .contain {
  position: relative;
}
@media screen and (max-width: 23.4375rem) {
  #masthead .contain {
    padding: 0 5%;
  }
}
#masthead .site-branding {
  float: left;
}
@media screen and (max-width: 37.625rem) {
  #masthead .site-branding.mobile-form-active {
    opacity: 0.2;
  }
}
#masthead .site-branding .site-title a {
  display: block;
  width: 152px;
  height: 98px;
  background-image: url("/content/themes/3pb_barristers/img/3pb_logo.png");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #masthead .site-branding .site-title a {
    background-image: url("/content/themes/3pb_barristers/img/3pb_logo@2x.png");
    background-size: 152px 98px;
  }
}
@media screen and (max-width: 48em) {
  #masthead .site-branding .site-title a {
    width: 130px;
    height: 84px;
    background-image: url("/content/themes/3pb_barristers/img/3pb_logo.png");
  }
}
@media only screen and (max-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 48em) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 48em) and (-o-min-device-pixel-ratio: 1.3/1), only screen and (max-width: 48em) and (min-resolution: 125dpi), only screen and (max-width: 48em) and (min-resolution: 1.3dppx) {
  #masthead .site-branding .site-title a {
    background-image: url("/content/themes/3pb_barristers/img/3pb_logo@2x.png");
    background-size: 130px 83px;
  }
}
#masthead.xmas .site-branding .site-title a {
  background-image: url("/content/themes/3pb_barristers/img/3pb_xmas_logo.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #masthead.xmas .site-branding .site-title a {
    background-image: url("/content/themes/3pb_barristers/img/3pb_xmas_logo@2x.png");
    background-size: 152px 98px;
  }
}
@media screen and (max-width: 48em) {
  #masthead.xmas .site-branding .site-title a {
    background-image: url("/content/themes/3pb_barristers/img/3pb_xmas_logo.png");
  }
}
@media only screen and (max-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 48em) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 48em) and (-o-min-device-pixel-ratio: 1.3/1), only screen and (max-width: 48em) and (min-resolution: 125dpi), only screen and (max-width: 48em) and (min-resolution: 1.3dppx) {
  #masthead.xmas .site-branding .site-title a {
    background-image: url("/content/themes/3pb_barristers/img/3pb_xmas_logo@2x.png");
    background-size: 130px 83px;
  }
}
#masthead .header-tel {
  float: right;
  clear: right;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  margin-top: 1.9rem;
}
@media screen and (max-width: 29rem) {
  #masthead .header-tel {
    display: none;
  }
}
@media screen and (min-width: 58.125rem) {
  #masthead .header-tel {
    margin-right: 7.8rem;
  }
}
@media screen and (min-width: 64rem) {
  #masthead .header-tel {
    margin-right: 8.176rem;
  }
}
#masthead .mobile-tel {
  display: none;
}
@media screen and (max-width: 29rem) {
  #masthead .mobile-tel {
    display: block;
    font-size: 1.2rem;
  }
}
#masthead .header-toggles {
  float: right;
  margin-top: 0.7em;
  clear: right;
}
#masthead .header-toggles:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 29rem) {
  #masthead .header-toggles {
    margin-top: 0.6em;
  }
}
@media screen and (min-width: 29.0625rem) and (max-width: 48em) {
  #masthead .header-toggles {
    margin-top: 0.5em;
  }
}
#masthead .menu-icon {
  float: right;
  width: 46px;
  height: 52px;
  cursor: pointer;
  padding: 0.2rem 0;
  color: #fff;
  font-size: 3.7rem;
  margin-top: -0.7rem;
}
@media screen and (max-width: 48em) {
  #masthead .menu-icon {
    width: 2.8rem;
    height: 2.875rem;
  }
}
#masthead .search-form-wrapper {
  float: right;
  margin-right: 0;
  padding: 0.265rem 0.5rem 0.025rem;
}
#masthead .search-form-wrapper.active {
  border: 1px solid #fff;
}
@media screen and (max-width: 37.625rem) {
  #masthead .search-form-wrapper.active {
    position: absolute;
    left: 5%;
    width: 72%;
  }
  #masthead .search-form-wrapper.active .search-icon {
    position: relative;
  }
}
#masthead .search-form-wrapper .search-icon {
  width: 33px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 2.2rem;
}
#masthead .search-form-wrapper .search-icon:before {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 48em) {
  #masthead .search-form-wrapper .search-icon {
    width: 2.3125rem;
    height: 2.25rem;
  }
}
@media screen and (max-width: 37.625rem) {
  #masthead .search-form-wrapper .search-icon {
    position: absolute;
  }
}
#masthead .search-form-wrapper .search-form {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  opacity: 0;
  width: 0;
  margin-left: 6px;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 37.625rem) {
  #masthead .search-form-wrapper .search-form {
    margin-left: 30px;
  }
}
#masthead .search-form-wrapper .search-form.form-visible {
  opacity: 1;
  width: 216px;
}
@media screen and (max-width: 37.625rem) {
  #masthead .search-form-wrapper .search-form.form-visible {
    margin-left: 0;
  }
}
@media screen and (max-width: 37.625rem) {
  #masthead .search-form-wrapper .search-form.form-visible {
    width: 80%;
  }
}
#masthead .search-form-wrapper .search-form label {
  margin: 0;
}
#masthead .search-form-wrapper .search-form input[type=search],
#masthead .search-form-wrapper .search-form input[type=text] {
  color: #fff;
  background: none;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 0.2rem 0.2rem 0.4rem 0.1rem;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#masthead .search-form-wrapper .search-form input[type=search]::-webkit-input-placeholder,
#masthead .search-form-wrapper .search-form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
#masthead .search-form-wrapper .search-form input[type=search]::-moz-placeholder,
#masthead .search-form-wrapper .search-form input[type=text]::-moz-placeholder {
  color: #fff;
}
#masthead .search-form-wrapper .search-form input[type=search]:-moz-placeholder,
#masthead .search-form-wrapper .search-form input[type=text]:-moz-placeholder {
  color: #fff;
}
#masthead .search-form-wrapper .search-form input[type=search]:-ms-input-placeholder,
#masthead .search-form-wrapper .search-form input[type=text]:-ms-input-placeholder {
  color: #fff;
}
#masthead .search-form-wrapper .search-form input[type=search]:focus,
#masthead .search-form-wrapper .search-form input[type=text]:focus {
  outline: none;
  border-bottom-color: #680531;
}
#masthead .search-form-wrapper .search-form input[type=submit] {
  display: none;
  position: absolute;
  right: 0;
  top: 1px;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -9999px;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url("/content/themes/3pb_barristers/img/icon-enter.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #masthead .search-form-wrapper .search-form input[type=submit] {
    background-image: url("/content/themes/3pb_barristers/img/icon-enter_2x.png");
    background-size: 24px;
  }
}

/*--------------------------------------------------------------
# Hero Images
--------------------------------------------------------------*/
#cover-video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #fff;
  background-size: auto 41vh;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 48em) {
  .home-hero {
    background-color: rgb(68, 68, 68);
    height: auto;
    margin-bottom: 9.125rem;
    background-size: cover;
  }
}
.home-hero .arrow-btn {
  width: 7rem;
  height: 5.25rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: 600;
  font-size: 5.1rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 47.9375rem) {
  .home-hero .arrow-btn {
    height: 4.25rem;
    bottom: 0;
  }
}
.home-hero .arrow-btn:hover {
  color: #9a0748;
}
.home-hero > .contain {
  position: relative;
  padding-top: 50vh;
}
@media screen and (min-width: 48em) {
  .home-hero > .contain {
    padding-top: 6em;
    -webkit-transform: translateY(9.125rem);
    -moz-transform: translateY(9.125rem);
    -ms-transform: translateY(9.125rem);
    -o-transform: translateY(9.125rem);
    transform: translateY(9.125rem);
  }
}
.home-hero .message {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: left;
  color: rgb(22, 59, 68);
  width: 100%;
  padding: 2em 0;
}
@media screen and (min-width: 48em) {
  .home-hero .message {
    background: #fff;
    border-radius: 20px;
    max-width: 55%;
    padding: 3em 2em;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.home-hero .message h1, .home-hero .message #story h1, #story .home-hero .message h1,
.home-hero .message #story h2,
#story .home-hero .message h2,
.home-hero .message #story h3,
.home-hero .message #story section#hub-intro .contain > h1:first-child,
section#hub-intro .home-hero .message #story .contain > h1:first-child,
.home-hero .message section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.home-hero .message section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.home-hero .message #story section#hub-intro .contain > h2:first-child,
section#hub-intro .home-hero .message #story .contain > h2:first-child,
.home-hero .message #story section#hub-intro .contain > h3:first-child,
section#hub-intro .home-hero .message #story .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .home-hero .message #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .home-hero .message #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .home-hero .message #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .home-hero .message #story .contain > .h3:first-child,
.home-hero .message #story section#hub-intro .contain > h4:first-child,
.home-hero .message #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.home-hero .message #story section#hub-intro .feature .contain > span:first-child,
.feature .home-hero .message #story section#hub-intro .contain > span:first-child,
.home-hero .message #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.home-hero .message #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.home-hero .message #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .home-hero .message #story section#hub-intro .contain > a:first-child,
.home-hero .message #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.home-hero .message #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .home-hero .message #story .contain > h4:first-child,
section#hub-intro .home-hero .message #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .home-hero .message #story .feature .contain > span:first-child,
.feature section#hub-intro .home-hero .message #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .home-hero .message #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .home-hero .message #story .contain > span:first-child,
section#hub-intro .home-hero .message #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .home-hero .message #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .home-hero .message #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .home-hero .message #story .contain > a:first-child,
.home-hero .message #story section#hub-intro .contain > h5:first-child,
section#hub-intro .home-hero .message #story .contain > h5:first-child,
.home-hero .message #story section#hub-intro .contain > h6:first-child,
section#hub-intro .home-hero .message #story .contain > h6:first-child,
.home-hero .message #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .home-hero .message #story p,
.home-hero .message #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain .home-hero .message #story .h3,
.home-hero .message #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain .home-hero .message #story .h3,
#story .home-hero .message h3,
#story .home-hero .message section#hub-intro .contain > h1:first-child,
section#hub-intro #story .home-hero .message .contain > h1:first-child,
#story .home-hero .message section#hub-intro .contain > h2:first-child,
section#hub-intro #story .home-hero .message .contain > h2:first-child,
#story .home-hero .message section#hub-intro .contain > h3:first-child,
section#hub-intro #story .home-hero .message .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .home-hero .message .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .home-hero .message .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .home-hero .message .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .home-hero .message .contain > .h3:first-child,
#story .home-hero .message section#hub-intro .contain > h4:first-child,
#story .home-hero .message section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story .home-hero .message section#hub-intro .feature .contain > span:first-child,
.feature #story .home-hero .message section#hub-intro .contain > span:first-child,
#story .home-hero .message .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story .home-hero .message .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story .home-hero .message section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story .home-hero .message section#hub-intro .contain > a:first-child,
#story .home-hero .message .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story .home-hero .message .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story .home-hero .message .contain > h4:first-child,
section#hub-intro #story .home-hero .message .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story .home-hero .message .feature .contain > span:first-child,
.feature section#hub-intro #story .home-hero .message .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .home-hero .message .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .home-hero .message .contain > span:first-child,
section#hub-intro #story .home-hero .message .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story .home-hero .message .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .home-hero .message .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .home-hero .message .contain > a:first-child,
#story .home-hero .message section#hub-intro .contain > h5:first-child,
section#hub-intro #story .home-hero .message .contain > h5:first-child,
#story .home-hero .message section#hub-intro .contain > h6:first-child,
section#hub-intro #story .home-hero .message .contain > h6:first-child,
#story .home-hero .message body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .home-hero .message p,
#story .home-hero .message body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story .home-hero .message .h3,
#story .home-hero .message body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story .home-hero .message .h3 {
  font-size: 1.5625rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 25.875rem) {
  .home-hero .message h1, .home-hero .message #story h1, #story .home-hero .message h1,
  .home-hero .message #story h2,
  #story .home-hero .message h2,
  .home-hero .message #story h3,
  .home-hero .message #story section#hub-intro .contain > h1:first-child,
  section#hub-intro .home-hero .message #story .contain > h1:first-child,
  .home-hero .message section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  .home-hero .message section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  .home-hero .message #story section#hub-intro .contain > h2:first-child,
  section#hub-intro .home-hero .message #story .contain > h2:first-child,
  .home-hero .message #story section#hub-intro .contain > h3:first-child,
  section#hub-intro .home-hero .message #story .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .home-hero .message #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro .home-hero .message #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .home-hero .message #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro .home-hero .message #story .contain > .h3:first-child,
  .home-hero .message #story section#hub-intro .contain > h4:first-child,
  .home-hero .message #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  .home-hero .message #story section#hub-intro .feature .contain > span:first-child,
  .feature .home-hero .message #story section#hub-intro .contain > span:first-child,
  .home-hero .message #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .home-hero .message #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .home-hero .message #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li .home-hero .message #story section#hub-intro .contain > a:first-child,
  .home-hero .message #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  .home-hero .message #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro .home-hero .message #story .contain > h4:first-child,
  section#hub-intro .home-hero .message #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .home-hero .message #story .feature .contain > span:first-child,
  .feature section#hub-intro .home-hero .message #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .home-hero .message #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .home-hero .message #story .contain > span:first-child,
  section#hub-intro .home-hero .message #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro .home-hero .message #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .home-hero .message #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .home-hero .message #story .contain > a:first-child,
  .home-hero .message #story section#hub-intro .contain > h5:first-child,
  section#hub-intro .home-hero .message #story .contain > h5:first-child,
  .home-hero .message #story section#hub-intro .contain > h6:first-child,
  section#hub-intro .home-hero .message #story .contain > h6:first-child,
  .home-hero .message #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .home-hero .message #story p,
  .home-hero .message #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain .home-hero .message #story .h3,
  .home-hero .message #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain .home-hero .message #story .h3,
  #story .home-hero .message h3,
  #story .home-hero .message section#hub-intro .contain > h1:first-child,
  section#hub-intro #story .home-hero .message .contain > h1:first-child,
  #story .home-hero .message section#hub-intro .contain > h2:first-child,
  section#hub-intro #story .home-hero .message .contain > h2:first-child,
  #story .home-hero .message section#hub-intro .contain > h3:first-child,
  section#hub-intro #story .home-hero .message .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story .home-hero .message .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story .home-hero .message .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story .home-hero .message .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story .home-hero .message .contain > .h3:first-child,
  #story .home-hero .message section#hub-intro .contain > h4:first-child,
  #story .home-hero .message section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story .home-hero .message section#hub-intro .feature .contain > span:first-child,
  .feature #story .home-hero .message section#hub-intro .contain > span:first-child,
  #story .home-hero .message .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story .home-hero .message .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story .home-hero .message section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story .home-hero .message section#hub-intro .contain > a:first-child,
  #story .home-hero .message .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story .home-hero .message .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story .home-hero .message .contain > h4:first-child,
  section#hub-intro #story .home-hero .message .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story .home-hero .message .feature .contain > span:first-child,
  .feature section#hub-intro #story .home-hero .message .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .home-hero .message .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .home-hero .message .contain > span:first-child,
  section#hub-intro #story .home-hero .message .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story .home-hero .message .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .home-hero .message .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .home-hero .message .contain > a:first-child,
  #story .home-hero .message section#hub-intro .contain > h5:first-child,
  section#hub-intro #story .home-hero .message .contain > h5:first-child,
  #story .home-hero .message section#hub-intro .contain > h6:first-child,
  section#hub-intro #story .home-hero .message .contain > h6:first-child,
  #story .home-hero .message body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .home-hero .message p,
  #story .home-hero .message body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story .home-hero .message .h3,
  #story .home-hero .message body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story .home-hero .message .h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 48em) {
  .home-hero .message h1, .home-hero .message #story h1, #story .home-hero .message h1,
  .home-hero .message #story h2,
  #story .home-hero .message h2,
  .home-hero .message #story h3,
  .home-hero .message #story section#hub-intro .contain > h1:first-child,
  section#hub-intro .home-hero .message #story .contain > h1:first-child,
  .home-hero .message section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  .home-hero .message section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  .home-hero .message #story section#hub-intro .contain > h2:first-child,
  section#hub-intro .home-hero .message #story .contain > h2:first-child,
  .home-hero .message #story section#hub-intro .contain > h3:first-child,
  section#hub-intro .home-hero .message #story .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .home-hero .message #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro .home-hero .message #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .home-hero .message #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro .home-hero .message #story .contain > .h3:first-child,
  .home-hero .message #story section#hub-intro .contain > h4:first-child,
  .home-hero .message #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  .home-hero .message #story section#hub-intro .feature .contain > span:first-child,
  .feature .home-hero .message #story section#hub-intro .contain > span:first-child,
  .home-hero .message #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .home-hero .message #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .home-hero .message #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li .home-hero .message #story section#hub-intro .contain > a:first-child,
  .home-hero .message #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  .home-hero .message #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro .home-hero .message #story .contain > h4:first-child,
  section#hub-intro .home-hero .message #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .home-hero .message #story .feature .contain > span:first-child,
  .feature section#hub-intro .home-hero .message #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .home-hero .message #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .home-hero .message #story .contain > span:first-child,
  section#hub-intro .home-hero .message #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro .home-hero .message #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .home-hero .message #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .home-hero .message #story .contain > a:first-child,
  .home-hero .message #story section#hub-intro .contain > h5:first-child,
  section#hub-intro .home-hero .message #story .contain > h5:first-child,
  .home-hero .message #story section#hub-intro .contain > h6:first-child,
  section#hub-intro .home-hero .message #story .contain > h6:first-child,
  .home-hero .message #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .home-hero .message #story p,
  .home-hero .message #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain .home-hero .message #story .h3,
  .home-hero .message #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain .home-hero .message #story .h3,
  #story .home-hero .message h3,
  #story .home-hero .message section#hub-intro .contain > h1:first-child,
  section#hub-intro #story .home-hero .message .contain > h1:first-child,
  #story .home-hero .message section#hub-intro .contain > h2:first-child,
  section#hub-intro #story .home-hero .message .contain > h2:first-child,
  #story .home-hero .message section#hub-intro .contain > h3:first-child,
  section#hub-intro #story .home-hero .message .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story .home-hero .message .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story .home-hero .message .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story .home-hero .message .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story .home-hero .message .contain > .h3:first-child,
  #story .home-hero .message section#hub-intro .contain > h4:first-child,
  #story .home-hero .message section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story .home-hero .message section#hub-intro .feature .contain > span:first-child,
  .feature #story .home-hero .message section#hub-intro .contain > span:first-child,
  #story .home-hero .message .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story .home-hero .message .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story .home-hero .message section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story .home-hero .message section#hub-intro .contain > a:first-child,
  #story .home-hero .message .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story .home-hero .message .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story .home-hero .message .contain > h4:first-child,
  section#hub-intro #story .home-hero .message .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story .home-hero .message .feature .contain > span:first-child,
  .feature section#hub-intro #story .home-hero .message .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .home-hero .message .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .home-hero .message .contain > span:first-child,
  section#hub-intro #story .home-hero .message .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story .home-hero .message .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .home-hero .message .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .home-hero .message .contain > a:first-child,
  #story .home-hero .message section#hub-intro .contain > h5:first-child,
  section#hub-intro #story .home-hero .message .contain > h5:first-child,
  #story .home-hero .message section#hub-intro .contain > h6:first-child,
  section#hub-intro #story .home-hero .message .contain > h6:first-child,
  #story .home-hero .message body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .home-hero .message p,
  #story .home-hero .message body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story .home-hero .message .h3,
  #story .home-hero .message body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story .home-hero .message .h3 {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .home-hero .message h1, .home-hero .message #story h1, #story .home-hero .message h1,
  .home-hero .message #story h2,
  #story .home-hero .message h2,
  .home-hero .message #story h3,
  .home-hero .message #story section#hub-intro .contain > h1:first-child,
  section#hub-intro .home-hero .message #story .contain > h1:first-child,
  .home-hero .message section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  .home-hero .message section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  .home-hero .message #story section#hub-intro .contain > h2:first-child,
  section#hub-intro .home-hero .message #story .contain > h2:first-child,
  .home-hero .message #story section#hub-intro .contain > h3:first-child,
  section#hub-intro .home-hero .message #story .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .home-hero .message #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro .home-hero .message #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .home-hero .message #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro .home-hero .message #story .contain > .h3:first-child,
  .home-hero .message #story section#hub-intro .contain > h4:first-child,
  .home-hero .message #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  .home-hero .message #story section#hub-intro .feature .contain > span:first-child,
  .feature .home-hero .message #story section#hub-intro .contain > span:first-child,
  .home-hero .message #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .home-hero .message #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .home-hero .message #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li .home-hero .message #story section#hub-intro .contain > a:first-child,
  .home-hero .message #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  .home-hero .message #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro .home-hero .message #story .contain > h4:first-child,
  section#hub-intro .home-hero .message #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .home-hero .message #story .feature .contain > span:first-child,
  .feature section#hub-intro .home-hero .message #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .home-hero .message #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .home-hero .message #story .contain > span:first-child,
  section#hub-intro .home-hero .message #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro .home-hero .message #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .home-hero .message #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .home-hero .message #story .contain > a:first-child,
  .home-hero .message #story section#hub-intro .contain > h5:first-child,
  section#hub-intro .home-hero .message #story .contain > h5:first-child,
  .home-hero .message #story section#hub-intro .contain > h6:first-child,
  section#hub-intro .home-hero .message #story .contain > h6:first-child,
  .home-hero .message #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .home-hero .message #story p,
  .home-hero .message #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain .home-hero .message #story .h3,
  .home-hero .message #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain .home-hero .message #story .h3,
  #story .home-hero .message h3,
  #story .home-hero .message section#hub-intro .contain > h1:first-child,
  section#hub-intro #story .home-hero .message .contain > h1:first-child,
  #story .home-hero .message section#hub-intro .contain > h2:first-child,
  section#hub-intro #story .home-hero .message .contain > h2:first-child,
  #story .home-hero .message section#hub-intro .contain > h3:first-child,
  section#hub-intro #story .home-hero .message .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story .home-hero .message .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story .home-hero .message .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story .home-hero .message .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story .home-hero .message .contain > .h3:first-child,
  #story .home-hero .message section#hub-intro .contain > h4:first-child,
  #story .home-hero .message section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story .home-hero .message section#hub-intro .feature .contain > span:first-child,
  .feature #story .home-hero .message section#hub-intro .contain > span:first-child,
  #story .home-hero .message .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story .home-hero .message .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story .home-hero .message section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story .home-hero .message section#hub-intro .contain > a:first-child,
  #story .home-hero .message .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story .home-hero .message .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story .home-hero .message .contain > h4:first-child,
  section#hub-intro #story .home-hero .message .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story .home-hero .message .feature .contain > span:first-child,
  .feature section#hub-intro #story .home-hero .message .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .home-hero .message .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .home-hero .message .contain > span:first-child,
  section#hub-intro #story .home-hero .message .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story .home-hero .message .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .home-hero .message .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .home-hero .message .contain > a:first-child,
  #story .home-hero .message section#hub-intro .contain > h5:first-child,
  section#hub-intro #story .home-hero .message .contain > h5:first-child,
  #story .home-hero .message section#hub-intro .contain > h6:first-child,
  section#hub-intro #story .home-hero .message .contain > h6:first-child,
  #story .home-hero .message body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .home-hero .message p,
  #story .home-hero .message body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story .home-hero .message .h3,
  #story .home-hero .message body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story .home-hero .message .h3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.home-hero .message p {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
}
.home-hero .message a.latest-video {
  margin: 1em 0 2em 0;
}
.home-hero .message a:not(.btn):not(.gform_button) {
  color: rgb(105, 5, 49);
  text-decoration: underline;
}
.home-hero.christmas {
  position: relative;
  background-image: url("https://customer-j3kka8bfjkzs9jiv.cloudflarestream.com/fed53dcf2b40962980b98061d1c2d50e/thumbnails/thumbnail.jpg") !important;
  background-position: top center !important;
  background-size: 100% auto;
}
@media screen and (min-width: 48em) {
  .home-hero.christmas {
    background-position: center !important;
    background-size: cover;
  }
}
.home-hero.christmas #cover-video {
  max-height: 55vmin;
}
@media screen and (min-width: 48em) {
  .home-hero.christmas #cover-video {
    max-height: none;
  }
}
.home-hero.christmas .contain {
  padding-top: 55vmin;
  margin-top: 100px;
}
@media screen and (min-width: 48em) {
  .home-hero.christmas .contain {
    padding-top: 6em;
    margin-top: 0;
  }
}
.home-hero.christmas .message {
  isolation: isolate;
  position: relative;
}
.home-hero.christmas .message:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .home-hero.christmas .message:before {
    content: none;
  }
}
.home-hero.christmas .christmas-hours {
  position: absolute;
  top: 55vmin;
  right: 10px;
  padding-bottom: 10px;
  transform: translateY(-100%);
  z-index: 1;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.75em 1em;
}
@media screen and (min-width: 48em) {
  .home-hero.christmas .christmas-hours {
    top: 100%;
    right: 10px;
  }
}
.home-hero.christmas .christmas-hours a {
  color: #000;
}

.page-header {
  padding: 0;
  background-size: cover !important;
  background-position: center;
  position: relative;
  display: table;
  width: 100%;
  text-align: left;
  background-color: #0e282e;
}
@media screen and (min-width: 48em) {
  .page-header {
    max-height: 478px;
  }
}
.page-header.mobile-position-left {
  background-position: left !important;
}
.page-header.mobile-position-right {
  background-position: right !important;
}
.page-header.mobile-position-center {
  background-position: center !important;
}
.page-header .page-title {
  display: table-cell;
  vertical-align: top;
  padding-top: 194px;
  padding-bottom: 3rem;
}
.page-header .page-title.events-page-title {
  padding-top: 165px;
  padding-bottom: 1em;
}
.page-header .page-title .h1 {
  display: block;
}
.page-header .page-title.default {
  color: #fff;
}
.page-header .page-title.default a {
  color: #fff;
}
.page-header.new {
  background-color: transparent !important;
}
.page-header.new .page-title {
  color: rgb(22, 59, 68);
}
.page-header.new .page-title.has-button .contain {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}
@media screen and (min-width: 37.625rem) {
  .page-header.new .page-title.has-button .contain {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.page-header.new .page-title.has-button .contain > a.btn, .page-header.new .page-title.has-button .tab-list ul li.active .contain > a, .tab-list ul li.active .page-header.new .page-title.has-button .contain > a, .page-header.new .page-title.has-button .contain > a.gform_button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 75rem) {
  .page-header.new .page-title.has-button .contain > a.btn, .page-header.new .page-title.has-button .tab-list ul li.active .contain > a, .tab-list ul li.active .page-header.new .page-title.has-button .contain > a, .page-header.new .page-title.has-button .contain > a.gform_button {
    right: 2rem;
  }
}
.page-header.new .page-title.has-button .contain > .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0.3em -0.3em -0.3em 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (min-width: 37.625rem) {
  .page-header.new .page-title.has-button .contain > .buttons {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: -0.3em -0.3em -0.3em auto;
    padding-left: 1em;
  }
}
.page-header.new .page-title.has-button .contain > .buttons a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3em;
  white-space: nowrap;
  font-size: 0.9em;
}
@media screen and (min-width: 26.5625em) {
  .page-header.new .page-title.has-button .contain > .buttons a {
    font-size: 1em;
  }
}

.area-hero {
  text-align: left;
}
.hero-search-modal {
  position: relative;
}
.hero-search-modal .hero-search-form {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
.hero-search-modal .hero-search-form button {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.75rem;
  width: 2.75rem;
  font-size: 0;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2.75rem;
  background: url("/content/themes/3pb_barristers/img/np_magnifying-glass_888719_000000.png") no-repeat center center rgb(22, 59, 68);
}
.hero-search-modal .styled-search,
.hero-search-modal .styled-drop {
  background: #f7f7f7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #fcfcfc;
  border-radius: 20px;
}
.hero-search-modal .styled-search input,
.hero-search-modal .styled-search select,
.hero-search-modal .styled-drop input,
.hero-search-modal .styled-drop select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  padding: 0.7em 4em 0.7em 1em;
  color: rgb(22, 59, 68);
  font-size: 1rem;
  font-family: "Apercu Light";
  font-weight: normal;
  height: 4.1875rem;
}
@media screen and (min-width: 26.5625em) {
  .hero-search-modal .styled-search input,
  .hero-search-modal .styled-search select,
  .hero-search-modal .styled-drop input,
  .hero-search-modal .styled-drop select {
    font-size: 1.125rem;
  }
}
.hero-search-modal .styled-search input:focus,
.hero-search-modal .styled-search select:focus,
.hero-search-modal .styled-drop input:focus,
.hero-search-modal .styled-drop select:focus {
  outline: none;
}
.hero-search-modal .styled-search input::-webkit-input-placeholder,
.hero-search-modal .styled-search select::-webkit-input-placeholder,
.hero-search-modal .styled-drop input::-webkit-input-placeholder,
.hero-search-modal .styled-drop select::-webkit-input-placeholder {
  color: rgb(22, 59, 68);
  font-family: "Apercu Light";
  font-weight: normal !important;
}
.hero-search-modal .styled-search input::-moz-placeholder,
.hero-search-modal .styled-search select::-moz-placeholder,
.hero-search-modal .styled-drop input::-moz-placeholder,
.hero-search-modal .styled-drop select::-moz-placeholder {
  color: rgb(22, 59, 68);
  font-family: "Apercu Light";
  font-weight: normal !important;
}
.hero-search-modal .styled-search input:-moz-placeholder,
.hero-search-modal .styled-search select:-moz-placeholder,
.hero-search-modal .styled-drop input:-moz-placeholder,
.hero-search-modal .styled-drop select:-moz-placeholder {
  color: rgb(22, 59, 68);
  font-family: "Apercu Light";
  font-weight: normal !important;
}
.hero-search-modal .styled-search input:-ms-input-placeholder,
.hero-search-modal .styled-search select:-ms-input-placeholder,
.hero-search-modal .styled-drop input:-ms-input-placeholder,
.hero-search-modal .styled-drop select:-ms-input-placeholder {
  color: rgb(22, 59, 68);
  font-family: "Apercu Light";
  font-weight: normal !important;
}
.hero-search-modal .styled-drop {
  position: relative;
}
.hero-search-modal .styled-drop:after {
  background: rgb(22, 59, 68);
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.75rem;
  width: 2.75rem;
  font-size: 0;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2.75rem;
  pointer-events: none;
  background: url("/content/themes/3pb_barristers/img/np_arrow-right_888647_000000.png") no-repeat center center rgb(22, 59, 68);
}

body .ui-autocomplete {
  padding: 0;
  text-align: left;
  border: none;
  cursor: default;
  background: rgb(22, 59, 68);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: 3.5rem;
  border: none !important;
}
@media screen and (min-width: 35rem) {
  body .ui-autocomplete {
    margin-top: 4.2rem;
  }
}
body .ui-autocomplete li {
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 0.8rem 0.7em;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}
@media screen and (min-width: 35rem) {
  body .ui-autocomplete li {
    font-size: 1rem;
  }
}
body .ui-autocomplete li:not(:last-child) {
  border-bottom: 1px solid #1a4550;
}
body .ui-autocomplete li:hover {
  background: #1a4550;
}
body .ui-autocomplete li .ui-state-active {
  border: none !important;
  color: #fff !important;
  background: none !important;
  margin: 0 !important;
}
body .autocomplete-suggestion b {
  color: #fff;
  font-weight: normal;
}

#footnote {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  padding: 1em 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 48em) {
  #footnote {
    padding: 0.5em 0;
  }
}
#footnote.active {
  opacity: 1;
  pointer-events: all;
}
#footnote .message-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 31.25rem;
}
@media screen and (min-width: 48em) {
  #footnote .message-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
#footnote .message-wrapper .inner-message-wrapper {
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 48em) {
  #footnote .message-wrapper .inner-message-wrapper {
    padding: 2rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
#footnote .message-wrapper .close {
  position: absolute;
  top: -1rem;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  display: inline-block;
  text-indent: 100%;
  font-size: 0;
  overflow: hidden;
  height: 1rem;
}
#footnote .message-wrapper .close:before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background: url("/content/themes/3pb_barristers/img/icon-cross.png");
  background-size: contain;
}
#footnote .message-wrapper .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 0.8em;
  text-align: left;
}
@media screen and (min-width: 48em) {
  #footnote .message-wrapper .text {
    font-size: 1em;
  }
}
#footnote .message-wrapper .text h1,
#footnote .message-wrapper .text h2,
#footnote .message-wrapper .text h3,
#footnote .message-wrapper .text section#hub-intro .contain > h1:first-child,
section#hub-intro #footnote .message-wrapper .text .contain > h1:first-child,
#footnote .message-wrapper .text section#hub-intro .contain > h2:first-child,
section#hub-intro #footnote .message-wrapper .text .contain > h2:first-child,
#footnote .message-wrapper .text section#hub-intro .contain > h3:first-child,
section#hub-intro #footnote .message-wrapper .text .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #footnote .message-wrapper .text .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #footnote .message-wrapper .text .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #footnote .message-wrapper .text .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #footnote .message-wrapper .text .contain > .h3:first-child,
#footnote .message-wrapper .text section#hub-intro .contain > h4:first-child,
section#hub-intro #footnote .message-wrapper .text .contain > h4:first-child,
#footnote .message-wrapper .text section#hub-intro .contain > h5:first-child,
section#hub-intro #footnote .message-wrapper .text .contain > h5:first-child,
#footnote .message-wrapper .text section#hub-intro .contain > h6:first-child,
section#hub-intro #footnote .message-wrapper .text .contain > h6:first-child,
#footnote .message-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper #footnote .message-wrapper .text p,
#footnote .message-wrapper .text body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #footnote .message-wrapper .text .h3,
#footnote .message-wrapper .text body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #footnote .message-wrapper .text .h3,
#footnote .message-wrapper .text h4,
#footnote .message-wrapper .text .expertise-nav-sidebar > a:first-child,
#footnote .message-wrapper .text .feature span,
.feature #footnote .message-wrapper .text span,
#footnote .message-wrapper .text .tab-list ul li a,
.tab-list ul li #footnote .message-wrapper .text a,
#footnote .message-wrapper .text h5,
#footnote .message-wrapper .text h6 {
  color: rgb(22, 59, 68);
}
#footnote .message-wrapper .text h1:first-child,
#footnote .message-wrapper .text h2:first-child,
#footnote .message-wrapper .text h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #footnote .message-wrapper .text .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #footnote .message-wrapper .text .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #footnote .message-wrapper .text .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #footnote .message-wrapper .text .contain > .h3:first-child,
#footnote .message-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper #footnote .message-wrapper .text p:first-child,
#footnote .message-wrapper .text body.page-template-template-hub section.search-results .contain .h3:first-child,
body.page-template-template-hub section.search-results .contain #footnote .message-wrapper .text .h3:first-child,
#footnote .message-wrapper .text body.page-template-template-hub section.search-results-none .contain .h3:first-child,
body.page-template-template-hub section.search-results-none .contain #footnote .message-wrapper .text .h3:first-child,
#footnote .message-wrapper .text h4:first-child,
#footnote .message-wrapper .text .expertise-nav-sidebar > a:first-child,
#footnote .message-wrapper .text .feature span:first-child,
.feature #footnote .message-wrapper .text span:first-child,
#footnote .message-wrapper .text .tab-list ul li a:first-child,
.tab-list ul li #footnote .message-wrapper .text a:first-child,
#footnote .message-wrapper .text h5:first-child,
#footnote .message-wrapper .text h6:first-child {
  margin-top: 0;
  margin-bottom: 0.5em;
}
#footnote .message-wrapper .text p:first-child {
  margin-top: 0;
}
#footnote .message-wrapper .text p:last-child {
  margin-bottom: 0;
}
#footnote .message-wrapper .more {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-top: 2em;
}
#footnote .message-wrapper .more a {
  border-color: #000;
  color: #000;
  text-align: center;
  margin: 0 auto;
}
#footnote .message-wrapper .more a:hover {
  background: #000;
  color: #fff;
}
#footnote .message-wrapper .follow-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background: url(/content/themes/3pb_barristers/img/follow-us-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: -1em;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 48em) {
  #footnote .message-wrapper .follow-content {
    margin: -2em;
  }
}
#footnote .message-wrapper .follow-content .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 3em;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  max-width: 13.75rem;
  margin: auto;
  color: #fff;
  text-align: center;
  height: 20rem;
  min-height: 20rem;
  padding-bottom: 5rem;
}
#footnote .message-wrapper .follow-content .extra {
  max-width: 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #fff;
  z-index: 2;
}
#footnote .message-wrapper .follow-content .extra .message {
  position: relative;
  padding: 1em;
  background: #fff;
  border-radius: 1em;
  text-align: center;
  box-shadow: 0px 3px 4px 1px #ccc;
  margin: -5em 1em 1em 1em;
}
@media screen and (min-width: 48em) {
  #footnote .message-wrapper .follow-content .extra .message {
    margin: -5em 2em 2em 2em;
    padding: 2em;
    border-radius: 2em;
  }
}
#footnote .message-wrapper .follow-content .extra .message > *:first-child {
  margin-top: 0;
}
#footnote .message-wrapper .follow-content .extra .message a {
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#footnote .message-wrapper .follow-content .extra .message a span.linkedIn {
  text-indent: -9999px;
  overflow: hidden;
  width: 94px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 0.5em;
}
#footnote .message-wrapper .follow-content .extra .message a span.linkedIn:after {
  content: "";
  float: left;
  background-image: url(/content/themes/3pb_barristers/img/LI-Logo.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 94px;
  background-position: top center;
}
#footnote .message-wrapper .follow-content .extra .message a:hover span.linkedIn:after {
  background-position: bottom center;
}

/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
#masthead.js-search-form-open .main-navigation {
  display: none;
}

.main-navigation {
  display: block;
  float: right;
  margin-top: 0.345rem;
  position: relative;
}
.main-navigation > ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul > li {
  float: left;
  font-size: 1.325em;
  margin: 0;
}
.main-navigation ul li.home-icon {
  margin-top: 0.8rem;
  margin-right: 0.8rem;
}
.main-navigation ul li.home-icon a {
  display: block;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  color: transparent;
  margin-top: -0.225rem;
  background-image: url("/content/themes/3pb_barristers/img/home-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .main-navigation ul li.home-icon a {
    background-image: url("/content/themes/3pb_barristers/img/home-icon_2x.png");
    background-size: 32px;
  }
}
.main-navigation ul li#menu-item-2044 a {
  color: rgb(220, 203, 1);
}
.main-navigation ul li:not(.home-icon) > a:hover {
  background: #0e282e;
  text-decoration: underline;
}
.main-navigation ul li:not(.home-icon).active > a {
  background: #0e282e;
  text-decoration: underline;
}
.main-navigation ul li > a {
  display: block;
  padding: 0.8rem 1.225rem 1.0625rem;
}
@media screen and (min-width: 64rem) {
  .main-navigation ul li > a {
    padding: 0.875rem 1.5625rem 1.0625rem;
  }
}
.main-navigation ul li a {
  color: #fff;
  text-decoration: none;
}
.main-navigation ul li > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 1.375rem 1.6875rem 0rem;
  background: #0e282e;
}
.main-navigation ul li > ul li {
  font-size: 1.025rem;
  width: 48%;
  float: left;
  margin: 0 0 1.5625rem 0;
}
.main-navigation ul li > ul li:nth-child(2n) {
  margin-right: 2%;
}
.main-navigation ul li > ul li a {
  color: #f2f2f2;
  padding: 0;
  font-size: 1.055rem;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  text-decoration: none;
}
.main-navigation ul li > ul li a:hover {
  color: #9a0748;
}

.menu-primary-menu-container {
  float: left;
  display: none;
}
@media screen and (min-width: 58.125rem) {
  .menu-primary-menu-container {
    display: block;
  }
}
.menu-primary-menu-container #primary-menu:after {
  content: "";
  display: table;
  clear: both;
}

#sidebar-navigation {
  min-width: 340px;
  position: absolute;
  right: -5px;
  top: 0;
  background: #434343;
  z-index: 9999;
  padding: 4rem 2rem;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
#sidebar-navigation.visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 48.0625rem) {
  #sidebar-navigation {
    padding: 4rem;
  }
}
#sidebar-navigation .close-nev-trigger {
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 2.3rem;
  line-height: 29px;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("/content/themes/3pb_barristers/img/icon-cross.png");
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #sidebar-navigation .close-nev-trigger {
    background-image: url("/content/themes/3pb_barristers/img/icon-cross_2x.png");
    background-size: 26px;
  }
}
#sidebar-navigation .menu-side-menu-container {
  margin-top: 1.5rem;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 37.5625rem) {
  #sidebar-navigation .menu-side-menu-container {
    margin-top: 2.8125rem;
  }
}
@media screen and (min-width: 48.0625rem) {
  #sidebar-navigation .menu-side-menu-container {
    margin-top: 4.8125rem;
  }
}
#sidebar-navigation .menu-side-menu-container > ul > li:not(:last-child) {
  margin-bottom: 19px;
}
#sidebar-navigation .menu-side-menu-container > ul > li > a {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
}
@media screen and (min-width: 37.5625rem) {
  #sidebar-navigation .menu-side-menu-container > ul > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48.0625rem) {
  #sidebar-navigation .menu-side-menu-container > ul > li > a {
    font-size: 2.2rem;
  }
}
#sidebar-navigation .menu-side-menu-container ul {
  margin: 0;
  padding: 0;
}
#sidebar-navigation .menu-side-menu-container ul li {
  list-style: none;
}
#sidebar-navigation .menu-side-menu-container ul li a {
  color: #fff;
  text-decoration: none;
}
#sidebar-navigation .menu-side-menu-container .sub-menu {
  margin: 0.5rem 0;
}
#sidebar-navigation .menu-side-menu-container .sub-menu li {
  margin-bottom: 0.3rem;
}
#sidebar-navigation .menu-side-menu-container .sub-menu li a {
  color: #ababab;
  font-size: 0.945rem;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
}
@media screen and (min-width: 37.5625rem) {
  #sidebar-navigation .menu-side-menu-container .sub-menu li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48.0625rem) {
  #sidebar-navigation .menu-side-menu-container .sub-menu li a {
    font-size: 1.2rem;
  }
}
#sidebar-navigation .menu-side-menu-container .sub-menu li a:hover {
  color: #fff;
}
#sidebar-navigation .nav-social {
  list-style: none;
  padding: 0;
  margin: 1.375rem 0 0;
}
#sidebar-navigation .nav-social li {
  display: inline-block;
}
#sidebar-navigation .nav-social li:not(:last-child) {
  margin-right: 1.1875rem;
}
#sidebar-navigation .nav-social li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
#sidebar-navigation .nav-social li a.linkedin {
  width: 2.3125rem;
  height: 2.1875rem;
  background-image: url("/content/themes/3pb_barristers/img/icon-linkedin.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #sidebar-navigation .nav-social li a.linkedin {
    background-image: url("/content/themes/3pb_barristers/img/icon-linkedin_2x.png");
    background-size: 37px;
  }
}
#sidebar-navigation .nav-social li a.twitter {
  width: 2.5rem;
  height: 2.1875rem;
  background-image: url("/content/themes/3pb_barristers/img/icon-x.svg");
  background-size: contain;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Useage  	@include span-columns(3);
@include shift(-3); */
/*--------------------------------------------------------------
# Snow
--------------------------------------------------------------*/
canvas {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: rgb(14, 40, 46);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

#page {
  position: relative;
}

/*--------------------------------------------------------------
# Reuseable Elements
--------------------------------------------------------------*/
.loading {
  position: relative;
  display: block;
  text-align: center;
  min-height: 300px;
  margin-top: 4rem;
}
.loading .spinner {
  margin: 0 auto;
  width: 4.375em;
  text-align: center;
}
.loading .spinner > div {
  width: 1.125em;
  height: 1.125em;
  background-color: #8c8c8c;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: none;
  background: transparent;
  color: rgb(89, 89, 89);
  border: 1px solid #a6a6a6;
  padding: 0.7em 1em;
  width: 100%;
}

#latest {
  padding: 3em 0 2em;
  background-color: rgb(238, 238, 238);
  min-height: 20.625em;
}
#latest .latest-title-wrap {
  position: relative;
  width: 100%;
}
#latest .latest-title-wrap:after {
  content: "";
  display: table;
  clear: both;
}
#latest .latest-title-wrap h3, #latest .latest-title-wrap section#hub-intro .contain > h1:first-child, section#hub-intro #latest .latest-title-wrap .contain > h1:first-child,
#latest .latest-title-wrap section#hub-intro .contain > h2:first-child,
section#hub-intro #latest .latest-title-wrap .contain > h2:first-child,
#latest .latest-title-wrap section#hub-intro .contain > h3:first-child,
section#hub-intro #latest .latest-title-wrap .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #latest .latest-title-wrap .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #latest .latest-title-wrap .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #latest .latest-title-wrap .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #latest .latest-title-wrap .contain > .h3:first-child,
#latest .latest-title-wrap section#hub-intro .contain > h4:first-child,
#latest .latest-title-wrap section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#latest .latest-title-wrap section#hub-intro .feature .contain > span:first-child,
.feature #latest .latest-title-wrap section#hub-intro .contain > span:first-child,
#latest .latest-title-wrap .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#latest .latest-title-wrap .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#latest .latest-title-wrap section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #latest .latest-title-wrap section#hub-intro .contain > a:first-child,
#latest .latest-title-wrap .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#latest .latest-title-wrap .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #latest .latest-title-wrap .contain > h4:first-child,
section#hub-intro #latest .latest-title-wrap .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #latest .latest-title-wrap .feature .contain > span:first-child,
.feature section#hub-intro #latest .latest-title-wrap .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #latest .latest-title-wrap .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #latest .latest-title-wrap .contain > span:first-child,
section#hub-intro #latest .latest-title-wrap .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #latest .latest-title-wrap .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #latest .latest-title-wrap .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #latest .latest-title-wrap .contain > a:first-child,
#latest .latest-title-wrap section#hub-intro .contain > h5:first-child,
section#hub-intro #latest .latest-title-wrap .contain > h5:first-child,
#latest .latest-title-wrap section#hub-intro .contain > h6:first-child,
section#hub-intro #latest .latest-title-wrap .contain > h6:first-child, #latest .latest-title-wrap body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #latest .latest-title-wrap p, #latest .latest-title-wrap body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #latest .latest-title-wrap h2, #latest .latest-title-wrap body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #latest .latest-title-wrap h2, #latest .latest-title-wrap body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #latest .latest-title-wrap .h3, #latest .latest-title-wrap body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #latest .latest-title-wrap .h3, #latest .latest-title-wrap body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #latest .latest-title-wrap .contain > h2 {
  float: left;
  margin-top: 0;
  font-size: 1.8rem;
  margin-right: 1rem;
}
#latest .latest-title-wrap a {
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.685rem;
}
@media screen and (max-width: 40rem) {
  #latest .latest-title-wrap a {
    float: right;
  }
}
@media screen and (min-width: 64.625rem) {
  #latest .latest-title-wrap a {
    float: right;
  }
}
#latest .news,
#latest .articles,
#latest .seminars {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
}
#latest .news:last-child,
#latest .articles:last-child,
#latest .seminars:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64.625rem) {
  #latest .news,
  #latest .articles,
  #latest .seminars {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  #latest .news:last-child,
  #latest .articles:last-child,
  #latest .seminars:last-child {
    margin-right: 0;
  }
}
#latest .news span.date,
#latest .articles span.date,
#latest .seminars span.date {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
}
#latest .news ul,
#latest .articles ul,
#latest .seminars ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  list-style: none;
  padding: 0;
}
#latest .news ul li,
#latest .articles ul li,
#latest .seminars ul li {
  margin: 0;
}
#latest .news ul li:not(:first-child),
#latest .articles ul li:not(:first-child),
#latest .seminars ul li:not(:first-child) {
  margin-top: 1em;
}
#latest .news ul li.none,
#latest .articles ul li.none,
#latest .seminars ul li.none {
  line-height: 1.3;
}
#latest .news .news-title,
#latest .articles .news-title,
#latest .seminars .news-title {
  color: rgb(89, 89, 89);
  text-decoration: none;
  line-height: 1.3;
}
#latest .news a,
#latest .articles a,
#latest .seminars a {
  display: block;
}
#latest .news a:not(:first-child),
#latest .articles a:not(:first-child),
#latest .seminars a:not(:first-child) {
  margin-top: 0.5em;
}
#latest .news span.date {
  color: rgb(22, 59, 68);
}
#latest .news h3, #latest .news section#hub-intro .contain > h1:first-child, section#hub-intro #latest .news .contain > h1:first-child,
#latest .news section#hub-intro .contain > h2:first-child,
section#hub-intro #latest .news .contain > h2:first-child,
#latest .news section#hub-intro .contain > h3:first-child,
section#hub-intro #latest .news .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #latest .news .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #latest .news .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #latest .news .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #latest .news .contain > .h3:first-child,
#latest .news section#hub-intro .contain > h4:first-child,
#latest .news section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#latest .news section#hub-intro .feature .contain > span:first-child,
.feature #latest .news section#hub-intro .contain > span:first-child,
#latest .news .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#latest .news .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#latest .news section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #latest .news section#hub-intro .contain > a:first-child,
#latest .news .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#latest .news .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #latest .news .contain > h4:first-child,
section#hub-intro #latest .news .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #latest .news .feature .contain > span:first-child,
.feature section#hub-intro #latest .news .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #latest .news .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #latest .news .contain > span:first-child,
section#hub-intro #latest .news .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #latest .news .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #latest .news .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #latest .news .contain > a:first-child,
#latest .news section#hub-intro .contain > h5:first-child,
section#hub-intro #latest .news .contain > h5:first-child,
#latest .news section#hub-intro .contain > h6:first-child,
section#hub-intro #latest .news .contain > h6:first-child, #latest .news body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #latest .news p, #latest .news body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #latest .news h2, #latest .news body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #latest .news h2, #latest .news body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #latest .news .h3, #latest .news body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #latest .news .h3, #latest .news body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #latest .news .contain > h2 {
  color: rgb(22, 59, 68);
}
#latest .news a {
  color: rgb(22, 59, 68);
}
#latest .articles span.date {
  color: rgb(105, 5, 49);
}
#latest .articles h3, #latest .articles section#hub-intro .contain > h1:first-child, section#hub-intro #latest .articles .contain > h1:first-child,
#latest .articles section#hub-intro .contain > h2:first-child,
section#hub-intro #latest .articles .contain > h2:first-child,
#latest .articles section#hub-intro .contain > h3:first-child,
section#hub-intro #latest .articles .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #latest .articles .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #latest .articles .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #latest .articles .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #latest .articles .contain > .h3:first-child,
#latest .articles section#hub-intro .contain > h4:first-child,
#latest .articles section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#latest .articles section#hub-intro .feature .contain > span:first-child,
.feature #latest .articles section#hub-intro .contain > span:first-child,
#latest .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#latest .articles .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#latest .articles section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #latest .articles section#hub-intro .contain > a:first-child,
#latest .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#latest .articles .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #latest .articles .contain > h4:first-child,
section#hub-intro #latest .articles .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #latest .articles .feature .contain > span:first-child,
.feature section#hub-intro #latest .articles .contain > span:first-child,
section#hub-intro #latest .articles .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #latest .articles .contain > a:first-child,
#latest section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
#latest section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
#latest .articles section#hub-intro .contain > h5:first-child,
section#hub-intro #latest .articles .contain > h5:first-child,
#latest .articles section#hub-intro .contain > h6:first-child,
section#hub-intro #latest .articles .contain > h6:first-child, #latest .articles body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #latest .articles p, #latest body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub #latest section.articles.podcasts .side-text h2, #latest body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub #latest section.articles.publications .side-text h2, #latest .articles body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #latest .articles .h3, #latest .articles body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #latest .articles .h3, #latest .articles body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #latest .articles .contain > h2 {
  color: rgb(105, 5, 49);
}
#latest .seminars span.date {
  color: rgb(89, 89, 89);
}
#latest .seminars a {
  color: rgb(89, 89, 89);
}
#latest .seminars ul {
  list-style: none;
  padding: 0;
}
#latest.two-col .news,
#latest.two-col .articles,
#latest.two-col .seminars {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
}
#latest.two-col .news:last-child,
#latest.two-col .articles:last-child,
#latest.two-col .seminars:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64.625rem) {
  #latest.two-col .news,
  #latest.two-col .articles,
  #latest.two-col .seminars {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  #latest.two-col .news:last-child,
  #latest.two-col .articles:last-child,
  #latest.two-col .seminars:last-child {
    margin-right: 0;
  }
}

#areas-of-expertise {
  padding: 2em 0 4em !important;
  /*--------------------------------------------------------------
    # Home Page
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Area of Expertise Page
  --------------------------------------------------------------*/
}
#areas-of-expertise h1, #areas-of-expertise #story h1, #story #areas-of-expertise h1,
#areas-of-expertise #story h2,
#story #areas-of-expertise h2,
#areas-of-expertise #story h3,
#areas-of-expertise section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
#areas-of-expertise section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #areas-of-expertise #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #areas-of-expertise #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #areas-of-expertise #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #areas-of-expertise #story .contain > .h3:first-child,
#areas-of-expertise #story section#hub-intro .contain > h4:first-child,
#areas-of-expertise #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#areas-of-expertise #story section#hub-intro .feature .contain > span:first-child,
.feature #areas-of-expertise #story section#hub-intro .contain > span:first-child,
#areas-of-expertise #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#areas-of-expertise #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#areas-of-expertise #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #areas-of-expertise #story section#hub-intro .contain > a:first-child,
#areas-of-expertise #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#areas-of-expertise #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #areas-of-expertise #story .contain > h4:first-child,
section#hub-intro #areas-of-expertise #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #areas-of-expertise #story .feature .contain > span:first-child,
.feature section#hub-intro #areas-of-expertise #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #areas-of-expertise #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #areas-of-expertise #story .contain > span:first-child,
section#hub-intro #areas-of-expertise #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #areas-of-expertise #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #areas-of-expertise #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #areas-of-expertise #story .contain > a:first-child,
#areas-of-expertise #story section#hub-intro .contain > h5:first-child,
section#hub-intro #areas-of-expertise #story .contain > h5:first-child,
#areas-of-expertise #story section#hub-intro .contain > h6:first-child,
section#hub-intro #areas-of-expertise #story .contain > h6:first-child,
#areas-of-expertise #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #areas-of-expertise #story p,
#areas-of-expertise #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #areas-of-expertise #story .h3,
#areas-of-expertise #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #areas-of-expertise #story .h3,
#story #areas-of-expertise h3,
section#hub-intro body.page-template-template-hub section.search-results #story #areas-of-expertise .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story #areas-of-expertise .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story #areas-of-expertise .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story #areas-of-expertise .contain > .h3:first-child,
#story #areas-of-expertise section#hub-intro .contain > h4:first-child,
#story #areas-of-expertise section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story #areas-of-expertise section#hub-intro .feature .contain > span:first-child,
.feature #story #areas-of-expertise section#hub-intro .contain > span:first-child,
#story #areas-of-expertise .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story #areas-of-expertise .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story #areas-of-expertise section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story #areas-of-expertise section#hub-intro .contain > a:first-child,
#story #areas-of-expertise .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story #areas-of-expertise .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story #areas-of-expertise .contain > h4:first-child,
section#hub-intro #story #areas-of-expertise .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story #areas-of-expertise .feature .contain > span:first-child,
.feature section#hub-intro #story #areas-of-expertise .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #areas-of-expertise .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #areas-of-expertise .contain > span:first-child,
section#hub-intro #story #areas-of-expertise .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story #areas-of-expertise .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #areas-of-expertise .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #areas-of-expertise .contain > a:first-child,
#story #areas-of-expertise section#hub-intro .contain > h5:first-child,
section#hub-intro #story #areas-of-expertise .contain > h5:first-child,
#story #areas-of-expertise section#hub-intro .contain > h6:first-child,
section#hub-intro #story #areas-of-expertise .contain > h6:first-child,
#story #areas-of-expertise body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #areas-of-expertise p,
#story #areas-of-expertise body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story #areas-of-expertise .h3,
#story #areas-of-expertise body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story #areas-of-expertise .h3 {
  margin: 0;
  font-size: 3.5em;
  line-height: 1.1;
}
@media screen and (min-width: 48em) {
  #areas-of-expertise h1, #areas-of-expertise #story h1, #story #areas-of-expertise h1,
  #areas-of-expertise #story h2,
  #story #areas-of-expertise h2,
  #areas-of-expertise #story h3,
  #areas-of-expertise section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  #areas-of-expertise section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #areas-of-expertise #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #areas-of-expertise #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #areas-of-expertise #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #areas-of-expertise #story .contain > .h3:first-child,
  #areas-of-expertise #story section#hub-intro .contain > h4:first-child,
  #areas-of-expertise #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #areas-of-expertise #story section#hub-intro .feature .contain > span:first-child,
  .feature #areas-of-expertise #story section#hub-intro .contain > span:first-child,
  #areas-of-expertise #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #areas-of-expertise #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #areas-of-expertise #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #areas-of-expertise #story section#hub-intro .contain > a:first-child,
  #areas-of-expertise #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #areas-of-expertise #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #areas-of-expertise #story .contain > h4:first-child,
  section#hub-intro #areas-of-expertise #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #areas-of-expertise #story .feature .contain > span:first-child,
  .feature section#hub-intro #areas-of-expertise #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #areas-of-expertise #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #areas-of-expertise #story .contain > span:first-child,
  section#hub-intro #areas-of-expertise #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #areas-of-expertise #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #areas-of-expertise #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #areas-of-expertise #story .contain > a:first-child,
  #areas-of-expertise #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #areas-of-expertise #story .contain > h5:first-child,
  #areas-of-expertise #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #areas-of-expertise #story .contain > h6:first-child,
  #areas-of-expertise #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #areas-of-expertise #story p,
  #areas-of-expertise #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #areas-of-expertise #story .h3,
  #areas-of-expertise #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #areas-of-expertise #story .h3,
  #story #areas-of-expertise h3,
  section#hub-intro body.page-template-template-hub section.search-results #story #areas-of-expertise .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story #areas-of-expertise .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story #areas-of-expertise .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story #areas-of-expertise .contain > .h3:first-child,
  #story #areas-of-expertise section#hub-intro .contain > h4:first-child,
  #story #areas-of-expertise section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story #areas-of-expertise section#hub-intro .feature .contain > span:first-child,
  .feature #story #areas-of-expertise section#hub-intro .contain > span:first-child,
  #story #areas-of-expertise .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story #areas-of-expertise .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story #areas-of-expertise section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story #areas-of-expertise section#hub-intro .contain > a:first-child,
  #story #areas-of-expertise .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story #areas-of-expertise .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story #areas-of-expertise .contain > h4:first-child,
  section#hub-intro #story #areas-of-expertise .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story #areas-of-expertise .feature .contain > span:first-child,
  .feature section#hub-intro #story #areas-of-expertise .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #areas-of-expertise .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #areas-of-expertise .contain > span:first-child,
  section#hub-intro #story #areas-of-expertise .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story #areas-of-expertise .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #areas-of-expertise .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #areas-of-expertise .contain > a:first-child,
  #story #areas-of-expertise section#hub-intro .contain > h5:first-child,
  section#hub-intro #story #areas-of-expertise .contain > h5:first-child,
  #story #areas-of-expertise section#hub-intro .contain > h6:first-child,
  section#hub-intro #story #areas-of-expertise .contain > h6:first-child,
  #story #areas-of-expertise body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #areas-of-expertise p,
  #story #areas-of-expertise body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story #areas-of-expertise .h3,
  #story #areas-of-expertise body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story #areas-of-expertise .h3 {
    font-size: 4.6em;
  }
}
#areas-of-expertise .page-lead {
  margin-top: 2em;
}
#areas-of-expertise h2 {
  text-align: center;
}
#areas-of-expertise p.lead, #areas-of-expertise.area-list.area-list p {
  text-align: center;
  margin: 0 auto 2em;
}
@media screen and (min-width: 26.5625em) {
  #areas-of-expertise p.lead, #areas-of-expertise.area-list.area-list p {
    width: 94%;
  }
}
@media screen and (min-width: 48em) {
  #areas-of-expertise p.lead, #areas-of-expertise.area-list.area-list p {
    width: 80%;
  }
}
@media screen and (min-width: 64em) {
  #areas-of-expertise p.lead, #areas-of-expertise.area-list.area-list p {
    width: 60%;
  }
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) {
  list-style: none;
  padding: 0;
  margin: 0 -2em;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (min-width: 1024px) {
  #areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) {
    margin: 0;
  }
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) a {
  display: block;
  padding-bottom: 70%;
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li {
  width: 100%;
  font-size: 1.2em;
  margin: 0;
  position: relative;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: lowercase;
  float: left;
  background: rgb(96, 96, 96);
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  #areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li {
    width: 50%;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 700px) {
  #areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  #areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li {
    width: 25%;
    font-size: 1.4em;
  }
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li span {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
@media screen and (min-width: 30rem) and (max-width: 37.5625rem) {
  #areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li span {
    top: 23%;
  }
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li span.doubleLine {
  top: 34%;
}
@media screen and (min-width: 30rem) and (max-width: 37.5625rem) {
  #areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li span.doubleLine {
    top: 17%;
  }
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li a {
  color: #ffffff;
  text-decoration: none;
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li .area-icon {
  width: 36px;
  top: 67%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.direct-access {
  background-color: rgb(220, 203, 1);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.adr {
  background-color: rgb(0, 92, 122);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.asset-and-tax-recovery {
  background-color: rgb(0, 75, 85);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.business-and-commercial-law {
  background-color: rgb(106, 26, 50);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.crime {
  background-color: rgb(98, 38, 80);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.employment-and-equalities {
  background-color: rgb(56, 34, 82);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.family {
  background-color: rgb(185, 60, 36);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.personal-injury {
  background-color: rgb(189, 98, 35);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.clinical-negligence {
  background-color: rgb(107, 64, 35);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.public-law-and-regulaltory {
  background-color: rgb(55, 87, 66);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.sports-law {
  background-color: rgb(94, 92, 58);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.technology-and-construction {
  background-color: rgb(188, 179, 31);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.property-and-chancery {
  background-color: rgb(142, 130, 121);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.landlord-and-tenant {
  background-color: rgb(102, 90, 81);
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.find-a-barrister {
  background: url("/content/themes/3pb_barristers/img/find-a-barrister-tile.jpg");
  background-size: cover;
}
#areas-of-expertise ul.expertise-tiles:not(.additional-expertise-areas) li.our-locations {
  background: url("/content/themes/3pb_barristers/img/locations-tile.jpg");
  background-size: cover;
}
#areas-of-expertise.area-list h1, #areas-of-expertise.area-list #story h1, #story #areas-of-expertise.area-list h1,
#areas-of-expertise.area-list #story h2,
#story #areas-of-expertise.area-list h2,
#areas-of-expertise.area-list #story h3,
#areas-of-expertise.area-list section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
#areas-of-expertise.area-list section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #areas-of-expertise.area-list #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #areas-of-expertise.area-list #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #areas-of-expertise.area-list #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #areas-of-expertise.area-list #story .contain > .h3:first-child,
#areas-of-expertise.area-list #story section#hub-intro .contain > h4:first-child,
#areas-of-expertise.area-list #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#areas-of-expertise.area-list #story section#hub-intro .feature .contain > span:first-child,
.feature #areas-of-expertise.area-list #story section#hub-intro .contain > span:first-child,
#areas-of-expertise.area-list #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#areas-of-expertise.area-list #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#areas-of-expertise.area-list #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #areas-of-expertise.area-list #story section#hub-intro .contain > a:first-child,
#areas-of-expertise.area-list #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#areas-of-expertise.area-list #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #areas-of-expertise.area-list #story .contain > h4:first-child,
section#hub-intro #areas-of-expertise.area-list #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #areas-of-expertise.area-list #story .feature .contain > span:first-child,
.feature section#hub-intro #areas-of-expertise.area-list #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #areas-of-expertise.area-list #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #areas-of-expertise.area-list #story .contain > span:first-child,
section#hub-intro #areas-of-expertise.area-list #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #areas-of-expertise.area-list #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #areas-of-expertise.area-list #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #areas-of-expertise.area-list #story .contain > a:first-child,
#areas-of-expertise.area-list #story section#hub-intro .contain > h5:first-child,
section#hub-intro #areas-of-expertise.area-list #story .contain > h5:first-child,
#areas-of-expertise.area-list #story section#hub-intro .contain > h6:first-child,
section#hub-intro #areas-of-expertise.area-list #story .contain > h6:first-child,
#areas-of-expertise.area-list #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #areas-of-expertise.area-list #story p,
#areas-of-expertise.area-list #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #areas-of-expertise.area-list #story .h3,
#areas-of-expertise.area-list #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #areas-of-expertise.area-list #story .h3,
#story #areas-of-expertise.area-list h3,
section#hub-intro body.page-template-template-hub section.search-results #story #areas-of-expertise.area-list .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story #areas-of-expertise.area-list .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story #areas-of-expertise.area-list .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story #areas-of-expertise.area-list .contain > .h3:first-child,
#story #areas-of-expertise.area-list section#hub-intro .contain > h4:first-child,
#story #areas-of-expertise.area-list section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story #areas-of-expertise.area-list section#hub-intro .feature .contain > span:first-child,
.feature #story #areas-of-expertise.area-list section#hub-intro .contain > span:first-child,
#story #areas-of-expertise.area-list .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story #areas-of-expertise.area-list .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story #areas-of-expertise.area-list section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story #areas-of-expertise.area-list section#hub-intro .contain > a:first-child,
#story #areas-of-expertise.area-list .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story #areas-of-expertise.area-list .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story #areas-of-expertise.area-list .contain > h4:first-child,
section#hub-intro #story #areas-of-expertise.area-list .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story #areas-of-expertise.area-list .feature .contain > span:first-child,
.feature section#hub-intro #story #areas-of-expertise.area-list .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #areas-of-expertise.area-list .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #areas-of-expertise.area-list .contain > span:first-child,
section#hub-intro #story #areas-of-expertise.area-list .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story #areas-of-expertise.area-list .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #areas-of-expertise.area-list .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #areas-of-expertise.area-list .contain > a:first-child,
#story #areas-of-expertise.area-list section#hub-intro .contain > h5:first-child,
section#hub-intro #story #areas-of-expertise.area-list .contain > h5:first-child,
#story #areas-of-expertise.area-list section#hub-intro .contain > h6:first-child,
section#hub-intro #story #areas-of-expertise.area-list .contain > h6:first-child,
#story #areas-of-expertise.area-list body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #areas-of-expertise.area-list p,
#story #areas-of-expertise.area-list body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story #areas-of-expertise.area-list .h3,
#story #areas-of-expertise.area-list body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story #areas-of-expertise.area-list .h3 {
  margin: 0;
  font-size: 3.5em;
  line-height: 1.1;
}
@media screen and (min-width: 48em) {
  #areas-of-expertise.area-list h1, #areas-of-expertise.area-list #story h1, #story #areas-of-expertise.area-list h1,
  #areas-of-expertise.area-list #story h2,
  #story #areas-of-expertise.area-list h2,
  #areas-of-expertise.area-list #story h3,
  #areas-of-expertise.area-list section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  #areas-of-expertise.area-list section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #areas-of-expertise.area-list #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #areas-of-expertise.area-list #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #areas-of-expertise.area-list #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #areas-of-expertise.area-list #story .contain > .h3:first-child,
  #areas-of-expertise.area-list #story section#hub-intro .contain > h4:first-child,
  #areas-of-expertise.area-list #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #areas-of-expertise.area-list #story section#hub-intro .feature .contain > span:first-child,
  .feature #areas-of-expertise.area-list #story section#hub-intro .contain > span:first-child,
  #areas-of-expertise.area-list #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #areas-of-expertise.area-list #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #areas-of-expertise.area-list #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #areas-of-expertise.area-list #story section#hub-intro .contain > a:first-child,
  #areas-of-expertise.area-list #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #areas-of-expertise.area-list #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #areas-of-expertise.area-list #story .contain > h4:first-child,
  section#hub-intro #areas-of-expertise.area-list #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #areas-of-expertise.area-list #story .feature .contain > span:first-child,
  .feature section#hub-intro #areas-of-expertise.area-list #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #areas-of-expertise.area-list #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #areas-of-expertise.area-list #story .contain > span:first-child,
  section#hub-intro #areas-of-expertise.area-list #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #areas-of-expertise.area-list #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #areas-of-expertise.area-list #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #areas-of-expertise.area-list #story .contain > a:first-child,
  #areas-of-expertise.area-list #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #areas-of-expertise.area-list #story .contain > h5:first-child,
  #areas-of-expertise.area-list #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #areas-of-expertise.area-list #story .contain > h6:first-child,
  #areas-of-expertise.area-list #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #areas-of-expertise.area-list #story p,
  #areas-of-expertise.area-list #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #areas-of-expertise.area-list #story .h3,
  #areas-of-expertise.area-list #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #areas-of-expertise.area-list #story .h3,
  #story #areas-of-expertise.area-list h3,
  section#hub-intro body.page-template-template-hub section.search-results #story #areas-of-expertise.area-list .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story #areas-of-expertise.area-list .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story #areas-of-expertise.area-list .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story #areas-of-expertise.area-list .contain > .h3:first-child,
  #story #areas-of-expertise.area-list section#hub-intro .contain > h4:first-child,
  #story #areas-of-expertise.area-list section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story #areas-of-expertise.area-list section#hub-intro .feature .contain > span:first-child,
  .feature #story #areas-of-expertise.area-list section#hub-intro .contain > span:first-child,
  #story #areas-of-expertise.area-list .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story #areas-of-expertise.area-list .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story #areas-of-expertise.area-list section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story #areas-of-expertise.area-list section#hub-intro .contain > a:first-child,
  #story #areas-of-expertise.area-list .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story #areas-of-expertise.area-list .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story #areas-of-expertise.area-list .contain > h4:first-child,
  section#hub-intro #story #areas-of-expertise.area-list .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story #areas-of-expertise.area-list .feature .contain > span:first-child,
  .feature section#hub-intro #story #areas-of-expertise.area-list .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #areas-of-expertise.area-list .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #areas-of-expertise.area-list .contain > span:first-child,
  section#hub-intro #story #areas-of-expertise.area-list .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story #areas-of-expertise.area-list .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #areas-of-expertise.area-list .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #areas-of-expertise.area-list .contain > a:first-child,
  #story #areas-of-expertise.area-list section#hub-intro .contain > h5:first-child,
  section#hub-intro #story #areas-of-expertise.area-list .contain > h5:first-child,
  #story #areas-of-expertise.area-list section#hub-intro .contain > h6:first-child,
  section#hub-intro #story #areas-of-expertise.area-list .contain > h6:first-child,
  #story #areas-of-expertise.area-list body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #areas-of-expertise.area-list p,
  #story #areas-of-expertise.area-list body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story #areas-of-expertise.area-list .h3,
  #story #areas-of-expertise.area-list body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story #areas-of-expertise.area-list .h3 {
    font-size: 4.6em;
  }
}
#areas-of-expertise.area-list .page-lead {
  margin-top: 2em;
}
#areas-of-expertise.area-list h2 {
  text-align: center;
}
#areas-of-expertise.area-list p.lead, #areas-of-expertise.area-list.area-list p {
  text-align: center;
  margin: 0 auto 2em;
}
@media screen and (min-width: 26.5625em) {
  #areas-of-expertise.area-list p.lead, #areas-of-expertise.area-list.area-list p {
    width: 94%;
  }
}
@media screen and (min-width: 48em) {
  #areas-of-expertise.area-list p.lead, #areas-of-expertise.area-list.area-list p {
    width: 80%;
  }
}
@media screen and (min-width: 64em) {
  #areas-of-expertise.area-list p.lead, #areas-of-expertise.area-list.area-list p {
    width: 60%;
  }
}
#areas-of-expertise.area-list ul:not(.additional-expertise-areas) {
  list-style: none;
  padding: 0;
  margin: 0 -2em;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (min-width: 1024px) {
  #areas-of-expertise.area-list ul:not(.additional-expertise-areas) {
    margin: 0;
  }
}
#areas-of-expertise.area-list ul.additional-expertise-areas {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
  padding: 0;
  justify-content: center;
  list-style: none;
}
#areas-of-expertise.area-list ul.additional-expertise-areas li {
  display: flex;
  text-align: center;
  max-width: 100%;
  padding: 0.5em;
  flex: 0 0 100%;
}
@media screen and (min-width: 480px) {
  #areas-of-expertise.area-list ul.additional-expertise-areas li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 700px) {
  #areas-of-expertise.area-list ul.additional-expertise-areas li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  #areas-of-expertise.area-list ul.additional-expertise-areas li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#areas-of-expertise.area-list ul.additional-expertise-areas li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.2em;
  padding: 1em 3em;
  min-height: 80px;
}
#areas-of-expertise.area-list.area-list h1,
#areas-of-expertise.area-list.area-list #story h2,
#story #areas-of-expertise.area-list.area-list h2,
#areas-of-expertise.area-list.area-list #story h3,
#areas-of-expertise.area-list.area-list #story section#hub-intro .contain > h1:first-child,
section#hub-intro #areas-of-expertise.area-list.area-list #story .contain > h1:first-child,
#areas-of-expertise.area-list.area-list section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
#areas-of-expertise.area-list.area-list section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #areas-of-expertise.area-list.area-list #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #areas-of-expertise.area-list.area-list #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #areas-of-expertise.area-list.area-list #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #areas-of-expertise.area-list.area-list #story .contain > .h3:first-child,
#areas-of-expertise.area-list.area-list #story section#hub-intro .contain > h4:first-child,
#areas-of-expertise.area-list.area-list #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#areas-of-expertise.area-list.area-list #story section#hub-intro .feature .contain > span:first-child,
.feature #areas-of-expertise.area-list.area-list #story section#hub-intro .contain > span:first-child,
#areas-of-expertise.area-list.area-list #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#areas-of-expertise.area-list.area-list #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#areas-of-expertise.area-list.area-list #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #areas-of-expertise.area-list.area-list #story section#hub-intro .contain > a:first-child,
#areas-of-expertise.area-list.area-list #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#areas-of-expertise.area-list.area-list #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #areas-of-expertise.area-list.area-list #story .contain > h4:first-child,
section#hub-intro #areas-of-expertise.area-list.area-list #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #areas-of-expertise.area-list.area-list #story .feature .contain > span:first-child,
.feature section#hub-intro #areas-of-expertise.area-list.area-list #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #areas-of-expertise.area-list.area-list #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #areas-of-expertise.area-list.area-list #story .contain > span:first-child,
section#hub-intro #areas-of-expertise.area-list.area-list #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #areas-of-expertise.area-list.area-list #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #areas-of-expertise.area-list.area-list #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #areas-of-expertise.area-list.area-list #story .contain > a:first-child,
#areas-of-expertise.area-list.area-list #story section#hub-intro .contain > h5:first-child,
section#hub-intro #areas-of-expertise.area-list.area-list #story .contain > h5:first-child,
#areas-of-expertise.area-list.area-list #story section#hub-intro .contain > h6:first-child,
section#hub-intro #areas-of-expertise.area-list.area-list #story .contain > h6:first-child,
#areas-of-expertise.area-list.area-list #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #areas-of-expertise.area-list.area-list #story p,
#areas-of-expertise.area-list.area-list #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #areas-of-expertise.area-list.area-list #story .h3,
#areas-of-expertise.area-list.area-list #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #areas-of-expertise.area-list.area-list #story .h3,
#story #areas-of-expertise.area-list.area-list h3,
#story #areas-of-expertise.area-list.area-list section#hub-intro .contain > h1:first-child,
section#hub-intro #story #areas-of-expertise.area-list.area-list .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story #areas-of-expertise.area-list.area-list .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story #areas-of-expertise.area-list.area-list .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story #areas-of-expertise.area-list.area-list .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story #areas-of-expertise.area-list.area-list .contain > .h3:first-child,
#story #areas-of-expertise.area-list.area-list section#hub-intro .contain > h4:first-child,
#story #areas-of-expertise.area-list.area-list section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story #areas-of-expertise.area-list.area-list section#hub-intro .feature .contain > span:first-child,
.feature #story #areas-of-expertise.area-list.area-list section#hub-intro .contain > span:first-child,
#story #areas-of-expertise.area-list.area-list .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story #areas-of-expertise.area-list.area-list .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story #areas-of-expertise.area-list.area-list section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story #areas-of-expertise.area-list.area-list section#hub-intro .contain > a:first-child,
#story #areas-of-expertise.area-list.area-list .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story #areas-of-expertise.area-list.area-list .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story #areas-of-expertise.area-list.area-list .contain > h4:first-child,
section#hub-intro #story #areas-of-expertise.area-list.area-list .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story #areas-of-expertise.area-list.area-list .feature .contain > span:first-child,
.feature section#hub-intro #story #areas-of-expertise.area-list.area-list .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #areas-of-expertise.area-list.area-list .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #areas-of-expertise.area-list.area-list .contain > span:first-child,
section#hub-intro #story #areas-of-expertise.area-list.area-list .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story #areas-of-expertise.area-list.area-list .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #areas-of-expertise.area-list.area-list .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #areas-of-expertise.area-list.area-list .contain > a:first-child,
#story #areas-of-expertise.area-list.area-list section#hub-intro .contain > h5:first-child,
section#hub-intro #story #areas-of-expertise.area-list.area-list .contain > h5:first-child,
#story #areas-of-expertise.area-list.area-list section#hub-intro .contain > h6:first-child,
section#hub-intro #story #areas-of-expertise.area-list.area-list .contain > h6:first-child,
#story #areas-of-expertise.area-list.area-list body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #areas-of-expertise.area-list.area-list p,
#story #areas-of-expertise.area-list.area-list body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story #areas-of-expertise.area-list.area-list .h3,
#story #areas-of-expertise.area-list.area-list body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story #areas-of-expertise.area-list.area-list .h3 {
  text-align: center;
}
#areas-of-expertise .fade-in {
  transition: 2s;
  opacity: 0;
  transform: scale(0.9);
}
#areas-of-expertise .fade-in.triggeredCSS3 {
  opacity: 1;
  transform: scale(1);
}
#areas-of-expertise .home main {
  background-color: rgb(96, 96, 96);
  padding: 2em 0;
  color: #ffffff;
}
#areas-of-expertise .home main .intro {
  text-align: center;
}
@media screen and (min-width: 26.5625em) {
  #areas-of-expertise .home main .intro {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }
  #areas-of-expertise .home main .intro:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  #areas-of-expertise .home main .intro {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%;
  }
  #areas-of-expertise .home main .intro:last-child {
    margin-right: 0;
  }
}
#areas-of-expertise .home main .intro h2 {
  margin-top: 0.6em;
  line-height: 1.4em;
}
#areas-of-expertise #personalisation {
  padding: 0 0 2em;
  background-color: #eeeeee;
}
#areas-of-expertise #personalisation h4, #areas-of-expertise #personalisation .expertise-nav-sidebar > a:first-child, #areas-of-expertise #personalisation .feature span, .feature #areas-of-expertise #personalisation span, #areas-of-expertise #personalisation .tab-list ul li a, .tab-list ul li #areas-of-expertise #personalisation a, #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content h3, #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
#areas-of-expertise #personalisation section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #areas-of-expertise #personalisation body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
#areas-of-expertise #personalisation body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#areas-of-expertise #personalisation section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #areas-of-expertise #personalisation body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
#areas-of-expertise #personalisation body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
#areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, #areas-of-expertise #personalisation body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, #areas-of-expertise #personalisation body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, #areas-of-expertise #personalisation body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, #areas-of-expertise #personalisation body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, #areas-of-expertise #personalisation body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation h3, body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content #areas-of-expertise #personalisation .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content #areas-of-expertise #personalisation .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content #areas-of-expertise #personalisation .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content #areas-of-expertise #personalisation .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content #areas-of-expertise #personalisation p, body.page-template-template-hub section.articles.podcasts .article .article-content #areas-of-expertise #personalisation .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content #areas-of-expertise #personalisation h2, body.page-template-template-hub section.articles.publications .article .article-content #areas-of-expertise #personalisation .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content #areas-of-expertise #personalisation h2, #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content #areas-of-expertise #personalisation .contain > h2, #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain #areas-of-expertise #personalisation .h3, #areas-of-expertise #personalisation body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content #areas-of-expertise #personalisation .h3, #areas-of-expertise #personalisation body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #areas-of-expertise #personalisation .h3, #areas-of-expertise #personalisation body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content #areas-of-expertise #personalisation .h3 {
  margin: 0 0 0.3em;
}
#areas-of-expertise #personalisation p {
  margin: 0;
}
#areas-of-expertise #personalisation .styled-select [class^=icon-], #areas-of-expertise #personalisation .styled-select ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li #areas-of-expertise #personalisation .styled-select a:before, #areas-of-expertise #personalisation .styled-select section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel #areas-of-expertise #personalisation .styled-select p.tel:before, #areas-of-expertise #personalisation .styled-select .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading #areas-of-expertise #personalisation .styled-select a:after, #areas-of-expertise #personalisation .styled-select .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul #areas-of-expertise #personalisation .styled-select li.menu-item-has-children > a:after, #areas-of-expertise #personalisation .styled-select .expertise-nav-sidebar > a:first-child:after, #areas-of-expertise #personalisation .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, #areas-of-expertise #personalisation .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active #areas-of-expertise #personalisation .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta #areas-of-expertise #personalisation .styled-select a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta #areas-of-expertise #personalisation .styled-select .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta #areas-of-expertise #personalisation .styled-select a:before, #areas-of-expertise #personalisation .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta #areas-of-expertise #personalisation .styled-select a.gform_button:before, #areas-of-expertise #personalisation .styled-select .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details #areas-of-expertise #personalisation .styled-select li:before, #areas-of-expertise #personalisation .styled-select .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper #areas-of-expertise #personalisation .styled-select .ginput_container_select.ginput_container_select:before, #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
#areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section #areas-of-expertise #personalisation .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 #areas-of-expertise #personalisation .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child #areas-of-expertise #personalisation .styled-select a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child #areas-of-expertise #personalisation .styled-select a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child #areas-of-expertise #personalisation .styled-select a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child #areas-of-expertise #personalisation .styled-select a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child #areas-of-expertise #personalisation .styled-select a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child #areas-of-expertise #personalisation .styled-select a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child #areas-of-expertise #personalisation .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child #areas-of-expertise #personalisation .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child #areas-of-expertise #personalisation .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p #areas-of-expertise #personalisation .styled-select a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p #areas-of-expertise #personalisation .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 #areas-of-expertise #personalisation .styled-select a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 #areas-of-expertise #personalisation .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 #areas-of-expertise #personalisation .styled-select a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 #areas-of-expertise #personalisation .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 #areas-of-expertise #personalisation .styled-select a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 #areas-of-expertise #personalisation .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 #areas-of-expertise #personalisation .styled-select a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 #areas-of-expertise #personalisation .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 #areas-of-expertise #personalisation .styled-select a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 #areas-of-expertise #personalisation .styled-select a:after, #areas-of-expertise #personalisation .styled-select .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details #areas-of-expertise #personalisation .styled-select li:before, #areas-of-expertise #personalisation .styled-select .btn.external:after, #areas-of-expertise #personalisation .styled-select .tab-list ul li.active a.external:after, .tab-list ul li.active #areas-of-expertise #personalisation .styled-select a.external:after, #areas-of-expertise #personalisation .styled-select .external.gform_button:after, #areas-of-expertise #personalisation .styled-select .btn.inline-flex:before, #areas-of-expertise #personalisation .styled-select .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active #areas-of-expertise #personalisation .styled-select a.inline-flex:before, #areas-of-expertise #personalisation .styled-select .inline-flex.gform_button:before, #areas-of-expertise #personalisation .styled-select .btn.tel:before, #areas-of-expertise #personalisation .styled-select .tab-list ul li.active a.tel:before, .tab-list ul li.active #areas-of-expertise #personalisation .styled-select a.tel:before, #areas-of-expertise #personalisation .styled-select .tel.gform_button:before, #areas-of-expertise #personalisation .styled-select .btn.email:before, #areas-of-expertise #personalisation .styled-select .tab-list ul li.active a.email:before, .tab-list ul li.active #areas-of-expertise #personalisation .styled-select a.email:before, #areas-of-expertise #personalisation .styled-select .email.gform_button:before, #areas-of-expertise #personalisation .styled-select .btn.back:before, #areas-of-expertise #personalisation .styled-select .tab-list ul li.active a.back:before, .tab-list ul li.active #areas-of-expertise #personalisation .styled-select a.back:before, #areas-of-expertise #personalisation .styled-select .back.gform_button:before, #areas-of-expertise #personalisation .styled-select .btn.forward:after, #areas-of-expertise #personalisation .styled-select .tab-list ul li.active a.forward:after, .tab-list ul li.active #areas-of-expertise #personalisation .styled-select a.forward:after, #areas-of-expertise #personalisation .styled-select .forward.gform_button:after, #areas-of-expertise #personalisation .styled-select .btn.subscribe:before, #areas-of-expertise #personalisation .styled-select .tab-list ul li.active a.subscribe:before, .tab-list ul li.active #areas-of-expertise #personalisation .styled-select a.subscribe:before, #areas-of-expertise #personalisation .styled-select .subscribe.gform_button:before {
  color: #444444;
}
#areas-of-expertise #personalisation select {
  border: 1px solid #444444;
  border-radius: 0;
}
#areas-of-expertise #personalisation .overview {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
#areas-of-expertise #personalisation .overview:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9375rem) {
  #areas-of-expertise #personalisation .overview {
    margin-bottom: 1.1rem;
  }
}
@media screen and (min-width: 48em) {
  #areas-of-expertise #personalisation .overview {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  #areas-of-expertise #personalisation .overview:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  #areas-of-expertise #personalisation .overview {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  #areas-of-expertise #personalisation .overview:last-child {
    margin-right: 0;
  }
}
#areas-of-expertise #personalisation .select {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
#areas-of-expertise #personalisation .select:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  #areas-of-expertise #personalisation .select {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  #areas-of-expertise #personalisation .select:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  #areas-of-expertise #personalisation .select {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  #areas-of-expertise #personalisation .select:last-child {
    margin-right: 0;
  }
}
#areas-of-expertise #personalisation a {
  color: #ffffff;
  text-decoration: underline;
}
#areas-of-expertise .page-template-template-direct-access-area main,
#areas-of-expertise .page-template-template-expertise-area main {
  background-color: rgb(96, 96, 96);
  padding: 2em 0;
  color: #ffffff;
}
#areas-of-expertise .page-template-template-direct-access-area main .area-overview h2,
#areas-of-expertise .page-template-template-expertise-area main .area-overview h2 {
  text-align: center;
  margin-top: 0.8em;
}
#areas-of-expertise .page-template-template-direct-access-area main .area-overview a,
#areas-of-expertise .page-template-template-expertise-area main .area-overview a {
  color: #ffffff;
}
@media screen and (min-width: 37.625rem) {
  #areas-of-expertise .page-template-template-direct-access-area main .area-overview .columns,
  #areas-of-expertise .page-template-template-expertise-area main .area-overview .columns {
    -webkit-columns: 3 8em;
    -moz-columns: 3 8em;
    columns: 3 8em;
  }
}
#areas-of-expertise .page-template-template-direct-access-area main .area-overview .columns p,
#areas-of-expertise .page-template-template-expertise-area main .area-overview .columns p {
  margin-top: 0;
  padding: 0 0.5em;
}

#vacancies-intro,
#history-intro,
#story {
  background-color: rgb(238, 238, 238);
  color: rgb(89, 89, 89);
  padding: 3em 0;
}
#vacancies-intro .contain > h1,
#vacancies-intro .contain > h2,
#vacancies-intro .contain > h3,
#vacancies-intro section#hub-intro .contain > h1:first-child,
section#hub-intro #vacancies-intro .contain > h1:first-child,
#vacancies-intro section#hub-intro .contain > h2:first-child,
section#hub-intro #vacancies-intro .contain > h2:first-child,
#vacancies-intro section#hub-intro .contain > h3:first-child,
section#hub-intro #vacancies-intro .contain > h3:first-child,
#vacancies-intro section#hub-intro .contain > h4:first-child,
#vacancies-intro section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#vacancies-intro section#hub-intro .feature .contain > span:first-child,
.feature #vacancies-intro section#hub-intro .contain > span:first-child,
#vacancies-intro .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#vacancies-intro .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#vacancies-intro section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #vacancies-intro section#hub-intro .contain > a:first-child,
#vacancies-intro .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#vacancies-intro .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #vacancies-intro .contain > h4:first-child,
section#hub-intro #vacancies-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #vacancies-intro .feature .contain > span:first-child,
.feature section#hub-intro #vacancies-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #vacancies-intro .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #vacancies-intro .contain > span:first-child,
section#hub-intro #vacancies-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #vacancies-intro .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #vacancies-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #vacancies-intro .contain > a:first-child,
#vacancies-intro section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
#vacancies-intro section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
#vacancies-intro section#hub-intro .contain > h5:first-child,
section#hub-intro #vacancies-intro .contain > h5:first-child,
#vacancies-intro section#hub-intro .contain > h6:first-child,
section#hub-intro #vacancies-intro .contain > h6:first-child,
#vacancies-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #vacancies-intro .contain > p,
#vacancies-intro body.page-template-template-hub section.search-results .contain > .h3,
body.page-template-template-hub section.search-results #vacancies-intro .contain > .h3,
#vacancies-intro body.page-template-template-hub section.search-results-none .contain > .h3,
body.page-template-template-hub section.search-results-none #vacancies-intro .contain > .h3,
#history-intro .contain > h1,
#history-intro .contain > h2,
#history-intro .contain > h3,
#history-intro section#hub-intro .contain > h1:first-child,
section#hub-intro #history-intro .contain > h1:first-child,
#history-intro section#hub-intro .contain > h2:first-child,
section#hub-intro #history-intro .contain > h2:first-child,
#history-intro section#hub-intro .contain > h3:first-child,
section#hub-intro #history-intro .contain > h3:first-child,
#history-intro section#hub-intro .contain > h4:first-child,
#history-intro section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#history-intro section#hub-intro .feature .contain > span:first-child,
.feature #history-intro section#hub-intro .contain > span:first-child,
#history-intro .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#history-intro .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#history-intro section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #history-intro section#hub-intro .contain > a:first-child,
#history-intro .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#history-intro .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #history-intro .contain > h4:first-child,
section#hub-intro #history-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #history-intro .feature .contain > span:first-child,
.feature section#hub-intro #history-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #history-intro .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #history-intro .contain > span:first-child,
section#hub-intro #history-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #history-intro .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #history-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #history-intro .contain > a:first-child,
#history-intro section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
#history-intro section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
#history-intro section#hub-intro .contain > h5:first-child,
section#hub-intro #history-intro .contain > h5:first-child,
#history-intro section#hub-intro .contain > h6:first-child,
section#hub-intro #history-intro .contain > h6:first-child,
#history-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #history-intro .contain > p,
#history-intro body.page-template-template-hub section.search-results .contain > .h3,
body.page-template-template-hub section.search-results #history-intro .contain > .h3,
#history-intro body.page-template-template-hub section.search-results-none .contain > .h3,
body.page-template-template-hub section.search-results-none #history-intro .contain > .h3,
#story .contain > h1,
#story .contain > h2,
#story .contain > h3,
#story section#hub-intro .contain > h1:first-child,
section#hub-intro #story .contain > h1:first-child,
#story section#hub-intro .contain > h2:first-child,
section#hub-intro #story .contain > h2:first-child,
#story section#hub-intro .contain > h3:first-child,
section#hub-intro #story .contain > h3:first-child,
#story section#hub-intro .contain > h4:first-child,
#story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story section#hub-intro .feature .contain > span:first-child,
.feature #story section#hub-intro .contain > span:first-child,
#story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story section#hub-intro .contain > a:first-child,
#story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story .contain > h4:first-child,
section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story .feature .contain > span:first-child,
.feature section#hub-intro #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span:first-child,
section#hub-intro #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a:first-child,
#story section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
#story section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
#story section#hub-intro .contain > h5:first-child,
section#hub-intro #story .contain > h5:first-child,
#story section#hub-intro .contain > h6:first-child,
section#hub-intro #story .contain > h6:first-child,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .contain > p,
#story body.page-template-template-hub section.search-results .contain > .h3,
body.page-template-template-hub section.search-results #story .contain > .h3,
#story body.page-template-template-hub section.search-results-none .contain > .h3,
body.page-template-template-hub section.search-results-none #story .contain > .h3 {
  margin-top: 0;
}
#vacancies-intro a:not(.btn):not(.gform_button),
#history-intro a:not(.btn):not(.gform_button),
#story a:not(.btn):not(.gform_button) {
  color: rgb(89, 89, 89);
}

#history-additional {
  padding: 3em 0;
}
#history-additional h3, #history-additional section#hub-intro .contain > h1:first-child, section#hub-intro #history-additional .contain > h1:first-child,
#history-additional section#hub-intro .contain > h2:first-child,
section#hub-intro #history-additional .contain > h2:first-child,
#history-additional section#hub-intro .contain > h3:first-child,
section#hub-intro #history-additional .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #history-additional .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #history-additional .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #history-additional .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #history-additional .contain > .h3:first-child,
#history-additional section#hub-intro .contain > h4:first-child,
#history-additional section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#history-additional section#hub-intro .feature .contain > span:first-child,
.feature #history-additional section#hub-intro .contain > span:first-child,
#history-additional .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#history-additional .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#history-additional section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #history-additional section#hub-intro .contain > a:first-child,
#history-additional .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#history-additional .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #history-additional .contain > h4:first-child,
section#hub-intro #history-additional .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #history-additional .feature .contain > span:first-child,
.feature section#hub-intro #history-additional .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #history-additional .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #history-additional .contain > span:first-child,
section#hub-intro #history-additional .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #history-additional .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #history-additional .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #history-additional .contain > a:first-child,
#history-additional section#hub-intro .contain > h5:first-child,
section#hub-intro #history-additional .contain > h5:first-child,
#history-additional section#hub-intro .contain > h6:first-child,
section#hub-intro #history-additional .contain > h6:first-child, #history-additional body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #history-additional p, #history-additional body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #history-additional h2, #history-additional body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #history-additional h2, #history-additional body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #history-additional .h3, #history-additional body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #history-additional .h3, #history-additional body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #history-additional .contain > h2 {
  margin-top: 0;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 48em) {
  #history-additional .column-text {
    columns: 2;
    column-gap: 7.5%;
  }
}
#history-additional .column-text p:first-child {
  margin-top: 0;
}
#history-additional .column-text p:last-child {
  margin-bottom: 0;
}

#history-intro h1,
#history-intro h2,
#history-intro h3,
#history-intro section#hub-intro .contain > h1:first-child,
section#hub-intro #history-intro .contain > h1:first-child,
#history-intro section#hub-intro .contain > h2:first-child,
section#hub-intro #history-intro .contain > h2:first-child,
#history-intro section#hub-intro .contain > h3:first-child,
section#hub-intro #history-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #history-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #history-intro .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #history-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #history-intro .contain > .h3:first-child,
#history-intro section#hub-intro .contain > h4:first-child,
#history-intro section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#history-intro section#hub-intro .feature .contain > span:first-child,
.feature #history-intro section#hub-intro .contain > span:first-child,
#history-intro .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#history-intro .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#history-intro section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #history-intro section#hub-intro .contain > a:first-child,
#history-intro .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#history-intro .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #history-intro .contain > h4:first-child,
section#hub-intro #history-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #history-intro .feature .contain > span:first-child,
.feature section#hub-intro #history-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #history-intro .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #history-intro .contain > span:first-child,
section#hub-intro #history-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #history-intro .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #history-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #history-intro .contain > a:first-child,
#history-intro section#hub-intro .contain > h5:first-child,
section#hub-intro #history-intro .contain > h5:first-child,
#history-intro section#hub-intro .contain > h6:first-child,
section#hub-intro #history-intro .contain > h6:first-child,
#history-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #history-intro p,
#history-intro body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #history-intro .h3,
#history-intro body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #history-intro .h3,
#history-additional h1,
#history-additional h2,
#history-additional h3,
#history-additional section#hub-intro .contain > h1:first-child,
section#hub-intro #history-additional .contain > h1:first-child,
#history-additional section#hub-intro .contain > h2:first-child,
section#hub-intro #history-additional .contain > h2:first-child,
#history-additional section#hub-intro .contain > h3:first-child,
section#hub-intro #history-additional .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #history-additional .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #history-additional .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #history-additional .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #history-additional .contain > .h3:first-child,
#history-additional section#hub-intro .contain > h4:first-child,
#history-additional section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#history-additional section#hub-intro .feature .contain > span:first-child,
.feature #history-additional section#hub-intro .contain > span:first-child,
#history-additional .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#history-additional .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#history-additional section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #history-additional section#hub-intro .contain > a:first-child,
#history-additional .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#history-additional .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #history-additional .contain > h4:first-child,
section#hub-intro #history-additional .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #history-additional .feature .contain > span:first-child,
.feature section#hub-intro #history-additional .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #history-additional .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #history-additional .contain > span:first-child,
section#hub-intro #history-additional .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #history-additional .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #history-additional .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #history-additional .contain > a:first-child,
#history-additional section#hub-intro .contain > h5:first-child,
section#hub-intro #history-additional .contain > h5:first-child,
#history-additional section#hub-intro .contain > h6:first-child,
section#hub-intro #history-additional .contain > h6:first-child,
#history-additional body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #history-additional p,
#history-additional body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #history-additional .h3,
#history-additional body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #history-additional .h3,
#story h1,
#story h2,
#story h3,
#story section#hub-intro .contain > h1:first-child,
section#hub-intro #story .contain > h1:first-child,
#story section#hub-intro .contain > h2:first-child,
section#hub-intro #story .contain > h2:first-child,
#story section#hub-intro .contain > h3:first-child,
section#hub-intro #story .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h3:first-child,
#story section#hub-intro .contain > h4:first-child,
#story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story section#hub-intro .feature .contain > span:first-child,
.feature #story section#hub-intro .contain > span:first-child,
#story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story section#hub-intro .contain > a:first-child,
#story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story .contain > h4:first-child,
section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story .feature .contain > span:first-child,
.feature section#hub-intro #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span:first-child,
section#hub-intro #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a:first-child,
#story section#hub-intro .contain > h5:first-child,
section#hub-intro #story .contain > h5:first-child,
#story section#hub-intro .contain > h6:first-child,
section#hub-intro #story .contain > h6:first-child,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
#story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story .h3,
#story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story .h3 {
  color: rgb(22, 59, 68);
}

#story h1,
#story h2,
#story h3,
#story section#hub-intro .contain > h1:first-child,
section#hub-intro #story .contain > h1:first-child,
#story section#hub-intro .contain > h2:first-child,
section#hub-intro #story .contain > h2:first-child,
#story section#hub-intro .contain > h3:first-child,
section#hub-intro #story .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h3:first-child,
#story section#hub-intro .contain > h4:first-child,
#story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story section#hub-intro .feature .contain > span:first-child,
.feature #story section#hub-intro .contain > span:first-child,
#story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story section#hub-intro .contain > a:first-child,
#story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story .contain > h4:first-child,
section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story .feature .contain > span:first-child,
.feature section#hub-intro #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .contain > span:first-child,
section#hub-intro #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .contain > a:first-child,
#story section#hub-intro .contain > h5:first-child,
section#hub-intro #story .contain > h5:first-child,
#story section#hub-intro .contain > h6:first-child,
section#hub-intro #story .contain > h6:first-child,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
#story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story .h3,
#story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story .h3 {
  text-align: center;
  margin-bottom: 1em;
}

.story-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.story-list li {
  margin: 0;
}
.story-list li .timeline-section {
  text-align: center;
}
.story-list li .timeline-section .date {
  position: relative;
  border-radius: 50%;
  height: 25vmin;
  width: 25vmin;
  line-height: 25vmin;
  text-align: center;
  margin: auto;
  color: #fff;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  font-size: 5vmin;
}
.story-list li .timeline-section .date:before, .story-list li .timeline-section .date:after {
  content: "";
  width: 12px;
  height: 3vh;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.story-list li .timeline-section .date:after {
  position: absolute;
  bottom: -3.65vh;
  left: 50%;
}
.story-list li .timeline-section .date:before {
  position: absolute;
  top: -3.65vh;
  left: 50%;
}
.story-list li .timeline-section .text-wrapper {
  position: relative;
  display: inline-block;
  margin: 2.7vh auto;
  border-top: 12px solid #000;
  padding-bottom: 12px;
}
.story-list li .timeline-section .text-wrapper:before, .story-list li .timeline-section .text-wrapper:after {
  content: "";
  height: 35%;
  width: 12px;
}
.story-list li .timeline-section .text-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
}
.story-list li .timeline-section .text-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
}
.story-list li .timeline-section .inner-content {
  margin: 0 0 -12px 0;
  padding: 3vmin 5vmin;
  border-bottom: 12px solid #000;
}
.story-list li .timeline-section .inner-content p:first-child {
  margin-top: 0;
}
.story-list li .timeline-section .inner-content p:last-child {
  margin-bottom: 0;
}
.story-list li .timeline-section .inner-content:before, .story-list li .timeline-section .inner-content:after {
  content: "";
  height: calc(35% + 12px);
  width: 12px;
}
.story-list li .timeline-section .inner-content:before {
  position: absolute;
  bottom: 0;
  left: 0;
}
.story-list li .timeline-section .inner-content:after {
  position: absolute;
  right: 0;
  bottom: 0;
}
.story-list li .timeline-section .inner-content.grey {
  border-color: rgb(89, 89, 89);
}
.story-list li .timeline-section .inner-content.grey:before, .story-list li .timeline-section .inner-content.grey:after {
  background: rgb(89, 89, 89);
}
.story-list li .timeline-section .inner-content.green {
  border-color: rgb(22, 59, 68);
}
.story-list li .timeline-section .inner-content.green:before, .story-list li .timeline-section .inner-content.green:after {
  background: rgb(22, 59, 68);
}
.story-list li .timeline-section .inner-content.red {
  border-color: rgb(185, 60, 36);
}
.story-list li .timeline-section .inner-content.red:before, .story-list li .timeline-section .inner-content.red:after {
  background: rgb(185, 60, 36);
}
.story-list li .timeline-section.grey .date {
  background: rgb(89, 89, 89);
}
.story-list li .timeline-section.grey .date:before, .story-list li .timeline-section.grey .date:after {
  background: rgb(89, 89, 89);
}
.story-list li .timeline-section.grey .text-wrapper {
  border-color: rgb(89, 89, 89);
}
.story-list li .timeline-section.grey .text-wrapper:before, .story-list li .timeline-section.grey .text-wrapper:after {
  background: rgb(89, 89, 89);
}
.story-list li .timeline-section.green .date {
  background: rgb(22, 59, 68);
}
.story-list li .timeline-section.green .date:before, .story-list li .timeline-section.green .date:after {
  background: rgb(22, 59, 68);
}
.story-list li .timeline-section.green .text-wrapper {
  border-color: rgb(22, 59, 68);
}
.story-list li .timeline-section.green .text-wrapper:before, .story-list li .timeline-section.green .text-wrapper:after {
  background: rgb(22, 59, 68);
}
.story-list li .timeline-section.red .date {
  background: rgb(185, 60, 36);
}
.story-list li .timeline-section.red .date:before, .story-list li .timeline-section.red .date:after {
  background: rgb(185, 60, 36);
}
.story-list li .timeline-section.red .text-wrapper {
  border-color: rgb(185, 60, 36);
}
.story-list li .timeline-section.red .text-wrapper:before, .story-list li .timeline-section.red .text-wrapper:after {
  background: rgb(185, 60, 36);
}
.story-list li:first-child .date:before {
  content: none;
}
.story-list li:last-child .timeline-section .text-wrapper {
  border-bottom-width: 12px;
  border-bottom-style: solid;
}
.story-list li:last-child .timeline-section .text-wrapper:before, .story-list li:last-child .timeline-section .text-wrapper:after {
  height: 100%;
}
.story-list li:last-child .inner-content {
  border-bottom: none;
}

#former-members {
  padding: 3em 0;
}
#former-members .heading {
  border-bottom: 1px solid rgb(22, 59, 68);
}
#former-members .heading h3, #former-members .heading section#hub-intro .contain > h1:first-child, section#hub-intro #former-members .heading .contain > h1:first-child,
#former-members .heading section#hub-intro .contain > h2:first-child,
section#hub-intro #former-members .heading .contain > h2:first-child,
#former-members .heading section#hub-intro .contain > h3:first-child,
section#hub-intro #former-members .heading .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #former-members .heading .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #former-members .heading .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #former-members .heading .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #former-members .heading .contain > .h3:first-child,
#former-members .heading section#hub-intro .contain > h4:first-child,
#former-members .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#former-members .heading section#hub-intro .feature .contain > span:first-child,
.feature #former-members .heading section#hub-intro .contain > span:first-child,
#former-members .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#former-members .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#former-members .heading section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #former-members .heading section#hub-intro .contain > a:first-child,
#former-members .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#former-members .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #former-members .heading .contain > h4:first-child,
section#hub-intro #former-members .heading .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #former-members .heading .feature .contain > span:first-child,
.feature section#hub-intro #former-members .heading .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #former-members .heading .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #former-members .heading .contain > span:first-child,
section#hub-intro #former-members .heading .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #former-members .heading .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #former-members .heading .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #former-members .heading .contain > a:first-child,
#former-members .heading section#hub-intro .contain > h5:first-child,
section#hub-intro #former-members .heading .contain > h5:first-child,
#former-members .heading section#hub-intro .contain > h6:first-child,
section#hub-intro #former-members .heading .contain > h6:first-child, #former-members .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #former-members .heading p, #former-members .heading body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #former-members .heading h2, #former-members .heading body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #former-members .heading h2, #former-members .heading body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #former-members .heading .h3, #former-members .heading body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #former-members .heading .h3, #former-members .heading body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #former-members .heading .contain > h2 {
  margin-top: 0;
  color: rgb(22, 59, 68);
}
#former-members strong {
  display: block;
  margin: 2em 0 0.5em 0;
}
#former-members ul.former-member-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75em;
  padding: 0;
  list-style: none;
}
#former-members ul.former-member-list li {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  padding: 0.5em 0.75em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
@media screen and (min-width: 26.5625em) {
  #former-members ul.former-member-list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #former-members ul.former-member-list li:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (min-width: 48em) {
  #former-members ul.former-member-list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  #former-members ul.former-member-list li:nth-child(2n) {
    border-right: 1px solid #666;
  }
  #former-members ul.former-member-list li:nth-child(3n) {
    border-right: none;
  }
}
#former-members ul.former-member-list li span {
  display: block;
  padding: 0.75em;
}
@media screen and (min-width: 26.5625em) {
  #former-members ul.former-member-list li:nth-last-child(-n+2):nth-child(2n+1),
  #former-members ul.former-member-list li:nth-last-child(-n+2):nth-child(2n+1) ~ li {
    border-bottom: none;
  }
}
@media screen and (min-width: 48em) {
  #former-members ul.former-member-list li:nth-last-child(-n+2):nth-child(2n+1),
  #former-members ul.former-member-list li:nth-last-child(-n+2):nth-child(2n+1) ~ li {
    border-bottom: 1px solid #666;
  }
  #former-members ul.former-member-list li:nth-last-child(-n+3):nth-child(3n+1),
  #former-members ul.former-member-list li:nth-last-child(-n+3):nth-child(3n+1) ~ li {
    border-bottom: none;
  }
}

.application-body h3, .application-body section#hub-intro .contain > h1:first-child, section#hub-intro .application-body .contain > h1:first-child,
.application-body section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.application-body section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.application-body section#hub-intro .contain > h2:first-child,
section#hub-intro .application-body .contain > h2:first-child,
.application-body section#hub-intro .contain > h3:first-child,
section#hub-intro .application-body .contain > h3:first-child,
.application-body section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .application-body .contain > .h3:first-child,
.application-body body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .application-body .contain > .h3:first-child,
.application-body section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .application-body .contain > .h3:first-child,
.application-body body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .application-body .contain > .h3:first-child,
.application-body section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .application-body .contain > p:first-child,
.application-body body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .application-body .contain > p:first-child,
.application-body section#hub-intro .contain > h4:first-child,
.application-body section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.application-body section#hub-intro .feature .contain > span:first-child,
.feature .application-body section#hub-intro .contain > span:first-child,
.application-body .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.application-body .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.application-body section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .application-body section#hub-intro .contain > a:first-child,
.application-body .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.application-body .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .application-body .contain > h4:first-child,
section#hub-intro .application-body .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .application-body .feature .contain > span:first-child,
.feature section#hub-intro .application-body .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .application-body .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .application-body .contain > span:first-child,
section#hub-intro .application-body .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .application-body .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .application-body .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .application-body .contain > a:first-child,
.application-body section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
.application-body section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
.application-body section#hub-intro .contain > h5:first-child,
section#hub-intro .application-body .contain > h5:first-child,
.application-body section#hub-intro .contain > h6:first-child,
section#hub-intro .application-body .contain > h6:first-child, .application-body body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .application-body p, .application-body body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .application-body h2, .application-body body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .application-body h2, .application-body body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .application-body .h3, .application-body body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .application-body .h3, .application-body body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .application-body .contain > h2 {
  color: #9a0748;
}
.application-body .application-content {
  margin-bottom: 2.3rem;
}
.application-body .application-content ul.application-details {
  list-style: none;
  margin: 0.7rem 0 1.2rem 0;
  padding: 0;
}
.application-body .application-content ul.application-details li {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem 0 0;
  margin: 0.3rem 0;
}
.application-body .application-content ul.application-details li:before {
  display: inline-block;
  content: "";
  text-align: right;
  padding-right: 0.5rem;
}
.application-body .application-content ul.application-details li.practice-area:before {
  content: "\e900";
}
.application-body .application-content ul.application-details li.seniority:before {
  content: "\e902";
}
.application-body .application-content ul.application-details li.offices:before {
  content: "\e90f";
}
.application-body .application-content ul.application-details li.contact:before {
  content: "\e901";
}
.application-body .application-content ul.application-details li.deadline {
  width: 100%;
}
.application-body .application-content ul.application-details li.deadline:before {
  content: none;
}
.application-body .application-content .application-text {
  position: relative;
}
@media screen and (min-width: 48em) {
  .application-body .application-content .application-text {
    padding-right: 220px;
  }
  .application-body .application-content .application-text .application-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.application-body .application-content:not(:first-child) {
  border-top: 1px solid rgb(14, 40, 46);
}

#new-expertise-area {
  background-color: rgb(96, 96, 96);
  color: #ffffff;
  padding: 3em 0 2em;
}
#new-expertise-area .contain {
  display: flex;
  flex-wrap: wrap;
}
#new-expertise-area .main-body {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  order: 2;
}
#new-expertise-area .main-body:last-child {
  margin-right: 0;
}
@media screen and (max-width: 48em) {
  #new-expertise-area .main-body {
    margin-right: 0;
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  #new-expertise-area .main-body {
    order: 1;
  }
}
@media screen and (min-width: 64em) {
  #new-expertise-area .main-body {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  #new-expertise-area .main-body:last-child {
    margin-right: 0;
  }
}
#new-expertise-area .main-body p:first-child {
  margin-top: 0;
}
#new-expertise-area .main-body .sub-area-drop {
  display: none;
}
#new-expertise-area .main-body a {
  color: #fff;
}
#new-expertise-area aside {
  order: 1;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
@media screen and (min-width: 64em) {
  #new-expertise-area aside {
    order: 2;
  }
}
#new-expertise-area aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 48em) {
  #new-expertise-area aside {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  #new-expertise-area aside {
    padding-left: 2em;
    display: block;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  #new-expertise-area aside:last-child {
    margin-right: 0;
  }
  #new-expertise-area aside:nth-child(2n) {
    margin-right: 0;
  }
  #new-expertise-area aside:nth-child(2n+1) {
    clear: left;
  }
}
#new-expertise-area aside .hide-mobile {
  display: none;
}
@media screen and (min-width: 48.0625rem) {
  #new-expertise-area aside .hide-mobile {
    display: block;
  }
}
#new-expertise-area aside h3, #new-expertise-area aside section#hub-intro .contain > h1:first-child, section#hub-intro #new-expertise-area aside .contain > h1:first-child,
#new-expertise-area aside section#hub-intro .contain > h2:first-child,
section#hub-intro #new-expertise-area aside .contain > h2:first-child,
#new-expertise-area aside section#hub-intro .contain > h3:first-child,
section#hub-intro #new-expertise-area aside .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area aside .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area aside .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area aside .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area aside .contain > .h3:first-child,
#new-expertise-area aside section#hub-intro .contain > h4:first-child,
#new-expertise-area aside section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#new-expertise-area aside section#hub-intro .feature .contain > span:first-child,
.feature #new-expertise-area aside section#hub-intro .contain > span:first-child,
#new-expertise-area aside .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#new-expertise-area aside .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#new-expertise-area aside section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #new-expertise-area aside section#hub-intro .contain > a:first-child,
#new-expertise-area aside .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#new-expertise-area aside .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #new-expertise-area aside .contain > h4:first-child,
section#hub-intro #new-expertise-area aside .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #new-expertise-area aside .feature .contain > span:first-child,
.feature section#hub-intro #new-expertise-area aside .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area aside .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area aside .contain > span:first-child,
section#hub-intro #new-expertise-area aside .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #new-expertise-area aside .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area aside .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area aside .contain > a:first-child,
#new-expertise-area aside section#hub-intro .contain > h5:first-child,
section#hub-intro #new-expertise-area aside .contain > h5:first-child,
#new-expertise-area aside section#hub-intro .contain > h6:first-child,
section#hub-intro #new-expertise-area aside .contain > h6:first-child, #new-expertise-area aside body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area aside p, #new-expertise-area aside body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area aside h2, #new-expertise-area aside body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area aside h2, #new-expertise-area aside body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area aside .h3, #new-expertise-area aside body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area aside .h3, #new-expertise-area aside body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #new-expertise-area aside .contain > h2 {
  margin-top: 0;
}
#new-expertise-area aside ul {
  list-style: none;
  padding-left: 0;
}
#new-expertise-area aside ul li {
  margin-top: 0;
  border-bottom: 1px solid #ffffff;
}
#new-expertise-area aside ul li a {
  padding: 0.8em;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 100%;
}
#new-expertise-area aside ul li a:hover {
  color: rgb(89, 89, 89);
  background: #ffffff;
}
#new-expertise-area aside ul li.current_page_item {
  background: #ffffff;
}
#new-expertise-area aside ul li.current_page_item a {
  color: rgb(89, 89, 89);
}
#new-expertise-area aside .btn, #new-expertise-area aside .tab-list ul li.active a, .tab-list ul li.active #new-expertise-area aside a, #new-expertise-area aside .gform_button {
  width: 100%;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  margin-top: 2em;
}
#new-expertise-area aside .btn:hover, #new-expertise-area aside .tab-list ul li.active a:hover, .tab-list ul li.active #new-expertise-area aside a:hover, #new-expertise-area aside .gform_button:hover {
  color: rgb(22, 59, 68);
  background: #fff;
  border: 1px solid #fff;
}
#new-expertise-area aside .btn.direct-access, #new-expertise-area aside .tab-list ul li.active a.direct-access, .tab-list ul li.active #new-expertise-area aside a.direct-access, #new-expertise-area aside .direct-access.gform_button {
  color: rgb(22, 59, 68);
  background: rgb(220, 203, 1);
  border: 1px solid rgb(220, 203, 1);
}
#new-expertise-area .expertise-heads {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 0;
  order: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em 1em;
}
#new-expertise-area .expertise-heads:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  #new-expertise-area .expertise-heads {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 64em) {
  #new-expertise-area .expertise-heads {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#new-expertise-area .expertise-heads .practice-director,
#new-expertise-area .expertise-heads .head-of-group {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 136px;
  display: grid;
  gap: 0.5em;
  grid-template-rows: auto 1fr;
}
#new-expertise-area .expertise-heads .practice-director .person-wrapper,
#new-expertise-area .expertise-heads .head-of-group .person-wrapper {
  background-color: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  display: grid;
  gap: 0.5em 1em;
  color: rgb(22, 59, 68);
}
@media screen and (min-width: 26.5625em) {
  #new-expertise-area .expertise-heads .practice-director .person-wrapper,
  #new-expertise-area .expertise-heads .head-of-group .person-wrapper {
    grid-template-columns: 8rem 1fr;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 48em) {
  #new-expertise-area .expertise-heads .practice-director .person-wrapper,
  #new-expertise-area .expertise-heads .head-of-group .person-wrapper {
    grid-template-columns: 6rem 1fr;
  }
}
#new-expertise-area .expertise-heads .practice-director > h3, #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h1:first-child, section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h1:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h2:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h2:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h3:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h3:first-child,
#new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results .contain.practice-director > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
#new-expertise-area .expertise-heads body.page-template-template-hub section.search-results section#hub-intro .contain.practice-director > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
#new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results-none .contain.practice-director > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
#new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none section#hub-intro .contain.practice-director > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h4:first-child,
#new-expertise-area .expertise-heads section#hub-intro .expertise-nav-sidebar.contain.practice-director > a:first-child,
#new-expertise-area .expertise-heads section#hub-intro .feature .contain.practice-director > span:first-child,
.feature #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > span:first-child,
#new-expertise-area .expertise-heads .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.practice-director > span:first-child,
#new-expertise-area .expertise-heads .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.practice-director > span:first-child,
#new-expertise-area .expertise-heads section#hub-intro .tab-list ul li .contain.practice-director > a:first-child,
.tab-list ul li #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > a:first-child,
#new-expertise-area .expertise-heads .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.practice-director > a:first-child,
#new-expertise-area .expertise-heads .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.practice-director > a:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h4:first-child,
section#hub-intro #new-expertise-area .expertise-heads .expertise-nav-sidebar.contain.practice-director > a:first-child,
section#hub-intro #new-expertise-area .expertise-heads .feature .contain.practice-director > span:first-child,
.feature section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
section#hub-intro #new-expertise-area .expertise-heads .tab-list ul li .contain.practice-director > a:first-child,
.tab-list ul li section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h5:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h5:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h6:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h6:first-child, #new-expertise-area .expertise-heads body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .practice-director > p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area .expertise-heads .practice-director > p, #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.podcasts .side-text .practice-director > h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area .expertise-heads .practice-director > h2, #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.publications .side-text .practice-director > h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area .expertise-heads .practice-director > h2, #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results .contain .practice-director > .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area .expertise-heads .practice-director > .h3, #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none .contain .practice-director > .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area .expertise-heads .practice-director > .h3, #new-expertise-area .expertise-heads body.page-template-template-hub section .contain.practice-director > h2, body.page-template-template-hub section #new-expertise-area .expertise-heads .contain.practice-director > h2,
#new-expertise-area .expertise-heads .head-of-group > h3,
#new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h1:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h1:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h2:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h2:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h3:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h3:first-child,
#new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results .contain.head-of-group > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
#new-expertise-area .expertise-heads body.page-template-template-hub section.search-results section#hub-intro .contain.head-of-group > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
#new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results-none .contain.head-of-group > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
#new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none section#hub-intro .contain.head-of-group > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h4:first-child,
#new-expertise-area .expertise-heads section#hub-intro .expertise-nav-sidebar.contain.head-of-group > a:first-child,
#new-expertise-area .expertise-heads section#hub-intro .feature .contain.head-of-group > span:first-child,
.feature #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > span:first-child,
#new-expertise-area .expertise-heads .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.head-of-group > span:first-child,
#new-expertise-area .expertise-heads .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.head-of-group > span:first-child,
#new-expertise-area .expertise-heads section#hub-intro .tab-list ul li .contain.head-of-group > a:first-child,
.tab-list ul li #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > a:first-child,
#new-expertise-area .expertise-heads .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.head-of-group > a:first-child,
#new-expertise-area .expertise-heads .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.head-of-group > a:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h4:first-child,
section#hub-intro #new-expertise-area .expertise-heads .expertise-nav-sidebar.contain.head-of-group > a:first-child,
section#hub-intro #new-expertise-area .expertise-heads .feature .contain.head-of-group > span:first-child,
.feature section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
section#hub-intro #new-expertise-area .expertise-heads .tab-list ul li .contain.head-of-group > a:first-child,
.tab-list ul li section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h5:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h5:first-child,
#new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h6:first-child,
section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h6:first-child,
#new-expertise-area .expertise-heads body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .head-of-group > p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area .expertise-heads .head-of-group > p,
#new-expertise-area .expertise-heads body.page-template-template-hub section.articles.podcasts .side-text .head-of-group > h2,
body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area .expertise-heads .head-of-group > h2,
#new-expertise-area .expertise-heads body.page-template-template-hub section.articles.publications .side-text .head-of-group > h2,
body.page-template-template-hub section.articles.publications .side-text #new-expertise-area .expertise-heads .head-of-group > h2,
#new-expertise-area .expertise-heads body.page-template-template-hub section.search-results .contain .head-of-group > .h3,
body.page-template-template-hub section.search-results .contain #new-expertise-area .expertise-heads .head-of-group > .h3,
#new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none .contain .head-of-group > .h3,
body.page-template-template-hub section.search-results-none .contain #new-expertise-area .expertise-heads .head-of-group > .h3,
#new-expertise-area .expertise-heads body.page-template-template-hub section .contain.head-of-group > h2,
body.page-template-template-hub section #new-expertise-area .expertise-heads .contain.head-of-group > h2 {
  grid-column: 1/-1;
  margin: 0;
}
@media screen and (min-width: 26.625rem) {
  #new-expertise-area .expertise-heads .practice-director > h3, #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h1:first-child, section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h1:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h2:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h2:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h3:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results .contain.practice-director > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results section#hub-intro .contain.practice-director > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results-none .contain.practice-director > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none section#hub-intro .contain.practice-director > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h4:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .expertise-nav-sidebar.contain.practice-director > a:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .feature .contain.practice-director > span:first-child,
  .feature #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > span:first-child,
  #new-expertise-area .expertise-heads .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.practice-director > span:first-child,
  #new-expertise-area .expertise-heads .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.practice-director > span:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .tab-list ul li .contain.practice-director > a:first-child,
  .tab-list ul li #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > a:first-child,
  #new-expertise-area .expertise-heads .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.practice-director > a:first-child,
  #new-expertise-area .expertise-heads .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.practice-director > a:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h4:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .expertise-nav-sidebar.contain.practice-director > a:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .feature .contain.practice-director > span:first-child,
  .feature section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .tab-list ul li .contain.practice-director > a:first-child,
  .tab-list ul li section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h5:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h5:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h6:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h6:first-child, #new-expertise-area .expertise-heads body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .practice-director > p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area .expertise-heads .practice-director > p, #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.podcasts .side-text .practice-director > h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area .expertise-heads .practice-director > h2, #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.publications .side-text .practice-director > h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area .expertise-heads .practice-director > h2, #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results .contain .practice-director > .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area .expertise-heads .practice-director > .h3, #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none .contain .practice-director > .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area .expertise-heads .practice-director > .h3, #new-expertise-area .expertise-heads body.page-template-template-hub section .contain.practice-director > h2, body.page-template-template-hub section #new-expertise-area .expertise-heads .contain.practice-director > h2,
  #new-expertise-area .expertise-heads .head-of-group > h3,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h1:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h1:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h2:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h2:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h3:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results .contain.head-of-group > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results section#hub-intro .contain.head-of-group > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results-none .contain.head-of-group > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none section#hub-intro .contain.head-of-group > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h4:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .expertise-nav-sidebar.contain.head-of-group > a:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .feature .contain.head-of-group > span:first-child,
  .feature #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > span:first-child,
  #new-expertise-area .expertise-heads .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.head-of-group > span:first-child,
  #new-expertise-area .expertise-heads .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.head-of-group > span:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .tab-list ul li .contain.head-of-group > a:first-child,
  .tab-list ul li #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > a:first-child,
  #new-expertise-area .expertise-heads .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.head-of-group > a:first-child,
  #new-expertise-area .expertise-heads .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.head-of-group > a:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h4:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .expertise-nav-sidebar.contain.head-of-group > a:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .feature .contain.head-of-group > span:first-child,
  .feature section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .tab-list ul li .contain.head-of-group > a:first-child,
  .tab-list ul li section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h5:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h5:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h6:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h6:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .head-of-group > p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area .expertise-heads .head-of-group > p,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.podcasts .side-text .head-of-group > h2,
  body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area .expertise-heads .head-of-group > h2,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.publications .side-text .head-of-group > h2,
  body.page-template-template-hub section.articles.publications .side-text #new-expertise-area .expertise-heads .head-of-group > h2,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results .contain .head-of-group > .h3,
  body.page-template-template-hub section.search-results .contain #new-expertise-area .expertise-heads .head-of-group > .h3,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none .contain .head-of-group > .h3,
  body.page-template-template-hub section.search-results-none .contain #new-expertise-area .expertise-heads .head-of-group > .h3,
  #new-expertise-area .expertise-heads body.page-template-template-hub section .contain.head-of-group > h2,
  body.page-template-template-hub section #new-expertise-area .expertise-heads .contain.head-of-group > h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 48em) {
  #new-expertise-area .expertise-heads .practice-director > h3, #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h1:first-child, section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h1:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h2:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h2:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h3:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results .contain.practice-director > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results section#hub-intro .contain.practice-director > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results-none .contain.practice-director > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none section#hub-intro .contain.practice-director > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > .h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h4:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .expertise-nav-sidebar.contain.practice-director > a:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .feature .contain.practice-director > span:first-child,
  .feature #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > span:first-child,
  #new-expertise-area .expertise-heads .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.practice-director > span:first-child,
  #new-expertise-area .expertise-heads .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.practice-director > span:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .tab-list ul li .contain.practice-director > a:first-child,
  .tab-list ul li #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > a:first-child,
  #new-expertise-area .expertise-heads .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.practice-director > a:first-child,
  #new-expertise-area .expertise-heads .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.practice-director > a:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h4:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .expertise-nav-sidebar.contain.practice-director > a:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .feature .contain.practice-director > span:first-child,
  .feature section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area .expertise-heads .contain.practice-director > span:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .tab-list ul li .contain.practice-director > a:first-child,
  .tab-list ul li section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area .expertise-heads .contain.practice-director > a:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h5:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h5:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.practice-director > h6:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.practice-director > h6:first-child, #new-expertise-area .expertise-heads body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .practice-director > p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area .expertise-heads .practice-director > p, #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.podcasts .side-text .practice-director > h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area .expertise-heads .practice-director > h2, #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.publications .side-text .practice-director > h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area .expertise-heads .practice-director > h2, #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results .contain .practice-director > .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area .expertise-heads .practice-director > .h3, #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none .contain .practice-director > .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area .expertise-heads .practice-director > .h3, #new-expertise-area .expertise-heads body.page-template-template-hub section .contain.practice-director > h2, body.page-template-template-hub section #new-expertise-area .expertise-heads .contain.practice-director > h2,
  #new-expertise-area .expertise-heads .head-of-group > h3,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h1:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h1:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h2:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h2:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h3:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results .contain.head-of-group > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results section#hub-intro .contain.head-of-group > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro body.page-template-template-hub section.search-results-none .contain.head-of-group > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none section#hub-intro .contain.head-of-group > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > .h3:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h4:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .expertise-nav-sidebar.contain.head-of-group > a:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .feature .contain.head-of-group > span:first-child,
  .feature #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > span:first-child,
  #new-expertise-area .expertise-heads .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.head-of-group > span:first-child,
  #new-expertise-area .expertise-heads .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.head-of-group > span:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .tab-list ul li .contain.head-of-group > a:first-child,
  .tab-list ul li #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > a:first-child,
  #new-expertise-area .expertise-heads .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.head-of-group > a:first-child,
  #new-expertise-area .expertise-heads .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.head-of-group > a:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h4:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .expertise-nav-sidebar.contain.head-of-group > a:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .feature .contain.head-of-group > span:first-child,
  .feature section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area .expertise-heads .contain.head-of-group > span:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .tab-list ul li .contain.head-of-group > a:first-child,
  .tab-list ul li section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area .expertise-heads .contain.head-of-group > a:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h5:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h5:first-child,
  #new-expertise-area .expertise-heads section#hub-intro .contain.head-of-group > h6:first-child,
  section#hub-intro #new-expertise-area .expertise-heads .contain.head-of-group > h6:first-child,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .head-of-group > p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area .expertise-heads .head-of-group > p,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.podcasts .side-text .head-of-group > h2,
  body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area .expertise-heads .head-of-group > h2,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.articles.publications .side-text .head-of-group > h2,
  body.page-template-template-hub section.articles.publications .side-text #new-expertise-area .expertise-heads .head-of-group > h2,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results .contain .head-of-group > .h3,
  body.page-template-template-hub section.search-results .contain #new-expertise-area .expertise-heads .head-of-group > .h3,
  #new-expertise-area .expertise-heads body.page-template-template-hub section.search-results-none .contain .head-of-group > .h3,
  body.page-template-template-hub section.search-results-none .contain #new-expertise-area .expertise-heads .head-of-group > .h3,
  #new-expertise-area .expertise-heads body.page-template-template-hub section .contain.head-of-group > h2,
  body.page-template-template-hub section #new-expertise-area .expertise-heads .contain.head-of-group > h2 {
    font-size: 1.3em;
  }
}
#new-expertise-area .expertise-heads .practice-director .image,
#new-expertise-area .expertise-heads .head-of-group .image {
  position: relative;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 26.5625em) {
  #new-expertise-area .expertise-heads .practice-director .image,
  #new-expertise-area .expertise-heads .head-of-group .image {
    display: block;
    height: 100%;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 37.625rem) {
  #new-expertise-area .expertise-heads .practice-director .image,
  #new-expertise-area .expertise-heads .head-of-group .image {
    max-height: none;
  }
}
#new-expertise-area .expertise-heads .practice-director .image a,
#new-expertise-area .expertise-heads .head-of-group .image a {
  display: block;
  height: 100%;
  position: relative;
}
#new-expertise-area .expertise-heads .practice-director .image img,
#new-expertise-area .expertise-heads .head-of-group .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 102%;
  width: 102%;
}
#new-expertise-area .expertise-heads .practice-director .info,
#new-expertise-area .expertise-heads .head-of-group .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
}
@media screen and (min-width: 26.5625em) {
  #new-expertise-area .expertise-heads .practice-director .info,
  #new-expertise-area .expertise-heads .head-of-group .info {
    padding: 0.5em 0.5em 0.5em 0;
  }
}
#new-expertise-area .expertise-heads .practice-director .info h3, #new-expertise-area .expertise-heads .practice-director .info section#hub-intro .contain > h1:first-child, section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > h1:first-child,
#new-expertise-area .expertise-heads .practice-director .info section#hub-intro .contain > h2:first-child,
section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area .expertise-heads .practice-director .info .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area .expertise-heads .practice-director .info .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > .h3:first-child,
#new-expertise-area .expertise-heads .practice-director .info section#hub-intro .contain > h4:first-child,
#new-expertise-area .expertise-heads .practice-director .info section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#new-expertise-area .expertise-heads .practice-director .info section#hub-intro .feature .contain > span:first-child,
.feature #new-expertise-area .expertise-heads .practice-director .info section#hub-intro .contain > span:first-child,
#new-expertise-area .expertise-heads .practice-director .info .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#new-expertise-area .expertise-heads .practice-director .info .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#new-expertise-area .expertise-heads .practice-director .info section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #new-expertise-area .expertise-heads .practice-director .info section#hub-intro .contain > a:first-child,
#new-expertise-area .expertise-heads .practice-director .info .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#new-expertise-area .expertise-heads .practice-director .info .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > h4:first-child,
section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .feature .contain > span:first-child,
.feature section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area .expertise-heads .practice-director .info .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area .expertise-heads .practice-director .info .contain > span:first-child,
section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area .expertise-heads .practice-director .info .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area .expertise-heads .practice-director .info .contain > a:first-child,
#new-expertise-area .expertise-heads .practice-director .info section#hub-intro .contain > h5:first-child,
section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > h5:first-child,
#new-expertise-area .expertise-heads .practice-director .info section#hub-intro .contain > h6:first-child,
section#hub-intro #new-expertise-area .expertise-heads .practice-director .info .contain > h6:first-child, #new-expertise-area .expertise-heads .practice-director .info body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area .expertise-heads .practice-director .info p, #new-expertise-area .expertise-heads .practice-director .info body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area .expertise-heads .practice-director .info h2, #new-expertise-area .expertise-heads .practice-director .info body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area .expertise-heads .practice-director .info h2, #new-expertise-area .expertise-heads .practice-director .info body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area .expertise-heads .practice-director .info .h3, #new-expertise-area .expertise-heads .practice-director .info body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area .expertise-heads .practice-director .info .h3, #new-expertise-area .expertise-heads .practice-director .info body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #new-expertise-area .expertise-heads .practice-director .info .contain > h2,
#new-expertise-area .expertise-heads .head-of-group .info h3,
#new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .contain > h1:first-child,
section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > h1:first-child,
#new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .contain > h2:first-child,
section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area .expertise-heads .head-of-group .info .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area .expertise-heads .head-of-group .info .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > .h3:first-child,
#new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .contain > h4:first-child,
#new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .feature .contain > span:first-child,
.feature #new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .contain > span:first-child,
#new-expertise-area .expertise-heads .head-of-group .info .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#new-expertise-area .expertise-heads .head-of-group .info .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .contain > a:first-child,
#new-expertise-area .expertise-heads .head-of-group .info .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#new-expertise-area .expertise-heads .head-of-group .info .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > h4:first-child,
section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .feature .contain > span:first-child,
.feature section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #new-expertise-area .expertise-heads .head-of-group .info .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #new-expertise-area .expertise-heads .head-of-group .info .contain > span:first-child,
section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #new-expertise-area .expertise-heads .head-of-group .info .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #new-expertise-area .expertise-heads .head-of-group .info .contain > a:first-child,
#new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .contain > h5:first-child,
section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > h5:first-child,
#new-expertise-area .expertise-heads .head-of-group .info section#hub-intro .contain > h6:first-child,
section#hub-intro #new-expertise-area .expertise-heads .head-of-group .info .contain > h6:first-child,
#new-expertise-area .expertise-heads .head-of-group .info body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area .expertise-heads .head-of-group .info p,
#new-expertise-area .expertise-heads .head-of-group .info body.page-template-template-hub section.articles.podcasts .side-text h2,
body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area .expertise-heads .head-of-group .info h2,
#new-expertise-area .expertise-heads .head-of-group .info body.page-template-template-hub section.articles.publications .side-text h2,
body.page-template-template-hub section.articles.publications .side-text #new-expertise-area .expertise-heads .head-of-group .info h2,
#new-expertise-area .expertise-heads .head-of-group .info body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #new-expertise-area .expertise-heads .head-of-group .info .h3,
#new-expertise-area .expertise-heads .head-of-group .info body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #new-expertise-area .expertise-heads .head-of-group .info .h3,
#new-expertise-area .expertise-heads .head-of-group .info body.page-template-template-hub section .contain > h2,
body.page-template-template-hub section #new-expertise-area .expertise-heads .head-of-group .info .contain > h2 {
  margin-top: 0;
}
#new-expertise-area .expertise-heads .practice-director .info p,
#new-expertise-area .expertise-heads .head-of-group .info p {
  margin: 0.3rem 0 1.5rem 0;
}
#new-expertise-area .expertise-heads .practice-director .info p.name,
#new-expertise-area .expertise-heads .head-of-group .info p.name {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
}
#new-expertise-area .expertise-heads .practice-director .info p.contact span,
#new-expertise-area .expertise-heads .head-of-group .info p.contact span {
  display: block;
  margin-bottom: 0.3rem;
  white-space: normal;
  word-wrap: anywhere;
}
#new-expertise-area .expertise-heads .practice-director .info p.contact span:last-child,
#new-expertise-area .expertise-heads .head-of-group .info p.contact span:last-child {
  margin-bottom: 0;
}
#new-expertise-area .expertise-heads .practice-director .info > *:first-child,
#new-expertise-area .expertise-heads .head-of-group .info > *:first-child {
  margin-top: 0;
}
#new-expertise-area .expertise-heads .practice-director .info > *:last-child,
#new-expertise-area .expertise-heads .head-of-group .info > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  # º£½ÇÆÆ½â°æ Page
  --------------------------------------------------------------*/
.page-template-template-direct-access-form main {
  background-color: #fff;
  padding: 2em 0;
}
.page-template-template-direct-access-form main .area-overview h2 {
  text-align: center;
  margin-top: 0.8em;
  color: rgb(22, 59, 68);
  font-size: 2.5rem;
  line-height: 1.2em;
  margin-bottom: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48rem) {
  .page-template-template-direct-access-form main .area-overview h2 {
    width: 43.75rem;
  }
}
@media screen and (min-width: 37.625rem) {
  .page-template-template-direct-access-form main .area-overview .columns {
    -webkit-columns: 3 8em;
    -moz-columns: 3 8em;
    columns: 3 8em;
  }
}
.page-template-template-direct-access-form main .area-overview .columns p {
  margin-top: 0;
  color: #59595a;
  padding: 0 0.5em;
}
.page-template-template-direct-access-form #recommendations {
  background: #fff;
}

.page-template-template-expertise-area-new #recommendations,
.page-template-template-direct-access-area #recommendations {
  background: #fff;
}
.page-template-template-expertise-area-new #recommendations.alt,
.page-template-template-direct-access-area #recommendations.alt {
  background: #eeeeee;
}

.page-template-template-direct-access-area #recommendations {
  background: rgb(238, 238, 238);
}

#recommendation-jump {
  padding: 1.5em 0;
  background-color: rgb(22, 59, 68);
  color: #ffffff;
  text-align: center;
}
#recommendation-jump .btn, #recommendation-jump .tab-list ul li.active a, .tab-list ul li.active #recommendation-jump a, #recommendation-jump .gform_button {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 1em 3em;
}
#recommendation-jump .btn:hover, #recommendation-jump .tab-list ul li.active a:hover, .tab-list ul li.active #recommendation-jump a:hover, #recommendation-jump .gform_button:hover {
  background-color: #ffffff;
  color: rgb(22, 59, 68);
}

#recommendations {
  padding: 1.5em 0 3em;
  background-color: rgb(238, 238, 238);
}
#recommendations h2 {
  color: rgb(22, 59, 68);
  text-align: center;
  margin-top: 0.8em;
}
#recommendations .full-width {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48.125em) {
  #recommendations .full-width {
    flex-direction: row;
  }
}
#recommendations .organisation {
  flex: 1;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  border-bottom: 1px solid rgb(22, 59, 68);
}
#recommendations .organisation:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48.125em) {
  #recommendations .organisation {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  #recommendations .organisation:last-child {
    margin-right: 0;
  }
}
#recommendations .organisation h5 {
  font-family: "Apercu Regular", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  color: rgb(22, 59, 68);
}
#recommendations .recommendations {
  flex: 2;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  color: #8c8c8c;
}
#recommendations .recommendations:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48.125em) {
  #recommendations .recommendations {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  #recommendations .recommendations:last-child {
    margin-right: 0;
  }
}
#recommendations .recommendations p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
    # Barrister List
    --------------------------------------------------------------*/
.results-message {
  font-size: 1.9rem;
  font-family: berlingske;
  display: none;
  float: left;
  margin-top: 1rem;
  margin-bottom: 4.5rem;
}

.page-template-template-direct-access-area #our-people .barrister-filter,
.page-template-template-expertise-area-new #our-people .barrister-filter,
.page-template-template-expertise-area #our-people .barrister-filter {
  margin: 3rem 0 0;
}
.page-template-template-direct-access-area #our-people .results-message,
.page-template-template-expertise-area-new #our-people .results-message,
.page-template-template-expertise-area #our-people .results-message {
  font-size: 1.9rem;
  font-family: berlingske;
}

.post-type-archive-staff #our-people .results-message {
  width: 100%;
  clear: both;
  margin-bottom: 3.5rem;
}

#our-people {
  padding: 0;
  background-color: #ffffff;
}
#our-people .more-news {
  margin-bottom: 1.5em;
  text-align: center;
}
#our-people .news-panel {
  background: #eeeeee;
}
#our-people h2 {
  color: rgb(22, 59, 68);
  font-size: 2em;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
  margin-left: 0.8rem;
  clear: both;
  text-align: center;
}
@media screen and (min-width: 48em) {
  #our-people h2 {
    font-size: 3.3em;
  }
}
#our-people h3:not(.entry-title), #our-people section#hub-intro .contain > h1:not(.entry-title):first-child, section#hub-intro #our-people .contain > h1:not(.entry-title):first-child,
#our-people section#hub-intro .contain > h2:not(.entry-title):first-child,
section#hub-intro #our-people .contain > h2:not(.entry-title):first-child,
#our-people section#hub-intro .contain > h3:not(.entry-title):first-child,
section#hub-intro #our-people .contain > h3:not(.entry-title):first-child,
section#hub-intro body.page-template-template-hub section.search-results #our-people .contain > .h3:not(.entry-title):first-child,
body.page-template-template-hub section.search-results section#hub-intro #our-people .contain > .h3:not(.entry-title):first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #our-people .contain > .h3:not(.entry-title):first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #our-people .contain > .h3:not(.entry-title):first-child,
#our-people section#hub-intro .contain > h4:not(.entry-title):first-child,
#our-people section#hub-intro .expertise-nav-sidebar.contain > a:not(.entry-title):first-child,
#our-people section#hub-intro .feature .contain > span:not(.entry-title):first-child,
.feature #our-people section#hub-intro .contain > span:not(.entry-title):first-child,
#our-people .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:not(.entry-title):first-child,
#our-people .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:not(.entry-title):first-child,
#our-people section#hub-intro .tab-list ul li .contain > a:not(.entry-title):first-child,
.tab-list ul li #our-people section#hub-intro .contain > a:not(.entry-title):first-child,
#our-people .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:not(.entry-title):first-child,
#our-people .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:not(.entry-title):first-child,
section#hub-intro #our-people .contain > h4:not(.entry-title):first-child,
section#hub-intro #our-people .expertise-nav-sidebar.contain > a:not(.entry-title):first-child,
section#hub-intro #our-people .feature .contain > span:not(.entry-title):first-child,
.feature section#hub-intro #our-people .contain > span:not(.entry-title):first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #our-people .contain > span:not(.entry-title):first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #our-people .contain > span:not(.entry-title):first-child,
section#hub-intro #our-people .tab-list ul li .contain > a:not(.entry-title):first-child,
.tab-list ul li section#hub-intro #our-people .contain > a:not(.entry-title):first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #our-people .contain > a:not(.entry-title):first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #our-people .contain > a:not(.entry-title):first-child,
#our-people section#hub-intro .contain > h5:not(.entry-title):first-child,
section#hub-intro #our-people .contain > h5:not(.entry-title):first-child,
#our-people section#hub-intro .contain > h6:not(.entry-title):first-child,
section#hub-intro #our-people .contain > h6:not(.entry-title):first-child, #our-people body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p:not(.entry-title), body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #our-people p:not(.entry-title), #our-people body.page-template-template-hub section.articles.podcasts .side-text h2:not(.entry-title), body.page-template-template-hub section.articles.podcasts .side-text #our-people h2:not(.entry-title), #our-people body.page-template-template-hub section.articles.publications .side-text h2:not(.entry-title), body.page-template-template-hub section.articles.publications .side-text #our-people h2:not(.entry-title), #our-people body.page-template-template-hub section.search-results .contain .h3:not(.entry-title), body.page-template-template-hub section.search-results .contain #our-people .h3:not(.entry-title), #our-people body.page-template-template-hub section.search-results-none .contain .h3:not(.entry-title), body.page-template-template-hub section.search-results-none .contain #our-people .h3:not(.entry-title), #our-people body.page-template-template-hub section .contain > h2:not(.entry-title), body.page-template-template-hub section #our-people .contain > h2:not(.entry-title) {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgb(22, 59, 68);
  clear: both;
}
@media screen and (min-width: 48em) {
  #our-people h3:not(.entry-title), #our-people section#hub-intro .contain > h1:not(.entry-title):first-child, section#hub-intro #our-people .contain > h1:not(.entry-title):first-child,
  #our-people section#hub-intro .contain > h2:not(.entry-title):first-child,
  section#hub-intro #our-people .contain > h2:not(.entry-title):first-child,
  #our-people section#hub-intro .contain > h3:not(.entry-title):first-child,
  section#hub-intro #our-people .contain > h3:not(.entry-title):first-child,
  section#hub-intro body.page-template-template-hub section.search-results #our-people .contain > .h3:not(.entry-title):first-child,
  body.page-template-template-hub section.search-results section#hub-intro #our-people .contain > .h3:not(.entry-title):first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #our-people .contain > .h3:not(.entry-title):first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #our-people .contain > .h3:not(.entry-title):first-child,
  #our-people section#hub-intro .contain > h4:not(.entry-title):first-child,
  #our-people section#hub-intro .expertise-nav-sidebar.contain > a:not(.entry-title):first-child,
  #our-people section#hub-intro .feature .contain > span:not(.entry-title):first-child,
  .feature #our-people section#hub-intro .contain > span:not(.entry-title):first-child,
  #our-people .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:not(.entry-title):first-child,
  #our-people .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:not(.entry-title):first-child,
  #our-people section#hub-intro .tab-list ul li .contain > a:not(.entry-title):first-child,
  .tab-list ul li #our-people section#hub-intro .contain > a:not(.entry-title):first-child,
  #our-people .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:not(.entry-title):first-child,
  #our-people .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:not(.entry-title):first-child,
  section#hub-intro #our-people .contain > h4:not(.entry-title):first-child,
  section#hub-intro #our-people .expertise-nav-sidebar.contain > a:not(.entry-title):first-child,
  section#hub-intro #our-people .feature .contain > span:not(.entry-title):first-child,
  .feature section#hub-intro #our-people .contain > span:not(.entry-title):first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #our-people .contain > span:not(.entry-title):first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #our-people .contain > span:not(.entry-title):first-child,
  section#hub-intro #our-people .tab-list ul li .contain > a:not(.entry-title):first-child,
  .tab-list ul li section#hub-intro #our-people .contain > a:not(.entry-title):first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #our-people .contain > a:not(.entry-title):first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #our-people .contain > a:not(.entry-title):first-child,
  #our-people section#hub-intro .contain > h5:not(.entry-title):first-child,
  section#hub-intro #our-people .contain > h5:not(.entry-title):first-child,
  #our-people section#hub-intro .contain > h6:not(.entry-title):first-child,
  section#hub-intro #our-people .contain > h6:not(.entry-title):first-child, #our-people body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p:not(.entry-title), body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #our-people p:not(.entry-title), #our-people body.page-template-template-hub section.articles.podcasts .side-text h2:not(.entry-title), body.page-template-template-hub section.articles.podcasts .side-text #our-people h2:not(.entry-title), #our-people body.page-template-template-hub section.articles.publications .side-text h2:not(.entry-title), body.page-template-template-hub section.articles.publications .side-text #our-people h2:not(.entry-title), #our-people body.page-template-template-hub section.search-results .contain .h3:not(.entry-title), body.page-template-template-hub section.search-results .contain #our-people .h3:not(.entry-title), #our-people body.page-template-template-hub section.search-results-none .contain .h3:not(.entry-title), body.page-template-template-hub section.search-results-none .contain #our-people .h3:not(.entry-title), #our-people body.page-template-template-hub section .contain > h2:not(.entry-title), body.page-template-template-hub section #our-people .contain > h2:not(.entry-title) {
    font-size: 2.5em;
  }
}
#our-people .barristers-wrapper {
  margin-bottom: 4em;
}
#our-people .barristers-wrapper.no_results + .results-message {
  display: block;
}
#our-people .barristers-wrapper .barristers-group .heading p.barrister-help {
  display: none;
}
#our-people .barristers-wrapper .barristers-group .heading h3, #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child, section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child,
#our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child,
section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.search-results #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
#our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child,
#our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child,
.feature #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child,
#our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child,
#our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child,
section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child,
.feature section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
#our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child,
section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child,
#our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child,
section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #our-people .barristers-wrapper .barristers-group .heading p, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #our-people .barristers-wrapper .barristers-group .heading h2, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #our-people .barristers-wrapper .barristers-group .heading h2, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #our-people .barristers-wrapper .barristers-group .heading .h3, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #our-people .barristers-wrapper .barristers-group .heading .h3, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #our-people .barristers-wrapper .barristers-group .heading .contain > h2 {
  margin: 0 0 0.4em 0;
}
@media screen and (min-width: 64em) {
  #our-people .barristers-wrapper .barristers-group .heading h3, #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child, section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child,
  #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child,
  section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
  #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child,
  #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child,
  .feature #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child,
  #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child,
  #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child,
  section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child,
  .feature section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
  section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
  #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child,
  section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child,
  #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child,
  section#hub-intro #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #our-people .barristers-wrapper .barristers-group .heading p, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #our-people .barristers-wrapper .barristers-group .heading h2, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #our-people .barristers-wrapper .barristers-group .heading h2, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #our-people .barristers-wrapper .barristers-group .heading .h3, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #our-people .barristers-wrapper .barristers-group .heading .h3, #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #our-people .barristers-wrapper .barristers-group .heading .contain > h2 {
    padding-top: 0.6em;
    margin: 0.4em 0;
  }
}
#our-people .barristers-wrapper .barristers-group:not(.no_results):first-of-type .heading p.barrister-help {
  display: block;
}
#our-people .barristers-group.no_results {
  display: none;
}
#our-people .barristers-group .heading {
  position: relative;
  border-bottom: 1px solid rgb(22, 59, 68);
  padding-bottom: 0.5em;
}
#our-people .barristers-group .heading .barrister-help {
  margin: 2em 0 1em 0;
}
@media screen and (min-width: 64em) {
  #our-people .barristers-group .heading .barrister-help {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#our-people .barrister-list {
  margin: 2em -0.5em;
}
#our-people .barrister-list:after {
  content: "";
  display: table;
  clear: both;
}
#our-people .barrister-list.no_results {
  margin: 0;
}
#our-people .barrister-list.no_results + .results-message {
  display: block;
}

.post-type-archive-barristers #our-people {
  padding: 0;
}
.post-type-archive-barristers #our-people .barristers-wrapper {
  margin-top: 1em;
  margin-bottom: 4em;
}
.post-type-archive-barristers #our-people .barristers-wrapper.no_results + .results-message {
  display: block;
}
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p.barrister-help {
  display: none;
}
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h3:first-child,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 {
  margin: 0;
  padding: 0;
}
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h3:first-child a,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h3:first-child a,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a {
  display: block;
  color: rgb(22, 59, 68);
  position: relative;
  padding: 0.5em 2em 0.5em 0;
}
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after {
  content: "\e908";
  position: absolute;
  display: block;
  transform-origin: center center;
  right: 1em;
  top: 50%;
  transform: rotate(-90deg) translateX(50%) translateY(50%);
}
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group ul {
  display: flex;
  max-height: 0;
  overflow: hidden;
}
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > h1:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > .h3:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .contain > h4:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > h4:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > span:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > a:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > h5:first-child a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > h6:first-child a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading p a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .h3 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group.active .heading .contain > h2 a:after {
  transform: rotate(90deg) translateX(-50%) translateY(-50%);
}
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group:not(.no_results):first-of-type .heading p.barrister-help {
  display: block;
}

label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
  color: rgb(22, 59, 68);
}

.barrister-instructions {
  position: relative;
  background: rgb(22, 59, 68);
  margin: 0;
  padding: 1.5em 2em;
}
.barrister-instructions .barrister-help {
  position: relative;
  background: #fff;
  margin: -1.5em -2em 0 -2em;
  padding: 0 0 3em 0;
  font-size: 1em;
  color: rgb(89, 89, 89);
}
.barrister-instructions .barrister-help:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1.5em;
  width: 100%;
  background: rgb(22, 59, 68);
}
@media screen and (min-width: 64em) {
  .barrister-instructions .barrister-help {
    margin: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: -2em;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .barrister-instructions .barrister-help:after {
    content: none;
  }
}
.barrister-instructions.border {
  padding: 0.8rem 0.8rem;
  border: 1px solid #7d7d7d;
}
.barrister-instructions h3, .barrister-instructions section#hub-intro .contain > h1:first-child, section#hub-intro .barrister-instructions .contain > h1:first-child,
.barrister-instructions section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.barrister-instructions section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.barrister-instructions section#hub-intro .contain > h2:first-child,
section#hub-intro .barrister-instructions .contain > h2:first-child,
.barrister-instructions section#hub-intro .contain > h3:first-child,
section#hub-intro .barrister-instructions .contain > h3:first-child,
.barrister-instructions section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .barrister-instructions .contain > .h3:first-child,
.barrister-instructions body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .barrister-instructions .contain > .h3:first-child,
.barrister-instructions section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .barrister-instructions .contain > .h3:first-child,
.barrister-instructions body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .barrister-instructions .contain > .h3:first-child,
.barrister-instructions section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .barrister-instructions .contain > p:first-child,
.barrister-instructions body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .barrister-instructions .contain > p:first-child,
.barrister-instructions section#hub-intro .contain > h4:first-child,
.barrister-instructions section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.barrister-instructions section#hub-intro .feature .contain > span:first-child,
.feature .barrister-instructions section#hub-intro .contain > span:first-child,
.barrister-instructions .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.barrister-instructions .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.barrister-instructions section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .barrister-instructions section#hub-intro .contain > a:first-child,
.barrister-instructions .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.barrister-instructions .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .barrister-instructions .contain > h4:first-child,
section#hub-intro .barrister-instructions .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .barrister-instructions .feature .contain > span:first-child,
.feature section#hub-intro .barrister-instructions .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .barrister-instructions .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .barrister-instructions .contain > span:first-child,
section#hub-intro .barrister-instructions .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .barrister-instructions .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .barrister-instructions .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .barrister-instructions .contain > a:first-child,
.barrister-instructions section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
.barrister-instructions section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
.barrister-instructions section#hub-intro .contain > h5:first-child,
section#hub-intro .barrister-instructions .contain > h5:first-child,
.barrister-instructions section#hub-intro .contain > h6:first-child,
section#hub-intro .barrister-instructions .contain > h6:first-child, .barrister-instructions body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .barrister-instructions p, .barrister-instructions body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .barrister-instructions h2, .barrister-instructions body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .barrister-instructions h2, .barrister-instructions body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .barrister-instructions .h3, .barrister-instructions body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .barrister-instructions .h3, .barrister-instructions body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .barrister-instructions .contain > h2 {
  color: #fff !important;
  font-size: 1.5rem !important;
  margin: 0 0 0.3rem;
}
.barrister-instructions p {
  color: #fff;
  font-size: 0.9rem;
  margin: 0 0 0.5rem;
}
.barrister-instructions a {
  color: #fff;
}

form#barrister-search:after {
  content: "";
  display: table;
  clear: both;
}
form#barrister-search:not(:first-child) {
  margin-top: 2em;
}
form#barrister-search .barrister-filter-bar-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5em;
}
@media screen and (min-width: 48em) {
  form#barrister-search .barrister-filter-bar-wrapper {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
form#barrister-search .barrister-text-search-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
@media screen and (min-width: 48em) {
  form#barrister-search .barrister-text-search-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 40%;
    -moz-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
form#barrister-search .barrister-text-search-wrapper .input-wrapper {
  padding: 0.5em;
  width: 100%;
}
form#barrister-search .barrister-text-search-wrapper .input-wrapper input[type=search],
form#barrister-search .barrister-text-search-wrapper .input-wrapper input[type=text] {
  width: 100%;
  border: 1px solid #7d7d7d;
  padding: 0.7rem 0.8rem 0.8rem;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1.5;
  min-width: 15.625rem;
}
form#barrister-search .barrister-text-search-wrapper .input-wrapper input[type=search]:focus,
form#barrister-search .barrister-text-search-wrapper .input-wrapper input[type=text]:focus {
  border-color: #9a0748;
}
form#barrister-search .barrister-text-search-wrapper #filter-count {
  float: right;
  font-size: 1.3rem;
  margin-left: 2rem;
  margin-top: 2.4rem;
}
form#barrister-search .barrister-filter {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
@media screen and (min-width: 48em) {
  form#barrister-search .barrister-filter {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 60%;
    -moz-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
}
@media screen and (min-width: 48em) {
  form#barrister-search .barrister-filter {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
form#barrister-search .barrister-filter .filter {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.5em;
}
@media screen and (min-width: 26.5625em) {
  form#barrister-search .barrister-filter .filter {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
form#barrister-search .barrister-filter .filter > label {
  font-size: 0.9rem;
  color: #676666;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: block;
}
form#barrister-search .barrister-filter .filter select {
  width: 100%;
}

.styled-select {
  width: 100%;
  position: relative;
  position: relative;
}
.styled-select.active [class^=icon-], .styled-select.active ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .styled-select.active a:before, .styled-select.active section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .styled-select.active p.tel:before, .styled-select.active .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading .styled-select.active a:after, .styled-select.active .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul .styled-select.active li.menu-item-has-children > a:after, .styled-select.active .expertise-nav-sidebar > a:first-child:after, .styled-select.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .styled-select.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .styled-select.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select.active a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select.active .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select.active a:before, .styled-select.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select.active a.gform_button:before, .styled-select.active .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .styled-select.active li:before, .styled-select.active .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper .styled-select.active .ginput_container_select.ginput_container_select:before, .styled-select.active .btn.external:after, .styled-select.active .tab-list ul li.active a.external:after, .tab-list ul li.active .styled-select.active a.external:after, .styled-select.active .external.gform_button:after, .styled-select.active .btn.inline-flex:before, .styled-select.active .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .styled-select.active a.inline-flex:before, .styled-select.active .inline-flex.gform_button:before, .styled-select.active .btn.tel:before, .styled-select.active .tab-list ul li.active a.tel:before, .tab-list ul li.active .styled-select.active a.tel:before, .styled-select.active .tel.gform_button:before, .styled-select.active .btn.email:before, .styled-select.active .tab-list ul li.active a.email:before, .tab-list ul li.active .styled-select.active a.email:before, .styled-select.active .email.gform_button:before, .styled-select.active .btn.back:before, .styled-select.active .tab-list ul li.active a.back:before, .tab-list ul li.active .styled-select.active a.back:before, .styled-select.active .back.gform_button:before, .styled-select.active .btn.forward:after, .styled-select.active .tab-list ul li.active a.forward:after, .tab-list ul li.active .styled-select.active a.forward:after, .styled-select.active .forward.gform_button:after, .styled-select.active .btn.subscribe:before, .styled-select.active .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .styled-select.active a.subscribe:before, .styled-select.active .subscribe.gform_button:before, .styled-select.active .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .styled-select.active li:before, .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
.styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .styled-select.active .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 .styled-select.active a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child .styled-select.active a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child .styled-select.active a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child .styled-select.active a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select.active a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select.active a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select.active a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child .styled-select.active a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child .styled-select.active a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child .styled-select.active a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child .styled-select.active a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child .styled-select.active a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child .styled-select.active a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select.active a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select.active a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select.active a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child .styled-select.active a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select.active a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select.active a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child .styled-select.active a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child .styled-select.active a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child .styled-select.active a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child .styled-select.active a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p .styled-select.active a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p .styled-select.active a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 .styled-select.active a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select.active a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 .styled-select.active a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select.active a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 .styled-select.active a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select.active a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 .styled-select.active a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select.active a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 .styled-select.active a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 .styled-select.active a:after, .styled-select:hover [class^=icon-], .styled-select:hover ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .styled-select:hover a:before, .styled-select:hover section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .styled-select:hover p.tel:before, .styled-select:hover .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading .styled-select:hover a:after, .styled-select:hover .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul .styled-select:hover li.menu-item-has-children > a:after, .styled-select:hover .expertise-nav-sidebar > a:first-child:after, .styled-select:hover body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .styled-select:hover body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .styled-select:hover body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select:hover a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select:hover .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select:hover a:before, .styled-select:hover body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select:hover a.gform_button:before, .styled-select:hover .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .styled-select:hover li:before, .styled-select:hover .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper .styled-select:hover .ginput_container_select.ginput_container_select:before, .styled-select:hover .btn.external:after, .styled-select:hover .tab-list ul li.active a.external:after, .tab-list ul li.active .styled-select:hover a.external:after, .styled-select:hover .external.gform_button:after, .styled-select:hover .btn.inline-flex:before, .styled-select:hover .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .styled-select:hover a.inline-flex:before, .styled-select:hover .inline-flex.gform_button:before, .styled-select:hover .btn.tel:before, .styled-select:hover .tab-list ul li.active a.tel:before, .tab-list ul li.active .styled-select:hover a.tel:before, .styled-select:hover .tel.gform_button:before, .styled-select:hover .btn.email:before, .styled-select:hover .tab-list ul li.active a.email:before, .tab-list ul li.active .styled-select:hover a.email:before, .styled-select:hover .email.gform_button:before, .styled-select:hover .btn.back:before, .styled-select:hover .tab-list ul li.active a.back:before, .tab-list ul li.active .styled-select:hover a.back:before, .styled-select:hover .back.gform_button:before, .styled-select:hover .btn.forward:after, .styled-select:hover .tab-list ul li.active a.forward:after, .tab-list ul li.active .styled-select:hover a.forward:after, .styled-select:hover .forward.gform_button:after, .styled-select:hover .btn.subscribe:before, .styled-select:hover .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .styled-select:hover a.subscribe:before, .styled-select:hover .subscribe.gform_button:before, .styled-select:hover .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .styled-select:hover li:before, .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
.styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .styled-select:hover .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 .styled-select:hover a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child .styled-select:hover a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child .styled-select:hover a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child .styled-select:hover a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select:hover a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select:hover a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select:hover a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child .styled-select:hover a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child .styled-select:hover a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child .styled-select:hover a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child .styled-select:hover a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child .styled-select:hover a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child .styled-select:hover a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select:hover a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select:hover a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select:hover a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child .styled-select:hover a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select:hover a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select:hover a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child .styled-select:hover a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child .styled-select:hover a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child .styled-select:hover a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child .styled-select:hover a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p .styled-select:hover a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p .styled-select:hover a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 .styled-select:hover a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select:hover a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 .styled-select:hover a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select:hover a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 .styled-select:hover a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select:hover a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 .styled-select:hover a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select:hover a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 .styled-select:hover a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 .styled-select:hover a:after {
  color: #9a0748;
}
.styled-select.active select, .styled-select:hover select {
  border-color: #9a0748;
}
.styled-select select {
  color: #676666;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.7rem 2.2rem 0.8rem 0.8rem;
  background: transparent;
  z-index: 1;
  line-height: 1.5;
}
.styled-select [class^=icon-], .styled-select ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .styled-select a:before, .styled-select section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .styled-select p.tel:before, .styled-select .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading .styled-select a:after, .styled-select .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul .styled-select li.menu-item-has-children > a:after, .styled-select .expertise-nav-sidebar > a:first-child:after, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a:before, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a.gform_button:before, .styled-select .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .styled-select li:before, .styled-select .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper .styled-select .ginput_container_select.ginput_container_select:before, .styled-select .btn.external:after, .styled-select .tab-list ul li.active a.external:after, .tab-list ul li.active .styled-select a.external:after, .styled-select .external.gform_button:after, .styled-select .btn.inline-flex:before, .styled-select .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .styled-select a.inline-flex:before, .styled-select .inline-flex.gform_button:before, .styled-select .btn.tel:before, .styled-select .tab-list ul li.active a.tel:before, .tab-list ul li.active .styled-select a.tel:before, .styled-select .tel.gform_button:before, .styled-select .btn.email:before, .styled-select .tab-list ul li.active a.email:before, .tab-list ul li.active .styled-select a.email:before, .styled-select .email.gform_button:before, .styled-select .btn.back:before, .styled-select .tab-list ul li.active a.back:before, .tab-list ul li.active .styled-select a.back:before, .styled-select .back.gform_button:before, .styled-select .btn.forward:after, .styled-select .tab-list ul li.active a.forward:after, .tab-list ul li.active .styled-select a.forward:after, .styled-select .forward.gform_button:after, .styled-select .btn.subscribe:before, .styled-select .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .styled-select a.subscribe:before, .styled-select .subscribe.gform_button:before, .styled-select .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .styled-select li:before, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
.styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child .styled-select a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child .styled-select a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child .styled-select a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child .styled-select a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child .styled-select a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child .styled-select a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child .styled-select a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child .styled-select a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p .styled-select a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 .styled-select a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 .styled-select a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 .styled-select a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 .styled-select a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 .styled-select a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 .styled-select a:after {
  color: #676666;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  font-size: 0.8rem;
  pointer-events: none;
}
.styled-select [class^=icon-]:before, .styled-select ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .styled-select a:before, .styled-select section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .styled-select p.tel:before, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a:before, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a.gform_button:before, .styled-select .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .styled-select li:before, .styled-select .single-events #eventregister .gform_wrapper .ginput_container_select:before, .single-events #eventregister .gform_wrapper .styled-select .ginput_container_select:before, .styled-select .btn.inline-flex:before, .styled-select .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .styled-select a.inline-flex:before, .styled-select .inline-flex.gform_button:before, .styled-select .btn.tel:before, .styled-select .tab-list ul li.active a.tel:before, .tab-list ul li.active .styled-select a.tel:before, .styled-select .tel.gform_button:before, .styled-select .btn.email:before, .styled-select .tab-list ul li.active a.email:before, .tab-list ul li.active .styled-select a.email:before, .styled-select .email.gform_button:before, .styled-select .btn.back:before, .styled-select .tab-list ul li.active a.back:before, .tab-list ul li.active .styled-select a.back:before, .styled-select .back.gform_button:before, .styled-select .btn.subscribe:before, .styled-select .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .styled-select a.subscribe:before, .styled-select .subscribe.gform_button:before, .styled-select .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .styled-select li:before {
  content: "\e911";
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 48rem) {
  .styled-select [class^=icon-], .styled-select ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .styled-select a:before, .styled-select section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .styled-select p.tel:before, .styled-select .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading .styled-select a:after, .styled-select .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul .styled-select li.menu-item-has-children > a:after, .styled-select .expertise-nav-sidebar > a:first-child:after, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a:before, .styled-select body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select a.gform_button:before, .styled-select .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .styled-select li:before, .styled-select .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper .styled-select .ginput_container_select.ginput_container_select:before, .styled-select .btn.external:after, .styled-select .tab-list ul li.active a.external:after, .tab-list ul li.active .styled-select a.external:after, .styled-select .external.gform_button:after, .styled-select .btn.inline-flex:before, .styled-select .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .styled-select a.inline-flex:before, .styled-select .inline-flex.gform_button:before, .styled-select .btn.tel:before, .styled-select .tab-list ul li.active a.tel:before, .tab-list ul li.active .styled-select a.tel:before, .styled-select .tel.gform_button:before, .styled-select .btn.email:before, .styled-select .tab-list ul li.active a.email:before, .tab-list ul li.active .styled-select a.email:before, .styled-select .email.gform_button:before, .styled-select .btn.back:before, .styled-select .tab-list ul li.active a.back:before, .tab-list ul li.active .styled-select a.back:before, .styled-select .back.gform_button:before, .styled-select .btn.forward:after, .styled-select .tab-list ul li.active a.forward:after, .tab-list ul li.active .styled-select a.forward:after, .styled-select .forward.gform_button:after, .styled-select .btn.subscribe:before, .styled-select .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .styled-select a.subscribe:before, .styled-select .subscribe.gform_button:before, .styled-select .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .styled-select li:before, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
  section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
  section#hub-intro body.page-template-template-hub section.search-results .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
  body.page-template-template-hub section.search-results section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
  section#hub-intro body.page-template-template-hub section.search-results-none .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
  body.page-template-template-hub section.search-results-none section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
  .feature .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
  .tab-list ul li .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
  section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
  section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
  section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
  .feature section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
  section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
  .tab-list ul li section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
  section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
  .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
  section#hub-intro .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .styled-select .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child .styled-select a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child .styled-select a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child .styled-select a:after,
  section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select a:after,
  body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select a:after,
  section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select a:after,
  body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child .styled-select a:after,
  .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child .styled-select a:after,
  .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child .styled-select a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child .styled-select a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child .styled-select a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child .styled-select a:after,
  .feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select a:after,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select a:after,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child .styled-select a:after,
  .tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select a:after,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select a:after,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child .styled-select a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child .styled-select a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child .styled-select a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p .styled-select a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 .styled-select a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 .styled-select a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 .styled-select a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 .styled-select a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 .styled-select a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 .styled-select a:after {
    width: 38px;
  }
}
.styled-select.expertise select {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.styled-select.expertise select option {
  color: rgb(89, 89, 89);
}
.styled-select.expertise [class^=icon-], .styled-select.expertise ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .styled-select.expertise a:before, .styled-select.expertise section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .styled-select.expertise p.tel:before, .styled-select.expertise .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading .styled-select.expertise a:after, .styled-select.expertise .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul .styled-select.expertise li.menu-item-has-children > a:after, .styled-select.expertise .expertise-nav-sidebar > a:first-child:after, .styled-select.expertise body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .styled-select.expertise body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .styled-select.expertise body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select.expertise a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select.expertise .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select.expertise a:before, .styled-select.expertise body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .styled-select.expertise a.gform_button:before, .styled-select.expertise .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .styled-select.expertise li:before, .styled-select.expertise .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper .styled-select.expertise .ginput_container_select.ginput_container_select:before, .styled-select.expertise .btn.external:after, .styled-select.expertise .tab-list ul li.active a.external:after, .tab-list ul li.active .styled-select.expertise a.external:after, .styled-select.expertise .external.gform_button:after, .styled-select.expertise .btn.inline-flex:before, .styled-select.expertise .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .styled-select.expertise a.inline-flex:before, .styled-select.expertise .inline-flex.gform_button:before, .styled-select.expertise .btn.tel:before, .styled-select.expertise .tab-list ul li.active a.tel:before, .tab-list ul li.active .styled-select.expertise a.tel:before, .styled-select.expertise .tel.gform_button:before, .styled-select.expertise .btn.email:before, .styled-select.expertise .tab-list ul li.active a.email:before, .tab-list ul li.active .styled-select.expertise a.email:before, .styled-select.expertise .email.gform_button:before, .styled-select.expertise .btn.back:before, .styled-select.expertise .tab-list ul li.active a.back:before, .tab-list ul li.active .styled-select.expertise a.back:before, .styled-select.expertise .back.gform_button:before, .styled-select.expertise .btn.forward:after, .styled-select.expertise .tab-list ul li.active a.forward:after, .tab-list ul li.active .styled-select.expertise a.forward:after, .styled-select.expertise .forward.gform_button:after, .styled-select.expertise .btn.subscribe:before, .styled-select.expertise .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .styled-select.expertise a.subscribe:before, .styled-select.expertise .subscribe.gform_button:before, .styled-select.expertise .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .styled-select.expertise li:before, .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
.styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .styled-select.expertise .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 .styled-select.expertise a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child .styled-select.expertise a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child .styled-select.expertise a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child .styled-select.expertise a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select.expertise a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select.expertise a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select.expertise a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child .styled-select.expertise a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child .styled-select.expertise a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child .styled-select.expertise a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child .styled-select.expertise a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child .styled-select.expertise a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child .styled-select.expertise a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select.expertise a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select.expertise a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .styled-select.expertise a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child .styled-select.expertise a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select.expertise a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select.expertise a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child .styled-select.expertise a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child .styled-select.expertise a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child .styled-select.expertise a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child .styled-select.expertise a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p .styled-select.expertise a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p .styled-select.expertise a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 .styled-select.expertise a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select.expertise a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 .styled-select.expertise a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .styled-select.expertise a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 .styled-select.expertise a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select.expertise a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 .styled-select.expertise a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .styled-select.expertise a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 .styled-select.expertise a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 .styled-select.expertise a:after {
  color: #ffffff;
}

.alphabet ul {
  list-style: none;
  padding-left: 0;
}
.alphabet ul li {
  display: inline;
  background: rgb(238, 238, 238);
  padding: 0.8em 1em;
  margin-right: 0.3em;
}

.barrister-help {
  display: block;
  text-align: left;
  font-size: 0.925rem;
  margin: 0;
}

.pup-lbl {
  cursor: pointer;
  display: inline-block;
  margin-right: -4px;
  background: #321644;
  color: #fff;
  padding: 0.4rem 0.9rem 0.3rem;
  right: 0;
  font-size: 0.87rem;
  bottom: 0;
}
.pup-lbl.inline {
  position: relative;
  font-size: 0.765em;
  padding: 0.3rem 0.5rem;
  margin: 0 0.2rem;
}

.dt-lbl {
  cursor: pointer;
  display: inline-block;
  margin-right: -4px;
  background: rgb(22, 59, 68);
  color: #fff;
  padding: 0.4rem 0.6rem 0.3rem;
  right: 0;
  font-size: 0.87rem;
  bottom: 0;
}
.dt-lbl.inline {
  position: relative;
  font-size: 0.765em;
  padding: 0.3rem 0.5rem;
  margin: 0 0.2rem;
}

.da-lbl {
  cursor: pointer;
  display: inline-block;
  margin-right: -4px;
  background: rgb(220, 203, 1);
  color: #fff;
  padding: 0.4rem 0.6rem 0.3rem;
  right: 0;
  font-size: 0.87rem;
  bottom: 0;
}
.da-lbl.inline {
  position: relative;
  font-size: 0.765em;
  padding: 0.3rem 0.5rem;
  margin: 0 0.2rem;
}

.pt-lbl {
  cursor: pointer;
  display: inline-block;
  margin-right: -4px;
  background: #a0b6af;
  color: #fff;
  padding: 0.4rem 0.9rem 0.3rem;
  right: 0;
  font-size: 0.87rem;
  bottom: 0;
}
.pt-lbl.inline {
  position: relative;
  font-size: 0.765em;
  padding: 0.3rem 0.5rem;
  margin: 0 0.2rem;
}

.barrister-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -0.5em;
}
.barrister-list li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 0.5em;
  margin: 0;
}
@media screen and (min-width: 48.125em) {
  .barrister-list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 68.75em) {
  .barrister-list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
.barrister-list li .barrister-panel {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgb(22, 59, 68);
  background: rgb(238, 238, 238);
  border-bottom: 2px solid rgb(22, 59, 68);
}
@media screen and (min-width: 48.125em) {
  .barrister-list li .barrister-panel {
    min-height: 136px;
  }
}
@media screen and (min-width: 68.75em) {
  .barrister-list li .barrister-panel {
    min-height: 136px;
  }
}
.barrister-list li.show {
  display: block !important;
}
.barrister-list li:not(.area-all) {
  display: none;
}
.barrister-list li .photo {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  overflow: hidden;
  position: relative;
}
.barrister-list li .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.barrister-list li .photo :root img {
  height: auto;
  width: auto;
}
.barrister-list li .photo _:-ms-lang(x),
.barrister-list li .photo img {
  height: auto;
  width: auto;
}
.barrister-list li .photo a {
  display: block;
  line-height: 0;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.barrister-list li .photo .extra-fields {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 4px;
}
.barrister-list li .details {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 1em;
}
.barrister-list li .details .name {
  display: block;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  font-size: 1.2em;
}
.barrister-list li .details .name a {
  text-decoration: none;
}
.barrister-list li .details .name a span {
  display: block;
  font-size: 0.8em;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
}
.barrister-list li .details .call-silk {
  display: block;
}
.barrister-list li .details a {
  color: rgb(22, 59, 68);
  text-decoration: none;
}
.barrister-list li .details .links {
  display: block;
  margin-top: 1em;
  line-height: 1;
}
.barrister-list li .details .links a {
  display: block;
}
.barrister-list li .details .links a.added {
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
  color: rgb(85, 148, 53);
}
.barrister-list li .details .links a.remove {
  color: rgb(105, 5, 49);
}
.barrister-list li .details .links a:hover {
  color: rgb(105, 5, 49);
  text-decoration: underline;
}
.barrister-list li .details .links a:first-child {
  margin-bottom: 0.2em;
}
.barrister-list li .remove-options {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background: #fff;
  z-index: 9999;
}
.barrister-list li .remove-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.barrister-list li .remove-options ul li {
  display: block;
  width: 100%;
  margin: 0;
  min-height: 0;
  background: transparent;
  border-bottom: none;
}
.barrister-list li .remove-options ul li a {
  display: block;
  text-align: center;
}
.barrister-list li .remove-options ul li:first-child a {
  border-top-width: 1px;
}

.post-type-archive-clerks .barrister-text-search-wrapper,
.post-type-archive-staff .barrister-text-search-wrapper,
.page-template-template-direct-access-area .barrister-text-search-wrapper {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .post-type-archive-clerks .barrister-text-search-wrapper,
  .post-type-archive-staff .barrister-text-search-wrapper,
  .page-template-template-direct-access-area .barrister-text-search-wrapper {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
                  # Brochure
                  --------------------------------------------------------------*/
#brochure-contents {
  margin-bottom: 3em;
}

.empty-brochure:hover {
  background-color: rgb(105, 5, 49);
  border: 1px solid rgb(105, 5, 49);
}

/*--------------------------------------------------------------
# Barrister CV
--------------------------------------------------------------*/
#barrister-details {
  padding: 4em 0 0;
}
@media screen and (min-width: 48.0625rem) {
  #barrister-details {
    margin-bottom: 2em;
  }
}
#barrister-details img.print_logo {
  display: none;
}
#barrister-details img:not(.print_logo) {
  width: 17.5em;
  height: auto;
  float: left;
}
@media screen and (max-width: 37.625rem) {
  #barrister-details img:not(.print_logo) {
    display: none;
  }
}
#barrister-details .barrister-thumb {
  position: relative;
  float: left;
  margin-right: 3em;
  margin-bottom: 1.5rem;
  width: 17.5em;
  height: 20.9375em;
  overflow: hidden;
}
@media screen and (max-width: 37.625rem) {
  #barrister-details .barrister-thumb {
    display: none;
  }
}
#barrister-details .barrister-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  #barrister-details .barrister-thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit-position: center;
  }
}
#barrister-details .barrister-details {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  #barrister-details .barrister-details {
    width: calc(100% - 20.5em);
  }
}
#barrister-details .barrister-details h1,
#barrister-details .barrister-details #story h2,
#story #barrister-details .barrister-details h2,
#barrister-details .barrister-details #story h3,
#barrister-details .barrister-details #story section#hub-intro .contain > h1:first-child,
section#hub-intro #barrister-details .barrister-details #story .contain > h1:first-child,
#barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
#barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #barrister-details .barrister-details #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #barrister-details .barrister-details #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #barrister-details .barrister-details #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #barrister-details .barrister-details #story .contain > .h3:first-child,
#barrister-details .barrister-details #story section#hub-intro .contain > h4:first-child,
#barrister-details .barrister-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#barrister-details .barrister-details #story section#hub-intro .feature .contain > span:first-child,
.feature #barrister-details .barrister-details #story section#hub-intro .contain > span:first-child,
#barrister-details .barrister-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#barrister-details .barrister-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#barrister-details .barrister-details #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #barrister-details .barrister-details #story section#hub-intro .contain > a:first-child,
#barrister-details .barrister-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#barrister-details .barrister-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #barrister-details .barrister-details #story .contain > h4:first-child,
section#hub-intro #barrister-details .barrister-details #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #barrister-details .barrister-details #story .feature .contain > span:first-child,
.feature section#hub-intro #barrister-details .barrister-details #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-details .barrister-details #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-details .barrister-details #story .contain > span:first-child,
section#hub-intro #barrister-details .barrister-details #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #barrister-details .barrister-details #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-details .barrister-details #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-details .barrister-details #story .contain > a:first-child,
#barrister-details .barrister-details #story section#hub-intro .contain > h5:first-child,
section#hub-intro #barrister-details .barrister-details #story .contain > h5:first-child,
#barrister-details .barrister-details #story section#hub-intro .contain > h6:first-child,
section#hub-intro #barrister-details .barrister-details #story .contain > h6:first-child,
#barrister-details .barrister-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-details .barrister-details #story p,
#barrister-details .barrister-details #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #barrister-details .barrister-details #story .h3,
#barrister-details .barrister-details #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #barrister-details .barrister-details #story .h3,
#story #barrister-details .barrister-details h3,
#story #barrister-details .barrister-details section#hub-intro .contain > h1:first-child,
section#hub-intro #story #barrister-details .barrister-details .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story #barrister-details .barrister-details .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story #barrister-details .barrister-details .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story #barrister-details .barrister-details .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story #barrister-details .barrister-details .contain > .h3:first-child,
#story #barrister-details .barrister-details section#hub-intro .contain > h4:first-child,
#story #barrister-details .barrister-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story #barrister-details .barrister-details section#hub-intro .feature .contain > span:first-child,
.feature #story #barrister-details .barrister-details section#hub-intro .contain > span:first-child,
#story #barrister-details .barrister-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story #barrister-details .barrister-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story #barrister-details .barrister-details section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story #barrister-details .barrister-details section#hub-intro .contain > a:first-child,
#story #barrister-details .barrister-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story #barrister-details .barrister-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story #barrister-details .barrister-details .contain > h4:first-child,
section#hub-intro #story #barrister-details .barrister-details .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story #barrister-details .barrister-details .feature .contain > span:first-child,
.feature section#hub-intro #story #barrister-details .barrister-details .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #barrister-details .barrister-details .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #barrister-details .barrister-details .contain > span:first-child,
section#hub-intro #story #barrister-details .barrister-details .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story #barrister-details .barrister-details .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #barrister-details .barrister-details .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #barrister-details .barrister-details .contain > a:first-child,
#story #barrister-details .barrister-details section#hub-intro .contain > h5:first-child,
section#hub-intro #story #barrister-details .barrister-details .contain > h5:first-child,
#story #barrister-details .barrister-details section#hub-intro .contain > h6:first-child,
section#hub-intro #story #barrister-details .barrister-details .contain > h6:first-child,
#story #barrister-details .barrister-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #barrister-details .barrister-details p,
#story #barrister-details .barrister-details body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story #barrister-details .barrister-details .h3,
#story #barrister-details .barrister-details body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story #barrister-details .barrister-details .h3 {
  color: rgb(22, 59, 68);
  font-size: 2.6em;
  margin: 0;
}
@media screen and (max-width: 26.5625em) {
  #barrister-details .barrister-details h1,
  #barrister-details .barrister-details #story h2,
  #story #barrister-details .barrister-details h2,
  #barrister-details .barrister-details #story h3,
  #barrister-details .barrister-details #story section#hub-intro .contain > h1:first-child,
  section#hub-intro #barrister-details .barrister-details #story .contain > h1:first-child,
  #barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  #barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #barrister-details .barrister-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #barrister-details .barrister-details #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #barrister-details .barrister-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #barrister-details .barrister-details #story .contain > .h3:first-child,
  #barrister-details .barrister-details #story section#hub-intro .contain > h4:first-child,
  #barrister-details .barrister-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #barrister-details .barrister-details #story section#hub-intro .feature .contain > span:first-child,
  .feature #barrister-details .barrister-details #story section#hub-intro .contain > span:first-child,
  #barrister-details .barrister-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #barrister-details .barrister-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #barrister-details .barrister-details #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #barrister-details .barrister-details #story section#hub-intro .contain > a:first-child,
  #barrister-details .barrister-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #barrister-details .barrister-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #barrister-details .barrister-details #story .contain > h4:first-child,
  section#hub-intro #barrister-details .barrister-details #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #barrister-details .barrister-details #story .feature .contain > span:first-child,
  .feature section#hub-intro #barrister-details .barrister-details #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-details .barrister-details #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-details .barrister-details #story .contain > span:first-child,
  section#hub-intro #barrister-details .barrister-details #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #barrister-details .barrister-details #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-details .barrister-details #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-details .barrister-details #story .contain > a:first-child,
  #barrister-details .barrister-details #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #barrister-details .barrister-details #story .contain > h5:first-child,
  #barrister-details .barrister-details #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #barrister-details .barrister-details #story .contain > h6:first-child,
  #barrister-details .barrister-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-details .barrister-details #story p,
  #barrister-details .barrister-details #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #barrister-details .barrister-details #story .h3,
  #barrister-details .barrister-details #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #barrister-details .barrister-details #story .h3,
  #story #barrister-details .barrister-details h3,
  #story #barrister-details .barrister-details section#hub-intro .contain > h1:first-child,
  section#hub-intro #story #barrister-details .barrister-details .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story #barrister-details .barrister-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story #barrister-details .barrister-details .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story #barrister-details .barrister-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story #barrister-details .barrister-details .contain > .h3:first-child,
  #story #barrister-details .barrister-details section#hub-intro .contain > h4:first-child,
  #story #barrister-details .barrister-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story #barrister-details .barrister-details section#hub-intro .feature .contain > span:first-child,
  .feature #story #barrister-details .barrister-details section#hub-intro .contain > span:first-child,
  #story #barrister-details .barrister-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story #barrister-details .barrister-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story #barrister-details .barrister-details section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story #barrister-details .barrister-details section#hub-intro .contain > a:first-child,
  #story #barrister-details .barrister-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story #barrister-details .barrister-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story #barrister-details .barrister-details .contain > h4:first-child,
  section#hub-intro #story #barrister-details .barrister-details .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story #barrister-details .barrister-details .feature .contain > span:first-child,
  .feature section#hub-intro #story #barrister-details .barrister-details .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #barrister-details .barrister-details .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #barrister-details .barrister-details .contain > span:first-child,
  section#hub-intro #story #barrister-details .barrister-details .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story #barrister-details .barrister-details .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #barrister-details .barrister-details .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #barrister-details .barrister-details .contain > a:first-child,
  #story #barrister-details .barrister-details section#hub-intro .contain > h5:first-child,
  section#hub-intro #story #barrister-details .barrister-details .contain > h5:first-child,
  #story #barrister-details .barrister-details section#hub-intro .contain > h6:first-child,
  section#hub-intro #story #barrister-details .barrister-details .contain > h6:first-child,
  #story #barrister-details .barrister-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #barrister-details .barrister-details p,
  #story #barrister-details .barrister-details body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story #barrister-details .barrister-details .h3,
  #story #barrister-details .barrister-details body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story #barrister-details .barrister-details .h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  #barrister-details .barrister-details h1,
  #barrister-details .barrister-details #story h2,
  #story #barrister-details .barrister-details h2,
  #barrister-details .barrister-details #story h3,
  #barrister-details .barrister-details #story section#hub-intro .contain > h1:first-child,
  section#hub-intro #barrister-details .barrister-details #story .contain > h1:first-child,
  #barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  #barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #barrister-details .barrister-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #barrister-details .barrister-details #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #barrister-details .barrister-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #barrister-details .barrister-details #story .contain > .h3:first-child,
  #barrister-details .barrister-details #story section#hub-intro .contain > h4:first-child,
  #barrister-details .barrister-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #barrister-details .barrister-details #story section#hub-intro .feature .contain > span:first-child,
  .feature #barrister-details .barrister-details #story section#hub-intro .contain > span:first-child,
  #barrister-details .barrister-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #barrister-details .barrister-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #barrister-details .barrister-details #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #barrister-details .barrister-details #story section#hub-intro .contain > a:first-child,
  #barrister-details .barrister-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #barrister-details .barrister-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #barrister-details .barrister-details #story .contain > h4:first-child,
  section#hub-intro #barrister-details .barrister-details #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #barrister-details .barrister-details #story .feature .contain > span:first-child,
  .feature section#hub-intro #barrister-details .barrister-details #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-details .barrister-details #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-details .barrister-details #story .contain > span:first-child,
  section#hub-intro #barrister-details .barrister-details #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #barrister-details .barrister-details #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-details .barrister-details #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-details .barrister-details #story .contain > a:first-child,
  #barrister-details .barrister-details #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #barrister-details .barrister-details #story .contain > h5:first-child,
  #barrister-details .barrister-details #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #barrister-details .barrister-details #story .contain > h6:first-child,
  #barrister-details .barrister-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-details .barrister-details #story p,
  #barrister-details .barrister-details #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #barrister-details .barrister-details #story .h3,
  #barrister-details .barrister-details #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #barrister-details .barrister-details #story .h3,
  #story #barrister-details .barrister-details h3,
  #story #barrister-details .barrister-details section#hub-intro .contain > h1:first-child,
  section#hub-intro #story #barrister-details .barrister-details .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story #barrister-details .barrister-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story #barrister-details .barrister-details .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story #barrister-details .barrister-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story #barrister-details .barrister-details .contain > .h3:first-child,
  #story #barrister-details .barrister-details section#hub-intro .contain > h4:first-child,
  #story #barrister-details .barrister-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story #barrister-details .barrister-details section#hub-intro .feature .contain > span:first-child,
  .feature #story #barrister-details .barrister-details section#hub-intro .contain > span:first-child,
  #story #barrister-details .barrister-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story #barrister-details .barrister-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story #barrister-details .barrister-details section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story #barrister-details .barrister-details section#hub-intro .contain > a:first-child,
  #story #barrister-details .barrister-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story #barrister-details .barrister-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story #barrister-details .barrister-details .contain > h4:first-child,
  section#hub-intro #story #barrister-details .barrister-details .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story #barrister-details .barrister-details .feature .contain > span:first-child,
  .feature section#hub-intro #story #barrister-details .barrister-details .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #barrister-details .barrister-details .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #barrister-details .barrister-details .contain > span:first-child,
  section#hub-intro #story #barrister-details .barrister-details .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story #barrister-details .barrister-details .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #barrister-details .barrister-details .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #barrister-details .barrister-details .contain > a:first-child,
  #story #barrister-details .barrister-details section#hub-intro .contain > h5:first-child,
  section#hub-intro #story #barrister-details .barrister-details .contain > h5:first-child,
  #story #barrister-details .barrister-details section#hub-intro .contain > h6:first-child,
  section#hub-intro #story #barrister-details .barrister-details .contain > h6:first-child,
  #story #barrister-details .barrister-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #barrister-details .barrister-details p,
  #story #barrister-details .barrister-details body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story #barrister-details .barrister-details .h3,
  #story #barrister-details .barrister-details body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story #barrister-details .barrister-details .h3 {
    clear: both;
  }
}
#barrister-details .barrister-details h1 span,
#barrister-details .barrister-details #story h2 span,
#story #barrister-details .barrister-details h2 span,
#barrister-details .barrister-details #story h3 span,
#barrister-details .barrister-details #story section#hub-intro .contain > h1:first-child span,
section#hub-intro #barrister-details .barrister-details #story .contain > h1:first-child span,
#barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child span,
#barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child span,
section#hub-intro body.page-template-template-hub section.search-results #barrister-details .barrister-details #story .contain > .h3:first-child span,
body.page-template-template-hub section.search-results section#hub-intro #barrister-details .barrister-details #story .contain > .h3:first-child span,
section#hub-intro body.page-template-template-hub section.search-results-none #barrister-details .barrister-details #story .contain > .h3:first-child span,
body.page-template-template-hub section.search-results-none section#hub-intro #barrister-details .barrister-details #story .contain > .h3:first-child span,
#barrister-details .barrister-details #story section#hub-intro .contain > h4:first-child span,
#barrister-details .barrister-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child span,
#barrister-details .barrister-details #story section#hub-intro .feature .contain > span:first-child span,
.feature #barrister-details .barrister-details #story section#hub-intro .contain > span:first-child span,
#barrister-details .barrister-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child span,
#barrister-details .barrister-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child span,
#barrister-details .barrister-details #story section#hub-intro .tab-list ul li .contain > a:first-child span,
.tab-list ul li #barrister-details .barrister-details #story section#hub-intro .contain > a:first-child span,
#barrister-details .barrister-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child span,
#barrister-details .barrister-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child span,
section#hub-intro #barrister-details .barrister-details #story .contain > h4:first-child span,
section#hub-intro #barrister-details .barrister-details #story .expertise-nav-sidebar.contain > a:first-child span,
section#hub-intro #barrister-details .barrister-details #story .feature .contain > span:first-child span,
.feature section#hub-intro #barrister-details .barrister-details #story .contain > span:first-child span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-details .barrister-details #story .contain > span:first-child span,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-details .barrister-details #story .contain > span:first-child span,
section#hub-intro #barrister-details .barrister-details #story .tab-list ul li .contain > a:first-child span,
.tab-list ul li section#hub-intro #barrister-details .barrister-details #story .contain > a:first-child span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-details .barrister-details #story .contain > a:first-child span,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-details .barrister-details #story .contain > a:first-child span,
#barrister-details .barrister-details #story section#hub-intro .contain > h5:first-child span,
section#hub-intro #barrister-details .barrister-details #story .contain > h5:first-child span,
#barrister-details .barrister-details #story section#hub-intro .contain > h6:first-child span,
section#hub-intro #barrister-details .barrister-details #story .contain > h6:first-child span,
#barrister-details .barrister-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p span,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-details .barrister-details #story p span,
#barrister-details .barrister-details #story body.page-template-template-hub section.search-results .contain .h3 span,
body.page-template-template-hub section.search-results .contain #barrister-details .barrister-details #story .h3 span,
#barrister-details .barrister-details #story body.page-template-template-hub section.search-results-none .contain .h3 span,
body.page-template-template-hub section.search-results-none .contain #barrister-details .barrister-details #story .h3 span,
#story #barrister-details .barrister-details h3 span,
#story #barrister-details .barrister-details section#hub-intro .contain > h1:first-child span,
section#hub-intro #story #barrister-details .barrister-details .contain > h1:first-child span,
section#hub-intro body.page-template-template-hub section.search-results #story #barrister-details .barrister-details .contain > .h3:first-child span,
body.page-template-template-hub section.search-results section#hub-intro #story #barrister-details .barrister-details .contain > .h3:first-child span,
section#hub-intro body.page-template-template-hub section.search-results-none #story #barrister-details .barrister-details .contain > .h3:first-child span,
body.page-template-template-hub section.search-results-none section#hub-intro #story #barrister-details .barrister-details .contain > .h3:first-child span,
#story #barrister-details .barrister-details section#hub-intro .contain > h4:first-child span,
#story #barrister-details .barrister-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child span,
#story #barrister-details .barrister-details section#hub-intro .feature .contain > span:first-child span,
.feature #story #barrister-details .barrister-details section#hub-intro .contain > span:first-child span,
#story #barrister-details .barrister-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child span,
#story #barrister-details .barrister-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child span,
#story #barrister-details .barrister-details section#hub-intro .tab-list ul li .contain > a:first-child span,
.tab-list ul li #story #barrister-details .barrister-details section#hub-intro .contain > a:first-child span,
#story #barrister-details .barrister-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child span,
#story #barrister-details .barrister-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child span,
section#hub-intro #story #barrister-details .barrister-details .contain > h4:first-child span,
section#hub-intro #story #barrister-details .barrister-details .expertise-nav-sidebar.contain > a:first-child span,
section#hub-intro #story #barrister-details .barrister-details .feature .contain > span:first-child span,
.feature section#hub-intro #story #barrister-details .barrister-details .contain > span:first-child span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #barrister-details .barrister-details .contain > span:first-child span,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #barrister-details .barrister-details .contain > span:first-child span,
section#hub-intro #story #barrister-details .barrister-details .tab-list ul li .contain > a:first-child span,
.tab-list ul li section#hub-intro #story #barrister-details .barrister-details .contain > a:first-child span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #barrister-details .barrister-details .contain > a:first-child span,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #barrister-details .barrister-details .contain > a:first-child span,
#story #barrister-details .barrister-details section#hub-intro .contain > h5:first-child span,
section#hub-intro #story #barrister-details .barrister-details .contain > h5:first-child span,
#story #barrister-details .barrister-details section#hub-intro .contain > h6:first-child span,
section#hub-intro #story #barrister-details .barrister-details .contain > h6:first-child span,
#story #barrister-details .barrister-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p span,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #barrister-details .barrister-details p span,
#story #barrister-details .barrister-details body.page-template-template-hub section.search-results .contain .h3 span,
body.page-template-template-hub section.search-results .contain #story #barrister-details .barrister-details .h3 span,
#story #barrister-details .barrister-details body.page-template-template-hub section.search-results-none .contain .h3 span,
body.page-template-template-hub section.search-results-none .contain #story #barrister-details .barrister-details .h3 span {
  display: block;
  font-size: 0.6em;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
}
#barrister-details .barrister-details h2 {
  color: rgb(22, 59, 68);
}
@media screen and (max-width: 26.5625em) {
  #barrister-details .barrister-details h2 {
    font-size: 1.7rem;
  }
}
#barrister-details .barrister-details p {
  line-height: 1.7em;
}
#barrister-details .barrister-details p strong {
  color: rgb(22, 59, 68);
  display: inline-block;
  width: 8em;
}
@media screen and (max-width: 26.5625em) {
  #barrister-details .barrister-details p strong {
    display: block;
  }
}
#barrister-details .barrister-details p a {
  color: rgb(89, 89, 89);
  text-decoration: underline;
}
#barrister-details .barrister-details p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 26.5625em) {
  #barrister-details .barrister-details .btn, #barrister-details .barrister-details .tab-list ul li.active a, .tab-list ul li.active #barrister-details .barrister-details a, #barrister-details .barrister-details .gform_button {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#barrister-details .barrister-details .btn.added, #barrister-details .barrister-details .tab-list ul li.active a.added, .tab-list ul li.active #barrister-details .barrister-details a.added, #barrister-details .barrister-details .added.gform_button {
  color: #ffffff;
  background-color: rgb(85, 148, 53);
  border: 1px solid rgb(85, 148, 53);
}
#barrister-details .barrister-details .action-buttons {
  margin: -0.25em 0;
}
#barrister-details .barrister-details .action-buttons a {
  margin: 0.25em 0;
}

#barrister-cv {
  padding: 2em 0 3em;
}
#barrister-cv > .contain {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2em;
}
@media screen and (min-width: 48.0625rem) {
  #barrister-cv > .contain {
    grid-template-columns: 1fr 380px;
    grid-gap: 2.5%;
  }
}
#barrister-cv h1,
#barrister-cv #story h2,
#story #barrister-cv h2,
#barrister-cv #story h3,
#barrister-cv #story section#hub-intro .contain > h1:first-child,
section#hub-intro #barrister-cv #story .contain > h1:first-child,
#barrister-cv section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
#barrister-cv section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #barrister-cv #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #barrister-cv #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #barrister-cv #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #barrister-cv #story .contain > .h3:first-child,
#barrister-cv #story section#hub-intro .contain > h4:first-child,
#barrister-cv #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#barrister-cv #story section#hub-intro .feature .contain > span:first-child,
.feature #barrister-cv #story section#hub-intro .contain > span:first-child,
#barrister-cv #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#barrister-cv #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#barrister-cv #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #barrister-cv #story section#hub-intro .contain > a:first-child,
#barrister-cv #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#barrister-cv #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #barrister-cv #story .contain > h4:first-child,
section#hub-intro #barrister-cv #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #barrister-cv #story .feature .contain > span:first-child,
.feature section#hub-intro #barrister-cv #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-cv #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-cv #story .contain > span:first-child,
section#hub-intro #barrister-cv #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #barrister-cv #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-cv #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-cv #story .contain > a:first-child,
#barrister-cv #story section#hub-intro .contain > h5:first-child,
section#hub-intro #barrister-cv #story .contain > h5:first-child,
#barrister-cv #story section#hub-intro .contain > h6:first-child,
section#hub-intro #barrister-cv #story .contain > h6:first-child,
#barrister-cv #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-cv #story p,
#barrister-cv #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #barrister-cv #story .h3,
#barrister-cv #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #barrister-cv #story .h3,
#story #barrister-cv h3,
#story #barrister-cv section#hub-intro .contain > h1:first-child,
section#hub-intro #story #barrister-cv .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story #barrister-cv .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story #barrister-cv .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story #barrister-cv .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story #barrister-cv .contain > .h3:first-child,
#story #barrister-cv section#hub-intro .contain > h4:first-child,
#story #barrister-cv section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story #barrister-cv section#hub-intro .feature .contain > span:first-child,
.feature #story #barrister-cv section#hub-intro .contain > span:first-child,
#story #barrister-cv .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story #barrister-cv .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story #barrister-cv section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story #barrister-cv section#hub-intro .contain > a:first-child,
#story #barrister-cv .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story #barrister-cv .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story #barrister-cv .contain > h4:first-child,
section#hub-intro #story #barrister-cv .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story #barrister-cv .feature .contain > span:first-child,
.feature section#hub-intro #story #barrister-cv .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #barrister-cv .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #barrister-cv .contain > span:first-child,
section#hub-intro #story #barrister-cv .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story #barrister-cv .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #barrister-cv .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #barrister-cv .contain > a:first-child,
#story #barrister-cv section#hub-intro .contain > h5:first-child,
section#hub-intro #story #barrister-cv .contain > h5:first-child,
#story #barrister-cv section#hub-intro .contain > h6:first-child,
section#hub-intro #story #barrister-cv .contain > h6:first-child,
#story #barrister-cv body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #barrister-cv p,
#story #barrister-cv body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story #barrister-cv .h3,
#story #barrister-cv body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story #barrister-cv .h3 {
  color: rgb(22, 59, 68);
}
#barrister-cv h2 {
  color: rgb(22, 59, 68);
  font-size: 2.5em;
}
@media screen and (max-width: 26.5625em) {
  #barrister-cv .main-body h2 {
    font-size: 1.7rem;
  }
}
#barrister-cv .main-body h2:first-child {
  margin-top: 0;
}
#barrister-cv .main-body .areas-of-expertise:not(:first-child),
#barrister-cv .main-body .recommendations:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  #barrister-cv .main-body .areas-of-expertise:not(:first-child),
  #barrister-cv .main-body .recommendations:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 48rem) {
  #barrister-cv .main-body .recommendations {
    position: relative;
  }
  #barrister-cv .main-body .recommendations.js-crop-recommendation {
    height: 300px;
    overflow: hidden;
  }
  #barrister-cv .main-body .recommendations.js-crop-recommendation:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 51px;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 -28px 36px -5px #ffffff;
  }
}
#barrister-cv .main-body .js-recommendation-toggle {
  margin-top: 1rem;
  text-decoration: none;
  display: none;
}
@media screen and (max-width: 48rem) {
  #barrister-cv .main-body .js-recommendation-toggle {
    display: block;
  }
}
#barrister-cv .main-body .js-recommendation-toggle span {
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
}
#barrister-cv .main-body .areas-of-expertise h2,
#barrister-cv .main-body .areas-of-expertise h3,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h1:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h1:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h2:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h2:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h3:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #barrister-cv .main-body .areas-of-expertise .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #barrister-cv .main-body .areas-of-expertise .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > .h3:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h4:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .feature .contain > span:first-child,
.feature #barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > span:first-child,
#barrister-cv .main-body .areas-of-expertise .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#barrister-cv .main-body .areas-of-expertise .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > a:first-child,
#barrister-cv .main-body .areas-of-expertise .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#barrister-cv .main-body .areas-of-expertise .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h4:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .feature .contain > span:first-child,
.feature section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-cv .main-body .areas-of-expertise .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-cv .main-body .areas-of-expertise .contain > span:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-cv .main-body .areas-of-expertise .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-cv .main-body .areas-of-expertise .contain > a:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h5:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h5:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h6:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h6:first-child,
#barrister-cv .main-body .areas-of-expertise body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-cv .main-body .areas-of-expertise p,
#barrister-cv .main-body .areas-of-expertise body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #barrister-cv .main-body .areas-of-expertise .h3,
#barrister-cv .main-body .areas-of-expertise body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #barrister-cv .main-body .areas-of-expertise .h3,
#barrister-cv .main-body .pubs-and-recs h2,
#barrister-cv .main-body .pubs-and-recs h3,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h1:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h1:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h2:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h2:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h3:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #barrister-cv .main-body .pubs-and-recs .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #barrister-cv .main-body .pubs-and-recs .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > .h3:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h4:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .feature .contain > span:first-child,
.feature #barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > span:first-child,
#barrister-cv .main-body .pubs-and-recs .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#barrister-cv .main-body .pubs-and-recs .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > a:first-child,
#barrister-cv .main-body .pubs-and-recs .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#barrister-cv .main-body .pubs-and-recs .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h4:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .feature .contain > span:first-child,
.feature section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-cv .main-body .pubs-and-recs .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-cv .main-body .pubs-and-recs .contain > span:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-cv .main-body .pubs-and-recs .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-cv .main-body .pubs-and-recs .contain > a:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h5:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h5:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h6:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h6:first-child,
#barrister-cv .main-body .pubs-and-recs body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-cv .main-body .pubs-and-recs p,
#barrister-cv .main-body .pubs-and-recs body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #barrister-cv .main-body .pubs-and-recs .h3,
#barrister-cv .main-body .pubs-and-recs body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #barrister-cv .main-body .pubs-and-recs .h3 {
  color: rgb(22, 59, 68);
}
#barrister-cv .main-body .areas-of-expertise h2.sub-area-title,
#barrister-cv .main-body .areas-of-expertise h3.sub-area-title,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h1.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h1.sub-area-title:first-child,
section#hub-intro body.page-template-template-hub section.search-results #barrister-cv .main-body .areas-of-expertise .contain > .sub-area-title.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > .sub-area-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #barrister-cv .main-body .areas-of-expertise .contain > .sub-area-title.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > .sub-area-title.h3:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h4.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .expertise-nav-sidebar.contain > a.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .feature .contain > span.sub-area-title:first-child,
.feature #barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > span.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .tab-list ul li .contain > a.sub-area-title:first-child,
.tab-list ul li #barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > a.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h4.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .expertise-nav-sidebar.contain > a.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .feature .contain > span.sub-area-title:first-child,
.feature section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > span.sub-area-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-cv .main-body .areas-of-expertise .contain > span.sub-area-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-cv .main-body .areas-of-expertise .contain > span.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .tab-list ul li .contain > a.sub-area-title:first-child,
.tab-list ul li section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > a.sub-area-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-cv .main-body .areas-of-expertise .contain > a.sub-area-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-cv .main-body .areas-of-expertise .contain > a.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h5.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h5.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise section#hub-intro .contain > h6.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise .contain > h6.sub-area-title:first-child,
#barrister-cv .main-body .areas-of-expertise body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p.sub-area-title,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-cv .main-body .areas-of-expertise p.sub-area-title,
#barrister-cv .main-body .areas-of-expertise body.page-template-template-hub section.search-results .contain .sub-area-title.h3,
body.page-template-template-hub section.search-results .contain #barrister-cv .main-body .areas-of-expertise .sub-area-title.h3,
#barrister-cv .main-body .areas-of-expertise body.page-template-template-hub section.search-results-none .contain .sub-area-title.h3,
body.page-template-template-hub section.search-results-none .contain #barrister-cv .main-body .areas-of-expertise .sub-area-title.h3,
#barrister-cv .main-body .pubs-and-recs h2.sub-area-title,
#barrister-cv .main-body .pubs-and-recs h3.sub-area-title,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h1.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h1.sub-area-title:first-child,
section#hub-intro body.page-template-template-hub section.search-results #barrister-cv .main-body .pubs-and-recs .contain > .sub-area-title.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > .sub-area-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #barrister-cv .main-body .pubs-and-recs .contain > .sub-area-title.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > .sub-area-title.h3:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h4.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .expertise-nav-sidebar.contain > a.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .feature .contain > span.sub-area-title:first-child,
.feature #barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > span.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .tab-list ul li .contain > a.sub-area-title:first-child,
.tab-list ul li #barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > a.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h4.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .expertise-nav-sidebar.contain > a.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .feature .contain > span.sub-area-title:first-child,
.feature section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > span.sub-area-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-cv .main-body .pubs-and-recs .contain > span.sub-area-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-cv .main-body .pubs-and-recs .contain > span.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .tab-list ul li .contain > a.sub-area-title:first-child,
.tab-list ul li section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > a.sub-area-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #barrister-cv .main-body .pubs-and-recs .contain > a.sub-area-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #barrister-cv .main-body .pubs-and-recs .contain > a.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h5.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h5.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs section#hub-intro .contain > h6.sub-area-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs .contain > h6.sub-area-title:first-child,
#barrister-cv .main-body .pubs-and-recs body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p.sub-area-title,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #barrister-cv .main-body .pubs-and-recs p.sub-area-title,
#barrister-cv .main-body .pubs-and-recs body.page-template-template-hub section.search-results .contain .sub-area-title.h3,
body.page-template-template-hub section.search-results .contain #barrister-cv .main-body .pubs-and-recs .sub-area-title.h3,
#barrister-cv .main-body .pubs-and-recs body.page-template-template-hub section.search-results-none .contain .sub-area-title.h3,
body.page-template-template-hub section.search-results-none .contain #barrister-cv .main-body .pubs-and-recs .sub-area-title.h3 {
  color: rgb(22, 59, 68);
}
#barrister-cv .main-body .areas-of-expertise ul,
#barrister-cv .main-body .pubs-and-recs ul {
  list-style: inside;
}
#barrister-cv .main-body .areas-of-expertise .accordian,
#barrister-cv .main-body .pubs-and-recs .accordian {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  border-top: 0;
}
#barrister-cv .main-body .areas-of-expertise:not(:first-child) .accordian,
#barrister-cv .main-body .pubs-and-recs:not(:first-child) .accordian {
  margin: 2em 0;
}
#barrister-cv .main-body .areas-of-expertise .accordian header,
#barrister-cv .main-body .pubs-and-recs .accordian header {
  display: block;
  margin: 0;
  padding: 1em 5em 1em 1em;
  background: #ffffff;
  border: 2px solid rgb(22, 59, 68);
  color: rgb(22, 59, 68);
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
  font-size: 1.1em;
  cursor: pointer;
  margin-bottom: 1em;
  position: relative;
  transition: all 0.5s ease;
  word-wrap: break-word;
  hyphens: auto;
}
#barrister-cv .main-body .areas-of-expertise .accordian header:after,
#barrister-cv .main-body .pubs-and-recs .accordian header:after {
  font-family: "3pb-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3em;
  line-height: 0;
  content: "\e907";
  position: absolute;
  right: 0.5em;
  top: 50%;
}
#barrister-cv .main-body .areas-of-expertise .accordian header:hover,
#barrister-cv .main-body .pubs-and-recs .accordian header:hover {
  background: rgb(22, 59, 68);
  color: #ffffff;
}
#barrister-cv .main-body .areas-of-expertise .accordian header.active,
#barrister-cv .main-body .pubs-and-recs .accordian header.active {
  background: rgb(22, 59, 68);
  color: #ffffff;
}
#barrister-cv .main-body .areas-of-expertise .accordian header.active:after,
#barrister-cv .main-body .pubs-and-recs .accordian header.active:after {
  content: "\e90a";
}
#barrister-cv .main-body .areas-of-expertise .accordian section,
#barrister-cv .main-body .pubs-and-recs .accordian section {
  display: none;
  padding: 0 1em 1em;
  background: #fff;
}
#barrister-cv .main-body .areas-of-expertise .accordian section ul:not(.accordian),
#barrister-cv .main-body .pubs-and-recs .accordian section ul:not(.accordian) {
  list-style: disc;
  padding-left: 1.5em;
}
#barrister-cv .main-body .areas-of-expertise .accordian section ul:not(.accordian) li,
#barrister-cv .main-body .pubs-and-recs .accordian section ul:not(.accordian) li {
  margin-top: 0.3em;
}
#barrister-cv .main-body .areas-of-expertise.single-expertise ul:not(.accordian),
#barrister-cv .main-body .pubs-and-recs.single-expertise ul:not(.accordian) {
  list-style: disc;
  padding-left: 1.5em;
}
#barrister-cv .main-body .areas-of-expertise.single-expertise ul:not(.accordian) li,
#barrister-cv .main-body .pubs-and-recs.single-expertise ul:not(.accordian) li {
  margin-top: 0.3em;
}
#barrister-cv .main-body .areas-of-expertise ul.articles,
#barrister-cv .main-body .pubs-and-recs ul.articles {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  list-style: none !important;
}
#barrister-cv .main-body .areas-of-expertise ul.articles h4.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles .expertise-nav-sidebar > a.article-title:first-child, #barrister-cv .main-body .areas-of-expertise ul.articles .feature span.article-title, .feature #barrister-cv .main-body .areas-of-expertise ul.articles span.article-title, #barrister-cv .main-body .areas-of-expertise .tab-list ul.articles li a.article-title, .tab-list #barrister-cv .main-body .areas-of-expertise ul.articles li a.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content h3.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1.article-title:first-child, section#hub-intro #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content .contain > h1.article-title:first-child,
#barrister-cv .main-body .areas-of-expertise ul.articles section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .article-title.h3:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .article-title.h3:first-child,
#barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .article-title.h3:first-child,
#barrister-cv .main-body .areas-of-expertise ul.articles section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .article-title.h3:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .article-title.h3:first-child,
#barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .article-title.h3:first-child,
#barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5.article-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content .contain > h5.article-title:first-child,
#barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6.article-title:first-child,
section#hub-intro #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content .contain > h6.article-title:first-child, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles.publications .article .article-content .side-text h2.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles.publications .side-text .article .article-content h2.article-title, body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles h3.article-title, body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section#hub-intro .contain > h1.article-title:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .contain > h1.article-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section.search-results .contain #story .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section.search-results-none .contain #story .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section.search-results .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .contain > .article-title.h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section.search-results section#hub-intro .contain > .article-title.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section.search-results-none .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .contain > .article-title.h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section.search-results-none section#hub-intro .contain > .article-title.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .contain > .article-title.h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section#hub-intro .contain > h5.article-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .contain > h5.article-title:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section#hub-intro .contain > h6.article-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .contain > h6.article-title:first-child, body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles section.hub-signup .subscribe-wrapper .text p.article-title, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles p.article-title, body.page-template-template-hub section.articles.podcasts .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .side-text h2.article-title, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles h2.article-title, body.page-template-template-hub section.articles.publications .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .side-text h2.article-title, body.page-template-template-hub section.articles.publications .side-text .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles h2.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content .contain > h2.article-title, body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .contain > h2.article-title, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content section.search-results .contain .article-title.h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain #barrister-cv .main-body .areas-of-expertise ul.articles .article-title.h3, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.search-results .contain section.articles .article .article-content .article-title.h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .article-title.h3, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .article-title.h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #barrister-cv .main-body .areas-of-expertise ul.articles .article-title.h3, #barrister-cv .main-body .areas-of-expertise ul.articles body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .article-title.h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content #barrister-cv .main-body .areas-of-expertise ul.articles .article-title.h3,
#barrister-cv .main-body .pubs-and-recs ul.articles h4.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles .expertise-nav-sidebar > a.article-title:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles .feature span.article-title,
.feature #barrister-cv .main-body .pubs-and-recs ul.articles span.article-title,
#barrister-cv .main-body .pubs-and-recs .tab-list ul.articles li a.article-title,
.tab-list #barrister-cv .main-body .pubs-and-recs ul.articles li a.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content h3.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1.article-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content .contain > h1.article-title:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .article-title.h3:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .article-title.h3:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .article-title.h3:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .article-title.h3:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .article-title.h3:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .article-title.h3:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5.article-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content .contain > h5.article-title:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6.article-title:first-child,
section#hub-intro #barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content .contain > h6.article-title:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles.publications .article .article-content .side-text h2.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles.publications .side-text .article .article-content h2.article-title,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles h3.article-title,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section#hub-intro .contain > h1.article-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .contain > h1.article-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section.search-results .contain #story .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section.search-results-none .contain #story .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section.search-results .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .contain > .article-title.h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section.search-results section#hub-intro .contain > .article-title.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section.search-results-none .contain > .article-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .contain > .article-title.h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section.search-results-none section#hub-intro .contain > .article-title.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .contain > .article-title.h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section#hub-intro .contain > h5.article-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .contain > h5.article-title:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section#hub-intro .contain > h6.article-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .contain > h6.article-title:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles section.hub-signup .subscribe-wrapper .text p.article-title,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles p.article-title,
body.page-template-template-hub section.articles.podcasts .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .side-text h2.article-title,
body.page-template-template-hub section.articles.podcasts .side-text .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles h2.article-title,
body.page-template-template-hub section.articles.publications .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .side-text h2.article-title,
body.page-template-template-hub section.articles.publications .side-text .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles h2.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content .contain > h2.article-title,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .contain > h2.article-title,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content section.search-results .contain .article-title.h3,
body.page-template-template-hub section.articles .article .article-content section.search-results .contain #barrister-cv .main-body .pubs-and-recs ul.articles .article-title.h3,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.search-results .contain section.articles .article .article-content .article-title.h3,
body.page-template-template-hub section.search-results .contain section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .article-title.h3,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .article-title.h3,
body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #barrister-cv .main-body .pubs-and-recs ul.articles .article-title.h3,
#barrister-cv .main-body .pubs-and-recs ul.articles body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .article-title.h3,
body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content #barrister-cv .main-body .pubs-and-recs ul.articles .article-title.h3 {
  color: rgb(22, 59, 68);
  margin-bottom: 0.5em;
}
#barrister-cv .main-body .areas-of-expertise ul.articles .article-date,
#barrister-cv .main-body .pubs-and-recs ul.articles .article-date {
  color: rgb(105, 5, 49);
  font-weight: bold;
  margin-bottom: 0.5em;
}
#barrister-cv .main-body .areas-of-expertise ul.articles .article-text p:first-child,
#barrister-cv .main-body .pubs-and-recs ul.articles .article-text p:first-child {
  margin-top: 0.5em;
}
#barrister-cv .main-body .areas-of-expertise ul.articles .article-text p:last-child,
#barrister-cv .main-body .pubs-and-recs ul.articles .article-text p:last-child {
  margin-bottom: 0;
}
#barrister-cv .main-body .areas-of-expertise ul.articles a.read-more,
#barrister-cv .main-body .pubs-and-recs ul.articles a.read-more {
  text-transform: none;
  font-weight: bold;
  margin-top: 0.5em;
  display: inline-block;
  margin-bottom: 1em;
}
#barrister-cv .main-body .areas-of-expertise .accordian section.active,
#barrister-cv .main-body .pubs-and-recs .accordian section.active {
  display: block;
}
#barrister-cv .further-details,
#barrister-cv .clerks {
  background-color: rgb(238, 238, 238);
  padding: 1em 2em;
}
#barrister-cv .further-details .direct-accesss,
#barrister-cv .clerks .direct-accesss {
  padding-bottom: 2em;
}
#barrister-cv .further-details .detail-section,
#barrister-cv .clerks .detail-section {
  border-bottom: 1px solid rgb(22, 59, 68);
  padding-bottom: 1em;
}
#barrister-cv .further-details .detail-section .all-recommendations-link,
#barrister-cv .clerks .detail-section .all-recommendations-link {
  display: block;
  text-align: center;
}
#barrister-cv .further-details .detail-section .da-more-link,
#barrister-cv .clerks .detail-section .da-more-link {
  display: inline-block;
  margin-bottom: 1em;
}
#barrister-cv .further-details .detail-section:last-child,
#barrister-cv .clerks .detail-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#barrister-cv .further-details .detail-section .video,
#barrister-cv .clerks .detail-section .video {
  height: auto !important;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  #barrister-cv .further-details .detail-section .video div[id*=".big_play_button_graphic"],
  #barrister-cv .clerks .detail-section .video div[id*=".big_play_button_graphic"] {
    padding: 0.5em 2em 0.5em 0.5em !important;
    min-width: 7.5rem !important;
  }
}
@media screen and (min-width: 60rem) {
  #barrister-cv .further-details .detail-section .video div[id*=".big_play_button_graphic"],
  #barrister-cv .clerks .detail-section .video div[id*=".big_play_button_graphic"] {
    padding: 1em 3.8em 1em 1em !important;
    min-width: 10.9375rem !important;
  }
}
@media screen and (min-width: 48em) {
  #barrister-cv .further-details .detail-section .video div[id*=".big_play_button_graphic"]:before,
  #barrister-cv .clerks .detail-section .video div[id*=".big_play_button_graphic"]:before {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 60rem) {
  #barrister-cv .further-details .detail-section .video div[id*=".big_play_button_graphic"]:before,
  #barrister-cv .clerks .detail-section .video div[id*=".big_play_button_graphic"]:before {
    font-size: 1em;
  }
}
@media screen and (min-width: 48em) {
  #barrister-cv .further-details .detail-section .video div[id*=".big_play_button_graphic"]:after,
  #barrister-cv .clerks .detail-section .video div[id*=".big_play_button_graphic"]:after {
    right: 0.5em;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 5px 10px;
    background-position: 9px center;
  }
}
@media screen and (min-width: 60rem) {
  #barrister-cv .further-details .detail-section .video div[id*=".big_play_button_graphic"]:after,
  #barrister-cv .clerks .detail-section .video div[id*=".big_play_button_graphic"]:after {
    right: 1em;
    width: 1.875rem;
    height: 1.875rem;
    background-size: 10px 20px;
    background-position: 12px center;
  }
}
#barrister-cv .further-details .detail-section .video div[id*=".thumb_container"],
#barrister-cv .further-details .detail-section .video .wistia_embed,
#barrister-cv .clerks .detail-section .video div[id*=".thumb_container"],
#barrister-cv .clerks .detail-section .video .wistia_embed {
  height: auto !important;
}
#barrister-cv .further-details .detail-section .video div[id*=".thumbnail"],
#barrister-cv .clerks .detail-section .video div[id*=".thumbnail"] {
  height: auto !important;
  padding-bottom: 60%;
}
#barrister-cv .further-details h2,
#barrister-cv .clerks h2 {
  font-size: 1.7rem;
  margin-top: 1em;
}
#barrister-cv .further-details ul,
#barrister-cv .clerks ul {
  padding-left: 1em;
  line-height: 1.5em;
}
#barrister-cv .further-details ul:last-child,
#barrister-cv .clerks ul:last-child {
  border-bottom: 0;
}
#barrister-cv .further-details ul li:last-child,
#barrister-cv .clerks ul li:last-child {
  margin-bottom: 1em;
}
#barrister-cv .clerks {
  background: #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#barrister-cv .clerks h4, #barrister-cv .clerks .expertise-nav-sidebar > a:first-child, #barrister-cv .clerks .feature span, .feature #barrister-cv .clerks span,
#barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #barrister-cv .clerks .contain > span:first-child,
#barrister-cv .clerks .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro #barrister-cv .clerks .contain > span:first-child,
#barrister-cv .clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #barrister-cv .clerks .contain > span:first-child,
#barrister-cv .clerks .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks .contain > span:first-child, #barrister-cv .clerks .tab-list ul li a, .tab-list ul li #barrister-cv .clerks a, #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content h3, #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
#barrister-cv .clerks section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #barrister-cv .clerks body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
#barrister-cv .clerks body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#barrister-cv .clerks section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #barrister-cv .clerks body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
#barrister-cv .clerks body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
section#hub-intro #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
#barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, #barrister-cv .clerks body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, #barrister-cv .clerks body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, #barrister-cv .clerks body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, #barrister-cv .clerks body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, #barrister-cv .clerks body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks h3, body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content #barrister-cv .clerks .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content #barrister-cv .clerks .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content #barrister-cv .clerks .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content #barrister-cv .clerks .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section#hub-intro .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content #barrister-cv .clerks p, body.page-template-template-hub section.articles.podcasts .article .article-content #barrister-cv .clerks .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content #barrister-cv .clerks h2, body.page-template-template-hub section.articles.publications .article .article-content #barrister-cv .clerks .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content #barrister-cv .clerks h2, #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content #barrister-cv .clerks .contain > h2, #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain #barrister-cv .clerks .h3, #barrister-cv .clerks body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content #barrister-cv .clerks .h3, #barrister-cv .clerks body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #barrister-cv .clerks .h3, #barrister-cv .clerks body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content #barrister-cv .clerks .h3 {
  margin-top: 0;
}

.side-news-posts {
  margin: 1rem 0;
  padding: 0 !important;
  list-style: none;
}
.side-news-posts li:not(:last-child) {
  margin-bottom: 1.75rem;
}
.side-news-posts li .post-title {
  color: rgb(22, 59, 68);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.155rem;
}
.side-news-posts li p {
  color: #9e9c9c;
  margin: 0.1rem 0 0.5rem;
}
.side-news-posts li .read-more {
  color: rgb(22, 59, 68);
  text-transform: capitalize;
  font-size: 0.9rem;
}
.side-news-posts li .read-more:after {
  content: ">";
  margin-left: 0.5rem;
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# General Content Page
--------------------------------------------------------------*/
#general-content {
  padding: 3em 0;
}
#general-content.brochure {
  background-color: rgb(238, 238, 238);
}
#general-content .main-body {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
#general-content .main-body:last-child {
  margin-right: 0;
}
@media screen and (max-width: 48em) {
  #general-content .main-body {
    margin-right: 0;
  }
}
@media screen and (min-width: 48.0625rem) {
  #general-content .main-body {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  #general-content .main-body:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48.0625rem) {
  #general-content .main-body.news {
    margin-right: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #general-content .main-body.news:last-child {
    margin-right: 0;
  }
}
#general-content .main-body p > img {
  float: left;
  margin: 0 2rem 1rem 0;
}
#general-content .additional {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
#general-content .additional:last-child {
  margin-right: 0;
}
@media screen and (max-width: 48em) {
  #general-content .additional {
    margin-right: 0;
  }
}
@media screen and (min-width: 48.0625rem) {
  #general-content .additional {
    padding-left: 3rem;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  #general-content .additional:last-child {
    margin-right: 0;
  }
  #general-content .additional:nth-child(2n) {
    margin-right: 0;
  }
  #general-content .additional:nth-child(2n+1) {
    clear: left;
  }
}
#general-content .additional > h3:first-of-type, #general-content section#hub-intro .contain.additional > h1:first-of-type:first-child, section#hub-intro #general-content .contain.additional > h1:first-of-type:first-child,
#general-content section#hub-intro .contain.additional > h2:first-of-type:first-child,
section#hub-intro #general-content .contain.additional > h2:first-of-type:first-child,
#general-content section#hub-intro .contain.additional > h3:first-of-type:first-child,
section#hub-intro #general-content .contain.additional > h3:first-of-type:first-child,
#general-content section#hub-intro body.page-template-template-hub section.search-results .contain.additional > .h3:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.search-results #general-content .contain.additional > .h3:first-of-type:first-child,
#general-content body.page-template-template-hub section.search-results section#hub-intro .contain.additional > .h3:first-of-type:first-child,
body.page-template-template-hub section.search-results section#hub-intro #general-content .contain.additional > .h3:first-of-type:first-child,
#general-content section#hub-intro body.page-template-template-hub section.search-results-none .contain.additional > .h3:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #general-content .contain.additional > .h3:first-of-type:first-child,
#general-content body.page-template-template-hub section.search-results-none section#hub-intro .contain.additional > .h3:first-of-type:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #general-content .contain.additional > .h3:first-of-type:first-child,
#general-content section#hub-intro .contain.additional > h4:first-of-type:first-child,
#general-content section#hub-intro .expertise-nav-sidebar.contain.additional > a:first-of-type:first-child,
#general-content section#hub-intro .feature .contain.additional > span:first-of-type:first-child,
.feature #general-content section#hub-intro .contain.additional > span:first-of-type:first-child,
#general-content .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.additional > span:first-of-type:first-child,
#general-content .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.additional > span:first-of-type:first-child,
#general-content section#hub-intro .tab-list ul li .contain.additional > a:first-of-type:first-child,
.tab-list ul li #general-content section#hub-intro .contain.additional > a:first-of-type:first-child,
#general-content .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain.additional > a:first-of-type:first-child,
#general-content .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain.additional > a:first-of-type:first-child,
section#hub-intro #general-content .contain.additional > h4:first-of-type:first-child,
section#hub-intro #general-content .expertise-nav-sidebar.contain.additional > a:first-of-type:first-child,
section#hub-intro #general-content .feature .contain.additional > span:first-of-type:first-child,
.feature section#hub-intro #general-content .contain.additional > span:first-of-type:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #general-content .contain.additional > span:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #general-content .contain.additional > span:first-of-type:first-child,
section#hub-intro #general-content .tab-list ul li .contain.additional > a:first-of-type:first-child,
.tab-list ul li section#hub-intro #general-content .contain.additional > a:first-of-type:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #general-content .contain.additional > a:first-of-type:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #general-content .contain.additional > a:first-of-type:first-child,
#general-content section#hub-intro .contain.additional > h5:first-of-type:first-child,
section#hub-intro #general-content .contain.additional > h5:first-of-type:first-child,
#general-content section#hub-intro .contain.additional > h6:first-of-type:first-child,
section#hub-intro #general-content .contain.additional > h6:first-of-type:first-child, #general-content body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .additional > p:first-of-type, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #general-content .additional > p:first-of-type, #general-content body.page-template-template-hub section.articles.podcasts .side-text .additional > h2:first-of-type, body.page-template-template-hub section.articles.podcasts .side-text #general-content .additional > h2:first-of-type, #general-content body.page-template-template-hub section.articles.publications .side-text .additional > h2:first-of-type, body.page-template-template-hub section.articles.publications .side-text #general-content .additional > h2:first-of-type, #general-content body.page-template-template-hub section.search-results .contain .additional > .h3:first-of-type, body.page-template-template-hub section.search-results .contain #general-content .additional > .h3:first-of-type, #general-content body.page-template-template-hub section.search-results-none .contain .additional > .h3:first-of-type, body.page-template-template-hub section.search-results-none .contain #general-content .additional > .h3:first-of-type, #general-content body.page-template-template-hub section .contain.additional > h2:first-of-type, body.page-template-template-hub section #general-content .contain.additional > h2:first-of-type {
  margin-top: 0;
}
#general-content .additional h3, #general-content .additional section#hub-intro .contain > h1:first-child, section#hub-intro #general-content .additional .contain > h1:first-child,
#general-content .additional section#hub-intro .contain > h2:first-child,
section#hub-intro #general-content .additional .contain > h2:first-child,
#general-content .additional section#hub-intro .contain > h3:first-child,
section#hub-intro #general-content .additional .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #general-content .additional .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #general-content .additional .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #general-content .additional .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #general-content .additional .contain > .h3:first-child,
#general-content .additional section#hub-intro .contain > h4:first-child,
#general-content .additional section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#general-content .additional section#hub-intro .feature .contain > span:first-child,
.feature #general-content .additional section#hub-intro .contain > span:first-child,
#general-content .additional .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#general-content .additional .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#general-content .additional section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #general-content .additional section#hub-intro .contain > a:first-child,
#general-content .additional .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#general-content .additional .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #general-content .additional .contain > h4:first-child,
section#hub-intro #general-content .additional .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #general-content .additional .feature .contain > span:first-child,
.feature section#hub-intro #general-content .additional .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #general-content .additional .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #general-content .additional .contain > span:first-child,
section#hub-intro #general-content .additional .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #general-content .additional .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #general-content .additional .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #general-content .additional .contain > a:first-child,
#general-content .additional section#hub-intro .contain > h5:first-child,
section#hub-intro #general-content .additional .contain > h5:first-child,
#general-content .additional section#hub-intro .contain > h6:first-child,
section#hub-intro #general-content .additional .contain > h6:first-child, #general-content .additional body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #general-content .additional p, #general-content .additional body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #general-content .additional h2, #general-content .additional body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #general-content .additional h2, #general-content .additional body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #general-content .additional .h3, #general-content .additional body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #general-content .additional .h3, #general-content .additional body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #general-content .additional .contain > h2 {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  color: rgb(22, 59, 68);
  font-size: 1.7rem;
}
#general-content .additional .search-form {
  background: rgb(22, 59, 68);
  padding: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
#general-content .additional .search-form input {
  box-sizing: border-box !important;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  background: transparent;
  border: 1px solid #fff;
  font-weight: 300;
  line-height: 100% !important;
}
#general-content .additional .search-form input.search-field {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  padding: 0.8rem 0.6rem;
  font-size: 1.1rem;
  margin-bottom: 0.665rem;
}
#general-content .additional .search-form input.search-field::-webkit-input-placeholder {
  color: #fff;
  font-family: inherit;
}
#general-content .additional .search-form input.search-field::-moz-placeholder {
  color: #fff;
  font-family: inherit;
}
#general-content .additional .search-form input.search-field:-moz-placeholder {
  color: #fff;
  font-family: inherit;
}
#general-content .additional .search-form input.search-field:-ms-input-placeholder {
  color: #fff;
  font-family: inherit;
}
#general-content .additional .search-form input.search-field:focus {
  outline: 1px solid #fff;
}
#general-content .additional .search-form input[type=submit] {
  margin-top: 0.8em;
  border: none;
  background: #205663;
  padding: 1.045rem 0.4rem;
}
#general-content .additional .latest-posts {
  margin: 2rem 0 3rem;
}
#general-content .additional .latest-posts .post:not(:last-child) {
  border-bottom: 1px solid #cecece;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#general-content .additional .latest-posts .post h4, #general-content .additional .latest-posts .post .expertise-nav-sidebar > a:first-child, #general-content .additional .latest-posts .post .feature span, .feature #general-content .additional .latest-posts .post span, #general-content .additional .latest-posts .post .tab-list ul li a, .tab-list ul li #general-content .additional .latest-posts .post a, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content h3, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
#general-content .additional .latest-posts .post section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #general-content .additional .latest-posts .post body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
#general-content .additional .latest-posts .post body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#general-content .additional .latest-posts .post section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #general-content .additional .latest-posts .post body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
#general-content .additional .latest-posts .post body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
#general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, #general-content .additional .latest-posts .post body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post h3, body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content #general-content .additional .latest-posts .post .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content #general-content .additional .latest-posts .post .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content #general-content .additional .latest-posts .post .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content #general-content .additional .latest-posts .post .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content #general-content .additional .latest-posts .post p, body.page-template-template-hub section.articles.podcasts .article .article-content #general-content .additional .latest-posts .post .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content #general-content .additional .latest-posts .post h2, body.page-template-template-hub section.articles.publications .article .article-content #general-content .additional .latest-posts .post .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content #general-content .additional .latest-posts .post h2, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content #general-content .additional .latest-posts .post .contain > h2, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain #general-content .additional .latest-posts .post .h3, #general-content .additional .latest-posts .post body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content #general-content .additional .latest-posts .post .h3, #general-content .additional .latest-posts .post body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #general-content .additional .latest-posts .post .h3, #general-content .additional .latest-posts .post body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content #general-content .additional .latest-posts .post .h3 {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  margin-bottom: 1.2rem;
  margin-top: 0;
}
#general-content .additional .latest-posts .post .read-more {
  display: block;
  margin-top: 1rem;
}
#general-content .additional .upcoming-seminars {
  margin: 1.5rem 0 3rem;
}
#general-content .additional .upcoming-seminars .seminar {
  display: block;
  text-decoration: none;
  padding: 1rem 1rem 1rem 5rem;
  margin-bottom: 0.8rem;
  background: rgb(22, 59, 68);
  background-repeat: no-repeat;
  background-position: top 19px left 16px;
  background-image: url("/content/themes/3pb_barristers/img/icon-cal.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #general-content .additional .upcoming-seminars .seminar {
    background-image: url("/content/themes/3pb_barristers/img/icon-cal_2x.png");
    background-size: 44px;
  }
}
#general-content .additional .upcoming-seminars .seminar h4, #general-content .additional .upcoming-seminars .seminar .expertise-nav-sidebar > a:first-child, #general-content .additional .upcoming-seminars .seminar .feature span, .feature #general-content .additional .upcoming-seminars .seminar span, #general-content .additional .upcoming-seminars .seminar .tab-list ul li a, .tab-list ul li #general-content .additional .upcoming-seminars .seminar a, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content h3, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
#general-content .additional .upcoming-seminars .seminar section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
#general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#general-content .additional .upcoming-seminars .seminar section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
#general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
#general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar h3, body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar p, body.page-template-template-hub section.articles.podcasts .article .article-content #general-content .additional .upcoming-seminars .seminar .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content #general-content .additional .upcoming-seminars .seminar h2, body.page-template-template-hub section.articles.publications .article .article-content #general-content .additional .upcoming-seminars .seminar .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content #general-content .additional .upcoming-seminars .seminar h2, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .contain > h2, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain #general-content .additional .upcoming-seminars .seminar .h3, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .h3, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #general-content .additional .upcoming-seminars .seminar .h3, #general-content .additional .upcoming-seminars .seminar body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content #general-content .additional .upcoming-seminars .seminar .h3 {
  color: #fff;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0.1rem;
  font-size: 1.2rem;
}
#general-content .additional .upcoming-seminars .seminar span {
  color: #fff;
  font-size: 0.9rem;
}
#general-content .additional .cv-selector {
  background-color: rgb(238, 238, 238);
  padding: 0.5em 2em 2em;
  margin-top: 2em;
}
#general-content .additional .cv-selector h2 {
  color: rgb(22, 59, 68);
}
#general-content .additional .cv-selector ul {
  padding: 0;
  list-style: none;
}
#general-content .additional .cv-selector ul li {
  border-bottom: 1px solid rgb(22, 59, 68);
  padding: 1em 0;
}
#general-content .additional .cv-selector ul li a {
  text-decoration: none;
  color: rgb(89, 89, 89);
}
#general-content .additional .cv-selector ul li:last-child {
  border-bottom: 0;
}
#general-content .search-spacer {
  display: none;
}
@media screen and (min-width: 48em) {
  #general-content .search-spacer {
    display: block;
    float: left;
    height: 20rem;
    width: 100%;
  }
}

/*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.group-blog .byline,
.single .byline {
  display: inline;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 99999999;
  background-color: rgba(103, 102, 102, 0.51);
  color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  right: 30px;
  bottom: 6px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 37.625rem) {
  .scroll-top-wrapper {
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 10px;
  }
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper [class^=icon-], .scroll-top-wrapper ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .scroll-top-wrapper a:before, .scroll-top-wrapper section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .scroll-top-wrapper p.tel:before, .scroll-top-wrapper .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading .scroll-top-wrapper a:after, .scroll-top-wrapper .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul .scroll-top-wrapper li.menu-item-has-children > a:after, .scroll-top-wrapper .expertise-nav-sidebar > a:first-child:after, .scroll-top-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .scroll-top-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .scroll-top-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .scroll-top-wrapper a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .scroll-top-wrapper .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .scroll-top-wrapper a:before, .scroll-top-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .scroll-top-wrapper a.gform_button:before, .scroll-top-wrapper .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .scroll-top-wrapper li:before, .scroll-top-wrapper .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper .scroll-top-wrapper .ginput_container_select.ginput_container_select:before, .scroll-top-wrapper .btn.external:after, .scroll-top-wrapper .tab-list ul li.active a.external:after, .tab-list ul li.active .scroll-top-wrapper a.external:after, .scroll-top-wrapper .external.gform_button:after, .scroll-top-wrapper .btn.inline-flex:before, .scroll-top-wrapper .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .scroll-top-wrapper a.inline-flex:before, .scroll-top-wrapper .inline-flex.gform_button:before, .scroll-top-wrapper .btn.tel:before, .scroll-top-wrapper .tab-list ul li.active a.tel:before, .tab-list ul li.active .scroll-top-wrapper a.tel:before, .scroll-top-wrapper .tel.gform_button:before, .scroll-top-wrapper .btn.email:before, .scroll-top-wrapper .tab-list ul li.active a.email:before, .tab-list ul li.active .scroll-top-wrapper a.email:before, .scroll-top-wrapper .email.gform_button:before, .scroll-top-wrapper .btn.back:before, .scroll-top-wrapper .tab-list ul li.active a.back:before, .tab-list ul li.active .scroll-top-wrapper a.back:before, .scroll-top-wrapper .back.gform_button:before, .scroll-top-wrapper .btn.forward:after, .scroll-top-wrapper .tab-list ul li.active a.forward:after, .tab-list ul li.active .scroll-top-wrapper a.forward:after, .scroll-top-wrapper .forward.gform_button:after, .scroll-top-wrapper .btn.subscribe:before, .scroll-top-wrapper .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .scroll-top-wrapper a.subscribe:before, .scroll-top-wrapper .subscribe.gform_button:before, .scroll-top-wrapper .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .scroll-top-wrapper li:before, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
.scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child .scroll-top-wrapper a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child .scroll-top-wrapper a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child .scroll-top-wrapper a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .scroll-top-wrapper a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .scroll-top-wrapper a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .scroll-top-wrapper a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child .scroll-top-wrapper a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child .scroll-top-wrapper a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child .scroll-top-wrapper a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child .scroll-top-wrapper a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child .scroll-top-wrapper a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child .scroll-top-wrapper a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .scroll-top-wrapper a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .scroll-top-wrapper a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .scroll-top-wrapper a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child .scroll-top-wrapper a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .scroll-top-wrapper a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .scroll-top-wrapper a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child .scroll-top-wrapper a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child .scroll-top-wrapper a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child .scroll-top-wrapper a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p .scroll-top-wrapper a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 .scroll-top-wrapper a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 .scroll-top-wrapper a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 .scroll-top-wrapper a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 .scroll-top-wrapper a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 .scroll-top-wrapper a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 .scroll-top-wrapper a:after {
  font-size: 3.9rem;
  height: 56px;
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 37.625rem) {
  .scroll-top-wrapper [class^=icon-], .scroll-top-wrapper ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .scroll-top-wrapper a:before, .scroll-top-wrapper section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .scroll-top-wrapper p.tel:before, .scroll-top-wrapper .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading .scroll-top-wrapper a:after, .scroll-top-wrapper .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul .scroll-top-wrapper li.menu-item-has-children > a:after, .scroll-top-wrapper .expertise-nav-sidebar > a:first-child:after, .scroll-top-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .scroll-top-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .scroll-top-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .scroll-top-wrapper a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .scroll-top-wrapper .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .scroll-top-wrapper a:before, .scroll-top-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .scroll-top-wrapper a.gform_button:before, .scroll-top-wrapper .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .scroll-top-wrapper li:before, .scroll-top-wrapper .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper .scroll-top-wrapper .ginput_container_select.ginput_container_select:before, .scroll-top-wrapper .btn.external:after, .scroll-top-wrapper .tab-list ul li.active a.external:after, .tab-list ul li.active .scroll-top-wrapper a.external:after, .scroll-top-wrapper .external.gform_button:after, .scroll-top-wrapper .btn.inline-flex:before, .scroll-top-wrapper .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .scroll-top-wrapper a.inline-flex:before, .scroll-top-wrapper .inline-flex.gform_button:before, .scroll-top-wrapper .btn.tel:before, .scroll-top-wrapper .tab-list ul li.active a.tel:before, .tab-list ul li.active .scroll-top-wrapper a.tel:before, .scroll-top-wrapper .tel.gform_button:before, .scroll-top-wrapper .btn.email:before, .scroll-top-wrapper .tab-list ul li.active a.email:before, .tab-list ul li.active .scroll-top-wrapper a.email:before, .scroll-top-wrapper .email.gform_button:before, .scroll-top-wrapper .btn.back:before, .scroll-top-wrapper .tab-list ul li.active a.back:before, .tab-list ul li.active .scroll-top-wrapper a.back:before, .scroll-top-wrapper .back.gform_button:before, .scroll-top-wrapper .btn.forward:after, .scroll-top-wrapper .tab-list ul li.active a.forward:after, .tab-list ul li.active .scroll-top-wrapper a.forward:after, .scroll-top-wrapper .forward.gform_button:after, .scroll-top-wrapper .btn.subscribe:before, .scroll-top-wrapper .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .scroll-top-wrapper a.subscribe:before, .scroll-top-wrapper .subscribe.gform_button:before, .scroll-top-wrapper .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .scroll-top-wrapper li:before, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
  section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
  section#hub-intro body.page-template-template-hub section.search-results .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
  body.page-template-template-hub section.search-results section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
  section#hub-intro body.page-template-template-hub section.search-results-none .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
  body.page-template-template-hub section.search-results-none section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
  .feature .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
  .tab-list ul li .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
  section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
  section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
  section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
  .feature section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
  section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
  .tab-list ul li section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
  section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
  .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
  section#hub-intro .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .scroll-top-wrapper .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child .scroll-top-wrapper a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child .scroll-top-wrapper a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child .scroll-top-wrapper a:after,
  section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .scroll-top-wrapper a:after,
  body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .scroll-top-wrapper a:after,
  section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .scroll-top-wrapper a:after,
  body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child .scroll-top-wrapper a:after,
  .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child .scroll-top-wrapper a:after,
  .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child .scroll-top-wrapper a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child .scroll-top-wrapper a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child .scroll-top-wrapper a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child .scroll-top-wrapper a:after,
  .feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .scroll-top-wrapper a:after,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .scroll-top-wrapper a:after,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .scroll-top-wrapper a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child .scroll-top-wrapper a:after,
  .tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .scroll-top-wrapper a:after,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .scroll-top-wrapper a:after,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child .scroll-top-wrapper a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child .scroll-top-wrapper a:after,
  .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child .scroll-top-wrapper a:after,
  section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p .scroll-top-wrapper a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 .scroll-top-wrapper a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 .scroll-top-wrapper a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 .scroll-top-wrapper a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 .scroll-top-wrapper a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .scroll-top-wrapper a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 .scroll-top-wrapper a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 .scroll-top-wrapper a:after {
    left: 2px;
    top: -2px;
    font-size: 3rem;
  }
}

.search-results article {
  padding-bottom: 2.7rem;
  margin-bottom: 2rem;
}
.search-results article:not(:last-child) {
  border-bottom: 2px solid #efefef;
}
.search-results .page-title {
  margin: 2rem 0 3rem;
}
.search-results .entry-title {
  margin: 2rem 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
}
.search-results .entry-summary {
  margin: 0.5rem 0 0;
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper.gravity-theme .gform_page_footer {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  .gform_wrapper.gravity-theme .gform_page_footer {
    flex-direction: row !important;
  }
}

.gform_wrapper .gform_title {
  font-size: 2rem;
  color: rgb(22, 59, 68);
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.gform_wrapper .gfield_label {
  font-family: "Apercu Regular", "Helvetica", Arial, sans-serif;
  font-size: 0.9rem !important;
  margin-bottom: 0.5rem !important;
  font-weight: 600 !important;
}
.gform_wrapper .gfield_label:is(legend.gfield_label) {
  font-size: 1.2rem !important;
}

.gform_wrapper {
  width: 100% !important;
  padding-bottom: 3rem !important;
}
.gform_wrapper .gform_title {
  font-family: "Apercu Regular", "Helvetica", Arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.gform_wrapper .gform_body .gfield {
  margin-bottom: 1.5rem;
}
.gform_wrapper .gform_body .gfield .gfield_description {
  margin-top: 0.5rem;
}
.gform_wrapper .gform_body .gfield input[type=color],
.gform_wrapper .gform_body .gfield input[type=date],
.gform_wrapper .gform_body .gfield input[type=datetime],
.gform_wrapper .gform_body .gfield input[type=email],
.gform_wrapper .gform_body .gfield input[type=month],
.gform_wrapper .gform_body .gfield input[type=number],
.gform_wrapper .gform_body .gfield input[type=password],
.gform_wrapper .gform_body .gfield input[type=search],
.gform_wrapper .gform_body .gfield input[type=tel],
.gform_wrapper .gform_body .gfield input[type=text],
.gform_wrapper .gform_body .gfield input[type=time],
.gform_wrapper .gform_body .gfield input[type=url],
.gform_wrapper .gform_body .gfield input[type=week],
.gform_wrapper .gform_body .gfield select[multiple=multiple],
.gform_wrapper .gform_body .gfield textarea {
  font-size: 1.1rem !important;
  padding: 1rem 0.75rem !important;
  border: 2px solid rgb(22, 59, 68) !important;
  line-height: 1 !important;
}
.gform_wrapper .gform_body .gfield input[type=color]:focus,
.gform_wrapper .gform_body .gfield input[type=date]:focus,
.gform_wrapper .gform_body .gfield input[type=datetime]:focus,
.gform_wrapper .gform_body .gfield input[type=email]:focus,
.gform_wrapper .gform_body .gfield input[type=month]:focus,
.gform_wrapper .gform_body .gfield input[type=number]:focus,
.gform_wrapper .gform_body .gfield input[type=password]:focus,
.gform_wrapper .gform_body .gfield input[type=search]:focus,
.gform_wrapper .gform_body .gfield input[type=tel]:focus,
.gform_wrapper .gform_body .gfield input[type=text]:focus,
.gform_wrapper .gform_body .gfield input[type=time]:focus,
.gform_wrapper .gform_body .gfield input[type=url]:focus,
.gform_wrapper .gform_body .gfield input[type=week]:focus,
.gform_wrapper .gform_body .gfield select[multiple=multiple]:focus,
.gform_wrapper .gform_body .gfield textarea:focus {
  outline: 2px solid rgb(22, 59, 68);
}
.gform_wrapper .gform_body .gfield select {
  width: 100%;
  font-size: 1.1rem;
  padding: 1rem 0.75rem !important;
  background-color: #ffffff;
  background-image: url("/content/themes/3pb_barristers/img/icon-select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 0;
  border: 2px solid rgb(22, 59, 68) !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .gform_wrapper .gform_body .gfield select {
    background-image: url("/content/themes/3pb_barristers/img/icon-select-arrow_2x.png");
    background-size: 15px;
  }
}
.gform_wrapper .gform_body .gfield select:focus {
  outline: 2px solid rgb(22, 59, 68);
}
.gform_wrapper .gform_body .gfield .gfield_label {
  margin-bottom: 0;
}
.gform_wrapper .gform_body .gfield .ginput_complex label {
  display: block;
  margin-top: 0.2rem;
  font-family: "Apercu Regular", "Helvetica", Arial, sans-serif;
}
.gform_wrapper .gform_body .gfield .description_above .gfield_description {
  margin-top: 0.4rem;
  display: block;
}

.gform_wrapper input[type=submit],
.gform_wrapper .gform_next_button,
.gform_wrapper .gform_previous_button {
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  color: #fff !important;
  background-color: rgb(22, 59, 68) !important;
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
  transition: all 0.3s ease-in-out;
  border-radius: 10em;
  border: unset;
  line-height: 1 !important;
  min-height: unset !important;
  margin: unset !important;
}
.gform_wrapper input[type=submit]:hover,
.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_previous_button:hover {
  background: rgb(105, 5, 49) !important;
}
.gform_wrapper input[type=submit] svg path,
.gform_wrapper .gform_next_button svg path,
.gform_wrapper .gform_previous_button svg path {
  fill: #fff !important;
}
.gform_wrapper .gform_save_link {
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  color: rgb(22, 59, 68) !important;
  background-color: none !important;
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
  transition: all 0.3s ease-in-out;
  border-radius: 10em;
  border: 1px solid rgb(22, 59, 68) !important;
  line-height: 1 !important;
  min-height: unset !important;
  margin: unset !important;
}
.gform_wrapper .gform_save_link:hover {
  background: rgb(22, 59, 68) !important;
  color: #fff !important;
}
.gform_wrapper .gform_save_link:hover svg path {
  fill: #fff !important;
}
.gform_wrapper .gform_save_link svg path {
  fill: rgb(22, 59, 68) !important;
  transition: all 0.3s ease-in-out;
}

.gform_confirmation_wrapper {
  padding-bottom: 4rem;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  font-size: 1.5rem;
  color: rgb(22, 59, 68);
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid rgb(22, 59, 68);
}

.gfield {
  border: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
}

.gform_wrapper .top_label input.medium {
  width: 100% !important;
}

.gform_wrapper textarea.medium {
  width: 100% !important;
}

.gform_button {
  border: none;
}

.gform_fields {
  margin-bottom: 0;
}

.main-body .gform_wrapper {
  padding: 1.7rem;
  background: #f2f2f2;
}
@media screen and (min-width: 48em) {
  .main-body .gform_wrapper {
    max-width: 37.5rem;
  }
}

.gfield .gfield_label.show_label {
  display: block !important;
}

.gfield_checkbox.custom-checkbox-style {
  margin: 0.6em 0 1.5rem !important;
  position: relative;
}
.gfield_checkbox.custom-checkbox-style li {
  padding: 0;
  min-height: 26px;
  position: relative;
}
.gfield_checkbox.custom-checkbox-style label:not(.tick-label) {
  line-height: 1.9em;
  padding-left: 1rem;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
}
.gfield_checkbox.custom-checkbox-style input[type=checkbox] {
  visibility: hidden;
}
.gfield_checkbox.custom-checkbox-style input[type=checkbox]:checked + label {
  background: rgb(22, 59, 68);
}
.gfield_checkbox.custom-checkbox-style input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border-color: rgb(22, 59, 68);
}
.gfield_checkbox.custom-checkbox-style label.tick-label {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 2px;
  background: #fff;
  color: transparent;
  text-indent: -9999px;
  margin-left: 0;
  padding-left: 0;
  border: 2px solid rgb(22, 59, 68);
}
.gfield_checkbox.custom-checkbox-style label.tick-label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  color: rgb(22, 59, 68);
  position: absolute;
  width: 14px;
  height: 7px;
  background: transparent;
  top: 4px;
  left: 2px;
  border-left: 3px solid rgb(22, 59, 68);
  border-bottom: 3px solid rgb(22, 59, 68);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-indent: 0;
  box-sizing: content-box;
}
.gfield_checkbox.custom-checkbox-style label.tick-label:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.7;
}

.gfield_radio.custom-radio-style {
  margin: 0.6em 0 1.5rem !important;
  position: relative;
}
.gfield_radio.custom-radio-style li {
  padding: 0;
  min-height: 26px;
  position: relative;
}
.gfield_radio.custom-radio-style label:not(.tick-label) {
  line-height: 1.8em;
  padding-left: 1rem;
  font-size: 1rem;
  margin-left: 0;
  width: auto !important;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
}
.gfield_radio.custom-radio-style input[type=radio] {
  visibility: hidden;
}
.gfield_radio.custom-radio-style input[type=radio]:checked + label {
  background: rgb(22, 59, 68);
}
.gfield_radio.custom-radio-style input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background: rgb(22, 59, 68);
}
.gfield_radio.custom-radio-style label.tick-label {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 2px;
  background: #fff;
  color: transparent;
  text-indent: -9999px;
  margin-left: 0;
  padding-left: 0;
  border: 2px solid rgb(22, 59, 68);
  border-radius: 50%;
  z-index: 50;
}
.gfield_radio.custom-radio-style label.tick-label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  text-indent: 0;
  box-sizing: content-box;
}
.gfield_radio.custom-radio-style label.tick-label:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.7;
  background: rgb(22, 59, 68);
}

.additional-content {
  margin: 0 0 3rem;
}

.image-text-block img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 26.5625em) {
  .image-text-block img {
    width: auto;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.image-gallery {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.image-gallery:last-child {
  margin-right: 0;
}
.image-gallery img {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-bottom: 1rem;
}
.image-gallery img:last-child {
  margin-right: 0;
}
@media screen and (min-width: 26.5625em) {
  .image-gallery img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-bottom: 1.1rem;
  }
  .image-gallery img:last-child {
    margin-right: 0;
  }
  .image-gallery img:nth-child(2n) {
    margin-right: 0;
  }
  .image-gallery img:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 37.625rem) {
  .image-gallery img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .image-gallery img:last-child {
    margin-right: 0;
  }
  .image-gallery img:nth-child(2n) {
    margin-right: 2.3576515979%;
  }
  .image-gallery img:nth-child(2n+1) {
    clear: none;
  }
  .image-gallery img:nth-child(4n) {
    margin-right: 0;
  }
  .image-gallery img:nth-child(4n+1) {
    clear: left;
  }
}
.single-events h1, .single-events #story h1, #story .single-events h1,
.single-events #story h2,
#story .single-events h2,
.single-events #story h3,
.single-events #story section#hub-intro .contain > h1:first-child,
section#hub-intro .single-events #story .contain > h1:first-child,
.single-events section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.single-events section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.single-events #story section#hub-intro .contain > h2:first-child,
section#hub-intro .single-events #story .contain > h2:first-child,
.single-events #story section#hub-intro .contain > h3:first-child,
section#hub-intro .single-events #story .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .single-events #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .single-events #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .single-events #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .single-events #story .contain > .h3:first-child,
.single-events #story section#hub-intro .contain > h4:first-child,
.single-events #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.single-events #story section#hub-intro .feature .contain > span:first-child,
.feature .single-events #story section#hub-intro .contain > span:first-child,
.single-events #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.single-events #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.single-events #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .single-events #story section#hub-intro .contain > a:first-child,
.single-events #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.single-events #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .single-events #story .contain > h4:first-child,
section#hub-intro .single-events #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .single-events #story .feature .contain > span:first-child,
.feature section#hub-intro .single-events #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .single-events #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .single-events #story .contain > span:first-child,
section#hub-intro .single-events #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .single-events #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .single-events #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .single-events #story .contain > a:first-child,
.single-events #story section#hub-intro .contain > h5:first-child,
section#hub-intro .single-events #story .contain > h5:first-child,
.single-events #story section#hub-intro .contain > h6:first-child,
section#hub-intro .single-events #story .contain > h6:first-child,
.single-events #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .single-events #story p,
.single-events #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain .single-events #story .h3,
.single-events #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain .single-events #story .h3,
#story .single-events h3,
#story .single-events section#hub-intro .contain > h1:first-child,
section#hub-intro #story .single-events .contain > h1:first-child,
#story .single-events section#hub-intro .contain > h2:first-child,
section#hub-intro #story .single-events .contain > h2:first-child,
#story .single-events section#hub-intro .contain > h3:first-child,
section#hub-intro #story .single-events .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .single-events .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .single-events .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .single-events .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .single-events .contain > .h3:first-child,
#story .single-events section#hub-intro .contain > h4:first-child,
#story .single-events section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story .single-events section#hub-intro .feature .contain > span:first-child,
.feature #story .single-events section#hub-intro .contain > span:first-child,
#story .single-events .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story .single-events .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story .single-events section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story .single-events section#hub-intro .contain > a:first-child,
#story .single-events .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story .single-events .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story .single-events .contain > h4:first-child,
section#hub-intro #story .single-events .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story .single-events .feature .contain > span:first-child,
.feature section#hub-intro #story .single-events .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .single-events .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .single-events .contain > span:first-child,
section#hub-intro #story .single-events .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story .single-events .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .single-events .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .single-events .contain > a:first-child,
#story .single-events section#hub-intro .contain > h5:first-child,
section#hub-intro #story .single-events .contain > h5:first-child,
#story .single-events section#hub-intro .contain > h6:first-child,
section#hub-intro #story .single-events .contain > h6:first-child,
#story .single-events body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .single-events p,
#story .single-events body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story .single-events .h3,
#story .single-events body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story .single-events .h3 {
  line-height: 1.2;
}

.single-post h1, .single-post #story h1, #story .single-post h1,
.single-post #story h2,
#story .single-post h2,
.single-post #story h3,
.single-post #story section#hub-intro .contain > h1:first-child,
section#hub-intro .single-post #story .contain > h1:first-child,
.single-post section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.single-post section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.single-post #story section#hub-intro .contain > h2:first-child,
section#hub-intro .single-post #story .contain > h2:first-child,
.single-post #story section#hub-intro .contain > h3:first-child,
section#hub-intro .single-post #story .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .single-post #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .single-post #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .single-post #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .single-post #story .contain > .h3:first-child,
.single-post #story section#hub-intro .contain > h4:first-child,
.single-post #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.single-post #story section#hub-intro .feature .contain > span:first-child,
.feature .single-post #story section#hub-intro .contain > span:first-child,
.single-post #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.single-post #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.single-post #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .single-post #story section#hub-intro .contain > a:first-child,
.single-post #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.single-post #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .single-post #story .contain > h4:first-child,
section#hub-intro .single-post #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .single-post #story .feature .contain > span:first-child,
.feature section#hub-intro .single-post #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .single-post #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .single-post #story .contain > span:first-child,
section#hub-intro .single-post #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .single-post #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .single-post #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .single-post #story .contain > a:first-child,
.single-post #story section#hub-intro .contain > h5:first-child,
section#hub-intro .single-post #story .contain > h5:first-child,
.single-post #story section#hub-intro .contain > h6:first-child,
section#hub-intro .single-post #story .contain > h6:first-child,
.single-post #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .single-post #story p,
.single-post #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain .single-post #story .h3,
.single-post #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain .single-post #story .h3,
#story .single-post h3,
#story .single-post section#hub-intro .contain > h1:first-child,
section#hub-intro #story .single-post .contain > h1:first-child,
#story .single-post section#hub-intro .contain > h2:first-child,
section#hub-intro #story .single-post .contain > h2:first-child,
#story .single-post section#hub-intro .contain > h3:first-child,
section#hub-intro #story .single-post .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .single-post .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .single-post .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .single-post .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .single-post .contain > .h3:first-child,
#story .single-post section#hub-intro .contain > h4:first-child,
#story .single-post section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story .single-post section#hub-intro .feature .contain > span:first-child,
.feature #story .single-post section#hub-intro .contain > span:first-child,
#story .single-post .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story .single-post .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story .single-post section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story .single-post section#hub-intro .contain > a:first-child,
#story .single-post .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story .single-post .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story .single-post .contain > h4:first-child,
section#hub-intro #story .single-post .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story .single-post .feature .contain > span:first-child,
.feature section#hub-intro #story .single-post .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story .single-post .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story .single-post .contain > span:first-child,
section#hub-intro #story .single-post .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story .single-post .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story .single-post .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story .single-post .contain > a:first-child,
#story .single-post section#hub-intro .contain > h5:first-child,
section#hub-intro #story .single-post .contain > h5:first-child,
#story .single-post section#hub-intro .contain > h6:first-child,
section#hub-intro #story .single-post .contain > h6:first-child,
#story .single-post body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .single-post p,
#story .single-post body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story .single-post .h3,
#story .single-post body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story .single-post .h3 {
  font-size: 2.7rem;
  line-height: 3rem;
  margin-top: 0;
}
.single-post p {
  margin: 1em 0;
}
.single-post .attachment-thumbnail {
  display: inline-block;
  margin: 1em auto;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 23.4375em) {
  .single-post .attachment-thumbnail {
    float: left;
    width: 140px;
    height: auto;
    margin: 1.2em 1em 1em 0;
  }
}
@media screen and (min-width: 48em) {
  .single-post .attachment-thumbnail {
    float: left;
    width: auto;
    height: auto;
    margin: 1.2em 2em 1em 0;
  }
}

.error404 .error-page-search .search-form:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 48em) {
  .error404 .error-page-search .search-form {
    width: 500px;
  }
  .error404 .error-page-search .search-form > label {
    float: left;
    width: 65%;
    margin: 0;
  }
  .error404 .error-page-search .search-form > label input[type=search] {
    font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
    width: 100%;
    padding: 0.38rem 0.6rem;
    font-weight: 300;
    font-size: 1.4rem;
  }
  .error404 .error-page-search .search-form > label input[type=search]:focus {
    outline: none;
    border-color: rgb(22, 59, 68);
  }
  .error404 .error-page-search .search-form > label input[type=search]:focus::-webkit-input-placeholder {
    color: rgb(22, 59, 68);
  }
  .error404 .error-page-search .search-form > label input[type=search]:focus::-moz-placeholder {
    color: rgb(22, 59, 68);
  }
  .error404 .error-page-search .search-form > label input[type=search]:focus:-moz-placeholder {
    color: rgb(22, 59, 68);
  }
  .error404 .error-page-search .search-form > label input[type=search]:focus:-ms-input-placeholder {
    color: rgb(22, 59, 68);
  }
  .error404 .error-page-search .search-form input[type=submit] {
    font-size: 1.4rem;
    float: left;
    width: 30%;
    background: rgb(22, 59, 68);
    color: #fff;
    padding: 0.5rem 0.7rem;
    border: none;
    outline: none;
  }
}

.entry-header .entry-title {
  font-size: 1.7em;
  margin-top: 0;
  letter-spacing: 0;
}
.entry-header .entry-title a {
  text-decoration: none;
  color: rgb(22, 59, 68);
}
.entry-header span.post-meta .post-date {
  color: rgb(105, 5, 49);
  font-weight: bold;
}

.entry-header ul.event-details,
body.search-results ul.event-details {
  margin: 0 -0.5em 1em -0.5em;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: rgb(22, 59, 68);
}
.entry-header ul.event-details li,
body.search-results ul.event-details li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: none;
  padding: 0 0.5em;
}
.entry-header ul.event-details li.time, .entry-header ul.event-details li.date,
body.search-results ul.event-details li.time,
body.search-results ul.event-details li.date {
  white-space: nowrap;
}
.entry-header ul.event-details li.venue,
body.search-results ul.event-details li.venue {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.entry-header table.event-details,
body.search-results table.event-details {
  margin: -0.1em -0.5em 1em -0.5em;
  width: 100%;
}
.entry-header table.event-details tr td,
body.search-results table.event-details tr td {
  padding: 0.1em 0.5em;
  vertical-align: top;
}

body.home section {
  padding: 2em 0;
}
@media screen and (min-width: 48em) {
  body.home section {
    padding: 4em 0;
  }
}
body.home section .section-header {
  margin-bottom: 2.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (min-width: 37.625rem) {
  body.home section .section-header {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
body.home section .section-header .options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 -0.3em -0.3em 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (min-width: 37.625rem) {
  body.home section .section-header .options {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: -0.3em -0.3em -0.3em auto;
    padding-left: 1em;
  }
}
body.home section .section-header .options a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3em;
  white-space: nowrap;
  font-size: 0.9em;
}
@media screen and (min-width: 26.5625em) {
  body.home section .section-header .options a {
    font-size: 1em;
  }
}
body.home section h2,
body.home section .section-header h2 {
  font-size: 1.875rem;
  margin: 0;
  text-align: left !important;
  color: rgb(22, 59, 68);
}
@media screen and (min-width: 26.5625em) {
  body.home section h2,
  body.home section .section-header h2 {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 48em) {
  body.home section h2,
  body.home section .section-header h2 {
    font-size: 2.625rem;
  }
}

body.home #areas-of-expertise {
  padding: 2em 0;
}
@media screen and (min-width: 48em) {
  body.home #areas-of-expertise {
    padding: 4em 0;
  }
}
body.home #areas-of-expertise ul {
  margin-top: 0;
}

#home-events {
  background: #f7f7f7;
}

.archive article {
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #cecece;
}

.header-locations {
  font-size: 1.2rem;
  display: block;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  list-style: none;
  clear: both;
}
@media screen and (min-width: 48em) {
  .header-locations {
    font-size: 1.845rem;
  }
}
.header-locations li {
  display: inline-block;
  position: relative;
  margin-top: 0;
}
.header-locations li:not(:last-child) {
  margin-right: 0.4rem;
}
@media screen and (min-width: 48rem) {
  .header-locations li:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.header-locations li:not(:last-child):after {
  content: "-";
  margin-left: 0.5rem;
}
@media screen and (min-width: 48rem) {
  .header-locations li:not(:last-child):after {
    margin-left: 0.8rem;
  }
}
.header-locations li a {
  font-size: 1rem;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
@media screen and (min-width: 48rem) {
  .header-locations li a {
    font-size: 1.495rem;
  }
}

.locations {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.locations:last-child {
  margin-right: 0;
}
.locations .location {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.locations .location:last-child {
  margin-right: 0;
}
@media screen and (max-width: 48em) {
  .locations .location {
    margin-bottom: 2rem;
  }
  .locations .location:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 48.0625rem) {
  .locations .location {
    margin-bottom: 5rem;
  }
}
.locations .location .location-image {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.locations .location .location-image:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48.0625rem) {
  .locations .location .location-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .locations .location .location-image:last-child {
    margin-right: 0;
  }
}
.locations .location .location-image img {
  width: 100%;
  display: block;
}
.locations .location .location-map {
  height: 360px;
  border: #ccc solid 1px;
}
.locations .location .location-map img {
  max-width: inherit !important;
}
@media screen and (max-width: 48em) {
  .locations .location:nth-child(2n) .location-image {
    margin-bottom: 2rem;
  }
}
.locations .location .location-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.locations .location .location-content:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48.0625rem) {
  .locations .location .location-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .locations .location .location-content:last-child {
    margin-right: 0;
  }
}
.locations .location .location-content .location-name {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.3rem;
}
.locations .location .location-content .location-description {
  margin-bottom: 1rem;
}
.locations .location .location-content .location-description h4, .locations .location .location-content .location-description .expertise-nav-sidebar > a:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .locations .location .location-content .location-description .expertise-nav-sidebar.contain > a:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .expertise-nav-sidebar.contain > a:first-child, .locations .location .location-content .location-description .feature span, .feature .locations .location .location-content .location-description span,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .locations .location .location-content .location-description .contain > span:first-child,
.locations .location .location-content .location-description .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .locations .location .location-content .location-description .contain > span:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .locations .location .location-content .location-description .contain > span:first-child,
.locations .location .location-content .location-description .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > span:first-child, .locations .location .location-content .location-description .tab-list ul li a, .tab-list ul li .locations .location .location-content .location-description a,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .locations .location .location-content .location-description .contain > a:first-child,
.locations .location .location-content .location-description .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .locations .location .location-content .location-description .contain > a:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .locations .location .location-content .location-description .contain > a:first-child,
.locations .location .location-content .location-description .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > a:first-child, .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content h3, .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
.locations .location .location-content .location-description section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.tab-list ul li .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
.locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, .locations .location .location-content .location-description body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, .locations .location .location-content .location-description body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, .locations .location .location-content .location-description body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, .locations .location .location-content .location-description body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, .locations .location .location-content .location-description body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description h3, body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .locations .location .location-content .location-description .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .locations .location .location-content .location-description .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .locations .location .location-content .location-description .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .locations .location .location-content .location-description .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .locations .location .location-content .location-description .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .locations .location .location-content .location-description .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .locations .location .location-content .location-description p, body.page-template-template-hub section.articles.podcasts .article .article-content .locations .location .location-content .location-description .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .locations .location .location-content .location-description h2, body.page-template-template-hub section.articles.publications .article .article-content .locations .location .location-content .location-description .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .locations .location .location-content .location-description h2, .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .locations .location .location-content .location-description .contain > h2, .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .locations .location .location-content .location-description .h3, .locations .location .location-content .location-description body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .locations .location .location-content .location-description .h3, .locations .location .location-content .location-description body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .locations .location .location-content .location-description .h3, .locations .location .location-content .location-description body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .locations .location .location-content .location-description .h3 {
  font-family: "Apercu Regular", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.locations .location .location-content .location-description p {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  color: #9e9c9c;
  margin-top: 0;
}
.locations .location .location-content .location-description h5 {
  color: #9a0748;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
  margin: 0.995rem 0 0.5rem;
  font-size: 1rem;
}
.locations .location .location-content .location-directions {
  margin: 2rem 0;
}
@media screen and (min-width: 48.0625rem) {
  .locations .location .location-content .location-directions {
    text-align: left;
    margin: 1rem 0;
  }
}
.locations .location .location-content .location-directions span {
  display: inline-block;
  margin-right: 1.3rem;
  font-size: 1.176rem;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
  color: #9a0748;
}
.locations .location .location-content .location-directions .btn, .locations .location .location-content .location-directions .tab-list ul li.active a, .tab-list ul li.active .locations .location .location-content .location-directions a, .locations .location .location-content .location-directions .gform_button {
  padding: 0.625em 1.5em;
  text-decoration: none;
  font-size: 0.875em;
  border-color: #d1b4c1;
  color: #9a0748;
  display: block;
  margin-top: 1rem;
}
.locations .location .location-content .location-directions .btn:hover, .locations .location .location-content .location-directions .tab-list ul li.active a:hover, .tab-list ul li.active .locations .location .location-content .location-directions a:hover, .locations .location .location-content .location-directions .gform_button:hover {
  color: #fff;
  background: #9a0748;
}
@media screen and (min-width: 30.25rem) {
  .locations .location .location-content .location-directions .btn, .locations .location .location-content .location-directions .tab-list ul li.active a, .tab-list ul li.active .locations .location .location-content .location-directions a, .locations .location .location-content .location-directions .gform_button {
    display: inline-block;
    margin-top: 0;
  }
  .locations .location .location-content .location-directions .btn:not(:last-child), .locations .location .location-content .location-directions .tab-list ul li.active a:not(:last-child), .tab-list ul li.active .locations .location .location-content .location-directions a:not(:last-child), .locations .location .location-content .location-directions .gform_button:not(:last-child) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 48em) {
  .locations .location .location-content:nth-child(2n) .location-directions {
    margin-bottom: 0;
  }
}

.upcoming-events,
.previous-events {
  margin-bottom: 4rem;
}
.upcoming-events h2,
.previous-events h2 {
  margin-top: 0;
  color: rgb(22, 59, 68);
  margin-bottom: 2rem;
}
.upcoming-events.has-upcoming,
.previous-events.has-upcoming {
  padding-top: 2rem;
  border-top: 1px solid rgb(22, 59, 68);
}

.event-items,
#general-content article.events {
  margin-bottom: 3rem;
}
.event-items .event-item,
#general-content article.events .event-item {
  margin-bottom: 2rem;
}
.event-items .event-item h2,
#general-content article.events .event-item h2 {
  margin: 0 0 0.4rem;
}
.event-items .event-item h2 a,
#general-content article.events .event-item h2 a {
  text-decoration: none;
}
.event-items .event-item [class^=icon-], .event-items .event-item ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before, ul.expertise-tiles-2025 li .expertise-tile .actions ul li .event-items .event-item a:before, .event-items .event-item section#offices ul.office-contacts li .office-contact-panel p.tel:before, section#offices ul.office-contacts li .office-contact-panel .event-items .event-item p.tel:before, .event-items .event-item .practice-area-select-dropdown .heading a:after, .practice-area-select-dropdown .heading .event-items .event-item a:after, .event-items .event-item .expertise-nav-sidebar > ul li.menu-item-has-children > a:after, .expertise-nav-sidebar > ul .event-items .event-item li.menu-item-has-children > a:after, .event-items .event-item .expertise-nav-sidebar > a:first-child:after, .event-items .event-item body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, .event-items .event-item body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active .event-items .event-item body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .event-items .event-item a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .event-items .event-item .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .event-items .event-item a:before, .event-items .event-item body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .event-items .event-item a.gform_button:before, .event-items .event-item .vacancy-list li .vacancy .vacancy-top ul.application-details li:before, .vacancy-list li .vacancy .vacancy-top ul.application-details .event-items .event-item li:before, .event-items .event-item .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before, .single-events #eventregister .gform_wrapper .event-items .event-item .ginput_container_select.ginput_container_select:before, .event-items .event-item .btn.external:after, .event-items .event-item .tab-list ul li.active a.external:after, .tab-list ul li.active .event-items .event-item a.external:after, .event-items .event-item .btn.inline-flex:before, .event-items .event-item .tab-list ul li.active a.inline-flex:before, .tab-list ul li.active .event-items .event-item a.inline-flex:before, .event-items .event-item .btn.tel:before, .event-items .event-item .tab-list ul li.active a.tel:before, .tab-list ul li.active .event-items .event-item a.tel:before, .event-items .event-item .btn.email:before, .event-items .event-item .tab-list ul li.active a.email:before, .tab-list ul li.active .event-items .event-item a.email:before, .event-items .event-item .btn.back:before, .event-items .event-item .tab-list ul li.active a.back:before, .tab-list ul li.active .event-items .event-item a.back:before, .event-items .event-item .btn.forward:after, .event-items .event-item .tab-list ul li.active a.forward:after, .tab-list ul li.active .event-items .event-item a.forward:after, .event-items .event-item .btn.subscribe:before, .event-items .event-item .tab-list ul li.active a.subscribe:before, .tab-list ul li.active .event-items .event-item a.subscribe:before, .event-items .event-item .application-body .application-content ul.application-details li:before, .application-body .application-content ul.application-details .event-items .event-item li:before, .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after, .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after, section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
.event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after, .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after, .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after, body.page-template-template-hub section.articles.podcasts .side-text .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after, body.page-template-template-hub section.articles.publications .side-text .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after, .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after, body.page-template-template-hub section.search-results .contain .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after, body.page-template-template-hub section.search-results-none .contain .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after, .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after, body.page-template-template-hub section .event-items .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 .event-items .event-item a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child .event-items .event-item a:after, section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child .event-items .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child .event-items .event-item a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .event-items .event-item a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .event-items .event-item a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .event-items .event-item a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child .event-items .event-item a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child .event-items .event-item a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child .event-items .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child .event-items .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child .event-items .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child .event-items .event-item a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .event-items .event-item a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .event-items .event-item a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child .event-items .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child .event-items .event-item a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .event-items .event-item a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .event-items .event-item a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child .event-items .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child .event-items .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child .event-items .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child .event-items .event-item a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p .event-items .event-item a:after, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p .event-items .event-item a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 .event-items .event-item a:after, body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .event-items .event-item a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 .event-items .event-item a:after, body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 .event-items .event-item a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 .event-items .event-item a:after, body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .event-items .event-item a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 .event-items .event-item a:after, body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 .event-items .event-item a:after, .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 .event-items .event-item a:after, body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 .event-items .event-item a:after, .event-items .event-item .external.gform_button:after, .event-items .event-item .inline-flex.gform_button:before, .event-items .event-item .tel.gform_button:before, .event-items .event-item .email.gform_button:before, .event-items .event-item .back.gform_button:before, .event-items .event-item .forward.gform_button:after, .event-items .event-item .subscribe.gform_button:before,
#general-content article.events .event-item [class^=icon-],
#general-content article.events .event-item ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before,
ul.expertise-tiles-2025 li .expertise-tile .actions ul li #general-content article.events .event-item a:before,
#general-content article.events .event-item section#offices ul.office-contacts li .office-contact-panel p.tel:before,
section#offices ul.office-contacts li .office-contact-panel #general-content article.events .event-item p.tel:before,
#general-content article.events .event-item .practice-area-select-dropdown .heading a:after,
.practice-area-select-dropdown .heading #general-content article.events .event-item a:after,
#general-content article.events .event-item .expertise-nav-sidebar > ul li.menu-item-has-children > a:after,
.expertise-nav-sidebar > ul #general-content article.events .event-item li.menu-item-has-children > a:after,
#general-content article.events .event-item .expertise-nav-sidebar > a:first-child:after,
#general-content article.events .event-item body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before,
#general-content article.events .event-item body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before,
.tab-list ul li.active #general-content article.events .event-item body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta #general-content article.events .event-item a.btn:before,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta #general-content article.events .event-item .tab-list ul li.active a:before,
.tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta #general-content article.events .event-item a:before,
#general-content article.events .event-item body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta #general-content article.events .event-item a.gform_button:before,
#general-content article.events .event-item .vacancy-list li .vacancy .vacancy-top ul.application-details li:before,
.vacancy-list li .vacancy .vacancy-top ul.application-details #general-content article.events .event-item li:before,
#general-content article.events .event-item .single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before,
.single-events #eventregister .gform_wrapper #general-content article.events .event-item .ginput_container_select.ginput_container_select:before,
#general-content article.events .event-item .btn.external:after,
#general-content article.events .event-item .tab-list ul li.active a.external:after,
.tab-list ul li.active #general-content article.events .event-item a.external:after,
#general-content article.events .event-item .btn.inline-flex:before,
#general-content article.events .event-item .tab-list ul li.active a.inline-flex:before,
.tab-list ul li.active #general-content article.events .event-item a.inline-flex:before,
#general-content article.events .event-item .btn.tel:before,
#general-content article.events .event-item .tab-list ul li.active a.tel:before,
.tab-list ul li.active #general-content article.events .event-item a.tel:before,
#general-content article.events .event-item .btn.email:before,
#general-content article.events .event-item .tab-list ul li.active a.email:before,
.tab-list ul li.active #general-content article.events .event-item a.email:before,
#general-content article.events .event-item .btn.back:before,
#general-content article.events .event-item .tab-list ul li.active a.back:before,
.tab-list ul li.active #general-content article.events .event-item a.back:before,
#general-content article.events .event-item .btn.forward:after,
#general-content article.events .event-item .tab-list ul li.active a.forward:after,
.tab-list ul li.active #general-content article.events .event-item a.forward:after,
#general-content article.events .event-item .btn.subscribe:before,
#general-content article.events .event-item .tab-list ul li.active a.subscribe:before,
.tab-list ul li.active #general-content article.events .event-item a.subscribe:before,
#general-content article.events .event-item .application-body .application-content ul.application-details li:before,
.application-body .application-content ul.application-details #general-content article.events .event-item li:before,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child a:after,
section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child a:after,
section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
section#hub-intro body.page-template-template-hub section.search-results-none #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
body.page-template-template-hub section.search-results-none section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child a:after,
.feature #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child a:after,
section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child a:after,
section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child a:after,
section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child a:after,
.feature section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child a:after,
section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child a:after,
.tab-list ul li section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child a:after,
section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child a:after,
section#hub-intro #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p a:after,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 a:after,
body.page-template-template-hub section.articles.podcasts .side-text #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 a:after,
body.page-template-template-hub section.articles.publications .side-text #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 a:after,
body.page-template-template-hub section.search-results .contain #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 a:after,
body.page-template-template-hub section.search-results-none .contain #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 a:after,
#general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 a:after,
body.page-template-template-hub section #general-content article.events .event-item .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h3 #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h1:first-child #general-content article.events .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h1:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h2:first-child #general-content article.events .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2:first-child #general-content article.events .event-item a:after,
section#hub-intro body.page-template-template-hub section.search-results .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child #general-content article.events .event-item a:after,
body.page-template-template-hub section.search-results section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child #general-content article.events .event-item a:after,
section#hub-intro body.page-template-template-hub section.search-results-none .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child #general-content article.events .event-item a:after,
body.page-template-template-hub section.search-results-none section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > .h3:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h4:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .feature .contain > span:first-child #general-content article.events .event-item a:after,
.feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > span:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .tab-list ul li .contain > a:first-child #general-content article.events .event-item a:after,
.tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > a:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child #general-content article.events .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h4:first-child #general-content article.events .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .expertise-nav-sidebar.contain > a:first-child #general-content article.events .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .feature .contain > span:first-child #general-content article.events .event-item a:after,
.feature section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child #general-content article.events .event-item a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child #general-content article.events .event-item a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > span:first-child #general-content article.events .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .tab-list ul li .contain > a:first-child #general-content article.events .event-item a:after,
.tab-list ul li section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child #general-content article.events .event-item a:after,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child #general-content article.events .event-item a:after,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > a:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h5:first-child #general-content article.events .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h5:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading section#hub-intro .contain > h6:first-child #general-content article.events .event-item a:after,
section#hub-intro .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h6:first-child #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p #general-content article.events .event-item a:after,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading p #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2 #general-content article.events .event-item a:after,
body.page-template-template-hub section.articles.podcasts .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.articles.publications .side-text h2 #general-content article.events .event-item a:after,
body.page-template-template-hub section.articles.publications .side-text .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading h2 #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results .contain .h3 #general-content article.events .event-item a:after,
body.page-template-template-hub section.search-results .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section.search-results-none .contain .h3 #general-content article.events .event-item a:after,
body.page-template-template-hub section.search-results-none .contain .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .h3 #general-content article.events .event-item a:after,
.post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading body.page-template-template-hub section .contain > h2 #general-content article.events .event-item a:after,
body.page-template-template-hub section .post-type-archive-barristers #our-people .barristers-wrapper .barristers-group .heading .contain > h2 #general-content article.events .event-item a:after,
#general-content article.events .event-item .external.gform_button:after,
#general-content article.events .event-item .inline-flex.gform_button:before,
#general-content article.events .event-item .tel.gform_button:before,
#general-content article.events .event-item .email.gform_button:before,
#general-content article.events .event-item .back.gform_button:before,
#general-content article.events .event-item .forward.gform_button:after,
#general-content article.events .event-item .subscribe.gform_button:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
}
.event-items .event-item .icon-location-pin,
#general-content article.events .event-item .icon-location-pin {
  font-size: 1.3rem;
}
.event-items .event-item .location-list,
#general-content article.events .event-item .location-list {
  margin-top: 0.8rem;
  display: block;
}
.event-items .event-item .read-more,
#general-content article.events .event-item .read-more {
  display: block;
  margin-top: 1rem;
}
.event-items .event-item .event-buttons,
#general-content article.events .event-item .event-buttons {
  margin-top: 1.3rem;
}
.event-items .event-item .event-buttons:after,
#general-content article.events .event-item .event-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.single-events {
  /* fixes potential theme css conflict */
}
.single-events .page-header .header-event-details {
  margin-top: 0.2rem;
}
.single-events .page-header .header-event-details span {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  margin-top: 0.8rem;
}
.single-events .page-header .header-event-details span span[class^=icon-], .single-events .page-header .header-event-details span #eventregister .gform_wrapper span.ginput_container_select:before, .single-events #eventregister .gform_wrapper .page-header .header-event-details span span.ginput_container_select:before, .single-events .page-header .header-event-details span span.btn.external:after, .single-events .page-header .header-event-details span span.btn.inline-flex:before, .single-events .page-header .header-event-details span span.btn.tel:before, .single-events .page-header .header-event-details span span.btn.email:before, .single-events .page-header .header-event-details span span.btn.back:before, .single-events .page-header .header-event-details span span.btn.forward:after, .single-events .page-header .header-event-details span span.btn.subscribe:before, .single-events .page-header .header-event-details span span.external.gform_button:after, .single-events .page-header .header-event-details span span.inline-flex.gform_button:before, .single-events .page-header .header-event-details span span.tel.gform_button:before, .single-events .page-header .header-event-details span span.email.gform_button:before, .single-events .page-header .header-event-details span span.back.gform_button:before, .single-events .page-header .header-event-details span span.forward.gform_button:after, .single-events .page-header .header-event-details span span.subscribe.gform_button:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 2rem;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.single-events .page-header .header-event-details span.location-list ul {
  margin: 0;
}
@media screen and (max-width: 29.6875rem) {
  .single-events .page-header .header-event-details span.location-list .icon-location-pin {
    margin-top: 0;
    float: left;
    margin-right: 11px;
  }
  .single-events .page-header .header-event-details span.location-list ul {
    float: left;
    margin: 0;
    width: 90%;
  }
}
.single-events .page-header .header-event-details span.icon-location-pin {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-top: -4px;
}
.single-events .page-header .header-event-details .btn, .single-events .page-header .header-event-details .tab-list ul li.active a, .tab-list ul li.active .single-events .page-header .header-event-details a, .single-events .page-header .header-event-details .gform_button {
  width: 8.25rem;
  color: #fff;
  border-color: #fff;
  text-align: center;
  display: block;
  margin-top: 1.5em;
}
.single-events h2 {
  font-size: 1.9rem;
}
@media screen and (min-width: 48em) {
  .single-events h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 57.5rem) {
  .single-events .main-body {
    padding-right: 11rem;
  }
}
.single-events .padded-border-text {
  padding: 0.5rem 0 0 1.5rem;
  border-left: 1px solid rgb(22, 59, 68);
}
.single-events .padded-border-text p {
  line-height: 1.5em;
  margin: 0;
}
.single-events .padded-border-text p:not(:last-child) {
  margin: 0 0 0.9rem;
}
.single-events .event-details {
  margin-bottom: 3rem;
}
.single-events .event-details h2 {
  margin-top: 0;
}
.single-events .event-venue {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 3rem;
}
@media screen and (min-width: 48.0625rem) {
  .single-events .event-venue {
    margin-bottom: 5rem;
  }
}
.single-events .event-venue ul {
  margin: 0 0 0.5rem;
  list-style: none;
  padding: 0;
}
.single-events .event-venue ul li {
  margin: 0 0 0.3rem;
}
.single-events .map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 2rem 0;
  border-radius: 0.5em;
  border-color: #d4e2e5;
}
.single-events .map img {
  max-width: inherit !important;
}
.single-events .additional {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48.0625rem) {
  .single-events .additional {
    margin-bottom: 0;
  }
}
.single-events .event-card {
  padding: 1.5rem !important;
  border: 6px solid #ddd;
}
.single-events .event-card > ul:first-of-type > li {
  margin-bottom: 0.8rem !important;
}
.single-events .event-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-events .event-card ul li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 2rem;
}
.single-events .event-card ul li span[class^=icon-], .single-events .event-card ul li #eventregister .gform_wrapper span.ginput_container_select:before, .single-events #eventregister .gform_wrapper .event-card ul li span.ginput_container_select:before, .single-events .event-card ul li span.btn.external:after, .single-events .event-card ul li span.btn.inline-flex:before, .single-events .event-card ul li span.btn.tel:before, .single-events .event-card ul li span.btn.email:before, .single-events .event-card ul li span.btn.back:before, .single-events .event-card ul li span.btn.forward:after, .single-events .event-card ul li span.btn.subscribe:before, .single-events .event-card ul li span.external.gform_button:after, .single-events .event-card ul li span.inline-flex.gform_button:before, .single-events .event-card ul li span.tel.gform_button:before, .single-events .event-card ul li span.email.gform_button:before, .single-events .event-card ul li span.back.gform_button:before, .single-events .event-card ul li span.forward.gform_button:after, .single-events .event-card ul li span.subscribe.gform_button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  text-align: center;
}
.single-events .event-card hr {
  border: none;
  border-bottom: 2px solid #ddd;
  margin: 1rem 0;
}
.single-events #eventregister {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #d4e2e5;
  border-radius: 0.75em;
}
.single-events #eventregister .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.single-events #eventregister .gform_wrapper h3, .single-events #eventregister .gform_wrapper section#hub-intro .contain > h1:first-child, section#hub-intro .single-events #eventregister .gform_wrapper .contain > h1:first-child,
.single-events #eventregister .gform_wrapper section#hub-intro .contain > h2:first-child,
section#hub-intro .single-events #eventregister .gform_wrapper .contain > h2:first-child,
.single-events #eventregister .gform_wrapper section#hub-intro .contain > h3:first-child,
section#hub-intro .single-events #eventregister .gform_wrapper .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .single-events #eventregister .gform_wrapper .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .single-events #eventregister .gform_wrapper .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .single-events #eventregister .gform_wrapper .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .single-events #eventregister .gform_wrapper .contain > .h3:first-child,
.single-events #eventregister .gform_wrapper section#hub-intro .contain > h4:first-child,
.single-events #eventregister .gform_wrapper section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.single-events #eventregister .gform_wrapper section#hub-intro .feature .contain > span:first-child,
.feature .single-events #eventregister .gform_wrapper section#hub-intro .contain > span:first-child,
.single-events #eventregister .gform_wrapper .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.single-events #eventregister .gform_wrapper .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.single-events #eventregister .gform_wrapper section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .single-events #eventregister .gform_wrapper section#hub-intro .contain > a:first-child,
.single-events #eventregister .gform_wrapper .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.single-events #eventregister .gform_wrapper .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .single-events #eventregister .gform_wrapper .contain > h4:first-child,
section#hub-intro .single-events #eventregister .gform_wrapper .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .single-events #eventregister .gform_wrapper .feature .contain > span:first-child,
.feature section#hub-intro .single-events #eventregister .gform_wrapper .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .single-events #eventregister .gform_wrapper .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .single-events #eventregister .gform_wrapper .contain > span:first-child,
section#hub-intro .single-events #eventregister .gform_wrapper .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .single-events #eventregister .gform_wrapper .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .single-events #eventregister .gform_wrapper .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .single-events #eventregister .gform_wrapper .contain > a:first-child,
.single-events #eventregister .gform_wrapper section#hub-intro .contain > h5:first-child,
section#hub-intro .single-events #eventregister .gform_wrapper .contain > h5:first-child,
.single-events #eventregister .gform_wrapper section#hub-intro .contain > h6:first-child,
section#hub-intro .single-events #eventregister .gform_wrapper .contain > h6:first-child, .single-events #eventregister .gform_wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .single-events #eventregister .gform_wrapper p, .single-events #eventregister .gform_wrapper body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .single-events #eventregister .gform_wrapper h2, .single-events #eventregister .gform_wrapper body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .single-events #eventregister .gform_wrapper h2, .single-events #eventregister .gform_wrapper body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .single-events #eventregister .gform_wrapper .h3, .single-events #eventregister .gform_wrapper body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .single-events #eventregister .gform_wrapper .h3, .single-events #eventregister .gform_wrapper body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .single-events #eventregister .gform_wrapper .contain > h2 {
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
}
.single-events #eventregister .gform_wrapper .ginput_container_select,
.single-events #eventregister .gform_wrapper .ginput_container_multiselect {
  position: relative;
}
.single-events #eventregister .gform_wrapper .ginput_container_select select,
.single-events #eventregister .gform_wrapper .ginput_container_multiselect select {
  background-color: #fff;
  line-height: normal;
}
.single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select:before,
.single-events #eventregister .gform_wrapper .ginput_container_multiselect.ginput_container_select:before {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e90a";
}
.single-events #eventregister .gform_wrapper .ginput_container_select.ginput_container_select select,
.single-events #eventregister .gform_wrapper .ginput_container_multiselect.ginput_container_select select {
  padding: 5px 24px 5px 4px;
}
.single-events .event-venue-panel {
  background-color: #fff;
  border: 1px solid #d4e2e5;
  border-radius: 0.75em;
  padding: 1em;
}
.single-events .event-venue-panel > *:last-child {
  margin-bottom: 0 !important;
}
.single-events .gforms_confirmation_message {
  background: #163b44;
  color: #fff;
  padding: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

#general-content article.events {
  margin-bottom: 2rem;
}

.location-list ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.location-list ul li {
  list-style: none;
  margin: 0 !important;
  line-height: 1.365rem;
  display: inline-block;
  margin-right: 0.2rem;
}

.home #newsletter-signup {
  background-color: #dedede;
  padding: 2.5rem 0;
}
.home #newsletter-signup .validation_error {
  margin-bottom: 55px !important;
}
.home #newsletter-signup h4, .home #newsletter-signup .expertise-nav-sidebar > a:first-child, .home #newsletter-signup .feature span, .feature .home #newsletter-signup span,
.home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .home #newsletter-signup .contain > span:first-child,
.home #newsletter-signup .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .home #newsletter-signup .contain > span:first-child,
.home #newsletter-signup section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .home #newsletter-signup .contain > span:first-child,
.home #newsletter-signup .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > span:first-child, .home #newsletter-signup .tab-list ul li a, .tab-list ul li .home #newsletter-signup a, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content h3, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
.home #newsletter-signup section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .home #newsletter-signup body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
.home #newsletter-signup body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.home #newsletter-signup section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .home #newsletter-signup body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
.home #newsletter-signup body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
.home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, .home #newsletter-signup body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, .home #newsletter-signup body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, .home #newsletter-signup body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, .home #newsletter-signup body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, .home #newsletter-signup body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup h3, body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .home #newsletter-signup .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .home #newsletter-signup .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .home #newsletter-signup .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .home #newsletter-signup .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .home #newsletter-signup p, body.page-template-template-hub section.articles.podcasts .article .article-content .home #newsletter-signup .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .home #newsletter-signup h2, body.page-template-template-hub section.articles.publications .article .article-content .home #newsletter-signup .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .home #newsletter-signup h2, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h2, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .home #newsletter-signup .h3, .home #newsletter-signup body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .home #newsletter-signup .h3, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .home #newsletter-signup .h3, .home #newsletter-signup body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .home #newsletter-signup .h3 {
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  color: rgb(22, 59, 68);
}
@media screen and (min-width: 48em) {
  .home #newsletter-signup h4, .home #newsletter-signup .expertise-nav-sidebar > a:first-child, .home #newsletter-signup .feature span, .feature .home #newsletter-signup span,
  .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .home #newsletter-signup .contain > span:first-child,
  .home #newsletter-signup .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .home #newsletter-signup .contain > span:first-child,
  .home #newsletter-signup section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .home #newsletter-signup .contain > span:first-child,
  .home #newsletter-signup .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > span:first-child, .home #newsletter-signup .tab-list ul li a, .tab-list ul li .home #newsletter-signup a, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content h3, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
  .home #newsletter-signup section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
  section#hub-intro .home #newsletter-signup body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
  .home #newsletter-signup body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
  .home #newsletter-signup section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
  section#hub-intro .home #newsletter-signup body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
  .home #newsletter-signup body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
  .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
  .feature .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
  section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
  .feature section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
  section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
  .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
  section#hub-intro .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, .home #newsletter-signup body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, .home #newsletter-signup body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, .home #newsletter-signup body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, .home #newsletter-signup body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, .home #newsletter-signup body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup h3, body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .home #newsletter-signup .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .home #newsletter-signup .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results-none .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .home #newsletter-signup .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.search-results-none section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .home #newsletter-signup .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > h4:first-child,
  body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .feature .contain > span:first-child,
  .feature body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h4:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .feature .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > h5:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h5:first-child,
  body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section#hub-intro .contain > h6:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .home #newsletter-signup p, body.page-template-template-hub section.articles.podcasts .article .article-content .home #newsletter-signup .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .home #newsletter-signup h2, body.page-template-template-hub section.articles.publications .article .article-content .home #newsletter-signup .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .home #newsletter-signup h2, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .home #newsletter-signup .contain > h2, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .home #newsletter-signup .h3, .home #newsletter-signup body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .home #newsletter-signup .h3, .home #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .home #newsletter-signup .h3, .home #newsletter-signup body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .home #newsletter-signup .h3 {
    font-size: 1.7rem;
  }
}
.home #newsletter-signup .gform_confirmation_message {
  font-size: 1.3rem;
  color: rgb(89, 89, 89) !important;
}
.home #newsletter-signup .gform_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.home #newsletter-signup .gform_wrapper .validation_error {
  color: rgb(22, 59, 68);
  border-color: rgb(22, 59, 68) !important;
}
.home #newsletter-signup .gform_wrapper form .gform_body {
  width: 100%;
  float: left;
}
.home #newsletter-signup .gform_wrapper form .gform_body:after {
  content: "";
  display: table;
  clear: both;
}
.home #newsletter-signup .gform_wrapper form .gform_body .gfield_consent_label {
  display: inline-block !important;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields {
  float: left;
  width: 100%;
  clear: none;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields:after {
  content: "";
  display: table;
  clear: both;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.2rem !important;
  clear: none;
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield:last-child {
  margin-right: 0;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error {
  padding: 0 !important;
  background: none !important;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
  padding-top: 0.3rem;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_label {
  display: none;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
  margin: 0;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email],
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search],
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel],
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text] {
  color: #4f504a;
  background: transparent;
  box-shadow: none;
  border: 1px solid #4f504a;
  padding: 0.7rem 0.5em;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100% !important;
}
@media screen and (min-width: 48em) {
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email],
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search],
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel],
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text] {
    padding: 1rem 1.0625rem;
    font-size: 1rem;
  }
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email]:focus,
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search]:focus,
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel]:focus,
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text]:focus {
  outline: 2px solid rgb(22, 59, 68);
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li {
  float: left;
  max-width: none !important;
}
@media screen and (min-width: 30rem) {
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li {
    width: 48% !important;
  }
}
@media screen and (min-width: 64em) {
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li {
    width: 100% !important;
  }
}
@media screen and (min-width: 30rem) {
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li:nth-child(3), .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li:nth-child(5) {
    margin-left: 4% !important;
  }
}
@media screen and (min-width: 64em) {
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li:nth-child(3), .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li:nth-child(5) {
    margin-left: 0 !important;
  }
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox ul.gfield_checkbox {
  margin-bottom: 0 !important;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox ul.gfield_checkbox:after {
  content: "";
  display: table;
  clear: both;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox ul.gfield_checkbox li {
  float: left;
  width: 100% !important;
  margin-bottom: 0.7rem !important;
}
@media screen and (min-width: 37.625rem) {
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox ul.gfield_checkbox li {
    width: 48% !important;
  }
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox ul.gfield_checkbox li:nth-child(2n-1) {
  clear: left;
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox ul.gfield_checkbox li:nth-child(2n) {
  clear: right;
}
@media screen and (min-width: 37.625rem) {
  .home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox ul.gfield_checkbox li:nth-child(2n) {
    margin-left: 4% !important;
  }
}
.home #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox ul.gfield_checkbox li label.tick-label {
  background: #fff;
}
.home #newsletter-signup .gform_wrapper form .gform_footer {
  float: left;
  width: 100%;
  clear: none;
  padding: 0;
  margin: 0.2rem 0 0;
}
.home #newsletter-signup .gform_wrapper form .gform_footer input[type=submit] {
  background: #4f504a;
  color: #fff;
  margin: 0;
  width: 100%;
  max-width: 121px;
  font-size: 1rem;
  padding: 0.8rem 0.2rem;
  line-height: 100% !important;
}
@media screen and (min-width: 48em) {
  .home #newsletter-signup .gform_wrapper form .gform_footer input[type=submit] {
    font-size: 1.2rem;
    padding: 1.045rem 0.4rem;
    max-width: 149px;
  }
}

.search-result-jump {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .search-result-jump {
    display: none;
  }
}
.search-result-jump a {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

#field_10_17 label {
  display: block !important;
}
#field_10_17 .gfield_description {
  display: block !important;
}

aside .category-list {
  margin-top: 2rem;
}
aside .category-list h4, aside .category-list .expertise-nav-sidebar > a:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro aside .category-list .expertise-nav-sidebar.contain > a:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .expertise-nav-sidebar.contain > a:first-child, aside .category-list .feature span, .feature aside .category-list span,
aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature aside .category-list .contain > span:first-child,
aside .category-list .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro aside .category-list .contain > span:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature aside .category-list .contain > span:first-child,
aside .category-list .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > span:first-child, aside .category-list .tab-list ul li a, .tab-list ul li aside .category-list a,
aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li aside .category-list .contain > a:first-child,
aside .category-list .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro aside .category-list .contain > a:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li aside .category-list .contain > a:first-child,
aside .category-list .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > a:first-child, aside .category-list body.page-template-template-hub section.articles .article .article-content h3, aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
aside .category-list body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
aside .category-list body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
aside .category-list section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
aside .category-list body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.tab-list ul li aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
aside .category-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, aside .category-list body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, aside .category-list body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, aside .category-list body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, aside .category-list body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, aside .category-list body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, aside .category-list body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content aside .category-list h3, body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content aside .category-list .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content aside .category-list .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content aside .category-list .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content aside .category-list .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content aside .category-list .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content aside .category-list .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content aside .category-list section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content aside .category-list section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content aside .category-list p, body.page-template-template-hub section.articles.podcasts .article .article-content aside .category-list .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content aside .category-list h2, body.page-template-template-hub section.articles.publications .article .article-content aside .category-list .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content aside .category-list h2, aside .category-list body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content aside .category-list .contain > h2, aside .category-list body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain aside .category-list .h3, aside .category-list body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content aside .category-list .h3, aside .category-list body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain aside .category-list .h3, aside .category-list body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content aside .category-list .h3 {
  background: #163b44;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  padding: 1.5rem;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
}
aside .category-list .cat-list-content {
  padding: 0 1em;
}
aside .category-list ul {
  padding: 0;
  margin: 0;
}
aside .category-list ul li {
  margin: 0;
  list-style: none;
}
aside .category-list ul li:not(:last-child) {
  border-bottom: 1px solid #cecece;
}
aside .category-list ul li a {
  padding: 1rem 1.465rem;
  display: block;
  position: relative;
  text-decoration: none;
  color: #444;
  background: rgb(236, 236, 236);
  -webkit-transition: background 0.25 ease-in-out;
  -moz-transition: background 0.25 ease-in-out;
  transition: background 0.25 ease-in-out;
}
aside .category-list ul li a:before {
  content: "";
  width: 4px;
  background: rgb(236, 236, 236);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
aside .category-list ul li a:hover:before {
  background: rgb(105, 5, 49);
}
aside #newsletter-signup {
  background: rgb(22, 59, 68);
  padding: 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 64em) {
  aside #newsletter-signup {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
aside #newsletter-signup h4, aside #newsletter-signup .expertise-nav-sidebar > a:first-child, aside #newsletter-signup .feature span, .feature aside #newsletter-signup span,
aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature aside #newsletter-signup .contain > span:first-child,
aside #newsletter-signup .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro aside #newsletter-signup .contain > span:first-child,
aside #newsletter-signup section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature aside #newsletter-signup .contain > span:first-child,
aside #newsletter-signup .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .contain > span:first-child, aside #newsletter-signup .tab-list ul li a, .tab-list ul li aside #newsletter-signup a,
aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li aside #newsletter-signup .contain > a:first-child,
aside #newsletter-signup .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro aside #newsletter-signup .contain > a:first-child,
aside #newsletter-signup section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li aside #newsletter-signup .contain > a:first-child,
aside #newsletter-signup .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .contain > a:first-child, aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content h3, aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
aside #newsletter-signup section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro aside #newsletter-signup body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
aside #newsletter-signup body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
aside #newsletter-signup section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro aside #newsletter-signup body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
aside #newsletter-signup body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.tab-list ul li aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, aside #newsletter-signup body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, aside #newsletter-signup body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, aside #newsletter-signup body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, aside #newsletter-signup body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, aside #newsletter-signup body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup h3, body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content aside #newsletter-signup .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content aside #newsletter-signup .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content aside #newsletter-signup .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content aside #newsletter-signup .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content aside #newsletter-signup p, body.page-template-template-hub section.articles.podcasts .article .article-content aside #newsletter-signup .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content aside #newsletter-signup h2, body.page-template-template-hub section.articles.publications .article .article-content aside #newsletter-signup .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content aside #newsletter-signup h2, aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content aside #newsletter-signup .contain > h2, aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain aside #newsletter-signup .h3, aside #newsletter-signup body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content aside #newsletter-signup .h3, aside #newsletter-signup body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain aside #newsletter-signup .h3, aside #newsletter-signup body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content aside #newsletter-signup .h3 {
  color: #fff;
  margin-bottom: 0.1rem;
  margin-top: 0;
  font-size: 1.2rem;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
}
aside #newsletter-signup .gform_confirmation_message {
  color: white !important;
}
aside #newsletter-signup .gform_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
aside #newsletter-signup .gform_wrapper .gfield_consent_label {
  display: inline-block !important;
}
aside #newsletter-signup .gform_wrapper .validation_error {
  font-size: 0.9rem;
  text-align: left;
  color: #fff;
  border-color: #fff !important;
}
aside #newsletter-signup .gform_wrapper.gform_validation_error .gform_body .validation_message {
  color: #9a0748;
  margin-bottom: 0.2rem;
}
aside #newsletter-signup .gform_wrapper form {
  color: #fff;
}
aside #newsletter-signup .gform_wrapper form a {
  color: #fff;
}
@media screen and (min-width: 48em) {
  aside #newsletter-signup .gform_wrapper form .gform_body {
    width: 100%;
    margin-right: 0;
  }
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  margin-bottom: 0.665rem;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 48em) {
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    width: 100%;
    margin-right: 0;
  }
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
  margin-bottom: 0;
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email],
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search],
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel],
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text] {
  width: 100%;
  border-color: #fff;
  color: #000;
  padding: 0.7rem 0.575rem;
  font-size: 1rem;
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email]::-webkit-input-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search]::-webkit-input-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel]::-webkit-input-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email]::-moz-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search]::-moz-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel]::-moz-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text]::-moz-placeholder {
  color: #fff;
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email]:-moz-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search]:-moz-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel]:-moz-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text]:-moz-placeholder {
  color: #fff;
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email]:-ms-input-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search]:-ms-input-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel]:-ms-input-placeholder,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text]:-ms-input-placeholder {
  color: #fff;
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email]:focus,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search]:focus,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel]:focus,
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text]:focus {
  outline: 1px solid #fff;
}
@media screen and (min-width: 48em) {
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=email],
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=search],
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=tel],
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type=text] {
    padding: 0.8rem 0.6rem;
    font-size: 1.1rem;
  }
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li {
  float: left;
  max-width: none !important;
}
@media screen and (min-width: 30rem) {
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li {
    width: 100% !important;
  }
}
@media screen and (min-width: 64em) {
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li {
    width: 100% !important;
  }
}
@media screen and (min-width: 30rem) {
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li:nth-child(3), aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li:nth-child(5) {
    margin-left: 4% !important;
  }
}
@media screen and (min-width: 64em) {
  aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li:nth-child(3), aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields.gform_column.one-half.first li:nth-child(5) {
    margin-left: 0 !important;
  }
}
aside #newsletter-signup .gform_wrapper form .gform_body ul.gform_fields #field_3_14 {
  height: 0;
  margin: 0;
  overflow: hidden;
}
aside #newsletter-signup .gform_wrapper form .gform_column.one-half {
  width: 100% !important;
  margin: 0 !important;
}
aside #newsletter-signup .gform_wrapper form .gform_column.one-half ul.gfield_checkbox li {
  float: none !important;
  margin-bottom: 0.5em !important;
}
@media screen and (min-width: 64em) {
  aside #newsletter-signup .gform_wrapper form .gform_column.one-half ul.gfield_checkbox li {
    width: 100% !important;
  }
}
aside #newsletter-signup .gform_wrapper form .gform_column.one-half ul.gfield_checkbox li input:checked + label {
  background: #fff;
}
aside #newsletter-signup .gform_wrapper form .gform_footer {
  margin: 0.8rem 0 0;
}
@media screen and (min-width: 48em) {
  aside #newsletter-signup .gform_wrapper form .gform_footer {
    width: 100%;
  }
}
aside #newsletter-signup .gform_wrapper form .gform_footer input[type=submit] {
  background: #205663;
  color: #fff;
  max-width: 100%;
  font-size: 1rem;
  padding: 1.045rem 0.4rem;
  line-height: 100% !important;
}
@media screen and (min-width: 48em) {
  aside #newsletter-signup .gform_wrapper form .gform_footer input[type=submit] {
    font-size: 1.1rem;
    max-width: 100%;
  }
}

#direct-access-strip {
  background: rgb(220, 203, 1);
  padding: 1rem 0;
  max-height: 98px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  -webkit-transform: translateY(98px);
  -moz-transform: translateY(98px);
  -ms-transform: translateY(98px);
  -o-transform: translateY(98px);
  transform: translateY(98px);
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -moz-transition: -moz-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
@media screen and (min-width: 48em) {
  #direct-access-strip {
    text-align: center;
  }
}
#direct-access-strip.strip-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#direct-access-strip h3, #direct-access-strip section#hub-intro .contain > h1:first-child, section#hub-intro #direct-access-strip .contain > h1:first-child,
#direct-access-strip section#hub-intro .contain > h2:first-child,
section#hub-intro #direct-access-strip .contain > h2:first-child,
#direct-access-strip section#hub-intro .contain > h3:first-child,
section#hub-intro #direct-access-strip .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #direct-access-strip .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #direct-access-strip .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #direct-access-strip .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #direct-access-strip .contain > .h3:first-child,
#direct-access-strip section#hub-intro .contain > h4:first-child,
#direct-access-strip section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#direct-access-strip section#hub-intro .feature .contain > span:first-child,
.feature #direct-access-strip section#hub-intro .contain > span:first-child,
#direct-access-strip .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#direct-access-strip .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#direct-access-strip section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #direct-access-strip section#hub-intro .contain > a:first-child,
#direct-access-strip .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#direct-access-strip .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #direct-access-strip .contain > h4:first-child,
section#hub-intro #direct-access-strip .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #direct-access-strip .feature .contain > span:first-child,
.feature section#hub-intro #direct-access-strip .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #direct-access-strip .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #direct-access-strip .contain > span:first-child,
section#hub-intro #direct-access-strip .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #direct-access-strip .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #direct-access-strip .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #direct-access-strip .contain > a:first-child,
#direct-access-strip section#hub-intro .contain > h5:first-child,
section#hub-intro #direct-access-strip .contain > h5:first-child,
#direct-access-strip section#hub-intro .contain > h6:first-child,
section#hub-intro #direct-access-strip .contain > h6:first-child, #direct-access-strip body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #direct-access-strip p, #direct-access-strip body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #direct-access-strip h2, #direct-access-strip body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #direct-access-strip h2, #direct-access-strip body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #direct-access-strip .h3, #direct-access-strip body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #direct-access-strip .h3, #direct-access-strip body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #direct-access-strip .contain > h2 {
  color: rgb(22, 59, 68);
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.6875rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 37.625rem) {
  #direct-access-strip h3, #direct-access-strip section#hub-intro .contain > h1:first-child, section#hub-intro #direct-access-strip .contain > h1:first-child,
  #direct-access-strip section#hub-intro .contain > h2:first-child,
  section#hub-intro #direct-access-strip .contain > h2:first-child,
  #direct-access-strip section#hub-intro .contain > h3:first-child,
  section#hub-intro #direct-access-strip .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #direct-access-strip .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #direct-access-strip .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #direct-access-strip .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #direct-access-strip .contain > .h3:first-child,
  #direct-access-strip section#hub-intro .contain > h4:first-child,
  #direct-access-strip section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #direct-access-strip section#hub-intro .feature .contain > span:first-child,
  .feature #direct-access-strip section#hub-intro .contain > span:first-child,
  #direct-access-strip .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #direct-access-strip .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #direct-access-strip section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #direct-access-strip section#hub-intro .contain > a:first-child,
  #direct-access-strip .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #direct-access-strip .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #direct-access-strip .contain > h4:first-child,
  section#hub-intro #direct-access-strip .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #direct-access-strip .feature .contain > span:first-child,
  .feature section#hub-intro #direct-access-strip .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #direct-access-strip .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #direct-access-strip .contain > span:first-child,
  section#hub-intro #direct-access-strip .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #direct-access-strip .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #direct-access-strip .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #direct-access-strip .contain > a:first-child,
  #direct-access-strip section#hub-intro .contain > h5:first-child,
  section#hub-intro #direct-access-strip .contain > h5:first-child,
  #direct-access-strip section#hub-intro .contain > h6:first-child,
  section#hub-intro #direct-access-strip .contain > h6:first-child, #direct-access-strip body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #direct-access-strip p, #direct-access-strip body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #direct-access-strip h2, #direct-access-strip body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #direct-access-strip h2, #direct-access-strip body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #direct-access-strip .h3, #direct-access-strip body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #direct-access-strip .h3, #direct-access-strip body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #direct-access-strip .contain > h2 {
    font-size: 1.2rem;
    margin-right: 0.4rem;
  }
}
@media screen and (min-width: 48em) {
  #direct-access-strip h3, #direct-access-strip section#hub-intro .contain > h1:first-child, section#hub-intro #direct-access-strip .contain > h1:first-child,
  #direct-access-strip section#hub-intro .contain > h2:first-child,
  section#hub-intro #direct-access-strip .contain > h2:first-child,
  #direct-access-strip section#hub-intro .contain > h3:first-child,
  section#hub-intro #direct-access-strip .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #direct-access-strip .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #direct-access-strip .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #direct-access-strip .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #direct-access-strip .contain > .h3:first-child,
  #direct-access-strip section#hub-intro .contain > h4:first-child,
  #direct-access-strip section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #direct-access-strip section#hub-intro .feature .contain > span:first-child,
  .feature #direct-access-strip section#hub-intro .contain > span:first-child,
  #direct-access-strip .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #direct-access-strip .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #direct-access-strip section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #direct-access-strip section#hub-intro .contain > a:first-child,
  #direct-access-strip .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #direct-access-strip .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #direct-access-strip .contain > h4:first-child,
  section#hub-intro #direct-access-strip .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #direct-access-strip .feature .contain > span:first-child,
  .feature section#hub-intro #direct-access-strip .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #direct-access-strip .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #direct-access-strip .contain > span:first-child,
  section#hub-intro #direct-access-strip .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #direct-access-strip .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #direct-access-strip .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #direct-access-strip .contain > a:first-child,
  #direct-access-strip section#hub-intro .contain > h5:first-child,
  section#hub-intro #direct-access-strip .contain > h5:first-child,
  #direct-access-strip section#hub-intro .contain > h6:first-child,
  section#hub-intro #direct-access-strip .contain > h6:first-child, #direct-access-strip body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #direct-access-strip p, #direct-access-strip body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #direct-access-strip h2, #direct-access-strip body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #direct-access-strip h2, #direct-access-strip body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #direct-access-strip .h3, #direct-access-strip body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #direct-access-strip .h3, #direct-access-strip body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #direct-access-strip .contain > h2 {
    font-size: 1.8rem;
  }
}
#direct-access-strip .btn, #direct-access-strip .tab-list ul li.active a, .tab-list ul li.active #direct-access-strip a, #direct-access-strip .gform_button {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 37.625rem) {
  #direct-access-strip .btn, #direct-access-strip .tab-list ul li.active a, .tab-list ul li.active #direct-access-strip a, #direct-access-strip .gform_button {
    padding: 0.7rem 0.5rem;
    font-size: 0.8rem;
  }
}

#direct-access-enquiry-form {
  padding: 3.75rem 0;
  background: #eeeeee;
}
#direct-access-enquiry-form .cols {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
#direct-access-enquiry-form .cols:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  #direct-access-enquiry-form .cols {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
    margin-left: 4.2649021499%;
  }
  #direct-access-enquiry-form .cols:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 90em) {
  #direct-access-enquiry-form .cols {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
  }
  #direct-access-enquiry-form .cols:last-child {
    margin-right: 0;
  }
}
#direct-access-enquiry-form .cols .left-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
#direct-access-enquiry-form .cols .left-col:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  #direct-access-enquiry-form .cols .left-col {
    float: left;
    display: block;
    margin-right: 2.5775079849%;
    width: 44.0486320083%;
  }
  #direct-access-enquiry-form .cols .left-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 90em) {
  #direct-access-enquiry-form .cols .left-col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-left: 8.5298042998%;
  }
  #direct-access-enquiry-form .cols .left-col:last-child {
    margin-right: 0;
  }
}
#direct-access-enquiry-form .cols .left-col h3, #direct-access-enquiry-form .cols .left-col section#hub-intro .contain > h1:first-child, section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > h1:first-child,
#direct-access-enquiry-form .cols .left-col section#hub-intro .contain > h2:first-child,
section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > h2:first-child,
#direct-access-enquiry-form .cols .left-col section#hub-intro .contain > h3:first-child,
section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #direct-access-enquiry-form .cols .left-col .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #direct-access-enquiry-form .cols .left-col .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > .h3:first-child,
#direct-access-enquiry-form .cols .left-col section#hub-intro .contain > h4:first-child,
#direct-access-enquiry-form .cols .left-col section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#direct-access-enquiry-form .cols .left-col section#hub-intro .feature .contain > span:first-child,
.feature #direct-access-enquiry-form .cols .left-col section#hub-intro .contain > span:first-child,
#direct-access-enquiry-form .cols .left-col .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#direct-access-enquiry-form .cols .left-col .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#direct-access-enquiry-form .cols .left-col section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #direct-access-enquiry-form .cols .left-col section#hub-intro .contain > a:first-child,
#direct-access-enquiry-form .cols .left-col .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#direct-access-enquiry-form .cols .left-col .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > h4:first-child,
section#hub-intro #direct-access-enquiry-form .cols .left-col .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #direct-access-enquiry-form .cols .left-col .feature .contain > span:first-child,
.feature section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #direct-access-enquiry-form .cols .left-col .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #direct-access-enquiry-form .cols .left-col .contain > span:first-child,
section#hub-intro #direct-access-enquiry-form .cols .left-col .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #direct-access-enquiry-form .cols .left-col .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #direct-access-enquiry-form .cols .left-col .contain > a:first-child,
#direct-access-enquiry-form .cols .left-col section#hub-intro .contain > h5:first-child,
section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > h5:first-child,
#direct-access-enquiry-form .cols .left-col section#hub-intro .contain > h6:first-child,
section#hub-intro #direct-access-enquiry-form .cols .left-col .contain > h6:first-child, #direct-access-enquiry-form .cols .left-col body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #direct-access-enquiry-form .cols .left-col p, #direct-access-enquiry-form .cols .left-col body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #direct-access-enquiry-form .cols .left-col h2, #direct-access-enquiry-form .cols .left-col body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #direct-access-enquiry-form .cols .left-col h2, #direct-access-enquiry-form .cols .left-col body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #direct-access-enquiry-form .cols .left-col .h3, #direct-access-enquiry-form .cols .left-col body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #direct-access-enquiry-form .cols .left-col .h3, #direct-access-enquiry-form .cols .left-col body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #direct-access-enquiry-form .cols .left-col .contain > h2 {
  font-size: 1.9rem;
  color: rgb(22, 59, 68);
  margin-top: 0;
}
#direct-access-enquiry-form .cols .left-col p {
  color: #9e9c9c;
}
#direct-access-enquiry-form .cols .right-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
#direct-access-enquiry-form .cols .right-col:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  #direct-access-enquiry-form .cols .right-col {
    float: left;
    display: block;
    margin-right: 2.5775079849%;
    width: 44.0486320083%;
    margin-left: 9.3252279986%;
  }
  #direct-access-enquiry-form .cols .right-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 90em) {
  #direct-access-enquiry-form .cols .right-col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 8.5298042998%;
  }
  #direct-access-enquiry-form .cols .right-col:last-child {
    margin-right: 0;
  }
}
#direct-access-enquiry-form .cols .right-col h3, #direct-access-enquiry-form .cols .right-col section#hub-intro .contain > h1:first-child, section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > h1:first-child,
#direct-access-enquiry-form .cols .right-col section#hub-intro .contain > h2:first-child,
section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > h2:first-child,
#direct-access-enquiry-form .cols .right-col section#hub-intro .contain > h3:first-child,
section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #direct-access-enquiry-form .cols .right-col .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #direct-access-enquiry-form .cols .right-col .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > .h3:first-child,
#direct-access-enquiry-form .cols .right-col section#hub-intro .contain > h4:first-child,
#direct-access-enquiry-form .cols .right-col section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#direct-access-enquiry-form .cols .right-col section#hub-intro .feature .contain > span:first-child,
.feature #direct-access-enquiry-form .cols .right-col section#hub-intro .contain > span:first-child,
#direct-access-enquiry-form .cols .right-col .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#direct-access-enquiry-form .cols .right-col .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#direct-access-enquiry-form .cols .right-col section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #direct-access-enquiry-form .cols .right-col section#hub-intro .contain > a:first-child,
#direct-access-enquiry-form .cols .right-col .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#direct-access-enquiry-form .cols .right-col .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > h4:first-child,
section#hub-intro #direct-access-enquiry-form .cols .right-col .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #direct-access-enquiry-form .cols .right-col .feature .contain > span:first-child,
.feature section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #direct-access-enquiry-form .cols .right-col .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #direct-access-enquiry-form .cols .right-col .contain > span:first-child,
section#hub-intro #direct-access-enquiry-form .cols .right-col .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #direct-access-enquiry-form .cols .right-col .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #direct-access-enquiry-form .cols .right-col .contain > a:first-child,
#direct-access-enquiry-form .cols .right-col section#hub-intro .contain > h5:first-child,
section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > h5:first-child,
#direct-access-enquiry-form .cols .right-col section#hub-intro .contain > h6:first-child,
section#hub-intro #direct-access-enquiry-form .cols .right-col .contain > h6:first-child, #direct-access-enquiry-form .cols .right-col body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #direct-access-enquiry-form .cols .right-col p, #direct-access-enquiry-form .cols .right-col body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #direct-access-enquiry-form .cols .right-col h2, #direct-access-enquiry-form .cols .right-col body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #direct-access-enquiry-form .cols .right-col h2, #direct-access-enquiry-form .cols .right-col body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #direct-access-enquiry-form .cols .right-col .h3, #direct-access-enquiry-form .cols .right-col body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #direct-access-enquiry-form .cols .right-col .h3, #direct-access-enquiry-form .cols .right-col body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #direct-access-enquiry-form .cols .right-col .contain > h2 {
  font-size: 1.9rem;
  color: rgb(22, 59, 68);
  margin-top: 0;
}
#direct-access-enquiry-form .cols .right-col p {
  color: #9e9c9c;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper {
  max-width: 49.5rem;
}
@media screen and (min-width: 64em) {
  #direct-access-enquiry-form .cols .right-col .gform_wrapper {
    margin-top: 55px;
  }
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .form-subheading {
  margin: 2rem 0 0;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield_description {
  font-size: 1.1rem;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield {
  padding: 0;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield:not(.barrister-select) .gfield_description {
  display: none;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield.address-fields {
  margin-top: 0;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield.address-fields span {
  display: inline-block;
  margin-bottom: 1rem;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield.address-fields span.address_line_1, #direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield.address-fields span.address_line_2 {
  display: block;
}
@media screen and (max-width: 40rem) {
  #direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield.address-fields span {
    display: block;
  }
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .gfield_label {
  display: none;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield input[type=email],
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield input[type=tel],
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield input[type=text],
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield textarea {
  padding: 1rem 0.875rem;
  font-size: 1.145rem;
  background-color: transparent;
  border: 1px solid #7d7d7d;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield input[type=email]:focus,
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield input[type=tel]:focus,
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield input[type=text]:focus,
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield textarea:focus {
  outline: 2px solid rgb(22, 59, 68);
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield select {
  width: 100%;
  border-radius: 0;
  padding: 1rem 0.875rem;
  background-image: url("/content/themes/3pb_barristers/img/select-arrows.png");
  background-repeat: no-repeat;
  background-position: right 19px center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield select {
    background-image: url("/content/themes/3pb_barristers/img/select-arrows_2x.png");
    background-size: 19px;
  }
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .ginput_complex label {
  display: none;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .gfield_checkbox.custom-checkbox-style label:not(.tick-label), #direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .gfield_checkbox.custom-radio-style label:not(.tick-label),
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .gfield_radio.custom-checkbox-style label:not(.tick-label),
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .gfield_radio.custom-radio-style label:not(.tick-label) {
  line-height: 1.665em;
  padding-left: 1rem;
  font-size: 1rem;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .gfield_checkbox li label.tick-label,
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .gfield_radio li label.tick-label {
  background: transparent;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_body .gfield .gfield_radio li {
  display: inline-block;
  margin-right: 2rem;
}
#direct-access-enquiry-form .cols .right-col .gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  background: #4f504a;
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
}

.page-template-template-contact-page #direct-access-enquiry-form .cols .right-col .gform_wrapper {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .page-template-template-contact-page #direct-access-enquiry-form .cols .right-col .gform_wrapper {
    margin-top: 0;
  }
}
.page-template-template-contact-page #direct-access-enquiry-form .cols .right-col .gform_wrapper #field_6_10 .gfield_description {
  display: block !important;
  padding-top: 0 !important;
  font-size: 0.965rem;
}

@media print {
  body.single-barristers #masthead {
    display: none;
  }
  body.single-barristers #primary {
    margin-top: 0 !important;
  }
  body.single-barristers #primary #barrister-details img.attachment-post-thumbnail {
    float: right !important;
    margin-right: 0 !important;
  }
  body.single-barristers #primary #barrister-details img.print_logo {
    display: block;
    margin-bottom: 40px;
  }
  body.single-barristers #primary #barrister-details .barrister-details {
    position: relative;
    float: left;
    width: 400px;
  }
  body.single-barristers #primary #barrister-details .barrister-details a.btn, body.single-barristers #primary #barrister-details .barrister-details .tab-list ul li.active a, .tab-list ul li.active body.single-barristers #primary #barrister-details .barrister-details a, body.single-barristers #primary #barrister-details .barrister-details a.gform_button {
    display: none;
  }
  body.single-barristers #primary #barrister-details .barrister-details p.how-to-use-shortlist {
    display: none;
  }
  body.single-barristers #primary #barrister-details .barrister-details h1,
  body.single-barristers #primary #barrister-details .barrister-details #story h2,
  #story body.single-barristers #primary #barrister-details .barrister-details h2,
  body.single-barristers #primary #barrister-details .barrister-details #story h3,
  body.single-barristers #primary #barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  body.single-barristers #primary #barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results body.single-barristers #primary #barrister-details .barrister-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none body.single-barristers #primary #barrister-details .barrister-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > .h3:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > h4:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .feature .contain > span:first-child,
  .feature body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > span:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > a:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > h4:first-child,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .feature .contain > span:first-child,
  .feature section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature body.single-barristers #primary #barrister-details .barrister-details #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature body.single-barristers #primary #barrister-details .barrister-details #story .contain > span:first-child,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li body.single-barristers #primary #barrister-details .barrister-details #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li body.single-barristers #primary #barrister-details .barrister-details #story .contain > a:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > h5:first-child,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > h5:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > h6:first-child,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > h6:first-child,
  body.single-barristers #primary #barrister-details .barrister-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text body.single-barristers #primary #barrister-details .barrister-details #story p,
  body.single-barristers #primary #barrister-details .barrister-details #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain body.single-barristers #primary #barrister-details .barrister-details #story .h3,
  body.single-barristers #primary #barrister-details .barrister-details #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain body.single-barristers #primary #barrister-details .barrister-details #story .h3,
  #story body.single-barristers #primary #barrister-details .barrister-details h3,
  section#hub-intro body.page-template-template-hub section.search-results #story body.single-barristers #primary #barrister-details .barrister-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story body.single-barristers #primary #barrister-details .barrister-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > .h3:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > h4:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .feature .contain > span:first-child,
  .feature #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > span:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > a:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > h4:first-child,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .feature .contain > span:first-child,
  .feature section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story body.single-barristers #primary #barrister-details .barrister-details .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story body.single-barristers #primary #barrister-details .barrister-details .contain > span:first-child,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story body.single-barristers #primary #barrister-details .barrister-details .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story body.single-barristers #primary #barrister-details .barrister-details .contain > a:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > h5:first-child,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > h5:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > h6:first-child,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > h6:first-child,
  #story body.single-barristers #primary #barrister-details .barrister-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story body.single-barristers #primary #barrister-details .barrister-details p,
  #story body.single-barristers #primary #barrister-details .barrister-details body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story body.single-barristers #primary #barrister-details .barrister-details .h3,
  #story body.single-barristers #primary #barrister-details .barrister-details body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story body.single-barristers #primary #barrister-details .barrister-details .h3 {
    color: rgb(22, 59, 68);
    font-size: 40px !important;
  }
  body.single-barristers #primary #barrister-details .barrister-details h1 span,
  body.single-barristers #primary #barrister-details .barrister-details #story h2 span,
  #story body.single-barristers #primary #barrister-details .barrister-details h2 span,
  body.single-barristers #primary #barrister-details .barrister-details #story h3 span,
  body.single-barristers #primary #barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child span,
  section#hub-intro body.page-template-template-hub section.search-results body.single-barristers #primary #barrister-details .barrister-details #story .contain > .h3:first-child span,
  body.page-template-template-hub section.search-results section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > .h3:first-child span,
  section#hub-intro body.page-template-template-hub section.search-results-none body.single-barristers #primary #barrister-details .barrister-details #story .contain > .h3:first-child span,
  body.page-template-template-hub section.search-results-none section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > .h3:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > h4:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .feature .contain > span:first-child span,
  .feature body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > span:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .tab-list ul li .contain > a:first-child span,
  .tab-list ul li body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > a:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child span,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > h4:first-child span,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .expertise-nav-sidebar.contain > a:first-child span,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .feature .contain > span:first-child span,
  .feature section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > span:first-child span,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature body.single-barristers #primary #barrister-details .barrister-details #story .contain > span:first-child span,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature body.single-barristers #primary #barrister-details .barrister-details #story .contain > span:first-child span,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .tab-list ul li .contain > a:first-child span,
  .tab-list ul li section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > a:first-child span,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li body.single-barristers #primary #barrister-details .barrister-details #story .contain > a:first-child span,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li body.single-barristers #primary #barrister-details .barrister-details #story .contain > a:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > h5:first-child span,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > h5:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story section#hub-intro .contain > h6:first-child span,
  section#hub-intro body.single-barristers #primary #barrister-details .barrister-details #story .contain > h6:first-child span,
  body.single-barristers #primary #barrister-details .barrister-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p span,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text body.single-barristers #primary #barrister-details .barrister-details #story p span,
  body.single-barristers #primary #barrister-details .barrister-details #story body.page-template-template-hub section.search-results .contain .h3 span,
  body.page-template-template-hub section.search-results .contain body.single-barristers #primary #barrister-details .barrister-details #story .h3 span,
  body.single-barristers #primary #barrister-details .barrister-details #story body.page-template-template-hub section.search-results-none .contain .h3 span,
  body.page-template-template-hub section.search-results-none .contain body.single-barristers #primary #barrister-details .barrister-details #story .h3 span,
  #story body.single-barristers #primary #barrister-details .barrister-details h3 span,
  section#hub-intro body.page-template-template-hub section.search-results #story body.single-barristers #primary #barrister-details .barrister-details .contain > .h3:first-child span,
  body.page-template-template-hub section.search-results section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > .h3:first-child span,
  section#hub-intro body.page-template-template-hub section.search-results-none #story body.single-barristers #primary #barrister-details .barrister-details .contain > .h3:first-child span,
  body.page-template-template-hub section.search-results-none section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > .h3:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > h4:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .feature .contain > span:first-child span,
  .feature #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > span:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .tab-list ul li .contain > a:first-child span,
  .tab-list ul li #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > a:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child span,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > h4:first-child span,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .expertise-nav-sidebar.contain > a:first-child span,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .feature .contain > span:first-child span,
  .feature section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > span:first-child span,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story body.single-barristers #primary #barrister-details .barrister-details .contain > span:first-child span,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story body.single-barristers #primary #barrister-details .barrister-details .contain > span:first-child span,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .tab-list ul li .contain > a:first-child span,
  .tab-list ul li section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > a:first-child span,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story body.single-barristers #primary #barrister-details .barrister-details .contain > a:first-child span,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story body.single-barristers #primary #barrister-details .barrister-details .contain > a:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > h5:first-child span,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > h5:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details section#hub-intro .contain > h6:first-child span,
  section#hub-intro #story body.single-barristers #primary #barrister-details .barrister-details .contain > h6:first-child span,
  #story body.single-barristers #primary #barrister-details .barrister-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p span,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story body.single-barristers #primary #barrister-details .barrister-details p span,
  #story body.single-barristers #primary #barrister-details .barrister-details body.page-template-template-hub section.search-results .contain .h3 span,
  body.page-template-template-hub section.search-results .contain #story body.single-barristers #primary #barrister-details .barrister-details .h3 span,
  #story body.single-barristers #primary #barrister-details .barrister-details body.page-template-template-hub section.search-results-none .contain .h3 span,
  body.page-template-template-hub section.search-results-none .contain #story body.single-barristers #primary #barrister-details .barrister-details .h3 span {
    display: block;
    font-size: 0.6em;
    font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
  }
  body.single-barristers #primary #barrister-details .barrister-details h2 {
    color: rgb(22, 59, 68);
    font-size: 30px !important;
  }
  body.single-barristers #primary #barrister-cv h2 {
    color: rgb(22, 59, 68);
    font-size: 30px;
  }
  body.single-barristers #primary #barrister-cv h3, body.single-barristers #primary #barrister-cv section#hub-intro .contain > h1:first-child, section#hub-intro body.single-barristers #primary #barrister-cv .contain > h1:first-child,
  body.single-barristers #primary #barrister-cv section#hub-intro .contain > h2:first-child,
  section#hub-intro body.single-barristers #primary #barrister-cv .contain > h2:first-child,
  section#hub-intro body.page-template-template-hub section.search-results body.single-barristers #primary #barrister-cv .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro body.single-barristers #primary #barrister-cv .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none body.single-barristers #primary #barrister-cv .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro body.single-barristers #primary #barrister-cv .contain > .h3:first-child,
  body.single-barristers #primary #barrister-cv section#hub-intro .contain > h4:first-child,
  body.single-barristers #primary #barrister-cv section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  body.single-barristers #primary #barrister-cv section#hub-intro .feature .contain > span:first-child,
  .feature body.single-barristers #primary #barrister-cv section#hub-intro .contain > span:first-child,
  body.single-barristers #primary #barrister-cv .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  body.single-barristers #primary #barrister-cv .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  body.single-barristers #primary #barrister-cv section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li body.single-barristers #primary #barrister-cv section#hub-intro .contain > a:first-child,
  body.single-barristers #primary #barrister-cv .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  body.single-barristers #primary #barrister-cv .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro body.single-barristers #primary #barrister-cv .contain > h4:first-child,
  section#hub-intro body.single-barristers #primary #barrister-cv .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro body.single-barristers #primary #barrister-cv .feature .contain > span:first-child,
  .feature section#hub-intro body.single-barristers #primary #barrister-cv .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature body.single-barristers #primary #barrister-cv .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature body.single-barristers #primary #barrister-cv .contain > span:first-child,
  section#hub-intro body.single-barristers #primary #barrister-cv .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro body.single-barristers #primary #barrister-cv .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li body.single-barristers #primary #barrister-cv .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li body.single-barristers #primary #barrister-cv .contain > a:first-child,
  body.single-barristers #primary #barrister-cv section#hub-intro .contain > h5:first-child,
  section#hub-intro body.single-barristers #primary #barrister-cv .contain > h5:first-child,
  body.single-barristers #primary #barrister-cv section#hub-intro .contain > h6:first-child,
  section#hub-intro body.single-barristers #primary #barrister-cv .contain > h6:first-child, body.single-barristers #primary #barrister-cv body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text body.single-barristers #primary #barrister-cv p, body.single-barristers #primary #barrister-cv body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text body.single-barristers #primary #barrister-cv h2, body.single-barristers #primary #barrister-cv body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text body.single-barristers #primary #barrister-cv h2, body.single-barristers #primary #barrister-cv body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain body.single-barristers #primary #barrister-cv .h3, body.single-barristers #primary #barrister-cv body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain body.single-barristers #primary #barrister-cv .h3, body.single-barristers #primary #barrister-cv body.page-template-template-hub section .contain > h2, body.page-template-template-hub section body.single-barristers #primary #barrister-cv .contain > h2 {
    color: rgb(22, 59, 68);
    font-size: 18px;
  }
  body.single-barristers #primary #barrister-cv .areas-of-expertise ul li header {
    font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
    color: rgb(22, 59, 68);
    font-size: 20px;
    margin-top: 20px;
    border: none;
    padding: 0;
  }
  body.single-barristers #primary #barrister-cv .areas-of-expertise ul li header:after {
    content: "";
  }
  body.single-barristers #primary #barrister-cv .areas-of-expertise ul li section {
    display: block !important;
    padding: 0;
  }
  body.single-barristers #primary #barrister-cv .areas-of-expertise ul li section a.add-to-brochure-block {
    display: none;
  }
  body.single-barristers #primary #barrister-cv .areas-of-expertise ul li section .articles .article-date {
    color: rgb(22, 59, 68);
  }
  body.single-barristers #primary #barrister-cv .areas-of-expertise ul li section .articles a.read-more {
    display: none;
  }
  body.single-barristers #primary #barrister-cv .further-details {
    padding: 0;
    background: none;
  }
  body.single-barristers #primary #barrister-cv .further-details .detail-section {
    border-bottom: none;
    padding: 0;
  }
  body.single-barristers #primary #barrister-cv .further-details .detail-section.news-section {
    display: none;
  }
  body.single-barristers #primary #barrister-cv .further-details .detail-section h2 {
    font-size: 18px;
  }
  body.single-barristers #primary #barrister-cv .further-details .detail-section a.da-more-link {
    display: none;
  }
  body.single-barristers footer {
    display: none;
  }
}
body.category h1.page-title, body.category #story h1.page-title, #story body.category h1.page-title,
body.category #story h2.page-title,
#story body.category h2.page-title,
body.category #story h3.page-title,
body.category section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .page-title.h3:first-child,
body.category section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .page-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results body.category #story .contain > .page-title.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro body.category #story .contain > .page-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none body.category #story .contain > .page-title.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro body.category #story .contain > .page-title.h3:first-child,
body.category #story section#hub-intro .contain > h4.page-title:first-child,
body.category #story section#hub-intro .expertise-nav-sidebar.contain > a.page-title:first-child,
body.category #story section#hub-intro .feature .contain > span.page-title:first-child,
.feature body.category #story section#hub-intro .contain > span.page-title:first-child,
body.category #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span.page-title:first-child,
body.category #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span.page-title:first-child,
body.category #story section#hub-intro .tab-list ul li .contain > a.page-title:first-child,
.tab-list ul li body.category #story section#hub-intro .contain > a.page-title:first-child,
body.category #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a.page-title:first-child,
body.category #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a.page-title:first-child,
section#hub-intro body.category #story .contain > h4.page-title:first-child,
section#hub-intro body.category #story .expertise-nav-sidebar.contain > a.page-title:first-child,
section#hub-intro body.category #story .feature .contain > span.page-title:first-child,
.feature section#hub-intro body.category #story .contain > span.page-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature body.category #story .contain > span.page-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature body.category #story .contain > span.page-title:first-child,
section#hub-intro body.category #story .tab-list ul li .contain > a.page-title:first-child,
.tab-list ul li section#hub-intro body.category #story .contain > a.page-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li body.category #story .contain > a.page-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li body.category #story .contain > a.page-title:first-child,
body.category #story section#hub-intro .contain > h5.page-title:first-child,
section#hub-intro body.category #story .contain > h5.page-title:first-child,
body.category #story section#hub-intro .contain > h6.page-title:first-child,
section#hub-intro body.category #story .contain > h6.page-title:first-child,
body.category #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p.page-title,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text body.category #story p.page-title,
body.category #story body.page-template-template-hub section.search-results .contain .page-title.h3,
body.page-template-template-hub section.search-results .contain body.category #story .page-title.h3,
body.category #story body.page-template-template-hub section.search-results-none .contain .page-title.h3,
body.page-template-template-hub section.search-results-none .contain body.category #story .page-title.h3,
#story body.category h3.page-title,
section#hub-intro body.page-template-template-hub section.search-results #story body.category .contain > .page-title.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story body.category .contain > .page-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story body.category .contain > .page-title.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story body.category .contain > .page-title.h3:first-child,
#story body.category section#hub-intro .contain > h4.page-title:first-child,
#story body.category section#hub-intro .expertise-nav-sidebar.contain > a.page-title:first-child,
#story body.category section#hub-intro .feature .contain > span.page-title:first-child,
.feature #story body.category section#hub-intro .contain > span.page-title:first-child,
#story body.category .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span.page-title:first-child,
#story body.category .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span.page-title:first-child,
#story body.category section#hub-intro .tab-list ul li .contain > a.page-title:first-child,
.tab-list ul li #story body.category section#hub-intro .contain > a.page-title:first-child,
#story body.category .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a.page-title:first-child,
#story body.category .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a.page-title:first-child,
section#hub-intro #story body.category .contain > h4.page-title:first-child,
section#hub-intro #story body.category .expertise-nav-sidebar.contain > a.page-title:first-child,
section#hub-intro #story body.category .feature .contain > span.page-title:first-child,
.feature section#hub-intro #story body.category .contain > span.page-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story body.category .contain > span.page-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story body.category .contain > span.page-title:first-child,
section#hub-intro #story body.category .tab-list ul li .contain > a.page-title:first-child,
.tab-list ul li section#hub-intro #story body.category .contain > a.page-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story body.category .contain > a.page-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story body.category .contain > a.page-title:first-child,
#story body.category section#hub-intro .contain > h5.page-title:first-child,
section#hub-intro #story body.category .contain > h5.page-title:first-child,
#story body.category section#hub-intro .contain > h6.page-title:first-child,
section#hub-intro #story body.category .contain > h6.page-title:first-child,
#story body.category body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p.page-title,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story body.category p.page-title,
#story body.category body.page-template-template-hub section.search-results .contain .page-title.h3,
body.page-template-template-hub section.search-results .contain #story body.category .page-title.h3,
#story body.category body.page-template-template-hub section.search-results-none .contain .page-title.h3,
body.page-template-template-hub section.search-results-none .contain #story body.category .page-title.h3,
body.tax-practice_areas h1.page-title,
body.tax-practice_areas #story h1.page-title,
#story body.tax-practice_areas h1.page-title,
body.tax-practice_areas #story h2.page-title,
#story body.tax-practice_areas h2.page-title,
body.tax-practice_areas #story h3.page-title,
body.tax-practice_areas section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .page-title.h3:first-child,
body.tax-practice_areas section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .page-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results body.tax-practice_areas #story .contain > .page-title.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro body.tax-practice_areas #story .contain > .page-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none body.tax-practice_areas #story .contain > .page-title.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro body.tax-practice_areas #story .contain > .page-title.h3:first-child,
body.tax-practice_areas #story section#hub-intro .contain > h4.page-title:first-child,
body.tax-practice_areas #story section#hub-intro .expertise-nav-sidebar.contain > a.page-title:first-child,
body.tax-practice_areas #story section#hub-intro .feature .contain > span.page-title:first-child,
.feature body.tax-practice_areas #story section#hub-intro .contain > span.page-title:first-child,
body.tax-practice_areas #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span.page-title:first-child,
body.tax-practice_areas #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span.page-title:first-child,
body.tax-practice_areas #story section#hub-intro .tab-list ul li .contain > a.page-title:first-child,
.tab-list ul li body.tax-practice_areas #story section#hub-intro .contain > a.page-title:first-child,
body.tax-practice_areas #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a.page-title:first-child,
body.tax-practice_areas #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a.page-title:first-child,
section#hub-intro body.tax-practice_areas #story .contain > h4.page-title:first-child,
section#hub-intro body.tax-practice_areas #story .expertise-nav-sidebar.contain > a.page-title:first-child,
section#hub-intro body.tax-practice_areas #story .feature .contain > span.page-title:first-child,
.feature section#hub-intro body.tax-practice_areas #story .contain > span.page-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature body.tax-practice_areas #story .contain > span.page-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature body.tax-practice_areas #story .contain > span.page-title:first-child,
section#hub-intro body.tax-practice_areas #story .tab-list ul li .contain > a.page-title:first-child,
.tab-list ul li section#hub-intro body.tax-practice_areas #story .contain > a.page-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li body.tax-practice_areas #story .contain > a.page-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li body.tax-practice_areas #story .contain > a.page-title:first-child,
body.tax-practice_areas #story section#hub-intro .contain > h5.page-title:first-child,
section#hub-intro body.tax-practice_areas #story .contain > h5.page-title:first-child,
body.tax-practice_areas #story section#hub-intro .contain > h6.page-title:first-child,
section#hub-intro body.tax-practice_areas #story .contain > h6.page-title:first-child,
body.tax-practice_areas #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p.page-title,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text body.tax-practice_areas #story p.page-title,
body.tax-practice_areas #story body.page-template-template-hub section.search-results .contain .page-title.h3,
body.page-template-template-hub section.search-results .contain body.tax-practice_areas #story .page-title.h3,
body.tax-practice_areas #story body.page-template-template-hub section.search-results-none .contain .page-title.h3,
body.page-template-template-hub section.search-results-none .contain body.tax-practice_areas #story .page-title.h3,
#story body.tax-practice_areas h3.page-title,
section#hub-intro body.page-template-template-hub section.search-results #story body.tax-practice_areas .contain > .page-title.h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story body.tax-practice_areas .contain > .page-title.h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story body.tax-practice_areas .contain > .page-title.h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story body.tax-practice_areas .contain > .page-title.h3:first-child,
#story body.tax-practice_areas section#hub-intro .contain > h4.page-title:first-child,
#story body.tax-practice_areas section#hub-intro .expertise-nav-sidebar.contain > a.page-title:first-child,
#story body.tax-practice_areas section#hub-intro .feature .contain > span.page-title:first-child,
.feature #story body.tax-practice_areas section#hub-intro .contain > span.page-title:first-child,
#story body.tax-practice_areas .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span.page-title:first-child,
#story body.tax-practice_areas .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span.page-title:first-child,
#story body.tax-practice_areas section#hub-intro .tab-list ul li .contain > a.page-title:first-child,
.tab-list ul li #story body.tax-practice_areas section#hub-intro .contain > a.page-title:first-child,
#story body.tax-practice_areas .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a.page-title:first-child,
#story body.tax-practice_areas .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a.page-title:first-child,
section#hub-intro #story body.tax-practice_areas .contain > h4.page-title:first-child,
section#hub-intro #story body.tax-practice_areas .expertise-nav-sidebar.contain > a.page-title:first-child,
section#hub-intro #story body.tax-practice_areas .feature .contain > span.page-title:first-child,
.feature section#hub-intro #story body.tax-practice_areas .contain > span.page-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story body.tax-practice_areas .contain > span.page-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story body.tax-practice_areas .contain > span.page-title:first-child,
section#hub-intro #story body.tax-practice_areas .tab-list ul li .contain > a.page-title:first-child,
.tab-list ul li section#hub-intro #story body.tax-practice_areas .contain > a.page-title:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story body.tax-practice_areas .contain > a.page-title:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story body.tax-practice_areas .contain > a.page-title:first-child,
#story body.tax-practice_areas section#hub-intro .contain > h5.page-title:first-child,
section#hub-intro #story body.tax-practice_areas .contain > h5.page-title:first-child,
#story body.tax-practice_areas section#hub-intro .contain > h6.page-title:first-child,
section#hub-intro #story body.tax-practice_areas .contain > h6.page-title:first-child,
#story body.tax-practice_areas body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p.page-title,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story body.tax-practice_areas p.page-title,
#story body.tax-practice_areas body.page-template-template-hub section.search-results .contain .page-title.h3,
body.page-template-template-hub section.search-results .contain #story body.tax-practice_areas .page-title.h3,
#story body.tax-practice_areas body.page-template-template-hub section.search-results-none .contain .page-title.h3,
body.page-template-template-hub section.search-results-none .contain #story body.tax-practice_areas .page-title.h3 {
  font-size: 3.125em;
  margin-bottom: 2rem;
  margin-top: 1.6rem;
}

article.articles,
article.news-post {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
article.articles .article-tags ul,
article.news-post .article-tags ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
article.articles .article-tags ul li,
article.news-post .article-tags ul li {
  display: inline-block;
}

article.articles:first-child h3, article.articles:first-child section#hub-intro .contain > h1:first-child, section#hub-intro article.articles:first-child .contain > h1:first-child,
article.articles:first-child section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
article.articles:first-child section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
article.articles:first-child section#hub-intro .contain > h2:first-child,
section#hub-intro article.articles:first-child .contain > h2:first-child,
article.articles:first-child section#hub-intro .contain > h3:first-child,
section#hub-intro article.articles:first-child .contain > h3:first-child,
article.articles:first-child section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results article.articles:first-child .contain > .h3:first-child,
article.articles:first-child body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro article.articles:first-child .contain > .h3:first-child,
article.articles:first-child section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none article.articles:first-child .contain > .h3:first-child,
article.articles:first-child body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro article.articles:first-child .contain > .h3:first-child,
article.articles:first-child section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text article.articles:first-child .contain > p:first-child,
article.articles:first-child body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro article.articles:first-child .contain > p:first-child,
article.articles:first-child section#hub-intro .contain > h4:first-child,
article.articles:first-child section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
article.articles:first-child section#hub-intro .feature .contain > span:first-child,
.feature article.articles:first-child section#hub-intro .contain > span:first-child,
article.articles:first-child .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
article.articles:first-child .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
article.articles:first-child section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li article.articles:first-child section#hub-intro .contain > a:first-child,
article.articles:first-child .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
article.articles:first-child .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro article.articles:first-child .contain > h4:first-child,
section#hub-intro article.articles:first-child .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro article.articles:first-child .feature .contain > span:first-child,
.feature section#hub-intro article.articles:first-child .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature article.articles:first-child .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature article.articles:first-child .contain > span:first-child,
section#hub-intro article.articles:first-child .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro article.articles:first-child .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li article.articles:first-child .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li article.articles:first-child .contain > a:first-child,
article.articles:first-child section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
article.articles:first-child section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
article.articles:first-child section#hub-intro .contain > h5:first-child,
section#hub-intro article.articles:first-child .contain > h5:first-child,
article.articles:first-child section#hub-intro .contain > h6:first-child,
section#hub-intro article.articles:first-child .contain > h6:first-child, article.articles:first-child body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text article.articles:first-child p, article.articles:first-child body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text article.articles:first-child h2, article.articles:first-child body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text article.articles:first-child h2, article.articles:first-child body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain article.articles:first-child .h3, article.articles:first-child body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain article.articles:first-child .h3, article.articles:first-child body.page-template-template-hub section .contain > h2, body.page-template-template-hub section article.articles:first-child .contain > h2 {
  margin-top: 0;
}

body.cookie-notice-visible #cookie-modal {
  position: relative;
}

#cookie-modal {
  background: rgb(0, 0, 0) !important;
}
#cookie-modal a {
  color: #fff;
}

#cookie-agree {
  color: #fff;
  border: 1px solid #fff;
}
#cookie-agree:hover {
  border: 1px solid rgb(22, 59, 68);
  background: rgb(22, 59, 68);
}

#cookie-disagree {
  color: #fff;
  border: 1px solid transparent;
  text-align: left !important;
}
#cookie-disagree:hover {
  border: 1px solid transparent;
  background: transparent;
}

#latest-video {
  background: rgb(22, 59, 68);
  padding: 1.7em 0 4em;
}
#latest-video h3, #latest-video section#hub-intro .contain > h1:first-child, section#hub-intro #latest-video .contain > h1:first-child,
#latest-video section#hub-intro .contain > h2:first-child,
section#hub-intro #latest-video .contain > h2:first-child,
#latest-video section#hub-intro .contain > h3:first-child,
section#hub-intro #latest-video .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #latest-video .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #latest-video .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #latest-video .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #latest-video .contain > .h3:first-child,
#latest-video section#hub-intro .contain > h4:first-child,
#latest-video section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#latest-video section#hub-intro .feature .contain > span:first-child,
.feature #latest-video section#hub-intro .contain > span:first-child,
#latest-video .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#latest-video .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#latest-video section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #latest-video section#hub-intro .contain > a:first-child,
#latest-video .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#latest-video .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #latest-video .contain > h4:first-child,
section#hub-intro #latest-video .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #latest-video .feature .contain > span:first-child,
.feature section#hub-intro #latest-video .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #latest-video .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #latest-video .contain > span:first-child,
section#hub-intro #latest-video .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #latest-video .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #latest-video .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #latest-video .contain > a:first-child,
#latest-video section#hub-intro .contain > h5:first-child,
section#hub-intro #latest-video .contain > h5:first-child,
#latest-video section#hub-intro .contain > h6:first-child,
section#hub-intro #latest-video .contain > h6:first-child, #latest-video body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #latest-video p, #latest-video body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #latest-video h2, #latest-video body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #latest-video h2, #latest-video body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #latest-video .h3, #latest-video body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #latest-video .h3, #latest-video body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #latest-video .contain > h2 {
  color: #fff;
  text-align: center;
}
#latest-video .latest_video_thumb {
  margin: 1em auto 0 auto;
  max-width: 100%;
}

.wistia_embed {
  width: 100% !important;
  height: 100% !important;
}
.wistia_embed div[id*=big_play_button_background] {
  display: none;
  background: transparent !important;
}
.wistia_embed div[aria-role=Button] {
  position: relative;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto !important;
  width: auto !important;
  min-width: 10.9375rem !important;
  padding: 1em 4em 1em 1em !important;
  border: 2px solid #fff;
  background: transparent !important;
}
.wistia_embed div[aria-role=Button]:before {
  display: inline-block;
  content: "Watch Video";
  color: #fff;
}
.wistia_embed div[aria-role=Button]:after {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  content: "";
  border-radius: 50%;
  background-image: url("/content/themes/3pb_barristers/img/play.png");
  background-color: #fff;
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: 12px center;
}
.wistia_embed div[id*=thumbnail]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.additional_recommendations h4, .additional_recommendations .expertise-nav-sidebar > a:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .additional_recommendations .expertise-nav-sidebar.contain > a:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .expertise-nav-sidebar.contain > a:first-child, .additional_recommendations .feature span, .feature .additional_recommendations span,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .additional_recommendations .contain > span:first-child,
.additional_recommendations .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .additional_recommendations .contain > span:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .additional_recommendations .contain > span:first-child,
.additional_recommendations .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > span:first-child, .additional_recommendations .tab-list ul li a, .tab-list ul li .additional_recommendations a,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .additional_recommendations .contain > a:first-child,
.additional_recommendations .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .additional_recommendations .contain > a:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .additional_recommendations .contain > a:first-child,
.additional_recommendations .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > a:first-child, .additional_recommendations body.page-template-template-hub section.articles .article .article-content h3, .additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
.additional_recommendations body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
.additional_recommendations body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
.additional_recommendations section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
.additional_recommendations body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature .additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.tab-list ul li .additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
.additional_recommendations body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, .additional_recommendations body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, .additional_recommendations body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, .additional_recommendations body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, .additional_recommendations body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, .additional_recommendations body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, .additional_recommendations body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .additional_recommendations h3, body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .additional_recommendations .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .additional_recommendations .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .additional_recommendations .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .additional_recommendations .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .additional_recommendations .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .additional_recommendations .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content .additional_recommendations section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content .additional_recommendations section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .additional_recommendations p, body.page-template-template-hub section.articles.podcasts .article .article-content .additional_recommendations .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .additional_recommendations h2, body.page-template-template-hub section.articles.publications .article .article-content .additional_recommendations .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .additional_recommendations h2, .additional_recommendations body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .additional_recommendations .contain > h2, .additional_recommendations body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .additional_recommendations .h3, .additional_recommendations body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .additional_recommendations .h3, .additional_recommendations body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .additional_recommendations .h3, .additional_recommendations body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .additional_recommendations .h3 {
  color: rgb(22, 59, 68);
}
.additional_recommendations p,
.additional_recommendations ul {
  font-size: 0.9em;
  margin-bottom: 0.7em;
}

ul.leading-set-logos {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 26.5625em) {
  ul.leading-set-logos {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  ul.leading-set-logos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
ul.leading-set-logos li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
ul.leading-set-logos li:before, ul.leading-set-logos li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgb(22, 59, 68) transparent transparent transparent;
  transform: translateY(-4px) translateX(-50%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.leading-set-logos li:after {
  border-width: 11px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
ul.leading-set-logos li img {
  display: block;
  width: auto;
  overflow: hidden;
}
ul.leading-set-logos li .hover {
  position: absolute;
  background-color: rgb(22, 59, 68);
  color: #fff;
  font-size: 0.85em;
  width: max-content;
  top: -2px;
  left: 50%;
  opacity: 0;
  max-width: 90vw;
  pointer-events: none;
  transform: translateX(-50%) translateY(-100%);
  padding: 0.2em 0.75em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  border: 1px solid #fff;
}
ul.leading-set-logos li:hover .hover, ul.leading-set-logos li:focus .hover, ul.leading-set-logos li.active .hover {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(-100%) scale(1);
}
ul.leading-set-logos li:hover:before, ul.leading-set-logos li:hover:after, ul.leading-set-logos li:focus:before, ul.leading-set-logos li:focus:after, ul.leading-set-logos li.active:before, ul.leading-set-logos li.active:after {
  opacity: 1;
  pointer-events: all;
  transform: translateY(-4px) translateX(-50%) scale(1);
}
ul.leading-set-logos.logos_1 li, ul.leading-set-logos.logos_2 li {
  max-height: 6.125rem;
}
@media screen and (min-width: 26.5625em) {
  ul.leading-set-logos.logos_1 li, ul.leading-set-logos.logos_2 li {
    max-height: 8.75rem;
  }
}
@media screen and (min-width: 48em) {
  ul.leading-set-logos.logos_1 li, ul.leading-set-logos.logos_2 li {
    max-height: 9.375rem;
  }
}
ul.leading-set-logos.logos_1 li img, ul.leading-set-logos.logos_2 li img {
  height: 6.125rem;
  max-height: 6.125rem;
}
@media screen and (min-width: 26.5625em) {
  ul.leading-set-logos.logos_1 li img, ul.leading-set-logos.logos_2 li img {
    height: 8.75rem;
    max-height: 8.75rem;
  }
}
@media screen and (min-width: 48em) {
  ul.leading-set-logos.logos_1 li img, ul.leading-set-logos.logos_2 li img {
    height: 9.375rem;
    max-height: 9.375rem;
  }
}
ul.leading-set-logos.logos_3 li {
  max-height: 4.0625rem;
}
@media screen and (min-width: 26.5625em) {
  ul.leading-set-logos.logos_3 li {
    max-height: 5.25rem;
  }
}
@media screen and (min-width: 48em) {
  ul.leading-set-logos.logos_3 li {
    max-height: 6rem;
  }
}
ul.leading-set-logos.logos_3 li img {
  height: 4.0625rem;
  max-height: 4.0625rem;
}
@media screen and (min-width: 26.5625em) {
  ul.leading-set-logos.logos_3 li img {
    height: 5.25rem;
    max-height: 5.25rem;
  }
}
@media screen and (min-width: 48em) {
  ul.leading-set-logos.logos_3 li img {
    height: 6rem;
    max-height: 6rem;
  }
}

#gform_fields_14 {
  display: block !important;
}

.gform_validation_errors h2 {
  padding: 0.5rem;
}

.gform_wrapper.two-column_wrapper {
  max-width: 100%;
  margin-bottom: 0 !important;
}
.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
  display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
  display: block;
}
.gform_wrapper.two-column_wrapper ul.one-half {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100% !important;
}
@media screen and (min-width: 64em) {
  .gform_wrapper.two-column_wrapper ul.one-half {
    margin-left: 4% !important;
    width: 48% !important;
    float: left;
  }
}
.gform_wrapper.two-column_wrapper ul.one-half li {
  margin-right: 0 !important;
  width: 100% !important;
  margin-bottom: 1em !important;
}
.gform_wrapper.two-column_wrapper ul.one-half.full-width {
  margin-left: 0 !important;
  width: 100% !important;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
  margin-left: 0 !important;
}
.gform_wrapper.two-column_wrapper .gsection {
  display: none;
  border-bottom: none !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
  padding: 0 !important;
}

.gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0.5em 1em;
  width: 30%;
  position: relative;
}
@media screen and (min-width: 37.625rem) {
  .gallery .gallery-item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
.gallery .gallery-item.image-loaded:before {
  display: none;
}
.gallery .gallery-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: gray;
  content: "";
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
}
.gallery .gallery-item .gallery-caption {
  background: rgb(22, 59, 68);
  padding: 0.5em 0;
  color: #fff;
  text-align: center;
}
.gallery .gallery-item .gallery-caption a {
  color: #fff;
  width: 100%;
  display: block;
  height: 100%;
}

html:first-child {
  margin-top: 0 !important;
}

html.modal_open {
  overflow: hidden;
}
html.modal_open .modal_outer {
  display: block;
}

.modal_outer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.modal_outer:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.modal_outer .modal_close {
  color: #fff;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/content/themes/3pb_barristers/img/icon-cross.png");
  cursor: pointer;
  height: 35px;
  width: 35px;
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
}
.modal_outer .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100vmin;
  width: 70%;
}
.modal_outer .modal_inner .modal_content {
  position: relative;
}
.modal_outer .modal_inner .modal_content .before {
  position: absolute;
  top: 50%;
  left: -1em;
  color: #fff;
  font-size: 4.2em;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0.3em;
}
.modal_outer .modal_inner .modal_content .after {
  position: absolute;
  top: 50%;
  right: -1em;
  color: #fff;
  font-size: 4.2em;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0.3em;
}
.modal_outer .modal_inner .modal_content img {
  width: 100%;
  height: auto;
}

.page-template-default #general-content table,
.page-template-default #general-content th,
.page-template-default #general-content td {
  border: 1px solid black;
}
.page-template-default #general-content th,
.page-template-default #general-content td {
  padding: 0.8em;
}
.page-template-default aside #gform_wrapper_13 {
  padding: 1em;
  background: #eeeeee;
}
.page-template-default aside #gform_wrapper_13 .gform_button,
.page-template-default aside #gform_wrapper_13 input[type=submit] {
  color: #fff !important;
  background: rgb(22, 59, 68) !important;
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
}
.page-template-default aside #gform_wrapper_13 li .gfield {
  padding-right: 0;
  padding-left: 0;
}
.page-template-default aside #gform_wrapper_13 .cols {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.page-template-default aside #gform_wrapper_13 .cols:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .page-template-default aside #gform_wrapper_13 .cols {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
    margin-left: 4.2649021499%;
  }
  .page-template-default aside #gform_wrapper_13 .cols:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 90em) {
  .page-template-default aside #gform_wrapper_13 .cols {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
  }
  .page-template-default aside #gform_wrapper_13 .cols:last-child {
    margin-right: 0;
  }
}
.page-template-default aside #gform_wrapper_13 .cols .left-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.page-template-default aside #gform_wrapper_13 .cols .left-col:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .page-template-default aside #gform_wrapper_13 .cols .left-col {
    float: left;
    display: block;
    margin-right: 2.5775079849%;
    width: 44.0486320083%;
  }
  .page-template-default aside #gform_wrapper_13 .cols .left-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 90em) {
  .page-template-default aside #gform_wrapper_13 .cols .left-col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-left: 8.5298042998%;
  }
  .page-template-default aside #gform_wrapper_13 .cols .left-col:last-child {
    margin-right: 0;
  }
}
.page-template-default aside #gform_wrapper_13 .cols .left-col h3, .page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .contain > h1:first-child, section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > h1:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .contain > h2:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.search-results .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > .h3:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .contain > h4:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .feature .contain > span:first-child,
.feature .page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .contain > span:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .contain > a:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > h4:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .feature .contain > span:first-child,
.feature section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > span:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > a:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .contain > h5:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > h5:first-child,
.page-template-default aside #gform_wrapper_13 .cols .left-col section#hub-intro .contain > h6:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > h6:first-child, .page-template-default aside #gform_wrapper_13 .cols .left-col body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .page-template-default aside #gform_wrapper_13 .cols .left-col p, .page-template-default aside #gform_wrapper_13 .cols .left-col body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .page-template-default aside #gform_wrapper_13 .cols .left-col h2, .page-template-default aside #gform_wrapper_13 .cols .left-col body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .page-template-default aside #gform_wrapper_13 .cols .left-col h2, .page-template-default aside #gform_wrapper_13 .cols .left-col body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .page-template-default aside #gform_wrapper_13 .cols .left-col .h3, .page-template-default aside #gform_wrapper_13 .cols .left-col body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .page-template-default aside #gform_wrapper_13 .cols .left-col .h3, .page-template-default aside #gform_wrapper_13 .cols .left-col body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .page-template-default aside #gform_wrapper_13 .cols .left-col .contain > h2 {
  font-size: 1.9rem;
  color: rgb(22, 59, 68);
  margin-top: 0;
}
.page-template-default aside #gform_wrapper_13 .cols .left-col p {
  color: #9e9c9c;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .page-template-default aside #gform_wrapper_13 .cols .right-col {
    float: left;
    display: block;
    margin-right: 2.5775079849%;
    width: 44.0486320083%;
    margin-left: 9.3252279986%;
  }
  .page-template-default aside #gform_wrapper_13 .cols .right-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 90em) {
  .page-template-default aside #gform_wrapper_13 .cols .right-col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 8.5298042998%;
  }
  .page-template-default aside #gform_wrapper_13 .cols .right-col:last-child {
    margin-right: 0;
  }
}
.page-template-default aside #gform_wrapper_13 .cols .right-col h3, .page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .contain > h1:first-child, section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > h1:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .contain > h2:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.search-results .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > .h3:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .contain > h4:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .feature .contain > span:first-child,
.feature .page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .contain > span:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .contain > a:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > h4:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .feature .contain > span:first-child,
.feature section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > span:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > a:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .contain > h5:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > h5:first-child,
.page-template-default aside #gform_wrapper_13 .cols .right-col section#hub-intro .contain > h6:first-child,
section#hub-intro .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > h6:first-child, .page-template-default aside #gform_wrapper_13 .cols .right-col body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .page-template-default aside #gform_wrapper_13 .cols .right-col p, .page-template-default aside #gform_wrapper_13 .cols .right-col body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .page-template-default aside #gform_wrapper_13 .cols .right-col h2, .page-template-default aside #gform_wrapper_13 .cols .right-col body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .page-template-default aside #gform_wrapper_13 .cols .right-col h2, .page-template-default aside #gform_wrapper_13 .cols .right-col body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .page-template-default aside #gform_wrapper_13 .cols .right-col .h3, .page-template-default aside #gform_wrapper_13 .cols .right-col body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .page-template-default aside #gform_wrapper_13 .cols .right-col .h3, .page-template-default aside #gform_wrapper_13 .cols .right-col body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .page-template-default aside #gform_wrapper_13 .cols .right-col .contain > h2 {
  font-size: 1.9rem;
  color: rgb(22, 59, 68);
  margin-top: 0;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col p {
  color: #9e9c9c;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper {
  max-width: 49.5rem;
}
@media screen and (min-width: 64em) {
  .page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper {
    margin-top: 55px;
  }
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .form-subheading {
  margin: 2rem 0 0;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield_description {
  font-size: 1.1rem;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield {
  padding: 0;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield:not(.barrister-select) .gfield_description {
  display: none;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield.address-fields {
  margin-top: 0;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield.address-fields span {
  display: inline-block;
  margin-bottom: 1rem;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield.address-fields span.address_line_1, .page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield.address-fields span.address_line_2 {
  display: block;
}
@media screen and (max-width: 40rem) {
  .page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield.address-fields span {
    display: block;
  }
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .gfield_label {
  display: none;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield input[type=email],
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield input[type=tel],
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield input[type=text],
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield textarea {
  padding: 1rem 0.875rem;
  font-size: 1.145rem;
  background-color: transparent;
  border: 1px solid #7d7d7d;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield input[type=email]:focus,
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield input[type=tel]:focus,
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield input[type=text]:focus,
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield textarea:focus {
  outline: 2px solid rgb(22, 59, 68);
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield select {
  width: 100%;
  border-radius: 0;
  padding: 1rem 0.875rem;
  background-image: url("/content/themes/3pb_barristers/img/select-arrows.png");
  background-repeat: no-repeat;
  background-position: right 19px center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield select {
    background-image: url("/content/themes/3pb_barristers/img/select-arrows_2x.png");
    background-size: 19px;
  }
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .ginput_complex label {
  display: none;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .gfield_checkbox.custom-checkbox-style label:not(.tick-label), .page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .gfield_checkbox.custom-radio-style label:not(.tick-label),
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .gfield_radio.custom-checkbox-style label:not(.tick-label),
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .gfield_radio.custom-radio-style label:not(.tick-label) {
  line-height: 1.665em;
  padding-left: 1rem;
  font-size: 1rem;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .gfield_checkbox li label.tick-label,
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .gfield_radio li label.tick-label {
  background: transparent;
}
.page-template-default aside #gform_wrapper_13 .cols .right-col .gform_wrapper .gform_body .gfield .gfield_radio li {
  display: inline-block;
  margin-right: 2rem;
}

.page-template-template-gallery #general-content .contain .main-body {
  width: 100%;
}

#vacancies-body {
  padding: 3em 0;
}

.vacancy-group {
  margin-bottom: 1em;
}
.vacancy-group:not(:first-child) {
  margin-top: 2em;
}
.vacancy-group .heading {
  position: relative;
  border-bottom: 1px solid rgb(22, 59, 68);
  padding: 0.75em 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 2em;
}
.vacancy-group .heading h1, .vacancy-group .heading #story h1, #story .vacancy-group .heading h1,
.vacancy-group .heading #story h2,
#story .vacancy-group .heading h2,
.vacancy-group .heading #story h3,
.vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.vacancy-group .heading #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-group .heading #story p,
.vacancy-group .heading #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain .vacancy-group .heading #story .h3,
.vacancy-group .heading #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain .vacancy-group .heading #story .h3,
#story .vacancy-group .heading h3,
#story .vacancy-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .vacancy-group .heading p,
#story .vacancy-group .heading body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story .vacancy-group .heading .h3,
#story .vacancy-group .heading body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story .vacancy-group .heading .h3,
.vacancy-group .heading h2,
.vacancy-group .heading h3,
.vacancy-group .heading section#hub-intro .contain > h1:first-child,
section#hub-intro .vacancy-group .heading .contain > h1:first-child,
.vacancy-group .heading section#hub-intro .contain > h2:first-child,
section#hub-intro .vacancy-group .heading .contain > h2:first-child,
.vacancy-group .heading section#hub-intro .contain > h3:first-child,
section#hub-intro .vacancy-group .heading .contain > h3:first-child,
.vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .vacancy-group .heading .contain > .h3:first-child,
.vacancy-group .heading body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .vacancy-group .heading .contain > .h3:first-child,
.vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .vacancy-group .heading .contain > .h3:first-child,
.vacancy-group .heading body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .vacancy-group .heading .contain > .h3:first-child,
.vacancy-group .heading section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-group .heading .contain > p:first-child,
.vacancy-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .vacancy-group .heading .contain > p:first-child,
.vacancy-group .heading section#hub-intro .contain > h4:first-child,
.vacancy-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.vacancy-group .heading section#hub-intro .feature .contain > span:first-child,
.feature .vacancy-group .heading section#hub-intro .contain > span:first-child,
.vacancy-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.vacancy-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.vacancy-group .heading section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .vacancy-group .heading section#hub-intro .contain > a:first-child,
.vacancy-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.vacancy-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .vacancy-group .heading .contain > h4:first-child,
section#hub-intro .vacancy-group .heading .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .vacancy-group .heading .feature .contain > span:first-child,
.feature section#hub-intro .vacancy-group .heading .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .vacancy-group .heading .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .vacancy-group .heading .contain > span:first-child,
section#hub-intro .vacancy-group .heading .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .vacancy-group .heading .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .vacancy-group .heading .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .vacancy-group .heading .contain > a:first-child,
.vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
.vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
.vacancy-group .heading section#hub-intro .contain > h5:first-child,
section#hub-intro .vacancy-group .heading .contain > h5:first-child,
.vacancy-group .heading section#hub-intro .contain > h6:first-child,
section#hub-intro .vacancy-group .heading .contain > h6:first-child,
.vacancy-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-group .heading p,
.vacancy-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2,
body.page-template-template-hub section.articles.podcasts .side-text .vacancy-group .heading h2,
.vacancy-group .heading body.page-template-template-hub section.articles.publications .side-text h2,
body.page-template-template-hub section.articles.publications .side-text .vacancy-group .heading h2,
.vacancy-group .heading body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain .vacancy-group .heading .h3,
.vacancy-group .heading body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain .vacancy-group .heading .h3,
.vacancy-group .heading body.page-template-template-hub section .contain > h2,
body.page-template-template-hub section .vacancy-group .heading .contain > h2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0;
  font-size: 2.3em;
  color: rgb(22, 59, 68);
}
@media screen and (max-width: 26.5625em) {
  .vacancy-group .heading h1, .vacancy-group .heading #story h1, #story .vacancy-group .heading h1,
  .vacancy-group .heading #story h2,
  #story .vacancy-group .heading h2,
  .vacancy-group .heading #story h3,
  .vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  .vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  .vacancy-group .heading #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-group .heading #story p,
  .vacancy-group .heading #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain .vacancy-group .heading #story .h3,
  .vacancy-group .heading #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain .vacancy-group .heading #story .h3,
  #story .vacancy-group .heading h3,
  #story .vacancy-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .vacancy-group .heading p,
  #story .vacancy-group .heading body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story .vacancy-group .heading .h3,
  #story .vacancy-group .heading body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story .vacancy-group .heading .h3,
  .vacancy-group .heading h2,
  .vacancy-group .heading h3,
  .vacancy-group .heading section#hub-intro .contain > h1:first-child,
  section#hub-intro .vacancy-group .heading .contain > h1:first-child,
  .vacancy-group .heading section#hub-intro .contain > h2:first-child,
  section#hub-intro .vacancy-group .heading .contain > h2:first-child,
  .vacancy-group .heading section#hub-intro .contain > h3:first-child,
  section#hub-intro .vacancy-group .heading .contain > h3:first-child,
  .vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .vacancy-group .heading .contain > .h3:first-child,
  .vacancy-group .heading body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro .vacancy-group .heading .contain > .h3:first-child,
  .vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .vacancy-group .heading .contain > .h3:first-child,
  .vacancy-group .heading body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro .vacancy-group .heading .contain > .h3:first-child,
  .vacancy-group .heading section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-group .heading .contain > p:first-child,
  .vacancy-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .vacancy-group .heading .contain > p:first-child,
  .vacancy-group .heading section#hub-intro .contain > h4:first-child,
  .vacancy-group .heading section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  .vacancy-group .heading section#hub-intro .feature .contain > span:first-child,
  .feature .vacancy-group .heading section#hub-intro .contain > span:first-child,
  .vacancy-group .heading .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .vacancy-group .heading .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .vacancy-group .heading section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li .vacancy-group .heading section#hub-intro .contain > a:first-child,
  .vacancy-group .heading .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  .vacancy-group .heading .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro .vacancy-group .heading .contain > h4:first-child,
  section#hub-intro .vacancy-group .heading .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .vacancy-group .heading .feature .contain > span:first-child,
  .feature section#hub-intro .vacancy-group .heading .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .vacancy-group .heading .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .vacancy-group .heading .contain > span:first-child,
  section#hub-intro .vacancy-group .heading .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro .vacancy-group .heading .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .vacancy-group .heading .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .vacancy-group .heading .contain > a:first-child,
  .vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
  .vacancy-group .heading section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
  .vacancy-group .heading section#hub-intro .contain > h5:first-child,
  section#hub-intro .vacancy-group .heading .contain > h5:first-child,
  .vacancy-group .heading section#hub-intro .contain > h6:first-child,
  section#hub-intro .vacancy-group .heading .contain > h6:first-child,
  .vacancy-group .heading body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-group .heading p,
  .vacancy-group .heading body.page-template-template-hub section.articles.podcasts .side-text h2,
  body.page-template-template-hub section.articles.podcasts .side-text .vacancy-group .heading h2,
  .vacancy-group .heading body.page-template-template-hub section.articles.publications .side-text h2,
  body.page-template-template-hub section.articles.publications .side-text .vacancy-group .heading h2,
  .vacancy-group .heading body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain .vacancy-group .heading .h3,
  .vacancy-group .heading body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain .vacancy-group .heading .h3,
  .vacancy-group .heading body.page-template-template-hub section .contain > h2,
  body.page-template-template-hub section .vacancy-group .heading .contain > h2 {
    font-size: 1.7em;
  }
}
.vacancy-group .heading p.count {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 2em;
  margin: 0;
  color: rgb(22, 59, 68);
}
.vacancy-group .job-overview h3, .vacancy-group .job-overview section#hub-intro .contain > h1:first-child, section#hub-intro .vacancy-group .job-overview .contain > h1:first-child,
.vacancy-group .job-overview section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.vacancy-group .job-overview section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.vacancy-group .job-overview section#hub-intro .contain > h2:first-child,
section#hub-intro .vacancy-group .job-overview .contain > h2:first-child,
.vacancy-group .job-overview section#hub-intro .contain > h3:first-child,
section#hub-intro .vacancy-group .job-overview .contain > h3:first-child,
.vacancy-group .job-overview section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .vacancy-group .job-overview .contain > .h3:first-child,
.vacancy-group .job-overview body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .vacancy-group .job-overview .contain > .h3:first-child,
.vacancy-group .job-overview section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .vacancy-group .job-overview .contain > .h3:first-child,
.vacancy-group .job-overview body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .vacancy-group .job-overview .contain > .h3:first-child,
.vacancy-group .job-overview section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-group .job-overview .contain > p:first-child,
.vacancy-group .job-overview body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .vacancy-group .job-overview .contain > p:first-child,
.vacancy-group .job-overview section#hub-intro .contain > h4:first-child,
.vacancy-group .job-overview section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.vacancy-group .job-overview section#hub-intro .feature .contain > span:first-child,
.feature .vacancy-group .job-overview section#hub-intro .contain > span:first-child,
.vacancy-group .job-overview .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.vacancy-group .job-overview .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.vacancy-group .job-overview section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .vacancy-group .job-overview section#hub-intro .contain > a:first-child,
.vacancy-group .job-overview .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.vacancy-group .job-overview .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .vacancy-group .job-overview .contain > h4:first-child,
section#hub-intro .vacancy-group .job-overview .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .vacancy-group .job-overview .feature .contain > span:first-child,
.feature section#hub-intro .vacancy-group .job-overview .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .vacancy-group .job-overview .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .vacancy-group .job-overview .contain > span:first-child,
section#hub-intro .vacancy-group .job-overview .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .vacancy-group .job-overview .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .vacancy-group .job-overview .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .vacancy-group .job-overview .contain > a:first-child,
.vacancy-group .job-overview section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
.vacancy-group .job-overview section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
.vacancy-group .job-overview section#hub-intro .contain > h5:first-child,
section#hub-intro .vacancy-group .job-overview .contain > h5:first-child,
.vacancy-group .job-overview section#hub-intro .contain > h6:first-child,
section#hub-intro .vacancy-group .job-overview .contain > h6:first-child, .vacancy-group .job-overview body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-group .job-overview p, .vacancy-group .job-overview body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .vacancy-group .job-overview h2, .vacancy-group .job-overview body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .vacancy-group .job-overview h2, .vacancy-group .job-overview body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .vacancy-group .job-overview .h3, .vacancy-group .job-overview body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .vacancy-group .job-overview .h3, .vacancy-group .job-overview body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .vacancy-group .job-overview .contain > h2 {
  color: rgb(22, 59, 68);
}
.vacancy-group .job-overview .vacancy-desc h4, .vacancy-group .job-overview .vacancy-desc .expertise-nav-sidebar > a:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-group .job-overview .vacancy-desc .expertise-nav-sidebar.contain > a:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .expertise-nav-sidebar.contain > a:first-child, .vacancy-group .job-overview .vacancy-desc .feature span, .feature .vacancy-group .job-overview .vacancy-desc span,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .vacancy-group .job-overview .vacancy-desc .contain > span:first-child,
.vacancy-group .job-overview .vacancy-desc .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-group .job-overview .vacancy-desc .contain > span:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .vacancy-group .job-overview .vacancy-desc .contain > span:first-child,
.vacancy-group .job-overview .vacancy-desc .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > span:first-child, .vacancy-group .job-overview .vacancy-desc .tab-list ul li a, .tab-list ul li .vacancy-group .job-overview .vacancy-desc a,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .vacancy-group .job-overview .vacancy-desc .contain > a:first-child,
.vacancy-group .job-overview .vacancy-desc .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-group .job-overview .vacancy-desc .contain > a:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .vacancy-group .job-overview .vacancy-desc .contain > a:first-child,
.vacancy-group .job-overview .vacancy-desc .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > a:first-child, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content h3, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
.vacancy-group .job-overview .vacancy-desc section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.tab-list ul li .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
.vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc h3, body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc p, body.page-template-template-hub section.articles.podcasts .article .article-content .vacancy-group .job-overview .vacancy-desc .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .vacancy-group .job-overview .vacancy-desc h2, body.page-template-template-hub section.articles.publications .article .article-content .vacancy-group .job-overview .vacancy-desc .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .vacancy-group .job-overview .vacancy-desc h2, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .contain > h2, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .vacancy-group .job-overview .vacancy-desc .h3, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .h3, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .vacancy-group .job-overview .vacancy-desc .h3, .vacancy-group .job-overview .vacancy-desc body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .vacancy-group .job-overview .vacancy-desc .h3 {
  color: rgb(22, 59, 68);
}

.vacancy-list {
  list-style: none;
  margin: -0.5em;
  padding: 0;
}
.vacancy-list li {
  margin: 0;
  padding: 0.5em;
}
.vacancy-list li .vacancy {
  background: rgb(238, 238, 238);
  padding: 1.5em;
}
@media screen and (min-width: 48em) {
  .vacancy-list li .vacancy {
    padding: 2em;
  }
}
.vacancy-list li .vacancy .vacancy-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .vacancy-list li .vacancy .vacancy-top {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.vacancy-list li .vacancy .vacancy-top .job-overview {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  z-index: 2;
  max-width: 100%;
}
.vacancy-list li .vacancy .vacancy-top .job-options {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2em;
  margin: -0.5em;
}
@media screen and (max-width: 26.5625em) {
  .vacancy-list li .vacancy .vacancy-top .job-options {
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .vacancy-list li .vacancy .vacancy-top .job-options {
    padding-top: 0;
    padding-left: 2em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.vacancy-list li .vacancy .vacancy-top .job-options a {
  margin: 0.5em;
  text-align: center;
}
@media screen and (max-width: 26.5625em) {
  .vacancy-list li .vacancy .vacancy-top .job-options a {
    margin: 0;
    width: 100%;
  }
  .vacancy-list li .vacancy .vacancy-top .job-options a:not(:last-child) {
    margin-bottom: 1em;
  }
}
.vacancy-list li .vacancy .vacancy-top h3, .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h1:first-child, section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h1:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h2:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h2:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h3:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h3:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .vacancy-list li .vacancy .vacancy-top .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .vacancy-list li .vacancy .vacancy-top .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-list li .vacancy .vacancy-top .contain > p:first-child,
.vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > p:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h4:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro .feature .contain > span:first-child,
.feature .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > span:first-child,
.vacancy-list li .vacancy .vacancy-top .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.vacancy-list li .vacancy .vacancy-top .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.vacancy-list .tab-list ul li .vacancy .vacancy-top section#hub-intro .contain > a:first-child,
.tab-list ul .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > a:first-child,
.vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-top section#hub-intro .tab-list ul li .contain > a:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h4:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-top .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-top .feature .contain > span:first-child,
.feature section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .vacancy-list li .vacancy .vacancy-top .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .vacancy-list li .vacancy .vacancy-top .contain > span:first-child,
section#hub-intro .vacancy-list .tab-list ul li .vacancy .vacancy-top .contain > a:first-child,
.tab-list ul section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul .vacancy-list li .vacancy .vacancy-top .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul .vacancy-list li .vacancy .vacancy-top .contain > a:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h5:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h5:first-child,
.vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h6:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h6:first-child, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-list li .vacancy .vacancy-top p, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .vacancy-list li .vacancy .vacancy-top h2, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .vacancy-list li .vacancy .vacancy-top h2, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .vacancy-list li .vacancy .vacancy-top .h3, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .vacancy-list li .vacancy .vacancy-top .h3, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .vacancy-list li .vacancy .vacancy-top .contain > h2 {
  font-size: 1.7em;
  margin: 0;
}
@media screen and (max-width: 26.5625em) {
  .vacancy-list li .vacancy .vacancy-top h3, .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h1:first-child, section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h1:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h2:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h2:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h3:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h3:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .vacancy-list li .vacancy .vacancy-top .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .vacancy-list li .vacancy .vacancy-top .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-list li .vacancy .vacancy-top .contain > p:first-child,
  .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > p:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h4:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro .feature .contain > span:first-child,
  .feature .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > span:first-child,
  .vacancy-list li .vacancy .vacancy-top .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .vacancy-list li .vacancy .vacancy-top .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .vacancy-list .tab-list ul li .vacancy .vacancy-top section#hub-intro .contain > a:first-child,
  .tab-list ul .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > a:first-child,
  .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-top section#hub-intro .tab-list ul li .contain > a:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h4:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-top .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-top .feature .contain > span:first-child,
  .feature section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .vacancy-list li .vacancy .vacancy-top .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .vacancy-list li .vacancy .vacancy-top .contain > span:first-child,
  section#hub-intro .vacancy-list .tab-list ul li .vacancy .vacancy-top .contain > a:first-child,
  .tab-list ul section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul .vacancy-list li .vacancy .vacancy-top .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul .vacancy-list li .vacancy .vacancy-top .contain > a:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h5:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h5:first-child,
  .vacancy-list li .vacancy .vacancy-top section#hub-intro .contain > h6:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-top .contain > h6:first-child, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .vacancy-list li .vacancy .vacancy-top p, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .vacancy-list li .vacancy .vacancy-top h2, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .vacancy-list li .vacancy .vacancy-top h2, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .vacancy-list li .vacancy .vacancy-top .h3, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .vacancy-list li .vacancy .vacancy-top .h3, .vacancy-list li .vacancy .vacancy-top body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .vacancy-list li .vacancy .vacancy-top .contain > h2 {
    font-size: 1.3em;
  }
}
.vacancy-list li .vacancy .vacancy-top ul.application-details {
  list-style: none;
  margin: 0.7rem 0 1.2rem 0;
  padding: 0;
}
.vacancy-list li .vacancy .vacancy-top ul.application-details li {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem 0 0;
  margin: 0.3rem 0;
}
.vacancy-list li .vacancy .vacancy-top ul.application-details li:before {
  display: inline-block;
  content: "";
  text-align: right;
  padding-right: 0.5rem;
}
.vacancy-list li .vacancy .vacancy-top ul.application-details li.practice-area:before {
  content: "\e900";
}
.vacancy-list li .vacancy .vacancy-top ul.application-details li.seniority:before {
  content: "\e902";
}
.vacancy-list li .vacancy .vacancy-top ul.application-details li.offices:before {
  content: "\e90f";
}
.vacancy-list li .vacancy .vacancy-top ul.application-details li.contact:before {
  content: "\e901";
}
.vacancy-list li .vacancy .vacancy-top ul.application-details li.deadline {
  margin-top: 0.5em;
  width: 100%;
}
.vacancy-list li .vacancy .vacancy-top ul.application-details li.deadline:before {
  content: none;
}
.vacancy-list li .vacancy .vacancy-drop {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc {
  padding: 2em 0 0 0;
  max-width: 48rem;
}
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc h4, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .expertise-nav-sidebar > a:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .expertise-nav-sidebar.contain > a:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .expertise-nav-sidebar.contain > a:first-child, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .feature span, .feature .vacancy-list li .vacancy .vacancy-drop .vacancy-desc span,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > span:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > span:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > span:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > span:first-child, .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc a, .tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc a,
.vacancy-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
.vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.vacancy-list .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
.tab-list ul .vacancy-list li body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
.vacancy-list section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
.vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.vacancy-list .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
.tab-list ul .vacancy-list li section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content h3, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li section#hub-intro .contain > a:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
.vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc h3, body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > a:first-child,
.tab-list ul body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
.tab-list ul section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
section#hub-intro .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc p, body.page-template-template-hub section.articles.podcasts .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc h2, body.page-template-template-hub section.articles.publications .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .h3, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .h3, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .h3, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .h3 {
  font-size: 1.7em;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 26.5625em) {
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc h4, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .expertise-nav-sidebar > a:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .expertise-nav-sidebar.contain > a:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .expertise-nav-sidebar.contain > a:first-child, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .feature span, .feature .vacancy-list li .vacancy .vacancy-drop .vacancy-desc span,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > span:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > span:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > span:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > span:first-child, .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc a, .tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc a,
  .vacancy-list body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  .tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  .vacancy-list .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  .tab-list ul .vacancy-list li body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  .vacancy-list section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  .tab-list ul .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  .vacancy-list .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  .tab-list ul .vacancy-list li section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content h3, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
  .feature .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li section#hub-intro .contain > a:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
  .feature section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  section#hub-intro .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  .tab-list ul section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
  .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
  section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc h3, body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results-none .contain #story .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h2:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h2:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results-none .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > .h3:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.search-results-none section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > p:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > p:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h4:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .feature .contain > span:first-child,
  .feature body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > a:first-child,
  .tab-list ul body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .tab-list ul li .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h4:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .feature .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list .tab-list ul li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  .tab-list ul section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  section#hub-intro .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h5:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h5:first-child,
  body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section#hub-intro .contain > h6:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc p, body.page-template-template-hub section.articles.podcasts .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc h2, body.page-template-template-hub section.articles.publications .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .contain > h2, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .h3, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .h3, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .h3, .vacancy-list li .vacancy .vacancy-drop .vacancy-desc body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .vacancy-list li .vacancy .vacancy-drop .vacancy-desc .h3 {
    font-size: 1.3em;
  }
}
.vacancy-list li .vacancy.dropper-visible .vacancy-drop {
  max-height: 312.5rem;
}

.split-content-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2em;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .split-content-wrapper {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.split-content-wrapper .split {
  padding: 0 2em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .split-content-wrapper .split {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

#related-news {
  padding: 3em 0;
}
#related-news.barrister {
  padding: 0 0 3em 0;
}
#related-news h2 {
  margin-top: 0;
  font-size: 2.5em;
  color: rgb(22, 59, 68);
  border-bottom: 1px solid rgb(22, 59, 68);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 26.5625em) {
  #related-news h2 {
    font-size: 30px;
  }
}
#related-news .news-grid li .news-panel {
  background: rgb(238, 238, 238);
}
#related-news .view-more-wrapper {
  text-align: center;
  margin-top: 2em;
}
#related-news .view-more-wrapper a {
  display: inline-block;
}

.news-listing {
  background: rgb(238, 238, 238);
}
.news-listing .news-grid li .news-panel {
  background: #fff;
}

span.event-type {
  z-index: 101;
  border-radius: 1em;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
span.event-type.in-person {
  background-color: #dccb01;
  color: #000;
}
span.event-type.online {
  background-color: #009cab;
  color: #fff;
}
span.event-type.hybrid {
  background-color: #9a0748;
  color: #fff;
}

.news-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1em;
  padding: 0;
  list-style: none;
}
.news-grid li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0.5em 1em;
  margin: 0;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .news-grid li {
    padding: 1em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .news-grid li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.news-grid li .news-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  padding: 2em 1.5em;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 48em) {
  .news-grid li .news-panel {
    padding: 2em;
  }
}
.news-grid li .news-panel .entry-header > a {
  color: #fff;
  text-decoration: none;
}
.news-grid li .news-panel .image-area {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  background: rgb(22, 59, 68);
  height: 22.5rem;
  margin: -2em -1.5em 0 -1.5em;
}
.news-grid li .news-panel .image-area .event-type {
  position: absolute;
  top: 1em;
  right: 1em;
}
.news-grid li .news-panel .image-area.no-thumb {
  background: url("/content/themes/3pb_barristers/img/º£½ÇÆÆ½â°æ_watermark.png") no-repeat 2em 2em rgb(22, 59, 68);
  background-size: 147px 93px;
}
.news-grid li .news-panel .image-area:not(.no-thumb):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(23, 59, 68, 0) 0%, #050c0e 100%) 0% 0% no-repeat padding-box;
  z-index: 100;
}
@media screen and (min-width: 48em) {
  .news-grid li .news-panel .image-area {
    margin: -2em -2em 0 -2em;
  }
}
.news-grid li .news-panel .image-area img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-grid li .news-panel .image-area h3, .news-grid li .news-panel .image-area section#hub-intro .contain > h1:first-child, section#hub-intro .news-grid li .news-panel .image-area .contain > h1:first-child,
.news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.news-grid li .news-panel .image-area section#hub-intro .contain > h2:first-child,
section#hub-intro .news-grid li .news-panel .image-area .contain > h2:first-child,
.news-grid li .news-panel .image-area section#hub-intro .contain > h3:first-child,
section#hub-intro .news-grid li .news-panel .image-area .contain > h3:first-child,
.news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .news-grid li .news-panel .image-area .contain > .h3:first-child,
.news-grid li .news-panel .image-area body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .news-grid li .news-panel .image-area .contain > .h3:first-child,
.news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .news-grid li .news-panel .image-area .contain > .h3:first-child,
.news-grid li .news-panel .image-area body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .news-grid li .news-panel .image-area .contain > .h3:first-child,
.news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .news-grid li .news-panel .image-area .contain > p:first-child,
.news-grid li .news-panel .image-area body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .news-grid li .news-panel .image-area .contain > p:first-child,
.news-grid li .news-panel .image-area section#hub-intro .contain > h4:first-child,
.news-grid li .news-panel .image-area section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.news-grid li .news-panel .image-area section#hub-intro .feature .contain > span:first-child,
.feature .news-grid li .news-panel .image-area section#hub-intro .contain > span:first-child,
.news-grid li .news-panel .image-area .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.news-grid li .news-panel .image-area .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.news-grid .tab-list ul li .news-panel .image-area section#hub-intro .contain > a:first-child,
.tab-list ul .news-grid li .news-panel .image-area section#hub-intro .contain > a:first-child,
.news-grid li .news-panel .image-area body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .news-grid li .news-panel .image-area section#hub-intro .tab-list ul li .contain > a:first-child,
.news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro .news-grid li .news-panel .image-area .contain > h4:first-child,
section#hub-intro .news-grid li .news-panel .image-area .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .news-grid li .news-panel .image-area .feature .contain > span:first-child,
.feature section#hub-intro .news-grid li .news-panel .image-area .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .news-grid li .news-panel .image-area .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .news-grid li .news-panel .image-area .contain > span:first-child,
section#hub-intro .news-grid .tab-list ul li .news-panel .image-area .contain > a:first-child,
.tab-list ul section#hub-intro .news-grid li .news-panel .image-area .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul .news-grid li .news-panel .image-area .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul .news-grid li .news-panel .image-area .contain > a:first-child,
.news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
.news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
.news-grid li .news-panel .image-area section#hub-intro .contain > h5:first-child,
section#hub-intro .news-grid li .news-panel .image-area .contain > h5:first-child,
.news-grid li .news-panel .image-area section#hub-intro .contain > h6:first-child,
section#hub-intro .news-grid li .news-panel .image-area .contain > h6:first-child, .news-grid li .news-panel .image-area body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .news-grid li .news-panel .image-area p, .news-grid li .news-panel .image-area body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .news-grid li .news-panel .image-area h2, .news-grid li .news-panel .image-area body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .news-grid li .news-panel .image-area h2, .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .news-grid li .news-panel .image-area .h3, .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .news-grid li .news-panel .image-area .h3, .news-grid li .news-panel .image-area body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .news-grid li .news-panel .image-area .contain > h2 {
  position: relative;
  z-index: 101;
  padding: 2rem 1.5rem;
  font-size: 1.5em;
}
@media screen and (min-width: 48em) {
  .news-grid li .news-panel .image-area h3, .news-grid li .news-panel .image-area section#hub-intro .contain > h1:first-child, section#hub-intro .news-grid li .news-panel .image-area .contain > h1:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h2:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h2:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h3:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .news-grid li .news-panel .image-area .contain > .h3:first-child,
  .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro .news-grid li .news-panel .image-area .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .news-grid li .news-panel .image-area .contain > .h3:first-child,
  .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro .news-grid li .news-panel .image-area .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .news-grid li .news-panel .image-area .contain > p:first-child,
  .news-grid li .news-panel .image-area body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .news-grid li .news-panel .image-area .contain > p:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h4:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .feature .contain > span:first-child,
  .feature .news-grid li .news-panel .image-area section#hub-intro .contain > span:first-child,
  .news-grid li .news-panel .image-area .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .news-grid li .news-panel .image-area .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .news-grid .tab-list ul li .news-panel .image-area section#hub-intro .contain > a:first-child,
  .tab-list ul .news-grid li .news-panel .image-area section#hub-intro .contain > a:first-child,
  .news-grid li .news-panel .image-area body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content .news-grid li .news-panel .image-area section#hub-intro .tab-list ul li .contain > a:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h4:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .feature .contain > span:first-child,
  .feature section#hub-intro .news-grid li .news-panel .image-area .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .news-grid li .news-panel .image-area .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .news-grid li .news-panel .image-area .contain > span:first-child,
  section#hub-intro .news-grid .tab-list ul li .news-panel .image-area .contain > a:first-child,
  .tab-list ul section#hub-intro .news-grid li .news-panel .image-area .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul .news-grid li .news-panel .image-area .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul .news-grid li .news-panel .image-area .contain > a:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h5:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h5:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h6:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h6:first-child, .news-grid li .news-panel .image-area body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .news-grid li .news-panel .image-area p, .news-grid li .news-panel .image-area body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .news-grid li .news-panel .image-area h2, .news-grid li .news-panel .image-area body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .news-grid li .news-panel .image-area h2, .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .news-grid li .news-panel .image-area .h3, .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .news-grid li .news-panel .image-area .h3, .news-grid li .news-panel .image-area body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .news-grid li .news-panel .image-area .contain > h2 {
    padding: 2rem;
  }
}
@media screen and (max-width: 26.5625em) {
  .news-grid li .news-panel .image-area h3, .news-grid li .news-panel .image-area section#hub-intro .contain > h1:first-child, section#hub-intro .news-grid li .news-panel .image-area .contain > h1:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h2:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h2:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h3:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results .news-grid li .news-panel .image-area .contain > .h3:first-child,
  .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro .news-grid li .news-panel .image-area .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none .news-grid li .news-panel .image-area .contain > .h3:first-child,
  .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro .news-grid li .news-panel .image-area .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .news-grid li .news-panel .image-area .contain > p:first-child,
  .news-grid li .news-panel .image-area body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .news-grid li .news-panel .image-area .contain > p:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h4:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .feature .contain > span:first-child,
  .feature .news-grid li .news-panel .image-area section#hub-intro .contain > span:first-child,
  .news-grid li .news-panel .image-area .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  .news-grid li .news-panel .image-area .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  .news-grid .tab-list ul li .news-panel .image-area section#hub-intro .contain > a:first-child,
  .tab-list ul .news-grid li .news-panel .image-area section#hub-intro .contain > a:first-child,
  .news-grid li .news-panel .image-area body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content .news-grid li .news-panel .image-area section#hub-intro .tab-list ul li .contain > a:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h4:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .feature .contain > span:first-child,
  .feature section#hub-intro .news-grid li .news-panel .image-area .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .news-grid li .news-panel .image-area .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .news-grid li .news-panel .image-area .contain > span:first-child,
  section#hub-intro .news-grid .tab-list ul li .news-panel .image-area .contain > a:first-child,
  .tab-list ul section#hub-intro .news-grid li .news-panel .image-area .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul .news-grid li .news-panel .image-area .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul .news-grid li .news-panel .image-area .contain > a:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h5:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h5:first-child,
  .news-grid li .news-panel .image-area section#hub-intro .contain > h6:first-child,
  section#hub-intro .news-grid li .news-panel .image-area .contain > h6:first-child, .news-grid li .news-panel .image-area body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .news-grid li .news-panel .image-area p, .news-grid li .news-panel .image-area body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .news-grid li .news-panel .image-area h2, .news-grid li .news-panel .image-area body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .news-grid li .news-panel .image-area h2, .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .news-grid li .news-panel .image-area .h3, .news-grid li .news-panel .image-area body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .news-grid li .news-panel .image-area .h3, .news-grid li .news-panel .image-area body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .news-grid li .news-panel .image-area .contain > h2 {
    font-size: 1.5em;
  }
}
.news-grid li .news-panel .post-meta {
  display: block;
}
.news-grid li .news-panel .post-meta,
.news-grid li .news-panel table.event-details {
  margin-top: 2em;
}
.news-grid li .news-panel .more {
  font-weight: bold;
  color: rgb(22, 59, 68);
  margin-top: auto;
}
.news-grid li .news-panel .more[href]:hover {
  color: #8b0741;
  text-decoration: none;
}
.news-grid li .news-panel .more:not(a) {
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: 0;
  padding-top: 1em;
}
.news-grid li .news-panel .more a {
  margin: 0 1em 1em 1em;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
}
.news-grid li .news-panel .more > a:first-child {
  color: rgb(22, 59, 68);
  transition: all 0.3s ease-in-out;
}
.news-grid li .news-panel .more > a:first-child:hover {
  color: #8b0741;
  text-decoration: none;
}
.news-grid li .news-panel .more > a:nth-child(2) {
  color: rgb(105, 5, 49);
  transition: all 0.3s ease-in-out;
}
.news-grid li .news-panel .more > a:nth-child(2):hover {
  color: #1c4c57;
  text-decoration: none;
}
.news-grid.inverted li .news-panel {
  background: #f7f7f7;
}

body.home .news-grid li:nth-child(n+4),
body.single .news-grid li:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 48em) {
  body.home .news-grid li:nth-child(n+4),
  body.single .news-grid li:nth-child(n+4) {
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  body.home .news-grid li:nth-child(n+4),
  body.single .news-grid li:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  body.home .news-grid.low-posts li:nth-child(n+3),
  body.single .news-grid.low-posts li:nth-child(n+3) {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  body.home .news-grid.low-posts li:nth-child(n+3),
  body.single .news-grid.low-posts li:nth-child(n+3) {
    display: flex;
  }
}

.pagination {
  margin-top: 4em;
}
.pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.2em;
  padding: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 48em) {
  .pagination ul {
    margin: -0.2em -1.1em;
  }
}
.pagination ul li {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.2em;
}
@media screen and (max-width: 48em) {
  .pagination ul li {
    padding: 0.1em;
  }
}
.pagination ul li a,
.pagination ul li span:not(.ellipse) {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #ffffff;
  background: rgb(22, 59, 68);
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 20px;
}
@media screen and (max-width: 48em) {
  .pagination ul li a,
  .pagination ul li span:not(.ellipse) {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
}
.pagination ul li a:hover,
.pagination ul li span:not(.ellipse):hover {
  background: rgb(105, 5, 49);
}
.pagination ul li span.ellipse {
  display: block;
  font-size: 1.3em;
  line-height: 4rem;
}
@media screen and (max-width: 48em) {
  .pagination ul li span.ellipse {
    line-height: 2.75rem;
    font-size: 0.8em;
  }
}
.pagination ul li.active span {
  background: rgb(105, 5, 49);
}
@media screen and (max-width: 26.5625em) {
  .pagination ul li:not(:first-child):not(:last-child):not(.active):not(.ellipse):not(.first):not(.last) {
    display: none;
  }
}

.category-list-new ul {
  margin: -0.4em -0.4em 3em -0.4em;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  list-style: none;
}
.category-list-new ul li {
  padding: 0.4em;
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.category-list-new ul li a {
  display: block;
  padding: 1em;
  color: #fff;
  background: rgb(22, 59, 68);
  text-decoration: none;
  text-align: center;
  border-radius: 10em;
}
.category-list-new ul li a:hover {
  background-color: #8b0741;
}
.category-list-new ul li.active a {
  background: rgb(105, 5, 49);
}
.category-list-new ul:after {
  content: "";
  flex-grow: 1000000000;
}

.news-content-wrapper {
  margin: 0 auto;
  max-width: 53.125rem;
}
.news-content-wrapper .image-wrapper {
  float: left;
  margin: 0.4em -2em 1.5em -2em;
}
.news-content-wrapper .image-wrapper .wp-post-image {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 26.5625em) {
  .news-content-wrapper .image-wrapper .wp-post-image {
    width: 300px;
  }
}
@media screen and (min-width: 26.5625em) {
  .news-content-wrapper .image-wrapper:not(.full-width-mobile) {
    margin-right: 2em;
  }
}
@media screen and (min-width: 48em) {
  .news-content-wrapper .image-wrapper.full-width-mobile {
    margin-right: 2em;
  }
}
@media screen and (min-width: 26.5625em) {
  .news-content-wrapper .image-wrapper.full-width-mobile .wp-post-image {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .news-content-wrapper .image-wrapper.full-width-mobile .wp-post-image {
    width: 500px;
  }
}
@media screen and (min-width: 48em) {
  .news-content-wrapper .image-wrapper.full-width-image-wrapper {
    margin-right: -2em;
    width: calc(100% + 4em);
    float: none;
  }
}
.news-content-wrapper .image-wrapper.full-width-image-wrapper .wp-post-image {
  width: 100% !important;
}
.news-content-wrapper img.attachment-post-thumbnail {
  display: block;
  height: auto;
}
.news-content-wrapper .main-title {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 0.6em;
  color: rgb(22, 59, 68);
}
.news-content-wrapper .main-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 6.25rem;
  background: rgb(22, 59, 68);
}
.news-content-wrapper .posted,
.news-content-wrapper .event-info {
  margin: 2em 0;
  color: rgb(105, 5, 49);
  font-weight: bold;
  text-align: center;
}
.news-content-wrapper .registration-venue {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5em;
}
.news-content-wrapper .registration-venue > div {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .news-content-wrapper .registration-venue > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 45%;
    -moz-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
  }
}
.news-content-wrapper .registration-venue > div h3, .news-content-wrapper .registration-venue > div section#hub-intro .contain > h1:first-child, section#hub-intro .news-content-wrapper .registration-venue > div .contain > h1:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro .contain > h2:first-child,
section#hub-intro .news-content-wrapper .registration-venue > div .contain > h2:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro .contain > h3:first-child,
section#hub-intro .news-content-wrapper .registration-venue > div .contain > h3:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .news-content-wrapper .registration-venue > div .contain > .h3:first-child,
.news-content-wrapper .registration-venue > div body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .news-content-wrapper .registration-venue > div .contain > .h3:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .news-content-wrapper .registration-venue > div .contain > .h3:first-child,
.news-content-wrapper .registration-venue > div body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .news-content-wrapper .registration-venue > div .contain > .h3:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .news-content-wrapper .registration-venue > div .contain > p:first-child,
.news-content-wrapper .registration-venue > div body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .news-content-wrapper .registration-venue > div .contain > p:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro .contain > h4:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro .feature .contain > span:first-child,
.feature .news-content-wrapper .registration-venue > div section#hub-intro .contain > span:first-child,
.news-content-wrapper .registration-venue > div .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.news-content-wrapper .registration-venue > div .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li .news-content-wrapper .registration-venue > div section#hub-intro .contain > a:first-child,
.news-content-wrapper .registration-venue > div .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.news-content-wrapper .registration-venue > div .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro .news-content-wrapper .registration-venue > div .contain > h4:first-child,
section#hub-intro .news-content-wrapper .registration-venue > div .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .news-content-wrapper .registration-venue > div .feature .contain > span:first-child,
.feature section#hub-intro .news-content-wrapper .registration-venue > div .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .news-content-wrapper .registration-venue > div .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .news-content-wrapper .registration-venue > div .contain > span:first-child,
section#hub-intro .news-content-wrapper .registration-venue > div .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .news-content-wrapper .registration-venue > div .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .news-content-wrapper .registration-venue > div .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .news-content-wrapper .registration-venue > div .contain > a:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro .contain > h5:first-child,
section#hub-intro .news-content-wrapper .registration-venue > div .contain > h5:first-child,
.news-content-wrapper .registration-venue > div section#hub-intro .contain > h6:first-child,
section#hub-intro .news-content-wrapper .registration-venue > div .contain > h6:first-child, .news-content-wrapper .registration-venue > div body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .news-content-wrapper .registration-venue > div p, .news-content-wrapper .registration-venue > div body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .news-content-wrapper .registration-venue > div h2, .news-content-wrapper .registration-venue > div body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .news-content-wrapper .registration-venue > div h2, .news-content-wrapper .registration-venue > div body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .news-content-wrapper .registration-venue > div .h3, .news-content-wrapper .registration-venue > div body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .news-content-wrapper .registration-venue > div .h3, .news-content-wrapper .registration-venue > div body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .news-content-wrapper .registration-venue > div .contain > h2 {
  margin-top: 0;
  font-size: 2em !important;
  color: rgb(22, 59, 68);
}
.news-content-wrapper .registration-venue > div form .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-content-wrapper .registration-venue > div form .gform_footer input[type=submit] {
  background: rgb(22, 59, 68);
  color: #fff;
  margin: 0;
}
.news-content-wrapper .registration-venue > div form .gform_footer input[type=submit]:hover {
  background: #0a1a1d;
}
.news-content-wrapper .registration-venue > div .waiting-list-form {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.news-content-wrapper .registration-venue > div .waiting-list-form.active {
  max-height: 5000px;
}
.news-content-wrapper .registration-venue .IN-widget {
  flex: 0 0 100%;
}
.news-content-wrapper .person {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 2em 0;
}
.news-content-wrapper .person .person-image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 7.5rem;
  -moz-flex: 0 0 7.5rem;
  -ms-flex: 0 0 7.5rem;
  flex: 0 0 7.5rem;
}
.news-content-wrapper .person .person-image img {
  display: block;
}
.news-content-wrapper .person .person-detail {
  padding-left: 1.5em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.news-content-wrapper .person .person-detail h4, .news-content-wrapper .person .person-detail .expertise-nav-sidebar > a:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .news-content-wrapper .person .person-detail .expertise-nav-sidebar.contain > a:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .expertise-nav-sidebar.contain > a:first-child, .news-content-wrapper .person .person-detail .feature span, .feature .news-content-wrapper .person .person-detail span,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .news-content-wrapper .person .person-detail .contain > span:first-child,
.news-content-wrapper .person .person-detail .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .news-content-wrapper .person .person-detail .contain > span:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .news-content-wrapper .person .person-detail .contain > span:first-child,
.news-content-wrapper .person .person-detail .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > span:first-child, .news-content-wrapper .person .person-detail .tab-list ul li a, .tab-list ul li .news-content-wrapper .person .person-detail a,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .news-content-wrapper .person .person-detail .contain > a:first-child,
.news-content-wrapper .person .person-detail .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .news-content-wrapper .person .person-detail .contain > a:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .news-content-wrapper .person .person-detail .contain > a:first-child,
.news-content-wrapper .person .person-detail .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > a:first-child, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content h3, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
.news-content-wrapper .person .person-detail section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.tab-list ul li .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
.news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, .news-content-wrapper .person .person-detail body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail h3, body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .news-content-wrapper .person .person-detail p, body.page-template-template-hub section.articles.podcasts .article .article-content .news-content-wrapper .person .person-detail .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .news-content-wrapper .person .person-detail h2, body.page-template-template-hub section.articles.publications .article .article-content .news-content-wrapper .person .person-detail .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .news-content-wrapper .person .person-detail h2, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .news-content-wrapper .person .person-detail .contain > h2, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .news-content-wrapper .person .person-detail .h3, .news-content-wrapper .person .person-detail body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .news-content-wrapper .person .person-detail .h3, .news-content-wrapper .person .person-detail body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .news-content-wrapper .person .person-detail .h3, .news-content-wrapper .person .person-detail body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .news-content-wrapper .person .person-detail .h3 {
  margin-top: 0;
  color: rgb(22, 59, 68);
}
.news-content-wrapper .person .person-detail p:last-child {
  margin-bottom: 0;
}

a.hover_barrister {
  position: relative;
}
a.hover_barrister .barrister-overlay-wrapper {
  position: relative;
  display: table;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  -moz-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  -o-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-top: 0.8em;
  z-index: 9999;
  padding-bottom: 2px;
}
a.hover_barrister .barrister-overlay-wrapper:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 3px;
  width: 100%;
  background: rgb(105, 5, 49);
}
a.hover_barrister .barrister-overlay-wrapper:before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -moz-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  -o-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  content: "â–²";
  font-size: 1.5em;
  line-height: 1.5em;
  height: 1.5em;
  color: #fff;
  text-shadow: 0 0 0 black;
  margin: 0.6em 0 0.2em 0;
  z-index: 2;
}
a.hover_barrister .barrister-overlay-wrapper .barrister-overlay {
  position: relative;
  z-index: 1;
  display: table-row;
  background: #fff;
  box-shadow: 0 0 2px #ccc;
}
a.hover_barrister .barrister-overlay-wrapper .barrister-overlay .barrister-image {
  display: table-cell;
  min-width: 5rem !important;
  background-size: cover;
  background-position: center;
}
a.hover_barrister .barrister-overlay-wrapper .barrister-overlay .barrister-details {
  display: table-cell;
  padding: 1em 5em 1em 1em;
  color: rgb(22, 59, 68);
  vertical-align: middle;
}
a.hover_barrister .barrister-overlay-wrapper .barrister-overlay .barrister-details .name {
  font-size: 1.2em;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
}
a.hover_barrister .barrister-overlay-wrapper .barrister-overlay .barrister-details .name,
a.hover_barrister .barrister-overlay-wrapper .barrister-overlay .barrister-details .silk,
a.hover_barrister .barrister-overlay-wrapper .barrister-overlay .barrister-details .call {
  display: block;
  white-space: nowrap;
}
a.hover_barrister:hover .barrister-overlay-wrapper {
  opacity: 1;
  pointer-events: all;
}

#staff-details {
  background: rgb(238, 238, 238);
  padding: 3em 0;
}
#staff-details .staff-details {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5em 2em;
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  #staff-details .staff-details {
    width: calc(100% - 20.5em);
  }
}
#staff-details .staff-details .staff-top {
  grid-column: 1/-1;
}
@media screen and (min-width: 48em) {
  #staff-details .staff-details .staff-top {
    grid-column: 1/2;
  }
}
#staff-details .staff-details .staff-top h1,
#staff-details .staff-details .staff-top #story h2,
#story #staff-details .staff-details .staff-top h2,
#staff-details .staff-details .staff-top #story h3,
#staff-details .staff-details .staff-top #story section#hub-intro .contain > h1:first-child,
section#hub-intro #staff-details .staff-details .staff-top #story .contain > h1:first-child,
#staff-details .staff-details .staff-top section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
#staff-details .staff-details .staff-top section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #staff-details .staff-details .staff-top #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #staff-details .staff-details .staff-top #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #staff-details .staff-details .staff-top #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #staff-details .staff-details .staff-top #story .contain > .h3:first-child,
#staff-details .staff-details .staff-top #story section#hub-intro .contain > h4:first-child,
#staff-details .staff-details .staff-top #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#staff-details .staff-details .staff-top #story section#hub-intro .feature .contain > span:first-child,
.feature #staff-details .staff-details .staff-top #story section#hub-intro .contain > span:first-child,
#staff-details .staff-details .staff-top #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#staff-details .staff-details .staff-top #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#staff-details .staff-details .staff-top #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #staff-details .staff-details .staff-top #story section#hub-intro .contain > a:first-child,
#staff-details .staff-details .staff-top #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#staff-details .staff-details .staff-top #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #staff-details .staff-details .staff-top #story .contain > h4:first-child,
section#hub-intro #staff-details .staff-details .staff-top #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #staff-details .staff-details .staff-top #story .feature .contain > span:first-child,
.feature section#hub-intro #staff-details .staff-details .staff-top #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #staff-details .staff-details .staff-top #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #staff-details .staff-details .staff-top #story .contain > span:first-child,
section#hub-intro #staff-details .staff-details .staff-top #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #staff-details .staff-details .staff-top #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #staff-details .staff-details .staff-top #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #staff-details .staff-details .staff-top #story .contain > a:first-child,
#staff-details .staff-details .staff-top #story section#hub-intro .contain > h5:first-child,
section#hub-intro #staff-details .staff-details .staff-top #story .contain > h5:first-child,
#staff-details .staff-details .staff-top #story section#hub-intro .contain > h6:first-child,
section#hub-intro #staff-details .staff-details .staff-top #story .contain > h6:first-child,
#staff-details .staff-details .staff-top #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #staff-details .staff-details .staff-top #story p,
#staff-details .staff-details .staff-top #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #staff-details .staff-details .staff-top #story .h3,
#staff-details .staff-details .staff-top #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #staff-details .staff-details .staff-top #story .h3,
#story #staff-details .staff-details .staff-top h3,
#story #staff-details .staff-details .staff-top section#hub-intro .contain > h1:first-child,
section#hub-intro #story #staff-details .staff-details .staff-top .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story #staff-details .staff-details .staff-top .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story #staff-details .staff-details .staff-top .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story #staff-details .staff-details .staff-top .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story #staff-details .staff-details .staff-top .contain > .h3:first-child,
#story #staff-details .staff-details .staff-top section#hub-intro .contain > h4:first-child,
#story #staff-details .staff-details .staff-top section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story #staff-details .staff-details .staff-top section#hub-intro .feature .contain > span:first-child,
.feature #story #staff-details .staff-details .staff-top section#hub-intro .contain > span:first-child,
#story #staff-details .staff-details .staff-top .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story #staff-details .staff-details .staff-top .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story #staff-details .staff-details .staff-top section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story #staff-details .staff-details .staff-top section#hub-intro .contain > a:first-child,
#story #staff-details .staff-details .staff-top .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story #staff-details .staff-details .staff-top .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story #staff-details .staff-details .staff-top .contain > h4:first-child,
section#hub-intro #story #staff-details .staff-details .staff-top .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story #staff-details .staff-details .staff-top .feature .contain > span:first-child,
.feature section#hub-intro #story #staff-details .staff-details .staff-top .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #staff-details .staff-details .staff-top .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #staff-details .staff-details .staff-top .contain > span:first-child,
section#hub-intro #story #staff-details .staff-details .staff-top .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story #staff-details .staff-details .staff-top .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #staff-details .staff-details .staff-top .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #staff-details .staff-details .staff-top .contain > a:first-child,
#story #staff-details .staff-details .staff-top section#hub-intro .contain > h5:first-child,
section#hub-intro #story #staff-details .staff-details .staff-top .contain > h5:first-child,
#story #staff-details .staff-details .staff-top section#hub-intro .contain > h6:first-child,
section#hub-intro #story #staff-details .staff-details .staff-top .contain > h6:first-child,
#story #staff-details .staff-details .staff-top body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #staff-details .staff-details .staff-top p,
#story #staff-details .staff-details .staff-top body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story #staff-details .staff-details .staff-top .h3,
#story #staff-details .staff-details .staff-top body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story #staff-details .staff-details .staff-top .h3 {
  word-wrap: anywhere;
  word-break: break-word;
}
@media screen and (min-width: 48em) {
  #staff-details .staff-details .staff-extra {
    grid-column: 1/-1;
  }
}
#staff-details .staff-details .legal_500 {
  display: flex;
  justify-content: flex-start;
  grid-column: 1;
}
@media screen and (min-width: 48em) {
  #staff-details .staff-details .legal_500 {
    grid-column: 2;
    grid-row: 1;
  }
}
#staff-details .staff-details .legal_500 li {
  margin-top: 1em;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  #staff-details .staff-details .legal_500 li {
    margin-top: 0;
  }
}
#staff-details .staff-details h1,
#staff-details .staff-details #story h2,
#story #staff-details .staff-details h2,
#staff-details .staff-details #story h3,
#staff-details .staff-details #story section#hub-intro .contain > h1:first-child,
section#hub-intro #staff-details .staff-details #story .contain > h1:first-child,
#staff-details .staff-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
#staff-details .staff-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #staff-details .staff-details #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #staff-details .staff-details #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #staff-details .staff-details #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #staff-details .staff-details #story .contain > .h3:first-child,
#staff-details .staff-details #story section#hub-intro .contain > h4:first-child,
#staff-details .staff-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#staff-details .staff-details #story section#hub-intro .feature .contain > span:first-child,
.feature #staff-details .staff-details #story section#hub-intro .contain > span:first-child,
#staff-details .staff-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#staff-details .staff-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#staff-details .staff-details #story section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #staff-details .staff-details #story section#hub-intro .contain > a:first-child,
#staff-details .staff-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#staff-details .staff-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #staff-details .staff-details #story .contain > h4:first-child,
section#hub-intro #staff-details .staff-details #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #staff-details .staff-details #story .feature .contain > span:first-child,
.feature section#hub-intro #staff-details .staff-details #story .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #staff-details .staff-details #story .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #staff-details .staff-details #story .contain > span:first-child,
section#hub-intro #staff-details .staff-details #story .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #staff-details .staff-details #story .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #staff-details .staff-details #story .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #staff-details .staff-details #story .contain > a:first-child,
#staff-details .staff-details #story section#hub-intro .contain > h5:first-child,
section#hub-intro #staff-details .staff-details #story .contain > h5:first-child,
#staff-details .staff-details #story section#hub-intro .contain > h6:first-child,
section#hub-intro #staff-details .staff-details #story .contain > h6:first-child,
#staff-details .staff-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #staff-details .staff-details #story p,
#staff-details .staff-details #story body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #staff-details .staff-details #story .h3,
#staff-details .staff-details #story body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #staff-details .staff-details #story .h3,
#story #staff-details .staff-details h3,
#story #staff-details .staff-details section#hub-intro .contain > h1:first-child,
section#hub-intro #story #staff-details .staff-details .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story #staff-details .staff-details .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story #staff-details .staff-details .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story #staff-details .staff-details .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story #staff-details .staff-details .contain > .h3:first-child,
#story #staff-details .staff-details section#hub-intro .contain > h4:first-child,
#story #staff-details .staff-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story #staff-details .staff-details section#hub-intro .feature .contain > span:first-child,
.feature #story #staff-details .staff-details section#hub-intro .contain > span:first-child,
#story #staff-details .staff-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
#story #staff-details .staff-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
#story #staff-details .staff-details section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li #story #staff-details .staff-details section#hub-intro .contain > a:first-child,
#story #staff-details .staff-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
#story #staff-details .staff-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
section#hub-intro #story #staff-details .staff-details .contain > h4:first-child,
section#hub-intro #story #staff-details .staff-details .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story #staff-details .staff-details .feature .contain > span:first-child,
.feature section#hub-intro #story #staff-details .staff-details .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #staff-details .staff-details .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #staff-details .staff-details .contain > span:first-child,
section#hub-intro #story #staff-details .staff-details .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #story #staff-details .staff-details .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #staff-details .staff-details .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #staff-details .staff-details .contain > a:first-child,
#story #staff-details .staff-details section#hub-intro .contain > h5:first-child,
section#hub-intro #story #staff-details .staff-details .contain > h5:first-child,
#story #staff-details .staff-details section#hub-intro .contain > h6:first-child,
section#hub-intro #story #staff-details .staff-details .contain > h6:first-child,
#story #staff-details .staff-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #staff-details .staff-details p,
#story #staff-details .staff-details body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #story #staff-details .staff-details .h3,
#story #staff-details .staff-details body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #story #staff-details .staff-details .h3 {
  color: rgb(22, 59, 68);
  font-size: 2.6em;
  margin: 0;
}
@media screen and (max-width: 26.5625em) {
  #staff-details .staff-details h1,
  #staff-details .staff-details #story h2,
  #story #staff-details .staff-details h2,
  #staff-details .staff-details #story h3,
  #staff-details .staff-details #story section#hub-intro .contain > h1:first-child,
  section#hub-intro #staff-details .staff-details #story .contain > h1:first-child,
  #staff-details .staff-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  #staff-details .staff-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #staff-details .staff-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #staff-details .staff-details #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #staff-details .staff-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #staff-details .staff-details #story .contain > .h3:first-child,
  #staff-details .staff-details #story section#hub-intro .contain > h4:first-child,
  #staff-details .staff-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #staff-details .staff-details #story section#hub-intro .feature .contain > span:first-child,
  .feature #staff-details .staff-details #story section#hub-intro .contain > span:first-child,
  #staff-details .staff-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #staff-details .staff-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #staff-details .staff-details #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #staff-details .staff-details #story section#hub-intro .contain > a:first-child,
  #staff-details .staff-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #staff-details .staff-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #staff-details .staff-details #story .contain > h4:first-child,
  section#hub-intro #staff-details .staff-details #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #staff-details .staff-details #story .feature .contain > span:first-child,
  .feature section#hub-intro #staff-details .staff-details #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #staff-details .staff-details #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #staff-details .staff-details #story .contain > span:first-child,
  section#hub-intro #staff-details .staff-details #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #staff-details .staff-details #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #staff-details .staff-details #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #staff-details .staff-details #story .contain > a:first-child,
  #staff-details .staff-details #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #staff-details .staff-details #story .contain > h5:first-child,
  #staff-details .staff-details #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #staff-details .staff-details #story .contain > h6:first-child,
  #staff-details .staff-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #staff-details .staff-details #story p,
  #staff-details .staff-details #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #staff-details .staff-details #story .h3,
  #staff-details .staff-details #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #staff-details .staff-details #story .h3,
  #story #staff-details .staff-details h3,
  #story #staff-details .staff-details section#hub-intro .contain > h1:first-child,
  section#hub-intro #story #staff-details .staff-details .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story #staff-details .staff-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story #staff-details .staff-details .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story #staff-details .staff-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story #staff-details .staff-details .contain > .h3:first-child,
  #story #staff-details .staff-details section#hub-intro .contain > h4:first-child,
  #story #staff-details .staff-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story #staff-details .staff-details section#hub-intro .feature .contain > span:first-child,
  .feature #story #staff-details .staff-details section#hub-intro .contain > span:first-child,
  #story #staff-details .staff-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story #staff-details .staff-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story #staff-details .staff-details section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story #staff-details .staff-details section#hub-intro .contain > a:first-child,
  #story #staff-details .staff-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story #staff-details .staff-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story #staff-details .staff-details .contain > h4:first-child,
  section#hub-intro #story #staff-details .staff-details .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story #staff-details .staff-details .feature .contain > span:first-child,
  .feature section#hub-intro #story #staff-details .staff-details .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #staff-details .staff-details .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #staff-details .staff-details .contain > span:first-child,
  section#hub-intro #story #staff-details .staff-details .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story #staff-details .staff-details .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #staff-details .staff-details .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #staff-details .staff-details .contain > a:first-child,
  #story #staff-details .staff-details section#hub-intro .contain > h5:first-child,
  section#hub-intro #story #staff-details .staff-details .contain > h5:first-child,
  #story #staff-details .staff-details section#hub-intro .contain > h6:first-child,
  section#hub-intro #story #staff-details .staff-details .contain > h6:first-child,
  #story #staff-details .staff-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #staff-details .staff-details p,
  #story #staff-details .staff-details body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story #staff-details .staff-details .h3,
  #story #staff-details .staff-details body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story #staff-details .staff-details .h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  #staff-details .staff-details h1,
  #staff-details .staff-details #story h2,
  #story #staff-details .staff-details h2,
  #staff-details .staff-details #story h3,
  #staff-details .staff-details #story section#hub-intro .contain > h1:first-child,
  section#hub-intro #staff-details .staff-details #story .contain > h1:first-child,
  #staff-details .staff-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
  #staff-details .staff-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #staff-details .staff-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #staff-details .staff-details #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #staff-details .staff-details #story .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #staff-details .staff-details #story .contain > .h3:first-child,
  #staff-details .staff-details #story section#hub-intro .contain > h4:first-child,
  #staff-details .staff-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #staff-details .staff-details #story section#hub-intro .feature .contain > span:first-child,
  .feature #staff-details .staff-details #story section#hub-intro .contain > span:first-child,
  #staff-details .staff-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #staff-details .staff-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #staff-details .staff-details #story section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #staff-details .staff-details #story section#hub-intro .contain > a:first-child,
  #staff-details .staff-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #staff-details .staff-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #staff-details .staff-details #story .contain > h4:first-child,
  section#hub-intro #staff-details .staff-details #story .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #staff-details .staff-details #story .feature .contain > span:first-child,
  .feature section#hub-intro #staff-details .staff-details #story .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #staff-details .staff-details #story .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #staff-details .staff-details #story .contain > span:first-child,
  section#hub-intro #staff-details .staff-details #story .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #staff-details .staff-details #story .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #staff-details .staff-details #story .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #staff-details .staff-details #story .contain > a:first-child,
  #staff-details .staff-details #story section#hub-intro .contain > h5:first-child,
  section#hub-intro #staff-details .staff-details #story .contain > h5:first-child,
  #staff-details .staff-details #story section#hub-intro .contain > h6:first-child,
  section#hub-intro #staff-details .staff-details #story .contain > h6:first-child,
  #staff-details .staff-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #staff-details .staff-details #story p,
  #staff-details .staff-details #story body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #staff-details .staff-details #story .h3,
  #staff-details .staff-details #story body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #staff-details .staff-details #story .h3,
  #story #staff-details .staff-details h3,
  #story #staff-details .staff-details section#hub-intro .contain > h1:first-child,
  section#hub-intro #story #staff-details .staff-details .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #story #staff-details .staff-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #story #staff-details .staff-details .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #story #staff-details .staff-details .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #story #staff-details .staff-details .contain > .h3:first-child,
  #story #staff-details .staff-details section#hub-intro .contain > h4:first-child,
  #story #staff-details .staff-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  #story #staff-details .staff-details section#hub-intro .feature .contain > span:first-child,
  .feature #story #staff-details .staff-details section#hub-intro .contain > span:first-child,
  #story #staff-details .staff-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
  #story #staff-details .staff-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
  #story #staff-details .staff-details section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li #story #staff-details .staff-details section#hub-intro .contain > a:first-child,
  #story #staff-details .staff-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
  #story #staff-details .staff-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
  section#hub-intro #story #staff-details .staff-details .contain > h4:first-child,
  section#hub-intro #story #staff-details .staff-details .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #story #staff-details .staff-details .feature .contain > span:first-child,
  .feature section#hub-intro #story #staff-details .staff-details .contain > span:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #staff-details .staff-details .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #staff-details .staff-details .contain > span:first-child,
  section#hub-intro #story #staff-details .staff-details .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro #story #staff-details .staff-details .contain > a:first-child,
  body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #staff-details .staff-details .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #staff-details .staff-details .contain > a:first-child,
  #story #staff-details .staff-details section#hub-intro .contain > h5:first-child,
  section#hub-intro #story #staff-details .staff-details .contain > h5:first-child,
  #story #staff-details .staff-details section#hub-intro .contain > h6:first-child,
  section#hub-intro #story #staff-details .staff-details .contain > h6:first-child,
  #story #staff-details .staff-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #staff-details .staff-details p,
  #story #staff-details .staff-details body.page-template-template-hub section.search-results .contain .h3,
  body.page-template-template-hub section.search-results .contain #story #staff-details .staff-details .h3,
  #story #staff-details .staff-details body.page-template-template-hub section.search-results-none .contain .h3,
  body.page-template-template-hub section.search-results-none .contain #story #staff-details .staff-details .h3 {
    clear: both;
  }
}
#staff-details .staff-details h1 span,
#staff-details .staff-details #story h2 span,
#story #staff-details .staff-details h2 span,
#staff-details .staff-details #story h3 span,
#staff-details .staff-details #story section#hub-intro .contain > h1:first-child span,
section#hub-intro #staff-details .staff-details #story .contain > h1:first-child span,
#staff-details .staff-details section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child span,
#staff-details .staff-details section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child span,
section#hub-intro body.page-template-template-hub section.search-results #staff-details .staff-details #story .contain > .h3:first-child span,
body.page-template-template-hub section.search-results section#hub-intro #staff-details .staff-details #story .contain > .h3:first-child span,
section#hub-intro body.page-template-template-hub section.search-results-none #staff-details .staff-details #story .contain > .h3:first-child span,
body.page-template-template-hub section.search-results-none section#hub-intro #staff-details .staff-details #story .contain > .h3:first-child span,
#staff-details .staff-details #story section#hub-intro .contain > h4:first-child span,
#staff-details .staff-details #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child span,
#staff-details .staff-details #story section#hub-intro .feature .contain > span:first-child span,
.feature #staff-details .staff-details #story section#hub-intro .contain > span:first-child span,
#staff-details .staff-details #story .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child span,
#staff-details .staff-details #story .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child span,
#staff-details .staff-details #story section#hub-intro .tab-list ul li .contain > a:first-child span,
.tab-list ul li #staff-details .staff-details #story section#hub-intro .contain > a:first-child span,
#staff-details .staff-details #story .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child span,
#staff-details .staff-details #story .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child span,
section#hub-intro #staff-details .staff-details #story .contain > h4:first-child span,
section#hub-intro #staff-details .staff-details #story .expertise-nav-sidebar.contain > a:first-child span,
section#hub-intro #staff-details .staff-details #story .feature .contain > span:first-child span,
.feature section#hub-intro #staff-details .staff-details #story .contain > span:first-child span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #staff-details .staff-details #story .contain > span:first-child span,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #staff-details .staff-details #story .contain > span:first-child span,
section#hub-intro #staff-details .staff-details #story .tab-list ul li .contain > a:first-child span,
.tab-list ul li section#hub-intro #staff-details .staff-details #story .contain > a:first-child span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #staff-details .staff-details #story .contain > a:first-child span,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #staff-details .staff-details #story .contain > a:first-child span,
#staff-details .staff-details #story section#hub-intro .contain > h5:first-child span,
section#hub-intro #staff-details .staff-details #story .contain > h5:first-child span,
#staff-details .staff-details #story section#hub-intro .contain > h6:first-child span,
section#hub-intro #staff-details .staff-details #story .contain > h6:first-child span,
#staff-details .staff-details #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p span,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #staff-details .staff-details #story p span,
#staff-details .staff-details #story body.page-template-template-hub section.search-results .contain .h3 span,
body.page-template-template-hub section.search-results .contain #staff-details .staff-details #story .h3 span,
#staff-details .staff-details #story body.page-template-template-hub section.search-results-none .contain .h3 span,
body.page-template-template-hub section.search-results-none .contain #staff-details .staff-details #story .h3 span,
#story #staff-details .staff-details h3 span,
#story #staff-details .staff-details section#hub-intro .contain > h1:first-child span,
section#hub-intro #story #staff-details .staff-details .contain > h1:first-child span,
section#hub-intro body.page-template-template-hub section.search-results #story #staff-details .staff-details .contain > .h3:first-child span,
body.page-template-template-hub section.search-results section#hub-intro #story #staff-details .staff-details .contain > .h3:first-child span,
section#hub-intro body.page-template-template-hub section.search-results-none #story #staff-details .staff-details .contain > .h3:first-child span,
body.page-template-template-hub section.search-results-none section#hub-intro #story #staff-details .staff-details .contain > .h3:first-child span,
#story #staff-details .staff-details section#hub-intro .contain > h4:first-child span,
#story #staff-details .staff-details section#hub-intro .expertise-nav-sidebar.contain > a:first-child span,
#story #staff-details .staff-details section#hub-intro .feature .contain > span:first-child span,
.feature #story #staff-details .staff-details section#hub-intro .contain > span:first-child span,
#story #staff-details .staff-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child span,
#story #staff-details .staff-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child span,
#story #staff-details .staff-details section#hub-intro .tab-list ul li .contain > a:first-child span,
.tab-list ul li #story #staff-details .staff-details section#hub-intro .contain > a:first-child span,
#story #staff-details .staff-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child span,
#story #staff-details .staff-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child span,
section#hub-intro #story #staff-details .staff-details .contain > h4:first-child span,
section#hub-intro #story #staff-details .staff-details .expertise-nav-sidebar.contain > a:first-child span,
section#hub-intro #story #staff-details .staff-details .feature .contain > span:first-child span,
.feature section#hub-intro #story #staff-details .staff-details .contain > span:first-child span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #story #staff-details .staff-details .contain > span:first-child span,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #story #staff-details .staff-details .contain > span:first-child span,
section#hub-intro #story #staff-details .staff-details .tab-list ul li .contain > a:first-child span,
.tab-list ul li section#hub-intro #story #staff-details .staff-details .contain > a:first-child span,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #story #staff-details .staff-details .contain > a:first-child span,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #story #staff-details .staff-details .contain > a:first-child span,
#story #staff-details .staff-details section#hub-intro .contain > h5:first-child span,
section#hub-intro #story #staff-details .staff-details .contain > h5:first-child span,
#story #staff-details .staff-details section#hub-intro .contain > h6:first-child span,
section#hub-intro #story #staff-details .staff-details .contain > h6:first-child span,
#story #staff-details .staff-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p span,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #staff-details .staff-details p span,
#story #staff-details .staff-details body.page-template-template-hub section.search-results .contain .h3 span,
body.page-template-template-hub section.search-results .contain #story #staff-details .staff-details .h3 span,
#story #staff-details .staff-details body.page-template-template-hub section.search-results-none .contain .h3 span,
body.page-template-template-hub section.search-results-none .contain #story #staff-details .staff-details .h3 span {
  display: block;
  font-size: 0.6em;
  font-family: "Apercu Bold", "Helvetica", Arial, sans-serif;
}
#staff-details .staff-details h2 {
  color: rgb(22, 59, 68);
}
@media screen and (max-width: 26.5625em) {
  #staff-details .staff-details h2 {
    font-size: 1.7rem;
  }
}
#staff-details .staff-details p {
  line-height: 1.7em;
}
#staff-details .staff-details p:last-child {
  margin-bottom: 0;
}
#staff-details .staff-details p.job-title {
  font-size: 1.25em;
  margin-top: 0;
}
#staff-details .staff-details p strong {
  color: rgb(22, 59, 68);
  display: inline-block;
  width: 8em;
}
@media screen and (max-width: 26.5625em) {
  #staff-details .staff-details p strong {
    display: block;
  }
}
#staff-details .staff-details p a {
  color: rgb(89, 89, 89);
  text-decoration: underline;
}
#staff-details .staff-details p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 26.5625em) {
  #staff-details .staff-details .btn, #staff-details .staff-details .tab-list ul li.active a, .tab-list ul li.active #staff-details .staff-details a, #staff-details .staff-details .gform_button {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#staff-details .staff-details .btn.added, #staff-details .staff-details .tab-list ul li.active a.added, .tab-list ul li.active #staff-details .staff-details a.added, #staff-details .staff-details .added.gform_button {
  color: #ffffff;
  background-color: rgb(85, 148, 53);
  border: 1px solid rgb(85, 148, 53);
}
#staff-details .images {
  display: block;
  width: 17.5em;
  height: auto;
  float: left;
}
@media screen and (min-width: 48em) {
  #staff-details .images {
    margin-left: 3em;
    margin-bottom: 1.5rem;
  }
}
#staff-details .images img.wp-post-image {
  display: none;
  width: 17.5em;
  height: auto;
}
@media screen and (min-width: 48em) {
  #staff-details .images img.wp-post-image {
    display: block;
  }
}
#staff-details .images .legal_500 ul {
  display: flex;
  text-align: left;
  justify-content: flex-start;
}
#staff-details .images .legal_500 li {
  margin-top: 1em;
  position: relative;
  display: inline-block;
}
#staff-details .images .legal_500 img {
  object-fit: contain;
  object-position: left;
}

#staff-extra {
  background: rgb(96, 96, 96);
  padding: 3em 0;
  color: #fff;
}
#staff-extra h4, #staff-extra .expertise-nav-sidebar > a:first-child,
#staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro #staff-extra .expertise-nav-sidebar.contain > a:first-child,
#staff-extra section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .expertise-nav-sidebar.contain > a:first-child, #staff-extra .feature span, .feature #staff-extra span,
#staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature #staff-extra .contain > span:first-child,
#staff-extra .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro #staff-extra .contain > span:first-child,
#staff-extra section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature #staff-extra .contain > span:first-child,
#staff-extra .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .contain > span:first-child, #staff-extra .tab-list ul li a, .tab-list ul li #staff-extra a,
#staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li #staff-extra .contain > a:first-child,
#staff-extra .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro #staff-extra .contain > a:first-child,
#staff-extra section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li #staff-extra .contain > a:first-child,
#staff-extra .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .contain > a:first-child, #staff-extra body.page-template-template-hub section.articles .article .article-content h3, #staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
#staff-extra section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #staff-extra body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
#staff-extra body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#staff-extra section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #staff-extra body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
#staff-extra body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature #staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.tab-list ul li #staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
#staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
#staff-extra body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro #staff-extra body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, #staff-extra body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, #staff-extra body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, #staff-extra body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, #staff-extra body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, #staff-extra body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, #staff-extra body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content #staff-extra h3, body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content #staff-extra .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #staff-extra section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content #staff-extra .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content #staff-extra .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #staff-extra section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content #staff-extra .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content #staff-extra section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #staff-extra .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content #staff-extra section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content #staff-extra p, body.page-template-template-hub section.articles.podcasts .article .article-content #staff-extra .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content #staff-extra h2, body.page-template-template-hub section.articles.publications .article .article-content #staff-extra .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content #staff-extra h2, #staff-extra body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content #staff-extra .contain > h2, #staff-extra body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain #staff-extra .h3, #staff-extra body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content #staff-extra .h3, #staff-extra body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #staff-extra .h3, #staff-extra body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content #staff-extra .h3 {
  margin-top: 0;
}
#staff-extra blockquote {
  margin-left: 0;
  margin-right: 0;
}
#staff-extra .staff-split-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  #staff-extra .staff-split-wrapper {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#staff-extra .staff-split-wrapper .split:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 70%;
  -moz-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}
@media screen and (min-width: 48em) {
  #staff-extra .staff-split-wrapper .split:first-child {
    max-width: calc(100% - 20.5em);
    padding-right: 5%;
  }
}
#staff-extra .staff-split-wrapper .split:nth-child(2) {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 2em;
}
@media screen and (min-width: 48em) {
  #staff-extra .staff-split-wrapper .split:nth-child(2) {
    margin-top: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 17.5rem;
    -moz-flex: 0 0 17.5rem;
    -ms-flex: 0 0 17.5rem;
    flex: 0 0 17.5rem;
    margin-left: 3em;
  }
}
#staff-extra .js-recommendation-toggle {
  color: #fff !important;
  font-weight: bold;
}

#subscribe-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
#subscribe-modal .modal-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 37.5rem;
  margin: 4em 0 6em 0;
  padding: 0 1em;
}
#subscribe-modal .modal-wrapper .modal-content {
  background: #fff;
  padding: 2em;
  overflow-y: auto;
  max-height: 100%;
}
#subscribe-modal .modal-wrapper .modal-content h4, #subscribe-modal .modal-wrapper .modal-content .expertise-nav-sidebar > a:first-child, #subscribe-modal .modal-wrapper .modal-content .feature span, .feature #subscribe-modal .modal-wrapper .modal-content span, #subscribe-modal .modal-wrapper .modal-content .tab-list ul li a, .tab-list ul li #subscribe-modal .modal-wrapper .modal-content a, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content h3, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
#subscribe-modal .modal-wrapper .modal-content section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
#subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#subscribe-modal .modal-wrapper .modal-content section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
#subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
#subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
section#hub-intro #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
#subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
#subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content h3, body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section#hub-intro .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content p, body.page-template-template-hub section.articles.podcasts .article .article-content #subscribe-modal .modal-wrapper .modal-content .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content #subscribe-modal .modal-wrapper .modal-content h2, body.page-template-template-hub section.articles.publications .article .article-content #subscribe-modal .modal-wrapper .modal-content .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content #subscribe-modal .modal-wrapper .modal-content h2, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .contain > h2, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain #subscribe-modal .modal-wrapper .modal-content .h3, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .h3, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #subscribe-modal .modal-wrapper .modal-content .h3, #subscribe-modal .modal-wrapper .modal-content body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content #subscribe-modal .modal-wrapper .modal-content .h3 {
  margin-top: 0;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 {
  margin-bottom: 1em;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 .gform_footer input[type=submit] {
  background: rgb(22, 59, 68) !important;
  color: #fff !important;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half {
  width: 100% !important;
  margin: -1em 0 !important;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half:not(:first-child) {
  margin-top: 0 !important;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li {
  margin: 1em 0;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li .ginput_container {
  margin-top: 0 !important;
}
@media screen and (min-width: 48em) {
  #subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li ul.gfield_checkbox {
    columns: 2;
  }
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li ul.gfield_checkbox li {
  margin: 0 !important;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li ul.gfield_checkbox li label:after {
  border-color: #fff;
  border-width: 2px;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li .ginput_container_consent {
  position: relative;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li .ginput_container_consent label {
  display: inline;
  line-height: 1.4375rem;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li .ginput_container_consent label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  margin-right: 10px;
  background: #fff;
  color: transparent;
  padding-left: 0;
  border: 2px solid rgb(22, 59, 68);
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li .ginput_container_consent label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  color: rgb(22, 59, 68);
  position: absolute;
  width: 10px;
  height: 5px;
  background: transparent;
  top: 8px;
  left: 8px;
  border-left: 2px solid rgb(22, 59, 68);
  border-bottom: 2px solid rgb(22, 59, 68);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-indent: 0;
  box-sizing: content-box;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li .ginput_container_consent input {
  display: none;
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li .ginput_container_consent input:checked + label:before {
  background: rgb(22, 59, 68);
}
#subscribe-modal .modal-wrapper .modal-content #gform_14 ul.one-half li .ginput_container_consent input:checked + label:after {
  opacity: 1;
  border-color: #fff;
}
#subscribe-modal .modal-wrapper .close {
  position: absolute;
  top: -1rem;
  right: 1rem;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  display: inline-block;
  text-indent: 100%;
  font-size: 0;
  overflow: hidden;
  height: 1rem;
}
#subscribe-modal .modal-wrapper .close:before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background: url("/content/themes/3pb_barristers/img/icon-cross.png");
  background-size: contain;
}

body.modal-visible {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
  height: auto;
}
body.modal-visible #page {
  overflow-y: hidden;
}
body.modal-visible #subscribe-modal {
  opacity: 1;
  pointer-events: all;
}
body.page-template-template-hub #masthead {
  position: relative;
}
body.page-template-template-hub section .contain {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media screen and (min-width: 26.5625em) {
  body.page-template-template-hub section .contain {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
body.page-template-template-hub section .contain > h2 {
  margin-top: 0;
  margin-bottom: 0.7em;
}
body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results-none .contain .h3 {
  color: rgb(22, 59, 68);
  display: block;
  text-align: center;
  margin: 0;
}
body.page-template-template-hub section.search-results.search-results .contain, body.page-template-template-hub section.search-results-none.search-results .contain {
  padding-bottom: 0;
}
body.page-template-template-hub section.has-top-border .contain {
  border-top: 1px solid #ebebeb;
}
body.page-template-template-hub section.articles {
  color: rgb(22, 59, 68);
}
body.page-template-template-hub section.articles.articles {
  background: #ebebeb;
}
@media screen and (min-width: 75rem) {
  body.page-template-template-hub section.articles.articles.has-margin {
    margin-top: 4em;
  }
}
body.page-template-template-hub section.articles.articles .article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-template-hub section.articles.articles .article .article-background {
  width: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 2em;
  border-radius: 1.5em;
}
body.page-template-template-hub section.articles.articles .article .article-background h3, body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .contain > h2:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles.articles .article .article-background .contain > .h3:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles.articles .article .article-background .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles.articles .article .article-background .contain > .h3:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles.articles .article .article-background .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles.articles .article .article-background .contain > p:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles.articles .article .article-background .contain > p:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .feature .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .contain > span:first-child,
section#hub-intro .feature body.page-template-template-hub section.articles.articles .article .article-content section#hub-intro .article-background .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-content .feature .article-background .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .contain > a:first-child,
section#hub-intro .tab-list ul li body.page-template-template-hub section.articles.articles .article .article-content section#hub-intro .article-background .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-content .tab-list ul li .article-background .contain > a:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .contain > h5:first-child,
body.page-template-template-hub section.articles.articles .article .article-background section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles.articles .article .article-background .contain > h6:first-child, body.page-template-template-hub section.articles.articles .article .article-background section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles.articles .article .article-background p, body.page-template-template-hub section.articles.podcasts .article .article-background .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-background h2, body.page-template-template-hub section.articles.publications .article .article-background .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-background h2, body.page-template-template-hub section.articles.articles .article .article-background .contain > h2, body.page-template-template-hub section.articles.articles .article .article-background section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain section.articles.articles .article .article-background .h3, body.page-template-template-hub section.articles.articles .article .article-background section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain section.articles.articles .article .article-background .h3 {
  margin-top: 0;
}
body.page-template-template-hub section.articles.articles .article .article-background span.article-more {
  padding-top: 2em;
  margin-top: auto;
  text-decoration: underline;
}
body.page-template-template-hub section.articles div.more-articles {
  max-height: 0;
  overflow: hidden;
  margin-top: -6em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.page-template-template-hub section.articles div.more-articles.active {
  max-height: 5000px;
}
body.page-template-template-hub section.articles .article-list-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles .article-list-wrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
body.page-template-template-hub section.articles div.side-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #ebebeb;
  padding: 1.7em 2em;
  margin: 0 -2em 2em -2em;
}
@media screen and (min-width: 26.5625em) {
  body.page-template-template-hub section.articles div.side-text {
    margin: 0 -2em 3em -2em;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles div.side-text {
    margin: 0;
    padding: 1.2em 1.5em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 17.5rem;
    -moz-flex: 0 0 17.5rem;
    -ms-flex: 0 0 17.5rem;
    flex: 0 0 17.5rem;
    min-width: 17.5rem;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles div.side-text {
    padding: 1.7em 2em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 21.25rem;
    -moz-flex: 0 0 21.25rem;
    -ms-flex: 0 0 21.25rem;
    flex: 0 0 21.25rem;
    min-width: 21.25rem;
  }
}
body.page-template-template-hub section.articles div.side-text > *:first-child {
  margin-top: 0;
}
body.page-template-template-hub section.articles div.side-text > *:last-child {
  margin-bottom: 0;
}
body.page-template-template-hub section.articles div.side-text iframe {
  max-width: 100%;
}
body.page-template-template-hub section.articles .article {
  padding: 1em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 26.5625em) {
  body.page-template-template-hub section.articles .article {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles .article {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
body.page-template-template-hub section.articles .article a,
body.page-template-template-hub section.articles .article .podcast-holder {
  width: 100%;
  text-decoration: none;
  color: rgb(22, 59, 68);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
body.page-template-template-hub section.articles .article .podcast-holder .article-image {
  height: 21.875rem;
  min-height: 21.875rem;
}
body.page-template-template-hub section.articles .article .article-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url("/content/themes/3pb_barristers/img/º£½ÇÆÆ½â°æ_watermark.png") no-repeat 2em 2em #163b44;
  background-size: auto;
  background-size: 147px 93px;
  height: 22.5rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 26.5625em) {
  body.page-template-template-hub section.articles .article .article-image {
    padding-bottom: 0;
    height: 16.25rem;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles .article .article-image {
    height: 18.75rem;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles .article .article-image {
    height: 22.5rem;
  }
}
body.page-template-template-hub section.articles .article .article-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102%;
  height: auto;
}
@supports (object-fit: cover) {
  body.page-template-template-hub section.articles .article .article-image img {
    width: 102%;
    height: 102%;
    object-fit: cover;
    object-position: center;
  }
}
body.page-template-template-hub section.articles .article .article-image .buzzsprout-player {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
body.page-template-template-hub section.articles .article .article-image .buzzsprout-player > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px -5px -5px;
}
body.page-template-template-hub section.articles .article .article-image .buzzsprout-player p {
  display: none;
}
body.page-template-template-hub section.articles .article .article-image.video {
  position: relative;
  padding-bottom: 75%;
  height: auto;
}
@media screen and (min-width: 26.5625em) {
  body.page-template-template-hub section.articles .article .article-image.video {
    padding-bottom: 0;
    height: 12.5rem;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles .article .article-image.video {
    padding-bottom: 75%;
    height: auto;
  }
}
body.page-template-template-hub section.articles .article .article-image.video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(22, 59, 68, 0.5);
  z-index: 1;
}
body.page-template-template-hub section.articles .article .article-image.video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "";
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  cursor: pointer;
  border-style: solid;
  border-width: 40px 0 40px 60px;
  z-index: 2;
}
body.page-template-template-hub section.articles .article .article-content {
  width: 100% !important;
}
body.page-template-template-hub section.articles .article .article-content span.article-date {
  color: rgb(105, 5, 49);
}
body.page-template-template-hub section.articles .article .article-content h3, body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child, body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3 {
  margin: 1rem 0;
}
body.page-template-template-hub section.articles .article .article-content p {
  display: none;
}
body.page-template-template-hub section.articles .article .article-content > *:last-child {
  margin-bottom: 0;
}
body.page-template-template-hub section.articles .article .article-content span.continue {
  display: inline-block;
  margin-top: 1em;
  text-decoration: underline;
}
body.page-template-template-hub section.articles div.all-articles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  margin: -1em;
}
body.page-template-template-hub section.articles div.all-articles .featured-article {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1em;
}
body.page-template-template-hub section.articles div.all-articles .featured-article .article a,
body.page-template-template-hub section.articles div.all-articles .featured-article .article .podcast-holder {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
body.page-template-template-hub section.articles div.all-articles .featured-article .article a .article-image,
body.page-template-template-hub section.articles div.all-articles .featured-article .article .podcast-holder .article-image {
  margin-bottom: 1em;
}
@media screen and (min-width: 26.5625em) {
  body.page-template-template-hub section.articles div.all-articles .featured-article .article a .article-image,
  body.page-template-template-hub section.articles div.all-articles .featured-article .article .podcast-holder .article-image {
    height: 15.625rem;
    min-height: 15.625rem;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles div.all-articles .featured-article .article a .article-image,
  body.page-template-template-hub section.articles div.all-articles .featured-article .article .podcast-holder .article-image {
    height: 21.875rem;
    min-height: 21.875rem;
    padding: 0;
  }
}
body.page-template-template-hub section.articles div.all-articles .articles,
body.page-template-template-hub section.articles div.all-articles .more-articles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
body.page-template-template-hub section.articles div.all-articles .articles .action,
body.page-template-template-hub section.articles div.all-articles .more-articles .action {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
body.page-template-template-hub section.articles div.all-articles .articles .action .btn-more,
body.page-template-template-hub section.articles div.all-articles .articles .action .btn-less,
body.page-template-template-hub section.articles div.all-articles .more-articles .action .btn-more,
body.page-template-template-hub section.articles div.all-articles .more-articles .action .btn-less {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 3em;
  padding-right: 3em;
  line-height: 1em;
  margin: 2em auto;
}
body.page-template-template-hub section.articles div.all-articles .articles .action .btn-more.inactive,
body.page-template-template-hub section.articles div.all-articles .articles .action .btn-less.inactive,
body.page-template-template-hub section.articles div.all-articles .more-articles .action .btn-more.inactive,
body.page-template-template-hub section.articles div.all-articles .more-articles .action .btn-less.inactive {
  opacity: 0;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles.has-additional-text div.all-articles {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    -moz-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles.has-additional-text.left div.all-articles {
    margin: -1em -1em -1em 3em;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles.has-additional-text.left div.all-articles {
    margin: -1em -1em -1em 4em;
  }
}
body.page-template-template-hub section.articles.has-additional-text.right .article-list-wrap {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles.has-additional-text.right div.all-articles {
    margin: -1em 3em -1em -1em;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles.has-additional-text.right div.all-articles {
    margin: -1em 4em -1em -1em;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles.has-additional-text .article {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body.page-template-template-hub section.articles .featured-article {
  margin: -1em -1em 1em -1em;
}
@media screen and (min-width: 26.5625em) {
  body.page-template-template-hub section.articles .featured-article {
    margin: -1em -1em 2em -1em;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles .featured-article {
    margin: -1em -1em 4em -1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
body.page-template-template-hub section.articles .featured-article.no-other-posts {
  margin-bottom: -1em;
}
body.page-template-template-hub section.articles .featured-article .article {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles .featured-article .article a {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles .featured-article .article .article-image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 30%;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-bottom: 0;
    padding-bottom: 22.5%;
    margin-right: 3em;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles .featured-article .article .article-image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 0;
    padding-bottom: 30%;
    margin-right: 4em;
  }
}
body.page-template-template-hub section.articles .featured-article .article .article-content p {
  display: block;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles .featured-article .article .article-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles .featured-article .article .article-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  body.page-template-template-hub section.articles .featured-article .article .article-content h3, body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .contain > h1:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content section.search-results .contain #story .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .contain > h2:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .contain > h2:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .contain > h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content section.search-results .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results section.articles .featured-article .article .article-content .contain > .h3:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro section.articles .featured-article .article .article-content .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content section.search-results-none .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none section.articles .featured-article .article .article-content .contain > .h3:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro section.articles .featured-article .article .article-content .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
  section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .featured-article .article .article-content .contain > p:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .featured-article .article .article-content .contain > p:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .contain > h4:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .feature .contain > span:first-child,
  .feature body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .contain > span:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
  .tab-list ul li body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .contain > h4:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .feature .contain > span:first-child,
  .feature section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .contain > span:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .tab-list ul li .contain > a:first-child,
  .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .contain > a:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .contain > h5:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .contain > h5:first-child,
  body.page-template-template-hub section.articles .featured-article .article .article-content section#hub-intro .contain > h6:first-child,
  section#hub-intro body.page-template-template-hub section.articles .featured-article .article .article-content .contain > h6:first-child, body.page-template-template-hub section.articles .featured-article .article .article-content section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .featured-article .article .article-content p, body.page-template-template-hub section.articles.podcasts .featured-article .article .article-content .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .featured-article .article .article-content h2, body.page-template-template-hub section.articles.publications .featured-article .article .article-content .side-text h2, body.page-template-template-hub section.articles.publications .side-text .featured-article .article .article-content h2, body.page-template-template-hub section.articles .featured-article .article .article-content .contain > h2, body.page-template-template-hub section.articles .featured-article .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain section.articles .featured-article .article .article-content .h3, body.page-template-template-hub section.articles .featured-article .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain section.articles .featured-article .article .article-content .h3 {
    font-size: 2.5em;
  }
}
body.page-template-template-hub section.articles.podcasts .buzzsprout-player {
  width: 100%;
}
body.page-template-template-hub section.articles.podcasts .side-text, body.page-template-template-hub section.articles.publications .side-text {
  background: transparent;
  padding: 0;
  margin: 0 0 2em 0;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles.podcasts .side-text, body.page-template-template-hub section.articles.publications .side-text {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 12.5rem;
    -moz-flex: 0 0 12.5rem;
    -ms-flex: 0 0 12.5rem;
    flex: 0 0 12.5rem;
    min-width: 12.5rem;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles.podcasts .side-text, body.page-template-template-hub section.articles.publications .side-text {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 21.25rem;
    -moz-flex: 0 0 21.25rem;
    -ms-flex: 0 0 21.25rem;
    flex: 0 0 21.25rem;
    min-width: 21.25rem;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles.podcasts.has-additional-text.right .all-articles, body.page-template-template-hub section.articles.publications.has-additional-text.right .all-articles {
    margin-right: 2em !important;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles.podcasts.has-additional-text.right .all-articles, body.page-template-template-hub section.articles.publications.has-additional-text.right .all-articles {
    margin-right: 4em !important;
  }
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.articles.podcasts.has-additional-text.left .all-articles, body.page-template-template-hub section.articles.publications.has-additional-text.left .all-articles {
    margin-left: 2em !important;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-template-hub section.articles.podcasts.has-additional-text.left .all-articles, body.page-template-template-hub section.articles.publications.has-additional-text.left .all-articles {
    margin-left: 4em !important;
  }
}
body.page-template-template-hub section.hub-signup .contain {
  background: rgb(22, 59, 68);
  color: #fff;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
body.page-template-template-hub section.hub-signup .subscribe-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.hub-signup .subscribe-wrapper {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .text {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
  }
}
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p {
  margin: 0;
}
@media screen and (min-width: 48em) {
  body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta {
    margin-left: 3em;
  }
}
body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #fff;
  padding-top: 0.9em;
}
body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:before, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:before, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  content: "\e910";
  margin-right: 0.5em;
}
body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.btn:hover, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta .tab-list ul li.active a:hover, .tab-list ul li.active body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a:hover, body.page-template-template-hub section.hub-signup .subscribe-wrapper .cta a.gform_button:hover {
  background-color: rgb(105, 5, 49);
}

.barrister-brochure-options {
  margin-top: 2em;
}

#ccc-content #cc-panel {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif !important;
}

#ccc-icon {
  fill: rgb(14, 40, 46) !important;
}

#hub-breadcrumb {
  border-bottom: 2px solid #f0f0f0;
  padding: 0.8em 0 1em 0;
}
#hub-breadcrumb ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
#hub-breadcrumb ul li {
  position: relative;
  margin: 0;
}
#hub-breadcrumb ul li:not(.active) {
  padding: 0 2em 0 0;
}
#hub-breadcrumb ul li:not(.active):after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#hub-breadcrumb ul li.active {
  color: rgb(105, 5, 49);
  font-weight: 700;
  text-transform: capitalize;
}
#hub-breadcrumb ul li a {
  color: rgb(22, 59, 68);
  font-weight: 700;
  text-transform: capitalize;
}

section#hub-intro {
  text-align: center;
  color: rgb(22, 59, 68);
}
section#hub-intro .contain {
  padding-bottom: 2em;
  border-bottom: 1px solid #ebebeb;
}
section#hub-intro .contain .content-wrap {
  margin: 0 auto;
  max-width: 50rem;
}
section#hub-intro .contain *:first-child {
  margin-top: 0;
}
section#hub-intro .contain *:last-child {
  margin-bottom: 0;
}
section#hub-intro .contain > h1:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
section#hub-intro .contain > h2:first-child,
section#hub-intro .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro .contain > h4:first-child,
section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .feature .contain > span:first-child,
.feature section#hub-intro .contain > span:first-child,
section#hub-intro .tab-list ul li .contain > a:first-child,
.tab-list ul li section#hub-intro .contain > a:first-child,
section#hub-intro .contain > h5:first-child,
section#hub-intro .contain > h6:first-child {
  line-height: 1.2em !important;
}
section#hub-intro p {
  font-size: 1em;
}
@media screen and (min-width: 26.5625em) {
  section#hub-intro p {
    font-size: 1.2em;
  }
}
section#hub-intro .hub-search form {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgb(22, 59, 68);
  border-radius: 4em;
  width: 100%;
  max-width: 21.875rem;
}
section#hub-intro .hub-search form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: transparent;
  font-size: 1em;
  padding: 0.75em 1em;
  padding-right: 3.25em;
  width: 100%;
}
section#hub-intro .hub-search form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/content/themes/3pb_barristers/img/icon-search-primary.png") no-repeat center center;
  background-size: 20px;
  height: 44px;
  width: 44px;
  text-indent: 100%;
  overflow: hidden;
  padding: 0;
}
section#hub-intro .hub-search span.reset {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}
section#hub-intro .hub-search span.reset a {
  display: inline-block;
}
section#hub-intro .other-topics {
  margin-top: 3em;
}
section#hub-intro .other-topics ul {
  margin: -0.4em -0.4em 0 -0.4em;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  list-style: none;
}
section#hub-intro .other-topics ul li {
  padding: 0.4em;
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
section#hub-intro .other-topics ul li a {
  display: block;
  padding: 1em;
  color: #fff;
  background: rgb(22, 59, 68);
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 10em;
}
section#hub-intro .other-topics ul li a:hover {
  background-color: #102a31;
}
section#hub-intro .other-topics ul li.active a {
  background: rgb(105, 5, 49);
}
section#hub-intro .other-topics ul li:nth-child(n+5) {
  display: none;
}
@media screen and (min-width: 48em) {
  section#hub-intro .other-topics ul li:nth-child(n+5) {
    display: block;
  }
}
section#hub-intro .other-topics ul:after {
  content: "";
  flex-grow: 1000000000;
}
@media screen and (min-width: 48em) {
  section#hub-intro .other-topics .mobile-extra-drop {
    display: none;
  }
}
section#hub-intro .other-topics .mobile-extra-drop .action a {
  display: block;
  text-decoration: none;
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  color: rgb(22, 59, 68);
  font-size: 1.2em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section#hub-intro .other-topics .mobile-extra-drop .action a:not(.inactive) {
  padding-top: 1.5em;
}
section#hub-intro .other-topics .mobile-extra-drop .action a.inactive {
  opacity: 0;
}
section#hub-intro .other-topics .mobile-extra-drop .action a:before {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.3em;
}
section#hub-intro .other-topics .mobile-extra-drop .action a.more:before {
  content: "+";
}
section#hub-intro .other-topics .mobile-extra-drop .action a.less:before {
  content: "-";
}
section#hub-intro .other-topics .mobile-extra-drop .more-topics {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
section#hub-intro .other-topics .mobile-extra-drop .more-topics.active {
  max-height: 5000px;
}

#hub-signup-overlay-wrapper,
.youtube-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(22, 59, 68, 0.8);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hub-signup-overlay-wrapper.active,
.youtube-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
#hub-signup-overlay-wrapper .signup-wrap,
#hub-signup-overlay-wrapper .youtube-wrap,
.youtube-wrapper .signup-wrap,
.youtube-wrapper .youtube-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  max-width: 600px;
  max-height: 80vh;
  margin: 0 1.5em;
}
#hub-signup-overlay-wrapper .signup-wrap.youtube-wrap,
#hub-signup-overlay-wrapper .youtube-wrap.youtube-wrap,
.youtube-wrapper .signup-wrap.youtube-wrap,
.youtube-wrapper .youtube-wrap.youtube-wrap {
  width: 97vmin;
  max-width: 64rem;
}
#hub-signup-overlay-wrapper .signup-wrap .close,
#hub-signup-overlay-wrapper .youtube-wrap .close,
.youtube-wrapper .signup-wrap .close,
.youtube-wrapper .youtube-wrap .close {
  position: relative;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-indent: 100%;
  font-size: 0;
  overflow: hidden;
  height: 2.75rem;
  width: 2.75rem;
  padding: 0 0 1em 1em;
  margin-right: -14px;
}
#hub-signup-overlay-wrapper .signup-wrap .close:before,
#hub-signup-overlay-wrapper .youtube-wrap .close:before,
.youtube-wrapper .signup-wrap .close:before,
.youtube-wrapper .youtube-wrap .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 1rem;
  width: 1rem;
  background: url("/content/themes/3pb_barristers/img/icon-cross.png");
  background-size: auto;
  background-size: contain;
}
#hub-signup-overlay-wrapper .signup-wrap .sign-up-content-wrapper,
#hub-signup-overlay-wrapper .signup-wrap .youtube-content-wrapper,
#hub-signup-overlay-wrapper .youtube-wrap .sign-up-content-wrapper,
#hub-signup-overlay-wrapper .youtube-wrap .youtube-content-wrapper,
.youtube-wrapper .signup-wrap .sign-up-content-wrapper,
.youtube-wrapper .signup-wrap .youtube-content-wrapper,
.youtube-wrapper .youtube-wrap .sign-up-content-wrapper,
.youtube-wrapper .youtube-wrap .youtube-content-wrapper {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  background: #fff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  overflow: auto;
}
@media screen and (min-width: 641px) {
  #hub-signup-overlay-wrapper .signup-wrap .sign-up-content-wrapper,
  #hub-signup-overlay-wrapper .signup-wrap .youtube-content-wrapper,
  #hub-signup-overlay-wrapper .youtube-wrap .sign-up-content-wrapper,
  #hub-signup-overlay-wrapper .youtube-wrap .youtube-content-wrapper,
  .youtube-wrapper .signup-wrap .sign-up-content-wrapper,
  .youtube-wrapper .signup-wrap .youtube-content-wrapper,
  .youtube-wrapper .youtube-wrap .sign-up-content-wrapper,
  .youtube-wrapper .youtube-wrap .youtube-content-wrapper {
    padding-right: 8px;
  }
}
#hub-signup-overlay-wrapper .signup-wrap .sign-up-content-wrapper .gform_wrapper,
#hub-signup-overlay-wrapper .signup-wrap .sign-up-content-wrapper .gform_title,
#hub-signup-overlay-wrapper .signup-wrap .youtube-content-wrapper .gform_wrapper,
#hub-signup-overlay-wrapper .signup-wrap .youtube-content-wrapper .gform_title,
#hub-signup-overlay-wrapper .youtube-wrap .sign-up-content-wrapper .gform_wrapper,
#hub-signup-overlay-wrapper .youtube-wrap .sign-up-content-wrapper .gform_title,
#hub-signup-overlay-wrapper .youtube-wrap .youtube-content-wrapper .gform_wrapper,
#hub-signup-overlay-wrapper .youtube-wrap .youtube-content-wrapper .gform_title,
.youtube-wrapper .signup-wrap .sign-up-content-wrapper .gform_wrapper,
.youtube-wrapper .signup-wrap .sign-up-content-wrapper .gform_title,
.youtube-wrapper .signup-wrap .youtube-content-wrapper .gform_wrapper,
.youtube-wrapper .signup-wrap .youtube-content-wrapper .gform_title,
.youtube-wrapper .youtube-wrap .sign-up-content-wrapper .gform_wrapper,
.youtube-wrapper .youtube-wrap .sign-up-content-wrapper .gform_title,
.youtube-wrapper .youtube-wrap .youtube-content-wrapper .gform_wrapper,
.youtube-wrapper .youtube-wrap .youtube-content-wrapper .gform_title {
  margin-top: 0 !important;
}
#hub-signup-overlay-wrapper .signup-wrap .youtube-content-wrapper,
#hub-signup-overlay-wrapper .youtube-wrap .youtube-content-wrapper,
.youtube-wrapper .signup-wrap .youtube-content-wrapper,
.youtube-wrapper .youtube-wrap .youtube-content-wrapper {
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-bottom: 56.25% !important;
  margin: 0;
}
#hub-signup-overlay-wrapper .signup-wrap .youtube-content-wrapper iframe#player,
#hub-signup-overlay-wrapper .youtube-wrap .youtube-content-wrapper iframe#player,
.youtube-wrapper .signup-wrap .youtube-content-wrapper iframe#player,
.youtube-wrapper .youtube-wrap .youtube-content-wrapper iframe#player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hub-signup-overlay-wrapper ul.gform_column.one-half,
.youtube-wrapper ul.gform_column.one-half {
  margin: 0 !important;
  width: 100% !important;
}
#hub-signup-overlay-wrapper .ginput_container_consent,
.youtube-wrapper .ginput_container_consent {
  display: flex;
  align-items: center;
}
#hub-signup-overlay-wrapper .ginput_container_consent input,
.youtube-wrapper .ginput_container_consent input {
  margin: 0;
}
#hub-signup-overlay-wrapper .ginput_container_consent label,
.youtube-wrapper .ginput_container_consent label {
  margin: 0 0 0 0.5em;
}
#hub-signup-overlay-wrapper .ginput_container_consent .gfield_required,
.youtube-wrapper .ginput_container_consent .gfield_required {
  align-self: flex-start;
}

#hub-signup-overlay-wrapper form .gform_title {
  font-family: "Berlingske Serif", "Helvetica", Arial, sans-serif;
  color: rgb(22, 59, 68);
  font-size: 2.2em;
}
#hub-signup-overlay-wrapper form input:not([type=file]):not([type=submit]),
#hub-signup-overlay-wrapper form textarea,
#hub-signup-overlay-wrapper form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid rgb(22, 59, 68);
  padding: 0.5em;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
}
#hub-signup-overlay-wrapper form input[type=submit] {
  padding: 1em;
  background: rgb(22, 59, 68);
  border-radius: 0;
  color: #fff;
}
#hub-signup-overlay-wrapper #gform_14 {
  margin-bottom: 1em;
}
#hub-signup-overlay-wrapper #gform_14 .gform_footer input[type=submit] {
  background: rgb(22, 59, 68) !important;
  color: #fff !important;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half {
  width: 100% !important;
  margin: -1em 0 !important;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half:not(:first-child) {
  margin-top: 0 !important;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li {
  margin: 1em 0;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li .ginput_container {
  margin-top: 0 !important;
}
@media screen and (min-width: 48em) {
  #hub-signup-overlay-wrapper #gform_14 ul.one-half li ul.gfield_checkbox {
    columns: 2;
  }
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li ul.gfield_checkbox li {
  margin: 0 !important;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li ul.gfield_checkbox li label:after {
  border-color: #fff;
  border-width: 2px;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li .ginput_container_consent {
  position: relative;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li .ginput_container_consent label {
  display: inline;
  line-height: 1.4375rem;
  margin: 0;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li .ginput_container_consent label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  margin-right: 10px;
  background: #fff;
  color: transparent;
  padding-left: 0;
  border: 2px solid rgb(22, 59, 68);
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li .ginput_container_consent label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  color: rgb(22, 59, 68);
  position: absolute;
  width: 10px;
  height: 5px;
  background: transparent;
  top: 9px;
  left: 8px;
  border-left: 2px solid rgb(22, 59, 68);
  border-bottom: 2px solid rgb(22, 59, 68);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-indent: 0;
  box-sizing: content-box;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li .ginput_container_consent input {
  display: none;
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li .ginput_container_consent input:checked + label:before {
  background: rgb(22, 59, 68);
}
#hub-signup-overlay-wrapper #gform_14 ul.one-half li .ginput_container_consent input:checked + label:after {
  opacity: 1;
  border-color: #fff;
}

.covid-popup-button {
  transition: transform 0.3s ease;
  width: 13em;
  height: 5em;
  position: absolute;
  top: 11em;
  right: 0;
  background: white;
  padding: 0.4em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.covid-popup-button:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
.covid-popup-button:hover a .right .right-inner p.small {
  text-decoration: underline;
  color: #ff7700;
}
.covid-popup-button a {
  display: flex;
  color: rgb(89, 89, 89);
  text-decoration: none;
}
.covid-popup-button a .left {
  flex: 0 0 40%;
}
.covid-popup-button a .left img {
  max-width: 4em;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.covid-popup-button a .right {
  flex: 0 0 60%;
  padding: 0;
}
.covid-popup-button a .right .right-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.covid-popup-button a .right .right-inner p {
  margin: 0;
  line-height: 1;
}
.covid-popup-button a .right .right-inner p.small {
  margin-top: 0.2em;
}

#recommendations-modal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(22, 59, 68, 0.9);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-top: 1em;
}
@media screen and (min-width: 48em) {
  #recommendations-modal {
    padding-top: 4em;
  }
}
#recommendations-modal .modal-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  max-width: 50rem;
  width: 100%;
  transform: translateY(-100vh);
  padding: 0 1.5em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#recommendations-modal .modal-wrapper .close {
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-end;
  padding-bottom: 1em;
}
#recommendations-modal .modal-wrapper .close a {
  display: block;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 44px;
  width: 44px;
}
#recommendations-modal .modal-wrapper .close a:before, #recommendations-modal .modal-wrapper .close a:after {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
}
#recommendations-modal .modal-wrapper .close a:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#recommendations-modal .modal-wrapper .close a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#recommendations-modal .modal-wrapper .modal-content-wrapper {
  border-radius: 10px;
  background: #fff;
  padding: 0;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
}
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content {
  max-width: 100%;
  text-align: center;
  max-height: 100%;
  overflow: auto;
  padding: 0 1.75em 1.75em 1.75em;
}
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content h1,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content h2,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content h3,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .h3,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .h3,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content p,
section#hub-intro body.page-template-template-hub section.search-results #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .contain > .h3:first-child,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content h4,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .expertise-nav-sidebar > a:first-child,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .feature span,
.feature #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content span,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content .tab-list ul li a,
.tab-list ul li #recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content a,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content h5,
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content h6 {
  color: rgb(22, 59, 68);
}
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.6em -0.4em;
  padding: 0;
  list-style: none;
}
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content ul li {
  padding: 0.4em;
  margin: 0;
}
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content ul li img {
  display: block;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.4;
}
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content ul.ranked {
  justify-content: space-around;
}
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content ul.ranked li {
  height: 150px;
}
#recommendations-modal .modal-wrapper .modal-content-wrapper .modal-content ul.ranked li img {
  height: 150px;
}
#recommendations-modal.active {
  opacity: 1;
  pointer-events: all;
}
#recommendations-modal.active .modal-wrapper {
  transform: translateY(0);
}

#people-tabs {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background-color: #eeeeee;
  padding: 3em 0 1.5em;
}
#people-tabs.no-title {
  padding: 1.5em 0 1.5em;
}
#people-tabs h2 {
  color: rgb(22, 59, 68);
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.6rem;
  margin-left: 0.8rem;
  clear: both;
  text-align: center;
}
@media screen and (min-width: 48em) {
  #people-tabs h2 {
    font-size: 3.3em;
  }
}

.tab-list:not(:first-child) {
  margin-top: 2.5em;
}
.tab-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: -0.5rem -1.2rem;
  padding: 0;
}
.tab-list ul li {
  margin: 0;
}
.tab-list ul li a {
  display: block;
  padding: 0.6rem 1.2rem 0.5rem;
  margin: 0;
  font-size: 1.4em !important;
  line-height: 1;
  color: #595959;
  text-decoration: none;
  transition: none;
}
.tab-list ul li.active {
  padding: 0;
}
.tab-list ul li.active a {
  border: none;
  line-height: 1;
  padding: 0.6rem 1.2rem 0.5rem;
  margin: 0;
  transition: none;
}

.content-tabs .tab {
  display: none;
}
.content-tabs .tab.active {
  display: block;
}
.content-tabs .tab .news-grid {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.clerks h4, .clerks .expertise-nav-sidebar > a:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .expertise-nav-sidebar.contain > a:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .expertise-nav-sidebar.contain > a:first-child, .clerks .feature span, .feature .clerks span,
.clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .clerks .contain > span:first-child,
.clerks .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .contain > span:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .clerks .contain > span:first-child,
.clerks .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .contain > span:first-child, .clerks body.page-template-template-hub section.articles .article .article-content h3, body.page-template-template-hub section.articles .article .article-content .clerks h3, .clerks body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .clerks .contain > h2, .clerks body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .clerks .h3, .clerks body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .clerks .h3, .clerks body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .clerks .h3, .clerks body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .clerks .h3, .clerks body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, body.page-template-template-hub section.articles.podcasts .article .article-content .side-text .clerks h2, .clerks body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .clerks h2, .clerks body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, body.page-template-template-hub section.articles.publications .article .article-content .side-text .clerks h2, .clerks body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .clerks h2, .clerks body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .clerks p, .clerks body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .clerks p, .clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .contain > h1:first-child, .clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .contain > h1:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .contain > h2:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .contain > h2:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .contain > h3:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .contain > h3:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .clerks .contain > .h3:first-child,
.clerks section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .clerks .contain > .h3:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .clerks .contain > .h3:first-child,
.clerks body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .clerks .contain > .h3:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .clerks .contain > .h3:first-child,
.clerks section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .clerks .contain > .h3:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .clerks .contain > .h3:first-child,
.clerks body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .clerks .contain > .h3:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .clerks .contain > p:first-child,
.clerks section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .clerks .contain > p:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .clerks .contain > p:first-child,
.clerks body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .clerks .contain > p:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
.feature .clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
section#hub-intro .clerks body.page-template-template-hub section.articles .article .article-content .feature section#hub-intro .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .feature .contain > span:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
.feature .clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .feature .contain > span:first-child,
section#hub-intro .feature body.page-template-template-hub section.articles .article .article-content .clerks section#hub-intro .contain > span:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .contain > h5:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .contain > h5:first-child,
.clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .contain > h6:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .contain > h6:first-child, .clerks .tab-list ul li a, .tab-list ul li .clerks a,
.clerks body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .clerks .contain > a:first-child,
.clerks .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .clerks .contain > a:first-child,
.clerks section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .clerks .contain > a:first-child,
.clerks .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .clerks .contain > a:first-child {
  color: rgb(22, 59, 68);
}
.clerks .clerk-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2em;
}
.clerks .clerk-wrapper .clerk {
  flex: 1 1 100%;
  padding: 0.2em;
}
.clerks .clerk-wrapper .clerk ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.clerks.mobile {
  display: block !important;
}
@media screen and (min-width: 48em) {
  .clerks.mobile {
    display: none !important;
  }
}
.clerks.desktop {
  display: none !important;
}
@media screen and (min-width: 48em) {
  .clerks.desktop {
    display: block !important;
  }
}

@media screen and (min-width: 48em) {
  .post-type-archive-clerks .barrister-text-search-wrapper {
    flex: 1 1 60% !important;
  }
}
@media screen and (min-width: 48em) {
  .post-type-archive-clerks .barrister-filter {
    flex: 1 1 40% !important;
  }
}
.post-type-archive-clerks .barrister-filter .filter.js-filter:nth-child(2) {
  display: none;
}

.single-barristers #barrister-details {
  background: #eee;
  padding: 4rem 0 2.5rem 0;
}
.single-barristers .content-area.no-head {
  margin-top: 8.2em;
}
@media screen and (min-width: 48em) {
  .single-barristers .content-area.no-head {
    margin-top: 9.1em;
  }
}

.gform_wrapper .gform_fields {
  grid-row-gap: 0 !important;
}
.gform_wrapper .gsection {
  border-top: 1px solid #ddd !important;
}
.gform_wrapper .gsection .gsection_title {
  font-size: 1.5em;
  color: rgb(22, 59, 68);
}
.gform_wrapper .gfield--type-consent legend {
  display: none !important;
}
.gform_wrapper .gfield--type-captcha,
.gform_wrapper .gfield--type-hcaptcha {
  margin: 0 !important;
}
.gform_wrapper .gfield--type-captcha label,
.gform_wrapper .gfield--type-hcaptcha label {
  display: none !important;
}
.gform_wrapper .ginput_container_consent,
.gform_wrapper .ginput_container_checkbox {
  position: relative;
}
.gform_wrapper .ginput_container_consent input,
.gform_wrapper .ginput_container_checkbox input {
  display: none !important;
}
.gform_wrapper .ginput_container_consent input + label:not(.tick-label),
.gform_wrapper .ginput_container_checkbox input + label:not(.tick-label) {
  padding-left: 35px !important;
}
.gform_wrapper .ginput_container_consent li.gchoice label:not(.tick-label),
.gform_wrapper .ginput_container_checkbox li.gchoice label:not(.tick-label) {
  padding-left: 35px !important;
}
.gform_wrapper .ginput_container_consent input + label:not(.tick-label),
.gform_wrapper .ginput_container_checkbox input + label:not(.tick-label) {
  position: relative;
  line-height: 1.9em !important;
}
.gform_wrapper .ginput_container_consent input + label:not(.tick-label):before,
.gform_wrapper .ginput_container_checkbox input + label:not(.tick-label):before {
  content: "";
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 1px;
  background: #fff;
  color: transparent;
  text-indent: -9999px;
  margin-left: 0;
  padding-left: 0;
  border: 2px solid #163b44;
}
.gform_wrapper .ginput_container_consent input + label:not(.tick-label):after,
.gform_wrapper .ginput_container_checkbox input + label:not(.tick-label):after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  box-sizing: border-box;
  content: "";
  color: #163b44;
  position: absolute;
  width: 10px !important;
  height: 5px !important;
  background: transparent;
  top: 9px;
  left: 6px;
  border-left: 3px solid #163b44;
  border-left-color: rgb(22, 59, 68);
  border-bottom: 3px solid #163b44;
  border-bottom-color: rgb(22, 59, 68);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
  text-indent: 0;
}
.gform_wrapper .ginput_container_consent input + label:not(.tick-label):hover:after,
.gform_wrapper .ginput_container_checkbox input + label:not(.tick-label):hover:after {
  opacity: 0.3;
}
.gform_wrapper .ginput_container_consent input:checked + label,
.gform_wrapper .ginput_container_checkbox input:checked + label {
  background-color: transparent !important;
}
.gform_wrapper .ginput_container_consent input:checked + label:after,
.gform_wrapper .ginput_container_checkbox input:checked + label:after {
  opacity: 1 !important;
}

.dt-container table {
  width: 100% !important;
}
.dt-container tr th {
  background-color: rgb(22, 59, 68) !important;
  color: #fff !important;
}
.dt-container tbody tr:nth-child(even) {
  background-color: #eee !important;
}

.dt-scroll-body table {
  min-width: 300px;
}

#new-expertise-area .dt-container table tr th,
#new-expertise-area .dt-container table tr td {
  padding: 0.4em;
  border: 1px solid #6a6a6a;
  text-align: left;
}
#new-expertise-area .dt-container table tr:nth-child(2n) {
  background-color: #6f6f6f !important;
}

.scrollbox-wrapper {
  display: flex;
}
.scrollbox-wrapper .flickity-enabled {
  width: 100%;
}
.scrollbox-wrapper > div:not(.flickity-enabled):not(:last-child) {
  margin-right: 0.5em;
}
.scrollbox-wrapper > div:not(.flickity-enabled) {
  display: flex;
  opacity: 0;
}
.scrollbox-wrapper .flickity-viewport {
  overflow: visible !important;
  height: 64px !important;
}
.scrollbox-wrapper .flickity-slider > div {
  width: 180px;
  transition-delay: 0.2s;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  height: 100%;
}
.scrollbox-wrapper .flickity-slider > div:not(:last-child) {
  margin-right: 0.5em;
}
.scrollbox-wrapper .flickity-slider > div.is-selected {
  opacity: 1;
}
.scrollbox-wrapper .flickity-slider > div a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1em;
  font-weight: 600;
}
.scrollbox-wrapper .flickity-button {
  bottom: 0;
  left: 50%;
  transform: translateY(150%) translateX(-50%);
  border-radius: 4em;
  background: rgb(105, 5, 49);
  padding: 0;
  margin-left: 3em;
}
.scrollbox-wrapper .flickity-button.previous {
  left: 50%;
  margin-left: -3em;
}
.scrollbox-wrapper .flickity-button svg {
  fill: #fff;
}
.scrollbox-wrapper .flickity-button:hover {
  transform: translateY(150%) translateX(-50%) scale(1.1);
}
.scrollbox-wrapper .flickity-button:disabled:nth-child(2), .scrollbox-wrapper .flickity-button:disabled + .flickity-button[disabled] {
  display: none;
}
.scrollbox-wrapper .flickity-button:disabled + .flickity-button:not([disabled]) {
  display: block !important;
  left: 50%;
  margin-left: 0;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
  transition: transform 0.3s ease-in-out;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 5px 0px #000;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.animation-element {
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.animation-element.from-bottom {
  transform: translateX(0) translateY(40px);
}
.animation-element.from-left-wide {
  transform: translateX(-100vw) translateY(0);
}
.animation-element.from-right-wide {
  transform: translateX(100vw) translateY(0);
}
.animation-element.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.other-expertise-areas {
  clear: both;
  padding-top: 1em;
  padding-bottom: 3em;
}
.other-expertise-areas p {
  margin-bottom: 1em !important;
}

.event-multi-dates {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75em;
}
.event-multi-dates .date {
  position: relative;
  flex: 1 1 100%;
  max-width: 100%;
  text-align: center;
  padding: 0.75em;
}
.event-multi-dates .date.past-date {
  opacity: 0.25;
}
@media screen and (min-width: 48em) {
  .event-multi-dates .date {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .event-multi-dates .date {
    flex: 1 1 auto;
    max-width: auto;
  }
}
.event-multi-dates .date:after {
  content: "";
}
.event-multi-dates .date .date-inner {
  border: 1px solid #000;
  padding: 0.5em;
  color: #000;
}
.event-multi-dates .date .date-inner p {
  margin: 0.5em 0;
}
.event-multi-dates .date .date-inner span[class^=icon-], .event-multi-dates .date .date-inner span.btn.external:after, .event-multi-dates .date .date-inner span.btn.inline-flex:before, .event-multi-dates .date .date-inner span.btn.tel:before, .event-multi-dates .date .date-inner span.btn.email:before, .event-multi-dates .date .date-inner span.btn.back:before, .event-multi-dates .date .date-inner span.btn.forward:after, .event-multi-dates .date .date-inner span.btn.subscribe:before, .event-multi-dates .date .date-inner span.external.gform_button:after, .event-multi-dates .date .date-inner span.inline-flex.gform_button:before, .event-multi-dates .date .date-inner span.tel.gform_button:before, .event-multi-dates .date .date-inner span.email.gform_button:before, .event-multi-dates .date .date-inner span.back.gform_button:before, .event-multi-dates .date .date-inner span.forward.gform_button:after, .event-multi-dates .date .date-inner span.subscribe.gform_button:before, .event-multi-dates .date .date-inner .single-events #eventregister .gform_wrapper span.ginput_container_select:before, .single-events #eventregister .gform_wrapper .event-multi-dates .date .date-inner span.ginput_container_select:before {
  color: #000;
}
@media screen and (min-width: 64em) {
  .event-multi-dates:has(.date + .date + .date) .date {
    max-width: 33.33% !important;
  }
}

ul.recommendations_list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.recommendations_list li {
  margin: 1em 0;
}
ul.recommendations_list li:not(:last-child) {
  border-bottom: 1px solid rgb(120, 120, 120);
}

.add-to-calendar-form {
  margin-top: 1rem;
}

.dt-container .dt-scroll:has(.dt-scroll-head) .dt-scroll-body thead {
  display: none;
}

.feature {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  align-items: center;
  padding: 1em;
  background: rgb(120, 120, 120);
  border-radius: 1em;
  margin: 1em 0;
}
@media screen and (min-width: 37.625rem) {
  .feature {
    flex-wrap: nowrap;
  }
}
.feature * {
  margin: 0;
  flex: 0 0 100%;
}
@media screen and (min-width: 37.625rem) {
  .feature * {
    flex: 1 1 0;
  }
}
.feature span {
  margin: 0;
}
.feature .btn, .feature .gform_button, .feature .tab-list ul li.active a, .tab-list ul li.active .feature a {
  flex: 0 0 100%;
  background-color: #fff;
  color: rgb(22, 59, 68) !important;
  border: 1px solid #fff;
  font-size: 1.125rem;
  padding: 0.5em 1em;
  text-align: center;
}
@media screen and (min-width: 37.625rem) {
  .feature .btn, .feature .gform_button, .feature .tab-list ul li.active a, .tab-list ul li.active .feature a {
    flex: 0 0 40%;
    max-width: max-content;
    white-space: nowrap;
  }
}
.feature .btn:hover, .feature .gform_button:hover, .feature .tab-list ul li.active a:hover, .tab-list ul li.active .feature a:hover {
  color: #fff !important;
  background-color: transparent;
}

.single-events #general-content {
  padding-top: 0;
}

.events-page-title {
  border-bottom: 1px solid #d4e2e5;
}
.events-page-title .contain .buttons {
  padding-left: 0 !important;
  justify-content: space-between !important;
}

.event-top-section {
  padding: 3em 0;
  background-color: #fff;
  border-bottom: 1px solid #d4e2e5;
}
.event-top-section span.event-type {
  display: inline-block;
  margin-bottom: 1em;
}
.event-top-section .main-title {
  color: rgb(22, 59, 68);
}
.event-top-section .split-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em 4em;
  margin-top: 2em;
}
@media screen and (min-width: 48em) {
  .event-top-section .split-section {
    grid-template-columns: 40% 1fr;
  }
}
.event-top-section .split-section .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1em;
  overflow: clip;
}
.event-top-section .split-section .event-meta > *:first-child {
  margin-top: 0;
}
.event-top-section .split-section .event-meta .event-meta-title {
  font-size: 1.875em;
  margin-bottom: 1rem;
  color: rgb(22, 59, 68);
}
.event-top-section .split-section .event-meta table {
  width: 100%;
  border-collapse: collapse;
}
.event-top-section .split-section .event-meta table tr td {
  padding-bottom: 1em;
}
.event-top-section .split-section .event-meta table tr td label {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  appearance: none;
  font-size: 1em;
  font-weight: 300 !important;
  margin: 0;
  color: #595959;
  padding-right: 1em;
}
.event-top-section .split-section .event-meta table tr:not(:first-child) td {
  padding-top: 1em;
}
.event-top-section .split-section .event-meta table tr:not(:last-child):not(:has(+ tr.register)) td {
  border-bottom: 1px solid #d4e2e5;
}
.event-top-section .split-section .event-meta table tr.register td {
  padding-top: 2em;
}
.event-top-section .split-section .event-meta table tr.register td .event-past {
  margin: 0 0 0.9375rem;
  font-size: 1em;
  font-weight: 700;
  border: 1px solid;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
}
.event-top-section .split-section .event-meta table tr.register td a.btn, .event-top-section .split-section .event-meta table tr.register td a.gform_button, .event-top-section .split-section .event-meta table tr.register td .tab-list ul li.active a, .tab-list ul li.active .event-top-section .split-section .event-meta table tr.register td a {
  background-color: rgb(105, 5, 49);
  border-color: rgb(105, 5, 49);
  color: #fff;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
}

.event-content-section {
  padding: 3em 0;
}
.event-content-section > *:first-child {
  margin-top: 0;
}

.expertise-nav-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 0fr;
  background-color: rgb(22, 59, 68);
  padding: 0 1.5em;
  transition: all 0.4s ease-in-out;
  border-radius: 1.5em;
  opacity: 0;
}
@media screen and (min-width: 64em) {
  .expertise-nav-sidebar {
    padding: 3em 1.5em;
    margin: -3em 0 -2em 0;
    grid-template-rows: auto 1fr;
    border-radius: 0;
  }
}
.expertise-nav-sidebar:has(ul) {
  opacity: 1 !important;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 64em) {
  .expertise-nav-sidebar:has(ul) {
    margin: -3em 0 -2em 0;
  }
}
.expertise-nav-sidebar > a:first-child {
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
  color: #fff;
  text-decoration: none;
  margin: 0 -1.5em;
  padding: 1em 1em 1em 1.5em;
}
@media screen and (min-width: 64em) {
  .expertise-nav-sidebar > a:first-child {
    font-size: 2.3em;
    pointer-events: none;
    padding: 0;
    margin: 0;
  }
}
.expertise-nav-sidebar > a:first-child:after {
  content: "\e90a";
  font-size: 1.5rem;
  transition: all 0.4s ease-in-out;
  padding-top: 0.15em;
  margin-top: -0.15em;
}
@media screen and (min-width: 64em) {
  .expertise-nav-sidebar > a:first-child:after {
    content: none;
  }
}
.expertise-nav-sidebar > a.btn, .expertise-nav-sidebar > a.gform_button, .tab-list ul li.active .expertise-nav-sidebar > a {
  margin: 1em 0 !important;
}
.expertise-nav-sidebar.active {
  grid-template-rows: auto 1fr;
}
.expertise-nav-sidebar.active > a:first-child:after {
  transform: rotate(180deg);
}
.expertise-nav-sidebar > ul {
  overflow: hidden;
  margin: 0 -1.5em;
}
@media screen and (min-width: 64em) {
  .expertise-nav-sidebar > ul {
    margin: 1em -1.5em;
  }
}
.expertise-nav-sidebar > ul li {
  border: none !important;
  transition: all 0.4s ease-in-out;
}
.expertise-nav-sidebar > ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
@media screen and (min-width: 64em) {
  .expertise-nav-sidebar > ul li:first-child {
    border-top: none !important;
  }
}
.expertise-nav-sidebar > ul li.menu-item-has-children {
  display: grid;
  grid-template-rows: auto 0fr;
  grid-template-columns: 1fr;
  transition: all 0.4s ease-in-out;
}
.expertise-nav-sidebar > ul li.menu-item-has-children > a {
  position: relative;
}
.expertise-nav-sidebar > ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  font-size: 1.5rem;
  content: "\e90a";
  transition: all 0.4s ease-in-out;
}
.expertise-nav-sidebar > ul li.menu-item-has-children ul.sub-menu {
  overflow: hidden;
  background-color: rgb(14, 40, 46);
}
.expertise-nav-sidebar > ul li.menu-item-has-children ul.sub-menu li:first-child {
  border-top: 1px solid #fff;
}
.expertise-nav-sidebar > ul li.menu-item-has-children ul.sub-menu > li a {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
}
.expertise-nav-sidebar > ul li.menu-item-has-children ul.sub-menu > li a:before {
  content: "-";
  margin-right: 0.35em;
}
.expertise-nav-sidebar > ul li.menu-item-has-children.active {
  grid-template-rows: auto 1fr;
}
.expertise-nav-sidebar > ul li.menu-item-has-children.active > a {
  background-color: rgb(14, 40, 46) !important;
}
.expertise-nav-sidebar > ul li.menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
.expertise-nav-sidebar > ul li.current_page_item {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.expertise-nav-sidebar > ul li.current_page_item a {
  color: #fff !important;
}
.expertise-nav-sidebar > ul li:hover {
  background-color: rgba(240, 240, 240, 0.2);
}
.expertise-nav-sidebar > ul > li a {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
  background-color: transparent !important;
}
.expertise-nav-sidebar > ul > li a:hover {
  color: #fff !important;
}
.expertise-nav-sidebar > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

#practice-area-contact-details {
  padding: 3.75em 0;
}
#practice-area-contact-details > .contain > h3, body.page-template-template-hub section #practice-area-contact-details > .contain > h2, body.page-template-template-hub section.search-results #practice-area-contact-details > .contain > .h3, body.page-template-template-hub section.search-results-none #practice-area-contact-details > .contain > .h3, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #practice-area-contact-details > .contain > p, section#hub-intro #practice-area-contact-details > .contain > h1:first-child,
section#hub-intro #practice-area-contact-details > .contain > h2:first-child,
section#hub-intro #practice-area-contact-details > .contain > h3:first-child,
section#hub-intro #practice-area-contact-details > .contain > h4:first-child,
section#hub-intro #practice-area-contact-details > .contain > h5:first-child,
section#hub-intro #practice-area-contact-details > .contain > h6:first-child,
section#hub-intro .tab-list ul li #practice-area-contact-details > .contain > a:first-child,
.tab-list ul li section#hub-intro #practice-area-contact-details > .contain > a:first-child,
section#hub-intro .feature #practice-area-contact-details > .contain > span:first-child,
.feature section#hub-intro #practice-area-contact-details > .contain > span:first-child,
section#hub-intro #practice-area-contact-details > .expertise-nav-sidebar.contain > a:first-child {
  text-align: center;
  margin-bottom: 1rem;
}

.practice-area-contact-list-select {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8em;
  max-height: 400px;
  overflow: auto;
}
@media screen and (min-width: 48em) {
  .practice-area-contact-list-select {
    max-height: none;
  }
}
.practice-area-contact-list-select:after {
  content: "";
  flex-grow: 1000000000;
}
.practice-area-contact-list-select li {
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .practice-area-contact-list-select li {
    flex: 1 1 auto;
  }
}
.practice-area-contact-list-select li a {
  display: block;
  text-align: center;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  border-color: #cad8db;
}
.practice-area-contact-list-select li.active a {
  background-color: #cad8db;
  color: rgb(22, 59, 68);
}

.practice-area-select-dropdown {
  border: 2px solid #cad8db;
  border-radius: 0.75em;
  margin: 0 auto;
  max-width: 990px;
  overflow: hidden;
}
.practice-area-select-dropdown > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-in-out;
}
.practice-area-select-dropdown > div .inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding: 0 1.75em;
}
.practice-area-select-dropdown > div .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #cad8db;
  z-index: 1;
}
.practice-area-select-dropdown .heading {
  visibility: visible;
  grid-template-rows: 1fr;
}
.practice-area-select-dropdown .heading a {
  position: relative;
  display: block;
  padding: 1.5em 4em 1.5em 1.75em;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  font-size: 1.125rem;
}
.practice-area-select-dropdown .heading a:after {
  content: "\e90a";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  font-size: 1.75em;
  color: rgb(22, 59, 68);
}
.practice-area-select-dropdown .contact-details.loading-data {
  overflow: hidden;
  position: relative;
}
.practice-area-select-dropdown .contact-details.loading-data:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.practice-area-select-dropdown .contact-details.loading-data:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #ccc;
  border-top: 3px solid rgb(22, 59, 68);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 2;
}
.practice-area-select-dropdown .contact-details .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75em;
}
.practice-area-select-dropdown .contact-details h4, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content h3, body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details h3, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > h2, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain .practice-area-select-dropdown .contact-details .h3, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content .practice-area-select-dropdown .contact-details .h3, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .practice-area-select-dropdown .contact-details .h3, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .practice-area-select-dropdown .contact-details .h3, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, body.page-template-template-hub section.articles.podcasts .article .article-content .side-text .practice-area-select-dropdown .contact-details h2, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content .practice-area-select-dropdown .contact-details h2, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, body.page-template-template-hub section.articles.publications .article .article-content .side-text .practice-area-select-dropdown .contact-details h2, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content .practice-area-select-dropdown .contact-details h2, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .practice-area-select-dropdown .contact-details p, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .practice-area-select-dropdown .contact-details p, .practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .contain > h1:first-child, .practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > h1:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .contain > h2:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > h2:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .contain > h3:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > h3:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .practice-area-select-dropdown .contact-details .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .practice-area-select-dropdown .contact-details .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .practice-area-select-dropdown .contact-details .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .practice-area-select-dropdown .contact-details .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > .h3:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .practice-area-select-dropdown .contact-details .contain > p:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > p:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .practice-area-select-dropdown .contact-details .contain > p:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > p:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .contain > h4:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > h4:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .contain > h5:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > h5:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .contain > h6:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > h6:first-child, .practice-area-select-dropdown .contact-details .tab-list ul li a, .tab-list ul li .practice-area-select-dropdown .contact-details a,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .practice-area-select-dropdown .contact-details .contain > a:first-child,
.practice-area-select-dropdown .contact-details .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .contain > a:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .practice-area-select-dropdown .contact-details .contain > a:first-child,
.practice-area-select-dropdown .contact-details .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > a:first-child, .practice-area-select-dropdown .contact-details .feature span, .feature .practice-area-select-dropdown .contact-details span,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .practice-area-select-dropdown .contact-details .contain > span:first-child,
.practice-area-select-dropdown .contact-details .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .contain > span:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .practice-area-select-dropdown .contact-details .contain > span:first-child,
.practice-area-select-dropdown .contact-details .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .contain > span:first-child, .practice-area-select-dropdown .contact-details .expertise-nav-sidebar > a:first-child,
.practice-area-select-dropdown .contact-details body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .practice-area-select-dropdown .contact-details .expertise-nav-sidebar.contain > a:first-child,
.practice-area-select-dropdown .contact-details section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .practice-area-select-dropdown .contact-details .expertise-nav-sidebar.contain > a:first-child {
  margin: 0;
  font-size: 1.5em;
  color: rgb(22, 59, 68);
}
.practice-area-select-dropdown.dropdown-active .dropdown {
  grid-template-rows: 1fr;
}
.practice-area-select-dropdown.dropdown-active .dropdown .inner {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
.practice-area-select-dropdown.contact-details-active .contact-details {
  grid-template-rows: 1fr;
}
.practice-area-select-dropdown.contact-details-active .contact-details .inner {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.clerk-expertise-contacts:not(.no-results) p.instruction {
  display: none;
}

.clerk-expertise-contacts.no-results p.instruction {
  display: block;
}

.practice-area-contacts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
.practice-area-contacts .practice-area-contact:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.practice-area-contacts .practice-area-contact h5 {
  font-family: "Apercu", "Helvetica", Arial, sans-serif;
  margin: 0;
  color: rgb(22, 59, 68);
  letter-spacing: normal;
}
.practice-area-contacts .practice-area-contact .contact-numbers,
.practice-area-contacts .practice-area-contact .contact-emails {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .practice-area-contacts .practice-area-contact .contact-numbers,
  .practice-area-contacts .practice-area-contact .contact-emails {
    flex-direction: row;
  }
}
.practice-area-contacts .practice-area-contact .contact-numbers:not(:last-child),
.practice-area-contacts .practice-area-contact .contact-emails:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.practice-area-contacts .practice-area-contact .contact-numbers .section-heading,
.practice-area-contacts .practice-area-contact .contact-emails .section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5em;
  padding: 1.5em 0;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .practice-area-contacts .practice-area-contact .contact-numbers .section-heading,
  .practice-area-contacts .practice-area-contact .contact-emails .section-heading {
    flex: 1 1 auto;
  }
}
.practice-area-contacts .practice-area-contact .contact-numbers .section-heading strong,
.practice-area-contacts .practice-area-contact .contact-emails .section-heading strong {
  color: rgb(22, 59, 68);
}
.practice-area-contacts .practice-area-contact .contact-numbers .section-heading span,
.practice-area-contacts .practice-area-contact .contact-emails .section-heading span {
  color: #58747c;
}
.practice-area-contacts .practice-area-contact .contact-numbers .section-heading span[class*=icon-],
.practice-area-contacts .practice-area-contact .contact-emails .section-heading span[class*=icon-] {
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #cad8db;
  font-size: 1.25em;
  padding: 0.5em;
  color: rgb(22, 59, 68);
}
.practice-area-contacts .practice-area-contact .contact-numbers p,
.practice-area-contacts .practice-area-contact .contact-emails p {
  margin: 0;
}
.practice-area-contacts .practice-area-contact .contact-numbers ul,
.practice-area-contacts .practice-area-contact .contact-emails ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 1.5em 0;
}
@media screen and (min-width: 48em) {
  .practice-area-contacts .practice-area-contact .contact-numbers ul,
  .practice-area-contacts .practice-area-contact .contact-emails ul {
    padding: 1.5em 0;
    justify-content: flex-end;
    max-width: 480px;
    flex: 0 1 480px;
  }
}
.practice-area-contacts .practice-area-contact .contact-numbers ul li,
.practice-area-contacts .practice-area-contact .contact-emails ul li {
  margin: 0 !important;
}
.practice-area-contacts .practice-area-contact .contact-numbers ul li a,
.practice-area-contacts .practice-area-contact .contact-emails ul li a {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  font-size: 0.875em;
  min-width: max-content;
}

.contact-details {
  display: grid;
  grid-template-rows: 1fr;
}
.contact-details .contact-info-content {
  margin-top: 1em;
}

.practice-area-contact-list-select {
  margin-top: 1em;
}
.practice-area-contact-list-select li {
  margin: 0;
}

.page-header.contact-2025 {
  background: #f5f5f5;
}
.page-header.contact-2025 h1, .page-header.contact-2025 #story h1, #story .page-header.contact-2025 h1,
.page-header.contact-2025 #story h2,
#story .page-header.contact-2025 h2,
.page-header.contact-2025 #story h3,
#story .page-header.contact-2025 h3,
.page-header.contact-2025 #story body.page-template-template-hub section.search-results .contain .h3,
#story body.page-template-template-hub section.search-results .contain .page-header.contact-2025 .h3,
.page-header.contact-2025 body.page-template-template-hub section.search-results .contain #story .h3,
body.page-template-template-hub section.search-results .contain #story .page-header.contact-2025 .h3,
.page-header.contact-2025 #story body.page-template-template-hub section.search-results-none .contain .h3,
#story body.page-template-template-hub section.search-results-none .contain .page-header.contact-2025 .h3,
.page-header.contact-2025 body.page-template-template-hub section.search-results-none .contain #story .h3,
body.page-template-template-hub section.search-results-none .contain #story .page-header.contact-2025 .h3,
.page-header.contact-2025 #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .page-header.contact-2025 p,
.page-header.contact-2025 body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story .page-header.contact-2025 p,
.page-header.contact-2025 #story section#hub-intro .contain > h1:first-child,
#story section#hub-intro .page-header.contact-2025 .contain > h1:first-child,
.page-header.contact-2025 section#hub-intro #story .contain > h1:first-child,
section#hub-intro #story .page-header.contact-2025 .contain > h1:first-child,
.page-header.contact-2025 #story section#hub-intro .contain > h2:first-child,
#story section#hub-intro .page-header.contact-2025 .contain > h2:first-child,
.page-header.contact-2025 section#hub-intro #story .contain > h2:first-child,
section#hub-intro #story .page-header.contact-2025 .contain > h2:first-child,
.page-header.contact-2025 #story section#hub-intro .contain > h3:first-child,
#story section#hub-intro .page-header.contact-2025 .contain > h3:first-child,
.page-header.contact-2025 section#hub-intro #story .contain > h3:first-child,
section#hub-intro #story .page-header.contact-2025 .contain > h3:first-child,
#story section#hub-intro body.page-template-template-hub section.search-results .page-header.contact-2025 .contain > .h3:first-child,
.page-header.contact-2025 section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story .page-header.contact-2025 .contain > .h3:first-child,
#story body.page-template-template-hub section.search-results section#hub-intro .page-header.contact-2025 .contain > .h3:first-child,
.page-header.contact-2025 body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story .page-header.contact-2025 .contain > .h3:first-child,
#story section#hub-intro body.page-template-template-hub section.search-results-none .page-header.contact-2025 .contain > .h3:first-child,
.page-header.contact-2025 section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story .page-header.contact-2025 .contain > .h3:first-child,
#story body.page-template-template-hub section.search-results-none section#hub-intro .page-header.contact-2025 .contain > .h3:first-child,
.page-header.contact-2025 body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story .page-header.contact-2025 .contain > .h3:first-child,
.page-header.contact-2025 #story section#hub-intro .contain > h4:first-child,
#story section#hub-intro .page-header.contact-2025 .contain > h4:first-child,
.page-header.contact-2025 section#hub-intro #story .contain > h4:first-child,
section#hub-intro #story .page-header.contact-2025 .contain > h4:first-child,
.page-header.contact-2025 #story section#hub-intro .contain > h5:first-child,
#story section#hub-intro .page-header.contact-2025 .contain > h5:first-child,
.page-header.contact-2025 section#hub-intro #story .contain > h5:first-child,
section#hub-intro #story .page-header.contact-2025 .contain > h5:first-child,
.page-header.contact-2025 #story section#hub-intro .contain > h6:first-child,
#story section#hub-intro .page-header.contact-2025 .contain > h6:first-child,
.page-header.contact-2025 section#hub-intro #story .contain > h6:first-child,
section#hub-intro #story .page-header.contact-2025 .contain > h6:first-child,
.page-header.contact-2025 #story section#hub-intro .tab-list ul li .contain > a:first-child,
#story section#hub-intro .tab-list ul li .page-header.contact-2025 .contain > a:first-child,
.page-header.contact-2025 .tab-list ul li #story section#hub-intro .contain > a:first-child,
.tab-list ul li #story section#hub-intro .page-header.contact-2025 .contain > a:first-child,
.page-header.contact-2025 section#hub-intro #story .tab-list ul li .contain > a:first-child,
section#hub-intro #story .tab-list ul li .page-header.contact-2025 .contain > a:first-child,
.page-header.contact-2025 .tab-list ul li section#hub-intro #story .contain > a:first-child,
.tab-list ul li section#hub-intro #story .page-header.contact-2025 .contain > a:first-child,
.page-header.contact-2025 #story section#hub-intro .feature .contain > span:first-child,
#story section#hub-intro .feature .page-header.contact-2025 .contain > span:first-child,
.page-header.contact-2025 .feature #story section#hub-intro .contain > span:first-child,
.feature #story section#hub-intro .page-header.contact-2025 .contain > span:first-child,
.page-header.contact-2025 section#hub-intro #story .feature .contain > span:first-child,
section#hub-intro #story .feature .page-header.contact-2025 .contain > span:first-child,
.page-header.contact-2025 .feature section#hub-intro #story .contain > span:first-child,
.feature section#hub-intro #story .page-header.contact-2025 .contain > span:first-child,
.page-header.contact-2025 #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story section#hub-intro .page-header.contact-2025 .expertise-nav-sidebar.contain > a:first-child,
.page-header.contact-2025 section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story .page-header.contact-2025 .expertise-nav-sidebar.contain > a:first-child {
  color: rgb(22, 59, 68);
  text-align: center;
}
.page-header.contact-2025 .hero-search-modal {
  margin: 2em auto 0 auto;
  max-width: 990px;
}
.page-header.contact-2025 .styled-search {
  border: 2px solid #cad8db;
  box-shadow: none;
}

section#offices {
  padding: 3.75em 0;
  border-top: 1px solid #cad8db;
}
section#offices h2 {
  margin-top: 2.3rem;
}
section#offices .office-intro-header {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-direction: column;
  padding-bottom: 1.75em;
  border-bottom: 1px solid #cad8db;
}
@media screen and (min-width: 48em) {
  section#offices .office-intro-header {
    flex-direction: row;
    align-items: flex-end;
  }
}
section#offices .office-intro-header .content {
  max-width: 720px;
}
section#offices .office-intro-header .content p {
  text-wrap: balance;
}
section#offices .office-intro-header .content p:last-child {
  margin-bottom: 0;
}
section#offices .office-intro-header .action a {
  font-size: 1.125em;
  min-width: max-content;
  font-family: "apercu", "Helvetica", Arial, sans-serif;
  font-weight: 500;
}
section#offices ul.office-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75em;
  list-style: none;
  margin: 2.5em 0 0 0;
  padding: 0;
}
section#offices ul.office-contacts li {
  flex: 0 0 100%;
  margin: 0;
}
@media screen and (min-width: 37.625rem) {
  section#offices ul.office-contacts li {
    flex: 0 0 calc(50% - 0.875em);
  }
}
@media screen and (min-width: 48em) {
  section#offices ul.office-contacts li {
    flex: 0 0 calc(33.33% - 1.1667em);
  }
}
@media screen and (min-width: 64em) {
  section#offices ul.office-contacts li {
    flex: 0 0 calc(25% - 1.3125em);
  }
}
section#offices ul.office-contacts li .office-contact-panel {
  display: grid;
  grid-template-columns: 1fr;
  text-decoration: none;
  gap: 0.5em;
  border: 2px solid #cad8db;
  border-radius: 1em;
  padding: 1.5em;
  transition: all 0.3s ease-in-out;
}
section#offices ul.office-contacts li .office-contact-panel:hover {
  border-color: rgb(22, 59, 68);
  background-color: #cad8db;
}
section#offices ul.office-contacts li .office-contact-panel p {
  margin: 0;
}
section#offices ul.office-contacts li .office-contact-panel p.location-name {
  font-family: "apercu", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  color: rgb(22, 59, 68);
}
section#offices ul.office-contacts li .office-contact-panel p.tel {
  display: block;
  text-decoration: none;
  color: rgb(22, 59, 68);
  display: flex;
  align-items: center;
}
section#offices ul.office-contacts li .office-contact-panel p.tel:before {
  content: "\e914";
  margin-right: 0.25em;
}

section#additional-contact-info {
  padding-top: 3.75em;
}
section#additional-contact-info .additional-contact {
  padding: 0 0 3.75em 0;
}
section#additional-contact-info .additional-contact:not(:first-child) .contain {
  border-top: 1px solid #cad8db;
  padding-top: 3.75em;
}
section#additional-contact-info .additional-contact:last-child .contain {
  padding-bottom: 3.75em;
  border-bottom: 1px solid #cad8db;
}
section#additional-contact-info .additional-contact .contain {
  text-align: center;
}
section#additional-contact-info .additional-contact h3, body.page-template-template-hub section#additional-contact-info .additional-contact .contain > h2, section#additional-contact-info .additional-contact body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain section#additional-contact-info .additional-contact .h3, section#additional-contact-info .additional-contact body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain section#additional-contact-info .additional-contact .h3, section#additional-contact-info .additional-contact body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text section#additional-contact-info .additional-contact h2, section#additional-contact-info .additional-contact body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text section#additional-contact-info .additional-contact h2, section#additional-contact-info .additional-contact body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#additional-contact-info .additional-contact p, section#additional-contact-info .additional-contact section#hub-intro .contain > h1:first-child, section#hub-intro section#additional-contact-info .additional-contact .contain > h1:first-child,
section#additional-contact-info .additional-contact section#hub-intro .contain > h2:first-child,
section#hub-intro section#additional-contact-info .additional-contact .contain > h2:first-child,
section#additional-contact-info .additional-contact section#hub-intro .contain > h3:first-child,
section#hub-intro section#additional-contact-info .additional-contact .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section#additional-contact-info .additional-contact .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section#additional-contact-info .additional-contact .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section#additional-contact-info .additional-contact .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section#additional-contact-info .additional-contact .contain > .h3:first-child,
section#additional-contact-info .additional-contact section#hub-intro .contain > h4:first-child,
section#hub-intro section#additional-contact-info .additional-contact .contain > h4:first-child,
section#additional-contact-info .additional-contact section#hub-intro .contain > h5:first-child,
section#hub-intro section#additional-contact-info .additional-contact .contain > h5:first-child,
section#additional-contact-info .additional-contact section#hub-intro .contain > h6:first-child,
section#hub-intro section#additional-contact-info .additional-contact .contain > h6:first-child,
section#additional-contact-info .additional-contact section#hub-intro .tab-list ul li .contain > a:first-child,
section#hub-intro .tab-list ul li section#additional-contact-info .additional-contact .contain > a:first-child,
section#additional-contact-info .additional-contact .tab-list ul li section#hub-intro .contain > a:first-child,
.tab-list ul li section#hub-intro section#additional-contact-info .additional-contact .contain > a:first-child,
section#additional-contact-info .additional-contact section#hub-intro .feature .contain > span:first-child,
section#hub-intro .feature section#additional-contact-info .additional-contact .contain > span:first-child,
section#additional-contact-info .additional-contact .feature section#hub-intro .contain > span:first-child,
.feature section#hub-intro section#additional-contact-info .additional-contact .contain > span:first-child,
section#additional-contact-info .additional-contact section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro section#additional-contact-info .additional-contact .expertise-nav-sidebar.contain > a:first-child {
  margin: 0;
}
section#additional-contact-info .additional-contact p {
  max-width: 720px;
  margin: 1em auto 0 auto;
}
section#additional-contact-info .additional-contact a.btn, section#additional-contact-info .additional-contact a.gform_button, section#additional-contact-info .additional-contact .tab-list ul li.active a, .tab-list ul li.active section#additional-contact-info .additional-contact a {
  font-size: 1.125em;
  font-family: "apercu", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 1.25em auto 0 auto;
}
section#additional-contact-info .additional-contact a.btn.direct-access, section#additional-contact-info .additional-contact a.direct-access.gform_button, section#additional-contact-info .additional-contact .tab-list ul li.active a.direct-access, .tab-list ul li.active section#additional-contact-info .additional-contact a.direct-access {
  background-color: rgb(220, 203, 1) !important;
  border-color: rgb(220, 203, 1) !important;
  color: rgb(22, 59, 68) !important;
}
section#additional-contact-info .additional-contact a.btn.direct-access:hover, section#additional-contact-info .additional-contact a.direct-access.gform_button:hover, section#additional-contact-info .additional-contact .tab-list ul li.active a.direct-access:hover, .tab-list ul li.active section#additional-contact-info .additional-contact a.direct-access:hover {
  background-color: #7c7200 !important;
  border-color: #7c7200 !important;
  color: #fff !important;
}

section#general-enquiries {
  padding: 3.75em 0;
}
section#general-enquiries .contain {
  text-align: center;
}
section#general-enquiries .contain h3, body.page-template-template-hub section#general-enquiries .contain > h2, section#general-enquiries body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results section#general-enquiries .contain .h3, section#general-enquiries body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none section#general-enquiries .contain .h3, section#general-enquiries .contain body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text section#general-enquiries .contain h2, section#general-enquiries .contain body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text section#general-enquiries .contain h2, section#general-enquiries .contain body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#general-enquiries .contain p, section#general-enquiries section#hub-intro .contain > h1:first-child, section#hub-intro section#general-enquiries .contain > h1:first-child,
section#general-enquiries section#hub-intro .contain > h2:first-child,
section#hub-intro section#general-enquiries .contain > h2:first-child,
section#general-enquiries section#hub-intro .contain > h3:first-child,
section#hub-intro section#general-enquiries .contain > h3:first-child,
section#general-enquiries section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#general-enquiries body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
section#general-enquiries section#hub-intro .contain > h4:first-child,
section#hub-intro section#general-enquiries .contain > h4:first-child,
section#general-enquiries section#hub-intro .contain > h5:first-child,
section#hub-intro section#general-enquiries .contain > h5:first-child,
section#general-enquiries section#hub-intro .contain > h6:first-child,
section#hub-intro section#general-enquiries .contain > h6:first-child,
section#general-enquiries section#hub-intro .tab-list ul li .contain > a:first-child,
section#hub-intro .tab-list ul li section#general-enquiries .contain > a:first-child,
section#general-enquiries .tab-list ul li section#hub-intro .contain > a:first-child,
.tab-list ul li section#hub-intro section#general-enquiries .contain > a:first-child,
section#general-enquiries section#hub-intro .feature .contain > span:first-child,
section#hub-intro .feature section#general-enquiries .contain > span:first-child,
section#general-enquiries .feature section#hub-intro .contain > span:first-child,
.feature section#hub-intro section#general-enquiries .contain > span:first-child,
section#general-enquiries section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro section#general-enquiries .expertise-nav-sidebar.contain > a:first-child {
  margin: 0 auto 1rem auto;
}
section#general-enquiries .contain p {
  max-width: 720px;
  margin: 0 auto 1.5rem auto;
}
section#general-enquiries .enquiry-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 3.75rem;
  text-align: left;
}
section#general-enquiries .enquiry-form-wrapper h3, body.page-template-template-hub section#general-enquiries .enquiry-form-wrapper .contain > h2, section#general-enquiries .enquiry-form-wrapper body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain section#general-enquiries .enquiry-form-wrapper .h3, section#general-enquiries .enquiry-form-wrapper body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain section#general-enquiries .enquiry-form-wrapper .h3, section#general-enquiries .enquiry-form-wrapper body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text section#general-enquiries .enquiry-form-wrapper h2, section#general-enquiries .enquiry-form-wrapper body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text section#general-enquiries .enquiry-form-wrapper h2, section#general-enquiries .enquiry-form-wrapper body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#general-enquiries .enquiry-form-wrapper p, section#general-enquiries .enquiry-form-wrapper section#hub-intro .contain > h1:first-child, section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > h1:first-child,
section#general-enquiries .enquiry-form-wrapper section#hub-intro .contain > h2:first-child,
section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > h2:first-child,
section#general-enquiries .enquiry-form-wrapper section#hub-intro .contain > h3:first-child,
section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section#general-enquiries .enquiry-form-wrapper .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section#general-enquiries .enquiry-form-wrapper .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > .h3:first-child,
section#general-enquiries .enquiry-form-wrapper section#hub-intro .contain > h4:first-child,
section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > h4:first-child,
section#general-enquiries .enquiry-form-wrapper section#hub-intro .contain > h5:first-child,
section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > h5:first-child,
section#general-enquiries .enquiry-form-wrapper section#hub-intro .contain > h6:first-child,
section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > h6:first-child,
section#general-enquiries .enquiry-form-wrapper section#hub-intro .tab-list ul li .contain > a:first-child,
section#hub-intro .tab-list ul li section#general-enquiries .enquiry-form-wrapper .contain > a:first-child,
section#general-enquiries .enquiry-form-wrapper .tab-list ul li section#hub-intro .contain > a:first-child,
.tab-list ul li section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > a:first-child,
section#general-enquiries .enquiry-form-wrapper section#hub-intro .feature .contain > span:first-child,
section#hub-intro .feature section#general-enquiries .enquiry-form-wrapper .contain > span:first-child,
section#general-enquiries .enquiry-form-wrapper .feature section#hub-intro .contain > span:first-child,
.feature section#hub-intro section#general-enquiries .enquiry-form-wrapper .contain > span:first-child,
section#general-enquiries .enquiry-form-wrapper section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro section#general-enquiries .enquiry-form-wrapper .expertise-nav-sidebar.contain > a:first-child {
  text-align: center;
  margin: 0;
}
section#general-enquiries .enquiry-form-wrapper .gfield {
  padding-right: 0 !important;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper {
  max-width: 49.5rem;
}
@media screen and (min-width: 64em) {
  section#general-enquiries .enquiry-form-wrapper .gform_wrapper {
    margin-top: 55px;
  }
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .form-subheading {
  margin: 2rem 0 0;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield_description {
  font-size: 1.1rem;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield {
  padding: 0;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield:not(.barrister-select) .gfield_description {
  display: none;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield.address-fields {
  margin-top: 0;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield.address-fields span {
  display: inline-block;
  margin-bottom: 1rem;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield.address-fields span.address_line_1, section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield.address-fields span.address_line_2 {
  display: block;
}
@media screen and (max-width: 40rem) {
  section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield.address-fields span {
    display: block;
  }
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_label {
  display: none;
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield input[type=email],
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield input[type=tel],
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield input[type=text],
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield textarea {
  padding: 1rem 0.875rem;
  font-size: 1.145rem;
  background-color: transparent;
  border: 1px solid #7d7d7d;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield input[type=email]:focus,
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield input[type=tel]:focus,
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield input[type=text]:focus,
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield textarea:focus {
  outline: 2px solid rgb(22, 59, 68);
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield select {
  width: 100%;
  border-radius: 0;
  padding: 1rem 0.875rem;
  background-image: url("/content/themes/3pb_barristers/img/select-arrows.png");
  background-repeat: no-repeat;
  background-position: right 19px center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield select {
    background-image: url("/content/themes/3pb_barristers/img/select-arrows_2x.png");
    background-size: 19px;
  }
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .ginput_complex label {
  display: none;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_checkbox.custom-checkbox-style, section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_checkbox.custom-radio-style,
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_radio.custom-checkbox-style,
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_radio.custom-radio-style {
  display: flex;
  flex-wrap: wrap;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_checkbox.custom-checkbox-style label:not(.tick-label), section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_checkbox.custom-radio-style label:not(.tick-label),
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_radio.custom-checkbox-style label:not(.tick-label),
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_radio.custom-radio-style label:not(.tick-label) {
  line-height: 1.665em;
  padding-left: 1rem;
  font-size: 1rem;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_checkbox li,
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_radio li {
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_checkbox li,
  section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_radio li {
    flex: 0 0 50%;
  }
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_checkbox li label.tick-label,
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_radio li label.tick-label {
  background: transparent;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_body .gfield .gfield_radio li {
  display: inline-block;
  margin-right: 2rem;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  background: #4f504a;
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
  transition: all 0.3s ease-in-out;
}
section#general-enquiries .enquiry-form-wrapper .gform_wrapper .gform_footer input[type=submit]:hover {
  background: rgb(22, 59, 68);
}

.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100% !important;
}

.gform_legacy_markup_wrapper .gform_body ul li.gfield:not(.gf_left_half):not(.gf_right_half)[id*=field_] {
  min-width: 100% !important;
}

.gform_legacy_markup_wrapper .ginput_complex.ginput_container {
  width: 100% !important;
}

.ginput_container.ginput_container--name {
  display: flex;
  gap: 1rem;
}
.ginput_container.ginput_container--name span.gform-grid-col {
  flex: 1 1 auto;
  width: auto !important;
  padding: 0 !important;
  margin-right: 0 !important;
}

.gform_legacy_markup_wrapper div.validation_error {
  outline: none !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.gform_submission_error.hide_summary {
  font-family: "Apercu Light", "Helvetica", Arial, sans-serif !important;
  letter-spacing: normal !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error .ginput_container input,
.gform_legacy_markup_wrapper li.gfield.gfield_error .ginput_container select,
.gform_legacy_markup_wrapper li.gfield.gfield_error .ginput_container textarea,
.gform_legacy_markup_wrapper li.gfield.gfield_error .ginput_container label.tick-label,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .ginput_container input,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .ginput_container select,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .ginput_container textarea,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .ginput_container label.tick-label {
  border-color: #cc0000 !important;
  border-width: 2px !important;
}

.subscribe {
  display: none !important;
}

ul.expertise-tiles-2025 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75em;
}
@media screen and (min-width: 37.625rem) {
  ul.expertise-tiles-2025 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 48em) {
  ul.expertise-tiles-2025 {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.expertise-tiles-2025 li {
  display: flex;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
}
ul.expertise-tiles-2025 li .expertise-tile {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0.75em;
  border: 1px solid #cad8db;
  background-color: #f5f5f5;
  overflow: hidden;
}
ul.expertise-tiles-2025 li .expertise-tile .image-section {
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
}
ul.expertise-tiles-2025 li .expertise-tile .image-section a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
ul.expertise-tiles-2025 li .expertise-tile .image-section .title {
  pointer-events: none;
  padding: 1.25em 1.25em 1.25em 1.25em;
}
ul.expertise-tiles-2025 li .expertise-tile .image-section:has(.image) .image {
  height: 100%;
}
ul.expertise-tiles-2025 li .expertise-tile .image-section:has(.image) .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 16/9;
}
ul.expertise-tiles-2025 li .expertise-tile .image-section:has(.image) .image,
ul.expertise-tiles-2025 li .expertise-tile .image-section:has(.image) .title {
  grid-row: 1/-1;
  grid-column: 1/-1;
}
ul.expertise-tiles-2025 li .expertise-tile .image-section:has(.image) .title {
  padding: 2.5em 1.25em 1.25em 1.25em;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
ul.expertise-tiles-2025 li .expertise-tile .image-section h1, ul.expertise-tiles-2025 li .expertise-tile .image-section #story h1, #story ul.expertise-tiles-2025 li .expertise-tile .image-section h1,
ul.expertise-tiles-2025 li .expertise-tile .image-section #story h2,
#story ul.expertise-tiles-2025 li .expertise-tile .image-section h2,
ul.expertise-tiles-2025 li .expertise-tile .image-section #story h3,
#story ul.expertise-tiles-2025 li .expertise-tile .image-section h3,
ul.expertise-tiles-2025 li .expertise-tile .image-section #story body.page-template-template-hub section.search-results .contain .h3,
#story body.page-template-template-hub section.search-results .contain ul.expertise-tiles-2025 li .expertise-tile .image-section .h3,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.search-results .contain #story .h3,
body.page-template-template-hub section.search-results .contain #story ul.expertise-tiles-2025 li .expertise-tile .image-section .h3,
ul.expertise-tiles-2025 li .expertise-tile .image-section #story body.page-template-template-hub section.search-results-none .contain .h3,
#story body.page-template-template-hub section.search-results-none .contain ul.expertise-tiles-2025 li .expertise-tile .image-section .h3,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.search-results-none .contain #story .h3,
body.page-template-template-hub section.search-results-none .contain #story ul.expertise-tiles-2025 li .expertise-tile .image-section .h3,
ul.expertise-tiles-2025 li .expertise-tile .image-section #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text ul.expertise-tiles-2025 li .expertise-tile .image-section p,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story ul.expertise-tiles-2025 li .expertise-tile .image-section p,
ul.expertise-tiles-2025 li .expertise-tile .image-section h2,
ul.expertise-tiles-2025 li .expertise-tile .image-section h3,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.search-results .contain .h3,
body.page-template-template-hub section.search-results .contain ul.expertise-tiles-2025 li .expertise-tile .image-section .h3,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.search-results-none .contain .h3,
body.page-template-template-hub section.search-results-none .contain ul.expertise-tiles-2025 li .expertise-tile .image-section .h3,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.articles.podcasts .side-text h2,
body.page-template-template-hub section.articles.podcasts .side-text ul.expertise-tiles-2025 li .expertise-tile .image-section h2,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.articles.publications .side-text h2,
body.page-template-template-hub section.articles.publications .side-text ul.expertise-tiles-2025 li .expertise-tile .image-section h2,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text ul.expertise-tiles-2025 li .expertise-tile .image-section p,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .contain > h1:first-child,
section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > h1:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .contain > h2:first-child,
section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > h2:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .contain > h3:first-child,
section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > h3:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > .h3:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > .h3:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > .h3:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > .h3:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > p:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > p:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .contain > h4:first-child,
section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > h4:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .contain > h5:first-child,
section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > h5:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .contain > h6:first-child,
section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > h6:first-child,
section#hub-intro .tab-list ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > a:first-child,
.tab-list ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .contain > a:first-child,
.tab-list ul.expertise-tiles-2025 li section#hub-intro .expertise-tile .image-section .contain > a:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .feature .contain > span:first-child,
section#hub-intro .feature ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > span:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section .feature section#hub-intro .contain > span:first-child,
.feature section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .contain > span:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro ul.expertise-tiles-2025 li .expertise-tile .image-section .expertise-nav-sidebar.contain > a:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section h4,
ul.expertise-tiles-2025 li .expertise-tile .image-section body.page-template-template-hub section.articles .article .article-content h3,
body.page-template-template-hub section.articles .article .article-content ul.expertise-tiles-2025 li .expertise-tile .image-section h3,
.tab-list ul.expertise-tiles-2025 li .expertise-tile .image-section a,
ul.expertise-tiles-2025 li .expertise-tile .image-section .feature span,
.feature ul.expertise-tiles-2025 li .expertise-tile .image-section span,
ul.expertise-tiles-2025 li .expertise-tile .image-section .expertise-nav-sidebar > a:first-child,
ul.expertise-tiles-2025 li .expertise-tile .image-section h5,
ul.expertise-tiles-2025 li .expertise-tile .image-section h6 {
  margin: 0;
}
ul.expertise-tiles-2025 li .expertise-tile .actions {
  border-top: 1px solid #cad8db;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li {
  margin: 0;
  flex: 1 1 0;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li.tel {
  flex: 0 0 50%;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li.tel:hover {
  cursor: pointer;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li.tel:hover a {
  color: #fff;
  background: rgba(22, 59, 68, 0.6);
  transition: all 0.3s ease-in-out;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li.tel:hover a:before {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li.tel a {
  white-space: normal;
  text-indent: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem !important;
  transition: all 0.3s ease-in-out;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li.tel a span {
  font-size: 1rem;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li.tel a:before {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li.tel a:after {
  display: none !important;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li:not(:last-child) {
  border-right: 1px solid #cad8db;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li a {
  isolation: isolate;
  appearance: none;
  color: rgb(22, 59, 68);
  text-decoration: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  padding: 1rem 0;
  font-size: 1.75rem;
  width: 100%;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 59, 68, 0.6);
  transition: all 0.3s ease-in-out;
  z-index: -1;
  opacity: 0;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before {
  z-index: 1;
  font-size: 1.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: 0;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 37.625rem) {
  ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:before {
    font-size: 1.25rem;
  }
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:hover:after {
  opacity: 1;
}
ul.expertise-tiles-2025 li .expertise-tile .actions ul li a:hover:before {
  color: #fff;
}
ul.expertise-tiles-2025 li .expertise-tile .actions .link a:before {
  content: "\e916";
  position: absolute;
}
ul.expertise-tiles-2025 li .expertise-tile .actions .tel a:before {
  content: "\e914";
  position: absolute;
}
ul.expertise-tiles-2025 li .expertise-tile .actions .email a:before {
  content: "\e913";
  position: absolute;
}
ul.expertise-tiles-2025.additional li .expertise-tile .image-section {
  aspect-ratio: initial;
}

.additional-expertise-areas {
  margin-top: 3.75em;
  border-top: 1px solid #cad8db;
  padding-top: 3.75em;
}
.additional-expertise-areas h3, .additional-expertise-areas body.page-template-template-hub section .contain > h2, body.page-template-template-hub section .additional-expertise-areas .contain > h2, .additional-expertise-areas body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain .additional-expertise-areas .h3, .additional-expertise-areas body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain .additional-expertise-areas .h3, .additional-expertise-areas body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text .additional-expertise-areas h2, .additional-expertise-areas body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text .additional-expertise-areas h2, .additional-expertise-areas body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .additional-expertise-areas p, .additional-expertise-areas section#hub-intro .contain > h1:first-child, section#hub-intro .additional-expertise-areas .contain > h1:first-child,
.additional-expertise-areas section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
.additional-expertise-areas section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
.additional-expertise-areas section#hub-intro .contain > h2:first-child,
section#hub-intro .additional-expertise-areas .contain > h2:first-child,
.additional-expertise-areas section#hub-intro .contain > h3:first-child,
section#hub-intro .additional-expertise-areas .contain > h3:first-child,
.additional-expertise-areas section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results .additional-expertise-areas .contain > .h3:first-child,
.additional-expertise-areas body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro .additional-expertise-areas .contain > .h3:first-child,
.additional-expertise-areas section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none .additional-expertise-areas .contain > .h3:first-child,
.additional-expertise-areas body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro .additional-expertise-areas .contain > .h3:first-child,
.additional-expertise-areas section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .additional-expertise-areas .contain > p:first-child,
.additional-expertise-areas body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .additional-expertise-areas .contain > p:first-child,
.additional-expertise-areas section#hub-intro .contain > h4:first-child,
section#hub-intro .additional-expertise-areas .contain > h4:first-child,
.additional-expertise-areas section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
.additional-expertise-areas section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
.additional-expertise-areas section#hub-intro .contain > h5:first-child,
section#hub-intro .additional-expertise-areas .contain > h5:first-child,
.additional-expertise-areas section#hub-intro .contain > h6:first-child,
section#hub-intro .additional-expertise-areas .contain > h6:first-child,
.additional-expertise-areas section#hub-intro .tab-list ul li .contain > a:first-child,
section#hub-intro .tab-list ul li .additional-expertise-areas .contain > a:first-child,
.additional-expertise-areas .tab-list ul li section#hub-intro .contain > a:first-child,
.tab-list ul li section#hub-intro .additional-expertise-areas .contain > a:first-child,
.additional-expertise-areas section#hub-intro .feature .contain > span:first-child,
section#hub-intro .feature .additional-expertise-areas .contain > span:first-child,
.additional-expertise-areas .feature section#hub-intro .contain > span:first-child,
.feature section#hub-intro .additional-expertise-areas .contain > span:first-child,
.additional-expertise-areas section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro .additional-expertise-areas .expertise-nav-sidebar.contain > a:first-child {
  text-align: center;
  margin: 0 0 0.5em 0;
}

#new-expertise-area.twentytwentyfive {
  padding: 0;
}

#new-expertise-area.twentytwentyfive .expertise-area-content-2025 {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr;
  padding: 3.75em 0 0 0;
  grid-template-areas: "areas" "content" "contact" "heads";
  gap: 0 5rem;
}
@media screen and (min-width: 48em) {
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 {
    grid-template-columns: 1fr clamp(240px, 35%, 375px);
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "content contact" "content areas" "heads heads";
  }
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 > * {
  max-width: 100%;
  overflow: hidden;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content {
  grid-area: content;
  margin: 0;
  padding-bottom: 2.5rem;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content h1,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story h2,
#story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content h2,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story h3,
#story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content h3,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story body.page-template-template-hub section.search-results .contain .h3,
#story body.page-template-template-hub section.search-results .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .h3,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content body.page-template-template-hub section.search-results .contain #story .h3,
body.page-template-template-hub section.search-results .contain #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .h3,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story body.page-template-template-hub section.search-results-none .contain .h3,
#story body.page-template-template-hub section.search-results-none .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .h3,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content body.page-template-template-hub section.search-results-none .contain #story .h3,
body.page-template-template-hub section.search-results-none .contain #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .h3,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p,
#story body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content p,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story p,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content p,
#story section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > .h3:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content section#hub-intro body.page-template-template-hub section.search-results #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > .h3:first-child,
#story body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > .h3:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content body.page-template-template-hub section.search-results section#hub-intro #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > .h3:first-child,
#story section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > .h3:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content section#hub-intro body.page-template-template-hub section.search-results-none #story .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > .h3:first-child,
#story body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > .h3:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content body.page-template-template-hub section.search-results-none section#hub-intro #story .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > .h3:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story section#hub-intro .contain > h4:first-child,
#story section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > h4:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content section#hub-intro #story .contain > h4:first-child,
section#hub-intro #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > h4:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story section#hub-intro .contain > h5:first-child,
#story section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > h5:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content section#hub-intro #story .contain > h5:first-child,
section#hub-intro #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > h5:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story section#hub-intro .contain > h6:first-child,
#story section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > h6:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content section#hub-intro #story .contain > h6:first-child,
section#hub-intro #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > h6:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story section#hub-intro .tab-list ul li .contain > a:first-child,
#story section#hub-intro .tab-list ul li #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .tab-list ul li #story section#hub-intro .contain > a:first-child,
.tab-list ul li #story section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content section#hub-intro #story .tab-list ul li .contain > a:first-child,
section#hub-intro #story .tab-list ul li #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .tab-list ul li section#hub-intro #story .contain > a:first-child,
.tab-list ul li section#hub-intro #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story section#hub-intro .feature .contain > span:first-child,
#story section#hub-intro .feature #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > span:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .feature #story section#hub-intro .contain > span:first-child,
.feature #story section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > span:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content section#hub-intro #story .feature .contain > span:first-child,
section#hub-intro #story .feature #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > span:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .feature section#hub-intro #story .contain > span:first-child,
.feature section#hub-intro #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .contain > span:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content #story section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
#story section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .expertise-nav-sidebar.contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content section#hub-intro #story .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #story #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content .expertise-nav-sidebar.contain > a:first-child {
  margin-top: 0;
  line-height: 1.3em;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content p:empty, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content p:-moz-only-whitespace {
  display: none !important;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .page-content > *:last-child {
  margin-bottom: 0;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch {
  display: none;
  grid-area: contact;
  margin: 0 -2em 0 -2em;
  background-color: #fff;
  padding: 2em;
  max-width: 100vw;
}
@media screen and (min-width: 48em) {
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch {
    background-color: transparent;
    margin: 0 0 2.5rem 0;
    padding: 0;
  }
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch p, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h1:first-child, section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h1:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h2:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > .h3:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h4:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h4:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h5:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h5:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h6:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h6:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .tab-list ul li .contain > a:first-child,
section#hub-intro .tab-list ul li #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .tab-list ul li section#hub-intro .contain > a:first-child,
.tab-list ul li section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .feature .contain > span:first-child,
section#hub-intro .feature #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > span:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .feature section#hub-intro .contain > span:first-child,
.feature section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > span:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .expertise-nav-sidebar.contain > a:first-child {
  color: rgb(22, 59, 68);
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch p, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h1:first-child, section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h1:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h2:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h2:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > .h3:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h4:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h4:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h5:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h5:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .contain > h6:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > h6:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .tab-list ul li .contain > a:first-child,
  section#hub-intro .tab-list ul li #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > a:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .tab-list ul li section#hub-intro .contain > a:first-child,
  .tab-list ul li section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > a:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .feature .contain > span:first-child,
  section#hub-intro .feature #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > span:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .feature section#hub-intro .contain > span:first-child,
  .feature section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .contain > span:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .expertise-nav-sidebar.contain > a:first-child {
    color: #fff;
  }
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails {
  border-bottom: none;
  background-color: #fff;
  padding: 1em 1.75em;
  border-radius: 0.75em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border: 1px solid #CAD8DB;
}
@media screen and (min-width: 48em) {
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails {
    border: none;
  }
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .section-heading, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-numbers-list, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-emails-list, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .section-heading, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-numbers-list, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-emails-list {
  padding: 0;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .section-heading p strong, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-numbers-list p strong, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-emails-list p strong, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .section-heading p strong, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-numbers-list p strong, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-emails-list p strong {
  font-family: "Apercu Regular", "Helvetica", Arial, sans-serif !important;
  font-weight: 400 !important;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-numbers-list, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-emails-list, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-numbers-list, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-emails-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-numbers-list a, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-emails-list a, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-numbers-list a, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-emails-list a {
  display: block;
  width: 100%;
  text-align: center;
  justify-content: center;
  background-color: transparent !important;
  border: 1px solid #CAD8DB !important;
  color: rgb(22, 59, 68) !important;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-numbers-list a:hover, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-numbers .contact-emails-list a:hover, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-numbers-list a:hover, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .get-in-touch .practice-area-contact .contact-emails .contact-emails-list a:hover {
  background-color: rgb(22, 59, 68) !important;
  color: #fff !important;
  border-color: rgb(22, 59, 68) !important;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas {
  display: none;
  margin: 0 0 2.5rem 0;
}
@media screen and (min-width: 48em) {
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas {
    grid-area: contact;
  }
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas p, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h1:first-child, section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h1:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h2:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > .h3:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h4:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h4:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h5:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h5:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h6:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h6:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .tab-list ul li .contain > a:first-child,
section#hub-intro .tab-list ul li #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .tab-list ul li section#hub-intro .contain > a:first-child,
.tab-list ul li section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > a:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .feature .contain > span:first-child,
section#hub-intro .feature #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > span:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .feature section#hub-intro .contain > span:first-child,
.feature section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > span:first-child,
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .expertise-nav-sidebar.contain > a:first-child {
  display: none;
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section .contain > h2, body.page-template-template-hub section #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .h3, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas h2, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas p, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h1:first-child, section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h1:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h2:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h2:first-child,
  section#hub-intro body.page-template-template-hub section.search-results #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > .h3:first-child,
  body.page-template-template-hub section.search-results section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > .h3:first-child,
  section#hub-intro body.page-template-template-hub section.search-results-none #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > .h3:first-child,
  body.page-template-template-hub section.search-results-none section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > .h3:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h4:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h4:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h5:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h5:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .contain > h6:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > h6:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .tab-list ul li .contain > a:first-child,
  section#hub-intro .tab-list ul li #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > a:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .tab-list ul li section#hub-intro .contain > a:first-child,
  .tab-list ul li section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > a:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .feature .contain > span:first-child,
  section#hub-intro .feature #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > span:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .feature section#hub-intro .contain > span:first-child,
  .feature section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .contain > span:first-child,
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
  section#hub-intro #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas .expertise-nav-sidebar.contain > a:first-child {
    display: block;
  }
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside {
  width: 100% !important;
  padding: 0;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside .expertise-nav-sidebar {
  align-content: flex-start;
  margin: 0;
  border-radius: 0.75em;
  overflow: hidden;
  padding: 0;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside .expertise-nav-sidebar ul {
  margin: 0;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside .expertise-nav-sidebar > a:not(.btn):not(.gform_button) {
  margin: 0;
}
@media screen and (min-width: 48em) {
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside .expertise-nav-sidebar > a:not(.btn):not(.gform_button) {
    display: none !important;
  }
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside .expertise-nav-sidebar > a.btn, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside .expertise-nav-sidebar > a.gform_button, #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside .tab-list ul li.active .expertise-nav-sidebar > a, .tab-list ul li.active #new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas aside .expertise-nav-sidebar > a {
  width: auto !important;
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .specialist-areas:has(aside .expertise-nav-sidebar ul) {
  display: block;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .sector-heads {
  isolation: isolate;
  grid-area: heads;
  position: relative;
}
#new-expertise-area.twentytwentyfive .expertise-area-content-2025 .sector-heads .expertise-heads {
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em) {
  #new-expertise-area.twentytwentyfive .expertise-area-content-2025:has(.get-in-touch .contact-details-wrapper .practice-area-contacts) .specialist-areas {
    grid-area: areas;
  }
}

html.single-newsletters {
  overflow: hidden !important;
}

body.single-newsletters {
  overflow: hidden !important;
}
body.single-newsletters #page {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden !important;
}
body.single-newsletters #primary, body.single-newsletters #general-content, body.single-newsletters #general-content .contain {
  display: flex;
  flex-direction: column;
}
body.single-newsletters #primary .contain, body.single-newsletters #general-content .contain, body.single-newsletters #general-content .contain .contain {
  width: 100%;
}
body.single-newsletters #general-content, body.single-newsletters #general-content .contain, body.single-newsletters #newsletter-body {
  flex: 1 0 auto;
}
body.single-newsletters #general-content {
  padding-bottom: 0 !important;
}
body.single-newsletters #newsletter-body {
  display: flex;
  flex-direction: column;
}
body.single-newsletters #newsletter-body iframe {
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  padding-top: 5.2em;
  min-height: 500px;
}
@media screen and (min-width: 769px) {
  body.single-newsletters #newsletter-body iframe {
    padding-top: 6.1em;
  }
}
@media screen and (max-width: 768px) {
  body.single-newsletters footer {
    display: none;
  }
}

#brochure-notify {
  background-color: rgba(22, 59, 68, 0.98);
  color: #FFFFFF;
  padding: 1em 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999;
}
#brochure-notify .btn, #brochure-notify .gform_button, #brochure-notify .tab-list ul li.active a, .tab-list ul li.active #brochure-notify a {
  border-color: #FFFFFF;
  color: #FFFFFF;
  margin-left: 1em;
}
#brochure-notify .btn:hover, #brochure-notify .gform_button:hover, #brochure-notify .tab-list ul li.active a:hover, .tab-list ul li.active #brochure-notify a:hover {
  color: rgb(22, 59, 68);
  background-color: #FFFFFF;
}

footer {
  background: rgb(68, 68, 68);
  color: #FFFFFF;
  padding: 2.3em 0 6em;
  clear: both;
  background-image: url("/content/themes/3pb_barristers/img/3pb_footer_2020.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
footer h3, footer body.page-template-template-hub section .contain > h2, body.page-template-template-hub section footer .contain > h2, footer body.page-template-template-hub section.search-results .contain .h3, body.page-template-template-hub section.search-results .contain footer .h3, footer body.page-template-template-hub section.search-results-none .contain .h3, body.page-template-template-hub section.search-results-none .contain footer .h3, footer body.page-template-template-hub section.articles.podcasts .side-text h2, body.page-template-template-hub section.articles.podcasts .side-text footer h2, footer body.page-template-template-hub section.articles.publications .side-text h2, body.page-template-template-hub section.articles.publications .side-text footer h2, footer body.page-template-template-hub section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text footer p, footer section#hub-intro .contain > h1:first-child, section#hub-intro footer .contain > h1:first-child,
footer section#hub-intro body.page-template-template-hub section.search-results .contain #story .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.search-results-none .contain #story .contain > .h3:first-child,
footer section#hub-intro .contain > h2:first-child,
section#hub-intro footer .contain > h2:first-child,
footer section#hub-intro .contain > h3:first-child,
section#hub-intro footer .contain > h3:first-child,
footer section#hub-intro body.page-template-template-hub section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results footer .contain > .h3:first-child,
footer body.page-template-template-hub section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro footer .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none footer .contain > .h3:first-child,
footer body.page-template-template-hub section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro footer .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text footer .contain > p:first-child,
footer body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro footer .contain > p:first-child,
footer section#hub-intro .contain > h4:first-child,
section#hub-intro footer .contain > h4:first-child,
footer section#hub-intro body.page-template-template-hub section.search-results .contain section.articles .article .article-content .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .contain > .h3:first-child,
footer section#hub-intro .contain > h5:first-child,
section#hub-intro footer .contain > h5:first-child,
footer section#hub-intro .contain > h6:first-child,
section#hub-intro footer .contain > h6:first-child,
footer section#hub-intro .tab-list ul li .contain > a:first-child,
section#hub-intro .tab-list ul li footer .contain > a:first-child,
footer .tab-list ul li section#hub-intro .contain > a:first-child,
.tab-list ul li section#hub-intro footer .contain > a:first-child,
footer section#hub-intro .feature .contain > span:first-child,
section#hub-intro .feature footer .contain > span:first-child,
footer .feature section#hub-intro .contain > span:first-child,
.feature section#hub-intro footer .contain > span:first-child,
footer section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro footer .expertise-nav-sidebar.contain > a:first-child {
  margin-bottom: 0;
}
footer h4, footer body.page-template-template-hub section.articles .article .article-content h3, body.page-template-template-hub section.articles .article .article-content footer h3, footer body.page-template-template-hub section.articles .article .article-content .contain > h2, body.page-template-template-hub section.articles .article .article-content footer .contain > h2, footer body.page-template-template-hub section.articles .article .article-content section.search-results .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results .contain footer .h3, footer body.page-template-template-hub section.search-results .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results .contain section.articles .article .article-content footer .h3, footer body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain .h3, body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain footer .h3, footer body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content .h3, body.page-template-template-hub section.search-results-none .contain section.articles .article .article-content footer .h3, footer body.page-template-template-hub section.articles.podcasts .article .article-content .side-text h2, body.page-template-template-hub section.articles.podcasts .article .article-content .side-text footer h2, footer body.page-template-template-hub section.articles.podcasts .side-text .article .article-content h2, body.page-template-template-hub section.articles.podcasts .side-text .article .article-content footer h2, footer body.page-template-template-hub section.articles.publications .article .article-content .side-text h2, body.page-template-template-hub section.articles.publications .article .article-content .side-text footer h2, footer body.page-template-template-hub section.articles.publications .side-text .article .article-content h2, body.page-template-template-hub section.articles.publications .side-text .article .article-content footer h2, footer body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text p, body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text footer p, footer body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content p, body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content footer p, footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h1:first-child, body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .contain > h1:first-child, footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h1:first-child, section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .contain > h1:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain #story .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain #story .contain > .h3:first-child,
footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h2:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .contain > h2:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h2:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .contain > h2:first-child,
footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h3:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .contain > h3:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .contain > h3:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results footer .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results section.articles .article .article-content footer .contain > .h3:first-child,
footer body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results section#hub-intro footer .contain > .h3:first-child,
footer body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.search-results section#hub-intro section.articles .article .article-content footer .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.search-results-none footer .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content .contain > .h3:first-child,
section#hub-intro body.page-template-template-hub section.search-results-none section.articles .article .article-content footer .contain > .h3:first-child,
footer body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro .contain > .h3:first-child,
body.page-template-template-hub section.articles .article .article-content section.search-results-none section#hub-intro footer .contain > .h3:first-child,
footer body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content .contain > .h3:first-child,
body.page-template-template-hub section.search-results-none section#hub-intro section.articles .article .article-content footer .contain > .h3:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text footer .contain > p:first-child,
footer section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content .contain > p:first-child,
section#hub-intro body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section.articles .article .article-content footer .contain > p:first-child,
footer body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro .contain > p:first-child,
body.page-template-template-hub section.articles .article .article-content section.hub-signup .subscribe-wrapper .text section#hub-intro footer .contain > p:first-child,
footer body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content .contain > p:first-child,
body.page-template-template-hub section.hub-signup .subscribe-wrapper .text section#hub-intro section.articles .article .article-content footer .contain > p:first-child,
footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h4:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .contain > h4:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h4:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .contain > h4:first-child,
footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h5:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .contain > h5:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h5:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .contain > h5:first-child,
footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > h6:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .contain > h6:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > h6:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .contain > h6:first-child, footer .tab-list ul li a, .tab-list ul li footer a,
footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li .contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .tab-list ul li footer .contain > a:first-child,
footer .tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > a:first-child,
.tab-list ul li body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .contain > a:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li .contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .tab-list ul li footer .contain > a:first-child,
footer .tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > a:first-child,
.tab-list ul li section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .contain > a:first-child, footer .feature span, .feature footer span,
footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature .contain > span:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro .feature footer .contain > span:first-child,
footer .feature body.page-template-template-hub section.articles .article .article-content section#hub-intro .contain > span:first-child,
.feature body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .contain > span:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature .contain > span:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content .feature footer .contain > span:first-child,
footer .feature section#hub-intro body.page-template-template-hub section.articles .article .article-content .contain > span:first-child,
.feature section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .contain > span:first-child, footer .expertise-nav-sidebar > a:first-child,
footer body.page-template-template-hub section.articles .article .article-content section#hub-intro .expertise-nav-sidebar.contain > a:first-child,
body.page-template-template-hub section.articles .article .article-content section#hub-intro footer .expertise-nav-sidebar.contain > a:first-child,
footer section#hub-intro body.page-template-template-hub section.articles .article .article-content .expertise-nav-sidebar.contain > a:first-child,
section#hub-intro body.page-template-template-hub section.articles .article .article-content footer .expertise-nav-sidebar.contain > a:first-child {
  color: #fff;
  font-size: 1.5rem;
  margin: 1rem 0 0.9rem 0;
  float: left;
  width: 100%;
}
footer .locations {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
}
footer .locations:last-child {
  margin-right: 0;
}
footer .locations:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 37.625rem) {
  footer .locations {
    font-size: 0.9rem;
  }
}
footer .locations.teams-list {
  max-width: 441px;
}
@media screen and (min-width: 57.5rem) {
  footer .locations.teams-list {
    max-width: 100%;
  }
}
footer .locations.teams-list li {
  width: 100%;
}
@media screen and (max-width: 22.75rem) {
  footer .locations.teams-list li:not(:last-child) {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(206, 206, 206, 0.16);
  }
}
footer .locations.teams-list li .location-name, footer .locations.teams-list li .location-address {
  min-width: auto;
  float: none;
}
@media screen and (min-width: 22.8125rem) {
  footer .locations.teams-list li .location-name, footer .locations.teams-list li .location-address {
    float: left;
  }
}
footer .locations.teams-list li .location-name {
  display: block;
}
@media screen and (max-width: 22.75rem) {
  footer .locations.teams-list li .location-name {
    margin-bottom: 0.4rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 22.8125rem) {
  footer .locations.teams-list li .location-name {
    width: 50%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 37.625rem) {
  footer .locations.teams-list li .location-name {
    width: 58%;
    margin-right: 5%;
  }
}
footer .locations.teams-list li .location-address {
  display: block;
}
@media screen and (min-width: 22.8125rem) {
  footer .locations.teams-list li .location-address {
    width: 47%;
  }
}
@media screen and (min-width: 37.625rem) {
  footer .locations.teams-list li .location-address {
    width: 37%;
  }
}
@media screen and (min-width: 57.5rem) {
  footer .locations.teams-list {
    width: 100%;
  }
  footer .locations.teams-list li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  footer .locations.teams-list li:nth-child(2n) {
    margin-right: 0;
  }
  footer .locations.teams-list li .location-name, footer .locations.teams-list li .location-address {
    min-width: auto;
  }
  footer .locations.teams-list li .location-name {
    float: left;
    width: 55%;
    margin-right: 5%;
  }
  footer .locations.teams-list li .location-address {
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 64em) {
  footer .locations.teams-list {
    width: 59.5rem;
  }
  footer .locations.teams-list li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  footer .locations.teams-list li:nth-child(2n) {
    margin-right: 0;
  }
  footer .locations.teams-list li .location-name, footer .locations.teams-list li .location-address {
    min-width: auto;
  }
  footer .locations.teams-list li .location-name {
    float: left;
    width: 55%;
    margin-right: 5%;
  }
  footer .locations.teams-list li .location-address {
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 40rem) and (max-width: 57.5rem) {
  footer .locations.locations-list li .location-name {
    width: 25%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 39.9375rem) {
  footer .locations.locations-list li .location-name {
    width: 100%;
  }
}
@media screen and (min-width: 40rem) and (max-width: 57.5rem) {
  footer .locations.locations-list li .location-address {
    width: 73%;
  }
}
@media screen and (max-width: 39.9375rem) {
  footer .locations.locations-list li .location-address {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
footer .locations li {
  margin: 0 0 0.365rem 0;
}
footer .locations li:after {
  content: "";
  display: table;
  clear: both;
}
footer .locations li:first-line {
  color: #FFFFFF;
}
footer .locations li .location-name, footer .locations li .location-address {
  float: left;
  min-width: 8.75rem;
  color: #fff;
}
footer .locations li .location-name {
  font-weight: bold;
}
footer .locations li a {
  color: #fff;
  text-decoration: none;
}
footer .legal {
  float: left;
  margin-top: 0.8rem;
  max-width: calc(100% - 18rem);
}
@media screen and (max-width: 48em) {
  footer .legal {
    max-width: none;
  }
}
footer .legal span {
  display: block;
  margin-bottom: 0.175rem;
}
footer .legal #footer-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
footer .legal #footer-menu:after {
  content: "";
  display: table;
  clear: both;
}
footer .legal #footer-menu li {
  float: left;
  margin-right: 0.9em;
  padding-right: 0.9rem;
  position: relative;
}
footer .legal #footer-menu li:not(:last-child):after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
footer .legal #footer-menu li a {
  color: #fff;
}
footer .legal #footer-menu li a:hover {
  text-decoration: none;
}
footer .extra-info {
  position: relative;
  width: 30rem;
  float: right;
}
@media screen and (max-width: 48em) {
  footer .extra-info {
    width: 100%;
  }
}
footer .extra-info .quality-marks {
  position: absolute;
  right: 0;
  padding-right: 12rem;
  width: 100%;
  pointer-events: none;
  max-width: 100%;
}
@media screen and (max-width: 48em) {
  footer .extra-info .quality-marks {
    width: 34rem;
    padding-left: 12rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 23.4375em) {
  footer .extra-info .quality-marks {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
footer .extra-info .quality-marks img {
  width: 100%;
  height: auto;
}
footer .social-links {
  margin: 1.2rem 0 0;
  padding: 0;
  float: right;
  clear: both;
}
@media screen and (max-width: 48em) {
  footer .social-links {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}
footer .social-links li {
  display: inline-block;
  margin: 0;
}
footer .social-links li:not(:first-of-type) {
  margin: 0 0 0 0.8rem;
}
footer .social-links li a {
  display: block;
  color: #fff;
  font-size: 2.565rem;
  text-decoration: none;
}
footer .social-links li a.icon-x {
  font-size: 1.7rem;
}
footer .social-links li a svg {
  display: block;
  width: 36px;
}

.websiteby, .regulatedby {
  font-size: 0.9rem;
  color: #fff;
}
.websiteby a, .regulatedby a {
  text-decoration: underline;
  font-size: 0.9rem;
  color: #fff;
}
.websiteby a:hover, .regulatedby a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style-lightweight.css.map */
