<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: Daylight
Theme URI:
Author: Daylight Studio
Author URI: http://thedaylightstudio.com
Description: Description Goes here
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daylight
Tags:
*/
@font-face {
  font-family: "klarquist_icons";
  src: url("../fonts/klarquist_icons.eot");
  src: url("../fonts/klarquist_icons.eot?#iefix") format("eot"), url("../fonts/klarquist_icons.woff") format("font-woff"), url("../fonts/klarquist_icons.ttf") format("truetype"), url("../fonts/klarquist_icons.svg#klarquist_icons") format("svg");
}
.page-template-default aside .widget_custom_html a:after,
.page-template-cases-page aside .widget_custom_html a:after, body.page-template-about-page .call-to-action-block .call-to-action-item ul li:before, .services .btn-cta:after, .services .back-cta:after, .page-template-career-page aside a:after, .page-template-career-detail-page aside a:after, .news-pagination .page-numbers.prev:before, .back-cta:before, .content-sidebar__back-btn a:before, .content-sidebar__filter-item:before, .content-sidebar__filter-button:after, body.home .hero-sidebar__search-btn:before, .btn-cta:after, .news-pagination .page-numbers.next:after, .news-pagination .page-numbers.prev:after, .back-cta:after, .styled-link a:after, .sidebar-check:before, .sidebar-arrow:before, .search_icon:before, .right_arrow:before, .logo_header_symbol_patent_defenses:before, .icon_cta_arrow_all:before, .down_arrow:before, .cta_arrow:before {
  font-family: "klarquist_icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.sidebar-check span, .sidebar-arrow span, .search_icon span, .right_arrow span, .logo_header_symbol_patent_defenses span, .icon_cta_arrow_all span, .down_arrow span, .cta_arrow span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cta_arrow:before {
  content: "\e001";
}
.down_arrow:before {
  content: "\e002";
}
.icon_cta_arrow_all:before {
  content: "\e003";
}
.logo_header_symbol_patent_defenses:before {
  content: "\e004";
}
.right_arrow:before {
  content: "\e005";
}
.search_icon:before {
  content: "\e006";
}
.sidebar-arrow:before {
  content: "\e007";
}
.sidebar-check:before {
  content: "\e008";
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
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 &lt; 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 {
  font-weight: bold;
}

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

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

/** COLORS
---------------------------------------- **/
/** FONTS
---------------------------------------- **/
/** RESPONSIVE WIDTHS
---------------------------------------- **/
/** VERTICAL SPACING
---------------------------------------- **/
/** TRANSITIONS
---------------------------------------- **/
/** MISC VARIABLES
---------------------------------------- **/
body {
  width: 100%;
}

[class^=col-] {
  margin-bottom: 2em;
}

@media (min-width: 600px) {
  .col-sm-1 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 6.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-2 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 14.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-3 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 22.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-4, .post-content .sidebar-block {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 31.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-5 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 39.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-6 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 47.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-7 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 56.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-8 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 64.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-9 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 72.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-10 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 81.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-11 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 89.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .col-sm-12 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-1 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 6.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-2 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 14.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-3 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 22.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-4 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 31.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-5 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 39.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-6 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 47.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-7 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 56.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-8, .awards-recognition .awards-content, .client-block .client-list, .secondary-block .secondary-content {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 64.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-9 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 72.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-10, .post-content {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 81.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-11 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 89.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 800px) {
  .col-md-12 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-1 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 6.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-2 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 14.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-3 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 22.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-4, .client-block .client-list {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 31.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-5 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 39.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-6 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 47.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-7, .client-block .client-content {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 56.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-8 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 64.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-9 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 72.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-10 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 81.25%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-11 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 89.5833333333%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg-12 {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media (min-width: 600px) {
  .row-sm, .row, .post-content .sidebar {
    display: block;
    width: 102.0833333333%;
    margin: 0 -1.0416666667%;
    *zoom: 1;
    *zoom: 1;
  }
  .row-sm:before, .row:before, .post-content .sidebar:before, .row-sm:after, .row:after, .post-content .sidebar:after {
    content: "";
    display: table;
  }
  .row-sm:after, .row:after, .post-content .sidebar:after {
    clear: both;
  }
  .row-sm:before, .row:before, .post-content .sidebar:before, .row-sm:after, .row:after, .post-content .sidebar:after {
    content: "";
    display: table;
  }
  .row-sm:after, .row:after, .post-content .sidebar:after {
    clear: both;
  }
}
@media (min-width: 800px) {
  .row-md {
    display: block;
    width: 102.0833333333%;
    margin: 0 -1.0416666667%;
    *zoom: 1;
    *zoom: 1;
  }
  .row-md:before, .row-md:after {
    content: "";
    display: table;
  }
  .row-md:after {
    clear: both;
  }
  .row-md:before, .row-md:after {
    content: "";
    display: table;
  }
  .row-md:after {
    clear: both;
  }
}
@media (min-width: 1025px) {
  .row-lg {
    display: block;
    width: 102.0833333333%;
    margin: 0 -1.0416666667%;
    *zoom: 1;
    *zoom: 1;
  }
  .row-lg:before, .row-lg:after {
    content: "";
    display: table;
  }
  .row-lg:after {
    clear: both;
  }
  .row-lg:before, .row-lg:after {
    content: "";
    display: table;
  }
  .row-lg:after {
    clear: both;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  background-color: #ccc;
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

body {
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

.hidden {
  display: none;
}

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

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

.invisible {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.img-right, img[align=right] {
  float: right;
  margin: 0.2em 0 1em 1em;
}

.img-left, img[align=left] {
  float: left;
  margin: 0.2em 1em 1em 0;
}

.img-center, img[align=middle] {
  float: none;
  display: block;
  margin: 1em auto;
}

.img-left:first-child, img[align=left]:first-child,
.img-right:first-child,
img[align=right]:first-child,
.img-center:first-child,
img[align=middle]:first-child {
  margin-top: 0;
}

/** VERTICAL ALIGNMENT - http://css-tricks.com/centering-in-the-unknown/
---------------------------------------- **/
.align-middle:before, .align-top:before, .align-bottom:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.align-middle &gt; *, .align-top &gt; *, .align-bottom &gt; * {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.align-bottom &gt; * {
  vertical-align: bottom;
}

.align-top &gt; * {
  vertical-align: top;
}

/** LISTS
---------------------------------------- **/
.unstyled-list, .delimited-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.delimited-list li {
  display: inline-block;
}
.delimited-list li:before {
  content: " | ";
  padding: 0 0.2em;
}
.delimited-list li:first-child:before {
  display: none;
}

/** TEXT
---------------------------------------- **/
.text-center {
  text-align: center;
}

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

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

.no-pad,
.no-padding {
  padding: 0;
}

.no-marg,
.no-margin {
  margin: 0;
}

/* FUEL CLASSES */
/* for form */
div.error,
li.error,
ul.error {
  background-color: #c30;
  color: #fff;
  padding: 2px 5px;
}

span.error_highlight input,
span.error_highlight textarea,
span.error_highlight select {
  border: 2px solid #c30;
}

/* for ckeditor */
.ckeditor {
  background: #fff;
  padding: 5px 5px 171px 5px;
  color: #000;
  font-size: 12px;
  font-family: "Lucida Grande", "Gill Sans", Arial, Helvetica, Sans-serif !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .people-detail .credentials .expand:before,
.people-detail .experience .expand:before, .klarquist_archives_widget h5 i, .klarquist_archives_widget .gf_progressbar_title i,
.widget_archive h5 i,
.widget_archive .gf_progressbar_title i, .widget_text h5 i, .widget_text .gf_progressbar_title i, .widget_lc_taxonomy h5 i, .widget_lc_taxonomy .gf_progressbar_title i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .people-detail .credentials .fa-pull-left.expand:before,
.people-detail .experience .fa-pull-left.expand:before, .klarquist_archives_widget h5 i.fa-pull-left, .klarquist_archives_widget .gf_progressbar_title i.fa-pull-left,
.widget_archive h5 i.fa-pull-left,
.widget_archive .gf_progressbar_title i.fa-pull-left, .widget_text h5 i.fa-pull-left, .widget_text .gf_progressbar_title i.fa-pull-left, .widget_lc_taxonomy h5 i.fa-pull-left, .widget_lc_taxonomy .gf_progressbar_title i.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .people-detail .credentials .fa-pull-right.expand:before,
.people-detail .experience .fa-pull-right.expand:before, .klarquist_archives_widget h5 i.fa-pull-right, .klarquist_archives_widget .gf_progressbar_title i.fa-pull-right,
.widget_archive h5 i.fa-pull-right,
.widget_archive .gf_progressbar_title i.fa-pull-right, .widget_text h5 i.fa-pull-right, .widget_text .gf_progressbar_title i.fa-pull-right, .widget_lc_taxonomy h5 i.fa-pull-right, .widget_lc_taxonomy .gf_progressbar_title i.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .people-detail .credentials .pull-left.expand:before,
.people-detail .experience .pull-left.expand:before, .klarquist_archives_widget h5 i.pull-left, .klarquist_archives_widget .gf_progressbar_title i.pull-left,
.widget_archive h5 i.pull-left,
.widget_archive .gf_progressbar_title i.pull-left, .widget_text h5 i.pull-left, .widget_text .gf_progressbar_title i.pull-left, .widget_lc_taxonomy h5 i.pull-left, .widget_lc_taxonomy .gf_progressbar_title i.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right, .people-detail .credentials .pull-right.expand:before,
.people-detail .experience .pull-right.expand:before, .klarquist_archives_widget h5 i.pull-right, .klarquist_archives_widget .gf_progressbar_title i.pull-right,
.widget_archive h5 i.pull-right,
.widget_archive .gf_progressbar_title i.pull-right, .widget_text h5 i.pull-right, .widget_text .gf_progressbar_title i.pull-right, .widget_lc_taxonomy h5 i.pull-right, .widget_lc_taxonomy .gf_progressbar_title i.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before, .widget_text h5 i:before, .widget_text .gf_progressbar_title i:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before, .widget_lc_taxonomy h5 i:before, .widget_lc_taxonomy .gf_progressbar_title i:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before, .people-detail .credentials .expand.on:before,
.people-detail .experience .expand.on:before {
  content: "\f077";
}

.fa-chevron-down:before, .people-detail .credentials .expand:before,
.people-detail .experience .expand:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before, .klarquist_archives_widget h5 i:before, .klarquist_archives_widget .gf_progressbar_title i:before,
.widget_archive h5 i:before,
.widget_archive .gf_progressbar_title i:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

.gform_wrapper form .gfield_select {
  color: rgba(113, 119, 124, 0.5);
  height: 41px;
  appearance: none;
  margin-bottom: -3px;
}

::selection {
  background: rgba(0, 0, 0, 0.9);
  text-shadow: none;
  color: #ffffff;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

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

textarea {
  resize: vertical;
}

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

html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

.mainfont,
html,
body,
button,
input,
select,
textarea {
  font-family: "Chronicle Text G1", sans-serif;
}

body {
  font-size: 15px;
  line-height: 1.5;
  background-color: #dadbde;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 600px) {
  body {
    font-size: 16px;
  }
}

html,
body,
button,
input,
select,
textarea {
  color: #000000;
}

p:first-child, ul:first-child,
ol:first-child {
  margin-top: 0;
}

ul,
ol {
  margin: 1em 0;
  font-family: "Chronicle Text G1", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
@media (min-width: 600px) {
  ul,
  ol {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  margin: 0 0 1em 0;
  font-family: "Chronicle Text G1", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
@media (min-width: 600px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}

.small-paragraph {
  font-size: 14px;
}
@media (min-width: 600px) {
  .small-paragraph {
    font-size: 15px;
    line-height: 19px;
  }
}
.small-paragraph--italic {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.text-with-link,
.text-with-link a {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.text-with-link a {
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
.text-with-link a:hover {
  opacity: 0.7;
}

.client-block .client-list .client .date, .hero-header .intro, .no-hero-header .intro, h6,
.h_promo, h5, .gf_progressbar_title,
.h_related, h4,
.h_standfirst, .sidebar-block__heading, h3,
.h_byline, h2,
.h_subheadline, h1,
.h_headline, cite, blockquote,
blockquote p {
  font-style: normal;
  font-size: 24px;
}

blockquote,
blockquote p {
  font-family: "cardea-lining", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 1.25em 0.75em;
}
@media (min-width: 600px) {
  blockquote,
  blockquote p {
    font-size: 2rem;
  }
}

cite {
  font-family: "cardea-lining", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 600px) {
  cite {
    font-size: 1.8rem;
  }
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: rgb(138.8481012658, 144.4683544304, 149.1518987342);
}

h6,
.h_promo, h5, .gf_progressbar_title,
.h_related, h4,
.h_standfirst, .sidebar-block__heading, h3,
.h_byline, h2,
.h_subheadline, h1,
.h_headline {
  font-family: "Roboto", sans-serif;
  margin: 0.5em 0 0.35em;
  line-height: 1.1;
  font-weight: normal;
}
h6:first-child,
.h_promo:first-child, h5:first-child, .gf_progressbar_title:first-child,
.h_related:first-child, h4:first-child,
.h_standfirst:first-child, .sidebar-block__heading:first-child, h3:first-child,
.h_byline:first-child, h2:first-child,
.h_subheadline:first-child, h1:first-child,
.h_headline:first-child {
  margin-top: 0;
}

h1,
.h_headline {
  font-size: 55px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media (min-width: 600px) {
  h1,
  .h_headline {
    font-size: 72px;
    line-height: 76px;
  }
}

h2,
.h_subheadline {
  font-size: 48px;
  line-height: 49px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.01em;
}
@media (min-width: 600px) {
  h2,
  .h_subheadline {
    font-size: 60px;
    line-height: 61px;
  }
}

@media (max-width: 600px) {
  h1,
  h2,
  .h_headline,
  .h_subheadline {
    overflow-wrap: break-word;
  }
}

h3,
.h_byline {
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.015em;
}

h4,
.h_standfirst, .sidebar-block__heading {
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
}
h4 a,
.h_standfirst a, .sidebar-block__heading a {
  text-decoration: none !important;
}
h4 a:hover,
.h_standfirst a:hover, .sidebar-block__heading a:hover {
  text-shadow: none !important;
}

h5, .gf_progressbar_title,
.h_related {
  font-family: "Chronicle Text G1", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media (min-width: 600px) {
  h5, .gf_progressbar_title,
  .h_related {
    font-size: 26px;
    line-height: 34px;
  }
}

h6,
.h_promo {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.065em;
  font-family: "Roboto Mono", monospace;
}

big,
.text-large,
.text-intro {
  font-size: 2em;
  line-height: 1.5;
}

small,
.text-small {
  font-size: 0.8em;
  line-height: 1.2;
}

.wrapper {
  *zoom: 1;
  max-width: 1070px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

@media (min-width: 600px) {
  .highlighter {
    padding: 0 5px;
  }
}
.highlighter--green {
  background-image: linear-gradient(to top, #a8d059 70%, transparent 30%);
}
.highlighter--yellow {
  background-image: linear-gradient(to top, #f9ca20 70%, transparent 30%);
}
.highlighter--blue {
  background-image: linear-gradient(to top, #72c5e9 70%, transparent 30%);
}
.highlighter--full {
  background: #fcff43;
  padding: 0;
}

h1 .highlighter,
h2 .highlighter {
  background-size: 100% calc(100% - 2px);
}
@media (min-width: 600px) {
  h1 .highlighter,
  h2 .highlighter {
    background-size: 100% calc(100% - 5px);
  }
}

@media (min-width: 600px) {
  h1 .highlighter {
    padding: 0 10px;
  }
}

h2 .highlighter--green {
  background-image: linear-gradient(to top, #a8d059 74%, transparent 26%);
}
@media (min-width: 600px) {
  h2 .highlighter--green {
    background-image: linear-gradient(to top, #a8d059 62%, transparent 38%);
  }
}
h2 .highlighter--yellow {
  background-image: linear-gradient(to top, #f9ca20 74%, transparent 26%);
}
@media (min-width: 600px) {
  h2 .highlighter--yellow {
    background-image: linear-gradient(to top, #f9ca20 62%, transparent 38%);
  }
}
h2 .highlighter--blue {
  background-image: linear-gradient(to top, #72c5e9 74%, transparent 26%);
}
@media (min-width: 600px) {
  h2 .highlighter--blue {
    background-image: linear-gradient(to top, #72c5e9 62%, transparent 38%);
  }
}

h3 .highlighter {
  background-size: 100% calc(100% - 3px);
}
@media (min-width: 600px) {
  h3 .highlighter {
    padding: 0 6px 0 5px;
    background-size: 100% calc(100% - 1px);
  }
}
h3 .highlighter--green {
  background-image: linear-gradient(to top, #a8d059 77%, transparent 33%);
}
@media (min-width: 600px) {
  h3 .highlighter--green {
    background-image: linear-gradient(to top, #a8d059 67%, transparent 33%);
  }
}
h3 .highlighter--yellow {
  background-image: linear-gradient(to top, #f9ca20 77%, transparent 33%);
}
@media (min-width: 600px) {
  h3 .highlighter--yellow {
    background-image: linear-gradient(to top, #f9ca20 67%, transparent 33%);
  }
}
h3 .highlighter--blue {
  background-image: linear-gradient(to top, #72c5e9 77%, transparent 33%);
}
@media (min-width: 600px) {
  h3 .highlighter--blue {
    background-image: linear-gradient(to top, #72c5e9 67%, transparent 33%);
  }
}

.btn, button,
input[type=button],
input[type=reset],
input[type=submit], .styled-link a {
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.03em;
  box-shadow: unset;
  border: 1px solid #282a2c;
  background-color: transparent;
  padding: 14px 20px;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  color: #282a2c;
  border-radius: 0;
}
.btn:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:active, button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active, .styled-link a:hover, .styled-link a:active {
  box-shadow: unset;
}
.btn:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .styled-link a:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn:focus, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:active, button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active, .btn:focus-visible, button:focus-visible,
input[type=button]:focus-visible,
input[type=reset]:focus-visible,
input[type=submit]:focus-visible, .styled-link a:focus, .styled-link a:active, .styled-link a:focus-visible {
  background-color: #45494c;
  border-color: #45494c;
  color: #ffffff;
  outline: none;
}
.btn.btn-disabled, button.btn-disabled, button:disabled,
input.btn-disabled[type=button],
input[type=button]:disabled,
input.btn-disabled[type=reset],
input[type=reset]:disabled,
input.btn-disabled[type=submit],
input[type=submit]:disabled, .styled-link a.btn-disabled {
  background-color: #71777c;
  border-color: #71777c;
  cursor: not-allowed;
}
.btn.btn-disabled:hover, button.btn-disabled:hover, button:hover:disabled,
input.btn-disabled[type=button]:hover,
input[type=button]:hover:disabled,
input.btn-disabled[type=reset]:hover,
input[type=reset]:hover:disabled,
input.btn-disabled[type=submit]:hover,
input[type=submit]:hover:disabled, .btn.btn-disabled:focus, button.btn-disabled:focus, button:focus:disabled,
input.btn-disabled[type=button]:focus,
input[type=button]:focus:disabled,
input.btn-disabled[type=reset]:focus,
input[type=reset]:focus:disabled,
input.btn-disabled[type=submit]:focus,
input[type=submit]:focus:disabled, .styled-link a.btn-disabled:hover, .styled-link a.btn-disabled:focus {
  color: inherit;
}
.btn.btn-inline, button.btn-inline,
input.btn-inline[type=button],
input.btn-inline[type=reset],
input.btn-inline[type=submit], .styled-link a.btn-inline {
  margin-top: 6px;
  padding: 10px 24px;
  height: 42px;
}
.btn--light, .styled-link a--light {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.065em;
  color: #ffffff;
  border-color: #ffffff;
  padding: 14px 19px;
  min-width: 215px;
}
.btn--light:hover, .styled-link a--light:hover {
  background-color: #ffffff;
  color: #282a2c;
}
.btn--light:focus, .btn--light:active, .styled-link a--light:focus, .styled-link a--light:active {
  background-color: #dadbde;
  border-color: #dadbde;
  color: #282a2c;
}

.btn-cta, .news-pagination .page-numbers.next, .news-pagination .page-numbers.prev, .back-cta, .styled-link a {
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.03em;
  box-shadow: unset;
  padding: 0;
  background-color: transparent;
  transition: color 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  color: #282a2c;
  border: none;
}
.btn-cta:focus, .news-pagination .page-numbers.next:focus, .news-pagination .page-numbers.prev:focus, .back-cta:focus, .btn-cta:active, .news-pagination .page-numbers.next:active, .news-pagination .page-numbers.prev:active, .back-cta:active, .styled-link a:focus, .styled-link a:active {
  color: #dadbde;
  outline: none;
}
.btn-cta:hover, .news-pagination .page-numbers.next:hover, .news-pagination .page-numbers.prev:hover, .back-cta:hover, .btn-cta:active, .news-pagination .page-numbers.next:active, .news-pagination .page-numbers.prev:active, .back-cta:active, .styled-link a:hover, .styled-link a:active {
  background-color: transparent;
  color: #71777c;
  box-shadow: unset;
}
.btn-cta:hover:after, .news-pagination .page-numbers.next:hover:after, .news-pagination .page-numbers.prev:hover:after, .back-cta:hover:after, .btn-cta:active:after, .news-pagination .page-numbers.next:active:after, .news-pagination .page-numbers.prev:active:after, .back-cta:active:after, .styled-link a:hover:after, .styled-link a:active:after {
  transform: translateX(8px);
}
.btn-cta:after, .news-pagination .page-numbers.next:after, .news-pagination .page-numbers.prev:after, .back-cta:after, .styled-link a:after {
  content: "\e005";
  margin-left: 11px;
  font-size: 22px;
  transition: transform 0.25s ease-out;
}
.btn-cta--light, .styled-link a--light {
  color: #ffffff;
}
.btn-cta--light:hover, .styled-link a--light:hover {
  color: #dadbde;
}
.btn-cta--light:focus, .btn-cta--light:active, .styled-link a--light:focus, .styled-link a--light:active {
  color: #71777c;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop, .services .btn-cta:after, .services .back-cta:after, .services .news-pagination .page-numbers.next:after, .news-pagination .services .page-numbers.next:after, .services .news-pagination .page-numbers.prev:after, .news-pagination .services .page-numbers.prev:after, .back-cta:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-pop:hover, .services .btn-cta:hover:after, .services .back-cta:hover:after, .services .news-pagination .page-numbers.next:hover:after, .news-pagination .services .page-numbers.next:hover:after, .services .news-pagination .page-numbers.prev:hover:after, .news-pagination .services .page-numbers.prev:hover:after, .back-cta:hover:before,
.hvr-pop:focus,
.services .btn-cta:focus:after,
.services .back-cta:focus:after,
.services .news-pagination .page-numbers.next:focus:after,
.news-pagination .services .page-numbers.next:focus:after,
.services .news-pagination .page-numbers.prev:focus:after,
.news-pagination .services .page-numbers.prev:focus:after,
.back-cta:focus:before,
.hvr-pop:active,
.services .btn-cta:active:after,
.services .back-cta:active:after,
.services .news-pagination .page-numbers.next:active:after,
.news-pagination .services .page-numbers.next:active:after,
.services .news-pagination .page-numbers.prev:active:after,
.news-pagination .services .page-numbers.prev:active:after,
.back-cta:active:before {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.buttons-wrapper {
  margin: 32px 0;
}
.buttons-wrapper .btn, .buttons-wrapper button,
.buttons-wrapper input[type=button],
.buttons-wrapper input[type=reset],
.buttons-wrapper input[type=submit] {
  margin: 0 16px 16px 0;
}
.buttons-wrapper .btn:last-child, .buttons-wrapper button:last-child,
.buttons-wrapper input[type=button]:last-child,
.buttons-wrapper input[type=reset]:last-child,
.buttons-wrapper input[type=submit]:last-child {
  margin: 0;
}

.page-template-style-guide-redesign-page .buttons-wrapper {
  padding: 32px 16px;
  background-color: #45494c;
  margin: 0;
}
.page-template-style-guide-redesign-page .buttons-wrapper .btn, .page-template-style-guide-redesign-page .buttons-wrapper button,
.page-template-style-guide-redesign-page .buttons-wrapper input[type=button],
.page-template-style-guide-redesign-page .buttons-wrapper input[type=reset],
.page-template-style-guide-redesign-page .buttons-wrapper input[type=submit] {
  min-width: 227px;
}
.page-template-style-guide-redesign-page .buttons-wrapper .btn.btn-cta, .page-template-style-guide-redesign-page .buttons-wrapper .news-pagination .btn.page-numbers.next, .news-pagination .page-template-style-guide-redesign-page .buttons-wrapper .btn.page-numbers.next, .page-template-style-guide-redesign-page .buttons-wrapper .news-pagination .btn.page-numbers.prev, .news-pagination .page-template-style-guide-redesign-page .buttons-wrapper .btn.page-numbers.prev, .page-template-style-guide-redesign-page .buttons-wrapper .btn.back-cta, .page-template-style-guide-redesign-page .buttons-wrapper button.btn-cta, .page-template-style-guide-redesign-page .buttons-wrapper .news-pagination button.page-numbers.next, .news-pagination .page-template-style-guide-redesign-page .buttons-wrapper button.page-numbers.next, .page-template-style-guide-redesign-page .buttons-wrapper .news-pagination button.page-numbers.prev, .news-pagination .page-template-style-guide-redesign-page .buttons-wrapper button.page-numbers.prev, .page-template-style-guide-redesign-page .buttons-wrapper button.back-cta,
.page-template-style-guide-redesign-page .buttons-wrapper input.btn-cta[type=button],
.page-template-style-guide-redesign-page .buttons-wrapper .news-pagination input[type=button].page-numbers.next,
.news-pagination .page-template-style-guide-redesign-page .buttons-wrapper input[type=button].page-numbers.next,
.page-template-style-guide-redesign-page .buttons-wrapper .news-pagination input[type=button].page-numbers.prev,
.news-pagination .page-template-style-guide-redesign-page .buttons-wrapper input[type=button].page-numbers.prev,
.page-template-style-guide-redesign-page .buttons-wrapper input[type=button].back-cta,
.page-template-style-guide-redesign-page .buttons-wrapper input.btn-cta[type=reset],
.page-template-style-guide-redesign-page .buttons-wrapper .news-pagination input[type=reset].page-numbers.next,
.news-pagination .page-template-style-guide-redesign-page .buttons-wrapper input[type=reset].page-numbers.next,
.page-template-style-guide-redesign-page .buttons-wrapper .news-pagination input[type=reset].page-numbers.prev,
.news-pagination .page-template-style-guide-redesign-page .buttons-wrapper input[type=reset].page-numbers.prev,
.page-template-style-guide-redesign-page .buttons-wrapper input[type=reset].back-cta,
.page-template-style-guide-redesign-page .buttons-wrapper input.btn-cta[type=submit],
.page-template-style-guide-redesign-page .buttons-wrapper .news-pagination input[type=submit].page-numbers.next,
.news-pagination .page-template-style-guide-redesign-page .buttons-wrapper input[type=submit].page-numbers.next,
.page-template-style-guide-redesign-page .buttons-wrapper .news-pagination input[type=submit].page-numbers.prev,
.news-pagination .page-template-style-guide-redesign-page .buttons-wrapper input[type=submit].page-numbers.prev,
.page-template-style-guide-redesign-page .buttons-wrapper input[type=submit].back-cta {
  min-width: unset;
}

.styled-link {
  margin-top: 20px;
}

input[type=email],
input[type=search],
input[type=tel],
input[type=text],
textarea,
select {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.065em;
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid rgba(113, 119, 124, 0.5);
  box-shadow: 0 1px 4px 0 rgba(69, 73, 76, 0.15);
}
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus,
select:focus {
  border-color: #71777c;
  outline: none;
  box-shadow: 0 1px 10px 0 rgba(69, 73, 76, 0.3);
}
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #71777c;
  opacity: 0.5;
}
input[type=email].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
textarea.error,
select.error {
  border-color: #bd072f;
  box-shadow: none;
}
input[type=email].error + div.error-message,
input[type=search].error + div.error-message,
input[type=tel].error + div.error-message,
input[type=text].error + div.error-message,
textarea.error + div.error-message,
select.error + div.error-message {
  font-style: italic;
  padding-top: 5px;
}
input[type=email]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
textarea:disabled,
select:disabled {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(113, 119, 124, 0.5);
  box-shadow: none;
  color: rgba(113, 119, 124, 0.5);
  cursor: not-allowed;
}
input[type=email].inline-input,
input[type=search].inline-input,
input[type=tel].inline-input,
input[type=text].inline-input,
textarea.inline-input,
select.inline-input {
  width: 70%;
  float: left;
  border-width: 1px 0 1px 1px;
}
input[type=email] + div,
input[type=search] + div,
input[type=tel] + div,
input[type=text] + div,
textarea + div,
select + div {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.065em;
}

@-moz-document url-prefix() {
  select {
    font-size: 14px;
  }
}
@media (min-width: 800px) {
  @-moz-document url-prefix() {
    select {
      font-size: 0.85em;
    }
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    padding: 9px;
  }
}
@supports (-ms-ime-align: auto) {
  select {
    padding: 9px;
  }
}
:root::-webkit-media-controls-panel,
select {
  border-radius: 0;
  width: 100%;
  -webkit-appearance: textfield;
  background: rgba(255, 255, 255, 0.5) url("data:image/svg+xml;utf8,%3Csvg%20id%3D%22menu-arrow%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2040%2040%22%3E%0A%20%20%3Ctitle%3Emenu-arrow%3C/title%3E%0A%20%20%3Cpolygon%20points%3D%2214.2%2026.6%201%2013.4%206.8%207.6%2020%2020.9%2033.2%207.6%2039%2013.4%2020%2032.4%2014.2%2026.6%22/%3E%0A%3C/svg%3E%0A") no-repeat right 15px center/15px 15px;
}
:root::-webkit-media-controls-panel:focus,
select:focus {
  border-color: #282a2c;
  box-shadow: none;
  outline: none;
}

input[type=search] {
  appearance: none;
}

label {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.065em;
}
label.error {
  color: #000000;
}
label.disabled {
  color: #71777c;
}

.form-field {
  margin-bottom: 1em;
}

.form-field-submit {
  margin: 2em 0;
}

/*************************************
/  Forms
/************************************/
@media (min-width: 800px) {
  .gform_wrapper {
    max-width: 95%;
  }
}
.gform_delete {
  cursor: pointer;
}

.gform_wrapper,
.web-form-wrapper {
  /*.gform_button_select_files {
  	background-color: $color-black;
  	box-shadow: none;
  	padding: 10px 20px;
  	margin-left: 10px;
  	font-size: 1.4rem;
  }*/
}
.gform_wrapper ul.gform_fields,
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper .gfield_radio,
.web-form-wrapper ul.gform_fields,
.web-form-wrapper ul.gfield_checkbox,
.web-form-wrapper .gfield_radio {
  margin: 0;
  padding: 0;
}
.gform_wrapper ul.gform_fields span:before,
.gform_wrapper ul.gfield_checkbox span:before,
.gform_wrapper .gfield_radio span:before,
.web-form-wrapper ul.gform_fields span:before,
.web-form-wrapper ul.gfield_checkbox span:before,
.web-form-wrapper .gfield_radio span:before {
  width: 1.3em;
  height: 1.3em;
}
.gform_wrapper .gfield,
.web-form-wrapper .gfield {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin-left: 1.0416666667%;
  margin-right: 1.0416666667%;
}
.gform_wrapper .double-column,
.web-form-wrapper .double-column {
  display: inline;
  float: left;
  width: 47.9166666667%;
  margin-left: 1.0416666667%;
  margin-right: 1.0416666667%;
}
.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper ul.gfield_radio li,
.web-form-wrapper ul.gform_fields li.gfield,
.web-form-wrapper ul.gfield_radio li {
  list-style: none;
  margin-bottom: 30px;
}
.gform_wrapper ul.gfield_checkbox li,
.web-form-wrapper ul.gfield_checkbox li {
  list-style: none;
  margin-bottom: 10px !important;
}
.gform_wrapper p,
.web-form-wrapper p {
  font-size: 1.4rem;
}
.gform_wrapper .form-radio label,
.web-form-wrapper .form-radio label {
  margin-bottom: 1.4em;
}
.gform_wrapper .gfield_radio,
.web-form-wrapper .gfield_radio {
  *zoom: 1;
}
.gform_wrapper .gfield_radio:before, .gform_wrapper .gfield_radio:after,
.web-form-wrapper .gfield_radio:before,
.web-form-wrapper .gfield_radio:after {
  content: "";
  display: table;
}
.gform_wrapper .gfield_radio:after,
.web-form-wrapper .gfield_radio:after {
  clear: both;
}
.gform_wrapper .gfield_radio li,
.web-form-wrapper .gfield_radio li {
  float: left;
  padding-right: 1em;
  margin-bottom: 15px !important;
}
.gform_wrapper .gfield_radio li label,
.web-form-wrapper .gfield_radio li label {
  font-weight: 200;
  margin-bottom: 0 !important;
}
.gform_wrapper .form-file,
.web-form-wrapper .form-file {
  float: left;
  padding-right: 1em;
}
.gform_wrapper .gfield_no_follows_desc,
.web-form-wrapper .gfield_no_follows_desc {
  display: block;
  float: none;
  clear: left;
}
.gform_wrapper ::-webkit-input-placeholder,
.web-form-wrapper ::-webkit-input-placeholder {
  color: #404844;
  font-weight: normal;
}
.gform_wrapper :-moz-placeholder,
.web-form-wrapper :-moz-placeholder {
  color: #404844;
  font-weight: normal;
}
.gform_wrapper ::-moz-placeholder,
.web-form-wrapper ::-moz-placeholder {
  color: #404844;
  font-weight: normal;
}
.gform_wrapper :-ms-input-placeholder,
.web-form-wrapper :-ms-input-placeholder {
  color: #404844;
  font-weight: normal;
}
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_checkbox label,
.web-form-wrapper .gfield_checkbox input,
.web-form-wrapper .gfield_checkbox label {
  display: inline-block;
}
.gform_wrapper .gfield_checkbox input,
.web-form-wrapper .gfield_checkbox input {
  margin-right: 10px;
}
.gform_wrapper .gfield_checkbox label,
.web-form-wrapper .gfield_checkbox label {
  cursor: pointer;
}
.gform_wrapper .gfield_description,
.web-form-wrapper .gfield_description {
  font-size: 16px;
  font-weight: 200;
  margin-top: 1em;
}
.gform_wrapper .gfield_error .validation_message,
.gform_wrapper .validation_error,
.web-form-wrapper .gfield_error .validation_message,
.web-form-wrapper .validation_error {
  background-color: #f2dede;
  padding: 0.3em;
  margin-top: 2px;
}
.gform_wrapper .validation_error,
.web-form-wrapper .validation_error {
  margin-bottom: 1em;
}
.gform_wrapper .clear-multi,
.web-form-wrapper .clear-multi {
  *zoom: 1;
}
.gform_wrapper .clear-multi:before, .gform_wrapper .clear-multi:after,
.web-form-wrapper .clear-multi:before,
.web-form-wrapper .clear-multi:after {
  content: "";
  display: table;
}
.gform_wrapper .clear-multi:after,
.web-form-wrapper .clear-multi:after {
  clear: both;
}
.gform_wrapper .clear-multi &gt; div,
.web-form-wrapper .clear-multi &gt; div {
  width: 33.33%;
  float: left;
  padding-right: 1em;
}
.gform_wrapper .gform_validation_container,
.web-form-wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area,
.web-form-wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #71777c;
  text-align: center;
  margin-bottom: 10px;
}
.gform_wrapper .gform_drop_instructions,
.web-form-wrapper .gform_drop_instructions {
  font-size: 16px;
  font-weight: 200;
}
.gform_wrapper .read-only input,
.web-form-wrapper .read-only input {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  color: #282a2c !important;
  -webkit-text-fill-color: #282a2c;
  -webkit-opacity: 1;
  opacity: 1;
  cursor: default;
}

.gfield_radio,
.custom-radio-options {
  margin-top: 5px;
}
.gfield_radio label,
.custom-radio-options label {
  margin-right: 1em;
  cursor: pointer;
}
.gfield_radio label span,
.custom-radio-options label span {
  position: relative;
  padding-left: 2.1em;
  padding-top: 4px;
  margin-top: 4px;
}
.gfield_radio label span:before,
.custom-radio-options label span:before {
  background-color: #ffffff;
  position: absolute;
  top: 4px;
  left: 0;
  content: " ";
  width: 1.71em;
  height: 1.7em;
  border: 1px solid #71777c;
  border-radius: 100%;
  box-shadow: 0 1px 4px 0 rgba(69, 73, 76, 0.15);
}
.gfield_radio input[type=radio],
.custom-radio-options input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.gfield_radio input[type=radio]:checked + label span:before,
.custom-radio-options input[type=radio]:checked + label span:before {
  background: #000000;
  box-shadow: inset 0 0 0 0.15em #fff;
}
.gfield_radio input[type=radio]:focus + label span,
.custom-radio-options input[type=radio]:focus + label span {
  color: #71777c;
}
.gfield_radio input[type=radio]:checked + label span,
.custom-radio-options input[type=radio]:checked + label span {
  color: #404844;
}
.gfield_radio[animate] label span:before,
.custom-radio-options[animate] label span:before {
  transition: all 0.2s ease-in-out;
}

.page-template-contact-page form label,
.page-template-contact-page form input:not([type=submit]),
.page-template-contact-page form select {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: #71777c;
}
.page-template-contact-page form input::placeholder {
  color: rgba(113, 119, 124, 0.5);
}
.page-template-contact-page form .gfield_select {
  color: #000000;
}

.post-type-archive.post-type-archive-news .klarquist_archives_widget select, .post-type-archive.post-type-archive-ptab .klarquist_archives_widget select, .post-type-archive.post-type-archive-oregon-ip .klarquist_archives_widget select {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: #000000;
}

.gform_wrapper .klarquist_label_field .gsection_title,
.gform_wrapper .klarquist_label_field .gfield_label {
  font-size: 16px;
  font-weight: 200;
  margin-top: 1em;
  font-family: "Chronicle Text G1", sans-serif;
  color: #71777c;
}
.gform_wrapper .klarquist_label_field legend.gfield_label.gform-field-label.gfield_label_before_complex {
  font-family: "Roboto Mono";
  font-size: 13px;
}
.gform_wrapper .klarquist_label_field .ginput_container label.gform-field-label {
  font-size: 11px;
}

.gform_wrapper .ginput_container_text .gfield_description {
  font-family: "Roboto Mono";
  font-size: 13px;
}

.gform_wrapper .gfield.no-validation-legend .ginput_counter.gfield_description {
  display: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  margin: 1em auto;
}

.no-hero-header {
  padding-top: 80px;
}
.no-hero-header .intro {
  font-size: 2.2rem;
  line-height: 1.6;
  font-family: "cardea-lining", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding-bottom: 20px;
}

.hero-header {
  color: #ffffff;
  background-image: url("../images/photo_news_hero_klarquist.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-top: 85px;
  width: 100%;
  min-height: 470px;
  display: flex;
  align-items: center;
}
.hero-header.tall {
  min-height: 500px;
}
@media (min-width: 600px) {
  .hero-header.tall {
    min-height: 720px;
    padding-top: 170px;
  }
}
.hero-header .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-header h4 {
  line-height: 3rem;
}
@media (min-width: 600px) {
  .hero-header h4 {
    line-height: 4.6rem;
  }
}
.hero-header .intro {
  font-size: 2.2rem;
  line-height: 1.6;
  font-family: "cardea-lining", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding-bottom: 20px;
}

.page-template,
.page-template-default {
  background-color: #ffffff;
}
.page-template.home,
.page-template-default.home {
  background: #ffffff;
}

.page-detail {
  padding-top: 20px;
  padding-bottom: 80px;
}

.highlight {
  background-color: rgba(218, 219, 222, 0.4);
  box-shadow: 0px 0 0px 0 rgba(218, 219, 222, 0.4), 0px 0 0px 3px rgba(255, 255, 255, 0.4);
  line-height: 1.8;
}

.inner-section {
  padding: 0px 24px;
}
@media (min-width: 1025px) {
  .inner-section {
    padding: 100px 0;
  }
}

@media (min-width: 1025px) {
  .home-section {
    min-height: 100vh;
    width: calc(100% - 320px);
    min-width: calc(100% - 320px);
    height: 100vh;
    display: inline-block;
    white-space: normal;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 2500px) {
  .home-section {
    width: calc(100% - 450px);
    min-width: calc(100% - 450px);
  }
}
@media (min-width: 1025px) {
  .home-section:not(.home-section--bg) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
  .home-section:not(.home-section--bg).is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.home-section--bg {
  background-color: #eeeeee;
}
@media (min-width: 1025px) {
  .home-section--bg .home-section__container {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
}
.home-section--bg.is-visible .home-section__container {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.header {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  padding: 35px 0 20px;
  transition: background-color 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (min-width: 1025px) {
  .header {
    padding: 47px 0;
  }
}
.header.open {
  background-color: #282a2c;
  position: fixed !important;
  z-index: 1;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92%;
  gap: 16px;
}
@media (min-width: 600px) {
  .header__wrapper {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .header__wrapper {
    align-items: center;
    justify-content: flex-start;
    gap: 58px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1400px) {
  .header__wrapper {
    max-width: unset;
    width: 92.5%;
  }
}
.header__wrapper:before, .header__wrapper:after {
  content: unset;
}
.header__logo {
  display: flex;
  justify-content: center;
}
.header__logo img {
  max-width: 151px;
  height: auto;
}
@media (min-width: 1025px) {
  .header__logo img {
    max-width: 121px;
  }
}
.header__nav-main {
  display: contents;
}
@media (min-width: 1025px) {
  .header__nav-main {
    display: flex;
  }
}
.open + .header__nav-main .header__main-menu {
  transform: translate3d(0, 0, 0);
}
.header__main-menu {
  list-style: none;
  margin: 0;
  width: 100%;
  background-color: #282a2c;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  top: calc(var(--headerHeight) - 1px);
  overflow-y: auto;
  height: calc(100vh - var(--headerHeight) + 1px);
  position: fixed;
  z-index: 1001;
  right: 0;
  padding: 57px 0 100px;
}
@media (min-width: 1025px) {
  .header__main-menu {
    background-color: #000000;
    padding: 0;
    transform: unset;
    position: static;
    height: unset;
    overflow-y: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
  }
}
.header__main-menu li {
  border-bottom: 1px solid #ffffff;
  max-width: 88%;
  margin: auto;
}
.header__main-menu li:last-child, .header__main-menu li.menu-item-has-children {
  border-bottom: unset;
}
@media (min-width: 1025px) {
  .header__main-menu li {
    border-bottom: unset;
    margin: unset;
    max-width: unset;
  }
}
@media (min-width: 1025px) {
  .header__main-menu li.current_page_item a {
    position: relative;
  }
  .header__main-menu li.current_page_item a:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 2px;
    left: 0;
    transition: background-color 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  }
}
.header__main-menu li a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 0 20px;
  display: block;
  transition: color 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (min-width: 1025px) {
  .header__main-menu li a {
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 6px 0;
  }
}
.header__main-menu li a:focus {
  outline: none;
}
@media (min-width: 1025px) {
  .header__main-menu li.hover-styles a {
    color: rgba(255, 255, 255, 0.6);
  }
  .header__main-menu li.hover-styles a:after {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.header__main-menu li .sub-menu {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1025px) {
  .header__main-menu li .sub-menu {
    display: none;
  }
}
.header__main-menu li .sub-menu li {
  max-width: 100%;
  margin: 0 0 15px;
  border: none;
}
.header__main-menu li .sub-menu li a {
  font-weight: 400;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}
.header__main-menu li .menu-item-description {
  font-weight: 325;
  font-size: 14px;
  line-height: 135%;
  font-family: "Chronicle Text G1", sans-serif;
  text-transform: none;
  margin-top: 10px;
  color: #dadbde;
}
@media (min-width: 1025px) {
  .header__main-menu li .menu-item-description {
    display: none;
  }
}
body.stop-animation .header * {
  transition: none !important;
  animation: none !important;
}

.menu-toggle {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 9999;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: 3px;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle:hover, .menu-toggle:focus {
  outline: 0;
  background-color: transparent;
}
.menu-toggle span {
  display: block;
  width: 32px;
  height: 4px;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  background: #ffffff;
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  border-radius: 10px;
}
.menu-toggle span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.menu-toggle span:nth-child(2) {
  top: 11px;
  transform-origin: left center;
}
.menu-toggle span:nth-child(3) {
  top: 23px;
  transform-origin: left center;
}
.menu-toggle.open {
  top: 9px;
  right: 2px;
}
.menu-toggle.open span:nth-child(1) {
  top: 6px;
  left: 3px;
  transform: rotate(45deg);
  transform-origin: top;
}
.menu-toggle.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
  top: 6px;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: top;
}
@media (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover {
  background-color: transparent;
  box-shadow: unset;
  color: unset;
}

.admin-bar {
  --admin-bar-heigth: 32px;
}
@media (max-width: 782px) {
  .admin-bar {
    --admin-bar-heigth: 46px;
  }
}
.admin-bar .header__main-menu {
  top: calc(var(--headerHeight) + var(--admin-bar-heigth));
  height: calc(100vh - var(--headerHeight) - var(--admin-bar-heigth));
}
@media (min-width: 1025px) {
  .admin-bar .header__main-menu {
    position: static;
    height: unset;
  }
}

.home .header,
.post-type-archive-news .header,
.page-template-about-page .header,
.page-template-services-page .header,
.post-type-archive-oregon-ip .header,
.post-type-archive-ptab .header {
  position: absolute;
  background-color: transparent;
  z-index: 1001;
  padding: 15px 0;
}
@media (min-width: 1025px) {
  .home .header,
  .post-type-archive-news .header,
  .page-template-about-page .header,
  .page-template-services-page .header,
  .post-type-archive-oregon-ip .header,
  .post-type-archive-ptab .header {
    padding: 30px 0;
  }
}
.home .header__wrapper,
.post-type-archive-news .header__wrapper,
.page-template-about-page .header__wrapper,
.page-template-services-page .header__wrapper,
.post-type-archive-oregon-ip .header__wrapper,
.post-type-archive-ptab .header__wrapper {
  width: 100%;
  align-items: center;
  max-width: unset;
}
@media (min-width: 1025px) {
  .home .header__wrapper,
  .post-type-archive-news .header__wrapper,
  .page-template-about-page .header__wrapper,
  .page-template-services-page .header__wrapper,
  .post-type-archive-oregon-ip .header__wrapper,
  .post-type-archive-ptab .header__wrapper {
    gap: 37px;
  }
}
.home .header .menu-toggle,
.post-type-archive-news .header .menu-toggle,
.page-template-about-page .header .menu-toggle,
.page-template-services-page .header .menu-toggle,
.post-type-archive-oregon-ip .header .menu-toggle,
.post-type-archive-ptab .header .menu-toggle {
  right: 4%;
  top: 0px;
}
.home .header__logo,
.post-type-archive-news .header__logo,
.page-template-about-page .header__logo,
.page-template-services-page .header__logo,
.post-type-archive-oregon-ip .header__logo,
.post-type-archive-ptab .header__logo {
  background-color: #000000;
  padding: 20px 12px 20px 46px;
  transition: background-color 0.25s cubic-bezier(0.5, 0, 0.5, 1), padding 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (min-width: 1025px) {
  .home .header__logo,
  .post-type-archive-news .header__logo,
  .page-template-about-page .header__logo,
  .page-template-services-page .header__logo,
  .post-type-archive-oregon-ip .header__logo,
  .post-type-archive-ptab .header__logo {
    padding: 20px 21px 20px 46px;
  }
  .home .header__logo img,
  .post-type-archive-news .header__logo img,
  .page-template-about-page .header__logo img,
  .page-template-services-page .header__logo img,
  .post-type-archive-oregon-ip .header__logo img,
  .post-type-archive-ptab .header__logo img {
    max-width: 120px;
  }
}
@media (min-width: 1400px) {
  .home .header__logo,
  .post-type-archive-news .header__logo,
  .page-template-about-page .header__logo,
  .page-template-services-page .header__logo,
  .post-type-archive-oregon-ip .header__logo,
  .post-type-archive-ptab .header__logo {
    padding: 20px 21px 20px 55px;
  }
}
.home .header__main-menu,
.post-type-archive-news .header__main-menu,
.page-template-about-page .header__main-menu,
.page-template-services-page .header__main-menu,
.post-type-archive-oregon-ip .header__main-menu,
.post-type-archive-ptab .header__main-menu {
  padding-top: 42px;
}
@media (min-width: 1025px) {
  .home .header__main-menu,
  .post-type-archive-news .header__main-menu,
  .page-template-about-page .header__main-menu,
  .page-template-services-page .header__main-menu,
  .post-type-archive-oregon-ip .header__main-menu,
  .post-type-archive-ptab .header__main-menu {
    background-color: transparent;
    padding-top: 0;
    gap: 41px;
  }
}
.home .header.open,
.post-type-archive-news .header.open,
.page-template-about-page .header.open,
.page-template-services-page .header.open,
.post-type-archive-oregon-ip .header.open,
.post-type-archive-ptab .header.open {
  background-color: #282a2c;
}
.home .header.open .header__logo,
.post-type-archive-news .header.open .header__logo,
.page-template-about-page .header.open .header__logo,
.page-template-services-page .header.open .header__logo,
.post-type-archive-oregon-ip .header.open .header__logo,
.post-type-archive-ptab .header.open .header__logo {
  background-color: #282a2c;
  padding-left: 15px;
}
.home .header.open .menu-toggle,
.post-type-archive-news .header.open .menu-toggle,
.page-template-about-page .header.open .menu-toggle,
.page-template-services-page .header.open .menu-toggle,
.post-type-archive-oregon-ip .header.open .menu-toggle,
.post-type-archive-ptab .header.open .menu-toggle {
  right: 5%;
  top: 7px;
}

.page-template-about-page .hero-header.tall,
.page-template-services-page .hero-header.tall {
  padding-top: calc(var(--headerHeight) + 85px);
}
@media (min-width: 1025px) {
  .page-template-about-page .hero-header.tall,
  .page-template-services-page .hero-header.tall {
    padding-top: calc(var(--headerHeight));
  }
}

.post-type-archive-news .hero-header,
.post-type-archive-oregon-ip .hero-header,
.post-type-archive-ptab .hero-header {
  padding-top: calc(var(--headerHeight));
}

@media (min-width: 1025px) {
  .home .header {
    max-width: calc(100% - 330px);
  }
}
@media (min-width: 1025px) {
  .home .header__wrapper {
    gap: 20px;
  }
}
@media (min-width: 1180px) {
  .home .header__wrapper {
    gap: 37px;
  }
}
@media (min-width: 2500px) {
  .home .header__wrapper {
    gap: 74px;
  }
}
@media (min-width: 1025px) {
  .home .header__main-menu {
    gap: 8px 24px;
  }
}
@media (min-width: 1180px) {
  .home .header__main-menu {
    gap: 41px;
  }
}
@media (min-width: 2500px) {
  .home .header__main-menu {
    gap: 54px;
  }
}
@media (min-width: 2500px) {
  .home .header__main-menu li a {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .home .header__logo {
    padding: 16px 16px 16px 46px;
  }
}
@media (min-width: 1180px) {
  .home .header__logo {
    padding: 20px 21px 20px 20px;
  }
}
@media (min-width: 1400px) {
  .home .header__logo {
    padding: 20px 21px 20px 55px;
  }
}
@media (min-width: 2500px) {
  .home .header__logo img {
    max-width: 180px;
  }
}

@media (min-width: 1025px) {
  .post-type-archive-news .header__main-menu li.current-menu-item a {
    position: relative;
  }
  .post-type-archive-news .header__main-menu li.current-menu-item a:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 2px;
    left: 0;
    transition: background-color 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  }
}
.post-type-archive-news .header__main-menu li.hover-styles a:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.footer {
  background: #45494c;
  padding-top: 80px;
  padding-bottom: 30px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  font-family: "Roboto Mono", monospace;
}
@media (min-width: 600px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.footer &gt; .footer__container {
  margin-top: auto;
  margin-bottom: auto;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer__row {
  margin-bottom: 80px;
  display: grid;
  justify-content: center;
}
@media (min-width: 600px) {
  .footer__row {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 120px), 1fr));
    grid-gap: 80px 122px;
  }
}
@media (max-width: 1400px) and (min-width: 800px) {
  .footer__row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer__col {
  transition: opacity 0.3s linear;
}
@media (max-width: 600px) {
  .footer__col:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 600px) {
  .footer__col {
    display: flex;
    justify-content: center;
  }
}
.footer__col.onhover {
  opacity: 0.5;
}
.footer__col .btn:hover, .footer__col button:hover,
.footer__col input[type=button]:hover,
.footer__col input[type=reset]:hover,
.footer__col input[type=submit]:hover {
  color: #ffffff;
}
.footer__col:hover:not(.onhover) .btn:after, .footer__col:hover:not(.onhover) button:after,
.footer__col:hover:not(.onhover) input[type=button]:after,
.footer__col:hover:not(.onhover) input[type=reset]:after,
.footer__col:hover:not(.onhover) input[type=submit]:after {
  transform: translateX(8px);
}
.footer__col p {
  font-size: 18px;
  line-height: 135%;
}
@media (min-width: 600px) {
  .footer__col p {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .footer__col .btn, .footer__col button,
  .footer__col input[type=button],
  .footer__col input[type=reset],
  .footer__col input[type=submit] {
    margin-top: 25px;
  }
}
.footer__col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer__container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .footer__container {
    max-width: 914px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .footer__container {
    max-width: 1246px;
  }
}
.footer__bottom-copyrights {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .footer__bottom-copyrights {
    display: inline;
  }
}
.footer__bottom-copyrights p {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.065em;
  margin: 0;
}
@media (max-width: 600px) {
  .footer__bottom-copyrights p {
    display: inline;
  }
}
@media (min-width: 600px) {
  .footer__botom-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer__botom-menu-wrapper {
    line-height: 17px;
  }
}
.footer__botom-menu nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .footer__botom-menu nav {
    display: inline;
  }
}
.footer__botom-menu a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.065em;
  white-space: nowrap;
  padding: 0 0 0 14px;
  margin-right: 13px;
  position: relative;
  transition: color 0.2s linear;
}
@media (min-width: 600px) {
  .footer__botom-menu a {
    margin-left: 13px;
  }
}
.footer__botom-menu a:hover {
  color: #dadbde;
}
.footer__botom-menu a::before {
  content: "";
  height: 100%;
  max-height: 15px;
  width: 2px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
}

@media (min-width: 1920px) {
  .home .footer h3 {
    font-size: 36px;
    line-height: 109.19%;
  }
}
@media (min-width: 2500px) {
  .home .footer h3 {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 40px;
  }
}
@media (min-width: 2500px) {
  .home .footer__row {
    grid-gap: 110px 122px;
  }
}
@media (min-width: 2500px) {
  .home .footer__col p {
    font-size: 32px;
  }
}
@media (min-width: 2500px) {
  .home .footer__col .btn, .home .footer__col button,
  .home .footer__col input[type=button],
  .home .footer__col input[type=reset],
  .home .footer__col input[type=submit] {
    font-size: 32px;
    line-height: 42px;
    margin-top: 40px;
  }
  .home .footer__col .btn:after, .home .footer__col button:after,
  .home .footer__col input[type=button]:after,
  .home .footer__col input[type=reset]:after,
  .home .footer__col input[type=submit]:after {
    font-size: 42px;
  }
}
@media (min-width: 2500px) {
  .home .footer__container {
    max-width: 1820px;
  }
}
@media (min-width: 2500px) {
  .home .footer__bottom-copyrights {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 2500px) {
  .home .footer__bottom-copyrights p {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 2500px) {
  .home .footer__botom-menu a {
    font-size: 26px;
    line-height: 28px;
    padding-left: 28px;
    margin: 0 20px;
  }
}
@media (min-width: 2500px) {
  .home .footer__botom-menu a::before {
    max-height: 30px;
  }
}

.social-share {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #45494c;
  padding-right: 6px;
  margin-bottom: 9px;
}
.social-share i {
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  text-align: center;
  margin-right: 5px;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  margin: 1em auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

body.home #page-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1025px) {
  body.home #page-wrap {
    display: block;
  }
}

.pd-link {
  display: block;
  padding-bottom: 20px;
}
.pd-link img {
  width: 230px;
}

.news-title {
  color: #282a2c;
  text-shadow: none !important;
}

.home__content {
  display: contents;
}
@media (min-width: 1025px) {
  .home__content {
    position: relative;
    overflow: hidden;
    display: block;
  }
}
@media (min-width: 1025px) {
  .home__content *:not(.content-sidebar__filter-list)::-webkit-scrollbar {
    opacity: 0;
    visibility: hidden;
  }
}
.home__content &gt; .content-sidebar {
  display: none;
}
@media (min-width: 1025px) {
  .home__content &gt; .content-sidebar.content-sidebar--show {
    display: block;
    position: fixed;
    left: 0;
    z-index: 1;
  }
  .home__content &gt; .content-sidebar.content-sidebar--stop {
    position: absolute;
    top: unset;
    height: 100vh;
    bottom: 0;
    display: block;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .home__content &gt; .content-sidebar.content-sidebar--stop:not(.is-visible) .content-sidebar__wrapper {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
}
@media (max-width: 1025px) {
  .home__content .scrollmagic-pin-spacer {
    display: contents !important;
  }
}
@media (min-width: 1025px) {
  .home__content .scrollmagic-pin-spacer {
    display: flex !important;
  }
}
@media (max-width: 1025px) {
  .home__horizontal-scroll {
    transform: none !important;
    width: auto !important;
    display: contents;
  }
}
@media (min-width: 1025px) {
  .home__horizontal-scroll {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .home__horizontal-scroll .content-sidebar__wrapper, .home__horizontal-scroll .content-sidebar__back-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
}
.home__horizontal-scroll .content-sidebar.is-visible:not(.content-sidebar--show) .content-sidebar__wrapper,
.home__horizontal-scroll .content-sidebar.is-visible:not(.content-sidebar--show) .content-sidebar__back-btn {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.home .homepage-hero-wrapper {
  display: contents;
}
@media (min-width: 1025px) {
  body.home .homepage-hero-wrapper {
    display: block;
    position: relative;
  }
}
body.home .homepage-hero {
  background-color: #ffffff;
  color: #ffffff;
  background: url("../images/background_homepage_hero_mobile.jpg");
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 792px;
  display: flex;
}
@media (min-width: 600px) {
  body.home .homepage-hero {
    background-image: url("../images/background_homepage_hero.jpg");
    min-height: 842px;
  }
}
@media (min-width: 1025px) {
  body.home .homepage-hero {
    min-height: 815px;
  }
}
@media (min-width: 1680px) {
  body.home .homepage-hero {
    min-height: 1086px;
  }
}
@media (min-width: 2500px) {
  body.home .homepage-hero {
    min-height: 1946px;
  }
}
body.home .homepage-hero h4 {
  line-height: 3rem;
}
@media (min-width: 600px) {
  body.home .homepage-hero h4 {
    line-height: 4.6rem;
  }
}
body.home .homepage-hero .video-overlay {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
body.home .homepage-hero .video-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.home .homepage-hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 144px 22px 94px;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) {
  body.home .homepage-hero .hero-content {
    padding: 94px 22px;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  body.home .homepage-hero .hero-content {
    background-color: transparent;
    padding: calc(var(--headerHeight) - 10px) 68px 94px;
    max-width: calc(100% - 293px);
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-hero .hero-content {
    max-width: 1053px;
    padding: calc(var(--headerHeight) - 10px) 115px 94px;
  }
}
@media (min-width: 1680px) {
  body.home .homepage-hero .hero-content {
    max-width: 1101px;
  }
}
@media (min-width: 2500px) {
  body.home .homepage-hero .hero-content {
    max-width: 1795px;
    padding: calc(var(--headerHeight) - 10px) 142px 230px;
  }
}
body.home .homepage-hero .hero-content h1 {
  line-height: 56px;
  margin-bottom: 11px;
}
@media (min-width: 600px) {
  body.home .homepage-hero .hero-content h1 {
    line-height: 76px;
    margin-bottom: 2px;
  }
}
@media (min-width: 1920px) {
  body.home .homepage-hero .hero-content h1 {
    font-size: 84px;
    line-height: 88px;
  }
}
@media (min-width: 2500px) {
  body.home .homepage-hero .hero-content h1 {
    font-size: 144px;
    line-height: 152px;
    letter-spacing: 2.88px;
  }
}
@media (max-width: 373px) {
  body.home .homepage-hero .hero-content h1 {
    font-size: 51px;
  }
}
@media (max-width: 350px) {
  body.home .homepage-hero .hero-content h1 {
    font-size: 46px;
  }
}
@media (min-width: 2500px) {
  body.home .homepage-hero .hero-content h5, body.home .homepage-hero .hero-content .gf_progressbar_title {
    margin-top: 15px;
    font-size: 52px;
    line-height: 67px;
  }
}
body.home .homepage-hero .hero-video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
body.home .hero-sidebar {
  background-color: #282a2c;
  padding: 50px 26px 15px;
}
@media (min-width: 1025px) {
  body.home .hero-sidebar {
    height: 100%;
    max-width: 320px;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(40, 42, 44, 0.9);
    padding: 150px 35px 15px;
  }
}
@media (max-width: 1025px) {
  body.home .hero-sidebar {
    order: 1;
  }
}
@media (min-width: 2500px) {
  body.home .hero-sidebar {
    max-width: 450px;
    padding-top: 200px;
  }
}
body.home .hero-sidebar__title {
  margin-bottom: 24px;
}
@media (min-width: 2500px) {
  body.home .hero-sidebar__title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 48px;
  }
}
body.home .hero-sidebar__title a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline-block;
}
body.home .hero-sidebar__title a:after {
  display: inline-block;
}
@media (min-width: 2500px) {
  body.home .hero-sidebar__title a:after {
    font-size: 44px;
  }
}
body.home .hero-sidebar__copy {
  font-size: 18px;
  line-height: 24.3px;
  color: #dadbde;
  margin-bottom: 30px;
}
@media (min-width: 2500px) {
  body.home .hero-sidebar__copy {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 60px;
  }
}
body.home .hero-sidebar__cta {
  justify-content: center;
  margin-bottom: 14px;
  width: 100%;
}
@media (min-width: 1025px) {
  body.home .hero-sidebar__cta {
    justify-content: flex-start;
  }
}
@media (min-width: 2500px) {
  body.home .hero-sidebar__cta {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 28px;
  }
}
body.home .hero-sidebar__search-wrapper {
  position: relative;
}
body.home .hero-sidebar__search input {
  background-color: transparent;
  border: 1px solid #ffffff;
  height: 47px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 15px 10px 52px;
}
@media (min-width: 2500px) {
  body.home .hero-sidebar__search input {
    font-size: 26px;
    line-height: 34px;
    height: 64px;
  }
}
body.home .hero-sidebar__search input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
body.home .hero-sidebar__search input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
body.home .hero-sidebar__search input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
body.home .hero-sidebar__search input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
body.home .hero-sidebar__search input:focus, body.home .hero-sidebar__search input:not(:placeholder-shown) {
  padding-left: 19px;
  padding-right: 45px;
}
body.home .hero-sidebar__search input:focus::-webkit-input-placeholder, body.home .hero-sidebar__search input:not(:placeholder-shown)::-webkit-input-placeholder {
  opacity: 0;
}
body.home .hero-sidebar__search input:focus:-moz-placeholder, body.home .hero-sidebar__search input:not(:placeholder-shown):-moz-placeholder {
  opacity: 0;
}
body.home .hero-sidebar__search input:focus::-moz-placeholder, body.home .hero-sidebar__search input:not(:placeholder-shown)::-moz-placeholder {
  opacity: 0;
}
body.home .hero-sidebar__search input:focus:-ms-input-placeholder, body.home .hero-sidebar__search input:not(:placeholder-shown):-ms-input-placeholder {
  opacity: 0;
}
body.home .hero-sidebar__search input:focus ~ .hero-sidebar__search-btn, body.home .hero-sidebar__search input:not(:placeholder-shown) ~ .hero-sidebar__search-btn {
  left: 100%;
  transform: translateX(-100%);
}
body.home .hero-sidebar__search input:-webkit-autofill + .hero-sidebar__search-btn:before {
  color: #45494c;
}
body.home .hero-sidebar__search-btn {
  position: absolute;
  top: 1px;
  left: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  width: 53px;
  height: 47px;
  padding: 0;
  z-index: 1;
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 2500px) {
  body.home .hero-sidebar__search-btn {
    height: 64px;
    top: 2px;
  }
}
body.home .hero-sidebar__search-btn:before {
  content: "\e006";
  font-size: 15px;
}
@media (min-width: 2500px) {
  body.home .hero-sidebar__search-btn:before {
    font-size: 22px;
  }
}
body.home .hero-sidebar__search-btn:hover {
  color: #dadbde;
}
body.home .hero-sidebar__search-btn:hover::before {
  color: #dadbde;
}

.content-sidebar {
  background-color: #282a2c;
  padding: 15px 25px 44px;
  color: white;
}
@media (min-width: 1025px) {
  .content-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 320px;
    width: 100%;
    height: 100%;
    padding: 102px 35px 44px;
  }
}
@media (min-width: 1400px) {
  .content-sidebar {
    padding: 51px 35px 44px;
  }
}
@media (min-width: 1680px) {
  .content-sidebar {
    padding: 148px 35px 44px;
  }
}
@media (min-width: 2500px) {
  .content-sidebar {
    max-width: 450px;
    padding-top: 200px;
  }
}
@media (max-width: 1025px) {
  .content-sidebar {
    order: 3;
  }
}
.content-sidebar__wrapper {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1025px) {
  .content-sidebar__wrapper {
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
}
.content-sidebar__btn {
  color: #ffffff;
  font-weight: 900;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (min-width: 1025px) {
  .content-sidebar__btn {
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 2500px) {
  .content-sidebar__btn {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 1025px) {
  .content-sidebar__btn--first, .content-sidebar__btn--third {
    display: none;
  }
}
.content-sidebar__btn:hover {
  color: #dadbde;
}
@media (min-width: 1025px) {
  .content-sidebar__filters {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 21px 0 25px;
    padding: 25px 0 22px;
  }
}
@media (min-width: 2500px) {
  .content-sidebar__filters {
    margin: 42px 0 50px;
    padding: 50px 0 44px;
  }
}
.content-sidebar__headline {
  margin: 30px 0 8px;
}
@media (min-width: 1025px) {
  .content-sidebar__headline {
    font-size: 14px;
    line-height: 19px;
    margin: 27px 0 8px;
  }
}
@media (min-width: 2500px) {
  .content-sidebar__headline {
    font-size: 28px;
    line-height: 38px;
    margin: 54px 0 16px;
  }
}
.content-sidebar__filter {
  margin-bottom: 15px;
  position: relative;
}
.content-sidebar__filter-button {
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.065em;
  box-shadow: unset;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  padding: 14px 35px 14px 20px;
  width: 100%;
  position: relative;
}
@media (min-width: 2500px) {
  .content-sidebar__filter-button {
    font-size: 22px;
    line-height: 34px;
    padding-left: 14px;
  }
}
.content-sidebar__filter-button:after {
  content: "\e007";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  font-size: 6px;
  transition: transform 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (min-width: 2500px) {
  .content-sidebar__filter-button:after {
    font-size: 8px;
  }
}
.content-sidebar__filter-button:hover, .content-sidebar__filter-button:focus, .content-sidebar__filter-button:focus-visible, .content-sidebar__filter-button:active {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.content-sidebar__filter-button.disabled {
  pointer-events: none;
}
.content-sidebar__filter-list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0.5, 1), visibility 0.25s cubic-bezier(0.5, 0, 0.5, 1), height 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  background-color: #ffffff;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 285px;
  overflow-y: auto;
  border: 1px solid #282a2c;
}
.content-sidebar__filter-list input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.content-sidebar__filter-list input:checked + label {
  background-color: #dadbde;
  font-weight: 700;
}
.content-sidebar__filter-list input:checked + label:before {
  opacity: 1;
}
.content-sidebar__filter-item {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: #282a2c;
  padding: 7px 15px 5px 31px;
  display: block;
  position: relative;
  cursor: pointer;
  white-space: initial;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (min-width: 2500px) {
  .content-sidebar__filter-item {
    font-size: 22px;
    line-height: 34px;
  }
}
.content-sidebar__filter-item:before {
  content: "\e008";
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 7px;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  opacity: 0;
}
.content-sidebar__filter-item:hover {
  text-shadow: 0 0 0.01px #282a2c;
}
.content-sidebar__filter--open .content-sidebar__filter-button::after {
  transform: translateY(-50%) rotate(-90deg);
}
.content-sidebar__filter--open .content-sidebar__filter-list {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 14px 0;
}
.content-sidebar__cta {
  margin-top: 17px;
}
@media (min-width: 1025px) {
  .content-sidebar__cta {
    margin-top: 15px;
  }
}
@media (min-width: 2500px) {
  .content-sidebar__cta {
    margin-top: 30px;
    font-size: 28px;
    line-height: 34px;
  }
  .content-sidebar__cta:after {
    font-size: 34px;
  }
}
.content-sidebar__back-btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 35px 22px;
  background-color: #282a2c;
}
@media (max-width: 1025px) {
  .content-sidebar__back-btn {
    display: none;
  }
}
@media (min-width: 1025px) {
  .content-sidebar__back-btn {
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
}
.content-sidebar__back-btn a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 21px;
  font-weight: 900;
  letter-spacing: 0.4px;
}
@media (min-width: 2500px) {
  .content-sidebar__back-btn a {
    margin-top: 30px;
    font-size: 28px;
    line-height: 34px;
  }
}
.content-sidebar__back-btn a:before {
  content: "\e005";
  margin-right: 17px;
  font-size: 22px;
  transition: transform 0.25s ease-out;
  transform: rotate(180deg);
}
@media (min-width: 2500px) {
  .content-sidebar__back-btn a:before {
    font-size: 34px;
  }
}
.content-sidebar__back-btn a::after {
  content: unset;
}
.content-sidebar__back-btn a:hover:before, .content-sidebar__back-btn a:active:before {
  transform: rotate(180deg) translateX(8px);
}

.home-clients {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1025px) {
  .home-clients {
    padding-right: 320px;
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 2500px) {
  .home-clients {
    padding-right: 450px;
  }
}
@media (max-width: 1025px) {
  .home-clients {
    order: 0;
  }
}
.home-clients h2,
.home-clients h3 {
  font-weight: 900;
  font-size: 55px;
  line-height: 105.69%;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .home-clients h2,
  .home-clients h3 {
    font-size: 72px;
  }
}
@media (min-width: 1920px) {
  .home-clients h2,
  .home-clients h3 {
    font-size: 84px;
  }
}
@media (max-width: 1025px) {
  .home-clients h2 br,
  .home-clients h3 br {
    display: none;
  }
}
@media (min-width: 2500px) {
  .home-clients h2 {
    font-size: 144px;
    line-height: 152px;
  }
}
.home-clients__container {
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .home-clients__container {
    margin-left: 53px;
  }
}
@media (min-width: 1400px) {
  .home-clients__container {
    max-width: 1000px;
    margin-left: 40px;
    margin-right: auto;
  }
}
@media (min-width: 1680px) {
  .home-clients__container {
    max-width: 1330px;
    margin-left: 95px;
    margin-right: auto;
  }
}
@media (min-width: 2500px) {
  .home-clients__container {
    max-width: none;
    width: 100%;
    margin-left: 33px;
    margin-right: auto;
  }
}
@media (max-width: 1400px) {
  .home-clients__container {
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .home-clients__container::before {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 726px;
    background: #dadbde;
    position: absolute;
    top: 70px;
    left: -120px;
  }
}
@media (min-width: 1680px) {
  .home-clients__container::before {
    top: -70px;
  }
}
@media (min-width: 2500px) {
  .home-clients__container::before {
    max-width: 1310px;
    top: -60px;
    left: 183px;
  }
}
.home-clients__copy {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .home-clients__copy {
    padding-right: 16px;
    margin-right: 26px;
  }
}
@media (max-width: 1680px) and (min-width: 1400px) {
  .home-clients__copy {
    padding-bottom: 100px;
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .home-clients__copy {
    flex: 0 0 22%;
    max-width: 22%;
    position: relative;
  }
  .home-clients__copy:after {
    content: "";
    width: 1px;
    height: 200vh;
    position: absolute;
    right: 0;
    top: -100%;
    background: #dadbde;
  }
}
@media (min-width: 1680px) {
  .home-clients__copy {
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 34px;
  }
}
@media (min-width: 2500px) {
  .home-clients__copy {
    padding-right: 45px;
    flex: 0 0 26%;
    max-width: 26%;
    margin-right: 35px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .home-clients__copy {
    margin-bottom: 17px;
  }
}
@media (max-width: 1400px) and (min-width: 1080px) {
  .home-clients__copy {
    padding-top: 25px;
  }
}
@media (max-width: 1080px) and (min-width: 1025px) {
  .home-clients__copy {
    padding-top: 100px;
  }
}
@media (max-width: 1025px) {
  .home-clients__copy {
    padding-top: 50px;
    margin-bottom: 6px;
  }
}
.home-clients__copy p {
  font-size: 30px;
  font-weight: 900;
  line-height: 109%;
  color: #45494c;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .home-clients__copy p {
    margin-top: 30px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .home-clients__copy p {
    max-width: 62%;
  }
}
@media (min-width: 2500px) {
  .home-clients__copy p {
    font-size: 40px;
    line-height: 42px;
    max-width: 418px;
    margin-left: auto;
  }
}
.home-clients__content {
  box-sizing: border-box;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-bottom: 21px;
  position: relative;
}
@media (max-width: 1680px) and (min-width: 1400px) {
  .home-clients__content {
    padding-top: 100px;
  }
}
@media (max-width: 1514px) and (min-width: 1400px) {
  .home-clients__content {
    margin-bottom: 158px;
  }
}
@media (max-width: 1680px) and (min-width: 1514px) {
  .home-clients__content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1025px) {
  .home-clients__content {
    padding-bottom: 53px;
  }
}
@media (min-width: 2500px) {
  .home-clients__content {
    max-width: 1569px;
  }
}
@media (min-width: 1400px) {
  .home-clients__content:after {
    content: "";
    background: #dadbde;
    height: 1px;
    width: 408px;
    position: absolute;
    margin-top: 84px;
    left: -119px;
  }
}
@media (min-width: 2500px) {
  .home-clients__content:after {
    width: 736px;
    left: -258px;
    margin-top: 56px;
  }
}
.home-clients__content sup {
  font-size: 50%;
  top: -0.8em;
}
.home-clients__content .btn, .home-clients__content button,
.home-clients__content input[type=button],
.home-clients__content input[type=reset],
.home-clients__content input[type=submit] {
  margin-top: 33px;
}
@media (max-width: 1025px) {
  .home-clients__content .btn, .home-clients__content button,
  .home-clients__content input[type=button],
  .home-clients__content input[type=reset],
  .home-clients__content input[type=submit] {
    margin-top: 5px;
  }
}
@media (min-width: 2500px) {
  .home-clients__content .btn, .home-clients__content button,
  .home-clients__content input[type=button],
  .home-clients__content input[type=reset],
  .home-clients__content input[type=submit] {
    font-size: 32px;
    letter-spacing: 0.96px;
    margin-top: 57px;
    margin-top: 140px;
  }
  .home-clients__content .btn:after, .home-clients__content button:after,
  .home-clients__content input[type=button]:after,
  .home-clients__content input[type=reset]:after,
  .home-clients__content input[type=submit]:after {
    font-size: 42px;
  }
}
.home-clients__list-holder {
  text-decoration: none;
  position: relative;
  padding: 0 8px 12px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  height: 75px;
  font-weight: 900;
  font-size: 72px;
  line-height: 105.69%;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .home-clients__list-holder {
    font-size: 55px;
  }
}
@media (max-width: 800px) {
  .home-clients__list-holder {
    height: 149px;
  }
}
@media (min-width: 1920px) {
  .home-clients__list-holder {
    font-size: 84px;
    height: 103px;
  }
}
@media (min-width: 2500px) {
  .home-clients__list-holder {
    font-size: 144px;
    height: 184px;
  }
}

.anim-line {
  display: none;
}

[data-words] {
  overflow: hidden;
}

[data-words]:after {
  display: none !important;
}

.text-anim-item {
  position: absolute;
  left: 0%;
  top: 0;
  transform: translate3d(0, -250%, 0);
}
@media (min-width: 800px) {
  .text-anim-item {
    transform: translate3d(0, -120%, 0);
  }
}
@media (min-width: 1400px) {
  .text-anim-item {
    white-space: nowrap;
  }
}

.text-anim-item.anim-in {
  transform: translate3d(0%, -250%, 0);
  animation: textAnimInCenter 0.6s 0.3s forwards;
}
@media (min-width: 800px) {
  .text-anim-item.anim-in {
    transform: translate3d(0%, -120%, 0);
  }
}

.text-anim-item.anim-out {
  transform: translate3d(0%, 0%, 0);
  animation: textAnimOutCenter 0.6s forwards;
}

@-webkit-keyframes textAnimIn {
  0% {
    transform: translate3d(0, -250%, 0);
    @media (min-width: 800px) {
      transform: translate3d(0, -120%, 0);
    }
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes textAnimIn {
  0% {
    transform: translate3d(0, -250%, 0);
    @media (min-width: 800px) {
      transform: translate3d(0, -120%, 0);
    }
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@-webkit-keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  50% {
    transform: translate3d(0, -20%, 0);
  }
  100% {
    transform: translate3d(0, 250%, 0);
    @media (min-width: 800px) {
      transform: translate3d(0, 120%, 0);
    }
  }
}
@keyframes textAnimOut {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  50% {
    transform: translate3d(0, -20%, 0);
  }
  100% {
    transform: translate3d(0, 250%, 0);
    @media (min-width: 800px) {
      transform: translate3d(0, 120%, 0);
    }
  }
}
@-webkit-keyframes textAnimInCenter {
  0% {
    transform: translate3d(0%, -250%, 0);
    @media (min-width: 800px) {
      transform: translate3d(0%, -120%, 0);
    }
  }
  100% {
    transform: translate3d(0%, 10%, 0);
  }
}
@keyframes textAnimInCenter {
  0% {
    transform: translate3d(0%, -250%, 0);
    @media (min-width: 800px) {
      transform: translate3d(0%, -120%, 0);
    }
  }
  100% {
    transform: translate3d(0%, 10%, 0);
  }
}
@-webkit-keyframes textAnimOutCenter {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0%, -20%, 0);
    transform: translate3d(0%, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 250%, 0);
    transform: translate3d(0%, 250%, 0);
    @media (min-width: 800px) {
      -webkit-transform: translate3d(0%, 120%, 0);
      transform: translate3d(0%, 120%, 0);
    }
  }
}
@keyframes textAnimOutCenter {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  50% {
    transform: translate3d(0%, -20%, 0);
  }
  100% {
    transform: translate3d(0%, 250%, 0);
    @media (min-width: 800px) {
      transform: translate3d(0%, 120%, 0);
    }
  }
}
@media (min-width: 1025px) {
  .home-services {
    width: calc(100vw - 320px);
    min-width: calc(100vw - 320px);
  }
}
@media (min-width: 2500px) {
  .home-services {
    width: calc(100vw - 450px);
    min-width: calc(100vw - 450px);
  }
}
@media (max-width: 1025px) {
  .home-services {
    order: 4;
  }
}
@media (max-width: 1400px) {
  .home-services__container {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .home-services__wrapper {
    display: flex;
    height: 100vh;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 1680px) {
  .home-services__wrapper {
    align-items: center;
    position: relative;
  }
}
@media (min-width: 1920px) {
  .home-services__wrapper {
    gap: 45px;
  }
}
@media (min-width: 2500px) {
  .home-services__wrapper {
    gap: 60px;
  }
}
.home-services__content {
  padding: 60px 0;
}
@media (min-width: 1400px) {
  .home-services__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 385px) {
  .home-services h2 {
    font-size: 48px;
  }
}
@media (max-width: 360px) {
  .home-services h2 {
    font-size: 42px;
  }
}
@media (min-width: 1920px) {
  .home-services h2 {
    font-size: 72px;
    line-height: 73px;
  }
}
@media (min-width: 2500px) {
  .home-services h2 {
    font-size: 120px;
    line-height: 121px;
  }
}
@media (min-width: 1025px) {
  .home-services .inner-section {
    padding: 0 80px 0;
  }
}
@media (min-width: 1400px) {
  .home-services .inner-section {
    height: 100%;
  }
}
@media (min-width: 600px) {
  .home-services .inner-section .highlighter {
    display: inline-block;
  }
}
.home-services__list {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1025px) {
  .home-services__list {
    margin-top: 43px;
  }
}
@media (min-width: 2500px) {
  .home-services__list {
    gap: 30px 27px;
  }
}
.home-services__list-item {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .home-services__list-item {
    flex-basis: 50%;
    max-width: calc(50% - 14px);
  }
}
@media (min-width: 2500px) {
  .home-services__list-item {
    font-size: 32px;
    line-height: 37px;
    padding: 32px 39px;
  }
}
.home-services__view-all {
  padding-left: 20px;
}
@media (max-width: 1025px) {
  .home-services__view-all {
    margin-top: 16px;
  }
}
@media (min-width: 2500px) {
  .home-services__view-all {
    font-size: 32px;
    letter-spacing: 0.96px;
  }
  .home-services__view-all:after {
    font-size: 42px;
  }
}
.home-services__people {
  position: relative;
  flex: 0 0 37%;
  height: 100%;
  display: none;
  max-height: 80%;
  margin-top: auto;
}
@media (min-width: 1400px) {
  .home-services__people {
    display: block;
  }
}
@media (min-width: 1680px) {
  .home-services__people {
    flex: 0 0 40%;
  }
}
@media (min-width: 2500px) {
  .home-services__people {
    flex: 0 0 42%;
    max-width: 816px;
  }
}
.home-services__people-item {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s, visibility 1.5s;
  transition-delay: 0.5s;
  width: 100%;
}
.home-services__people-item--active {
  opacity: 1;
  visibility: visible;
}
.home-services__people-item--active .home-services__people-info {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.home-services__people-info {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 2s, visibility 2s, transform 2s;
}
.home-services__people-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 200px;
  padding: 15px;
  text-align: right;
}
@media (min-width: 1920px) {
  .home-services__people-info-wrapper {
    padding: 22px;
    width: 285px;
  }
}
@media (min-width: 2500px) {
  .home-services__people-info-wrapper {
    padding: 30px;
    width: 380px;
  }
}
.home-services__people-link {
  text-decoration: none;
}
.home-services__people-name {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #45494C;
}
@media (min-width: 2500px) {
  .home-services__people-name {
    font-size: 32px;
    letter-spacing: 0.96px;
  }
}
.home-services__people-title {
  color: #45494C;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}
@media (min-width: 2500px) {
  .home-services__people-title {
    font-size: 24px;
    letter-spacing: 1.56px;
  }
}
.home-services__people-position {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
}
@media (min-width: 2500px) {
  .home-services__people-position {
    font-size: 28px;
  }
}
.home-services__people-image {
  margin: 0;
}
.home-services__people-image img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

@media (min-width: 1025px) {
  .home-patent-defences {
    padding-left: 80px;
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 1680px) {
  .home-patent-defences {
    padding-left: 120px;
  }
}
@media (min-width: 2500px) {
  .home-patent-defences {
    padding-left: 220px;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences {
    order: 5;
    margin-top: 57px;
    margin-bottom: 40px;
  }
}
.home-patent-defences h2 {
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 55px;
  line-height: 105.69%;
  margin-bottom: 27px;
}
@media (min-width: 1025px) {
  .home-patent-defences h2 {
    margin-bottom: 40px;
    font-size: 72px;
  }
}
@media (min-width: 1920px) {
  .home-patent-defences h2 {
    font-size: 84px;
  }
}
@media (min-width: 2500px) {
  .home-patent-defences h2 {
    font-size: 120px;
    line-height: 126px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences h2 {
    margin-top: 0;
  }
}
@media (max-width: 385px) {
  .home-patent-defences h2 {
    font-size: 48px;
  }
}
@media (max-width: 360px) {
  .home-patent-defences h2 {
    font-size: 44px;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences__headline {
    display: none;
  }
}
@media (min-width: 1025px) {
  .home-patent-defences__mobile_headline {
    display: none;
  }
}
.home-patent-defences__container {
  padding: 0px 24px;
}
@media (min-width: 1025px) {
  .home-patent-defences__container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 21px;
  }
}
@media (min-width: 1400px) {
  .home-patent-defences__container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1025px) {
  .home-patent-defences__container .highlighter {
    display: inline-block;
  }
}
.home-patent-defences__logo {
  flex: 1;
  max-width: 79px;
  margin-right: 9px;
}
@media (max-width: 1025px) {
  .home-patent-defences__logo {
    display: none;
  }
}
.home-patent-defences__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 600px) {
  .home-patent-defences__wrap {
    margin-right: -11px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .home-patent-defences__wrap {
    margin-bottom: 10px;
  }
}
.home-patent-defences__wrap p {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1025px) {
  .home-patent-defences__wrap p {
    font-size: 16px;
  }
}
@media (min-width: 2500px) {
  .home-patent-defences__wrap p {
    font-size: 28px;
    line-height: 37px;
  }
}
.home-patent-defences__content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .home-patent-defences__content {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .home-patent-defences__content {
    padding: 100px 0;
    flex: 0 0 48%;
  }
}
@media (min-width: 2500px) {
  .home-patent-defences__content {
    padding: 100px 0;
    flex: 0 0 60%;
  }
}
@media (min-width: 1025px) {
  .home-patent-defences__content h3,
  .home-patent-defences__content .home-patent-defences__wrap {
    max-width: 78%;
  }
}
@media (min-width: 1400px) {
  .home-patent-defences__content h3,
  .home-patent-defences__content .home-patent-defences__wrap {
    max-width: 88%;
  }
}
@media (min-width: 2500px) {
  .home-patent-defences__content h3,
  .home-patent-defences__content .home-patent-defences__wrap {
    max-width: 98%;
  }
}
.home-patent-defences__content h3 {
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .home-patent-defences__content h3 {
    margin-bottom: 23px;
  }
}
@media (min-width: 1920px) {
  .home-patent-defences__content h3 {
    font-size: 36px;
    line-height: 109.19%;
  }
}
@media (min-width: 2500px) {
  .home-patent-defences__content h3 {
    font-size: 60px;
    line-height: 65px;
  }
}
.home-patent-defences__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .home-patent-defences__list {
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 0 0 36%;
    max-width: none;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences__list {
    flex-direction: column;
    margin-top: 13px;
  }
}
@media (max-width: 600px) {
  .home-patent-defences__list {
    margin-left: -3px;
    margin-right: -2px;
  }
}
@media (min-width: 1025px) {
  .home-patent-defences__list {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
  .home-patent-defences__list.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.home-patent-defences__item-front {
  font-weight: 900;
  font-size: 20px;
  line-height: 106.69%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #282a2c;
}
@media (min-width: 1025px) {
  .home-patent-defences__item-front {
    font-size: 30px;
    line-height: 109.19%;
    letter-spacing: 0.015em;
    color: #71777c;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}
@media (min-width: 1920px) {
  .home-patent-defences__item-front {
    font-size: 36px;
    line-height: 109.19%;
  }
}
@media (min-width: 2500px) {
  .home-patent-defences__item-front {
    font-size: 60px;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences__item-front {
    margin-bottom: 9px;
  }
}
.home-patent-defences__list-item {
  border-top: 1px solid #282a2c;
  flex: 1;
}
@media (min-width: 1025px) {
  .home-patent-defences__list-item {
    border-style: solid;
    border-width: 0px 1px 1px;
    border-color: #dadbde;
    display: flex;
    align-items: center;
  }
  .home-patent-defences__list-item:last-of-type {
    border-bottom: none;
  }
}
@media (min-width: 1025px) {
  .home-patent-defences__list-item {
    min-height: 238px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .home-patent-defences__list-item {
    max-width: 245px;
    max-height: 238px;
    border-width: 0px 0px 0px 1px;
  }
  .home-patent-defences__list-item:first-child .home-patent-defences__item-front {
    padding-left: 0;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences__list-item {
    padding: 20px 0;
    color: #282a2c;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences__list-item:last-of-type {
    border-bottom: 1px solid #282a2c;
  }
}
@media (max-width: 1400px) {
  .home-patent-defences__list-item:first-child {
    border-left: none;
  }
}
@media (min-width: 1025px) {
  .home-patent-defences__list-item:hover .home-patent-defences__item-inner {
    transform: rotateY(180deg);
  }
}
.home-patent-defences__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .home-patent-defences__item-inner {
    cursor: pointer;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
}
.home-patent-defences__item-front {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .home-patent-defences__item-front {
    justify-content: center;
    padding: 34px 34px 34px 36px;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
  }
}
.home-patent-defences__item-flip {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .home-patent-defences__item-flip {
    display: flex;
    transform: rotateY(180deg);
    overflow-y: auto;
    background: #282a2c;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences__item-flip {
    justify-content: unset;
  }
}
.home-patent-defences__item-flip-link {
  display: flex;
  flex-direction: column;
  text-decoration: unset;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .home-patent-defences__item-flip-link {
    justify-content: center;
    padding: 34px 34px 34px 36px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .home-patent-defences__item-flip-link {
    padding: 20px;
  }
}
@media (max-width: 1025px) {
  .home-patent-defences__item-flip-link {
    pointer-events: none;
  }
}
.home-patent-defences__description {
  font-family: "Chronicle Text G1", sans-serif;
  line-height: 135%;
  font-size: 14px;
  margin-bottom: 0px;
}
@media (min-width: 1025px) {
  .home-patent-defences__description {
    color: #ffffff;
    font-size: 16px;
  }
}
@media (min-width: 2500px) {
  .home-patent-defences__description {
    font-size: 28px;
  }
}
.home-patent-defences__btn-mob {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .home-patent-defences__btn-mob {
    display: none;
  }
}
.home-patent-defences__logo-link {
  display: block;
}

.home-news {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 1025px) {
  .home-news {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1400px) {
  .home-news {
    width: calc(100% - 320px);
    min-width: calc(100% - 320px);
  }
}
@media (min-width: 2500px) {
  .home-news {
    width: calc(100% - 450px);
    min-width: calc(100% - 450px);
  }
}
@media (max-width: 1025px) {
  .home-news {
    order: 6;
    padding-top: 40px;
  }
}
@media (min-width: 800px) {
  .home-news .highlighter {
    padding: 0 10px;
  }
}
.home-news__container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .home-news__container {
    height: 100vh;
    padding: 0;
  }
}
.home-news__attorney-callout, .home-news__attorney-copy {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.home-news__attorney-info {
  border-top: 1px solid #dadbde;
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px;
}
@media (max-width: 600px) {
  .home-news__attorney-info {
    flex-direction: column;
    padding-top: 25px;
  }
}
@media (min-width: 625px) and (max-width: 850px) {
  .home-news__attorney-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .home-news__attorney-content, .home-news__attorney-copy {
    padding: 30px;
  }
}
.home-news__attorney-content {
  margin-bottom: 15px;
}
@media (min-width: 630px) {
  .home-news__attorney-content {
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .home-news__attorney-content {
    margin-bottom: 30px;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (min-width: 1400px) {
  .home-news__attorney-content {
    flex: 0 0 39%;
    max-width: 39%;
  }
}
.home-news__attorney-content h5, .home-news__attorney-content .gf_progressbar_title {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #45494c;
  margin-bottom: 10px;
}
@media (min-width: 2500px) {
  .home-news__attorney-content h5, .home-news__attorney-content .gf_progressbar_title {
    font-size: 32px;
    line-height: 42px;
  }
}
.home-news__attorney-content h3 {
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .home-news__attorney-content h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .home-news__attorney-content h3 {
    font-size: 36px;
    line-height: 109.19%;
  }
}
@media (min-width: 2500px) {
  .home-news__attorney-content h3 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 23px;
  }
}
.home-news__attorney-content p {
  margin-bottom: 5px;
}
@media (min-width: 2500px) {
  .home-news__attorney-content p {
    font-size: 24px;
    line-height: 32px;
  }
}
.home-news__position {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  margin: 10px 0 5px;
}
@media (min-width: 2500px) {
  .home-news__position {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 600px) {
  .home-news__attorney-copy {
    border-left: 1px solid #dadbde;
  }
}
@media (min-width: 1025px) {
  .home-news__attorney-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.home-news__attorney-copy p {
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 33px;
}
@media (min-width: 1025px) {
  .home-news__attorney-copy p {
    font-size: 16px;
    line-height: 135%;
    margin-bottom: 20px;
  }
}
@media (min-width: 2500px) {
  .home-news__attorney-copy p {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .home-news__attorney-copy p {
    padding-right: 6px;
  }
}
@media (min-width: 2500px) {
  .home-news__attorney-copy .btn, .home-news__attorney-copy button,
  .home-news__attorney-copy input[type=button],
  .home-news__attorney-copy input[type=reset],
  .home-news__attorney-copy input[type=submit] {
    font-size: 32px;
  }
  .home-news__attorney-copy .btn:after, .home-news__attorney-copy button:after,
  .home-news__attorney-copy input[type=button]:after,
  .home-news__attorney-copy input[type=reset]:after,
  .home-news__attorney-copy input[type=submit]:after {
    font-size: 42px;
  }
}
@media (min-width: 1025px) {
  .home-news__attorney-callout {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .home-news__attorney-callout {
    padding: 0 40px;
  }
}
@media (min-width: 1680px) {
  .home-news__attorney-callout {
    padding: 0 100px;
  }
}
.home-news__attornney-link {
  display: block;
}
.home-news__attorney-img {
  max-width: 378px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1400px) {
  .home-news__attorney-img {
    max-width: 474px;
    width: 100%;
  }
}
@media (min-width: 2500px) {
  .home-news__attorney-img {
    max-width: 900px;
  }
}
.home-news__attorney-img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.home-news__news-post {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #ffffff;
  margin-top: 62px;
  padding: 33px 24px 33px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .home-news__news-post {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
@media (min-width: 1680px) {
  .home-news__news-post {
    flex: 0 0 38%;
    max-width: 38%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 2500px) {
  .home-news__news-post {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1025px) {
  .home-news__news-post {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
  .home-news__news-post.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.home-news__news-post .btn-cta, .home-news__news-post .news-pagination .page-numbers.next, .news-pagination .home-news__news-post .page-numbers.next, .home-news__news-post .news-pagination .page-numbers.prev, .news-pagination .home-news__news-post .page-numbers.prev, .home-news__news-post .back-cta {
  padding-left: 12px;
  display: inline-block;
}
.home-news__news-post .btn-cta::after, .home-news__news-post .news-pagination .page-numbers.next::after, .news-pagination .home-news__news-post .page-numbers.next::after, .home-news__news-post .news-pagination .page-numbers.prev::after, .news-pagination .home-news__news-post .page-numbers.prev::after, .home-news__news-post .back-cta::after {
  position: absolute;
}
.home-news__news-post .btn-cta:not(:last-child), .home-news__news-post .news-pagination .page-numbers.next:not(:last-child), .news-pagination .home-news__news-post .page-numbers.next:not(:last-child), .home-news__news-post .news-pagination .page-numbers.prev:not(:last-child), .news-pagination .home-news__news-post .page-numbers.prev:not(:last-child), .home-news__news-post .back-cta:not(:last-child) {
  margin-bottom: 12px;
  margin-top: 12px;
}
@media (min-width: 1025px) {
  .home-news__news-post .btn-cta, .home-news__news-post .news-pagination .page-numbers.next, .news-pagination .home-news__news-post .page-numbers.next, .home-news__news-post .news-pagination .page-numbers.prev, .news-pagination .home-news__news-post .page-numbers.prev, .home-news__news-post .back-cta {
    padding-left: 30px;
  }
  .home-news__news-post .btn-cta:not(:last-child), .home-news__news-post .news-pagination .page-numbers.next:not(:last-child), .news-pagination .home-news__news-post .page-numbers.next:not(:last-child), .home-news__news-post .news-pagination .page-numbers.prev:not(:last-child), .news-pagination .home-news__news-post .page-numbers.prev:not(:last-child), .home-news__news-post .back-cta:not(:last-child) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.home-news h2 {
  line-height: 105.69%;
  letter-spacing: 0.02em;
  font-size: 55px;
  margin-bottom: 13px;
}
@media (min-width: 1025px) {
  .home-news h2 {
    font-size: 72px;
    margin-left: 30px;
    margin-bottom: 5px;
  }
}
@media (min-width: 2500px) {
  .home-news h2 {
    font-size: 144px;
    line-height: 152px;
  }
}
.home-news h2 .highlighter {
  padding-left: 10px;
}
@media (min-width: 1025px) {
  .home-news h2 .highlighter {
    padding-right: 10px;
  }
}
.home-news__news-title {
  padding: 12px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 106.69%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #282a2c;
  transition: color 0.3s linear;
}
@media (min-width: 1025px) {
  .home-news__news-title {
    padding: 30px;
  }
}
@media (min-width: 2500px) {
  .home-news__news-title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .home-news__news-title:not(:last-child) {
    margin-bottom: 30px;
  }
}
.home-news__news-title.onhover {
  color: #71777c;
}
.home-news__credentials p {
  font-size: 14px;
}
@media (min-width: 2500px) {
  .home-news__credentials p {
    font-size: 28px;
    line-height: 37px;
  }
}

body.post-type-archive {
  background-color: #ffffff;
}
body.post-type-archive .container {
  *zoom: 1;
}
body.post-type-archive .container:before, body.post-type-archive .container:after {
  content: "";
  display: table;
}
body.post-type-archive .container:after {
  clear: both;
}
body.post-type-archive .news-feed .wrapper, body.post-type-archive .hero-header .wrapper {
  max-width: 1200px;
}
@media (min-width: 1025px) {
  body.post-type-archive .news-feed .wrapper, body.post-type-archive .hero-header .wrapper {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive .news-feed .wrapper, body.post-type-archive .hero-header .wrapper {
    padding-left: 110px;
  }
}
@media (min-width: 800px) {
  body.post-type-archive .news-feed .wrapper .col-md-4, body.post-type-archive .hero-header .wrapper .col-md-4 {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  body.post-type-archive .news-feed .wrapper .col-md-4, body.post-type-archive .hero-header .wrapper .col-md-4 {
    padding-left: 86px;
  }
}
@media (min-width: 800px) {
  body.post-type-archive .news-feed .wrapper .col-md-8, body.post-type-archive .news-feed .wrapper .awards-recognition .awards-content, .awards-recognition body.post-type-archive .news-feed .wrapper .awards-content, body.post-type-archive .news-feed .wrapper .client-block .client-list, .client-block body.post-type-archive .news-feed .wrapper .client-list, body.post-type-archive .news-feed .wrapper .secondary-block .secondary-content, .secondary-block body.post-type-archive .news-feed .wrapper .secondary-content, body.post-type-archive .hero-header .wrapper .col-md-8, body.post-type-archive .hero-header .wrapper .awards-recognition .awards-content, .awards-recognition body.post-type-archive .hero-header .wrapper .awards-content, body.post-type-archive .hero-header .wrapper .client-block .client-list, .client-block body.post-type-archive .hero-header .wrapper .client-list, body.post-type-archive .hero-header .wrapper .secondary-block .secondary-content, .secondary-block body.post-type-archive .hero-header .wrapper .secondary-content {
    padding-right: 20px;
  }
}

.single-news, .single-post {
  background-color: #ffffff;
}

.news-feed .sidebar-block {
  padding-bottom: 0;
  margin-bottom: 32px;
}
.news-feed .sidebar-block h5, .news-feed .sidebar-block .gf_progressbar_title, .news-feed .sidebar-block .btn-cta, .news-feed .sidebar-block .news-pagination .page-numbers.next, .news-pagination .news-feed .sidebar-block .page-numbers.next, .news-feed .sidebar-block .news-pagination .page-numbers.prev, .news-pagination .news-feed .sidebar-block .page-numbers.prev, .news-feed .sidebar-block .back-cta {
  color: #71777c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.4px;
}
.news-feed .sidebar-block h5, .news-feed .sidebar-block .gf_progressbar_title {
  margin-bottom: 10px;
}
.news-feed .sidebar-block .btn-cta, .news-feed .sidebar-block .news-pagination .page-numbers.next, .news-pagination .news-feed .sidebar-block .page-numbers.next, .news-feed .sidebar-block .news-pagination .page-numbers.prev, .news-pagination .news-feed .sidebar-block .page-numbers.prev, .news-feed .sidebar-block .back-cta {
  text-transform: none;
}
.news-feed .sidebar-block .btn-cta:hover, .news-feed .sidebar-block .news-pagination .page-numbers.next:hover, .news-pagination .news-feed .sidebar-block .page-numbers.next:hover, .news-feed .sidebar-block .news-pagination .page-numbers.prev:hover, .news-pagination .news-feed .sidebar-block .page-numbers.prev:hover, .news-feed .sidebar-block .back-cta:hover {
  color: #282a2c;
}
.news-feed .sidebar-block p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #45494c;
  padding-right: 6px;
  margin-bottom: 9px;
}
.news-feed .sidebar-block .pd-link {
  margin-bottom: 23px;
  padding-bottom: 0;
}
.news-feed .sidebar-block .social-share {
  margin: 20px 0 52px;
}

.news-feed h6,
.news-post h6 {
  font-size: 0.8em;
  color: #71777c;
  text-transform: uppercase;
}
.news-feed article,
.news-post article {
  padding-bottom: 40px;
}

.hero-header.news {
  background-image: url("../images/photo_news_hero_klarquist.jpg");
}
.hero-header.oregon-ip {
  background-image: linear-gradient(to bottom, rgba(218, 219, 222, 0) 0%, rgba(218, 219, 222, 0) 75%, #dadbde 100%), url("../images/photo_news_hero_oregonip.jpg");
}
.hero-header.ptab {
  background-image: linear-gradient(to bottom, rgba(218, 219, 222, 0) 0%, rgba(218, 219, 222, 0) 75%, #dadbde 100%), url("../images/photo_news_hero_ptab.jpg");
}

.blog-nav {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin-left: 1.0416666667%;
  margin-right: 1.0416666667%;
}

.blog-nav-container {
  padding-top: 60px;
  margin-bottom: 60px;
  *zoom: 1;
  border-bottom: 2px solid rgba(113, 119, 124, 0.2);
}
.blog-nav-container:before, .blog-nav-container:after {
  content: "";
  display: table;
}
.blog-nav-container:after {
  clear: both;
}
.blog-nav-container h6 {
  font-size: 0.8em;
  color: #71777c;
}
.blog-nav-container .btn, .blog-nav-container button,
.blog-nav-container input[type=button],
.blog-nav-container input[type=reset],
.blog-nav-container input[type=submit] {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.blog-nav-container .btn.is-active, .blog-nav-container button.is-active,
.blog-nav-container input.is-active[type=button],
.blog-nav-container input.is-active[type=reset],
.blog-nav-container input.is-active[type=submit] {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.widget_lc_taxonomy ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_lc_taxonomy li {
  padding-bottom: 5px;
}
.widget_lc_taxonomy a {
  font-style: italic;
  color: #71777c;
}
.widget_lc_taxonomy a:hover {
  color: black;
}

.klarquist_archives_widget select,
.widget_archive select {
  appearance: none;
}
.klarquist_archives_widget label,
.widget_archive label {
  display: none;
}

.sidebar {
  padding-bottom: 80px;
}

.sidebar-block,
.widget {
  padding-bottom: 60px;
}
.sidebar-block h5, .sidebar-block .gf_progressbar_title,
.widget h5,
.widget .gf_progressbar_title {
  margin-bottom: 20px;
}
.sidebar-block h5 i, .sidebar-block .gf_progressbar_title i,
.widget h5 i,
.widget .gf_progressbar_title i {
  border: none;
  color: #71777c;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 12px 0 rgba(40, 42, 44, 0.15);
  font-size: 0.8em;
}
.sidebar-block i,
.widget i {
  border-radius: 100%;
  border: 1px solid #000000;
  color: #000000;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  text-align: center;
  margin-right: 5px;
}
.sidebar-block i .no-border,
.widget i .no-border {
  border: none;
}
.sidebar-block p,
.widget p {
  font-size: 0.85em;
}
.sidebar-block:last-of-type,
.widget:last-of-type {
  padding-bottom: 0;
}

.back-cta {
  margin-right: 10px;
}
.back-cta:after {
  display: none;
}
.back-cta:before {
  margin-right: 8px;
  display: inline-block;
  font-size: 1.4em;
  line-height: 22px;
  content: "\e003";
  vertical-align: middle;
}

.current-cat a {
  color: #000000;
}

.archive-title {
  padding-bottom: 40px;
}

.news-pagination {
  padding-bottom: 80px;
  border-top: 2px solid rgba(113, 119, 124, 0.2);
  padding-top: 20px;
  margin: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.news-pagination .page-numbers {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin: 0 5px;
  border-radius: 100%;
  text-align: center;
}
.news-pagination .page-numbers.next, .news-pagination .page-numbers.prev {
  height: auto;
  width: auto;
}
.news-pagination .page-numbers.next {
  margin-left: 10px;
}
.news-pagination .page-numbers.prev {
  margin-right: 10px;
}
.news-pagination .page-numbers.prev:after {
  display: none;
}
.news-pagination .page-numbers.prev:hover:before {
  transform: rotate(180deg) translateX(8px);
}
.news-pagination .page-numbers.prev:before {
  content: "\e005";
  margin-right: 11px;
  font-size: 22px;
  transition: transform 0.25s ease-out;
  transform: rotate(180deg);
}
.news-pagination .current {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
}

.author-meta {
  font-style: italic;
  display: inline-block;
  padding-right: 40px;
  white-space: nowrap;
}

.date-meta {
  font-style: italic;
  display: inline-block;
  white-space: nowrap;
}

.news-post {
  padding-top: 80px;
  background-color: #ffffff;
}
.news-post article {
  border-bottom: 2px solid rgba(113, 119, 124, 0.2);
  margin-bottom: 40px;
}

.post-content h2 {
  margin: 0.5rem 0 2.5rem;
}
@media (min-width: 800px) {
  .post-content {
    margin-left: 9.375%;
  }
}

h4 a:hover {
  text-decoration: underline !important;
}

.application-form,
.careers-detail,
.careers-page {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.careers-page .intro img {
  border: 4px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 12px 0 rgba(69, 73, 76, 0.15);
}

.available-positions {
  padding-top: 40px;
  padding-bottom: 20px;
}

.open-positions {
  padding: 0 0 30px;
  margin: 0;
  list-style: none;
}
.open-positions li {
  border-bottom: 2px solid rgba(113, 119, 124, 0.2);
  padding: 10px 0 8px;
  margin: 5px 0;
}

.gf_progressbar {
  display: none;
}

.gf_progressbar_title {
  margin-bottom: 40px;
}

.apply-box, .cases-box {
  display: flex;
  flex-direction: row;
  padding: 30px 35px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 60px 0;
  box-shadow: 0 3px 12px 0 rgba(40, 42, 44, 0.15);
}
.apply-box i, .cases-box i {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 60px !important;
  color: #45494c;
  background-color: #dadbde;
}
.apply-box .btn, .cases-box .btn, .apply-box button, .cases-box button,
.apply-box input[type=button],
.cases-box input[type=button],
.apply-box input[type=reset],
.cases-box input[type=reset],
.apply-box input[type=submit],
.cases-box input[type=submit] {
  float: right;
}
.apply-box p, .cases-box p {
  float: left;
}

.page-template-career-page:not(.page-parent) .no-hero-header h1, .page-template-career-detail-page .no-hero-header h1 {
  font-size: 48px;
  line-height: 49px;
  letter-spacing: 0.01em;
}
@media (min-width: 600px) {
  .page-template-career-page:not(.page-parent) .no-hero-header h1, .page-template-career-detail-page .no-hero-header h1 {
    font-size: 60px;
    line-height: 61px;
  }
}

.page-template-career-page .careers-page .wrapper, .page-template-career-page .no-hero-header .wrapper, .page-template-career-page .careers-detail .wrapper, .page-template-career-detail-page .careers-page .wrapper, .page-template-career-detail-page .no-hero-header .wrapper, .page-template-career-detail-page .careers-detail .wrapper {
  max-width: 1200px;
}
@media (min-width: 1025px) {
  .page-template-career-page .careers-page .wrapper, .page-template-career-page .no-hero-header .wrapper, .page-template-career-page .careers-detail .wrapper, .page-template-career-detail-page .careers-page .wrapper, .page-template-career-detail-page .no-hero-header .wrapper, .page-template-career-detail-page .careers-detail .wrapper {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .page-template-career-page .careers-page .wrapper, .page-template-career-page .no-hero-header .wrapper, .page-template-career-page .careers-detail .wrapper, .page-template-career-detail-page .careers-page .wrapper, .page-template-career-detail-page .no-hero-header .wrapper, .page-template-career-detail-page .careers-detail .wrapper {
    padding-left: 110px;
  }
}
@media (min-width: 800px) {
  .page-template-career-page .careers-page .wrapper .col-md-4, .page-template-career-page .no-hero-header .wrapper .col-md-4, .page-template-career-page .careers-detail .wrapper .col-md-4, .page-template-career-detail-page .careers-page .wrapper .col-md-4, .page-template-career-detail-page .no-hero-header .wrapper .col-md-4, .page-template-career-detail-page .careers-detail .wrapper .col-md-4 {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .page-template-career-page .careers-page .wrapper .col-md-4, .page-template-career-page .no-hero-header .wrapper .col-md-4, .page-template-career-page .careers-detail .wrapper .col-md-4, .page-template-career-detail-page .careers-page .wrapper .col-md-4, .page-template-career-detail-page .no-hero-header .wrapper .col-md-4, .page-template-career-detail-page .careers-detail .wrapper .col-md-4 {
    padding-left: 86px;
  }
}
@media (min-width: 800px) {
  .page-template-career-page .careers-page .wrapper .col-md-8, .page-template-career-page .careers-page .wrapper .awards-recognition .awards-content, .awards-recognition .page-template-career-page .careers-page .wrapper .awards-content, .page-template-career-page .careers-page .wrapper .client-block .client-list, .client-block .page-template-career-page .careers-page .wrapper .client-list, .page-template-career-page .careers-page .wrapper .secondary-block .secondary-content, .secondary-block .page-template-career-page .careers-page .wrapper .secondary-content, .page-template-career-page .no-hero-header .wrapper .col-md-8, .page-template-career-page .no-hero-header .wrapper .awards-recognition .awards-content, .awards-recognition .page-template-career-page .no-hero-header .wrapper .awards-content, .page-template-career-page .no-hero-header .wrapper .client-block .client-list, .client-block .page-template-career-page .no-hero-header .wrapper .client-list, .page-template-career-page .no-hero-header .wrapper .secondary-block .secondary-content, .secondary-block .page-template-career-page .no-hero-header .wrapper .secondary-content, .page-template-career-page .careers-detail .wrapper .col-md-8, .page-template-career-page .careers-detail .wrapper .awards-recognition .awards-content, .awards-recognition .page-template-career-page .careers-detail .wrapper .awards-content, .page-template-career-page .careers-detail .wrapper .client-block .client-list, .client-block .page-template-career-page .careers-detail .wrapper .client-list, .page-template-career-page .careers-detail .wrapper .secondary-block .secondary-content, .secondary-block .page-template-career-page .careers-detail .wrapper .secondary-content, .page-template-career-detail-page .careers-page .wrapper .col-md-8, .page-template-career-detail-page .careers-page .wrapper .awards-recognition .awards-content, .awards-recognition .page-template-career-detail-page .careers-page .wrapper .awards-content, .page-template-career-detail-page .careers-page .wrapper .client-block .client-list, .client-block .page-template-career-detail-page .careers-page .wrapper .client-list, .page-template-career-detail-page .careers-page .wrapper .secondary-block .secondary-content, .secondary-block .page-template-career-detail-page .careers-page .wrapper .secondary-content, .page-template-career-detail-page .no-hero-header .wrapper .col-md-8, .page-template-career-detail-page .no-hero-header .wrapper .awards-recognition .awards-content, .awards-recognition .page-template-career-detail-page .no-hero-header .wrapper .awards-content, .page-template-career-detail-page .no-hero-header .wrapper .client-block .client-list, .client-block .page-template-career-detail-page .no-hero-header .wrapper .client-list, .page-template-career-detail-page .no-hero-header .wrapper .secondary-block .secondary-content, .secondary-block .page-template-career-detail-page .no-hero-header .wrapper .secondary-content, .page-template-career-detail-page .careers-detail .wrapper .col-md-8, .page-template-career-detail-page .careers-detail .wrapper .awards-recognition .awards-content, .awards-recognition .page-template-career-detail-page .careers-detail .wrapper .awards-content, .page-template-career-detail-page .careers-detail .wrapper .client-block .client-list, .client-block .page-template-career-detail-page .careers-detail .wrapper .client-list, .page-template-career-detail-page .careers-detail .wrapper .secondary-block .secondary-content, .secondary-block .page-template-career-detail-page .careers-detail .wrapper .secondary-content {
    padding-right: 20px;
  }
}
.page-template-career-page aside .sidebar-block, .page-template-career-detail-page aside .sidebar-block {
  padding-bottom: 0;
  margin-bottom: 32px;
}
.page-template-career-page aside h5, .page-template-career-page aside .gf_progressbar_title, .page-template-career-page aside p, .page-template-career-page aside a, .page-template-career-detail-page aside h5, .page-template-career-detail-page aside .gf_progressbar_title, .page-template-career-detail-page aside p, .page-template-career-detail-page aside a {
  color: #71777c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.4px;
}
.page-template-career-page aside p, .page-template-career-detail-page aside p {
  text-transform: none;
  font-size: 20px !important;
}
.page-template-career-page aside p:last-child a:after, .page-template-career-detail-page aside p:last-child a:after {
  content: unset;
}
.page-template-career-page aside a, .page-template-career-detail-page aside a {
  text-decoration: none;
  color: #71777c;
  margin-bottom: 19px;
  display: inline-flex;
  text-transform: none;
  align-items: center;
}
.page-template-career-page aside a span, .page-template-career-detail-page aside a span {
  font-size: 18px;
  margin-right: 4px;
}
.page-template-career-page aside a:last-child, .page-template-career-detail-page aside a:last-child {
  margin-bottom: 0;
}
.page-template-career-page aside a:after, .page-template-career-detail-page aside a:after {
  content: "\e005";
  margin-left: 11px;
  font-size: 22px;
  transition: transform 0.25s ease-out;
}
.page-template-career-page aside a:hover, .page-template-career-page aside a:active, .page-template-career-detail-page aside a:hover, .page-template-career-detail-page aside a:active {
  color: #282a2c;
}
.page-template-career-page aside a:hover:after, .page-template-career-page aside a:active:after, .page-template-career-detail-page aside a:hover:after, .page-template-career-detail-page aside a:active:after {
  transform: translateX(8px);
}

.single-people {
  background: url("../images/background_illo_people_illo_01_@2x.png") right 905px/169px no-repeat, url("../images/background_illo_people_pentagon_03_bw_@2x.png") left 1500px/250px no-repeat;
  background-color: #dadbde;
}
@media (min-width: 800px) {
  .single-people {
    background: url("../images/background_illo_people_illo_01_@2x.png") right 555px/169px no-repeat, url("../images/background_illo_people_pentagon_03_bw_@2x.png") left 1100px/250px no-repeat;
    background-color: #dadbde;
  }
}

.people-listing {
  width: 90%;
  margin: 0 auto;
  max-width: 1233px;
}
.people-listing .wrapper {
  margin: 0;
}

.people-filters {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 81px 30px 20px 30px;
  border-bottom: 3px solid #000000;
}
.people-filters input {
  color: #71777c;
}
.people-filters input::placeholder {
  color: rgba(113, 119, 124, 0.5);
}
.people-filters h6 {
  color: #71777c;
  margin-bottom: 10px;
}
.people-filters h6 i {
  padding-right: 7px;
  font-size: 14px;
  left: 1px;
  position: relative;
  top: -1px;
}
.people-filters input,
.people-filters select {
  appearance: none;
  padding-top: 11px;
}
.people-filters select {
  color: #000000;
  padding-right: 42px;
}
.people-filters [class^=col-]:last-child {
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .people-filters .ajax-dropdown-filters div {
    margin-bottom: 20px;
  }
  .people-filters .ajax-dropdown-filters div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .people-filters .people-filters-expertise {
    order: 1;
    margin-bottom: 30px;
  }
}
.people-filters .people-filters-expertise.hide {
  display: none;
}
.people-filters .people-filters-expertise-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media (max-width: 1025px) {
  .people-filters .people-filters-expertise-header {
    flex-wrap: wrap;
  }
}
.people-filters .people-filters-expertise-clear-button {
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  white-space: nowrap;
  transition: color 0.25s linear;
  display: none;
}
.people-filters .people-filters-expertise-clear-button:hover {
  background: none;
  color: inherit;
  opacity: 0.5;
}
.people-filters .people-filters-expertise-clear-button:before {
  content: "";
  background: url(../images/close.svg);
  width: 9px;
  height: 9px;
  background-size: cover;
  display: block;
}
.people-filters .people-filters-expertise-clear-button.active {
  display: inline-flex;
}

.people-page {
  background-color: #ffffff;
}
@media (min-width: 600px) {
  .people-page {
    background-color: #ffffff;
  }
}

#people-listing {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 80px;
}
#people-listing .item {
  width: 320px;
  height: 325px;
  position: relative;
  margin: 20px 5px;
}
#people-listing .item:hover .info {
  width: 329px !important;
  background-color: rgba(69, 73, 76, 0.8);
}
@media (min-width: 1025px) {
  #people-listing .item:hover .info {
    width: 285px !important;
  }
}
#people-listing .item:hover .headshot:before {
  opacity: 0.3;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (min-width: 1025px) {
  #people-listing .item {
    width: 276px;
  }
}

.headshot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #71777c;
  background-position: center top;
  background-size: cover;
  box-shadow: 0 3px 12px 0 rgba(69, 73, 76, 0.15);
}
.headshot:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #98d0fc;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}

.name-title,
.people-filters h6,
.people-filters input,
.people-filters select {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.info {
  position: absolute;
  padding: 18px 8px 20px 12px;
  top: 245px;
  left: -5px;
  background-color: #000000;
  color: #ffffff;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
.info .name-title .title {
  display: block;
  margin-top: -1px;
}

.people-header {
  background-color: #282a2c;
  height: 820px;
  position: relative;
}
.people-header:before {
  content: "";
  height: 440px;
  position: relative;
  left: auto;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: optimizeSpeed;
}
@media (min-width: 800px) {
  .people-header:before {
    height: 100%;
    position: absolute;
    left: 0;
    width: 60%;
  }
}
@media (min-width: 800px) and (min-width: 1400px) {
  .people-header:before {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .people-header {
    height: 470px;
  }
}
@media (min-width: 1400px) {
  .people-header {
    height: 570px;
  }
}

.header-card {
  display: flex;
  width: 100%;
  background-color: #282a2c;
  color: #ffffff;
  height: 380px;
  position: relative;
  align-items: center;
}
@media (min-width: 800px) {
  .header-card {
    min-width: 350px;
    height: 100%;
    float: right;
    width: 40%;
    display: inline-flex;
  }
}
@media (min-width: 800px) and (min-width: 1400px) {
  .header-card {
    width: 50%;
  }
}

.header-info {
  padding: 0 40px 50px;
}
.header-info h4 {
  margin-bottom: 0;
}
.header-info h4.location {
  margin-top: 0;
  font-size: 1.6rem;
}
@media (min-width: 600px) {
  .header-info h4.location {
    font-size: 2rem;
  }
}
.header-info h4:last-of-type {
  padding-bottom: 30px;
}
.header-info i {
  padding-right: 5px;
}
.header-info a {
  display: block;
  color: #ffffff;
  margin: 5px 0;
  text-decoration: none !important;
}
@media (min-width: 1400px) {
  .header-info {
    padding-left: 100px;
  }
}

.card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #dadbde;
}
.card-footer i {
  padding-right: 5px;
}
.card-footer a {
  width: 50%;
  color: #ffffff;
  display: block;
  float: left;
  border-right: 1px solid #dadbde;
  padding: 8px 0;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none !important;
}
.card-footer a:hover {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  background-color: #000000;
}
.card-footer a:last-of-type {
  border: none;
}

.people-detail {
  padding-top: 60px;
  padding-bottom: 60px;
}
.people-detail .overview {
  padding-bottom: 40px;
}
@media (min-width: 800px) {
  .people-detail .overview {
    padding-right: 40px;
    width: 66%;
    float: left;
  }
}
@media (min-width: 800px) {
  .people-detail .credentials {
    width: 33%;
    float: right;
  }
}
.people-detail .credentials,
.people-detail .experience {
  border-bottom: 2px solid rgba(69, 73, 76, 0.2);
}
.people-detail .credentials .expand,
.people-detail .experience .expand {
  cursor: pointer;
  padding: 13px 0 6px;
  margin-top: 0;
  border-top: 2px solid rgba(69, 73, 76, 0.2);
}
.people-detail .credentials .expand:before,
.people-detail .experience .expand:before {
  border-radius: 100%;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  display: inline-block;
  border: none;
  color: #71777c;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 12px 0 rgba(113, 119, 124, 0.15);
  font-size: 0.8em;
  text-align: center;
  margin-right: 10px;
}
.people-detail .credentials .expand.on,
.people-detail .experience .expand.on {
  color: #000000;
}
.people-detail .credentials .expand.on:before,
.people-detail .experience .expand.on:before {
  color: #ffffff;
  background-color: #000000;
}
.people-detail .credentials .expand:first-child,
.people-detail .experience .expand:first-child {
  border-top: none;
}
.people-detail .credentials .expand + .expandable,
.people-detail .experience .expand + .expandable {
  display: none;
}
.people-detail .credentials .expand + .expandable.open,
.people-detail .experience .expand + .expandable.open {
  display: block;
}
.people-detail .credentials ul,
.people-detail .experience ul {
  padding-left: 30px;
}
@media (min-width: 800px) {
  .people-detail .experience {
    margin-right: 40px;
    width: 60%;
    float: left;
  }
}

.no-people {
  text-align: center;
  padding: 80px 0;
}
.no-people h2,
.no-people p {
  color: #71777c;
}

.page-template-people-listing-page .no-hero-header {
  padding-top: 0;
}
.page-template-people-listing-page .no-hero-header h1 {
  margin-bottom: 13px;
}
.page-template-people-listing-page .no-hero-header .intro p {
  font-size: 26px;
  font-family: "Chronicle Text G1", sans-serif;
  line-height: 34px;
}

@media (max-width: 1025px) {
  .people-employee-filter {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .people-employee-filter select,
  .people-employee-filter h6 {
    display: none;
  }
}

.employee-types-filter {
  display: none;
  list-style-type: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .employee-types-filter {
    display: flex;
  }
}
.employee-types-filter li {
  text-align: right;
}
.employee-types-filter li input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.employee-types-filter li input:checked + label, .employee-types-filter li input[checked=checked] + label {
  background-color: #f9ca20;
}
.employee-types-filter li label {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  text-align: right;
  cursor: pointer;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}
.employee-types-filter li label:hover {
  background-color: #f9ca20;
}
.employee-types-filter-label {
  display: none;
}
@media (min-width: 1025px) {
  .employee-types-filter-label {
    display: block;
  }
}

@media (max-width: 1025px) {
  .people-filters-row {
    display: flex;
    flex-direction: column;
  }
}

body.services-page {
  background: url("../images/background_illo_services_illo_01_@2x.png") left 1005px/300px no-repeat, url("../images/background_illo_services_pentagon_02_bw_@2x.png") right 1255px/200px no-repeat, url("../images/background_illo_services_pentagon_03_bw_@2x.png") left 65%/250px no-repeat;
  background-color: #ffffff;
}
body.services-page .container {
  *zoom: 1;
}
body.services-page .container:before, body.services-page .container:after {
  content: "";
  display: table;
}
body.services-page .container:after {
  clear: both;
}
@media (min-width: 800px) {
  body.services-page {
    background: url("../images/background_illo_services_illo_01_@2x.png") left 855px/300px no-repeat, url("../images/background_illo_services_pentagon_02_bw_@2x.png") right 1300px/200px no-repeat, url("../images/background_illo_services_pentagon_03_bw_@2x.png") left 65%/250px no-repeat;
    background-color: #ffffff;
  }
}
body.services-page .hero-header {
  background-image: url("../images/photo_services_hero.jpg");
}

.services {
  padding-top: 40px;
  padding-bottom: 60px;
}
.services .item {
  display: flex;
  flex-direction: row;
  padding: 30px;
  align-items: center;
  background-color: #ffffff;
  margin: 40px 0;
  box-shadow: 0 3px 12px 0 rgba(40, 42, 44, 0.15);
}
@media (min-width: 600px) {
  .services .item {
    padding: 41px 40px 43px 40px;
  }
}
.services .btn-cta, .services .back-cta, .services .news-pagination .page-numbers.next, .news-pagination .services .page-numbers.next, .services .news-pagination .page-numbers.prev, .news-pagination .services .page-numbers.prev {
  color: #000000;
  font-size: 1em;
  text-decoration: none !important;
  line-height: 33px;
  margin-top: -5px;
  display: inline-block;
}
.services .btn-cta:after, .services .back-cta:after, .services .news-pagination .page-numbers.next:after, .news-pagination .services .page-numbers.next:after, .services .news-pagination .page-numbers.prev:after, .news-pagination .services .page-numbers.prev:after {
  font-size: 1em;
  margin-left: 12px;
  margin-bottom: 7px;
  width: 40px;
  display: inline-block;
  line-height: 22px;
  content: "\e001";
  vertical-align: middle;
  color: #000000;
}
.services .btn-cta:hover, .services .back-cta:hover, .services .news-pagination .page-numbers.next:hover, .news-pagination .services .page-numbers.next:hover, .services .news-pagination .page-numbers.prev:hover, .news-pagination .services .page-numbers.prev:hover {
  color: black;
}
@media (min-width: 1025px) {
  .services h3 {
    padding-right: 20px;
  }
}
.services h3 a.btn-cta, .services h3 a.back-cta, .services h3 .news-pagination a.page-numbers.next, .news-pagination .services h3 a.page-numbers.next, .services h3 .news-pagination a.page-numbers.prev, .news-pagination .services h3 a.page-numbers.prev {
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.015em;
  font-family: "Roboto", sans-serif;
}
.services h3:after {
  content: "";
  display: block;
  height: 4px;
  width: 100px;
  margin-top: 14px;
  background-color: #000000;
}
.services .service-excerpt p {
  margin-bottom: 6px;
}
.services .service-excerpt p:last-child {
  margin-bottom: 0;
}
.services .service-excerpt p:has(a) {
  margin-top: 17px;
}
.services .service-excerpt p:has(a),
.services .service-excerpt p a {
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.service-list h6 {
  color: #71777c;
  margin: 35px 0 0;
}
.service-list h6,
.service-list li {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.065em;
  font-family: "Roboto Mono", monospace;
}
.service-list ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-list li {
  padding: 8px 0 7px;
  border-bottom: 2px solid rgba(113, 119, 124, 0.2);
  width: 100%;
}
@media (min-width: 600px) {
  .service-list li {
    width: 48%;
  }
}

body.single-practice_area {
  background: url("../images/background_illo_services_pentagon_01_bw_@2x.png") right 85px/300px no-repeat, url("../images/background_illo_services_illo_02_bw_@2x.png") left 700px/200px no-repeat, url("../images/background_illo_services_illo_03_bw_@2x.png") left 65%/340px no-repeat;
  background-color: #ffffff;
}
body.single-practice_area h1 {
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  body.single-practice_area h1 {
    margin-bottom: 74px;
  }
}
body.single-practice_area h1:after {
  content: "";
  display: block;
  height: 4px;
  width: 100px;
  margin-top: 10px;
  background-color: #000000;
}
body.single-practice_area .no-hero-header {
  padding-top: 73px;
}
body.single-practice_area .service-list {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 40px 0;
  box-shadow: 0 3px 12px 0 rgba(40, 42, 44, 0.15);
}
body.single-practice_area .service-list h6 {
  margin-top: 0;
}
body.single-practice_area .service-list ul {
  margin-bottom: 0;
}
body.single-practice_area .fancy-list {
  padding-left: 0;
}
body.single-practice_area .fancy-list li {
  min-height: 75px;
  list-style: none;
  position: relative;
  padding: 15px 15px 15px 80px;
}
body.single-practice_area .fancy-list li:nth-child(even) {
  background-color: rgba(113, 119, 124, 0.08);
}
body.single-practice_area .fancy-list li:before {
  content: "";
  margin-left: -56px;
  margin-top: 5px;
  position: absolute;
  height: 30px;
  width: 30px;
  background: url("../images/icon_fancy_list__2x.1_black.png") center top/contain no-repeat;
}
@media (min-width: 800px) {
  body.single-practice_area {
    background: url("../images/background_illo_services_pentagon_01_bw_@2x.png") right 85px/300px no-repeat, url("../images/background_illo_services_illo_02_bw_@2x.png") left 300px/200px no-repeat, url("../images/background_illo_services_illo_03_bw_@2x.png") left 65%/340px no-repeat;
    background-color: #ffffff;
  }
}

.services-detail {
  padding-bottom: 60px;
}
.services-detail .sidebar-block__heading, .services-detail .sidebar-block__link-wrapper a, .services-detail .sidebar-block__link-wrapper, .services-detail .sidebar-block__btn {
  color: #71777c;
}
.services-detail .sidebar-block__heading {
  margin-bottom: 10px;
}
.services-detail .sidebar-block__link-wrapper {
  margin-bottom: 1px;
  transition: color 0.2s ease-in-out;
}
.services-detail .sidebar-block__link-wrapper:last-child {
  margin-bottom: 0;
}
.services-detail .sidebar-block__link-wrapper a {
  transition: color 0.2s ease-in-out;
  text-decoration: unset;
}
.services-detail .sidebar-block__link-wrapper a:hover {
  color: #282a2c;
}
.services-detail .sidebar-block__link-wrapper span {
  display: block;
  margin-bottom: 4px;
}
.services-detail .sidebar-block__link-wrapper span:last-child {
  margin-bottom: 0;
}
.services-detail .sidebar-block__link-wrapper, .services-detail .sidebar-block__link-wrapper a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 21px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.services-detail .sidebar-block__services a {
  display: inline-block;
  margin-bottom: 5px;
}
.services-detail .sidebar-block__services a:last-child {
  margin-bottom: 0;
}
.services-detail .sidebar-block__small-text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  color: #71777c;
  margin-bottom: 10px;
}
.services-detail .sidebar-block__btn {
  color: #71777c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: none;
}
.services-detail .sidebar-block.sidebar-block__services-list {
  margin-bottom: 32px;
}
.services-detail__wrapper p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.services-detail h2 {
  margin-top: 72px;
}
.services-detail h2:first-child {
  margin-top: 0;
}
.services-detail h3,
.services-detail h4 {
  margin: 44px 0 21px;
}
.services-detail h3:first-child,
.services-detail h4:first-child {
  margin-top: 0;
}
.services-detail .sidebar-block {
  padding-bottom: 0;
  margin-bottom: 28px;
}

.cases-box {
  padding: 30px 35px;
}
@media (min-width: 1025px) {
  .cases-box .align-items-center {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .page-template-services-page .hero-header.tall h1 {
    margin: 37px 0 14px;
  }
}
.page-template-services-page .hero-header.tall .intro p {
  font-size: 26px;
  font-family: "Chronicle Text G1", sans-serif;
  line-height: 34px;
}

.single-practice_area .services-detail .wrapper, .single-practice_area .no-hero-header .wrapper {
  max-width: 1200px;
}
@media (min-width: 1025px) {
  .single-practice_area .services-detail .wrapper, .single-practice_area .no-hero-header .wrapper {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .single-practice_area .services-detail .wrapper, .single-practice_area .no-hero-header .wrapper {
    padding-left: 110px;
  }
}
@media (min-width: 800px) {
  .single-practice_area .services-detail .wrapper .col-md-4, .single-practice_area .no-hero-header .wrapper .col-md-4 {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .single-practice_area .services-detail .wrapper .col-md-4, .single-practice_area .no-hero-header .wrapper .col-md-4 {
    padding-left: 86px;
  }
}
@media (min-width: 800px) {
  .single-practice_area .services-detail .wrapper .col-md-8, .single-practice_area .services-detail .wrapper .awards-recognition .awards-content, .awards-recognition .single-practice_area .services-detail .wrapper .awards-content, .single-practice_area .services-detail .wrapper .client-block .client-list, .client-block .single-practice_area .services-detail .wrapper .client-list, .single-practice_area .services-detail .wrapper .secondary-block .secondary-content, .secondary-block .single-practice_area .services-detail .wrapper .secondary-content, .single-practice_area .no-hero-header .wrapper .col-md-8, .single-practice_area .no-hero-header .wrapper .awards-recognition .awards-content, .awards-recognition .single-practice_area .no-hero-header .wrapper .awards-content, .single-practice_area .no-hero-header .wrapper .client-block .client-list, .client-block .single-practice_area .no-hero-header .wrapper .client-list, .single-practice_area .no-hero-header .wrapper .secondary-block .secondary-content, .secondary-block .single-practice_area .no-hero-header .wrapper .secondary-content {
    padding-right: 20px;
  }
}

body.page-template-about-page {
  background: #ffffff;
}
body.page-template-about-page .hero-header {
  background-image: url("../images/photo_about_hero.jpg");
}
@media (max-width: 1025px) {
  body.page-template-about-page .hero-header.tall .intro h1 {
    margin-left: 39px;
  }
}
@media (max-width: 800px) {
  body.page-template-about-page .hero-header.tall .intro h1 {
    margin-left: 67px;
  }
}
@media (max-width: 600px) {
  body.page-template-about-page .hero-header.tall .intro h1 {
    margin-left: 21px;
    font-size: 54px;
    line-height: 105.687%;
    width: 90%;
  }
}
body.page-template-about-page .container .wrapper {
  width: 100%;
}
@media (min-width: 1400px) {
  body.page-template-about-page .container .wrapper {
    max-width: 1168px;
  }
}
body.page-template-about-page .container .wrapper .row, body.page-template-about-page .container .wrapper .post-content .sidebar, .post-content body.page-template-about-page .container .wrapper .sidebar {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 800px) {
  body.page-template-about-page .container .wrapper .row, body.page-template-about-page .container .wrapper .post-content .sidebar, .post-content body.page-template-about-page .container .wrapper .sidebar {
    flex-direction: row;
  }
}
body.page-template-about-page .col-left {
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
body.page-template-about-page .col-left &gt; div {
  flex: 1;
}
body.page-template-about-page .col-right {
  padding: 30px 15px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  body.page-template-about-page .col-right {
    padding: 0 100px 40px 100px;
  }
}
@media (min-width: 800px) {
  body.page-template-about-page .col-right {
    padding: 50px 30px 71px 30px;
  }
}
@media (min-width: 1025px) {
  body.page-template-about-page .col-right {
    padding: 100px 30px 65px 55px;
  }
}
body.page-template-about-page .d-none {
  display: none;
}
@media (min-width: 800px) {
  body.page-template-about-page .d-md-none {
    display: none;
  }
}
@media (min-width: 800px) {
  body.page-template-about-page .d-md-block {
    display: block;
  }
}
body.page-template-about-page .stats-block {
  padding: 35px 30px;
}
@media (min-width: 600px) {
  body.page-template-about-page .stats-block {
    padding: 50px 100px;
  }
}
@media (min-width: 800px) {
  body.page-template-about-page .stats-block {
    padding: 50px 30px 100px 30px;
  }
}
@media (min-width: 1400px) {
  body.page-template-about-page .stats-block {
    padding: 100px 47px 100px 30px;
  }
}
body.page-template-about-page .stats-block .stat-item {
  margin-top: 27px;
}
body.page-template-about-page .stats-block .stat-item h5, body.page-template-about-page .stats-block .stat-item .gf_progressbar_title {
  margin-top: 16px;
  color: #71777c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 106.687%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
body.page-template-about-page .copy-block {
  margin-bottom: 50px;
}
body.page-template-about-page .copy-block.remove-margin-bottom {
  margin-bottom: 30px;
}
body.page-template-about-page .copy-block h5, body.page-template-about-page .copy-block .gf_progressbar_title {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 106.687%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
body.page-template-about-page .copy-block p {
  font-weight: 325;
  line-height: 135%;
  margin-bottom: 12px;
}
@media (min-width: 600px) {
  body.page-template-about-page .copy-block p {
    font-size: 16px;
  }
}
body.page-template-about-page .clients-animated-block {
  margin-top: 60px;
  margin-bottom: 0;
  /* animations */
}
@media (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block {
    margin-bottom: 0;
  }
}
body.page-template-about-page .clients-animated-block .about-clients {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients {
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients {
    order: 0;
  }
}
body.page-template-about-page .clients-animated-block .about-clients .swiper-container {
  pointer-events: none;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  height: auto; /* Allow the height to adjust automatically */
  max-height: 300px; /* Set a max height to prevent overly large slides */
}
@media (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients .swiper-container {
    max-height: 320px; /* Set a max height to prevent overly large slides */
  }
}
@media (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients .swiper-container {
    max-height: 260px; /* Set a max height to prevent overly large slides */
  }
}
body.page-template-about-page .clients-animated-block .about-clients .swiper-container .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0px; /* Add padding to give some breathing room */
  text-align: center;
  height: auto; /* Let the height be dynamic based on content */
  overflow: hidden; /* Ensure content does not overflow */
}
@media (min-width: 800px) {
  body.page-template-about-page .clients-animated-block .about-clients .swiper-container .swiper-slide {
    padding: 0 20px; /* Add padding to give some breathing room */
  }
}
body.page-template-about-page .clients-animated-block .about-clients .swiper-container .swiper-slide-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.page-template-about-page .clients-animated-block .about-clients .swiper-container h2 {
  color: #282a2c;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 101.188%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: normal;
  text-align: right;
  margin-top: -40px; /* Adjust this value to move the text closer to the number */
}
@media (min-width: 800px) {
  body.page-template-about-page .clients-animated-block .about-clients .swiper-container h2 {
    font-size: 50px;
  }
}
@media (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients .swiper-container h2 {
    margin-top: -38px; /* Adjust this value to move the text closer to the number */
  }
}
body.page-template-about-page .clients-animated-block .about-clients .swiper-container .date-text {
  color: #dadbde;
  text-shadow: 1px 1px 0px #282A2C, -1px -1px 0px #282A2C, 1px -1px 0px #282A2C, -1px 1px 0px #282A2C;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: 109.187%;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  body.page-template-about-page .clients-animated-block .about-clients .swiper-container .date-text {
    font-size: 140px;
  }
}
@media (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients .swiper-container .date-text {
    font-size: 160px;
  }
}
body.page-template-about-page .clients-animated-block .about-clients .text-anim-item-content {
  position: relative;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.page-template-about-page .clients-animated-block .about-clients h2 {
  color: #282a2c;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 101.188%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: normal;
  text-align: right;
  margin-top: -50px; /* Adjust this value to move the text closer to the number */
}
@media (min-width: 800px) {
  body.page-template-about-page .clients-animated-block .about-clients h2 {
    font-size: 60px;
  }
}
body.page-template-about-page .clients-animated-block .about-clients .text-date {
  color: #dadbde;
  text-shadow: 1px 1px 0px #282A2C, -1px -1px 0px #282A2C, 1px -1px 0px #282A2C, -1px 1px 0px #282A2C;
  font-family: "Roboto", sans-serif;
  font-size: 140px;
  font-style: normal;
  font-weight: 900;
  line-height: 109.187%;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  body.page-template-about-page .clients-animated-block .about-clients .text-date {
    font-size: 200px;
  }
}
body.page-template-about-page .clients-animated-block .about-clients__container {
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients__container {
    margin-left: 53px;
  }
}
@media (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients__container {
    max-width: 1000px;
    margin-left: 40px;
    margin-right: auto;
  }
}
@media (min-width: 1680px) {
  body.page-template-about-page .clients-animated-block .about-clients__container {
    max-width: 1330px;
    margin-left: 95px;
    margin-right: auto;
  }
}
@media (min-width: 2500px) {
  body.page-template-about-page .clients-animated-block .about-clients__container {
    max-width: none;
    width: 100%;
    margin-left: 33px;
    margin-right: auto;
  }
}
@media (max-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients__container {
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients__container::before {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 726px;
    background: #dadbde;
    position: absolute;
    top: 70px;
    left: -120px;
  }
}
@media (min-width: 1680px) {
  body.page-template-about-page .clients-animated-block .about-clients__container::before {
    top: -70px;
  }
}
@media (min-width: 2500px) {
  body.page-template-about-page .clients-animated-block .about-clients__container::before {
    max-width: 1310px;
    top: -60px;
    left: 183px;
  }
}
body.page-template-about-page .clients-animated-block .about-clients__copy {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    padding-right: 16px;
    margin-right: 26px;
  }
}
@media (max-width: 1680px) and (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    padding-bottom: 100px;
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    flex: 0 0 22%;
    max-width: 22%;
    position: relative;
  }
  body.page-template-about-page .clients-animated-block .about-clients__copy:after {
    content: "";
    width: 1px;
    height: 200vh;
    position: absolute;
    right: 0;
    top: -100%;
    background: #dadbde;
  }
}
@media (min-width: 1680px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 34px;
  }
}
@media (min-width: 2500px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    padding-right: 45px;
    flex: 0 0 26%;
    max-width: 26%;
    margin-right: 35px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    margin-bottom: 17px;
  }
}
@media (max-width: 1400px) and (min-width: 1080px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    padding-top: 25px;
  }
}
@media (max-width: 1080px) and (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    padding-top: 100px;
  }
}
@media (max-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy {
    padding-top: 50px;
    margin-bottom: 6px;
  }
}
body.page-template-about-page .clients-animated-block .about-clients__copy p {
  font-size: 30px;
  font-weight: 900;
  line-height: 109%;
  color: #45494c;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy p {
    margin-top: 30px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy p {
    max-width: 62%;
  }
}
@media (min-width: 2500px) {
  body.page-template-about-page .clients-animated-block .about-clients__copy p {
    font-size: 40px;
    line-height: 42px;
    max-width: 418px;
    margin-left: auto;
  }
}
body.page-template-about-page .clients-animated-block .about-clients__content {
  box-sizing: border-box;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-bottom: 21px;
  position: relative;
}
@media (max-width: 1680px) and (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients__content {
    padding-top: 100px;
  }
}
@media (max-width: 1514px) and (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients__content {
    margin-bottom: 158px;
  }
}
@media (max-width: 1680px) and (min-width: 1514px) {
  body.page-template-about-page .clients-animated-block .about-clients__content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients__content {
    padding-bottom: 53px;
  }
}
@media (min-width: 2500px) {
  body.page-template-about-page .clients-animated-block .about-clients__content {
    max-width: 1569px;
  }
}
@media (min-width: 1400px) {
  body.page-template-about-page .clients-animated-block .about-clients__content:after {
    content: "";
    background: #dadbde;
    height: 1px;
    width: 408px;
    position: absolute;
    margin-top: 84px;
    left: -119px;
  }
}
@media (min-width: 2500px) {
  body.page-template-about-page .clients-animated-block .about-clients__content:after {
    width: 736px;
    left: -258px;
    margin-top: 56px;
  }
}
body.page-template-about-page .clients-animated-block .about-clients__content sup {
  font-size: 50%;
  top: -0.8em;
}
body.page-template-about-page .clients-animated-block .about-clients__content .btn, body.page-template-about-page .clients-animated-block .about-clients__content button,
body.page-template-about-page .clients-animated-block .about-clients__content input[type=button],
body.page-template-about-page .clients-animated-block .about-clients__content input[type=reset],
body.page-template-about-page .clients-animated-block .about-clients__content input[type=submit] {
  margin-top: 33px;
}
@media (max-width: 1025px) {
  body.page-template-about-page .clients-animated-block .about-clients__content .btn, body.page-template-about-page .clients-animated-block .about-clients__content button,
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=button],
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=reset],
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=submit] {
    margin-top: 5px;
  }
}
@media (min-width: 2500px) {
  body.page-template-about-page .clients-animated-block .about-clients__content .btn, body.page-template-about-page .clients-animated-block .about-clients__content button,
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=button],
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=reset],
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=submit] {
    font-size: 32px;
    letter-spacing: 0.96px;
    margin-top: 57px;
    margin-top: 140px;
  }
  body.page-template-about-page .clients-animated-block .about-clients__content .btn:after, body.page-template-about-page .clients-animated-block .about-clients__content button:after,
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=button]:after,
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=reset]:after,
  body.page-template-about-page .clients-animated-block .about-clients__content input[type=submit]:after {
    font-size: 42px;
  }
}
body.page-template-about-page .clients-animated-block .about-clients__list-holder {
  text-decoration: none;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  height: 400px;
  font-weight: 900;
  font-size: 72px;
  line-height: 105.69%;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
body.page-template-about-page .clients-animated-block .anim-line {
  display: none;
}
body.page-template-about-page .clients-animated-block [data-words] {
  overflow: hidden;
}
body.page-template-about-page .clients-animated-block [data-words]:after {
  display: none !important;
}
@-webkit-keyframes textAnimIn {
  0% {
    transform: translate3d(0, -250%, 0);
    @media (min-width: 800px) {
      body.page-template-about-page .clients-animated-block {
        transform: translate3d(0, -120%, 0);
      }
    }
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes textAnimIn {
  0% {
    transform: translate3d(0, -250%, 0);
    @media (min-width: 800px) {
      body.page-template-about-page .clients-animated-block {
        transform: translate3d(0, -120%, 0);
      }
    }
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@-webkit-keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  50% {
    transform: translate3d(0, -20%, 0);
  }
  100% {
    transform: translate3d(0, 250%, 0);
    @media (min-width: 800px) {
      body.page-template-about-page .clients-animated-block {
        transform: translate3d(0, 120%, 0);
      }
    }
  }
}
@keyframes textAnimOut {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  50% {
    transform: translate3d(0, -20%, 0);
  }
  100% {
    transform: translate3d(0, 250%, 0);
    @media (min-width: 800px) {
      body.page-template-about-page .clients-animated-block {
        transform: translate3d(0, 120%, 0);
      }
    }
  }
}
@-webkit-keyframes textAnimInCenter {
  0% {
    transform: translate3d(0%, -250%, 0);
    @media (min-width: 800px) {
      body.page-template-about-page .clients-animated-block {
        transform: translate3d(0%, -120%, 0);
      }
    }
  }
  100% {
    transform: translate3d(0%, 10%, 0);
  }
}
@keyframes textAnimInCenter {
  0% {
    transform: translate3d(0%, -250%, 0);
    @media (min-width: 800px) {
      body.page-template-about-page .clients-animated-block {
        transform: translate3d(0%, -120%, 0);
      }
    }
  }
  100% {
    transform: translate3d(0%, 10%, 0);
  }
}
@-webkit-keyframes textAnimOutCenter {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0%, -20%, 0);
    transform: translate3d(0%, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 250%, 0);
    transform: translate3d(0%, 250%, 0);
    @media (min-width: 800px) {
      body.page-template-about-page .clients-animated-block {
        -webkit-transform: translate3d(0%, 120%, 0);
        transform: translate3d(0%, 120%, 0);
      }
    }
  }
}
@keyframes textAnimOutCenter {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  50% {
    transform: translate3d(0%, -20%, 0);
  }
  100% {
    transform: translate3d(0%, 250%, 0);
    @media (min-width: 800px) {
      body.page-template-about-page .clients-animated-block {
        transform: translate3d(0%, 120%, 0);
      }
    }
  }
}
body.page-template-about-page .call-to-action-block {
  background: #72c5e9;
  padding: 60px 30px;
  position: relative;
}
@media (min-width: 600px) {
  body.page-template-about-page .call-to-action-block {
    padding: 60px 100px 120px 100px;
  }
}
@media (min-width: 800px) {
  body.page-template-about-page .call-to-action-block {
    padding: 60px 30px 60px 30px;
  }
}
@media (min-width: 1400px) {
  body.page-template-about-page .call-to-action-block {
    padding: 60px 63px 60px 30px;
  }
}
body.page-template-about-page .call-to-action-block:before {
  content: "";
  display: block;
  background: #72c5e9;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1000%;
  z-index: -1;
}
body.page-template-about-page .call-to-action-block .call-to-action-item:not(:last-child) {
  padding-bottom: 50px;
}
@media (min-width: 800px) {
  body.page-template-about-page .call-to-action-block .call-to-action-item:not(:last-child) {
    padding-bottom: 64px;
  }
}
body.page-template-about-page .call-to-action-block .call-to-action-item p {
  font-weight: 325;
  line-height: 135%;
  margin-bottom: 12px;
}
@media (min-width: 600px) {
  body.page-template-about-page .call-to-action-block .call-to-action-item p {
    font-size: 16px;
  }
}
body.page-template-about-page .call-to-action-block .call-to-action-item ul {
  list-style: none;
  margin-left: 16px;
  padding: 0;
}
body.page-template-about-page .call-to-action-block .call-to-action-item ul li {
  margin-bottom: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}
body.page-template-about-page .call-to-action-block .call-to-action-item ul li:before {
  color: #282a2c;
  content: "\e005";
  margin-right: 10px;
  font-size: 22px;
  transition: transform 0.3s ease-in-out;
}
body.page-template-about-page .call-to-action-block .call-to-action-item ul li a {
  text-decoration: none !important;
}
body.page-template-about-page .call-to-action-block .call-to-action-item ul li a:hover {
  text-decoration: underline !important;
}

.secondary-block {
  background: url("../images/background_homepage_expertise_1_mobile_bw.png") right top no-repeat, url("../images/background_illo_about_01_bw_@2x.png") left center/250px no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 530px;
}
@media (min-width: 800px) {
  .secondary-block .secondary-content {
    margin-left: 9.375%;
  }
}
@media (min-width: 800px) {
  .secondary-block {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-top: 80px;
    background: url("../images/background_about_expertise_1_bw.png") right center/contain no-repeat, url("../images/background_illo_about_01_bw_@2x.png") left top/250px no-repeat;
  }
}

.client-block {
  margin-bottom: 60px;
  background: url("../images/background_homepage_attorney_spotlight_tablet.png") left bottom no-repeat, url("../images/background_illo_about_04_bw_@2x.png") right bottom/220px no-repeat, url("../images/background_illo_about_03_bw_@2x.png") left -60px center/300px no-repeat;
}
.client-block .client-content {
  padding-top: 60px;
}
@media (min-width: 1025px) {
  .client-block .client-content {
    padding-top: 120px;
    float: right;
  }
}
.client-block .client-list {
  padding: 165px 0 124px;
}
.client-block .client-list h5, .client-block .client-list .gf_progressbar_title {
  padding-top: 20px;
}
.client-block .client-list .client-cta {
  padding-top: 10px;
}
.client-block .client-list .client {
  border-bottom: 2px solid rgba(218, 219, 222, 0.5);
  padding: 8px 0 5px;
}
.client-block .client-list .client .date {
  font-size: 2.8rem;
  line-height: 1.3;
  font-family: "cardea-lining", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding-right: 5px;
}
.client-block .client-list .client .name {
  line-height: 38px;
  font-size: 1.6rem;
}
@media (min-width: 600px) {
  .client-block .client-list {
    margin-right: 17.7083333333%;
    padding: 165px 0 140px 30px;
  }
}
@media (min-width: 1025px) {
  .client-block .client-list {
    margin-right: 9.375%;
    padding: 150px 0 165px 0;
  }
}
@media (min-width: 600px) {
  .client-block {
    background: url("../images/background_homepage_attorney_spotlight_tablet.png") left bottom no-repeat, url("../images/background_illo_about_04_bw_@2x.png") right bottom/220px no-repeat, url("../images/background_illo_about_03_bw_@2x.png") left top 200px/300px no-repeat;
  }
}
@media (min-width: 1025px) {
  .client-block {
    margin-bottom: 0;
    background: url("../images/background_homepage_attorney_spotlight_desktop_@2x.png") center top no-repeat, url("../images/background_illo_about_04_bw_@2x.png") right bottom/220px no-repeat, url("../images/background_illo_about_03_bw_@2x.png") left top/300px no-repeat;
  }
}

@media (min-width: 800px) {
  .commitment-block {
    padding-top: 80px;
  }
}

.awards-recognition {
  background: url("../images/background_illo_about_05_bw_@2x.png") left center/335px no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 530px;
}
@media (min-width: 800px) {
  .awards-recognition .awards-content {
    margin-left: 26.0416666667%;
  }
}
.awards-recognition .award-post {
  padding-top: 20px;
}
@media (min-width: 800px) {
  .awards-recognition {
    padding-top: 80px;
  }
}

.award-title {
  color: #282a2c;
}

.page-template-default .page-detail .wrapper,
.page-template-default .no-hero-header .wrapper,
.page-template-cases-page .page-detail .wrapper,
.page-template-cases-page .no-hero-header .wrapper {
  max-width: 1200px;
}
@media (min-width: 1025px) {
  .page-template-default .page-detail .wrapper,
  .page-template-default .no-hero-header .wrapper,
  .page-template-cases-page .page-detail .wrapper,
  .page-template-cases-page .no-hero-header .wrapper {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .page-template-default .page-detail .wrapper,
  .page-template-default .no-hero-header .wrapper,
  .page-template-cases-page .page-detail .wrapper,
  .page-template-cases-page .no-hero-header .wrapper {
    padding-left: 110px;
  }
}
@media (min-width: 800px) {
  .page-template-default .page-detail .wrapper .col-md-4,
  .page-template-default .no-hero-header .wrapper .col-md-4,
  .page-template-cases-page .page-detail .wrapper .col-md-4,
  .page-template-cases-page .no-hero-header .wrapper .col-md-4 {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .page-template-default .page-detail .wrapper .col-md-4,
  .page-template-default .no-hero-header .wrapper .col-md-4,
  .page-template-cases-page .page-detail .wrapper .col-md-4,
  .page-template-cases-page .no-hero-header .wrapper .col-md-4 {
    padding-left: 86px;
  }
}
@media (min-width: 800px) {
  .page-template-default .page-detail .wrapper .col-md-8, .page-template-default .page-detail .wrapper .secondary-block .secondary-content, .secondary-block .page-template-default .page-detail .wrapper .secondary-content, .page-template-default .page-detail .wrapper .client-block .client-list, .client-block .page-template-default .page-detail .wrapper .client-list, .page-template-default .page-detail .wrapper .awards-recognition .awards-content, .awards-recognition .page-template-default .page-detail .wrapper .awards-content,
  .page-template-default .no-hero-header .wrapper .col-md-8,
  .page-template-default .no-hero-header .wrapper .secondary-block .secondary-content,
  .secondary-block .page-template-default .no-hero-header .wrapper .secondary-content,
  .page-template-default .no-hero-header .wrapper .client-block .client-list,
  .client-block .page-template-default .no-hero-header .wrapper .client-list,
  .page-template-default .no-hero-header .wrapper .awards-recognition .awards-content,
  .awards-recognition .page-template-default .no-hero-header .wrapper .awards-content,
  .page-template-cases-page .page-detail .wrapper .col-md-8,
  .page-template-cases-page .page-detail .wrapper .secondary-block .secondary-content,
  .secondary-block .page-template-cases-page .page-detail .wrapper .secondary-content,
  .page-template-cases-page .page-detail .wrapper .client-block .client-list,
  .client-block .page-template-cases-page .page-detail .wrapper .client-list,
  .page-template-cases-page .page-detail .wrapper .awards-recognition .awards-content,
  .awards-recognition .page-template-cases-page .page-detail .wrapper .awards-content,
  .page-template-cases-page .no-hero-header .wrapper .col-md-8,
  .page-template-cases-page .no-hero-header .wrapper .secondary-block .secondary-content,
  .secondary-block .page-template-cases-page .no-hero-header .wrapper .secondary-content,
  .page-template-cases-page .no-hero-header .wrapper .client-block .client-list,
  .client-block .page-template-cases-page .no-hero-header .wrapper .client-list,
  .page-template-cases-page .no-hero-header .wrapper .awards-recognition .awards-content,
  .awards-recognition .page-template-cases-page .no-hero-header .wrapper .awards-content {
    padding-right: 20px;
  }
}
.page-template-default .page-detail .wrapper table,
.page-template-default .no-hero-header .wrapper table,
.page-template-cases-page .page-detail .wrapper table,
.page-template-cases-page .no-hero-header .wrapper table {
  overflow-x: auto;
  max-width: 100%;
}
.page-template-default .page-detail .wrapper table td,
.page-template-default .no-hero-header .wrapper table td,
.page-template-cases-page .page-detail .wrapper table td,
.page-template-cases-page .no-hero-header .wrapper table td {
  padding-right: 8px;
}
.page-template-default aside .sidebar-block,
.page-template-cases-page aside .sidebar-block {
  padding-bottom: 0;
  margin-bottom: 32px;
}
.page-template-default aside h5, .page-template-default aside .gf_progressbar_title, .page-template-default aside p,
.page-template-cases-page aside h5,
.page-template-cases-page aside .gf_progressbar_title,
.page-template-cases-page aside p {
  color: #71777c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.4px;
}
.page-template-default aside p,
.page-template-cases-page aside p {
  text-transform: none;
}
.page-template-default aside .widget_custom_html a,
.page-template-cases-page aside .widget_custom_html a {
  text-decoration: none;
  text-transform: uppercase;
  color: #71777c;
  margin-bottom: 19px;
  display: inline-flex;
  align-items: center;
}
.page-template-default aside .widget_custom_html a span,
.page-template-cases-page aside .widget_custom_html a span {
  font-size: 17px;
  margin-right: 4px;
}
.page-template-default aside .widget_custom_html a:last-child,
.page-template-cases-page aside .widget_custom_html a:last-child {
  margin-bottom: 0;
}
.page-template-default aside .widget_custom_html a:after,
.page-template-cases-page aside .widget_custom_html a:after {
  content: "\e005";
  margin-left: 11px;
  font-size: 22px;
  transition: transform 0.25s ease-out;
}
.page-template-default aside .widget_custom_html a:hover, .page-template-default aside .widget_custom_html a:active,
.page-template-cases-page aside .widget_custom_html a:hover,
.page-template-cases-page aside .widget_custom_html a:active {
  color: #282a2c;
}
.page-template-default aside .widget_custom_html a:hover:after, .page-template-default aside .widget_custom_html a:active:after,
.page-template-cases-page aside .widget_custom_html a:hover:after,
.page-template-cases-page aside .widget_custom_html a:active:after {
  transform: translateX(8px);
}
.page-template-default aside .klarquist_our_services_widget a,
.page-template-cases-page aside .klarquist_our_services_widget a {
  color: #71777c;
  transition: color 0.2s ease-in-out;
  text-decoration: unset;
  display: inline-block;
  margin-bottom: 2px;
}
.page-template-default aside .klarquist_our_services_widget a:last-child,
.page-template-cases-page aside .klarquist_our_services_widget a:last-child {
  margin-bottom: 0;
}
.page-template-default aside .klarquist_our_services_widget a:hover,
.page-template-cases-page aside .klarquist_our_services_widget a:hover {
  color: #282a2c;
}

.page-template-default .page-detail .entry .intro ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
@media (min-width: 600px) {
  .page-template-default .page-detail .entry .intro ul {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-template-default .page-detail .entry .intro ul li {
  margin-bottom: 8px;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  .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;
  }
}
@font-face {
  font-family: "Chronicle Text G1";
  src: url("../font/ChronicleTextG1-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chronicle Text G1";
  src: url("../font/ChronicleTextG1-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Chronicle Text G1";
  src: url("../font/ChronicleTextG1-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Chronicle Text G1";
  src: url("../font/ChronicleTextG1-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chronicle Text G1";
  src: url("../font/ChronicleTextG1-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chronicle Text G1";
  src: url("../font/ChronicleTextG1-SemiItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body.page-template-about-page .hero-header .wrapper {
  max-width: 1200px;
  width: 90%;
}

@media (min-width: 1025px) {
  body.page-template-about-page .hero-header .wrapper {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about-page .hero-header .wrapper {
    padding-left: 110px;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>