/*!
    Theme Name: CK Litigation
		Theme URI: 
		Description: CK Litigation Wordpress Theme
    Version: 1.0
		Author: Splendor
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
html {
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0; }
  hr.space {
    margin: 20px auto; }
  hr.wp-block-separator {
    margin: 2em auto 2em 0;
    height: 6px;
    max-width: 186px;
    background: #e67024; }
    @media (max-width: 1023px) {
      hr.wp-block-separator {
        height: 4px; } }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* 
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center; }

/*! author: splendordesign.com  */
body {
  font-size: 20px;
  font-weight: 500;
  font-family: urw-din, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px; }
  body.nav-on {
    overflow: hidden; }
  @media (max-width: 1023px) {
    body {
      font-size: 18px; } }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: urw-din, sans-serif;
  font-weight: normal;
  margin: 0; }

h1 {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.5em; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.6em; } }

h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #e67024;
  line-height: 1.2em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #e67024;
  line-height: 1.2em;
  margin-bottom: 0.9em; }

.line-title {
  color: #e67024;
  padding: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 1.875em 0;
  position: relative;
  display: inline-block; }
  .line-title:before {
    content: '';
    width: calc(100vw - 100% - 20px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    background: #747373; }
  @media (max-width: 767px) {
    .line-title {
      font-size: 1.2em; } }

p,
ol,
ul {
  margin: 0 0 1.5em 0; }

ol,
ul {
  padding-left: 1em; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

a {
  color: #e67024;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover {
    color: #f0ac80; }

::-webkit-input-placeholder {
  line-height: normal; }

::-webkit-input-placeholder {
  color: inherit;
  text-transform: uppercase; }

:-moz-placeholder {
  color: inherit;
  text-transform: uppercase; }

::-moz-placeholder {
  color: inherit;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: inherit;
  text-transform: uppercase; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='url'],
textarea {
  border: solid 1px #000;
  padding: 15px 20px 18px 20px;
  line-height: 1em;
  font-size: 0.9em;
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  outline: none; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 20px; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignwide {
  margin-left: -20px;
  margin-right: -20px; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }
  .alignfull img {
    width: 100%;
    height: auto;
    display: block; }

.wp-block-button__link {
  display: inline-block;
  zoom: 1;
  border: 0;
  background: #e67024;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 16px 60px 18px 60px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  text-transform: uppercase;
  outline: none;
  border-radius: 0; }
  .wp-block-button__link:hover {
    background-color: #000;
    color: #fff; }
  @media (max-width: 767px) {
    .wp-block-button__link {
      padding: 14px 32px 16px 32px; } }

.wp-block-image {
  margin-bottom: 1.5em; }

@media (max-width: 767px) {
  .wp-block-spacer {
    height: 40px !important; } }

.wp-block-quote {
  border-left: solid 3px #e67024;
  margin: 3em 0;
  padding: 10px 30px;
  max-width: 500px; }
  .wp-block-quote p {
    margin: 0;
    text-transform: uppercase;
    color: #e67024; }
  .wp-block-quote cite {
    font-style: normal;
    display: block; }
  @media (max-width: 767px) {
    .wp-block-quote {
      border-left-width: 2px;
      padding: 5px 20px; } }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .header .container,
  .footer .container {
    max-width: 1640px; }

.btn {
  display: inline-block;
  zoom: 1;
  border: 0;
  background: #e67024;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4em;
  padding: 32px 60px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  text-transform: uppercase;
  outline: none; }
  .btn:hover {
    background-color: #000;
    color: #fff; }
  .btn--white {
    background-color: #fff;
    color: #000; }
    .btn--white:hover {
      background-color: #e67024;
      color: white; }
  .btn--gray {
    background-color: #666464;
    color: #fff; }
    .btn--gray:hover {
      background-color: #e67024;
      color: white; }
  .btn--blue {
    background-color: #132136;
    color: #e67024; }
    .btn--blue:hover {
      background-color: #e67024;
      color: white; }
  @media (max-width: 767px) {
    .btn {
      padding: 24px 40px; } }

.more {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url(img/plus.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 40px;
  cursor: pointer; }
  .more.on {
    background-image: url(img/minus.svg); }

.sq-btn {
  width: 200px;
  height: 200px;
  background: #e67024;
  color: #fff;
  padding: 15px 20px;
  line-height: 1.2em;
  font-weight: 700;
  font-size: 1.3em;
  position: relative;
  display: block;
  text-transform: uppercase;
  text-align: left; }
  .sq-btn--icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .sq-btn img {
    width: 81% !important;
    height: auto; }
  .sq-btn small {
    font-size: 0.615em;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    line-height: 1.2em; }
  .sq-btn:hover {
    background: #132136;
    color: #fff; }
    .sq-btn:hover small {
      color: #fff; }
  @media (max-width: 575px) {
    .sq-btn {
      width: 160px;
      height: 160px;
      font-size: 1.2em;
      padding: 10px 15px; }
      .sq-btn small {
        font-size: 0.8em;
        padding: 10px 15px; } }

.modal {
  display: none;
  max-width: 1024px !important;
  width: 100%;
  background: #fff;
  border: solid 20px #fff; }
  
 .watermark {
  background: url(img/watermark1.png) repeat-y top center;
 }


.pagination {
  margin: 3em 0;
  font-size: 1em; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px; }
  .pagination a:hover {
    color: #e67024; }
  .pagination .page-numbers {
    text-decoration: none;
    color: #132136;
    margin-left: -1px;
    border: solid 1px #000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      background-size: 15px auto;
      background-position: center center;
      background-repeat: no-repeat;
      font: 0/0 a;
      text-shadow: none;
      color: transparent; }
    .pagination .page-numbers.prev {
      background-image: url(img/arrow__prev--dark.svg); }
    .pagination .page-numbers.next {
      background-image: url(img/arrow__next--dark.svg); }
    .pagination .page-numbers.current {
      color: #e67024; }
  @media (max-width: 1023px) {
    .pagination {
      margin: 2.5em 0 1.5em; }
      .pagination .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px; }
        .pagination .page-numbers.prev, .pagination .page-numbers.next {
          background-size: 10px auto; } }

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em; }
  .page-nav a {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    border: solid 1px #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    margin-right: -1px;
    width: 60px;
    height: 60px; }
    .page-nav a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .page-nav__prev {
    background-image: url(img/arrow__prev--dark.svg); }
  .page-nav__next {
    background-image: url(img/arrow__next--dark.svg); }
  .page-nav__back {
    background-image: url(img/close--dark.svg); }
  @media (max-width: 767px) {
    .page-nav {
      margin-bottom: 1em; }
      .page-nav a {
        height: 40px;
        width: 40px; }
      .page-nav__prev, .page-nav__next {
        background-size: auto 24px;
        width: 40px; }
      .page-nav__back {
        font-size: 32px;
        line-height: 40px;
        width: 54px; } }

.page .gform_wrapper .gform_validation_errors > h2, .newsletter .gform_wrapper .gform_validation_errors > h2 {
  text-transform: none;
  color: #e67024; }
  .page .gform_wrapper .gform_validation_errors > h2 .gform-icon, .page .gform_wrapper .gform_validation_errors > h2:before, .newsletter .gform_wrapper .gform_validation_errors > h2 .gform-icon, .newsletter .gform_wrapper .gform_validation_errors > h2:before {
    display: none !important; }

.page .gform_wrapper ul, .newsletter .gform_wrapper ul {
  color: inherit;
  line-height: normal; }

.page .gform_wrapper .gfield_required, .newsletter .gform_wrapper .gfield_required {
  color: #e67024; }

.page .gform_wrapper .validation_message, .newsletter .gform_wrapper .validation_message {
  display: none; }

.page .gform_wrapper label.gfield_label,
.page .gform_wrapper legend.gfield_label, .newsletter .gform_wrapper label.gfield_label,
.newsletter .gform_wrapper legend.gfield_label {
  color: #7e7e7e;
  font-weight: 500;
  font-size: 0.8em;
  margin-top: 0 !important;
  margin-bottom: 7px;
  text-transform: uppercase; }
  .page .gform_wrapper label.gfield_label span,
  .page .gform_wrapper legend.gfield_label span, .newsletter .gform_wrapper label.gfield_label span,
  .newsletter .gform_wrapper legend.gfield_label span {
    color: inherit; }

.page .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.page .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.page .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.page .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.page .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.page .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .newsletter .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.newsletter .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.newsletter .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.newsletter .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.newsletter .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.newsletter .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 0.75em;
  margin-bottom: 0 !important;
  color: #7e7e7e; }

.page .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.page .gform_wrapper textarea, .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.newsletter .gform_wrapper textarea {
  border: solid 1px #000 !important;
  font-size: 18px;
  padding: 10px 15px 10px 15px;
  margin: 0;
  color: #000;
  line-height: 1em !important;
  min-height: 0 !important;
  outline: none;
  letter-spacing: 0.05em; }

.page .gform_wrapper .top_label input.medium, .newsletter .gform_wrapper .top_label input.medium {
  width: 100%; }

.page .gform_wrapper.gform_validation_error .top_label input.medium, .newsletter .gform_wrapper.gform_validation_error .top_label input.medium {
  width: 100%; }

.page .gform_wrapper li.gfield_error, .newsletter .gform_wrapper li.gfield_error {
  width: 100%; }
  .page .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .page .gform_wrapper li.gfield_error textarea, .newsletter .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .newsletter .gform_wrapper li.gfield_error textarea {
    border: solid 1px #e67024 !important;
    color: #e67024; }
  .page .gform_wrapper li.gfield_error .gfield_label,
  .page .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .newsletter .gform_wrapper li.gfield_error .gfield_label,
  .newsletter .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
    color: #e67024; }

.page .gform_wrapper textarea, .newsletter .gform_wrapper textarea {
  height: 150px !important; }

.page .gform_wrapper div.validation_error, .newsletter .gform_wrapper div.validation_error {
  border: 0;
  padding: 0;
  text-align: left;
  color: #e67024;
  font-size: inherit;
  font-weight: normal; }

.page .gform_wrapper .gform_body, .newsletter .gform_wrapper .gform_body {
  width: calc(100% + 16px); }

.page .gform_wrapper .top_label div.ginput_container, .newsletter .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.page .gform_wrapper li.gfield div.gfield_description, .newsletter .gform_wrapper li.gfield div.gfield_description {
  color: #e67024;
  padding-top: 5px;
  display: none; }

.page .gform_wrapper ul.gform_fields li.gfield, .newsletter .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  background: transparent; }

.page .gform_wrapper .gform_footer, .newsletter .gform_wrapper .gform_footer {
  margin-top: 20px !important;
  padding: 0 !important; }
  .page .gform_wrapper .gform_footer input.button, .page .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
    zoom: 1;
    border: 0;
    background: #132136;
    color: #e67024;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.4em;
    padding: 32px 80px 34px 80px;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out all;
    -o-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    text-transform: uppercase;
    outline: none; }
    .page .gform_wrapper .gform_footer input.button:hover, .page .gform_wrapper .gform_footer input[type=submit]:hover, .newsletter .gform_wrapper .gform_footer input.button:hover, .newsletter .gform_wrapper .gform_footer input[type=submit]:hover {
      background-color: #e67024;
      color: #fff; }
    @media (max-width: 767px) {
      .page .gform_wrapper .gform_footer input.button, .page .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
        padding: 20px 32px 22px 32px; } }

@media only screen and (max-width: 641px) {
  .page .gform_wrapper .gform_body, .newsletter .gform_wrapper .gform_body {
    width: 100%; } }

.newsletter h5 {
  font-size: inherit;
  font-size: 16px;
  margin-bottom: 1.5em; }

.newsletter form {
  border: solid 1px #828282;
  padding: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.newsletter img.gform_ajax_spinner {
  display: none !important; }

.newsletter .gform_wrapper {
  margin: 0 !important; }
  .newsletter .gform_wrapper div.validation_error {
    position: absolute;
    top: 110%;
    display: none; }
  .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .newsletter .gform_wrapper textarea {
    background: transparent !important;
    border: 0 !important;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    margin: 0;
    color: #fff;
    line-height: 1em !important;
    min-height: 0 !important;
    outline: none;
    letter-spacing: 0.05em;
    width: 270px; }
  .newsletter .gform_wrapper li.gfield_error {
    width: 100%; }
    .newsletter .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .newsletter .gform_wrapper li.gfield_error textarea {
      border: 0 !important;
      color: #e67024; }
  .newsletter .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0 !important;
    padding: 0 !important; }
  .newsletter .gform_wrapper .gform_footer {
    margin: 0 !important;
    width: auto !important; }
    .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
      background-color: #fff;
      color: #000;
      margin: 0 !important;
      padding: 15px 30px;
      font-size: 14px;
      letter-spacing: 0.3em; }
      .newsletter .gform_wrapper .gform_footer input.button:hover, .newsletter .gform_wrapper .gform_footer input[type=submit]:hover {
        background-color: #e67024;
        color: white; }

@media (max-width: 767px) {
  .newsletter .gform_wrapper {
    max-width: 440px; }
    .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .newsletter .gform_wrapper textarea {
      padding: 7px 15px; }
    .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
      padding: 7px 15px; } }

@media (max-width: 575px) {
  .newsletter .gform_wrapper {
    max-width: 440px; }
    .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .newsletter .gform_wrapper textarea {
      width: 183px;
      padding-left: 7px;
      padding-right: 7px; }
    .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
      padding: 7px 0;
      width: 89px; } }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:flex-end;}
  .social a {
    background-image: url(img/social.png);
    background-size: auto 100%;
    width: 23px;
    height: 23px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin: 0 0 0 0;
    position: relative; }
    .social a:hover {
      opacity: 0.8; }
  .social--instagram {
    background-position: 0 0; }
  .social--twitter {
    background-position: -23px 0; }
  .social--facebook {
    background-position: -46px 0; }
  .social--linkedin {
    background-position: -69px 0; }

.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  color: #fff;
  display: none; }
  .admin-bar .nav {
    top: 32px; }
  .nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: solid 5px #e67024;
    height: 105px;
    background: #132136;
    z-index: 2; }
  .nav:after {
    background: url(img/bg-nav.jpg) no-repeat center center;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 500px;
    height: 100vh; }
  .nav .newsletter {
    margin-bottom: 1.5em; }
    .nav .newsletter h5 {
      margin-bottom: 1em; }
  .nav aside {
    background: #132136 url(img/nav-badge.png) no-repeat right bottom;
    background-size: 95% auto;
    width: 500px;
    z-index: 2;
    position: absolute;
    margin-left: auto;
    top: 5px;
    right: 0;
    bottom: 0;
    padding: 0 28px 0 50px; }
  .nav header {
    padding: 40px 0;
    height: calc(100vh - 186px); }
    .nav header nav {
      height: calc(100vh - 186px - 80px);
      overflow: auto;
      font-size: 1.2em;
      line-height: 1.3em; }
      .nav header nav ul li {
        margin-top: 20px; }
        .nav header nav ul li a {
          color: #e67024;
          font-weight: 500; }
          .nav header nav ul li a:hover {
            color: #eb8e52; }
        .nav header nav ul li.current-menu-item > a, .nav header nav ul li.current-menu-parent > a {
          color: #e67024; }
        .nav header nav ul li ul {
          margin-bottom: 20px;
          line-height: 1.45; }
          .nav header nav ul li ul li {
            margin-top: 0; }
            .nav header nav ul li ul li a {
              color: #fff;
              font-weight: 400;
              letter-spacing: -0.01em; }
              .nav header nav ul li ul li a:hover {
                color: #cccccc; }
  .nav footer {
    position: absolute;
    bottom: 0;
    font-weight: 400;
    left: 50px;
    right: 50px;
	text-align:right}
    .nav footer:before {
      content: '';
      position: absolute;
      top: 0;
      right: -50px;
      width: 0;
      height: 6px;
      background: #e67024;
      -webkit-transition: .5s ease-in-out all;
      -o-transition: .5s ease-in-out all;
      transition: .5s ease-in-out all;
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
    .nav footer .social {
      margin-bottom: 1em; }
    .nav footer ul {
      font-size: 12px;
      line-height: 1.8;
      list-style: none;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
    .nav footer a {
      color: inherit; }
      .nav footer a:hover {
        color: #e67024; }
  .nav-on .nav footer:before {
    width: 100vw; display: none;}
  @media (max-width: 1023px) {
    .nav:after {
      right: 360px; }
    .nav aside {
      width: 360px;
      padding: 0 30px; }
    .nav header {
      padding: 30px 0;
      height: calc(100vh - 166px); }
      .nav header nav {
        height: calc(100vh - 166px - 60px); }
    .nav footer {
      left: 30px;
      right: 30px;
      padding: 30px 0; }
      .nav footer:before {
        height: 4px;
        right: -30px; } }
  @media (max-width: 767px) {
    .nav aside {
      width: 100%;
      padding: 0 20px; }
    .nav header {
      padding: 110px 0 25px 0;
      height: 100vh; }
      .nav header nav {
        height: calc(100vh - 135px); }
    .nav footer {
      display: none;
      left: 20px;
      right: 20px; }
      .nav footer:before {
        right: -20px; } }

.header {
  background-color: rgba(19,33,54,.8);
  border-top: solid 5px #e67024;
  position: relative;
  width: 100%;
  padding: 20px 0;
  position: relative;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all; }
  .header .container {
    position: relative; }
    .nav-on .header .container {
      position: static; }
  .header__logo {
    background: url(img/logo.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 255px;
    height: 60px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
    z-index: 999; }
  @media (max-width: 767px) {
    .header {
      padding: 20px 0; }
      .header__logo {
        width: 190px;
        height: 45px; } }
   @media (max-width: 375px) {
      .header__logo {
        width: 160px;
        height: 38px; } }

.search-toggle {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 120px;
  outline: none; 
  cursor: pointer;
}
.search-toggle svg {
	width: 100%;
	height: auto;
}

.search-form {
	position: absolute;
	top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100px;
  background: #122136;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  padding: 15px 20px;
  opacity: 0;  
  z-index: 999;
  pointer-events: none;  
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.search-on .search-form {
	opacity: 1;
	pointer-events: all;
}
.search-form .search-form__input {
	border: 0;
	outline: none;
	margin: 0;
	padding: 0 20px;
	line-height: 1;
	color: #fff;
	width: 250px;
}
.search-form__input::-webkit-input-placeholder {
  line-height: normal;
 	color: #fff; }

.search-form__input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase; }

.search-form__input:-moz-placeholder {
  color: #fff;
  text-transform: uppercase; }

.search-form__input::-moz-placeholder {
  color: #fff;
  text-transform: uppercase; }

.search-form__input:-ms-input-placeholder {
  color: inherit;
  text-transform: uppercase; }
.search-form__button {
	width: 30px;
	height: 30px;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.search-form__button svg {
	width: 100%;
	height: auto;
}
.search-form__close {
	width: 30px;
	height: 30px;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.search-form__close svg {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) { 
	.search-toggle { 
		right: 90px;
		width: 25px;
		height: 25px;
	}
	.search-form {
		right: 75px;
		padding: 15px;
	}
	.search-form .search-form__input {
		width: 180px;
		padding: 0 15px;
	}
	.search-form__button,
	.search-form__close {
		width: 25px;
		height: 25px;
	}
}
@media (max-width: 375px) { 
	.search-toggle { 
		right: 85px;
	}
	.search-form {
		right: 70px;
	}
	.search-form .search-form__input {
		width: 150px;
	}
}

.hamburger {
  position: absolute;
  width: 65px;
  height: 45px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  right: 20px;
  outline: none; }
  .nav-on .hamburger {
    top: 40px; }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    height: 7px;
    width: 100%;
    top: 50%;
    right: 0;
    background-color: #fff; }
  .hamburger__icon {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .hamburger__icon:before {
    content: '';
    top: -19px; }
  .hamburger__icon:after {
    content: '';
    top: 19px; }
  .nav-on .hamburger .hamburger__icon {
    width: 44%; }
  .nav-on .hamburger .hamburger__icon,
  .nav-on .hamburger .hamburger__icon:after {
    background: transparent; }
  @media (max-width: 767px) {
    .hamburger {
      width: 45px;
      height: 31px; }
      .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
        height: 5px; }
      .hamburger__icon:before {
        top: -13px; }
      .hamburger__icon:after {
        top: 13px; } }

.news-banner {
  background: url(img/bg-news-banner.jpg) no-repeat center center;
  background-size: cover; }
  .news-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1640px; }
    .news-banner .container h3 {
      margin: 0;
      padding: 14px 0;
      font-size: 1em;
      letter-spacing: 0.075em; }
    .news-banner .container .btn {
      white-space: nowrap;
      margin-left: 20px; }
  @media (max-width: 767px) {
    .news-banner .container {
      display: block;
      text-align: center; }
      .news-banner .container .btn {
        margin-left: 0;
        display: block;
        margin-left: -20px;
        margin-right: -20px; } }

.hero {
  background: #0a0a0a;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 8vw 0 2.5vw 0;
  color: #fff;
  overflow: hidden; }
  .hero > iframe {
	aspect-ratio: 16 / 9;
	width: auto;
	height: calc(100% + 4px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
  }
  .hero .play {
	  position: absolute;
	  left: 50%;
	  top: 0;	  
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(18, 33, 54, 0.2);
    color: #fff;
    font-size: 24px;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,0.75);
    -moz-box-shadow: 0 0 5px rgba(255,255,255,0.75);
    box-shadow: 0 0 5px rgba(255,255,255,0.75);
  }
  .hero__inner {
    position: relative;
    z-index: 200;
    padding-bottom: 1px; }
    .hero__inner > .container {
      max-width: 1640px;
      padding-left: 20px;
      padding-right: 20px; }
  .hero__text {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #fff;
    background: rgba(19, 33, 54, 0.71); }
    .hero__text__content {
      display: block;
      padding: 60px 40px 40px;
      border-bottom: solid 1px #fff; }
      .hero__text__content h1 {
        font-size: 3.85;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1em;
        margin: 0 0 0.4em; }
      .hero__text__content h3 {
        font-size: 1.5em;
        line-height: 1em;
        font-weight: normal;
        margin: 0; }
      .hero__text__content p {
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: 500;
        margin: 0; }
    .hero__text nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -1px;
      background: #132136; }
      .hero__text nav a {
        width: 33.333333%;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        font-size: 1.1em;
        padding: 30px 10px;
        border-left: solid 1px #fff; }
        .hero__text nav a:hover {
          background: #e67024; }
  .hero .testimonials {
    padding: 6em 0 0; }
  @media (max-width: 1439px) {
    .hero__text {
      max-width: 780px; }
      .hero__text nav a {
        font-size: 1em;
        padding: 20px 10px; } }
  @media (max-width: 1239px) {
    .hero {
      padding-bottom: 40px; } }
  @media (max-width: 1023px) {
    .hero {
      padding-top: 120px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
	  .hero .play {
		  width: 50px;
		  height: 50px;
		  font-size: 16px;
		  -webkit-transform: translate(-50%, 50%);
	        -ms-transform: translate(-50%, 50%);
	            transform: translate(-50%, 50%);
	  }
  }
  @media (max-width: 575px) {
    .hero__text {
      max-width: 780px; }
      .hero__text__content {
        padding: 20px;
        font-size: 0.7em; }
      .hero__text nav a {
        font-size: 0.7em;
        padding: 10px 0; } }

.banner {
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 20vw;
  min-height: 320px; }
  .banner .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .banner__text {
    padding: 48px 20px 48px 0;
    z-index: 2;
    width: 100%;
    max-width: 75%;
    min-height: 156px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .banner__text > *:last-child {
      margin-bottom: 0; }
    .banner__text:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0;
      left: -100px;
      background: rgba(19, 33, 54, 0.7);
      z-index: -1; }
  .banner img {
    display: none; }
  .banner p {
    font-size: 1.75em;
    line-height: 1.1em;
    margin: 0;
    max-width: 640px; }
    .banner p small {
      display: block;
      text-transform: uppercase;
      color: #e67024;
      font-size: 0.568em;
      font-weight: bold;
      margin-bottom: 0.2em; }
      .banner p small:last-child {
        margin-bottom: 0; }
  .banner--large {
    height: 43.75vw; }
  .banner--tiles {
    background-color: #000;
    height: auto; }
    .banner--tiles .container {
      min-height: 46.875vw; }
    .banner--tiles p {
      max-width: 740px; }
    .banner--tiles img {
      display: none; }
    .banner--tiles nav {
      min-width: 414px;
      width: 414px;
      margin-left: 80px;
      margin-right: -100px;
      padding: 10vw 0 48px 0; }
      .banner--tiles nav.x3 {
        min-width: 628px;
        width: 628px; }
        .banner--tiles nav.x3 ul {
          grid-template-columns: repeat(3, 1fr); }
      .banner--tiles nav.x1 {
        min-width: 200px;
        width: 200px; }
        .banner--tiles nav.x1 ul {
          grid-template-columns: repeat(1, 1fr); }
      .banner--tiles nav ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        line-height: 1.2;
        font-size: 1.1em; }
        .banner--tiles nav ul li a {
          width: 200px;
          height: 200px;
			font-size: 21px;
          background: #e67024;
          color: #fff;
          text-transform: uppercase;
          display: block;
          padding: 15px 17px;
          -webkit-transition: .3s all ease-in-out;
          -o-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out; }
          .banner--tiles nav ul li a:hover {
            background-color: #132136;
            border-color: #132136; }
        .banner--tiles nav ul li.active a, .banner--tiles nav ul li.current_page_item a {
          background-color: #132136;
          border-color: #132136; }
  @media (max-width: 1679px) {
    .banner p {
      font-size: 1.5em; }
    .banner--tiles nav {
      margin-right: calc((100vw - 1440px) / 2 * -1);
      margin-left: 50px; } }
  @media (max-width: 1439px) {
    .banner--tiles nav {
      margin-right: 0;
      min-width: calc(27.76vw + 14px);
      width: calc(27.76vw + 14px); }
      .banner--tiles nav.x3 {
        min-width: calc(41.64vw + 28px);
        width: calc(41.64vw + 28px); }
      .banner--tiles nav.x1 {
        min-width: calc(13.88vw);
        width: calc(13.88vw); }
      .banner--tiles nav ul {
        font-size: 1.52vw; }
        .banner--tiles nav ul li a {
          width: 13.88vw;
          height: 13.88vw;
          padding: 1vw 1vw;
	  	  font-size: 17px;} }
  @media (max-width: 1239px) {
    .banner__text {
      padding-top: 30px;
      padding-bottom: 30px;
      min-height: auto; }
    .banner p {
      font-size: 1.4em; }
      .banner p small {
        font-size: 0.7em; } }
  @media (max-width: 1023px) {
    .banner--tiles .container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .banner--tiles nav {
      width: 50%;
      min-width: 50%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0;
      padding: 40px 0; }
      .banner--tiles nav.x3 {
        width: 75%;
        min-width: 75%; }
      .banner--tiles nav.x1 {
        width: 50%;
        min-width: 50%; }
        .banner--tiles nav.x1 ul {
          width: 25%; }
      .banner--tiles nav ul {
        font-size: 2.4vw; }
        .banner--tiles nav ul li a {
          padding: 0.5em 0.7em;
          width: 100%;
          aspect-ratio: 1;
          height: auto; } }
  @media (max-width: 767px) {
    .banner {
      padding-top: 110px; }
      .banner--tiles .banner__text {
        max-width: 100%;
        width: auto;
        padding-right: 0; }
        .banner--tiles .banner__text:before {
          right: -100px; }
      .banner--tiles nav {
        width: 67%;
        min-width: 67%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin: 0; }
        .banner--tiles nav.x3 {
          width: 100%;
          min-width: 100%; }
        .banner--tiles nav.x1 {
          width: 33%;
          min-width: 33%; }
        .banner--tiles nav ul {
          font-size: 3vw; }
          .banner--tiles nav ul li a {
            width: 100%;
            aspect-ratio: 1; } }
  @media (max-width: 575px) {
    .banner__text {
      max-width: 100%;
      width: auto;
      padding-right: 0; }
      .banner__text:before {
        right: -100px; }
      .banner__text--long {
        max-width: 100%; }
    .banner p {
      font-size: 1.275em; }
    .banner--tiles nav {
      width: 100%;
      min-width: 100%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0; }
      .banner--tiles nav.x3 {
        width: 100%;
        min-width: 100%; }
        .banner--tiles nav.x3 ul {
          grid-template-columns: repeat(2, 1fr); }
      .banner--tiles nav.x1 {
        width: 50%;
        min-width: 50%; }
      .banner--tiles nav ul {
        font-size: 4.3vw; } }

.page.page--modules {
    overflow: hidden;
}
  .page > .container {
    margin: 3em auto; }
  .page + .page--modules > .container, .page + .page--modules > .container > * {
    margin-top: 2em; }
  .page .fluid-width-video-wrapper {
    margin-bottom: 3em; }
  .page--xs section {
    max-width: 1100px;
    margin: 0 auto; }
  .page--xs h1 {
    font-size: 2.75em; }
  .page--modules .container {
    max-width: 1640px; }
  .page--modules .news {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2); }
  @media (max-width: 767px) {
    .page--xs h1 {
      font-size: 2.4em; } }

.img-img {
  padding: 7em 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ddd;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2); }
  .img-img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    background: #ddd;
    z-index: -1; }
  .img-img:first-child {
    margin-top: -3em; }
  .img-img figure {
    width: calc(50% - 60px);
    padding-left: 100px;
    margin: 0 30px;
    position: relative; }
    .img-img figure img {
      width: 100%; }
    .img-img figure .sq-btn {
      position: absolute;
      bottom: 0;
      left: 0; }
  @media (max-width: 1439px) {
    .img-img {
      padding: 5em 10px; }
      .img-img figure {
        width: calc(50% - 20px);
        margin: 0 10px; } }
  @media (max-width: 1239px) {
    .img-img {
      padding: 3em 0;
      display: block;
      text-align: center; }
      .img-img figure {
        display: inline-block;
        zoom: 1;
        width: auto;
        margin: 2em 0; } }
  @media (max-width: 1023px) {
    .img-img {
      padding: 2em 0;
      padding-right: 20px; }
      .img-img figure {
        padding-left: 20px; } }
  @media (max-width: 575px) {
    .img-img {
      padding: 2em 0;
      padding-right: 20px; }
      .img-img figure {
        padding-bottom: 80px;
        margin-top: 20px;
        margin-bottom: 20px; } }

.txt-img {
  max-width: 1400px;
  margin: 7em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .txt-img article {
    width: 35%;
    text-align: left;
    font-size: 0.9em;
    padding-top: 60px;
    padding-bottom: 60px;
    -ms-flex-item-align: center;
        align-self: center; }
    .txt-img article > *:last-child {
      margin-bottom: 0; }
  .txt-img figure {
    width: 50%;
    position: relative; }
    .txt-img figure img {
      width: 100%; }
    .txt-img figure .sq-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .txt-img figure .vimeo-popup {
      display: block;
      position: relative; }
      .txt-img figure .vimeo-popup:before {
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.82) url(img/thin__next--dark.svg) no-repeat center center;
        background-size: auto 60%;
        content: '';
        width: 18%;
        padding-top: 18%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out; }
      .txt-img figure .vimeo-popup:hover:before {
        background-color: #fff; }
  .txt-img h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1em;
    color: #000;
    text-transform: none;
    margin-bottom: 1em; }
  .txt-img--img article {
    text-align: right;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .txt-img--img figure .sq-btn {
    left: auto;
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%); }
  @media (max-width: 1679px) {
    .txt-img article {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 1023px) {
    .txt-img {
      margin: 4em auto;
      display: block; }
      .txt-img article {
        width: 100%;
        font-size: 1em;
        text-align: left;
        padding-top: 0; }
      .txt-img figure {
        width: 100%; }
        .txt-img figure .sq-btn {
          left: auto;
          right: -20px;
          bottom: 40px;
          -webkit-transform: translateX(0) translateY(0);
              -ms-transform: translateX(0) translateY(0);
                  transform: translateX(0) translateY(0); } }
  @media (max-width: 575px) {
    .txt-img article, .txt-img figure {
      width: 100%; }
    .txt-img figure {
      padding-bottom: 20px; }
      .txt-img figure .sq-btn {
        bottom: 0; } }

.txt-img-bleed {
  margin: 7em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px; }
  .txt-img-bleed article {
    width: 50%;
    text-align: left;
    font-size: 0.9em;
    -ms-flex-item-align: center;
        align-self: center;
    padding-right: 6em; }
    .txt-img-bleed article > *:last-child {
      margin-bottom: 0; }
  .txt-img-bleed aside {
    width: 50%; }
    .txt-img-bleed aside figure {
      width: 50vw; }
      .txt-img-bleed aside figure img {
        width: 100%; }
  .txt-img-bleed h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
    text-transform: none;
    margin-bottom: 1em; }
  .txt-img-bleed p {
    font-size: 1.1em;
    color: #132136; }
  .txt-img-bleed--img article {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 0;
    padding-left: 6em; }
  .txt-img-bleed--img aside {
    direction: rtl; }
  @media (max-width: 1239px) {
    .txt-img-bleed article {
      padding-right: 3em; }
    .txt-img-bleed--img article {
      padding-left: 3em; } }
  @media (max-width: 1023px) {
    .txt-img-bleed {
      margin: 4em auto;
      display: block; }
      .txt-img-bleed article {
        width: 100%;
        font-size: 1em;
        text-align: left;
        padding: 0 0 30px; }
      .txt-img-bleed aside {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        direction: ltr; }
        .txt-img-bleed aside figure {
          width: 100%; } }

.txt-quote, .lists {
  background-position: center center;
  background-size: cover;
  margin: 7em calc(-100vw / 2 + 100% /2);
  color: #fff;
  padding: 4.5em 0; }
  .txt-quote .line-title, .lists .line-title {
    color: inherit; }
  @media (max-width: 1023px) {
    .txt-quote, .lists {
      margin-top: 4em;
      margin-bottom: 4em;
      padding: 3em 0; } }

.txt {
  margin: 5em 0; }
  .txt .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .txt aside {
    width: 320px;
    min-width: 320px;
    margin-right: 3em;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 1.25; }
  .txt article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .txt article h2 {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1em;
      color: #000;
      text-transform: none;
      margin-bottom: 1em; }
    .txt article h3 {
      font-size: 0.9em;
      margin-bottom: 0.2em; }
    .txt article p {
      font-size: 1.1em; }
    .txt article ul {
      font-size: 0.9em; }
      .txt article ul li::marker {
        color: #e67024; }
  .txt--gray {
    background: #dddddd;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 5em 0; }
    .txt--gray:before {
      content: '';
      width: 100vw;
      left: 50%;
      top: 0;
      bottom: 0;
      background: #ddd;
      position: absolute;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1; }
    .txt--gray article *:last-child {
      margin-bottom: 0; }
    .txt--gray ul {
      font-size: 1em; }
      .txt--gray ul li {
        margin-bottom: 1.5em; }
        .txt--gray ul li:last-child {
          margin-bottom: 0; }
  @media (max-width: 1023px) {
    .txt {
      margin: 4em 0; } }
  @media (max-width: 767px) {
    .txt .grid {
      display: block; }
    .txt aside {
      width: 100%;
      min-width: 0; } }

.txt-center {
  position: relative;
  padding: 12em 0;
  color: #fff;
  z-index: 1; }
  .txt-center .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1; }
  .txt-center h2, .txt-center h3, .txt-center h4, .txt-center h5, .txt-center h6 {
    color: #fff; }
  .txt-center h2 {
    font-weight: bold;
    font-size: 1.8em;
    margin: 0 0 0.75em; }
  .txt-center article {
    max-width: 900px;
    margin: 0 auto; }
    .txt-center article > *:last-child {
      margin-bottom: 0; }
    .txt-center article p {
      font-size: 1.4em;
      line-height: 1.35em; }
  @media (max-width: 1023px) {
    .txt-center {
      padding: 7em 0; } }
  @media (max-width: 575px) {
    .txt-center {
      padding: 5em 0; } }

.txt-quote {
  background-color: #000; }
  .txt-quote__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .txt-quote blockquote {
    margin: 0;
    padding: 0;
    background: #e67024;
    padding: 30px 40px;
    text-transform: uppercase;
    width: 400px;
    text-align: right; }
    .txt-quote blockquote p {
      margin: 0; }
    .txt-quote blockquote cite {
      font-style: normal;
      font-size: 0.8em;
      display: block;
      margin-top: 2em; }
  .txt-quote aside {
    width: calc(100% - 400px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 12.5%; }
  .txt-quote__caption {
    width: 50%;
    font-size: 0.9em; }
    .txt-quote__caption article {
      max-width: 440px;
      padding: 10px 20px;
      border-left: solid 3px #e67024; }
      .txt-quote__caption article > *:last-child {
        margin-bottom: 0; }
    .txt-quote__caption h3 {
      margin-bottom: 0.2em;
      font-size: 1.1em; }
  @media (max-width: 1679px) {
    .txt-quote aside {
      padding-left: 60px; } }
  @media (max-width: 1239px) {
    .txt-quote aside {
      display: block;
      margin-top: -25px;
      margin-bottom: -25px; }
    .txt-quote__caption {
      width: 100%; }
      .txt-quote__caption article {
        max-width: none;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 0;
        margin-top: 25px;
        margin-bottom: 25px; } }
  @media (max-width: 1023px) {
    .txt-quote blockquote {
      width: 300px;
      padding: 25px 30px; }
    .txt-quote aside {
      width: calc(100% - 300px);
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .txt-quote__inner {
      display: block; }
    .txt-quote blockquote {
      width: auto; }
    .txt-quote aside {
      margin: 2em 0 0 0;
      padding-left: 0;
      width: auto; }
    .txt-quote__caption {
      width: 100%; }
      .txt-quote__caption article {
        border-left-width: 2px; } }

.testimonials {
  position: relative;
  margin: 0;
  z-index: 2;
  padding: 9em 0 5em;
  color: #fff;
  text-align: center; }
  .testimonials .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1; }
  .testimonials .btn {
    margin-top: 4em; }
  .testimonials .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: visible; }
  .testimonials .slick-slide {
    height: auto; }
  .testimonials .slick-arrow {
    outline: none;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(50% + 33px);
    width: 46px;
    padding-bottom: 119.565217391%;
    z-index: 200;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .testimonials .slick-arrow.slick-prev {
      background-image: url(img/arrow__prev.svg);
      left: 0; }
    .testimonials .slick-arrow.slick-next {
      background-image: url(img/arrow__next.svg);
      right: 0; }
  .testimonials__slider {
    position: relative !important; }
    .testimonials__slider:before, .testimonials__slider:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 33px;
      width: 15vw;
      background: #8c919a;
      height: 1px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .testimonials__slider:after {
      left: auto;
      right: 100%; }
  .testimonials__slide {
    text-align: center;
    padding: 0 45px; }
    .testimonials__slide > * {
      max-width: 380px;
      margin: 0 auto; }
    .testimonials__slide h6 {
      color: #e67024;
      font-size: 0.9em;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 0.5em; }
    .testimonials__slide blockquote {
      margin: 0 auto 0.5em;
      font-size: 1.6em;
      line-height: 1.1em;
      padding: 0;
      font-weight: 300;
      letter-spacing: -0.025em; }
      .testimonials__slide blockquote > * {
        margin: 0; }
    .testimonials__slide > p {
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1.25em; }
    .testimonials__slide__badge {
      background: url(img/badge.svg) no-repeat center;
      background-size: cover;
      width: 87px;
      height: 66px;
      margin: 0 auto 1.5em;
      display: block;
      position: relative; }
      .testimonials__slide__badge:before, .testimonials__slide__badge:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        width: 15vw;
        background: #8c919a;
        height: 1px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .testimonials__slide__badge:after {
        left: auto;
        right: calc(100% + 5px); }
  @media (max-width: 1679px) {
    .testimonials .slick-arrow {
      width: 30px; } }
  @media (max-width: 1239px) {
    .testimonials {
      padding: 7em 0 5em; }
      .testimonials__slide__badge:before, .testimonials__slide__badge:after {
        width: 25vw; } }
  @media (max-width: 767px) {
    .testimonials {
      padding: 6em 0 4em; }
      .testimonials__slide__badge:before, .testimonials__slide__badge:after {
        width: 50vw; } }

.lists {
  background-color: #e67024; }
  .lists .line-title:before {
    background-color: #fff; }
  .lists nav {
    background: #fff;
    padding: 2.5em 4.5em; }
    .lists nav ul {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 5em;
         -moz-column-gap: 5em;
              column-gap: 5em; }
      .lists nav ul li {
        border-bottom: solid 1px #000;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
             break-inside: avoid; }
        .lists nav ul li a {
          display: block;
          color: #000;
          padding: 10px 0; }
          .lists nav ul li a:hover {
            color: #e67024; }
  @media (min-width: 1440px) and (max-width: 1679px) {
    .lists nav {
      padding: 1.5em 2em 2.5em 2em; }
      .lists nav ul {
        -webkit-column-gap: 3em;
           -moz-column-gap: 3em;
                column-gap: 3em; } }
  @media (max-width: 1239px) {
    .lists nav ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (max-width: 1023px) {
    .lists nav {
      padding: 1.5em 2em 2.5em 2em; }
      .lists nav ul {
        -webkit-column-gap: 3em;
           -moz-column-gap: 3em;
                column-gap: 3em; } }
  @media (max-width: 767px) {
    .lists nav ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; } }
  @media (max-width: 575px) {
    .lists nav ul {
      font-size: 0.9em; } }

.our-people {
  margin: 5em 0 0; }
  .our-people__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .our-people aside {
    width: 37.5%;
    min-width: 37.5%;
    padding-right: 100px;
    position: relative;
    z-index: 3; }
    .our-people aside h2 {
      text-transform: none;
      font-weight: bold;
      font-size: 1.8em;
      color: #132136;
      line-height: 1.3em;
      letter-spacing: -0.025em; }
    .our-people aside p {
      font-size: 1.1em; }
  .our-people .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: visible; }
  .our-people .slick-slide {
    height: auto; }
  .our-people .slick-list {
    overflow: visible; }
  .our-people .slick-arrow {
    outline: none;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 46px;
    padding-bottom: 119.565217391%;
    z-index: 200;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .our-people .slick-arrow.slick-prev {
      background-image: url(img/arrow__prev.svg);
      left: 5px; }
    .our-people .slick-arrow.slick-next {
      background-image: url(img/arrow__next.svg);
      right: 5px; }
  .our-people__slider {
    position: relative !important;
    overflow: Hidden; }
    .our-people__slider:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      width: 50vw;
      background: #fff;
      z-index: 2; }
    .our-people__slider__container {
      width: 62.5%;
      background: url(img/our-people-badge.png) no-repeat left bottom;
      background-size: 100% auto;
      padding-bottom: 13em; }
    .our-people__slider .team__grid__item {
      width: 272px !important;
      padding-right: 30px; }
  @media (max-width: 1239px) {
    .our-people__grid {
      display: block; }
    .our-people aside {
      width: 100%;
      padding-right: 0;
      margin-bottom: 3em; }
    .our-people__slider .team__grid__item {
      padding-right: 20px; }
    .our-people__slider__container {
      width: 100%;
      padding-bottom: 20vw; } }
  @media (max-width: 575px) {
    .our-people__slider .team__grid__item {
      padding-right: 20px;
      width: calc(100vw - 20px) !important; } }

.img-quote {
  margin: 4em 0; }
  .img-quote__inner {
    margin-right: calc(-100vw / 2 + 100% / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .img-quote__inner article {
      width: 32%;
      font-size: 0.9em; }
      .img-quote__inner article p, .img-quote__inner article ul, .img-quote__inner article ol {
        max-width: 520px; }
    .img-quote__inner figure {
      width: 55%;
      position: relative;
      margin: 0;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .img-quote__inner figure img {
        width: 100%; }
      .img-quote__inner figure figcaption {
        background: #e67024;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 21vw;
        min-height: 21vw;
        text-align: right;
        padding: 1.5vw;
        font-size: 1.650vw;
        line-height: 1.333em;
        margin: 0;
        -webkit-transform: translateX(-40%);
            -ms-transform: translateX(-40%);
                transform: translateX(-40%); }
    .img-quote__inner h2 {
      text-transform: none;
      color: #000;
      font-weight: 700;
      font-size: 3.2em;
      line-height: 1em; }
  @media (max-width: 1239px) {
    .img-quote .line-title {
      margin-bottom: 1em; }
    .img-quote__inner h2 {
      font-size: 2.4em; }
    .img-quote__inner figure {
      width: 50%; }
      .img-quote__inner figure figcaption {
        bottom: 20px; }
    .img-quote__inner article {
      width: 38%; } }
  @media (max-width: 1023px) {
    .img-quote {
      margin: 3em 0; }
      .img-quote__inner {
        display: block;
        margin: 0; }
        .img-quote__inner figure {
          width: 100%;
          margin-top: 2em;
          padding-bottom: 20px; }
          .img-quote__inner figure figcaption {
            -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0);
            bottom: 0;
            left: -20px;
            width: 40vw;
            min-height: 40vw;
            text-align: right;
            padding: 3vw;
            font-size: 3.2vw; }
        .img-quote__inner article {
          width: 100%;
          font-size: 1em; } }
  @media (max-width: 767px) {
    .img-quote__inner h2 {
      font-size: 2em; } }

.our-strength {
  position: relative;
  color: #fff;
  padding: 9em 0; }
  .our-strength .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1; }
    .our-strength .bg:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(img/ck.svg) no-repeat left bottom;
      background-size: auto 100%;
      opacity: .08; }
  .our-strength .line-title {
    margin-bottom: 3em; }
    .our-strength .line-title:before {
      background: #fff; }
  .our-strength__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .our-strength__info {
    width: 330px;
    min-width: 330px;
    margin-right: 90px; }
    .our-strength__info p {
      font-weight: 500;
      font-size: 1.3em;
      letter-spacing: -0.025em; }
    .our-strength__info *:last-child {
      margin-bottom: 0; }
  .our-strength__boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 4em;
    grid-column-gap: 4em; }
  .our-strength__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .our-strength__box figure {
      width: 140px;
      min-width: 140px;
      padding-right: 15px; }
    .our-strength__box article {
      -ms-flex-item-align: start;
          align-self: flex-start;
      border-left: solid 2px #e67024;
      padding-left: 25px; }
      .our-strength__box article *:last-child {
        margin-bottom: 0; }
      .our-strength__box article h3 {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 0.5em; }
      .our-strength__box article p {
        margin-bottom: 0.75em;
        line-height: 1.5em; }
      .our-strength__box article .more {
        margin: 0; }
      .our-strength__box article.off p {
        display: none; }
        .our-strength__box article.off p:first-of-type {
          display: block;
          display: -webkit-box;
          height: 3em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
  @media (max-width: 1679px) {
    .our-strength__grid {
      display: block; }
    .our-strength__info {
      width: 100%;
      margin-bottom: 4em; } }
  @media (max-width: 1239px) {
    .our-strength__box figure {
      width: 100px;
      min-width: 100px; } }
  @media (max-width: 1023px) {
    .our-strength {
      padding: 6em 0; }
      .our-strength__boxes {
        grid-template-columns: 1fr; } }
  @media (max-width: 575px) {
    .our-strength__box figure {
      width: 80px;
      min-width: 80px; } }

.our-focus {
  position: relative;
  color: #fff;
  padding: 8em 0;
  min-height: 54vw; }
  .our-focus .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1; }
    .our-focus .bg:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(img/ck.svg) no-repeat left bottom;
      background-size: 22.5vw auto;
      opacity: .17; }
  .our-focus .line-title {
    margin-bottom: 4em; }
  .our-focus .line-title:before {
    background: #fff; }
  .our-focus__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .our-focus__tabs {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    grid-gap: 20px;
    align-self: flex-start; }
    .our-focus__tabs li {
      background: #e67024;
      border: solid 2px transparent;
      padding: 15px;
      line-height: 1.3em;
      font-size: 1.1em;
      cursor: pointer;
      overflow: hidden;
      aspect-ratio: 1;
      position: relative;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .our-focus__tabs li:hover, .our-focus__tabs li.active {
        border-color: #fff;
        background: transparent; }
      .our-focus__tabs li span {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px; }
  .our-focus aside {
    width: 44%;
    min-width: 44%;
    padding-right: 100px; }
  @media (max-width: 1679px) {
    .our-focus__tabs li {
      font-size: 1em; } }
  @media (max-width: 1239px) {
    .our-focus__tabs {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1023px) {
    .our-focus {
      padding-top: 6em; }
      .our-focus .line-title {
        margin-bottom: 3em; }
      .our-focus__grid {
        display: block; }
      .our-focus__tabs {
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 3em; }
      .our-focus aside {
        width: 100%;
        padding-right: 0; } }
  @media (max-width: 767px) {
    .our-focus {
      padding-top: 4em;
      padding-bottom: 6em; }
      .our-focus .line-title {
        margin-bottom: 2.5em; }
      .our-focus__tabs {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 3em; } }
  @media (max-width: 575px) {
    .our-focus {
      padding-bottom: 4em; }
      .our-focus__tabs {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 3em;
        grid-gap: 10px; }
        .our-focus__tabs li span {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px; } }

.numbers {
  position: relative;
  color: #fff;
  padding: 5em 0 8em; }
  .numbers .bg {
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1; }
  .numbers__grid {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr; }
  .numbers__item {
    border: solid 5px #e67024;
    background: #132136;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .numbers__item:nth-child(4) {
      grid-row: span 2; }
    .numbers__item figure {
      width: 120px;
      min-width: 120px;
      -ms-flex-item-align: center;
          align-self: center;
      text-align: center;
      font-size: 3.6em;
      font-weight: 300;
      letter-spacing: -0.1em; }
      .numbers__item figure svg {
        max-width: 75%; }
    .numbers__item aside {
      border-left: solid 2px #e67024;
      padding: 40px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .numbers__item aside *:last-child {
        margin-bottom: 0; }
      .numbers__item aside p {
        text-transform: uppercase;
        margin: 0 0 0.75em;
        font-size: 1.1em; }
  @media (max-width: 1239px) {
    .numbers__grid {
      grid-gap: 20px; } }
  @media (max-width: 1023px) {
    .numbers {
      padding: 4em 0 6em; }
      .numbers__grid {
        grid-template-columns: 1fr; } }
  @media (max-width: 575px) {
    .numbers__item figure {
      font-size: 2em;
      width: 80px;
      min-width: 80px; }
    .numbers__item aside {
      padding: 20px; }
      .numbers__item aside p {
        font-size: 1em; } }

.contact-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e67024;
  color: #fff; }
  .contact-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
    .contact-banner__item figure {
      width: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 25vw; }
    .contact-banner__item aside {
      width: 50%;
      padding: 50px;
      -ms-flex-item-align: center;
          align-self: center;
      font-size: 22px;
      line-height: 1.36;
      letter-spacing: -0.02em; }
      .contact-banner__item aside h6 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 1.5em; }
      .contact-banner__item aside strong {
        font-size: 18px;
        font-weight: normal; }
      .contact-banner__item aside > *:last-child {
        margin-bottom: 0; }
  @media (max-width: 1239px) {
    .contact-banner {
      display: block; }
      .contact-banner__item {
        width: 100%; }
        .contact-banner__item figure {
          min-height: 50vw; }
        .contact-banner__item:last-child figure {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
  @media (max-width: 1023px) {
    .contact-banner__item aside {
      padding: 30px;
      font-size: 20px; }
      .contact-banner__item aside h6 {
        font-size: 16px; } }
  @media (max-width: 575px) {
    .contact-banner__item {
      display: block; }
      .contact-banner__item aside {
        width: 100%;
        padding: 30px 20px; }
      .contact-banner__item figure {
        width: 100%;
        min-height: 75vw; } }

.post {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  .post .page-nav {
    position: absolute;
    top: 0;
    right: -60px; }
    .post .page-nav + * {
      max-width: 600px; }
  .post h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
    color: #132136;
    margin: 0 0 20px; }
  .post h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
    line-height: 1.45; }
  .post h4 {
    font-size: 22px;
    color: #132136;
    line-height: 1.36;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
    max-width: 494px; }
  @media (max-width: 1239px) {
    .post .page-nav {
      right: 0; } }
  @media (max-width: 1023px) {
    .post .page-nav {
      position: static; } }

.filter {
  padding: 40px 0; }
  .filter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #000;
    font-size: 0.9em; }
    .filter__grid li {
      margin-right: 30px; }
      .filter__grid li a {
        color: inherit; }
        .filter__grid li a:hover {
          color: #e67024; }
      .filter__grid li.current-cat a {
        color: #e67024; }
  .filter + .news {
    margin: 0 0 2em 0; }
  @media (max-width: 1239px) {
    .filter {
      padding: 30px 0; } }
  @media (max-width: 1023px) {
    .filter {
      padding: 20px 0;
      font-size: 1em; }
      .filter__grid li {
        margin-right: 20px; } }
  @media (max-width: 575px) {
    .filter {
      padding: 15px 0; } }

.news {
  overflow: hidden;
  margin: 5em 0; }
  .news__slider {
    margin-left: -5px;
    margin-right: -5px; }
    .news__slider .news__grid__item {
      border-left: solid 5px #fff;
      border-right: solid 5px #fff; }
    .news__slider .slick-arrow {
      outline: none;
      border: 0;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      width: 46px;
      padding-bottom: 119.565217391%;
      z-index: 200;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .news__slider .slick-arrow.slick-prev {
        background-image: url(img/arrow__prev.svg);
        left: 20px; }
      .news__slider .slick-arrow.slick-next {
        background-image: url(img/arrow__next.svg);
        right: 20px; }
  .news__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
    .news__grid__zero {
      font-weight: bold;
      padding: 2em 20px;
      width: 100%;
      border-top: solid 1px #3b3b3b; }
    .news__grid__item {
      overflow: hidden;
      display: block; }
      .news__grid__item img {
        width: 100%;
        display: block;
        -webkit-transition: .3s ease-in-out all;
        -o-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all;
        position: relative; }
      .news__grid__item h3 {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px;
        -webkit-transition: .3s ease-in-out all;
        -o-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all;
        text-transform: none;
        font-size: 1.35vw;
        font-weight: 500;
        line-height: 1.3;
        margin: 0;
        z-index: 2; }
        .news__grid__item h3 strong {
          color: #e67024;
          display: block;
          font-weight: 500;
          line-height: 1.3; }
      .news__grid__item a {
        display: block;
        position: relative;
        overflow: hidden; }
        .news__grid__item a:before {
          background: #132136;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0.53;
          -webkit-transition: .5s ease-in-out all;
          -o-transition: .5s ease-in-out all;
          transition: .5s ease-in-out all;
          z-index: 1; }
        .news__grid__item a:hover h3 {
          opacity: 0; }
        .news__grid__item a:hover:before {
          opacity: 0; }
        .news__grid__item a:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
  @media (max-width: 1679px) {
    .news__slider .slick-arrow {
      width: 30px; }
    .news__grid__item h3 {
      padding: 20px; } }
  @media (max-width: 1239px) {
    .news__grid {
      grid-template-columns: repeat(2, 1fr); }
      .news__grid__item h3 {
        font-size: 2.7vw; } }
  @media (max-width: 575px) {
    .news__grid {
      grid-template-columns: repeat(1, 1fr); }
      .news__grid__item h3 {
        font-size: 5.4vw; } }

.team {
  overflow: hidden;
  margin: 5em 0; }
  .team + .page .container, .team + .page .container > * {
    margin-top: 0; }
  .team .container {
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px; }
  .team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    .team__grid__item a {
      display: block;
      color: #fff;
      position: relative; }
      .team__grid__item a:after {
        background: rgba(230, 112, 36, 0.72);
        content: 'View Bio';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
        letter-spacing: 0.4em;
        font-size: 12px;
        font-weight: bold;
        opacity: 0;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out; }
      .team__grid__item a:hover:after {
        opacity: 1; }
    .team__grid__item img {
      width: 100%; }
    .team__grid__item h3 {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 20px 15px;
      z-index: 2;
      line-height: 1em;
      font-size: 0.9em;
      font-weight: 500;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      color: #fff;
      margin: 0; }
      .team__grid__item h3 small {
        display: block;
        line-height: 1.222em;
        font-size: inherit;
        text-transform: none; }
  @media (max-width: 1023px) {
    .team__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      .team__grid__item a:after {
        font-size: 1.25vw; }
      .team__grid__item h3 {
        padding: 2vw 1.75vw;
        font-size: 2vw; } }
  @media (max-width: 767px) {
    .team__grid {
      grid-template-columns: repeat(2, 1fr); }
      .team__grid__item a:after {
        font-size: 1.875vw; }
      .team__grid__item h3 {
        padding: 3vw 2.625vw;
        font-size: 3vw; } }
  @media (max-width: 575px) {
    .team__grid {
      grid-template-columns: repeat(1, 1fr);
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; }
      .team__grid__item a:after {
        font-size: 12px; }
      .team__grid__item h3 {
        font-size: 18px;
        padding: 20px 15px; } }

.member__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-bottom: 2px; }
  .member__info .page-nav {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%); }
  .member__info figure {
    margin-right: 100px;
    min-width: calc(40% + 100px); }
    .member__info figure img {
      width: 100%; }
  .member__info aside {
    margin: 3.5em 0 0 0;
    position: relative;
    font-size: 0.9em; }
    .member__info aside p, .member__info aside ul, .member__info aside ol {
      font-weight: bold; }
  .member__info h2 {
    text-transform: none;
    font-weight: 500;
    color: #000;
    font-size: 1.8em; }
    .member__info h2 small {
      display: block;
      text-transform: uppercase;
      color: #e67024;
      font-size: 0.777em; }
  .member__info h3 {
    margin-top: 2em;
    margin-bottom: 0.25em;
    font-size: inherit;
    font-weight: bold; }
  .member__info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 415px;
    border-top: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    margin-bottom: -1px;
    padding: 12px 0;
    font-size: 1.1em; }
    .member__info__row--space {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .member__info__row a {
      margin-right: 12px; }
      .member__info__row a:hover {
        color: #132136; }
      .member__info__row a:last-child {
        margin-right: 0; }
      .member__info__row a small {
        font-size: 0.818em;
        text-transform: uppercase;
        color: #e67024; }
      .member__info__row a[href^="tel:"] {
        color: #132136; }
        .member__info__row a[href^="tel:"]:hover {
          color: #e67024; }
  .member__info a.social--linkedin {
    margin: 0;
    background-image: url(img/social--dark.png);
    background-size: auto 100%;
    width: 23px;
    height: 23px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative; }
    .member__info a.social--linkedin:hover {
      opacity: 0.8; }

.member__recognition {
  position: relative;
  padding: 3.5em 0;
  font-size: 0.9em; }
  .member__recognition:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    background: #ddd;
    z-index: -1; }
  .member__recognition h3 {
    margin-bottom: 0.2em;
    font-size: inherit; }
  .member__recognition__cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px; }
    .member__recognition__cols > * {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid; }
      .member__recognition__cols > *:last-child {
        margin-bottom: 0; }

@media (max-width: 1679px) {
  .member__info .page-nav {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 0 0 1em 0; } }

@media (max-width: 1239px) {
  .member__info figure {
    margin-right: 50px;
    min-width: calc(35% + 50px); } }

@media (max-width: 1023px) {
  .member__info aside {
    font-size: 1em; } }

@media (max-width: 767px) {
  .member__info {
    display: block;
    margin: 0; }
    .member__info figure {
      width: auto;
      margin: 0 -20px; }
    .member__info aside {
      margin: 3em 0; }
    .member__info h2 {
      font-size: 1.5em; } }

.accordion {
  position: relative;
  margin: 0;
  padding: 4em 0;
  z-index: 2; }
  .accordion:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #dddddd;
    z-index: -1; }
  .accordion dl {
    margin: 0;
    border-bottom: solid 1px #132136; }
    .accordion dl dt {
      border-top: solid 1px #132136;
      font-size: 18px;
      font-weight: bold;
      color: #e67024;
      text-transform: uppercase;
      line-height: 1.5em;
      padding: 1.25em 0;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .accordion dl dt:before {
        content: '';
        background: url(img/plus.svg) no-repeat center center;
        background-size: cover;
        color: #fff;
        width: 1.45em;
        height: 1.45em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 1.1em;
        overflow: hidden; }
      .accordion dl dt.on:before {
        background-image: url(img/minus.svg); }
    .accordion dl dd {
      margin: 0;
      padding: 0 0 2.5em;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px;
      font-size: 0.9em;
      font-weight: bold;
      display: none; }
      .accordion dl dd > * {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
             break-inside: avoid; }
        .accordion dl dd > *:last-child {
          margin-bottom: 0; }

  @media (max-width: 1023px) {
    .accordion dl dd {
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; } }
  @media (max-width: 767px) {
    .accordion dl dd {
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.footer {
  background: #132136 url(img/logo-footer.png) no-repeat center bottom 5px;
  color: #fff;
  padding: 9.375vw 0;
  position: relative;
  font-weight: 400; }
  .footer:before {
    content: '';
    position: absolute;
    top: 3.65vw;
    left: 0;
    right: 0;
    background: #e67024;
    height: 6px; }
  .footer a {
    color: inherit; }
    .footer a:hover {
      color: #e67024; }
  .footer__widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px; }
    .footer__widgets address {
      padding-right: 100px;
      font-style: normal;
      margin-bottom: 50px; }
      .footer__widgets address h6 {
        font-weight: 700;
        font-size: inherit;
        text-transform: uppercase; }
    .footer__widgets .newsletter {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: right;
      margin-bottom: 50px; }
    .footer__widgets .social {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-bottom: 50px; }
  .footer__links {
    font-size: 11px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer__links aside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer__links aside > p {
        margin-right: 10px; }
    .footer__links p {
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin: 0; }
  @media (max-width: 1239px) {
    .footer__widgets {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer__widgets .newsletter {
        width: 100%;
        text-align: left; }
      .footer__widgets address {
        margin-bottom: 40px; }
      .footer__widgets .social {
        margin-bottom: 40px; } }
  @media (max-width: 1023px) {
    .footer {
      background-image: url(img/nav-badge.png);
      background-size: 40% auto;
      background-position: right bottom; }
      .footer:before {
        height: 4px; } }
  @media (max-width: 767px) {
    .footer {
      padding: 70px 0 50px 0; }
      .footer:before {
        top: 30px; }
      .footer__widgets {
        display: block; }
        .footer__widgets address {
          width: 100%;
          padding-right: 0;
          margin-bottom: 1.5em; }
      .footer__links {
        display: block; }
        .footer__links .social {
          margin-bottom: 2em; }
        .footer__links ul {
          line-height: 2em; } }
  @media (max-width: 575px) {
    .footer__widgets {
      display: block; }
      .footer__widgets address {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.5em; }
    .footer__links ul {
      display: block; } }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-height: 100%;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100vmin;
        height: 0;
        padding-bottom: 56.25vmin;
        overflow: hidden;
        position: relative;
        margin: 0 auto; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(img/load.gif) no-repeat center center;
    background-size: 32px auto; }

#swipebox-prev, #swipebox-next {
  background-image: url(img/arrow__prev.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  width: 29px;
  height: 48px;
  cursor: pointer; }

#swipebox-prev {
  left: 20px; }

#swipebox-next {
  background-image: url(img/arrow__next.svg);
  right: 20px; }

#swipebox-close {
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  width: 29px;
  height: 32px;
  top: 20px;
  right: 20px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }


.testimonial-text {
	color: #000;
}

.sub-menu {
	font-size: 18px;
}

body.home > #nav {
    margin-top: 76px;
}
.search-results__item,
.search-results__item:hover {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: solid 1px #ccc;
	color: #000;
	display: block;
}
.search-results__item span {
	color: #e67024;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; 
  text-transform: uppercase;
  font-size: 0.8em; 
	font-weight: bold;
}
.search-results__item:hover span {
	color: #f0ac80;
}
.search-results__item h2 {
	margin-bottom: 0.5em;
}
.search-results__item p {
	margin-bottom: 0.5em;
}

.chambers-logo {
height: 74px;
width: 88px;
margin-bottom: 10px;
margin-top: 10px;
}