/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
LIB
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(../js/libs/owl-carousel/assets/owl.carousel.min.css);
@import url(../js/libs/owl-carousel/assets/owl.theme.default.min.css);
@import url(../js/libs/mmenu.css);
@import url(../js/libs/venobox.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
IMPORTING PARTIALS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: 'koor-regular';
  src: url("../fonts/koor/Koor-RegularNormal.eot");
  src: url("../fonts/koor/Koor-RegularNormal.eot?#iefix") format("embedded-opentype"), url("../fonts/koor/Koor-RegularNormal.woff") format("woff"), url("../fonts/koor/Koor-RegularNormal.ttf") format("truetype"), url("../fonts/koor/Koor-RegularNormal.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-now';
  src: url("../fonts/helvetica-now/helvetica-now-regular.woff2");
  font-weight: normal;
  font-style: normal; }

p {
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

p.--label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.019em;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

h1 {
  font-family: "koor-regular", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1.18;
  letter-spacing: 0.01em; }

h2 {
  font-family: "koor-regular", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.016em; }

h3 {
  font-family: "koor-regular", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 0.016em; }

h4 {
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.04em; }

h5 {
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  font-weight: normal; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet


******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
.l-col--12 {
  width: calc(100% - 48px);
  float: left;
  margin-left: 24px; }

.l-col--8 {
  width: calc(66.6666666667% - 40px);
  float: left;
  margin-left: 24px; }

.l-col--6 {
  width: calc(50% - 36px);
  float: left;
  margin-left: 24px; }

.l-col--3 {
  width: calc(25% - 30px);
  float: left;
  margin-left: 24px; }

.l-col--5 {
  width: calc(41.6666666667% - 34px);
  float: left;
  margin-left: 24px; }

.l-col--4 {
  width: calc(33.3333333333% - 32px);
  float: left;
  margin-left: 24px; }

.l-col--2 {
  width: calc(16.6666666667% - 28px);
  float: left;
  margin-left: 24px; }

.row::after {
  clear: both;
  content: "";
  display: block; }

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

html *,
html *::after,
html *::before {
  box-sizing: border-box; }

body {
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #252F35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F6F6F6; }
  body.loading {
    overflow-y: hidden; }
    body.loading .main-loader {
      width: 100%;
      height: 100vh;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2001;
      opacity: 1;
      transition: opacity 0.4s ease;
      visibility: visible; }
      body.loading .main-loader .main-loader__inner {
        background: url("/wp-content/themes/hannalegal/library/images/three-dots.svg") no-repeat;
        background-position: center;
        background-size: 80px 20px;
        width: 80px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute; }
    body.loading .loader {
      display: block; }
    body.loading .c-video-hero__video:after {
      display: none; }

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #013D55;
  display: none; }
  .loader .loader-inner {
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
    top: 49%;
    left: 49%;
    position: absolute; }

.loaded {
  display: none; }

.main-loader {
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2001;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s ease; }

.o-phonenumber {
  text-decoration: none; }

a {
  color: #252F35; }
  a:focus, a:hover {
    color: #3a4a53; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1,
h2,
h3,
h4 {
  font-weight: normal; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:after,
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.l-main {
  width: 100%; }
  .l-main.--offence-single {
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    grid-template-rows: auto;
    padding-bottom: 48px; }
    .l-main.--offence-single .c-links__wrap ul li {
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: -0.04em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
    .l-main.--offence-single .c-links__wrap .l-col--4 {
      width: calc(100% - 48px);
      float: left;
      margin-left: 24px; }
      @media (min-width: 768px) {
        .l-main.--offence-single .c-links__wrap .l-col--4 {
          width: calc(33.3333333333% - 32px);
          float: left;
          margin-left: 24px; } }
  .l-main.--search-results {
    position: relative;
    margin: 48px auto;
    max-width: 680px; }

.rollin {
  margin-top: 80px;
  opacity: 0;
  transition: margin-top 0.8s ease-in-out, opacity 0.4s ease-in-out; }
  .rollin.now {
    margin-top: 0;
    opacity: 1;
    transition: margin-top 0.8s ease-in-out, opacity 0.4s ease-in-out; }

/******************************************************************
Site Name:
Author:

Stylesheet: Base Post Styling

******************************************************************/
.c-blog-single-body,
.c-offence-content__body {
  /*********************
	BODY STYLES
	*********************/
  /*********************
LINK STYLES
*********************/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  /*********************
HEADER STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  /*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
  /* end .nav */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* end .hentry */
  /* want to style individual post classes? Booya! */
  /* post by id (i.e. post-3) */
  /* general post style */
  /* general article on a page style */
  /* general style on an attatchment */
  /* sticky post style */
  /* hentry class */
  /* style by category (i.e. category-videos) */
  /* style by tag (i.e. tag-news) */
  /* post meta */
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
  /* end .wp-caption */
  /* image gallery styles */
  /* end .gallery */
  /* gallery caption styles */
  /******************************************************************
PAGE NAVI STYLES
******************************************************************/
  /* end .bones_page_navi */
  /* fallback previous & next links */
  /* end .wp-prev-next */ }
  .c-blog-single-body p,
  .c-offence-content__body p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-blog-single-body a,
  .c-blog-single-body a:visited,
  .c-offence-content__body a,
  .c-offence-content__body a:visited {
    color: #27343C;
    /* on hover */
    /* on click */
    /* mobile tap color */ }
    .c-blog-single-body a:focus, .c-blog-single-body a:hover,
    .c-blog-single-body a:visited:focus,
    .c-blog-single-body a:visited:hover,
    .c-offence-content__body a:focus,
    .c-offence-content__body a:hover,
    .c-offence-content__body a:visited:focus,
    .c-offence-content__body a:visited:hover {
      color: #151c20; }
    .c-blog-single-body a:link,
    .c-blog-single-body a:visited:link,
    .c-offence-content__body a:link,
    .c-offence-content__body a:visited:link {
      /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  .c-blog-single-body .h1,
  .c-blog-single-body .h2,
  .c-blog-single-body .h3,
  .c-blog-single-body .h4,
  .c-blog-single-body .h5,
  .c-blog-single-body h1,
  .c-blog-single-body h2,
  .c-blog-single-body h3,
  .c-blog-single-body h4,
  .c-blog-single-body h5,
  .c-offence-content__body .h1,
  .c-offence-content__body .h2,
  .c-offence-content__body .h3,
  .c-offence-content__body .h4,
  .c-offence-content__body .h5,
  .c-offence-content__body h1,
  .c-offence-content__body h2,
  .c-offence-content__body h3,
  .c-offence-content__body h4,
  .c-offence-content__body h5 {
    text-rendering: optimizelegibility;
    font-weight: 500;
    /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
    /* removing text decoration from all headline links */ }
    .c-blog-single-body .h1 a,
    .c-blog-single-body .h2 a,
    .c-blog-single-body .h3 a,
    .c-blog-single-body .h4 a,
    .c-blog-single-body .h5 a,
    .c-blog-single-body h1 a,
    .c-blog-single-body h2 a,
    .c-blog-single-body h3 a,
    .c-blog-single-body h4 a,
    .c-blog-single-body h5 a,
    .c-offence-content__body .h1 a,
    .c-offence-content__body .h2 a,
    .c-offence-content__body .h3 a,
    .c-offence-content__body .h4 a,
    .c-offence-content__body .h5 a,
    .c-offence-content__body h1 a,
    .c-offence-content__body h2 a,
    .c-offence-content__body h3 a,
    .c-offence-content__body h4 a,
    .c-offence-content__body h5 a {
      text-decoration: none; }
  .c-blog-single-body .h1,
  .c-blog-single-body h1,
  .c-offence-content__body .h1,
  .c-offence-content__body h1 {
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-blog-single-body .h2,
  .c-blog-single-body h2,
  .c-offence-content__body .h2,
  .c-offence-content__body h2 {
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-blog-single-body .h3,
  .c-blog-single-body h3,
  .c-offence-content__body .h3,
  .c-offence-content__body h3 {
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-blog-single-body .h4,
  .c-blog-single-body h4,
  .c-offence-content__body .h4,
  .c-offence-content__body h4 {
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-blog-single-body .h5,
  .c-blog-single-body h5,
  .c-offence-content__body .h5,
  .c-offence-content__body h5 {
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-blog-single-body .header,
  .c-offence-content__body .header {
    background-color: blue; }
  .c-blog-single-body #logo,
  .c-offence-content__body #logo {
    margin: 0.75em 0; }
    .c-blog-single-body #logo a,
    .c-offence-content__body #logo a {
      color: #fff; }
  .c-blog-single-body .nav,
  .c-offence-content__body .nav {
    border-bottom: 0;
    margin: 0;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */ }
    .c-blog-single-body .nav li,
    .c-offence-content__body .nav li {
      /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/ }
      .c-blog-single-body .nav li a,
      .c-offence-content__body .nav li a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0.75em;
        /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/ }
      .c-blog-single-body .nav li ul.children li a,
      .c-blog-single-body .nav li ul.sub-menu li a,
      .c-offence-content__body .nav li ul.children li a,
      .c-offence-content__body .nav li ul.sub-menu li a {
        padding-left: 30px; }
  .c-blog-single-body #content,
  .c-offence-content__body #content {
    margin-top: 1.5em; }
  .c-blog-single-body .hentry,
  .c-offence-content__body .hentry {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 1.5em;
    border: 1px solid #ccc; }
    .c-blog-single-body .hentry header,
    .c-offence-content__body .hentry header {
      border-bottom: 1px solid #f8f9fa;
      padding: 1.5em; }
    .c-blog-single-body .hentry footer,
    .c-offence-content__body .hentry footer {
      padding: 1.5em;
      border-top: 1px solid #f8f9fa; }
      .c-blog-single-body .hentry footer p,
      .c-offence-content__body .hentry footer p {
        margin: 0; }
  .c-blog-single-body .entry-title,
  .c-blog-single-body .page-title,
  .c-blog-single-body .single-title,
  .c-offence-content__body .entry-title,
  .c-offence-content__body .page-title,
  .c-offence-content__body .single-title {
    margin: 0; }
  .c-blog-single-body .byline,
  .c-offence-content__body .byline {
    color: #9fa6b4;
    font-style: italic;
    margin: 0; }
  .c-blog-single-body p,
  .c-offence-content__body p {
    margin: 0 0 1.5em; }
  .c-blog-single-body ul,
  .c-offence-content__body ul {
    list-style: none;
    margin: 16px 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
    .c-blog-single-body ul li,
    .c-offence-content__body ul li {
      position: relative;
      padding-left: 14px;
      margin-bottom: 6px; }
      .c-blog-single-body ul li ul,
      .c-offence-content__body ul li ul {
        margin: 4px 0 0 0; }
    .c-blog-single-body ul li:before,
    .c-offence-content__body ul li:before {
      content: '';
      position: absolute;
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      width: 5px;
      height: 5px;
      top: calc(0px + 10px);
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
  .c-blog-single-body ol,
  .c-offence-content__body ol {
    list-style-type: decimal;
    margin: 16px 0;
    list-style-position: inside;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
    .c-blog-single-body ol li,
    .c-offence-content__body ol li {
      margin-bottom: 6px; }
  .c-blog-single-body table,
  .c-offence-content__body table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 2em;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
    .c-blog-single-body table caption,
    .c-offence-content__body table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .c-blog-single-body tr,
  .c-offence-content__body tr {
    border-bottom: 1px solid #eaedf2; }
    .c-blog-single-body tr:nth-child(even),
    .c-offence-content__body tr:nth-child(even) {
      background-color: #f8f9fa; }
  .c-blog-single-body td,
  .c-offence-content__body td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .c-blog-single-body td:last-child,
    .c-offence-content__body td:last-child {
      border-right: 0; }
  .c-blog-single-body th,
  .c-offence-content__body th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .c-blog-single-body th:last-child,
    .c-offence-content__body th:last-child {
      border-right: 0; }
  .c-blog-single-body blockquote,
  .c-offence-content__body blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #0B7EAD;
    font-style: italic;
    color: #9fa6b4; }
  .c-blog-single-body dd,
  .c-offence-content__body dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .c-blog-single-body img,
  .c-offence-content__body img {
    margin: 0 0 1.5em;
    max-width: 100%;
    height: auto; }
  .c-blog-single-body .size-auto,
  .c-blog-single-body .size-full,
  .c-blog-single-body .size-large,
  .c-blog-single-body .size-medium,
  .c-blog-single-body .size-thumbnail,
  .c-offence-content__body .size-auto,
  .c-offence-content__body .size-full,
  .c-offence-content__body .size-large,
  .c-offence-content__body .size-medium,
  .c-offence-content__body .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .c-blog-single-body pre,
  .c-offence-content__body pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .c-blog-single-body .wp-caption,
  .c-offence-content__body .wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */ }
    .c-blog-single-body .wp-caption img,
    .c-offence-content__body .wp-caption img {
      max-width: 100%;
      margin-bottom: 0;
      width: 100%; }
    .c-blog-single-body .wp-caption p.wp-caption-text,
    .c-offence-content__body .wp-caption p.wp-caption-text {
      font-size: 0.85em;
      margin: 4px 0 7px;
      text-align: center; }
  .c-blog-single-body .tags,
  .c-offence-content__body .tags {
    margin: 0; }
  .c-blog-single-body .pagination,
  .c-blog-single-body .wp-prev-next,
  .c-offence-content__body .pagination,
  .c-offence-content__body .wp-prev-next {
    margin: 1.5em 0; }
  .c-blog-single-body .pagination,
  .c-offence-content__body .pagination {
    text-align: center; }
    .c-blog-single-body .pagination ul,
    .c-offence-content__body .pagination ul {
      display: inline-block;
      background-color: #fff;
      white-space: nowrap;
      padding: 0;
      clear: both;
      border-radius: 3px; }
    .c-blog-single-body .pagination li,
    .c-offence-content__body .pagination li {
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      overflow: hidden;
      border-right: 1px solid #eaedf2; }
    .c-blog-single-body .pagination a,
    .c-blog-single-body .pagination span,
    .c-offence-content__body .pagination a,
    .c-offence-content__body .pagination span {
      margin: 0;
      text-decoration: none;
      padding: 0;
      line-height: 1em;
      font-size: 1em;
      font-weight: normal;
      padding: 0.75em;
      min-width: 1em;
      display: block;
      color: #0B7EAD; }
      .c-blog-single-body .pagination a:focus, .c-blog-single-body .pagination a:hover,
      .c-blog-single-body .pagination span:focus,
      .c-blog-single-body .pagination span:hover,
      .c-offence-content__body .pagination a:focus,
      .c-offence-content__body .pagination a:hover,
      .c-offence-content__body .pagination span:focus,
      .c-offence-content__body .pagination span:hover {
        background-color: #0B7EAD;
        color: #fff; }
    .c-blog-single-body .pagination .current,
    .c-offence-content__body .pagination .current {
      cursor: default;
      color: #252F35; }
      .c-blog-single-body .pagination .current:focus, .c-blog-single-body .pagination .current:hover,
      .c-offence-content__body .pagination .current:focus,
      .c-offence-content__body .pagination .current:hover {
        background-color: #fff;
        color: #252F35; }
  .c-blog-single-body .wp-prev-next .prev-link,
  .c-offence-content__body .wp-prev-next .prev-link {
    float: left; }
  .c-blog-single-body .wp-prev-next .next-link,
  .c-offence-content__body .wp-prev-next .next-link {
    float: right; }

/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

.o-button {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.019em;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  background: #0084BA;
  text-transform: uppercase;
  padding: 12px 12px;
  width: auto;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.4s ease;
  background: #323944;
  border-radius: 3px; }
  .o-button i img {
    margin: 0 5px 3px 0; }
  .o-button.--small {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    padding: 0.6em 1.2em; }
  .o-button:focus, .o-button:hover {
    color: #fff;
    background: #006087;
    transition: background 0.4s ease; }

.o-button-icon {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.04em;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  background: #013D55;
  padding: 0 1.2em 0 1.2em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  height: 50px;
  width: auto;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease, width 0.7s ease-in-out; }
  .o-button-icon:focus, .o-button-icon:hover {
    background: #3a4a53;
    transition: background 0.3s ease; }
  .o-button-icon .loader {
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
  .o-button-icon.active {
    text-indent: -9999px;
    padding: 0.9em 0.17em;
    width: 48px;
    transition: width 0.7s ease-in-out; }
    .o-button-icon.active .loader {
      width: 20px;
      height: 20px;
      opacity: 1;
      transition: opacity 0.5s ease-in-out; }
      .o-button-icon.active .loader:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        display: inline-block;
        border: double 2px transparent;
        background-origin: border-box;
        background-clip: content-box, border-box;
        background-image: linear-gradient(#3D0F5F, #3D0F5F), radial-gradient(circle at top left, #501A90 0%, #C86DD7 80%);
        -webkit-animation: spin .4s linear infinite;
                animation: spin .4s linear infinite; }
      .o-button-icon.active .loader:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 20px; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #252F35;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.04em;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  background-color: #ebebeb;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #e6e6e6;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #F5F5F5;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #F5F5F5;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #F5F5F5; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
COMPONENTS
*********************/
.page-id-7 .c-header, .error404 .c-header {
  background: #F5F5F5;
  position: relative;
  border-bottom: 1px solid #D8D8D8; }
  .page-id-7 .c-header .c-header__inner, .error404 .c-header .c-header__inner {
    height: 76px; }
    @media (min-width: 1140px) {
      .page-id-7 .c-header .c-header__inner, .error404 .c-header .c-header__inner {
        height: 90px; } }
.blog .c-header .c-header__inner #logo,
.post-type-archive-in-the-news .c-header .c-header__inner #logo,
.tax-media_tags .c-header .c-header__inner #logo,
.page-template-page-about .c-header .c-header__inner #logo,
.page-template-page-links .c-header .c-header__inner #logo,
.post-type-archive .c-header .c-header__inner #logo,
.search-results .c-header .c-header__inner #logo,
.single .c-header .c-header__inner #logo,
.tag .c-header .c-header__inner #logo,
.single-courts .c-header .c-header__inner #logo,
.search-no-results .c-header .c-header__inner #logo,
.post-type-archive-other_practice_areas .c-header .c-header__inner #logo,
.post-type-archive-criminal_defence .c-header .c-header__inner #logo,
.single-post .c-header .c-header__inner #logo, .home .c-header .c-header__inner #logo, .page-template-page-expertise .c-header .c-header__inner #logo {
  width: 110px;
  height: 28px;
  background: url("../images/hanna-legal-logo-dark.svg");
  background-size: 110px 28px;
  background-repeat: no-repeat;
  text-indent: -99999px;
  margin: 0; }
  @media (min-width: 375px) {
    .blog .c-header .c-header__inner #logo,
    .post-type-archive-in-the-news .c-header .c-header__inner #logo,
    .tax-media_tags .c-header .c-header__inner #logo,
    .page-template-page-about .c-header .c-header__inner #logo,
    .page-template-page-links .c-header .c-header__inner #logo,
    .post-type-archive .c-header .c-header__inner #logo,
    .search-results .c-header .c-header__inner #logo,
    .single .c-header .c-header__inner #logo,
    .tag .c-header .c-header__inner #logo,
    .single-courts .c-header .c-header__inner #logo,
    .search-no-results .c-header .c-header__inner #logo,
    .post-type-archive-other_practice_areas .c-header .c-header__inner #logo,
    .post-type-archive-criminal_defence .c-header .c-header__inner #logo,
    .single-post .c-header .c-header__inner #logo, .home .c-header .c-header__inner #logo, .page-template-page-expertise .c-header .c-header__inner #logo {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .blog .c-header .c-header__inner #logo,
    .post-type-archive-in-the-news .c-header .c-header__inner #logo,
    .tax-media_tags .c-header .c-header__inner #logo,
    .page-template-page-about .c-header .c-header__inner #logo,
    .page-template-page-links .c-header .c-header__inner #logo,
    .post-type-archive .c-header .c-header__inner #logo,
    .search-results .c-header .c-header__inner #logo,
    .single .c-header .c-header__inner #logo,
    .tag .c-header .c-header__inner #logo,
    .single-courts .c-header .c-header__inner #logo,
    .search-no-results .c-header .c-header__inner #logo,
    .post-type-archive-other_practice_areas .c-header .c-header__inner #logo,
    .post-type-archive-criminal_defence .c-header .c-header__inner #logo,
    .single-post .c-header .c-header__inner #logo, .home .c-header .c-header__inner #logo, .page-template-page-expertise .c-header .c-header__inner #logo {
      width: 130px;
      height: 34px;
      background: url("../images/hanna-legal-logo-dark.svg");
      background-size: 130px 34px;
      margin: 0; } }
  @media (min-width: 960px) {
    .blog .c-header .c-header__inner #logo,
    .post-type-archive-in-the-news .c-header .c-header__inner #logo,
    .tax-media_tags .c-header .c-header__inner #logo,
    .page-template-page-about .c-header .c-header__inner #logo,
    .page-template-page-links .c-header .c-header__inner #logo,
    .post-type-archive .c-header .c-header__inner #logo,
    .search-results .c-header .c-header__inner #logo,
    .single .c-header .c-header__inner #logo,
    .tag .c-header .c-header__inner #logo,
    .single-courts .c-header .c-header__inner #logo,
    .search-no-results .c-header .c-header__inner #logo,
    .post-type-archive-other_practice_areas .c-header .c-header__inner #logo,
    .post-type-archive-criminal_defence .c-header .c-header__inner #logo,
    .single-post .c-header .c-header__inner #logo, .home .c-header .c-header__inner #logo, .page-template-page-expertise .c-header .c-header__inner #logo {
      width: 160px;
      height: 42px;
      background: url("../images/hanna-legal-logo-dark.svg");
      background-size: 160px 42px;
      margin: 0; } }
.blog .c-header .c-header__inner ul li a,
.post-type-archive-in-the-news .c-header .c-header__inner ul li a,
.tax-media_tags .c-header .c-header__inner ul li a,
.page-template-page-about .c-header .c-header__inner ul li a,
.page-template-page-links .c-header .c-header__inner ul li a,
.post-type-archive .c-header .c-header__inner ul li a,
.search-results .c-header .c-header__inner ul li a,
.single .c-header .c-header__inner ul li a,
.tag .c-header .c-header__inner ul li a,
.single-courts .c-header .c-header__inner ul li a,
.search-no-results .c-header .c-header__inner ul li a,
.post-type-archive-other_practice_areas .c-header .c-header__inner ul li a,
.post-type-archive-criminal_defence .c-header .c-header__inner ul li a,
.single-post .c-header .c-header__inner ul li a, .home .c-header .c-header__inner ul li a, .page-template-page-expertise .c-header .c-header__inner ul li a {
  color: #fff; }
  .blog .c-header .c-header__inner ul li a:focus, .blog .c-header .c-header__inner ul li a:hover,
  .post-type-archive-in-the-news .c-header .c-header__inner ul li a:focus,
  .post-type-archive-in-the-news .c-header .c-header__inner ul li a:hover,
  .tax-media_tags .c-header .c-header__inner ul li a:focus,
  .tax-media_tags .c-header .c-header__inner ul li a:hover,
  .page-template-page-about .c-header .c-header__inner ul li a:focus,
  .page-template-page-about .c-header .c-header__inner ul li a:hover,
  .page-template-page-links .c-header .c-header__inner ul li a:focus,
  .page-template-page-links .c-header .c-header__inner ul li a:hover,
  .post-type-archive .c-header .c-header__inner ul li a:focus,
  .post-type-archive .c-header .c-header__inner ul li a:hover,
  .search-results .c-header .c-header__inner ul li a:focus,
  .search-results .c-header .c-header__inner ul li a:hover,
  .single .c-header .c-header__inner ul li a:focus,
  .single .c-header .c-header__inner ul li a:hover,
  .tag .c-header .c-header__inner ul li a:focus,
  .tag .c-header .c-header__inner ul li a:hover,
  .single-courts .c-header .c-header__inner ul li a:focus,
  .single-courts .c-header .c-header__inner ul li a:hover,
  .search-no-results .c-header .c-header__inner ul li a:focus,
  .search-no-results .c-header .c-header__inner ul li a:hover,
  .post-type-archive-other_practice_areas .c-header .c-header__inner ul li a:focus,
  .post-type-archive-other_practice_areas .c-header .c-header__inner ul li a:hover,
  .post-type-archive-criminal_defence .c-header .c-header__inner ul li a:focus,
  .post-type-archive-criminal_defence .c-header .c-header__inner ul li a:hover,
  .single-post .c-header .c-header__inner ul li a:focus,
  .single-post .c-header .c-header__inner ul li a:hover, .home .c-header .c-header__inner ul li a:focus, .home .c-header .c-header__inner ul li a:hover, .page-template-page-expertise .c-header .c-header__inner ul li a:focus, .page-template-page-expertise .c-header .c-header__inner ul li a:hover {
    color: #cccccc; }

.blog .c-header .--mobile-menu:before,
.post-type-archive-in-the-news .c-header .--mobile-menu:before,
.tax-media_tags .c-header .--mobile-menu:before,
.page-template-page-about .c-header .--mobile-menu:before,
.page-template-page-links .c-header .--mobile-menu:before,
.post-type-archive .c-header .--mobile-menu:before,
.search-results .c-header .--mobile-menu:before,
.single .c-header .--mobile-menu:before,
.tag .c-header .--mobile-menu:before,
.single-courts .c-header .--mobile-menu:before,
.search-no-results .c-header .--mobile-menu:before,
.post-type-archive-other_practice_areas .c-header .--mobile-menu:before,
.post-type-archive-criminal_defence .c-header .--mobile-menu:before,
.single-post .c-header .--mobile-menu:before, .home .c-header .--mobile-menu:before, .page-template-page-expertise .c-header .--mobile-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 0.20em;
  background: #fff;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff; }

#menu:not(.mm-menu) {
  display: none; }

.c-header {
  width: 100%;
  position: absolute;
  z-index: 3; }
  .c-header .c-mobile-number {
    grid-column-start: 18;
    grid-column-end: 25;
    grid-row-start: 1;
    justify-self: end;
    border-bottom-left-radius: 6px;
    min-width: 0;
    display: none;
    align-items: center;
    align-content: center; }
    @media (min-width: 960px) {
      .c-header .c-mobile-number {
        border-bottom-right-radius: 6px; } }
    @media (min-width: 1140px) {
      .c-header .c-mobile-number {
        display: flex; } }
    .c-header .c-mobile-number img {
      padding-right: 10px; }
    .c-header .c-mobile-number .phonenumber {
      font-size: 14px;
      letter-spacing: 0.03em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      color: #252F35;
      padding-right: 16px; }
    .c-header .c-mobile-number .o-button {
      background: #0084BA; }
  .c-header .c-cta-mobile {
    position: absolute;
    left: 16px;
    top: 16px;
    display: none; }
    .c-header .c-cta-mobile .o-button {
      background: #0084BA; }
    @media (min-width: 375px) {
      .c-header .c-cta-mobile {
        display: block; } }
    @media (min-width: 768px) {
      .c-header .c-cta-mobile {
        display: none; } }
  .c-header .c-mobile-cta {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 2;
    display: none;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #AABEC6;
    margin: 12px 0;
    padding: 12px 0; }
    .c-header .c-mobile-cta a {
      color: #252F35;
      text-transform: uppercase;
      font-size: 12px; }
    @media (min-width: 1140px) {
      .c-header .c-mobile-cta {
        display: none; } }
  .c-header .--mobile-menu {
    position: relative;
    margin: 0;
    width: 30px;
    height: 18px;
    text-indent: -9999px;
    display: inline-block;
    z-index: 8;
    grid-column-start: 24;
    grid-row-start: 1;
    justify-self: end; }
    .c-header .--mobile-menu:focus {
      outline: none; }
    .c-header .--mobile-menu::-moz-focus-inner {
      border: 0; }
    @media (min-width: 1140px) {
      .c-header .--mobile-menu {
        display: none; } }
  .c-header .--mobile-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 0.20em;
    background: #252F35;
    box-shadow: 0 0.5em 0 0 #252F35, 0 1em 0 0 #252F35; }
  .c-header .c-header__inner {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    grid-template-rows: 80px;
    align-items: center;
    height: auto; }
    @media (min-width: 1140px) {
      .c-header .c-header__inner {
        grid-template-rows: auto;
        align-items: center;
        height: 120px; } }
    .c-header .c-header__inner .c-logo {
      grid-column-start: 2;
      grid-row-start: 1;
      align-items: start;
      min-width: 0;
      height: 28px; }
      @media (min-width: 768px) {
        .c-header .c-header__inner .c-logo {
          height: 34px; } }
      @media (min-width: 960px) {
        .c-header .c-header__inner .c-logo {
          height: 42px; } }
    .c-header .c-header__inner .c-main-menu {
      grid-column-start: 10;
      grid-column-end: span 15;
      grid-row-start: 1;
      justify-self: flex-end;
      min-width: 0; }
    .c-header .c-header__inner #logo {
      width: 110px;
      height: 28px;
      background: url("../images/hanna-legal-logo-standard.svg");
      background-size: 110px 28px;
      background-repeat: no-repeat;
      text-indent: -99999px;
      margin: 0; }
      @media (min-width: 375px) {
        .c-header .c-header__inner #logo {
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .c-header .c-header__inner #logo {
          width: 130px;
          height: 34px;
          background: url("../images/hanna-legal-logo-standard.svg");
          background-size: 130px 34px;
          margin: 0; } }
      @media (min-width: 960px) {
        .c-header .c-header__inner #logo {
          width: 160px;
          height: 42px;
          background: url("../images/hanna-legal-logo-standard.svg");
          background-size: 160px 42px;
          margin: 0; } }
    .c-header .c-header__inner ul {
      list-style: none;
      display: none; }
      @media (min-width: 1140px) {
        .c-header .c-header__inner ul {
          display: inline-block;
          margin: 8px 0; } }
      .c-header .c-header__inner ul li {
        display: inline-block;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: -0.04em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        padding: 8px;
        position: relative;
        text-align: left;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
        .c-header .c-header__inner ul li.menu-item-has-children {
          background: url("../images/menu-down-arrow-dark.svg") no-repeat;
          background-size: 10px 8px;
          background-position: right; }
          .c-header .c-header__inner ul li.menu-item-has-children a {
            padding-right: 8px; }
        .c-header .c-header__inner ul li a {
          color: #252F35;
          text-decoration: none; }
          .c-header .c-header__inner ul li a:focus, .c-header .c-header__inner ul li a:hover {
            color: black; }
    .c-header .c-header__inner ul li ul {
      background: #0084BA;
      visibility: hidden;
      opacity: 0;
      min-width: 17rem;
      width: 100%;
      position: absolute;
      transition: all 0.5s ease;
      margin-top: 0.5rem;
      left: 0;
      display: none;
      padding: 12px;
      z-index: 100;
      list-style: none;
      display: block; }
      .c-header .c-header__inner ul li ul li {
        display: block;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.019em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        padding: 2px 5px;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
        .c-header .c-header__inner ul li ul li a {
          text-decoration: underline;
          color: #fff; }
          .c-header .c-header__inner ul li ul li a:focus, .c-header .c-header__inner ul li ul li a:hover {
            color: #cccccc; }
    .c-header .c-header__inner ul li ul:focus,
    .c-header .c-header__inner ul li ul:hover,
    .c-header .c-header__inner ul li:focus-within > ul,
    .c-header .c-header__inner ul li:hover > ul {
      visibility: visible;
      opacity: 1;
      display: block; }
    .c-header .c-header__inner ul li ul li {
      clear: both;
      width: 100%; }

.c-fixed-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 72px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  display: none;
  top: -88px;
  transition: top 0.3s ease-in-out;
  background: #F5F5F5;
  color: #252F35; }
  .c-fixed-header.--fixed {
    top: 0;
    transition: top 0.3s ease-in-out; }
  @media (min-width: 960px) {
    .c-fixed-header {
      display: block; } }
  .c-fixed-header .c-fixed-header__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    grid-template-rows: auto;
    align-items: center;
    height: 72px; }
    .c-fixed-header .c-fixed-header__inner .c-fixed-header__inner--logo {
      grid-column-start: 2;
      grid-column-end: span 6;
      grid-row-start: 1; }
      .c-fixed-header .c-fixed-header__inner .c-fixed-header__inner--logo img {
        max-width: 132px; }
    .c-fixed-header .c-fixed-header__inner .c-fixed-header__inner--details {
      text-align: center;
      grid-column-start: 10;
      grid-column-end: span 6;
      grid-row-start: 1; }
      .c-fixed-header .c-fixed-header__inner .c-fixed-header__inner--details span {
        font-family: "koor-regular", Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 1.4em;
        letter-spacing: 0.016em;
        padding-left: 16px;
        color: #252F35; }
    .c-fixed-header .c-fixed-header__inner .c-fixed-header__inner--cta {
      grid-column-start: 19;
      grid-column-end: span 6;
      grid-row-start: 1;
      text-align: right; }
      .c-fixed-header .c-fixed-header__inner .c-fixed-header__inner--cta .o-button {
        background: #323944;
        border-radius: 3px; }

.c-fixed-header-mobile {
  width: 100%;
  background: #F5F5F5;
  position: fixed;
  z-index: 1000;
  height: 72px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  display: block;
  top: -72px;
  transition: top 0.3s ease-in-out; }
  .c-fixed-header-mobile.--fixed {
    top: 0;
    transition: top 0.3s ease-in-out; }
  @media (min-width: 960px) {
    .c-fixed-header-mobile {
      display: none; } }
  .c-fixed-header-mobile .c-fixed-header-mobile__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0 16px;
    text-align: center; }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .--main-logo {
      width: 78px;
      height: 20px;
      background: url("../images/hanna-legal-logo-dark-small.svg");
      background-size: 78px 20px;
      background-repeat: no-repeat;
      text-indent: -99999px;
      margin: 0; }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-cta-mobile {
      display: flex; }
      .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-cta-mobile a {
        font-size: 12px;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
      .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-cta-mobile .o-phonenumber {
        padding-left: 8px; }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-fixed-header-mobile__inner--menu {
      width: 24px;
      height: 24px;
      padding-right: 24px; }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .--mobile-menu {
      position: absolute;
      padding-left: 0;
      width: 24px;
      height: 24px;
      text-indent: -9999px;
      z-index: 8; }
      .c-fixed-header-mobile .c-fixed-header-mobile__inner .--mobile-menu:focus {
        outline: none; }
      .c-fixed-header-mobile .c-fixed-header-mobile__inner .--mobile-menu::-moz-focus-inner {
        border: 0; }
      @media (min-width: 960px) {
        .c-fixed-header-mobile .c-fixed-header-mobile__inner .--mobile-menu {
          display: none; } }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .--mobile-menu:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 0.20em;
      background: black;
      box-shadow: 0 0.5em 0 0 black, 0 1em 0 0 black; }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-fixed-header-mobile__inner--logo {
      display: none; }
      @media (min-width: 375px) {
        .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-fixed-header-mobile__inner--logo {
          display: block; } }
      .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-fixed-header-mobile__inner--logo img {
        width: 16px;
        height: auto; }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-fixed-header-mobile__inner--details #logo {
      width: 136px;
      height: 70px;
      background: url("../images/logo-dark.svg");
      background-size: 136px 70px;
      background-repeat: no-repeat;
      text-indent: -99999px;
      margin: 0; }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-fixed-header-mobile__inner--details .phonenumber {
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.03em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
    .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-fixed-header-mobile__inner--cta {
      margin: 0; }
      @media (min-width: 375px) {
        .c-fixed-header-mobile .c-fixed-header-mobile__inner .c-fixed-header-mobile__inner--cta {
          margin: 0 auto; } }
.c-video-hero {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: 0 1fr 100px;
  align-items: center;
  text-align: center;
  position: relative;
  background: url(../images/hero-team-image-mobile.jpg) no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 430px) {
    .c-video-hero {
      background: url(../images/hero-team-image.jpg) no-repeat;
      background-position: center;
      background-size: cover; } }
.c-video-hero__inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto;
  align-items: left;
  color: #fff;
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: span end; }
  .c-video-hero__inner h1.hero-text {
    margin: 0;
    padding: 0;
    line-height: 1.18;
    letter-spacing: 0.039em;
    text-align: center;
    grid-column-start: 2;
    grid-column-end: span 23; }
    .c-video-hero__inner h1.hero-text {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .c-video-hero__inner h1.hero-text {
          font-size: calc(32px + 50 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .c-video-hero__inner h1.hero-text {
          font-size: 82px; } }
    @media (min-width: 768px) {
      .c-video-hero__inner h1.hero-text {
        grid-column-start: 2;
        grid-column-end: span 14;
        text-align: left; } }
    @media (min-width: 960px) {
      .c-video-hero__inner h1.hero-text {
        grid-column-start: 2;
        grid-column-end: span 12; } }
  .c-video-hero__inner .c-video-hero__opening-text {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-end: span end;
    text-align: left; }
    .c-video-hero__inner .c-video-hero__opening-text h1 {
      margin: 0;
      padding: 0;
      font-size: 24px;
      line-height: 1.18;
      letter-spacing: 0.039em; }
      @media (min-width: 768px) {
        .c-video-hero__inner .c-video-hero__opening-text h1 {
          font-size: 40px;
          line-height: 1.18;
          letter-spacing: 0.039em; } }
      @media (min-width: 960px) {
        .c-video-hero__inner .c-video-hero__opening-text h1 {
          font-size: 48px;
          line-height: 1.18;
          letter-spacing: 0.039em; } }
      @media (min-width: 1140px) {
        .c-video-hero__inner .c-video-hero__opening-text h1 {
          font-size: 64px;
          line-height: 1.18;
          letter-spacing: 0.039em; } }
  .c-video-hero__inner .c-video-hero__rotate-text {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    grid-row-start: 2;
    grid-column-start: 2;
    grid-column-end: span end;
    align-items: center; }
    .c-video-hero__inner .c-video-hero__rotate-text .c-rotate-text {
      overflow: hidden;
      position: relative;
      height: 24px;
      grid-column-start: 2;
      grid-column-end: span end; }
      @media (min-width: 768px) {
        .c-video-hero__inner .c-video-hero__rotate-text .c-rotate-text {
          height: 42px; } }
      @media (min-width: 960px) {
        .c-video-hero__inner .c-video-hero__rotate-text .c-rotate-text {
          height: 60px; } }
      @media (min-width: 1140px) {
        .c-video-hero__inner .c-video-hero__rotate-text .c-rotate-text {
          height: 80px; } }
      .c-video-hero__inner .c-video-hero__rotate-text .c-rotate-text h1 {
        margin: 0;
        padding: 0 0 0 16px;
        position: absolute;
        font-size: 24px;
        line-height: 1.18;
        letter-spacing: 0.039em; }
        @media (min-width: 768px) {
          .c-video-hero__inner .c-video-hero__rotate-text .c-rotate-text h1 {
            font-size: 40px;
            line-height: 1.18;
            letter-spacing: 0.039em; } }
        @media (min-width: 960px) {
          .c-video-hero__inner .c-video-hero__rotate-text .c-rotate-text h1 {
            font-size: 48px;
            line-height: 1.18;
            letter-spacing: 0.039em; } }
        @media (min-width: 1140px) {
          .c-video-hero__inner .c-video-hero__rotate-text .c-rotate-text h1 {
            font-size: 64px;
            line-height: 1.18;
            letter-spacing: 0.039em; } }
.c-video-hero__footer {
  grid-row-start: 3;
  grid-column-start: 2;
  grid-column-end: span 23; }
  .c-video-hero__footer {
    padding: 0 0 48px 0; }
    @media screen and (min-width: 960px) {
      .c-video-hero__footer {
        padding: 0 0 calc(48px + 72 * ((100vw - 960px) / 1600)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-video-hero__footer {
        padding: 0 0 120px 0; } }
  .c-video-hero__footer h1 {
    color: #fff;
    text-align: center; }
    .c-video-hero__footer h1 {
      font-size: 40px; }
      @media screen and (min-width: 768px) {
        .c-video-hero__footer h1 {
          font-size: calc(40px + 60 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .c-video-hero__footer h1 {
          font-size: 100px; } }
    @media (min-width: 768px) {
      .c-video-hero__footer h1 {
        text-align: left; } }
  .c-video-hero__footer .c-hero-footer__link {
    display: inline-block; }
    .c-video-hero__footer .c-hero-footer__link p {
      text-transform: uppercase;
      font-size: 12px;
      margin: 0 0 4px 0;
      padding: 0; }
    .c-video-hero__footer .c-hero-footer__link h5 {
      margin-top: 0;
      font-size: 14px; }
      @media (min-width: 430px) {
        .c-video-hero__footer .c-hero-footer__link h5 {
          font-size: 16px; } }
    .c-video-hero__footer .c-hero-footer__link a {
      display: block;
      color: #fff;
      text-align: left;
      background-size: 220% 1px;
      transition: all 0.35s;
      background-position: 100% 0%;
      text-decoration: none;
      padding-top: 16px; }
      .c-video-hero__footer .c-hero-footer__link a:hover {
        background-position: 0 0%; }
    .c-video-hero__footer .c-hero-footer__link:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: span 7; }
      @media (min-width: 960px) {
        .c-video-hero__footer .c-hero-footer__link:nth-child(1) {
          grid-column-start: 1;
          grid-column-end: span 3; } }
    .c-video-hero__footer .c-hero-footer__link:nth-child(2) {
      grid-column-start: 9;
      grid-column-end: span 7; }
      @media (min-width: 960px) {
        .c-video-hero__footer .c-hero-footer__link:nth-child(2) {
          grid-column-start: 5;
          grid-column-end: span 3; } }
    .c-video-hero__footer .c-hero-footer__link:nth-child(3) {
      grid-column-start: 17;
      grid-column-end: span 7; }
      @media (min-width: 960px) {
        .c-video-hero__footer .c-hero-footer__link:nth-child(3) {
          grid-column-start: 9;
          grid-column-end: span 3; } }
    .c-video-hero__footer .c-hero-footer__link:nth-child(4) {
      grid-column-start: 13;
      grid-column-end: span 3;
      display: none; }
      @media (min-width: 960px) {
        .c-video-hero__footer .c-hero-footer__link:nth-child(4) {
          display: block; } }
    .c-video-hero__footer .c-hero-footer__link:nth-child(5) {
      grid-column-start: 17;
      grid-column-end: span 3;
      display: none; }
      @media (min-width: 960px) {
        .c-video-hero__footer .c-hero-footer__link:nth-child(5) {
          display: block; } }
    .c-video-hero__footer .c-hero-footer__link:nth-child(6) {
      grid-column-start: 21;
      grid-column-end: span 3;
      display: none; }
      @media (min-width: 960px) {
        .c-video-hero__footer .c-hero-footer__link:nth-child(6) {
          display: block; } }
.c-intro {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto auto;
  width: 100%; }

.c-intro__left {
  grid-column-start: 2;
  grid-column-end: span 23;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-row-start: 1;
  width: 100%;
  text-align: center; }
  .c-intro__left {
    padding: 48px 0 0 0; }
    @media screen and (min-width: 960px) {
      .c-intro__left {
        padding: calc(48px + 72 * ((100vw - 960px) / 1600)) 0 0 0; } }
    @media screen and (min-width: 2560px) {
      .c-intro__left {
        padding: 120px 0 0 0; } }
  @media (min-width: 768px) {
    .c-intro__left {
      text-align: left; } }
  @media (min-width: 960px) {
    .c-intro__left {
      grid-row-start: 1;
      grid-column-start: 1;
      grid-column-end: span end; } }
  .c-intro__left h1 {
    grid-column-start: 1;
    grid-column-end: span end;
    grid-row-start: 1;
    margin: 0; }
    .c-intro__left h1 {
      font-size: 24px; }
      @media screen and (min-width: 768px) {
        .c-intro__left h1 {
          font-size: calc(24px + 38 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .c-intro__left h1 {
          font-size: 62px; } }
    @media (min-width: 960px) {
      .c-intro__left h1 {
        grid-column-start: 2;
        grid-column-end: span 20;
        grid-row-start: 1; } }
    .c-intro__left h1 p {
      font-family: "koor-regular", Helvetica, Arial, sans-serif;
      margin: 0; }
  .c-intro__left .c-intro__image-1 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: span 12; }
    .c-intro__left .c-intro__image-1 img {
      width: 100%;
      height: auto; }
  .c-intro__left .c-intro__article-1 {
    grid-column-start: 1;
    grid-column-end: span end;
    grid-row-start: 3; }
    @media (min-width: 960px) {
      .c-intro__left .c-intro__article-1 {
        grid-column-start: 14;
        grid-column-end: span 11;
        grid-row-start: 1;
        display: block; }
        .c-intro__left .c-intro__article-1 {
          padding: 0 0 120px 0; } }
    @media screen and (min-width: 960px) and (min-width: 960px) {
      .c-intro__left .c-intro__article-1 {
        padding: 0 0 calc(120px + 40 * ((100vw - 960px) / 1600)) 0; } }
    @media screen and (min-width: 960px) and (min-width: 2560px) {
      .c-intro__left .c-intro__article-1 {
        padding: 0 0 160px 0; } }
    .c-intro__left .c-intro__article-1 p {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: -0.04em; }
      @media (min-width: 960px) {
        .c-intro__left .c-intro__article-1 p {
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          font-size: 20px;
          line-height: 1.5;
          letter-spacing: -0.06em; } }
.c-intro__right {
  grid-column-start: 2;
  grid-column-end: span 23;
  display: grid;
  grid-template-columns: repeat(23, 1fr);
  grid-template-rows: auto auto;
  grid-row-start: 2; }
  .c-intro__right {
    padding: 48px 0 48px 0; }
    @media screen and (min-width: 960px) {
      .c-intro__right {
        padding: calc(48px + 72 * ((100vw - 960px) / 1600)) 0 calc(48px + 72 * ((100vw - 960px) / 1600)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-intro__right {
        padding: 120px 0 120px 0; } }
  @media (min-width: 960px) {
    .c-intro__right {
      grid-column-start: 2;
      grid-column-end: span 23;
      grid-row-start: 2; } }
  .c-intro__right .c-intro__article-2 {
    grid-column-start: 1;
    grid-column-end: span end;
    grid-row-start: 1;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    text-align: center; }
    @media (min-width: 768px) {
      .c-intro__right .c-intro__article-2 {
        text-align: left; } }
    @media (min-width: 960px) {
      .c-intro__right .c-intro__article-2 {
        grid-column-start: 1;
        grid-column-end: span 11;
        grid-row-start: 1;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: -0.06em; } }
  .c-intro__right .c-intro__image-2 {
    grid-column-start: 1;
    grid-column-end: span end;
    grid-row-start: 2;
    justify-self: center;
    align-self: center; }
    .c-intro__right .c-intro__image-2 {
      padding: 48px 0 0 0; }
      @media screen and (min-width: 960px) {
        .c-intro__right .c-intro__image-2 {
          padding: calc(48px + 92 * ((100vw - 960px) / 1600)) 0 0 0; } }
      @media screen and (min-width: 2560px) {
        .c-intro__right .c-intro__image-2 {
          padding: 140px 0 0 0; } }
    @media (min-width: 960px) {
      .c-intro__right .c-intro__image-2 {
        padding: 0;
        grid-column-start: 13;
        grid-column-end: span 11;
        display: block;
        grid-row-start: 1; } }
    .c-intro__right .c-intro__image-2 img {
      width: 100%;
      max-width: 500px;
      height: auto; }

.page-template-page-home .c-team {
  background: #FFFFFF;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  width: 100%;
  overflow-x: hidden; }
  .page-template-page-home .c-team {
    padding: 48px 0 0 0; }
    @media screen and (min-width: 768px) {
      .page-template-page-home .c-team {
        padding: calc(48px + 152 * ((100vw - 768px) / 1792)) 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .page-template-page-home .c-team {
        padding: 200px 0 200px 0; } }
.c-team-member__wrap {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  grid-column-start: 2;
  grid-column-end: span end; }
  @media (min-width: 960px) {
    .c-team-member__wrap {
      -webkit-column-gap: 24px;
         -moz-column-gap: 24px;
              column-gap: 24px; } }
  .c-team-member__wrap .c-team-member {
    padding: 32px 0 32px 0; }
    @media screen and (min-width: 375px) {
      .c-team-member__wrap .c-team-member {
        padding: 32px 0 calc(32px + -32 * ((100vw - 375px) / 2185)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-team-member__wrap .c-team-member {
        padding: 32px 0 0px 0; } }
  .c-team-member__wrap .c-team-member img {
    width: 100%;
    height: auto; }
  .c-team-member__wrap .c-team-member .c-team-member__text h2 {
    padding: 0;
    margin: 16px 0; }
    .c-team-member__wrap .c-team-member .c-team-member__text h2 {
      font-size: 24px; }
      @media screen and (min-width: 768px) {
        .c-team-member__wrap .c-team-member .c-team-member__text h2 {
          font-size: calc(24px + 28 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .c-team-member__wrap .c-team-member .c-team-member__text h2 {
          font-size: 52px; } }
  .c-team-member__wrap .c-team-member .c-team-member__text .member-title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 8px 0;
    margin: 0; }
  .c-team-member__wrap .c-team-member .c-team-member__text p {
    font-size: 14px;
    padding: 0;
    margin: 0; }
  .c-team-member__wrap .c-team-member .c-expertise__link-all {
    border-top: 1px solid #D8D8D8; }
    .c-team-member__wrap .c-team-member .c-expertise__link-all a {
      display: flex;
      justify-content: space-between;
      width: 100%;
      color: #252F35;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding-top: 8px;
      margin-top: 8px; }
      .c-team-member__wrap .c-team-member .c-expertise__link-all a img {
        width: auto; }

.c-team__footer {
  grid-column-start: 2;
  grid-column-end: span 23;
  justify-self: center; }
  .c-team__footer a {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      .c-team__footer a {
        font-size: 24px; } }
.post-type-archive-team .c-team__header {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-column-start: 2;
  grid-column-end: span 23;
  width: 100%;
  padding-top: 60px;
  align-items: center;
  position: relative;
  height: 160px; }
  @media (min-width: 768px) {
    .post-type-archive-team .c-team__header {
      height: 220px; } }
  @media (min-width: 960px) {
    .post-type-archive-team .c-team__header {
      height: 320px; } }
  .post-type-archive-team .c-team__header h2 {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    margin: 16px 0;
    color: #fff;
    z-index: 2;
    text-align: center; }
    .post-type-archive-team .c-team__header h2 {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .post-type-archive-team .c-team__header h2 {
          font-size: calc(32px + 54 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .post-type-archive-team .c-team__header h2 {
          font-size: 86px; } }
    @media (min-width: 960px) {
      .post-type-archive-team .c-team__header h2 {
        margin: 0;
        grid-column-start: 2;
        grid-column-end: span 23; } }
.post-type-archive-team .c-team__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.page-template-page-home .c-team__header {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-column-start: 2;
  grid-column-end: span 23;
  width: 100%; }
  .page-template-page-home .c-team__header {
    padding: 0 0 48px 0; }
    @media screen and (min-width: 768px) {
      .page-template-page-home .c-team__header {
        padding: 0 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .page-template-page-home .c-team__header {
        padding: 0 0 200px 0; } }
  .page-template-page-home .c-team__header h2 {
    grid-column-start: 1;
    grid-column-end: span end;
    grid-row-start: 1;
    text-align: center;
    margin: 16px 0; }
    .page-template-page-home .c-team__header h2 {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .page-template-page-home .c-team__header h2 {
          font-size: calc(32px + 40 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .page-template-page-home .c-team__header h2 {
          font-size: 72px; } }
    @media (min-width: 960px) {
      .page-template-page-home .c-team__header h2 {
        margin: 0;
        text-align: left;
        grid-column-start: 1;
        grid-column-end: span 12; } }
  .page-template-page-home .c-team__header .meet-team-link {
    grid-column-start: 1;
    grid-column-end: span end;
    grid-row-start: 2;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      .page-template-page-home .c-team__header .meet-team-link {
        grid-row-start: 1;
        grid-column-start: 20;
        grid-column-end: span 6;
        text-align: right;
        align-self: center; } }
.c-team-member__archive:nth-child(2n+1) .c-team-member__nick {
  grid-column-start: 2;
  grid-column-end: span 23; }
  @media (min-width: 1270px) {
    .c-team-member__archive:nth-child(2n+1) .c-team-member__nick {
      grid-column-start: 4;
      grid-column-end: span 19; } }
.single-team .c-team-member__archive {
  display: grid;
  grid-template-columns: repeat(25, 1fr); }
  .single-team .c-team-member__archive .c-team-member__nick {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1; }
    .single-team .c-team-member__archive .c-team-member__nick {
      padding: 48px 0 0 0; }
      @media screen and (min-width: 960px) {
        .single-team .c-team-member__archive .c-team-member__nick {
          padding: calc(48px + 192 * ((100vw - 960px) / 1600)) 0 0 0; } }
      @media screen and (min-width: 2560px) {
        .single-team .c-team-member__archive .c-team-member__nick {
          padding: 240px 0 0 0; } }
    @media (min-width: 768px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        grid-column-start: 2;
        grid-column-end: span end; }
        .single-team .c-team-member__archive .c-team-member__nick {
          padding: 48px 0 0 0; } }
    @media screen and (min-width: 768px) and (min-width: 960px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        padding: calc(48px + 192 * ((100vw - 960px) / 1600)) 0 calc(48px + 192 * ((100vw - 960px) / 1600)) 0; } }
    @media screen and (min-width: 768px) and (min-width: 2560px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        padding: 240px 0 240px 0; } }
    @media (min-width: 960px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        grid-column-start: 4;
        grid-column-end: span 19; }
        .single-team .c-team-member__archive .c-team-member__nick {
          padding: 48px 0 0 0; } }
    @media screen and (min-width: 960px) and (min-width: 960px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        padding: calc(48px + 192 * ((100vw - 960px) / 1600)) 0 calc(48px + 192 * ((100vw - 960px) / 1600)) 0; } }
    @media screen and (min-width: 960px) and (min-width: 2560px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        padding: 240px 0 240px 0; } }
    @media (min-width: 1270px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        grid-column-start: 4;
        grid-column-end: span 19; }
        .single-team .c-team-member__archive .c-team-member__nick {
          padding: 48px 0 0 0; } }
    @media screen and (min-width: 1270px) and (min-width: 960px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        padding: calc(48px + 192 * ((100vw - 960px) / 1600)) 0 calc(48px + 192 * ((100vw - 960px) / 1600)) 0; } }
    @media screen and (min-width: 1270px) and (min-width: 2560px) {
      .single-team .c-team-member__archive .c-team-member__nick {
        padding: 240px 0 240px 0; } }
    .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text {
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 2; }
      @media (min-width: 768px) {
        .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text {
          grid-column-start: 8;
          grid-column-end: span end;
          grid-row-start: 1; } }
      .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text h2 {
        padding: 0;
        margin: 24px 0 4px 0; }
      .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text p.member-title {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: -0.04em;
        padding: 0;
        margin: 0; }
      .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text p {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.02em; }
        @media (min-width: 768px) {
          .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text p {
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 1.4;
            letter-spacing: -0.02em; } }
      .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text a.--return {
        display: flex;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.019em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 11px;
        padding: 24px 0 0 0; }
        @media (min-width: 768px) {
          .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text a.--return {
            padding: 0; } }
        .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text a.--return img {
          width: auto;
          margin-right: 12px; }
        .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text a.--return a:hover, .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text a.--return a:active, .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text a.--return a:focus {
          outline: 0; }
      .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text .contact-details {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-top: 16px; }
        .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text .contact-details a {
          display: flex;
          font-size: 14px;
          line-height: 1.5;
          letter-spacing: 0.019em;
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          font-size: 11px;
          align-items: center;
          margin-right: 16px; }
        .single-team .c-team-member__archive .c-team-member__nick .c-team-member__nick-text .contact-details img {
          max-height: 24px;
          width: auto;
          margin-right: 8px;
          grid-column-start: none;
          grid-column-end: none;
          grid-row-start: none; }
    .single-team .c-team-member__archive .c-team-member__nick img {
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 1;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .single-team .c-team-member__archive .c-team-member__nick img {
          grid-column-start: 1;
          grid-column-end: span 6;
          grid-row-start: 1; } }
  .single-team .c-team-member__archive img.team-pic {
    grid-column-start: 20;
    grid-column-end: span 12;
    grid-row-start: 1;
    width: 100%;
    height: auto;
    display: none; }
    @media (min-width: 1270px) {
      .single-team .c-team-member__archive img.team-pic {
        display: block; } }
.c-team-member__archive {
  display: grid;
  grid-template-columns: repeat(25, 1fr); }
  .c-team-member__archive .c-team-member__nick {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1; }
    .c-team-member__archive .c-team-member__nick {
      padding: 120px 0 0 0; }
      @media screen and (min-width: 960px) {
        .c-team-member__archive .c-team-member__nick {
          padding: calc(120px + 160 * ((100vw - 960px) / 1600)) 0 0 0; } }
      @media screen and (min-width: 2560px) {
        .c-team-member__archive .c-team-member__nick {
          padding: 280px 0 0 0; } }
    @media (min-width: 1270px) {
      .c-team-member__archive .c-team-member__nick {
        grid-template-columns: repeat(19, 1fr);
        grid-column-start: 4;
        grid-column-end: span 19; }
        .c-team-member__archive .c-team-member__nick {
          padding: 120px 0 0 0; } }
    @media screen and (min-width: 1270px) and (min-width: 960px) {
      .c-team-member__archive .c-team-member__nick {
        padding: calc(120px + 160 * ((100vw - 960px) / 1600)) 0 0 0; } }
    @media screen and (min-width: 1270px) and (min-width: 2560px) {
      .c-team-member__archive .c-team-member__nick {
        padding: 280px 0 0 0; } }
    .c-team-member__archive .c-team-member__nick .c-team-member__nick-text {
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 2; }
      @media (min-width: 768px) {
        .c-team-member__archive .c-team-member__nick .c-team-member__nick-text {
          grid-column-start: 8;
          grid-column-end: span end;
          grid-row-start: 1; } }
      .c-team-member__archive .c-team-member__nick .c-team-member__nick-text h2 {
        padding: 0;
        margin: 24px 0 4px 0; }
      .c-team-member__archive .c-team-member__nick .c-team-member__nick-text p.member-title {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: -0.04em;
        padding: 0;
        margin: 0; }
      .c-team-member__archive .c-team-member__nick .c-team-member__nick-text p {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.02em; }
        @media (min-width: 768px) {
          .c-team-member__archive .c-team-member__nick .c-team-member__nick-text p {
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 1.4;
            letter-spacing: -0.02em; } }
      .c-team-member__archive .c-team-member__nick .c-team-member__nick-text .contact-details {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-top: 16px; }
        .c-team-member__archive .c-team-member__nick .c-team-member__nick-text .contact-details a {
          display: flex;
          font-size: 14px;
          line-height: 1.5;
          letter-spacing: 0.019em;
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          font-size: 11px;
          align-items: center;
          margin-right: 16px; }
        .c-team-member__archive .c-team-member__nick .c-team-member__nick-text .contact-details img {
          max-height: 24px;
          width: auto;
          margin-right: 8px;
          grid-column-start: none;
          grid-column-end: none;
          grid-row-start: none; }
    .c-team-member__archive .c-team-member__nick img {
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 1;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .c-team-member__archive .c-team-member__nick img {
          grid-column-start: 1;
          grid-column-end: span 6;
          grid-row-start: 1; } }
  .c-team-member__archive img.team-pic {
    grid-column-start: 20;
    grid-column-end: span 12;
    grid-row-start: 1;
    width: 100%;
    height: auto;
    display: none; }
    @media (min-width: 1270px) {
      .c-team-member__archive img.team-pic {
        display: block; } }
.c-team-member__1 {
  display: grid;
  grid-template-columns: repeat(25, 1fr); }
  .c-team-member__1 .c-team-member__nick {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1; }
    .c-team-member__1 .c-team-member__nick {
      padding: 120px 0 0 0; }
      @media screen and (min-width: 960px) {
        .c-team-member__1 .c-team-member__nick {
          padding: calc(120px + 160 * ((100vw - 960px) / 1600)) 0 0 0; } }
      @media screen and (min-width: 2560px) {
        .c-team-member__1 .c-team-member__nick {
          padding: 280px 0 0 0; } }
    @media (min-width: 1270px) {
      .c-team-member__1 .c-team-member__nick {
        grid-template-columns: repeat(19, 1fr);
        grid-column-start: 4;
        grid-column-end: span 19; }
        .c-team-member__1 .c-team-member__nick {
          padding: 120px 0 0 0; } }
    @media screen and (min-width: 1270px) and (min-width: 960px) {
      .c-team-member__1 .c-team-member__nick {
        padding: calc(120px + 160 * ((100vw - 960px) / 1600)) 0 0 0; } }
    @media screen and (min-width: 1270px) and (min-width: 2560px) {
      .c-team-member__1 .c-team-member__nick {
        padding: 280px 0 0 0; } }
    .c-team-member__1 .c-team-member__nick .c-team-member__nick-text {
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 2; }
      @media (min-width: 768px) {
        .c-team-member__1 .c-team-member__nick .c-team-member__nick-text {
          grid-column-start: 10;
          grid-column-end: span end;
          grid-row-start: 1; } }
      .c-team-member__1 .c-team-member__nick .c-team-member__nick-text h2 {
        padding: 0;
        margin: 24px 0 16px 0; }
      .c-team-member__1 .c-team-member__nick .c-team-member__nick-text p.member-title {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.019em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        padding: 0;
        margin: 0; }
      .c-team-member__1 .c-team-member__nick .c-team-member__nick-text p {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.02em; }
        @media (min-width: 768px) {
          .c-team-member__1 .c-team-member__nick .c-team-member__nick-text p {
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            font-size: 20px;
            line-height: 1.5;
            letter-spacing: -0.06em; } }
    .c-team-member__1 .c-team-member__nick img {
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 1;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .c-team-member__1 .c-team-member__nick img {
          grid-column-start: 1;
          grid-column-end: span 8;
          grid-row-start: 1; } }
  .c-team-member__1 img.team-pic {
    grid-column-start: 20;
    grid-column-end: span 12;
    grid-row-start: 1;
    width: 100%;
    height: auto;
    display: none; }
    @media (min-width: 1270px) {
      .c-team-member__1 img.team-pic {
        display: block; } }
.c-team-member__2 {
  display: grid;
  grid-template-columns: repeat(25, 1fr); }
  .c-team-member__2 {
    padding: 32px 0 48px 0; }
    @media screen and (min-width: 375px) {
      .c-team-member__2 {
        padding: 32px 0 calc(48px + 232 * ((100vw - 375px) / 2185)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-team-member__2 {
        padding: 32px 0 280px 0; } }
  @media (min-width: 1270px) {
    .c-team-member__2 {
      padding-top: 0; } }
  .c-team-member__2 .c-team-member__abbas {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1; }
    @media (min-width: 1270px) {
      .c-team-member__2 .c-team-member__abbas {
        grid-template-columns: repeat(13, 1fr);
        grid-column-start: 10;
        grid-column-end: span 15; } }
    .c-team-member__2 .c-team-member__abbas .c-team-member__abbas-text {
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 2; }
      @media (min-width: 768px) {
        .c-team-member__2 .c-team-member__abbas .c-team-member__abbas-text {
          grid-column-start: 10;
          grid-column-end: span end;
          grid-row-start: 1; } }
      @media (min-width: 1270px) {
        .c-team-member__2 .c-team-member__abbas .c-team-member__abbas-text {
          grid-column-start: 8; } }
      .c-team-member__2 .c-team-member__abbas .c-team-member__abbas-text h2 {
        padding: 0;
        margin: 24px 0 16px 0; }
      .c-team-member__2 .c-team-member__abbas .c-team-member__abbas-text p.member-title {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.019em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        padding: 0;
        margin: 0; }
      .c-team-member__2 .c-team-member__abbas .c-team-member__abbas-text p {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.02em; }
        @media (min-width: 768px) {
          .c-team-member__2 .c-team-member__abbas .c-team-member__abbas-text p {
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            font-size: 20px;
            line-height: 1.5;
            letter-spacing: -0.06em; } }
    .c-team-member__2 .c-team-member__abbas img {
      grid-column-start: 1;
      grid-column-end: span end;
      width: 100%;
      height: auto;
      grid-row-start: 1; }
      @media (min-width: 768px) {
        .c-team-member__2 .c-team-member__abbas img {
          grid-column-start: 1;
          grid-column-end: span 8;
          grid-row-start: 1; } }
      @media (min-width: 1270px) {
        .c-team-member__2 .c-team-member__abbas img {
          grid-column-end: span 6; } }
.c-about-gallery-team {
  grid-column-start: 2;
  grid-column-end: span 23; }
  .c-about-gallery-team .c-about-gallery-team_scroller .c-team-member {
    display: flex;
    flex-direction: column;
    width: 248px; }
    @media (min-width: 430px) {
      .c-about-gallery-team .c-about-gallery-team_scroller .c-team-member {
        width: 348px; } }
    @media (min-width: 960px) {
      .c-about-gallery-team .c-about-gallery-team_scroller .c-team-member img {
        max-height: 868px; } }
    .c-about-gallery-team .c-about-gallery-team_scroller .c-team-member a {
      text-decoration: none; }
    .c-about-gallery-team .c-about-gallery-team_scroller .c-team-member p {
      margin: 0;
      padding: 0; }
      .c-about-gallery-team .c-about-gallery-team_scroller .c-team-member p.--role {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.019em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
        padding: 0; }
  @media (min-width: 960px) {
    .c-about-gallery-team {
      grid-column-start: 1;
      grid-column-end: span end; } }
.c-expertise {
  background: #013D55;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto auto;
  padding: 24px 0 48px 0; }
  .c-expertise h2 {
    grid-column-start: 2;
    grid-column-end: span 7;
    grid-row-start: 1; }
  .c-expertise a {
    color: #fff; }

.c-expertise__criminal {
  grid-column-start: 2;
  grid-column-end: span 7;
  grid-row-start: 2; }

.c-expertise__traffic {
  grid-column-start: 10;
  grid-column-end: span 7;
  grid-row-start: 2; }

.c-expertise__white {
  grid-column-start: 18;
  grid-column-end: span 7;
  grid-row-start: 2; }

.c-sidebar {
  grid-column-start: 2;
  grid-column-end: span 7;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  margin-top: 72px;
  padding-bottom: 24px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  display: none; }
  @media (min-width: 768px) {
    .c-sidebar {
      display: block; } }
  .c-sidebar h4 {
    padding: 32px 0 0;
    margin: 0; }
  .c-sidebar .c-sidebar__list-wrap {
    max-width: 404px; }
    .c-sidebar .c-sidebar__list-wrap::-webkit-scrollbar-track {
      background-color: #F5F5F5; }
    .c-sidebar .c-sidebar__list-wrap::-webkit-scrollbar {
      width: 10px;
      background-color: #F5F5F5; }
    .c-sidebar .c-sidebar__list-wrap::-webkit-scrollbar-thumb {
      background-color: #013D55; }
  .c-sidebar ul li {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-family: "koor-regular", Helvetica, Arial, sans-serif;
    font-size: 14px; }
    .c-sidebar ul li.pagenav {
      font-size: 20px;
      text-transform: none; }
      .c-sidebar ul li.pagenav ul {
        margin-top: 4px; }
    .c-sidebar ul li.current_page_item a {
      font-family: "koor-regular", Helvetica, Arial, sans-serif;
      background: url("../images/menu-current-arrow.svg") no-repeat;
      background-position: right;
      background-size: 14px 9px;
      width: 100%;
      display: inline-block;
      font-size: 14px; }
    .c-sidebar ul li ul.children {
      margin: 0 0 0 8px;
      padding: 0; }
      .c-sidebar ul li ul.children li {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        padding: 2px 0; }
        .c-sidebar ul li ul.children li.current_page_item {
          font-size: 14px; }
          .c-sidebar ul li ul.children li.current_page_item a {
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            background: url("../images/menu-current-arrow.svg") no-repeat;
            background-position: center right;
            background-size: 14px 9px;
            display: inline-block;
            padding-right: 16px;
            font-size: 14px; }
        .c-sidebar ul li ul.children li a {
          text-decoration: underline;
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          background: none; }

.c-blog-feature {
  width: 100%; }
  .c-blog-feature::after {
    clear: both;
    content: "";
    display: block; }
  .c-blog-feature .c-blog-feature__header {
    max-width: 1280px;
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 auto;
    position: relative; }
    .c-blog-feature .c-blog-feature__header::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
      .c-blog-feature .c-blog-feature__header {
        padding: 32px 0 40px 0; } }
    .c-blog-feature .c-blog-feature__header h2 {
      font-family: "koor-regular", Helvetica, Arial, sans-serif;
      font-size: 32px;
      line-height: 1.4em;
      letter-spacing: 0.016em; }
      @media (min-width: 768px) {
        .c-blog-feature .c-blog-feature__header h2 {
          font-family: "koor-regular", Helvetica, Arial, sans-serif;
          font-size: 32px;
          line-height: 1.4em;
          letter-spacing: 0.016em; } }
      @media (min-width: 960px) {
        .c-blog-feature .c-blog-feature__header h2 {
          font-family: "koor-regular", Helvetica, Arial, sans-serif;
          font-size: 48px;
          line-height: 1.2;
          letter-spacing: 0.016em; } }
    .c-blog-feature .c-blog-feature__header .c-blog-feature__nav {
      position: absolute;
      width: 100%;
      padding: 0 16px;
      display: flex;
      justify-content: space-between;
      top: 30%; }
      @media (min-width: 768px) {
        .c-blog-feature .c-blog-feature__header .c-blog-feature__nav {
          padding: 0 24px;
          top: 38%; } }
      @media (min-width: 960px) {
        .c-blog-feature .c-blog-feature__header .c-blog-feature__nav {
          padding: 0 48px; } }
      .c-blog-feature .c-blog-feature__header .c-blog-feature__nav button {
        background: none;
        border: 0;
        outline: none;
        opacity: 1; }
        .c-blog-feature .c-blog-feature__header .c-blog-feature__nav button img {
          width: 20px; }
          @media (min-width: 768px) {
            .c-blog-feature .c-blog-feature__header .c-blog-feature__nav button img {
              width: 30px; } }
        .c-blog-feature .c-blog-feature__header .c-blog-feature__nav button.disabled {
          opacity: 0.2; }
        .c-blog-feature .c-blog-feature__header .c-blog-feature__nav button:focus, .c-blog-feature .c-blog-feature__header .c-blog-feature__nav button:hover {
          opacity: 0.6; }
  .c-blog-feature .c-blog-feature__cta {
    width: 100%;
    text-align: center;
    padding: 24px 0 60px 0; }
    .c-blog-feature .c-blog-feature__cta::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
      .c-blog-feature .c-blog-feature__cta {
        padding: 24px 0 120px 0; } }
  .c-blog-feature .c-blog-feature__slider {
    padding: 0 16px;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%; }
    .c-blog-feature .c-blog-feature__slider::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
      .c-blog-feature .c-blog-feature__slider {
        padding: 0 24px; } }
    @media (min-width: 960px) {
      .c-blog-feature .c-blog-feature__slider {
        padding: 0 48px; } }
    .c-blog-feature .c-blog-feature__slider .c-slide {
      max-width: 580px;
      width: 100%; }
      .c-blog-feature .c-blog-feature__slider .c-slide .c-slide__slide-inner {
        position: relative; }
        .c-blog-feature .c-blog-feature__slider .c-slide .c-slide__slide-inner .c-slide__slide--image img {
          width: 100%;
          max-width: 580px;
          height: auto; }
        .c-blog-feature .c-blog-feature__slider .c-slide .c-slide__slide-inner .c-slide__slide--copy {
          margin: -12px 12px 0 12px;
          padding: 12px;
          background: #fff;
          z-index: 2;
          display: block;
          position: relative; }
          .c-blog-feature .c-blog-feature__slider .c-slide .c-slide__slide-inner .c-slide__slide--copy h5 {
            margin: 4px 0 8px;
            font-size: 14px;
            line-height: 1.6;
            letter-spacing: -0.04em;
            font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
          .c-blog-feature .c-blog-feature__slider .c-slide .c-slide__slide-inner .c-slide__slide--copy p {
            font-size: 12px;
            line-height: 1.5;
            letter-spacing: 0.019em;
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            color: #AEB3B7;
            margin: 0; }
            .c-blog-feature .c-blog-feature__slider .c-slide .c-slide__slide-inner .c-slide__slide--copy p.--date {
              color: #AEB3B7;
              margin-top: 24px; }

.c-footer-cta {
  background: #F1F1F1;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: repeat(2, auto);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: relative; }
  @media (min-width: 768px) {
    .c-footer-cta {
      height: 464px;
      grid-template-columns: repeat(25, 1fr); } }
  @media (min-width: 1140px) {
    .c-footer-cta {
      grid-template-columns: repeat(25, 1fr);
      grid-template-rows: repeat(2, 1fr); } }
  .c-footer-cta .c-footer-cta__title {
    width: auto;
    justify-self: center;
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    padding: 32px 0; }
    @media (min-width: 768px) {
      .c-footer-cta .c-footer-cta__title {
        grid-column-start: 2;
        grid-column-end: span 10; } }
    @media (min-width: 1140px) {
      .c-footer-cta .c-footer-cta__title {
        grid-column-start: 2;
        grid-column-end: span 10;
        grid-row-start: 1; } }
    .c-footer-cta .c-footer-cta__title h2 {
      margin: 0;
      padding: 0; }
      .c-footer-cta .c-footer-cta__title h2 {
        font-size: 32px; }
        @media screen and (min-width: 768px) {
          .c-footer-cta .c-footer-cta__title h2 {
            font-size: calc(32px + 40 * ((100vw - 768px) / 1792)); } }
        @media screen and (min-width: 2560px) {
          .c-footer-cta .c-footer-cta__title h2 {
            font-size: 72px; } }
    .c-footer-cta .c-footer-cta__title p, .c-footer-cta .c-footer-cta__title a {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: -0.04em; }
  .c-footer-cta .c-footer-cta__cta {
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-top: 1px solid #D2D2D2;
    height: 464px;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: span end;
    grid-row-start: 2; }
    @media (min-width: 768px) {
      .c-footer-cta .c-footer-cta__cta {
        grid-column-start: 13;
        grid-column-end: span end;
        grid-row-start: 1;
        border-left: 1px solid #D2D2D2;
        border-top: none; } }
    @media (min-width: 1140px) {
      .c-footer-cta .c-footer-cta__cta {
        grid-column-start: 13;
        grid-column-end: span end;
        grid-row-start: 1; } }
.c-footer-cta__form {
  padding-top: 24px; }
  .c-footer-cta__form input[type="text"], .c-footer-cta__form input[type="password"], .c-footer-cta__form input[type="datetime"], .c-footer-cta__form input[type="datetime-local"], .c-footer-cta__form input[type="date"], .c-footer-cta__form input[type="month"], .c-footer-cta__form input[type="time"], .c-footer-cta__form input[type="week"], .c-footer-cta__form input[type="number"], .c-footer-cta__form input[type="email"], .c-footer-cta__form input[type="url"], .c-footer-cta__form input[type="search"], .c-footer-cta__form input[type="tel"], .c-footer-cta__form input[type="color"], .c-footer-cta__form select, .c-footer-cta__form textarea, .c-footer-cta__form .field {
    font-size: 12px;
    border: 1px solid #D4D4D4; }
  .c-footer-cta__form .wpcf7-response-output {
    font-size: 12px;
    padding: 0;
    margin: 0; }
  .c-footer-cta__form label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px; }
  .c-footer-cta__form .--fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px; }
  .c-footer-cta__form .--submit textarea {
    height: 100px;
    min-height: 0;
    padding-top: 8px; }
  .c-footer-cta__form .--submit-btn {
    width: 100%; }
  .c-footer-cta__form .c-footer-cta__cta--phone {
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.04em;
    padding: 12px 0 0; }
    .c-footer-cta__form .c-footer-cta__cta--phone p {
      margin: 0;
      padding: 0; }
    @media (min-width: 768px) {
      .c-footer-cta__form .c-footer-cta__cta--phone {
        padding: 0 16px; } }
.c-footer {
  width: 100%;
  background: #EFEFEF;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  width: 100%;
  color: #252F35;
  text-align: center; }
  .c-footer {
    padding: 48px 0 0 0; }
    @media screen and (min-width: 960px) {
      .c-footer {
        padding: calc(48px + 67 * ((100vw - 960px) / 1600)) 0 0 0; } }
    @media screen and (min-width: 2560px) {
      .c-footer {
        padding: 115px 0 0 0; } }
  @media (min-width: 768px) {
    .c-footer {
      text-align: left; } }
  .c-footer .c-footer__inline {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    width: 100%; }
    .c-footer .c-footer__inline {
      padding: 0 0 48px 0; }
      @media screen and (min-width: 960px) {
        .c-footer .c-footer__inline {
          padding: 0 0 calc(48px + 112 * ((100vw - 960px) / 1600)) 0; } }
      @media screen and (min-width: 2560px) {
        .c-footer .c-footer__inline {
          padding: 0 0 160px 0; } }
  .c-footer .footer-links-1 a {
    color: #252F35;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    text-decoration: none; }
  .c-footer .c-footer-contact-details {
    grid-column-start: 1;
    grid-column-end: span end; }
    @media (min-width: 768px) {
      .c-footer .c-footer-contact-details {
        grid-column-start: 12;
        grid-column-end: span end; } }
    @media (min-width: 960px) {
      .c-footer .c-footer-contact-details {
        display: flex; } }
    .c-footer .c-footer-contact-details #menu-footer-links-company {
      margin: 0 0 24px 0; }
    .c-footer .c-footer-contact-details .l-col--6 {
      width: auto;
      float: none;
      margin-left: auto; }
      @media (min-width: 768px) {
        .c-footer .c-footer-contact-details .l-col--6 {
          width: calc(50% - 36px);
          float: left;
          margin-left: 24px; } }
    .c-footer .c-footer-contact-details h4 {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 0;
      margin: 14px 0 8px 0; }
      @media (min-width: 960px) {
        .c-footer .c-footer-contact-details h4 {
          margin: 0 0 8px 0; } }
    .c-footer .c-footer-contact-details p.--address {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: -0.04em;
      margin: 0; }
    .c-footer .c-footer-contact-details a.--fax,
    .c-footer .c-footer-contact-details a.--phone {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: -0.04em;
      color: #252F35; }
    .c-footer .c-footer-contact-details a.--email-link {
      color: #252F35;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: -0.04em;
      margin-top: 16px; }
  .c-footer .c-footer__logo {
    grid-column-start: 1;
    grid-column-end: span end;
    padding-bottom: 32px; }
    @media (min-width: 768px) {
      .c-footer .c-footer__logo {
        padding-bottom: 0;
        grid-column-end: span 10; } }
    .c-footer .c-footer__logo h4 {
      margin: 0;
      font-family: "koor-regular", Helvetica, Arial, sans-serif;
      font-size: 48px;
      line-height: 1.2;
      letter-spacing: 0.016em; }
      .c-footer .c-footer__logo h4 {
        font-size: 24px; }
        @media screen and (min-width: 768px) {
          .c-footer .c-footer__logo h4 {
            font-size: calc(24px + 48 * ((100vw - 768px) / 1792)); } }
        @media screen and (min-width: 2560px) {
          .c-footer .c-footer__logo h4 {
            font-size: 72px; } }
      @media (min-width: 768px) {
        .c-footer .c-footer__logo h4 {
          grid-column-end: span 10; } }
    .c-footer .c-footer__logo button {
      margin-top: 20px;
      background: #323944;
      border-radius: 3px; }
  .c-footer .c-footer__base {
    background: #EFEFEF;
    width: 100%;
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 2;
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    width: 100%;
    border-top: 1px solid #D8D8D8;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 16px 0; }
    .c-footer .c-footer__base .copyright {
      grid-column-start: 1;
      grid-column-end: span end;
      margin-bottom: 0;
      font-size: 11px; }
      @media (min-width: 768px) {
        .c-footer .c-footer__base .copyright {
          grid-column-end: span 10; } }
    .c-footer .c-footer__base .links {
      grid-column-start: 1;
      grid-column-end: span end;
      justify-self: center;
      font-size: 11px; }
      @media (min-width: 768px) {
        .c-footer .c-footer__base .links {
          justify-self: flex-end;
          grid-column-start: 20;
          grid-column-end: span 4; } }
      .c-footer .c-footer__base .links a {
        color: #252F35; }

.search-results .c-archive-search, .search-no-results .c-archive-search {
  height: 200px; }
  .search-results .c-archive-search:after, .search-no-results .c-archive-search:after {
    height: 200px; }

.c-archive-search {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background: url("../images/archive-bg-image.jpg");
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto;
  align-items: center;
  padding: 72px 0 16px 0;
  position: relative; }
  @media (min-width: 960px) {
    .c-archive-search {
      padding: 60px 0 0;
      height: 320px; } }
  .c-archive-search .c-archive-search__input {
    width: 100%;
    text-align: center;
    grid-column-start: 2;
    grid-column-end: span 23;
    align-items: flex-end;
    grid-row-start: 2; }
    @media (min-width: 430px) {
      .c-archive-search .c-archive-search__input {
        grid-column-end: span 14; } }
    @media (min-width: 960px) {
      .c-archive-search .c-archive-search__input {
        grid-column-start: 17;
        grid-column-end: span 8;
        grid-row-start: 1; } }
    .c-archive-search .c-archive-search__input p.--search-title {
      color: #fff; }

.c-archive-title {
  grid-column-start: 2;
  grid-column-end: span 23;
  grid-row-start: 1;
  position: relative;
  z-index: 2; }
  @media (min-width: 960px) {
    .c-archive-title {
      grid-column-start: 2;
      grid-column-end: span 23;
      grid-row-start: 1; } }
  .c-archive-title h1 {
    margin: 0 0 8px;
    color: #fff;
    z-index: 3;
    text-align: center; }
    .c-archive-title h1 {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .c-archive-title h1 {
          font-size: calc(32px + 54 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .c-archive-title h1 {
          font-size: 86px; } }
  .c-archive-title p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    color: #252F35; }

.c-archive-search:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.c-archive-list-wrap {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto;
  align-items: flex-start; }
  .c-archive-list-wrap {
    padding: 0 0 48px 0; }
    @media screen and (min-width: 960px) {
      .c-archive-list-wrap {
        padding: 0 0 calc(48px + 72 * ((100vw - 960px) / 1600)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-archive-list-wrap {
        padding: 0 0 120px 0; } }
  .c-archive-list-wrap h2 {
    border-bottom: 1px solid #BFBFBF;
    padding: 32px 0 24px;
    font-family: "koor-regular", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 0.016em;
    letter-spacing: -0.04em;
    font-size: 28px; }
    @media (min-width: 768px) {
      .c-archive-list-wrap h2 {
        font-size: 38px; } }
.c-archive-list-1 {
  grid-column-start: 2;
  grid-column-end: span 23; }
  @media (min-width: 768px) {
    .c-archive-list-1 {
      grid-column-start: 2;
      grid-column-end: span 11; } }
.c-archive-list-2 {
  grid-column-start: 2;
  grid-column-end: span 23; }
  @media (min-width: 768px) {
    .c-archive-list-2 {
      grid-column-start: 14;
      grid-column-end: span 11; } }
.c-sidebar-archive {
  grid-column-start: 17;
  grid-column-end: span 8;
  grid-row-start: 1;
  margin-top: 48px;
  border-top: 1px solid #BFBFBF;
  flex-direction: column;
  align-items: flex-start;
  display: none; }
  @media (min-width: 768px) {
    .c-sidebar-archive {
      display: flex; } }
  .c-sidebar-archive h4 {
    margin: 0;
    padding: 32px 0 0; }
  .c-sidebar-archive p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-sidebar-archive .o-button {
    margin: 8px 0 16px; }
  .c-sidebar-archive ul {
    border-bottom: 1px solid #BFBFBF;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 32px; }
    .c-sidebar-archive ul li a {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }

.c-archive-item {
  position: relative;
  margin-bottom: 8px; }
  .c-archive-item .c-archive-item__title {
    position: relative;
    z-index: 2;
    padding: 0; }
    .c-archive-item .c-archive-item__title h4 {
      font-family: "koor-regular", Helvetica, Arial, sans-serif;
      padding: 8px 0;
      margin: 0; }
    .c-archive-item .c-archive-item__title p {
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      padding-bottom: 8px; }
  .c-archive-item .c-archive-item__list {
    padding: 0;
    margin: 0; }
    .c-archive-item .c-archive-item__list ul {
      padding: 0;
      margin: 0; }
      .c-archive-item .c-archive-item__list ul li {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: -0.04em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
        .c-archive-item .c-archive-item__list ul li ul.children {
          list-style: none; }
          .c-archive-item .c-archive-item__list ul li ul.children li {
            padding-left: 4px; }
            .c-archive-item .c-archive-item__list ul li ul.children li:before {
              content: "\00BB \0020"; }
        .c-archive-item .c-archive-item__list ul li.--read-more {
          margin-top: 8px;
          width: 100%;
          text-transform: uppercase; }

.c-offence-single-title {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background: #D0E5ED;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto;
  background: url("../images/archive-bg-image.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  align-items: center; }
  @media (min-width: 768px) {
    .c-offence-single-title {
      height: 200px;
      padding-top: 60px; } }
  @media (min-width: 960px) {
    .c-offence-single-title {
      height: 240px;
      padding-top: 60px; } }
  .c-offence-single-title h3 {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    z-index: 2;
    text-align: center; }
    @media (min-width: 768px) {
      .c-offence-single-title h3 {
        grid-column-start: 2;
        grid-column-end: span 23; } }
  .c-offence-single-title a {
    color: #fff; }
  .c-offence-single-title span {
    color: #fff; }
    .c-offence-single-title span a {
      text-decoration: none;
      pointer-events: none;
      color: #fff; }
      .c-offence-single-title span a:focus, .c-offence-single-title span a:hover {
        cursor: default; }
  .c-offence-single-title .c-archive-search__input {
    width: 100%;
    text-align: center;
    grid-column-start: 2;
    grid-column-end: span 23;
    align-items: flex-end;
    grid-row-start: 2; }
    @media (min-width: 768px) {
      .c-offence-single-title .c-archive-search__input {
        grid-column-start: 17;
        grid-column-end: span 8;
        grid-row-start: 1; } }
    .c-offence-single-title .c-archive-search__input p.--search-title {
      color: #fff; }

.c-offence-single-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.c-offence-content {
  grid-column-start: 2;
  grid-column-end: span 23;
  max-width: 780px;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .c-offence-content {
      grid-column-start: 7;
      grid-column-end: span 13; } }
  .c-offence-content .c-offence-content__parent-title {
    width: 100%;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    background: url("../images/menu-current-arrow.svg") no-repeat;
    background-position: center right;
    background-size: 14px 9px;
    display: inline-block;
    margin: 0;
    padding-right: 12px; }
    @media (min-width: 768px) {
      .c-offence-content .c-offence-content__parent-title {
        padding-right: 24px;
        background-size: 28px 18px;
        margin: 8px 0; } }
    .c-offence-content .c-offence-content__parent-title h3 {
      font-family: "koor-regular", Helvetica, Arial, sans-serif;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 24px;
      line-height: 1.3;
      letter-spacing: -0.04em;
      margin: 0; }
      @media (min-width: 768px) {
        .c-offence-content .c-offence-content__parent-title h3 {
          font-family: "koor-regular", Helvetica, Arial, sans-serif;
          font-size: 32px;
          line-height: 1.4em;
          letter-spacing: 0.016em; } }
  .c-offence-content .c-offence-content__parent-excerpt p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    color: #AEB3B7; }
  .c-offence-content .c-offence-content__breadcrumb {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-offence-content .c-offence-content__title h3 {
    font-family: "koor-regular", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 0.016em;
    padding-bottom: 24px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .c-offence-content .c-offence-content__title h3 {
        font-family: "koor-regular", Helvetica, Arial, sans-serif;
        font-size: 48px;
        line-height: 1.2;
        letter-spacing: 0.016em; } }
.wp-block-yoast-expertise-block .schema-expertise-question {
  font-family: "graphik-med", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block; }

.c-archive-search__input.--sidebar div.asl_w .probox .promagnifier .innericon svg {
  fill: #013D55; }

.c-archive-search__input.--sidebar div.asl_w .probox .prosettings .innericon svg {
  fill: #013D55; }

.c-archive-search__input.--sidebar #ajaxsearchlite1 .probox,
.c-archive-search__input.--sidebar div.asl_w .probox {
  margin: 0;
  height: 48px;
  background-color: #013D55;
  background-image: radial-gradient(ellipse at center, #013D55, #013D55);
  border: 0 solid #68aec7;
  border-radius: 0;
  box-shadow: none; }

.c-archive-search__input.--sidebar #ajaxsearchlite1 .probox .proinput,
.c-archive-search__input.--sidebar div.asl_w .probox .proinput {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #252F35 !important;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input.--sidebar #ajaxsearchlite1 .probox .proinput input,
.c-archive-search__input.--sidebar div.asl_w .probox .proinput input {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #252F35 !important;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border: 0;
  box-shadow: none;
  height: 48px; }

.c-archive-search__input.--sidebar div.asl_w .probox .proinput input::-webkit-input-placeholder {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #979797 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input.--sidebar div.asl_w .probox .proinput input::-moz-placeholder {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #979797 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input.--sidebar div.asl_w .probox .proinput input:-ms-input-placeholder {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #979797 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input.--sidebar div.asl_w .probox .proinput input:-moz-placeholder {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #979797 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input.--sidebar div.asl_w .probox .proinput input.autocomplete {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #252F35 !important;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  margin-top: -34px !important; }

.c-archive-search__input.--sidebar div.asl_w .probox .proloading,
.c-archive-search__input.--sidebar div.asl_w .probox .promagnifier,
.c-archive-search__input.--sidebar div.asl_w .probox .prosettings {
  width: 50px;
  height: 48px; }

.c-archive-search__input.--sidebar div.asl_w .probox .proclose {
  width: auto;
  height: 48px; }

.c-archive-search__input.--sidebar div.asl_w .probox .promagnifier {
  width: 50px;
  height: 48px;
  background-color: none;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 solid #000;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.c-archive-search__input.--sidebar div.asl_w .probox div.prosettings {
  width: 64px;
  height: 52px;
  background-color: #b6b6b6;
  background-image: linear-gradient(185deg, #b6b6b6, #b6b6b6);
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  border: 0 solid #68aec7;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.63);
  cursor: pointer;
  background-size: 100% 100%;
  order: 7;
  -webkit-order: 7; }

.c-archive-search__input div.asl_w {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: inherit;
  background-image: none;
  background-image: none;
  overflow: hidden;
  border: 0 none #8dd5ef;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 #000; }

.c-archive-search__input #ajaxsearchlite1 .probox,
.c-archive-search__input div.asl_w .probox {
  margin: 0;
  height: 48px;
  background-color: #013D55;
  background-image: radial-gradient(ellipse at center, #013D55, #013D55);
  border: 0 solid #68aec7;
  border-radius: 0;
  box-shadow: none; }
  @media (min-width: 960px) {
    .c-archive-search__input #ajaxsearchlite1 .probox,
    .c-archive-search__input div.asl_w .probox {
      height: 64px; } }
.c-archive-search__input #ajaxsearchlite1 .probox .proinput,
.c-archive-search__input div.asl_w .probox .proinput {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input div.asl_m .probox .proinput {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  box-shadow: none;
  position: relative;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  order: 5;
  -webkit-order: 5;
  border-bottom: 2px solid #fff; }

.c-archive-search__input div.asl_m .probox div.asl_simple-circle {
  margin: 0;
  height: 50%;
  width: 50%;
  animation: rotate-simple .8s infinite linear;
  -webkit-animation: rotate-simple .8s infinite linear;
  border: 3px solid #ccc;
  border-right-color: transparent !important;
  border-radius: 50%;
  box-sizing: border-box; }

.c-archive-search__input #ajaxsearchlite1 .probox .proinput input,
.c-archive-search__input div.asl_w .probox .proinput input {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-size: 24px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: none;
  height: 48px;
  max-width: none; }
  @media (min-width: 960px) {
    .c-archive-search__input #ajaxsearchlite1 .probox .proinput input,
    .c-archive-search__input div.asl_w .probox .proinput input {
      height: 64px; } }
.c-archive-search__input div.asl_w .probox .proinput input::-webkit-input-placeholder {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #979797 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input div.asl_w .probox .proinput input::-moz-placeholder {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #979797 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input div.asl_w .probox .proinput input:-ms-input-placeholder {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #979797 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input div.asl_w .probox .proinput input:-moz-placeholder {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #979797 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input div.asl_w .probox .proinput input.autocomplete {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #AEB3B7;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  margin-top: -34px !important; }

.c-archive-search__input div.asl_w .probox .proloading,
.c-archive-search__input div.asl_w .probox .promagnifier,
.c-archive-search__input div.asl_w .probox .prosettings {
  width: 64px;
  height: 48px; }
  @media (min-width: 960px) {
    .c-archive-search__input div.asl_w .probox .proloading,
    .c-archive-search__input div.asl_w .probox .promagnifier,
    .c-archive-search__input div.asl_w .probox .prosettings {
      height: 64px; } }
.c-archive-search__input div.asl_w .probox .proclose {
  width: auto;
  height: 48px; }
  @media (min-width: 960px) {
    .c-archive-search__input div.asl_w .probox .proclose {
      height: 64px; }
      .c-archive-search__input div.asl_w .probox .proclose svg {
        background: #013D55; } }
.c-archive-search__input div.asl_w .probox .promagnifier .innericon svg {
  fill: #fff; }

.c-archive-search__input div.asl_w .probox .prosettings .innericon svg {
  fill: #fff; }

.c-archive-search__input div.asl_w .probox .promagnifier {
  width: 64px;
  height: 48px;
  background-color: none;
  background-image: linear-gradient(180deg, #013D55, #013D55);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 solid #fff;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 960px) {
    .c-archive-search__input div.asl_w .probox .promagnifier {
      height: 64px; } }
.c-archive-search__input div.asl_w .probox div.prosettings {
  width: 64px;
  height: 48px;
  background-color: #b6b6b6;
  background-image: linear-gradient(185deg, #b6b6b6, #b6b6b6);
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  border: 0 solid #68aec7;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.63);
  cursor: pointer;
  background-size: 100% 100%;
  order: 7;
  -webkit-order: 7; }
  @media (min-width: 960px) {
    .c-archive-search__input div.asl_w .probox div.prosettings {
      height: 64px; } }
.c-archive-search__input div.asl_r {
  position: absolute;
  z-index: 1100; }

.c-archive-search__input div.asl_r .mCSBap_scrollTools .mCSBap_buttonDown:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 6px;
  left: 50%;
  margin-left: -6px; }

.c-archive-search__input div.asl_r .mCSBap_scrollTools .mCSBap_buttonUp:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  left: 50%;
  margin-left: -6px; }

.c-archive-search__input div.asl_r span.highlighted {
  font-weight: bold;
  color: #d9312b;
  background-color: #eee;
  color: #d9312b;
  background-color: #eeeeee; }

.c-archive-search__input div.asl_s.searchsettings {
  background-color: #b6b6b6;
  background-image: linear-gradient(185deg, #b6b6b6, #b6b6b6);
  background-image: -ms-linear-gradient(185deg, #b6b6b6, #b6b6b6);
  box-shadow: 0 0 0 0 #000; }

.c-archive-search__input div.asl_s.searchsettings .asl_option_label {
  font-weight: bold;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.c-archive-search__input div.asl_s.searchsettings .asl_option_inner label {
  background-color: #222;
  background-image: linear-gradient(180deg, #222, #36373a);
  background-image: -ms-linear-gradient(180deg, #222, #36373a); }

.c-archive-search__input div.asl_s.searchsettings fieldset .categoryfilter {
  max-height: 200px;
  overflow: auto; }

.c-archive-search__input div.asl_s.searchsettings fieldset legend {
  padding: 5px 0 0 10px;
  margin: 0;
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  font-size: 12px;
  line-height: 15px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.archive div.asl_r.vertical, .single div.asl_r.vertical, .search-results div.asl_r.vertical, .search-no-results div.asl_r.vertical, .home div.asl_r.vertical, .page-template div.asl_r.vertical {
  padding: 4px 8px;
  background: none;
  border-radius: 6px;
  border: 0 none #000;
  border-radius: 6px;
  visibility: hidden;
  display: none;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.4);
  background: #ffffff; }

.archive div.asl_r .results .nores .keyword, .single div.asl_r .results .nores .keyword, .search-results div.asl_r .results .nores .keyword, .search-no-results div.asl_r .results .nores .keyword, .home div.asl_r .results .nores .keyword, .page-template div.asl_r .results .nores .keyword {
  padding: 0 6px;
  cursor: pointer;
  font-weight: normal;
  font-family: Open Sans;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 13px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  font-weight: bold; }

.archive div.asl_r .results .item, .single div.asl_r .results .item, .search-results div.asl_r .results .item, .search-no-results div.asl_r .results .item, .home div.asl_r .results .item, .page-template div.asl_r .results .item {
  height: auto;
  background: #fff; }

.archive div.asl_r.vertical .results .item:after, .single div.asl_r.vertical .results .item:after, .search-results div.asl_r.vertical .results .item:after, .search-no-results div.asl_r.vertical .results .item:after, .home div.asl_r.vertical .results .item:after, .page-template div.asl_r.vertical .results .item:after {
  background: #ccc; }

.archive div.asl_r .results .item.hovered, .single div.asl_r .results .item.hovered, .search-results div.asl_r .results .item.hovered, .search-no-results div.asl_r .results .item.hovered, .home div.asl_r .results .item.hovered, .page-template div.asl_r .results .item.hovered {
  background-color: #F5F5F5;
  background-image: radial-gradient(ellipse at center, #f5f5f5, #f5f5f5); }

.archive div.asl_r .results .item .asl_image, .single div.asl_r .results .item .asl_image, .search-results div.asl_r .results .item .asl_image, .search-no-results div.asl_r .results .item .asl_image, .home div.asl_r .results .item .asl_image, .page-template div.asl_r .results .item .asl_image {
  width: 70px;
  height: 70px; }

.archive div.asl_r .results .item .asl_content, .single div.asl_r .results .item .asl_content, .search-results div.asl_r .results .item .asl_content, .search-no-results div.asl_r .results .item .asl_content, .home div.asl_r .results .item .asl_content, .page-template div.asl_r .results .item .asl_content {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 18px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.archive div.asl_r .results .item .asl_content, .single div.asl_r .results .item .asl_content, .search-results div.asl_r .results .item .asl_content, .search-no-results div.asl_r .results .item .asl_content, .home div.asl_r .results .item .asl_content, .page-template div.asl_r .results .item .asl_content {
  overflow: hidden;
  height: auto;
  background: transparent;
  margin: 0;
  padding: 12px 0px 6px 0px; }

.archive div.asl_r .results .item .asl_content h3,
.archive div.asl_r .results .item .asl_content h3 a, .single div.asl_r .results .item .asl_content h3,
.single div.asl_r .results .item .asl_content h3 a, .search-results div.asl_r .results .item .asl_content h3,
.search-results div.asl_r .results .item .asl_content h3 a, .search-no-results div.asl_r .results .item .asl_content h3,
.search-no-results div.asl_r .results .item .asl_content h3 a, .home div.asl_r .results .item .asl_content h3,
.home div.asl_r .results .item .asl_content h3 a, .page-template div.asl_r .results .item .asl_content h3,
.page-template div.asl_r .results .item .asl_content h3 a {
  margin: 15px 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #252F35;
  font-size: 12px;
  line-height: 18px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  text-decoration: underline; }

.archive div.asl_r .results .item .asl_content h3 a:hover, .single div.asl_r .results .item .asl_content h3 a:hover, .search-results div.asl_r .results .item .asl_content h3 a:hover, .search-no-results div.asl_r .results .item .asl_content h3 a:hover, .home div.asl_r .results .item .asl_content h3 a:hover, .page-template div.asl_r .results .item .asl_content h3 a:hover {
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #252F35;
  font-size: 12px;
  line-height: 17px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.archive div.asl_r .results .item div.etc, .single div.asl_r .results .item div.etc, .search-results div.asl_r .results .item div.etc, .search-no-results div.asl_r .results .item div.etc, .home div.asl_r .results .item div.etc, .page-template div.asl_r .results .item div.etc {
  padding: 0;
  line-height: 10px;
  font-weight: bold;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #a1a1a1;
  font-size: 12px;
  line-height: 12px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  margin-top: 4px; }

.archive div.asl_r .results .item .etc .asl_author, .single div.asl_r .results .item .etc .asl_author, .search-results div.asl_r .results .item .etc .asl_author, .search-no-results div.asl_r .results .item .etc .asl_author, .home div.asl_r .results .item .etc .asl_author, .page-template div.asl_r .results .item .etc .asl_author {
  padding: 0;
  font-weight: bold;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #a1a1a1;
  font-size: 10px;
  line-height: 12px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.archive div.asl_r .results .item .etc .asl_date, .single div.asl_r .results .item .etc .asl_date, .search-results div.asl_r .results .item .etc .asl_date, .search-no-results div.asl_r .results .item .etc .asl_date, .home div.asl_r .results .item .etc .asl_date, .page-template div.asl_r .results .item .etc .asl_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #adadad;
  font-size: 10px;
  line-height: 12px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.archive div.asl_r .results .item p.desc, .single div.asl_r .results .item p.desc, .search-results div.asl_r .results .item p.desc, .search-no-results div.asl_r .results .item p.desc, .home div.asl_r .results .item p.desc, .page-template div.asl_r .results .item p.desc {
  margin: 2px 0;
  padding: 0;
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  color: #AEB3B7;
  font-size: 12px;
  line-height: 13px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.archive div.asl_r.vertical .results .asl_spacer, .single div.asl_r.vertical .results .asl_spacer, .search-results div.asl_r.vertical .results .asl_spacer, .search-no-results div.asl_r.vertical .results .asl_spacer, .home div.asl_r.vertical .results .asl_spacer, .page-template div.asl_r.vertical .results .asl_spacer {
  background: none repeat scroll 0 0 #F5F5F5;
  display: block;
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0; }

.archive .results .asl_nores .asl_keyword, .single .results .asl_nores .asl_keyword, .search-results .results .asl_nores .asl_keyword, .search-no-results .results .asl_nores .asl_keyword, .home .results .asl_nores .asl_keyword, .page-template .results .asl_nores .asl_keyword {
  padding: 10px 6px;
  margin: 10px 6px;
  cursor: pointer;
  font-weight: normal;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.019em;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif; }

.archive .results .asl_nores .asl_nores_header, .single .results .asl_nores .asl_nores_header, .search-results .results .asl_nores .asl_nores_header, .search-no-results .results .asl_nores .asl_nores_header, .home .results .asl_nores .asl_nores_header, .page-template .results .asl_nores .asl_nores_header {
  padding: 12px 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.019em;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif; }

.c-single-cta {
  width: 100%;
  margin: 40px 0 48px 0; }
  .c-single-cta .c-single-cta__content {
    padding: 32px 0;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    grid-template-rows: auto; }
    .c-single-cta .c-single-cta__content p {
      margin-top: 12px;
      padding-bottom: 0;
      margin-bottom: 0; }
    .c-single-cta .c-single-cta__content span.phonenumber {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: -0.04em;
      font-weight: normal;
      font-family: "koor-regular", Helvetica, Arial, sans-serif; }
    .c-single-cta .c-single-cta__content .--down-arrow img {
      margin: 0 4px 0 0; }
    .c-single-cta .c-single-cta__content h4 {
      padding: 0;
      margin: 0;
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 1;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 24px;
      line-height: 1.3;
      letter-spacing: -0.04em;
      font-family: "koor-regular", Helvetica, Arial, sans-serif; }
    .c-single-cta .c-single-cta__content .c-single-cta__contact {
      grid-column-start: 1;
      grid-column-end: span 23;
      grid-row-start: 3;
      display: flex;
      flex-direction: column;
      margin: 16px 0; }
      @media (min-width: 768px) {
        .c-single-cta .c-single-cta__content .c-single-cta__contact {
          grid-column-start: 13;
          grid-column-end: span 12;
          grid-row-start: 2; } }
      .c-single-cta .c-single-cta__content .c-single-cta__contact a.o-phonenumber {
        font-size: 24px;
        margin: 0;
        padding: 0;
        line-height: 1; }
      .c-single-cta .c-single-cta__content .c-single-cta__contact a.email-address {
        font-size: 14px;
        margin-top: 8px; }
    .c-single-cta .c-single-cta__content ul {
      grid-column-start: 1;
      grid-column-end: span end;
      grid-row-start: 2; }
      @media (min-width: 768px) {
        .c-single-cta .c-single-cta__content ul {
          grid-column-start: 1;
          grid-column-end: span 11;
          grid-row-start: 2; } }
      .c-single-cta .c-single-cta__content ul li {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        background: url("../images/circle-tick.svg") no-repeat;
        background-position: top left;
        padding: 6px 0 8px 28px;
        background-size: 20px 20px;
        margin-bottom: 0;
        width: 100%;
        display: inline-block;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.019em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        line-height: 1; }
        @media (min-width: 768px) {
          .c-single-cta .c-single-cta__content ul li {
            font-size: 12px;
            line-height: 1.5;
            letter-spacing: 0.019em;
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            line-height: 1; } }
        @media (min-width: 960px) {
          .c-single-cta .c-single-cta__content ul li {
            font-size: 14px;
            line-height: 1.6;
            letter-spacing: -0.04em;
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            line-height: 1; } }
      .c-single-cta .c-single-cta__content ul :before {
        display: none; }
  .c-single-cta .c-single-cta__form {
    padding: 16px 0;
    border-bottom: 1px solid #BFBFBF; }
    .c-single-cta .c-single-cta__form form.wpcf7-form {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: auto;
      grid-column-gap: 16px; }
      @media (min-width: 768px) {
        .c-single-cta .c-single-cta__form form.wpcf7-form {
          grid-template-columns: repeat(2, 1fr); } }
    .c-single-cta .c-single-cta__form label {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #252F35;
      font-size: 12px;
      font-family: "koor-regular", Helvetica, Arial, sans-serif; }
    .c-single-cta .c-single-cta__form textarea {
      padding: 8px 12px;
      background: #fff;
      height: 157px;
      border: 1px solid #BFBFBF; }
      .c-single-cta .c-single-cta__form textarea::-webkit-input-placeholder {
        color: #AEB3B7; }
      .c-single-cta .c-single-cta__form textarea::-moz-placeholder {
        color: #AEB3B7; }
      .c-single-cta .c-single-cta__form textarea:-ms-input-placeholder {
        color: #AEB3B7; }
      .c-single-cta .c-single-cta__form textarea::placeholder {
        color: #AEB3B7; }
    .c-single-cta .c-single-cta__form input, .c-single-cta .c-single-cta__form select {
      width: 100%;
      max-width: none;
      padding: 0px 12px;
      margin: 0;
      height: 36px;
      background: #fff;
      border: 1px solid #BFBFBF; }
      .c-single-cta .c-single-cta__form input::-webkit-input-placeholder, .c-single-cta .c-single-cta__form select::-webkit-input-placeholder {
        color: #AEB3B7; }
      .c-single-cta .c-single-cta__form input::-moz-placeholder, .c-single-cta .c-single-cta__form select::-moz-placeholder {
        color: #AEB3B7; }
      .c-single-cta .c-single-cta__form input:-ms-input-placeholder, .c-single-cta .c-single-cta__form select:-ms-input-placeholder {
        color: #AEB3B7; }
      .c-single-cta .c-single-cta__form input::placeholder, .c-single-cta .c-single-cta__form select::placeholder {
        color: #AEB3B7; }
    .c-single-cta .c-single-cta__form input.o-button {
      margin: 0;
      padding: 14px 0.8em;
      background: #013D55;
      font-family: "koor-regular", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      border: none;
      height: auto; }
    .c-single-cta .c-single-cta__form div.wpcf7-mail-sent-ok {
      border: none;
      background: #C5E5DA;
      border-radius: 8px;
      padding: 16px;
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
    .c-single-cta .c-single-cta__form div.wpcf7-acceptance-missing,
    .c-single-cta .c-single-cta__form div.wpcf7-validation-errors {
      border: none;
      background: #EFB2B2;
      border-radius: 8px;
      padding: 16px;
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
    .c-single-cta .c-single-cta__form .--form-header {
      margin-top: 12px;
      margin-bottom: 12px;
      max-width: 340px;
      display: flex;
      justify-content: space-between;
      align-items: top;
      color: #fff; }
      @media (min-width: 768px) {
        .c-single-cta .c-single-cta__form .--form-header {
          font-family: "koor-regular", Helvetica, Arial, sans-serif;
          font-size: 32px;
          line-height: 1.4em;
          letter-spacing: 0.016em; } }
      .c-single-cta .c-single-cta__form .--form-header i {
        margin-right: 16px;
        display: none; }
        .c-single-cta .c-single-cta__form .--form-header i img {
          max-width: 18px; }
        @media (min-width: 768px) {
          .c-single-cta .c-single-cta__form .--form-header i {
            display: block; } }
      .c-single-cta .c-single-cta__form .--form-header h3 {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: -0.04em;
        margin: 0; }
        @media (min-width: 768px) {
          .c-single-cta .c-single-cta__form .--form-header h3 {
            font-family: "koor-regular", Helvetica, Arial, sans-serif;
            font-size: 32px;
            line-height: 1.4em;
            letter-spacing: 0.016em; } }
.c-thanks-message {
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .c-thanks-message h3 {
    padding: 0; }

.c-contact-form__inner {
  padding: 0 16px; }
  @media (min-width: 768px) {
    .c-contact-form__inner {
      padding: 0 40px; } }
  .c-contact-form__inner input[type="text"],
  .c-contact-form__inner input[type="password"],
  .c-contact-form__inner input[type="datetime"],
  .c-contact-form__inner input[type="datetime-local"],
  .c-contact-form__inner input[type="date"],
  .c-contact-form__inner input[type="month"],
  .c-contact-form__inner input[type="time"],
  .c-contact-form__inner input[type="week"],
  .c-contact-form__inner input[type="number"],
  .c-contact-form__inner input[type="email"],
  .c-contact-form__inner input[type="url"],
  .c-contact-form__inner input[type="search"],
  .c-contact-form__inner input[type="tel"],
  .c-contact-form__inner input[type="color"],
  .c-contact-form__inner select,
  .c-contact-form__inner textarea,
  .c-contact-form__inner .field {
    font-size: 12px;
    border: 1px solid #D4D4D4; }
  .c-contact-form__inner .wpcf7-response-output {
    font-size: 12px;
    padding: 0;
    margin: 0; }
  .c-contact-form__inner label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px; }
    @media (min-width: 768px) {
      .c-contact-form__inner label {
        font-size: 12px; } }
  .c-contact-form__inner h4 {
    margin: 0;
    padding: 24px 0 14px;
    font-family: "koor-regular", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 0.016em; }
  .c-contact-form__inner .--fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px; }
  .c-contact-form__inner .--submit textarea {
    height: 100px;
    min-height: 0;
    padding-top: 8px; }
  .c-contact-form__inner .--submit-btn {
    width: 100%;
    background: #252F35; }
  .c-contact-form__inner .c-footer-cta__cta--phone {
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.04em;
    padding: 12px 0 0; }
    .c-contact-form__inner .c-footer-cta__cta--phone p {
      margin: 0;
      padding: 0; }
    @media (min-width: 768px) {
      .c-contact-form__inner .c-footer-cta__cta--phone {
        padding: 0 16px; } }
  .c-contact-form__inner div.wpcf7 {
    position: relative; }
  .c-contact-form__inner div.wpcf7-acceptance-missing,
  .c-contact-form__inner div.wpcf7-validation-errors {
    border: none;
    background: #EFB2B2;
    border-radius: 8px;
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-contact-form__inner div.wpcf7-response-output {
    margin: 0;
    padding: 0; }
  .c-contact-form__inner div.wpcf7-mail-sent-ok {
    border: none;
    background: #C5E5DA;
    border-radius: 8px;
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-contact-form__inner .--form-header {
    margin-top: 24px;
    margin-bottom: 16px;
    max-width: 340px;
    display: flex;
    justify-content: space-between;
    align-items: top; }
    @media (min-width: 768px) {
      .c-contact-form__inner .--form-header {
        font-family: "koor-regular", Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 1.4em;
        letter-spacing: 0.016em; } }
    .c-contact-form__inner .--form-header i {
      margin-right: 16px;
      display: none; }
      .c-contact-form__inner .--form-header i img {
        max-width: 18px; }
      @media (min-width: 768px) {
        .c-contact-form__inner .--form-header i {
          display: block; } }
    .c-contact-form__inner .--form-header h3 {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 24px;
      line-height: 1.3;
      letter-spacing: -0.04em;
      margin: 0; }
      @media (min-width: 768px) {
        .c-contact-form__inner .--form-header h3 {
          font-family: "koor-regular", Helvetica, Arial, sans-serif;
          font-size: 32px;
          line-height: 1.4em;
          letter-spacing: 0.016em; } }
.blog .c-media-articles, .post-type-archive-in-the-news .c-media-articles, .category .c-media-articles, .post-type-archive-criminal_defence .c-media-articles, .post-type-archive-other_practice_areas .c-media-articles, .tax-media_tags .c-media-articles, .post-type-archive-media .c-media-articles, .tag .c-media-articles, .search-results .c-media-articles, .search-no-results .c-media-articles, .page-template-page-about .c-media-articles {
  padding: 0 0 48px 0; }

.blog .c-archive-title, .post-type-archive-in-the-news .c-archive-title, .category .c-archive-title, .post-type-archive-criminal_defence .c-archive-title, .post-type-archive-other_practice_areas .c-archive-title, .tax-media_tags .c-archive-title, .post-type-archive-media .c-archive-title, .tag .c-archive-title, .search-results .c-archive-title, .search-no-results .c-archive-title, .page-template-page-about .c-archive-title {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-column-start: 2;
  grid-column-end: span 23;
  width: 100%;
  padding-top: 60px;
  align-items: center;
  position: relative;
  height: 160px; }
  @media (min-width: 768px) {
    .blog .c-archive-title, .post-type-archive-in-the-news .c-archive-title, .category .c-archive-title, .post-type-archive-criminal_defence .c-archive-title, .post-type-archive-other_practice_areas .c-archive-title, .tax-media_tags .c-archive-title, .post-type-archive-media .c-archive-title, .tag .c-archive-title, .search-results .c-archive-title, .search-no-results .c-archive-title, .page-template-page-about .c-archive-title {
      height: 220px; } }
  @media (min-width: 960px) {
    .blog .c-archive-title, .post-type-archive-in-the-news .c-archive-title, .category .c-archive-title, .post-type-archive-criminal_defence .c-archive-title, .post-type-archive-other_practice_areas .c-archive-title, .tax-media_tags .c-archive-title, .post-type-archive-media .c-archive-title, .tag .c-archive-title, .search-results .c-archive-title, .search-no-results .c-archive-title, .page-template-page-about .c-archive-title {
      height: 320px; } }
  .blog .c-archive-title h2, .post-type-archive-in-the-news .c-archive-title h2, .category .c-archive-title h2, .post-type-archive-criminal_defence .c-archive-title h2, .post-type-archive-other_practice_areas .c-archive-title h2, .tax-media_tags .c-archive-title h2, .post-type-archive-media .c-archive-title h2, .tag .c-archive-title h2, .search-results .c-archive-title h2, .search-no-results .c-archive-title h2, .page-template-page-about .c-archive-title h2 {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    margin: 16px 0;
    color: #fff;
    z-index: 2;
    text-align: center; }
    .blog .c-archive-title h2, .post-type-archive-in-the-news .c-archive-title h2, .category .c-archive-title h2, .post-type-archive-criminal_defence .c-archive-title h2, .post-type-archive-other_practice_areas .c-archive-title h2, .tax-media_tags .c-archive-title h2, .post-type-archive-media .c-archive-title h2, .tag .c-archive-title h2, .search-results .c-archive-title h2, .search-no-results .c-archive-title h2, .page-template-page-about .c-archive-title h2 {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .blog .c-archive-title h2, .post-type-archive-in-the-news .c-archive-title h2, .category .c-archive-title h2, .post-type-archive-criminal_defence .c-archive-title h2, .post-type-archive-other_practice_areas .c-archive-title h2, .tax-media_tags .c-archive-title h2, .post-type-archive-media .c-archive-title h2, .tag .c-archive-title h2, .search-results .c-archive-title h2, .search-no-results .c-archive-title h2, .page-template-page-about .c-archive-title h2 {
          font-size: calc(32px + 54 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .blog .c-archive-title h2, .post-type-archive-in-the-news .c-archive-title h2, .category .c-archive-title h2, .post-type-archive-criminal_defence .c-archive-title h2, .post-type-archive-other_practice_areas .c-archive-title h2, .tax-media_tags .c-archive-title h2, .post-type-archive-media .c-archive-title h2, .tag .c-archive-title h2, .search-results .c-archive-title h2, .search-no-results .c-archive-title h2, .page-template-page-about .c-archive-title h2 {
          font-size: 86px; } }
    @media (min-width: 960px) {
      .blog .c-archive-title h2, .post-type-archive-in-the-news .c-archive-title h2, .category .c-archive-title h2, .post-type-archive-criminal_defence .c-archive-title h2, .post-type-archive-other_practice_areas .c-archive-title h2, .tax-media_tags .c-archive-title h2, .post-type-archive-media .c-archive-title h2, .tag .c-archive-title h2, .search-results .c-archive-title h2, .search-no-results .c-archive-title h2, .page-template-page-about .c-archive-title h2 {
        margin: 0;
        grid-column-start: 2;
        grid-column-end: span 23; } }
  .blog .c-archive-title .c-archive-title__inner, .post-type-archive-in-the-news .c-archive-title .c-archive-title__inner, .category .c-archive-title .c-archive-title__inner, .post-type-archive-criminal_defence .c-archive-title .c-archive-title__inner, .post-type-archive-other_practice_areas .c-archive-title .c-archive-title__inner, .tax-media_tags .c-archive-title .c-archive-title__inner, .post-type-archive-media .c-archive-title .c-archive-title__inner, .tag .c-archive-title .c-archive-title__inner, .search-results .c-archive-title .c-archive-title__inner, .search-no-results .c-archive-title .c-archive-title__inner, .page-template-page-about .c-archive-title .c-archive-title__inner {
    z-index: 2; }
    .blog .c-archive-title .c-archive-title__inner p.--archive-description, .post-type-archive-in-the-news .c-archive-title .c-archive-title__inner p.--archive-description, .category .c-archive-title .c-archive-title__inner p.--archive-description, .post-type-archive-criminal_defence .c-archive-title .c-archive-title__inner p.--archive-description, .post-type-archive-other_practice_areas .c-archive-title .c-archive-title__inner p.--archive-description, .tax-media_tags .c-archive-title .c-archive-title__inner p.--archive-description, .post-type-archive-media .c-archive-title .c-archive-title__inner p.--archive-description, .tag .c-archive-title .c-archive-title__inner p.--archive-description, .search-results .c-archive-title .c-archive-title__inner p.--archive-description, .search-no-results .c-archive-title .c-archive-title__inner p.--archive-description, .page-template-page-about .c-archive-title .c-archive-title__inner p.--archive-description {
      padding-bottom: 0;
      margin-bottom: 0; }

.blog .c-archive-title:after, .post-type-archive-in-the-news .c-archive-title:after, .category .c-archive-title:after, .post-type-archive-criminal_defence .c-archive-title:after, .post-type-archive-other_practice_areas .c-archive-title:after, .tax-media_tags .c-archive-title:after, .post-type-archive-media .c-archive-title:after, .tag .c-archive-title:after, .search-results .c-archive-title:after, .search-no-results .c-archive-title:after, .page-template-page-about .c-archive-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.blog .c-archive-list, .post-type-archive-in-the-news .c-archive-list, .category .c-archive-list, .post-type-archive-criminal_defence .c-archive-list, .post-type-archive-other_practice_areas .c-archive-list, .tax-media_tags .c-archive-list, .post-type-archive-media .c-archive-list, .tag .c-archive-list, .search-results .c-archive-list, .search-no-results .c-archive-list, .page-template-page-about .c-archive-list {
  grid-template-columns: repeat(1, 1fr);
  padding-top: 0; }
  .blog .c-archive-list .row, .post-type-archive-in-the-news .c-archive-list .row, .category .c-archive-list .row, .post-type-archive-criminal_defence .c-archive-list .row, .post-type-archive-other_practice_areas .c-archive-list .row, .tax-media_tags .c-archive-list .row, .post-type-archive-media .c-archive-list .row, .tag .c-archive-list .row, .search-results .c-archive-list .row, .search-no-results .c-archive-list .row, .page-template-page-about .c-archive-list .row {
    margin: 16px 0; }
  .blog .c-archive-list .c-news-articles .c-news-articles__post h4 a, .post-type-archive-in-the-news .c-archive-list .c-news-articles .c-news-articles__post h4 a, .category .c-archive-list .c-news-articles .c-news-articles__post h4 a, .post-type-archive-criminal_defence .c-archive-list .c-news-articles .c-news-articles__post h4 a, .post-type-archive-other_practice_areas .c-archive-list .c-news-articles .c-news-articles__post h4 a, .tax-media_tags .c-archive-list .c-news-articles .c-news-articles__post h4 a, .post-type-archive-media .c-archive-list .c-news-articles .c-news-articles__post h4 a, .tag .c-archive-list .c-news-articles .c-news-articles__post h4 a, .search-results .c-archive-list .c-news-articles .c-news-articles__post h4 a, .search-no-results .c-archive-list .c-news-articles .c-news-articles__post h4 a, .page-template-page-about .c-archive-list .c-news-articles .c-news-articles__post h4 a {
    color: #252F35; }
  .blog .c-archive-list .c-news-articles .c-news-articles__post, .post-type-archive-in-the-news .c-archive-list .c-news-articles .c-news-articles__post, .category .c-archive-list .c-news-articles .c-news-articles__post, .post-type-archive-criminal_defence .c-archive-list .c-news-articles .c-news-articles__post, .post-type-archive-other_practice_areas .c-archive-list .c-news-articles .c-news-articles__post, .tax-media_tags .c-archive-list .c-news-articles .c-news-articles__post, .post-type-archive-media .c-archive-list .c-news-articles .c-news-articles__post, .tag .c-archive-list .c-news-articles .c-news-articles__post, .search-results .c-archive-list .c-news-articles .c-news-articles__post, .search-no-results .c-archive-list .c-news-articles .c-news-articles__post, .page-template-page-about .c-archive-list .c-news-articles .c-news-articles__post {
    background: none; }
    @media (min-width: 768px) {
      .blog .c-archive-list .c-news-articles .c-news-articles__post, .post-type-archive-in-the-news .c-archive-list .c-news-articles .c-news-articles__post, .category .c-archive-list .c-news-articles .c-news-articles__post, .post-type-archive-criminal_defence .c-archive-list .c-news-articles .c-news-articles__post, .post-type-archive-other_practice_areas .c-archive-list .c-news-articles .c-news-articles__post, .tax-media_tags .c-archive-list .c-news-articles .c-news-articles__post, .post-type-archive-media .c-archive-list .c-news-articles .c-news-articles__post, .tag .c-archive-list .c-news-articles .c-news-articles__post, .search-results .c-archive-list .c-news-articles .c-news-articles__post, .search-no-results .c-archive-list .c-news-articles .c-news-articles__post, .page-template-page-about .c-archive-list .c-news-articles .c-news-articles__post {
        background: url("../images/icons/arrow-right-dark.svg") no-repeat;
        background-size: 30px 16px;
        background-position: center right; } }
    .blog .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .post-type-archive-in-the-news .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .category .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .post-type-archive-criminal_defence .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .post-type-archive-other_practice_areas .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .tax-media_tags .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .post-type-archive-media .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .tag .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .search-results .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .search-no-results .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .page-template-page-about .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy {
      grid-column-start: 1;
      grid-column-end: span end; }
      @media (min-width: 768px) {
        .blog .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .post-type-archive-in-the-news .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .category .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .post-type-archive-criminal_defence .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .post-type-archive-other_practice_areas .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .tax-media_tags .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .post-type-archive-media .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .tag .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .search-results .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .search-no-results .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy, .page-template-page-about .c-archive-list .c-news-articles .c-news-articles__post .c-news__copy {
          grid-column-start: 8;
          grid-column-end: span 18; } }
  .blog .c-archive-list .c-news-articles .year-divider, .post-type-archive-in-the-news .c-archive-list .c-news-articles .year-divider, .category .c-archive-list .c-news-articles .year-divider, .post-type-archive-criminal_defence .c-archive-list .c-news-articles .year-divider, .post-type-archive-other_practice_areas .c-archive-list .c-news-articles .year-divider, .tax-media_tags .c-archive-list .c-news-articles .year-divider, .post-type-archive-media .c-archive-list .c-news-articles .year-divider, .tag .c-archive-list .c-news-articles .year-divider, .search-results .c-archive-list .c-news-articles .year-divider, .search-no-results .c-archive-list .c-news-articles .year-divider, .page-template-page-about .c-archive-list .c-news-articles .year-divider {
    grid-column-start: 1;
    grid-column-end: span end;
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    width: 100%;
    background: #013D55;
    text-align: center; }
    @media (min-width: 768px) {
      .blog .c-archive-list .c-news-articles .year-divider, .post-type-archive-in-the-news .c-archive-list .c-news-articles .year-divider, .category .c-archive-list .c-news-articles .year-divider, .post-type-archive-criminal_defence .c-archive-list .c-news-articles .year-divider, .post-type-archive-other_practice_areas .c-archive-list .c-news-articles .year-divider, .tax-media_tags .c-archive-list .c-news-articles .year-divider, .post-type-archive-media .c-archive-list .c-news-articles .year-divider, .tag .c-archive-list .c-news-articles .year-divider, .search-results .c-archive-list .c-news-articles .year-divider, .search-no-results .c-archive-list .c-news-articles .year-divider, .page-template-page-about .c-archive-list .c-news-articles .year-divider {
        text-align: center; } }
    .blog .c-archive-list .c-news-articles .year-divider h3, .post-type-archive-in-the-news .c-archive-list .c-news-articles .year-divider h3, .category .c-archive-list .c-news-articles .year-divider h3, .post-type-archive-criminal_defence .c-archive-list .c-news-articles .year-divider h3, .post-type-archive-other_practice_areas .c-archive-list .c-news-articles .year-divider h3, .tax-media_tags .c-archive-list .c-news-articles .year-divider h3, .post-type-archive-media .c-archive-list .c-news-articles .year-divider h3, .tag .c-archive-list .c-news-articles .year-divider h3, .search-results .c-archive-list .c-news-articles .year-divider h3, .search-no-results .c-archive-list .c-news-articles .year-divider h3, .page-template-page-about .c-archive-list .c-news-articles .year-divider h3 {
      grid-column-start: 1;
      grid-column-end: span end;
      color: #fff;
      margin: 14px 0; }
  .blog .c-archive-list nav.pagination, .post-type-archive-in-the-news .c-archive-list nav.pagination, .category .c-archive-list nav.pagination, .post-type-archive-criminal_defence .c-archive-list nav.pagination, .post-type-archive-other_practice_areas .c-archive-list nav.pagination, .tax-media_tags .c-archive-list nav.pagination, .post-type-archive-media .c-archive-list nav.pagination, .tag .c-archive-list nav.pagination, .search-results .c-archive-list nav.pagination, .search-no-results .c-archive-list nav.pagination, .page-template-page-about .c-archive-list nav.pagination {
    width: 100%;
    grid-column-start: 2;
    grid-column-end: span 23; }
    .blog .c-archive-list nav.pagination ul.page-numbers, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers, .category .c-archive-list nav.pagination ul.page-numbers, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers, .tag .c-archive-list nav.pagination ul.page-numbers, .search-results .c-archive-list nav.pagination ul.page-numbers, .search-no-results .c-archive-list nav.pagination ul.page-numbers, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers {
      margin: 32px auto 0 auto;
      text-align: center; }
      .blog .c-archive-list nav.pagination ul.page-numbers li, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li, .category .c-archive-list nav.pagination ul.page-numbers li, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li, .tag .c-archive-list nav.pagination ul.page-numbers li, .search-results .c-archive-list nav.pagination ul.page-numbers li, .search-no-results .c-archive-list nav.pagination ul.page-numbers li, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li {
        display: inline-block; }
        .blog .c-archive-list nav.pagination ul.page-numbers li span, .blog .c-archive-list nav.pagination ul.page-numbers li a, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li span, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li a, .category .c-archive-list nav.pagination ul.page-numbers li span, .category .c-archive-list nav.pagination ul.page-numbers li a, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li span, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li a, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li span, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li a, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li span, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li a, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li span, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li a, .tag .c-archive-list nav.pagination ul.page-numbers li span, .tag .c-archive-list nav.pagination ul.page-numbers li a, .search-results .c-archive-list nav.pagination ul.page-numbers li span, .search-results .c-archive-list nav.pagination ul.page-numbers li a, .search-no-results .c-archive-list nav.pagination ul.page-numbers li span, .search-no-results .c-archive-list nav.pagination ul.page-numbers li a, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li span, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li a {
          display: inline-block;
          border-radius: 50%;
          background: #F5F5F5;
          width: 40px;
          height: 40px;
          padding: 8px;
          margin: 0 2px;
          text-decoration: none; }
          .blog .c-archive-list nav.pagination ul.page-numbers li span.current, .blog .c-archive-list nav.pagination ul.page-numbers li a.current, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li span.current, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li a.current, .category .c-archive-list nav.pagination ul.page-numbers li span.current, .category .c-archive-list nav.pagination ul.page-numbers li a.current, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li span.current, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li a.current, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li span.current, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li a.current, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li span.current, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li a.current, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li span.current, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li a.current, .tag .c-archive-list nav.pagination ul.page-numbers li span.current, .tag .c-archive-list nav.pagination ul.page-numbers li a.current, .search-results .c-archive-list nav.pagination ul.page-numbers li span.current, .search-results .c-archive-list nav.pagination ul.page-numbers li a.current, .search-no-results .c-archive-list nav.pagination ul.page-numbers li span.current, .search-no-results .c-archive-list nav.pagination ul.page-numbers li a.current, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li span.current, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li a.current {
            background: #013D55;
            color: #fff; }
          .blog .c-archive-list nav.pagination ul.page-numbers li span.next, .blog .c-archive-list nav.pagination ul.page-numbers li a.next, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li span.next, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li a.next, .category .c-archive-list nav.pagination ul.page-numbers li span.next, .category .c-archive-list nav.pagination ul.page-numbers li a.next, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li span.next, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li a.next, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li span.next, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li a.next, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li span.next, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li a.next, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li span.next, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li a.next, .tag .c-archive-list nav.pagination ul.page-numbers li span.next, .tag .c-archive-list nav.pagination ul.page-numbers li a.next, .search-results .c-archive-list nav.pagination ul.page-numbers li span.next, .search-results .c-archive-list nav.pagination ul.page-numbers li a.next, .search-no-results .c-archive-list nav.pagination ul.page-numbers li span.next, .search-no-results .c-archive-list nav.pagination ul.page-numbers li a.next, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li span.next, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li a.next {
            background: url("../images/icons/arrow-right-dark.svg") no-repeat;
            background-position: center;
            padding-left: 28px;
            padding-bottom: 4px;
            background-size: 20px 20px;
            width: 100%;
            display: inline-block;
            text-indent: -9999px; }
          .blog .c-archive-list nav.pagination ul.page-numbers li span.prev, .blog .c-archive-list nav.pagination ul.page-numbers li a.prev, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li span.prev, .post-type-archive-in-the-news .c-archive-list nav.pagination ul.page-numbers li a.prev, .category .c-archive-list nav.pagination ul.page-numbers li span.prev, .category .c-archive-list nav.pagination ul.page-numbers li a.prev, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li span.prev, .post-type-archive-criminal_defence .c-archive-list nav.pagination ul.page-numbers li a.prev, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li span.prev, .post-type-archive-other_practice_areas .c-archive-list nav.pagination ul.page-numbers li a.prev, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li span.prev, .tax-media_tags .c-archive-list nav.pagination ul.page-numbers li a.prev, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li span.prev, .post-type-archive-media .c-archive-list nav.pagination ul.page-numbers li a.prev, .tag .c-archive-list nav.pagination ul.page-numbers li span.prev, .tag .c-archive-list nav.pagination ul.page-numbers li a.prev, .search-results .c-archive-list nav.pagination ul.page-numbers li span.prev, .search-results .c-archive-list nav.pagination ul.page-numbers li a.prev, .search-no-results .c-archive-list nav.pagination ul.page-numbers li span.prev, .search-no-results .c-archive-list nav.pagination ul.page-numbers li a.prev, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li span.prev, .page-template-page-about .c-archive-list nav.pagination ul.page-numbers li a.prev {
            background: url("../images/icons/arrow-left-dark.svg") no-repeat;
            background-position: center;
            padding-left: 28px;
            padding-bottom: 4px;
            background-size: 20px 20px;
            width: 100%;
            display: inline-block;
            text-indent: -9999px; }
  .blog .c-archive-list .c-blog-item, .post-type-archive-in-the-news .c-archive-list .c-blog-item, .category .c-archive-list .c-blog-item, .post-type-archive-criminal_defence .c-archive-list .c-blog-item, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item, .tax-media_tags .c-archive-list .c-blog-item, .post-type-archive-media .c-archive-list .c-blog-item, .tag .c-archive-list .c-blog-item, .search-results .c-archive-list .c-blog-item, .search-no-results .c-archive-list .c-blog-item, .page-template-page-about .c-archive-list .c-blog-item {
    max-width: 580px;
    width: 100%;
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px; }
    @media (min-width: 768px) {
      .blog .c-archive-list .c-blog-item, .post-type-archive-in-the-news .c-archive-list .c-blog-item, .category .c-archive-list .c-blog-item, .post-type-archive-criminal_defence .c-archive-list .c-blog-item, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item, .tax-media_tags .c-archive-list .c-blog-item, .post-type-archive-media .c-archive-list .c-blog-item, .tag .c-archive-list .c-blog-item, .search-results .c-archive-list .c-blog-item, .search-no-results .c-archive-list .c-blog-item, .page-template-page-about .c-archive-list .c-blog-item {
        width: calc(33.3333333333% - 32px);
        float: left;
        margin-left: 24px; } }
    .blog .c-archive-list .c-blog-item .c-blog-item__inner, .post-type-archive-in-the-news .c-archive-list .c-blog-item .c-blog-item__inner, .category .c-archive-list .c-blog-item .c-blog-item__inner, .post-type-archive-criminal_defence .c-archive-list .c-blog-item .c-blog-item__inner, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item .c-blog-item__inner, .tax-media_tags .c-archive-list .c-blog-item .c-blog-item__inner, .post-type-archive-media .c-archive-list .c-blog-item .c-blog-item__inner, .tag .c-archive-list .c-blog-item .c-blog-item__inner, .search-results .c-archive-list .c-blog-item .c-blog-item__inner, .search-no-results .c-archive-list .c-blog-item .c-blog-item__inner, .page-template-page-about .c-archive-list .c-blog-item .c-blog-item__inner {
      position: relative; }
      .blog .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .post-type-archive-in-the-news .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .category .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .post-type-archive-criminal_defence .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .tax-media_tags .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .post-type-archive-media .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .tag .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .search-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .search-no-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img, .page-template-page-about .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--image img {
        width: 100%;
        max-width: 580px;
        height: auto; }
      .blog .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .post-type-archive-in-the-news .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .category .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .post-type-archive-criminal_defence .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .tax-media_tags .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .post-type-archive-media .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .tag .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .search-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .search-no-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy, .page-template-page-about .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy {
        margin: -16px 12px 0;
        padding: 12px;
        background: #fff;
        z-index: 2;
        display: block;
        position: relative; }
        .blog .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .post-type-archive-in-the-news .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .category .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .post-type-archive-criminal_defence .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .tax-media_tags .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .post-type-archive-media .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .tag .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .search-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .search-no-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5, .page-template-page-about .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 {
          margin: 4px 0 8px;
          font-size: 14px;
          line-height: 1.6;
          letter-spacing: -0.04em;
          font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
          .blog .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .post-type-archive-in-the-news .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .category .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .post-type-archive-criminal_defence .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .tax-media_tags .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .post-type-archive-media .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .tag .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .search-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .search-no-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a, .page-template-page-about .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy h5 a {
            text-decoration: none; }
        .blog .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .post-type-archive-in-the-news .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .category .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .post-type-archive-criminal_defence .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .tax-media_tags .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .post-type-archive-media .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .tag .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .search-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .search-no-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p, .page-template-page-about .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p {
          font-size: 12px;
          line-height: 1.5;
          letter-spacing: 0.019em;
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          color: #AEB3B7;
          margin: 0; }
          .blog .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .post-type-archive-in-the-news .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .category .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .post-type-archive-criminal_defence .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .post-type-archive-other_practice_areas .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .tax-media_tags .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .post-type-archive-media .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .tag .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .search-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .search-no-results .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date, .page-template-page-about .c-archive-list .c-blog-item .c-blog-item__inner .c-blog-item__inner--copy p.--date {
            color: #AEB3B7;
            margin-top: 24px; }

.c-blog-single-header {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto; }
  .c-blog-single-header .c-blog-single-header__inner {
    margin: 24px 0 24px 0;
    text-align: center;
    grid-column-start: 2;
    grid-column-end: span 23;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .c-blog-single-header .c-blog-single-header__inner {
        margin: 40px 0 20px 0;
        text-align: left;
        grid-column-start: 7;
        grid-column-end: span 13; } }
    @media (min-width: 960px) {
      .c-blog-single-header .c-blog-single-header__inner {
        margin: 32px 0 32px 0;
        text-align: left; } }
    .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__thumbnail {
      width: 100%;
      text-align: center; }
      .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__thumbnail img {
        width: 100%;
        height: auto;
        margin: 0 auto; }
    .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta {
      padding-top: 32px;
      width: 100%; }
      @media (min-width: 768px) {
        .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta {
          width: 680px; } }
      .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta h2 {
        font-family: "koor-regular", Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 1.4em;
        letter-spacing: 0.016em;
        font-family: "koor-regular", Helvetica, Arial, sans-serif;
        margin: 8px 0;
        padding: 0; }
        @media (min-width: 960px) {
          .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta h2 {
            font-family: "koor-regular", Helvetica, Arial, sans-serif;
            font-size: 32px;
            line-height: 1.4em;
            letter-spacing: 0.016em;
            margin: 22px 0; } }
        @media (min-width: 960px) {
          .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta h2 {
            font-family: "koor-regular", Helvetica, Arial, sans-serif;
            font-size: 48px;
            line-height: 1.2;
            letter-spacing: 0.016em; } }
      .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta .post-categories {
        margin-bottom: 0;
        padding-bottom: 0; }
        .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta .post-categories a {
          font-size: 14px;
          line-height: 1.6;
          letter-spacing: -0.04em;
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          color: #AEB3B7; }
      .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta p.--excerpt {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: -0.04em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        color: #AEB3B7;
        margin-bottom: 0;
        padding-bottom: 0; }
      .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta .c-blog-single-header__author {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 768px) {
          .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta .c-blog-single-header__author {
            justify-content: flex-start; } }
        .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta .c-blog-single-header__author p {
          font-size: 14px;
          line-height: 1.6;
          letter-spacing: -0.04em;
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          color: #AEB3B7; }
        .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta .c-blog-single-header__author .profile-pic {
          margin-right: 12px; }
          .c-blog-single-header .c-blog-single-header__inner .c-blog-single-header__meta .c-blog-single-header__author .profile-pic img {
            border-radius: 50%; }

.c-blog-single-body {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto; }
  .c-blog-single-body .c-blog-single-body__inner {
    width: 100%;
    margin: 0px auto 80px auto;
    grid-column-start: 2;
    grid-column-end: span 23; }
    @media (min-width: 768px) {
      .c-blog-single-body .c-blog-single-body__inner {
        width: 680px; } }
    .c-blog-single-body .c-blog-single-body__inner .c-blog__image {
      padding: 24px 0 32px 0; }
  .c-blog-single-body .c-blog-single-body__inner ul li {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }

.c-related {
  border-top: 1px solid #D8D8D8;
  padding: 32px 0 0 0;
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.04em;
  font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-related a {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif; }
  .c-related p.related-title {
    font-weight: 600; }
  .c-related li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 6px; }
  .c-related li:before {
    content: '';
    position: absolute;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 5px;
    height: 5px;
    top: calc(0px + 10px);
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

.page-template-page-about .c-blog-single-body__inner {
  padding: 48px 0 0 0; }
  @media screen and (min-width: 768px) {
    .page-template-page-about .c-blog-single-body__inner {
      padding: calc(48px + 72 * ((100vw - 768px) / 1792)) 0 0 0; } }
  @media screen and (min-width: 2560px) {
    .page-template-page-about .c-blog-single-body__inner {
      padding: 120px 0 0 0; } }
.c-team-list .c-team-list__header {
  margin: 40px auto;
  text-align: center;
  max-width: 600px; }
  @media (min-width: 768px) {
    .c-team-list .c-team-list__header {
      margin: 80px auto; } }
  .c-team-list .c-team-list__header h2 {
    font-family: "koor-regular", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 0.016em; }
    @media (min-width: 768px) {
      .c-team-list .c-team-list__header h2 {
        font-family: "koor-regular", Helvetica, Arial, sans-serif;
        font-size: 48px;
        line-height: 1.2;
        letter-spacing: 0.016em; } }
  .c-team-list .c-team-list__header p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    color: #AEB3B7;
    padding: 0 24px; }
    @media (min-width: 768px) {
      .c-team-list .c-team-list__header p {
        padding: 0 24px; } }
.c-team-list .c-team-list__people {
  max-width: 840px;
  margin: 0 auto; }
  .c-team-list .c-team-list__people .c-team-list__people--person {
    margin-bottom: 48px; }
    .c-team-list .c-team-list__people .c-team-list__people--person::after {
      clear: both;
      content: "";
      display: block; }
    .c-team-list .c-team-list__people .c-team-list__people--person .l-col--4 {
      width: calc(100% - 48px);
      float: left;
      margin-left: 24px; }
      @media (min-width: 430px) {
        .c-team-list .c-team-list__people .c-team-list__people--person .l-col--4 {
          width: calc(33.3333333333% - 32px);
          float: left;
          margin-left: 24px; } }
    .c-team-list .c-team-list__people .c-team-list__people--person .l-col--8 {
      width: calc(100% - 48px);
      float: left;
      margin-left: 24px; }
      @media (min-width: 430px) {
        .c-team-list .c-team-list__people .c-team-list__people--person .l-col--8 {
          width: calc(66.6666666667% - 40px);
          float: left;
          margin-left: 24px; } }
    .c-team-list .c-team-list__people .c-team-list__people--person .c-team-list__people--image img {
      width: 100%;
      height: auto;
      max-width: 246px; }
    .c-team-list .c-team-list__people .c-team-list__people--person .c-team-list__people--body h3 {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      margin: 16px 0 0; }
      @media (min-width: 430px) {
        .c-team-list .c-team-list__people .c-team-list__people--person .c-team-list__people--body h3 {
          margin: 0; } }
    .c-team-list .c-team-list__people .c-team-list__people--person .c-team-list__people--body div.--person-title p {
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: -0.04em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      color: #AEB3B7;
      margin-top: 0; }
      @media (min-width: 430px) {
        .c-team-list .c-team-list__people .c-team-list__people--person .c-team-list__people--body div.--person-title p {
          margin-top: 6px; } }
    .c-team-list .c-team-list__people .c-team-list__people--person .c-team-list__people--body div.--person-bio p {
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: -0.04em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif; }

.c-expertise-feature {
  width: 100%;
  background: #013D55;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  width: 100%; }
  .c-expertise-feature .c-expertise-feature__header {
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    width: 100%;
    grid-column-start: 1;
    grid-column-end: span end; }
    .c-expertise-feature .c-expertise-feature__header {
      padding: 48px 0 0 0; }
      @media screen and (min-width: 768px) {
        .c-expertise-feature .c-expertise-feature__header {
          padding: calc(48px + 120 * ((100vw - 768px) / 1792)) 0 calc(48px + 120 * ((100vw - 768px) / 1792)) 0; } }
      @media screen and (min-width: 2560px) {
        .c-expertise-feature .c-expertise-feature__header {
          padding: 168px 0 168px 0; } }
    .c-expertise-feature .c-expertise-feature__header h2 {
      grid-column-start: 2;
      grid-column-end: span 23;
      margin: 0;
      text-align: center; }
      .c-expertise-feature .c-expertise-feature__header h2 {
        font-size: 40px; }
        @media screen and (min-width: 768px) {
          .c-expertise-feature .c-expertise-feature__header h2 {
            font-size: calc(40px + 22 * ((100vw - 768px) / 1792)); } }
        @media screen and (min-width: 2560px) {
          .c-expertise-feature .c-expertise-feature__header h2 {
            font-size: 62px; } }
      @media (min-width: 960px) {
        .c-expertise-feature .c-expertise-feature__header h2 {
          text-align: left; } }
  .c-expertise-feature .c-expertise-feature__wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    grid-column-start: 2;
    grid-column-end: span 23;
    background: none; }
    @media (min-width: 960px) {
      .c-expertise-feature .c-expertise-feature__wrap {
        grid-template-columns: repeat(23, 1fr);
        background: url("../images/pinline.png") no-repeat;
        background-position: center;
        background-size: contain; } }
    .c-expertise-feature .c-expertise-feature__wrap h3 {
      text-align: center; }
      @media (min-width: 960px) {
        .c-expertise-feature .c-expertise-feature__wrap h3 {
          text-align: left;
          margin-top: 0; } }
    .c-expertise-feature .c-expertise-feature__wrap p {
      margin: 0;
      padding: 4px 0;
      text-align: center; }
      @media (min-width: 960px) {
        .c-expertise-feature .c-expertise-feature__wrap p {
          text-align: left; } }
      .c-expertise-feature .c-expertise-feature__wrap p a {
        color: #fff;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.02em; }
        @media (min-width: 960px) {
          .c-expertise-feature .c-expertise-feature__wrap p a {
            font-family: "helvetica-now", Helvetica, Arial, sans-serif;
            font-size: 20px;
            line-height: 1.5;
            letter-spacing: -0.06em; } }
    .c-expertise-feature .c-expertise-feature__wrap .c-expertise-feature__wrap-col-1 {
      grid-column-start: 1;
      grid-column-end: span 11; }
    .c-expertise-feature .c-expertise-feature__wrap .c-expertise-feature__wrap-col-2 {
      grid-column-start: 1;
      grid-column-end: span 11;
      grid-row-start: 2; }
      @media (min-width: 960px) {
        .c-expertise-feature .c-expertise-feature__wrap .c-expertise-feature__wrap-col-2 {
          grid-row-start: 1;
          grid-column-start: 14;
          grid-column-end: span 11; } }
  .c-expertise-feature .expertise-spacer {
    grid-column-start: 1;
    grid-column-end: span end; }
    .c-expertise-feature .expertise-spacer {
      padding: 48px 0 0 0; }
      @media screen and (min-width: 768px) {
        .c-expertise-feature .expertise-spacer {
          padding: calc(48px + 120 * ((100vw - 768px) / 1792)) 0 0 0; } }
      @media screen and (min-width: 2560px) {
        .c-expertise-feature .expertise-spacer {
          padding: 168px 0 0 0; } }
.c-media {
  background: #013D55;
  color: #fff; }

@media (min-width: 960px) {
  .page-template-page-home .c-media-articles .c-media-articles__post {
    background: url("../images/icons/arrow-right-light.svg") no-repeat;
    background-size: 30px 16px;
    background-position: center right; } }

.page-template-page-home .c-media-articles .c-media-articles__post a {
  color: #fff; }

.c-media__header {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  width: 100%;
  justify-items: center; }
  .c-media__header {
    padding: 48px 0 48px 0; }
    @media screen and (min-width: 768px) {
      .c-media__header {
        padding: calc(48px + 152 * ((100vw - 768px) / 1792)) 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-media__header {
        padding: 200px 0 200px 0; } }
  @media (min-width: 768px) {
    .c-media__header {
      justify-items: inherit; } }
  .c-media__header h2 {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    margin: 8px 0;
    text-align: center; }
    .c-media__header h2 {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .c-media__header h2 {
          font-size: calc(32px + 40 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .c-media__header h2 {
          font-size: 72px; } }
    @media (min-width: 768px) {
      .c-media__header h2 {
        text-align: left;
        margin: 0;
        grid-column-start: 2;
        grid-column-end: span 12;
        grid-row-start: 1; } }
  .c-media__header .c-media__intro-text {
    grid-column-start: 1;
    grid-column-end: span end;
    grid-row-start: 2;
    align-self: center; }
    @media (min-width: 768px) {
      .c-media__header .c-media__intro-text {
        grid-column-start: 13;
        grid-column-end: span 12;
        grid-row-start: 1;
        text-align: right; } }
    .c-media__header .c-media__intro-text p {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: -0.02em; }
      @media (min-width: 1270px) {
        .c-media__header .c-media__intro-text p {
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          font-size: 20px;
          line-height: 1.5;
          letter-spacing: -0.06em; } }
    .c-media__header .c-media__intro-text a {
      align-self: center;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #fff; }

.c-media-articles {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto;
  width: 100%; }
  .c-media-articles {
    padding: 0 0 48px 0; }
    @media screen and (min-width: 768px) {
      .c-media-articles {
        padding: 0 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-media-articles {
        padding: 0 0 200px 0; } }
  .c-media-articles .c-media-articles_intro {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    text-align: center; }
    .c-media-articles .c-media-articles_intro {
      padding: 32px 0 32px 0; }
      @media screen and (min-width: 768px) {
        .c-media-articles .c-media-articles_intro {
          padding: calc(32px + 48 * ((100vw - 768px) / 1792)) 0 calc(32px + 48 * ((100vw - 768px) / 1792)) 0; } }
      @media screen and (min-width: 2560px) {
        .c-media-articles .c-media-articles_intro {
          padding: 80px 0 80px 0; } }
    .c-media-articles .c-media-articles_intro p.--excerpt {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: -0.04em; }
    @media (min-width: 768px) {
      .c-media-articles .c-media-articles_intro {
        grid-column-start: 8;
        grid-column-end: span 12; } }
  .c-media-articles .c-media-articles__post {
    grid-column-start: 2;
    grid-column-end: span 23;
    border-top: 1px solid #D8D8D8;
    padding: 24px 0 24px 0;
    background: none;
    background-size: 30px 16px;
    background-position: center right;
    text-align: center; }
    @media (min-width: 768px) {
      .c-media-articles .c-media-articles__post {
        text-align: left; } }
    @media (min-width: 960px) {
      .c-media-articles .c-media-articles__post {
        background: url("../images/icons/arrow-right-dark.svg") no-repeat;
        background-size: 30px 16px;
        background-position: center right; } }
    .c-media-articles .c-media-articles__post:first-child {
      border-top: 1px solid #D8D8D8; }
    .c-media-articles .c-media-articles__post a {
      color: #252F35;
      text-decoration: none; }
      .c-media-articles .c-media-articles__post a h4 {
        padding: 16px 0 16px 0;
        margin: 0;
        text-decoration: underline;
        font-size: 16px; }
        @media (min-width: 430px) {
          .c-media-articles .c-media-articles__post a h4 {
            font-size: 24px; } }
      .c-media-articles .c-media-articles__post a p {
        margin: 0;
        padding: 0 0 16px 0;
        text-decoration: none; }
        .c-media-articles .c-media-articles__post a p.--excerpt {
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          font-size: 13px;
          line-height: 1.5;
          letter-spacing: -0.04em; }
        .c-media-articles .c-media-articles__post a p.--date {
          font-size: 14px;
          line-height: 1.5;
          letter-spacing: 0.019em;
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          text-transform: uppercase; }
  .c-media-articles a.view-all-media-link {
    grid-column-start: 2;
    grid-column-end: span 23;
    margin-top: 48px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

.c-news__header {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  width: 100%; }
  .c-news__header {
    padding: 48px 0 48px 0; }
    @media screen and (min-width: 768px) {
      .c-news__header {
        padding: calc(48px + 152 * ((100vw - 768px) / 1792)) 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-news__header {
        padding: 200px 0 200px 0; } }
  .c-news__header h2 {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    text-align: center;
    margin: 8px 0; }
    .c-news__header h2 {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .c-news__header h2 {
          font-size: calc(32px + 40 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .c-news__header h2 {
          font-size: 72px; } }
    @media (min-width: 768px) {
      .c-news__header h2 {
        margin: 0;
        text-align: left;
        grid-column-start: 2;
        grid-column-end: span 12;
        grid-row-start: 1; } }
  .c-news__header .c-news__intro-text {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 2;
    text-align: center;
    align-self: center; }
    @media (min-width: 768px) {
      .c-news__header .c-news__intro-text {
        grid-column-start: 14;
        grid-column-end: span 11;
        grid-row-start: 1;
        text-align: right; } }
    .c-news__header .c-news__intro-text p {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: -0.02em; }
      @media (min-width: 960px) {
        .c-news__header .c-news__intro-text p {
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          font-size: 20px;
          line-height: 1.5;
          letter-spacing: -0.06em; } }
    .c-news__header .c-news__intro-text a {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }

.c-news-articles {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto;
  width: 100%; }
  .c-news-articles {
    padding: 0 0 48px 0; }
    @media screen and (min-width: 768px) {
      .c-news-articles {
        padding: 0 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-news-articles {
        padding: 0 0 200px 0; } }
  .c-news-articles .c-news-articles__post {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
    width: 100%;
    grid-column-start: 2;
    grid-column-end: span 23;
    border-bottom: 1px solid #D8D8D8;
    padding: 24px 0;
    background: none;
    background-size: 30px 16px;
    background-position: center right;
    text-align: center; }
    @media (min-width: 768px) {
      .c-news-articles .c-news-articles__post {
        text-align: left; } }
    @media (min-width: 960px) {
      .c-news-articles .c-news-articles__post {
        background: url("../images/icons/arrow-right-dark.svg") no-repeat;
        background-size: 30px 16px;
        background-position: center right; } }
    .c-news-articles .c-news-articles__post:first-child {
      border-top: 1px solid #D8D8D8; }
    .c-news-articles .c-news-articles__post .c-news__image {
      grid-column-start: 1;
      grid-column-end: span end; }
      @media (min-width: 960px) {
        .c-news-articles .c-news-articles__post .c-news__image {
          grid-column-start: 1;
          grid-column-end: span 6; } }
      .c-news-articles .c-news-articles__post .c-news__image img {
        width: 100%;
        height: auto; }
    .c-news-articles .c-news-articles__post .c-news__copy {
      grid-column-start: 1;
      grid-column-end: span end; }
      @media (min-width: 768px) {
        .c-news-articles .c-news-articles__post .c-news__copy {
          grid-column-start: 8;
          grid-column-end: span 18; } }
      .c-news-articles .c-news-articles__post .c-news__copy img {
        width: 100%;
        height: auto; }
    .c-news-articles .c-news-articles__post h4 {
      padding: 16px 0 16px 0;
      margin: 0;
      text-decoration: underline; }
    .c-news-articles .c-news-articles__post p {
      margin: 0;
      padding: 0 0 16px 0;
      text-decoration: none; }
      .c-news-articles .c-news-articles__post p.--excerpt {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: -0.04em; }
      .c-news-articles .c-news-articles__post p.--date {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.019em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
  .c-news-articles a.view-all-news-link {
    grid-column-start: 2;
    grid-column-end: span 23;
    margin-top: 48px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff; }

.c-contact-body {
  display: grid;
  grid-template-columns: repeat(25, 1fr); }
  .c-contact-body .c-contact-body__inner {
    grid-column-start: 2;
    grid-column-end: span 23;
    padding-bottom: 48px; }
    @media (min-width: 960px) {
      .c-contact-body .c-contact-body__inner {
        grid-column-start: 7;
        grid-column-end: span 13;
        padding-bottom: 48px; } }
  .c-contact-body .c-contact-body__details {
    display: flex;
    padding-top: 32px;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 430px) {
      .c-contact-body .c-contact-body__details {
        flex-direction: row; } }
    @media (min-width: 768px) {
      .c-contact-body .c-contact-body__details {
        text-align: left; } }
    .c-contact-body .c-contact-body__details .c-contact-body__details--phone {
      padding: 0 0 24px 0; }
      @media (min-width: 430px) {
        .c-contact-body .c-contact-body__details .c-contact-body__details--phone {
          padding: 0 48px 0 0; } }
    .c-contact-body .c-contact-body__details p {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: -0.02em;
      font-size: 12px;
      padding: 0;
      margin: 0; }
      @media (min-width: 768px) {
        .c-contact-body .c-contact-body__details p {
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: 1.4;
          letter-spacing: -0.02em; } }
.c-search-bar {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 72px;
  background: #013D55;
  display: block;
  padding-top: 8px; }
  @media (min-width: 768px) {
    .c-search-bar {
      height: 88px; } }
  .c-search-bar.--active {
    top: 0;
    position: relative; }

.c-search-bar__inner {
  display: grid;
  grid-template-columns: repeat(25, 1fr); }

.c-archive-search__input {
  grid-column-start: 2;
  grid-column-end: span 23;
  border-bottom: 2px solid #ffffff; }
  @media (min-width: 768px) {
    .c-archive-search__input {
      grid-column-start: 8;
      grid-column-end: span 11; } }
li.search-bar a {
  background: url("../images/icons/search-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  display: block; }

.blog li.search-bar a,
.post-type-archive-in-the-news li.search-bar a,
.tax-media_tags li.search-bar a,
.page-template-page-about li.search-bar a,
.page-template-page-links li.search-bar a,
.post-type-archive li.search-bar a,
.search-results li.search-bar a,
.single li.search-bar a,
.tag li.search-bar a,
.single-courts li.search-bar a,
.post-type-archive-other_practice_areas li.search-bar a,
.post-type-archive-criminal_defence li.search-bar a,
.search-no-results li.search-bar a,
.single-post li.search-bar a, .home li.search-bar a, .page-template-page-expertise li.search-bar a {
  background: url("../images/icons/search-icon-light.svg") no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  display: block; }

.mobile-search-icon {
  display: block;
  grid-column-start: 23;
  grid-column-end: span 1;
  grid-row-start: 1;
  justify-self: end;
  padding-right: 4px; }
  @media (min-width: 1140px) {
    .mobile-search-icon {
      display: none; } }
#post-not-found {
  grid-column-start: 2;
  grid-column-end: span 23; }
  @media (min-width: 768px) {
    #post-not-found {
      grid-column-start: 8;
      grid-column-end: span 11; } }
.c-news__header {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  width: 100%; }
  .c-news__header {
    padding: 48px 0 48px 0; }
    @media screen and (min-width: 768px) {
      .c-news__header {
        padding: calc(48px + 152 * ((100vw - 768px) / 1792)) 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-news__header {
        padding: 200px 0 200px 0; } }
  .c-news__header h2 {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 1;
    text-align: center;
    margin: 8px 0; }
    .c-news__header h2 {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .c-news__header h2 {
          font-size: calc(32px + 40 * ((100vw - 768px) / 1792)); } }
      @media screen and (min-width: 2560px) {
        .c-news__header h2 {
          font-size: 72px; } }
    @media (min-width: 768px) {
      .c-news__header h2 {
        margin: 0;
        text-align: left;
        grid-column-start: 2;
        grid-column-end: span 12;
        grid-row-start: 1; } }
  .c-news__header .c-news__intro-text {
    grid-column-start: 2;
    grid-column-end: span 23;
    grid-row-start: 2;
    text-align: center;
    align-self: center; }
    @media (min-width: 768px) {
      .c-news__header .c-news__intro-text {
        grid-column-start: 14;
        grid-column-end: span 11;
        grid-row-start: 1;
        text-align: right; } }
    .c-news__header .c-news__intro-text p {
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: -0.02em; }
      @media (min-width: 960px) {
        .c-news__header .c-news__intro-text p {
          font-family: "helvetica-now", Helvetica, Arial, sans-serif;
          font-size: 20px;
          line-height: 1.5;
          letter-spacing: -0.06em; } }
    .c-news__header .c-news__intro-text a {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.019em;
      font-family: "helvetica-now", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }

.c-blog-articles {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto;
  width: 100%; }
  .c-blog-articles {
    padding: 0 0 48px 0; }
    @media screen and (min-width: 768px) {
      .c-blog-articles {
        padding: 0 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-blog-articles {
        padding: 0 0 200px 0; } }
  .c-blog-articles .c-blog-articles__post {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
    width: 100%;
    grid-column-start: 2;
    grid-column-end: span 23;
    border-bottom: 1px solid #D8D8D8;
    padding: 24px 0;
    background: none;
    background-size: 30px 16px;
    background-position: center right;
    text-align: center; }
    @media (min-width: 768px) {
      .c-blog-articles .c-blog-articles__post {
        text-align: left; } }
    @media (min-width: 960px) {
      .c-blog-articles .c-blog-articles__post {
        background: url("../images/icons/arrow-right-dark.svg") no-repeat;
        background-size: 30px 16px;
        background-position: center right; } }
    .c-blog-articles .c-blog-articles__post:first-child {
      border-top: 1px solid #D8D8D8; }
    .c-blog-articles .c-blog-articles__post .c-blog__image {
      grid-column-start: 1;
      grid-column-end: span end; }
      @media (min-width: 960px) {
        .c-blog-articles .c-blog-articles__post .c-blog__image {
          grid-column-start: 1;
          grid-column-end: span 6; } }
      .c-blog-articles .c-blog-articles__post .c-blog__image img {
        width: 100%;
        height: auto; }
    .c-blog-articles .c-blog-articles__post .c-blog__copy {
      grid-column-start: 1;
      grid-column-end: span end; }
      @media (min-width: 768px) {
        .c-blog-articles .c-blog-articles__post .c-blog__copy {
          grid-column-start: 8;
          grid-column-end: span 18; } }
      .c-blog-articles .c-blog-articles__post .c-blog__copy img {
        width: 100%;
        height: auto; }
    .c-blog-articles .c-blog-articles__post h4 {
      padding: 16px 0 16px 0;
      margin: 0;
      text-decoration: underline; }
    .c-blog-articles .c-blog-articles__post p {
      margin: 0;
      padding: 0 0 16px 0;
      text-decoration: none; }
      .c-blog-articles .c-blog-articles__post p.--excerpt {
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: -0.04em; }
      .c-blog-articles .c-blog-articles__post p.--date {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.019em;
        font-family: "helvetica-now", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
  .c-blog-articles a.view-all-news-link {
    grid-column-start: 2;
    grid-column-end: span 23;
    margin-top: 48px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019em;
    font-family: "helvetica-now", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff; }

.c-reviews {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: auto;
  width: 100%; }
  .c-reviews {
    padding: 0 0 48px 0; }
    @media screen and (min-width: 768px) {
      .c-reviews {
        padding: 0 0 calc(48px + 152 * ((100vw - 768px) / 1792)) 0; } }
    @media screen and (min-width: 2560px) {
      .c-reviews {
        padding: 0 0 200px 0; } }
  .c-reviews .wp-gr {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
    width: 100%;
    grid-column-start: 2;
    grid-column-end: span 23;
    border-bottom: 1px solid #D8D8D8;
    padding: 24px 0; }

/*********************
WORDPRESS POST BASE STYLING
*********************/
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

html *,
html *::after,
html *::before {
  box-sizing: border-box; }

body {
  font-family: "helvetica-now", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #252F35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F6F6F6; }
  body.loading {
    overflow-y: hidden; }
    body.loading .main-loader {
      width: 100%;
      height: 100vh;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2001;
      opacity: 1;
      transition: opacity 0.4s ease;
      visibility: visible; }
      body.loading .main-loader .main-loader__inner {
        background: url("/wp-content/themes/hannalegal/library/images/three-dots.svg") no-repeat;
        background-position: center;
        background-size: 80px 20px;
        width: 80px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute; }
    body.loading .loader {
      display: block; }
    body.loading .c-video-hero__video:after {
      display: none; }

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #013D55;
  display: none; }
  .loader .loader-inner {
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
    top: 49%;
    left: 49%;
    position: absolute; }

.loaded {
  display: none; }

.main-loader {
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2001;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s ease; }

.o-phonenumber {
  text-decoration: none; }

a {
  color: #252F35; }
  a:focus, a:hover {
    color: #3a4a53; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1,
h2,
h3,
h4 {
  font-weight: normal; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:after,
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /*

EXAMPLE
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go.

*/
  .c-team-feature .c-team-feature__title img {
    width: 90px;
    height: auto; } }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
