/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, layout/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, layout/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, layout/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
/* line 50, layout/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, layout/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, layout/_normalize.scss */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, layout/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, layout/_normalize.scss */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, layout/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, layout/_normalize.scss */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, layout/_normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, layout/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 170, layout/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 187, layout/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 191, layout/_normalize.scss */
sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
/* line 210, layout/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, layout/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
/* line 234, layout/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, layout/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 257, layout/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, layout/_normalize.scss */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, layout/_normalize.scss */
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.
 */
/* line 288, layout/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 299, layout/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, layout/_normalize.scss */
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.
 */
/* line 322, layout/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, layout/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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.
 */
/* line 346, layout/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, layout/_normalize.scss */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, layout/_normalize.scss */
[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.
 */
/* line 388, layout/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, layout/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, layout/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* line 3, layout/_fonts.scss */
html {
  font-family: "Marr Sans Web", Arial, sans-serif; }

/* line 4, layout/_fonts.scss */
b, strong {
  font-weight: 600; }

@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-RegularNo2-Web-368c8191.eot");
  src: url("../fonts/CaponiDisplay-RegularNo2-Web-368c8191.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-RegularNo2-Web-79630966.woff2") format("woff2"), url("../fonts/CaponiDisplay-RegularNo2-Web-b4abed52.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-RegularItalic-Web-e55fbabd.eot");
  src: url("../fonts/CaponiDisplay-RegularItalic-Web-e55fbabd.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-RegularItalic-Web-f30a3367.woff2") format("woff2"), url("../fonts/CaponiDisplay-RegularItalic-Web-266cdcc0.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-RegularNo2-Web-368c8191.eot");
  src: url("../fonts/CaponiDisplay-RegularNo2-Web-368c8191.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-RegularNo2-Web-79630966.woff2") format("woff2"), url("../fonts/CaponiDisplay-RegularNo2-Web-b4abed52.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Marr Sans Web';
  src: url("../fonts/MarrSans-LightItalic-Web-4d47d70e.eot");
  src: url("../fonts/MarrSans-LightItalic-Web-4d47d70e.eot?#iefix") format("embedded-opentype"), url("../fonts/MarrSans-LightItalic-Web-6179c077.woff2") format("woff2"), url("../fonts/MarrSans-LightItalic-Web-b6320d08.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Marr Sans Web';
  src: url("../fonts/MarrSans-Light-Web-1a64b810.eot");
  src: url("../fonts/MarrSans-Light-Web-1a64b810.eot?#iefix") format("embedded-opentype"), url("../fonts/MarrSans-Light-Web-53bf3332.woff2") format("woff2"), url("../fonts/MarrSans-Light-Web-2da0f838.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-RegularItalic-Web-e55fbabd.eot");
  src: url("../fonts/CaponiDisplay-RegularItalic-Web-e55fbabd.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-RegularItalic-Web-f30a3367.woff2") format("woff2"), url("../fonts/CaponiDisplay-RegularItalic-Web-266cdcc0.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-Regular-Web-dc1b0872.eot");
  src: url("../fonts/CaponiDisplay-Regular-Web-dc1b0872.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-Regular-Web-826eaa0e.woff2") format("woff2"), url("../fonts/CaponiDisplay-Regular-Web-9b503923.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-RegularNo2Italic-Web-f6720453.eot");
  src: url("../fonts/CaponiDisplay-RegularNo2Italic-Web-f6720453.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-RegularNo2Italic-Web-0c3c9949.woff2") format("woff2"), url("../fonts/CaponiDisplay-RegularNo2Italic-Web-34874a76.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Marr Sans Web';
  src: url("../fonts/MarrSans-Regular-Web-ae95fbe7.eot");
  src: url("../fonts/MarrSans-Regular-Web-ae95fbe7.eot?#iefix") format("embedded-opentype"), url("../fonts/MarrSans-Regular-Web-e330dd3f.woff2") format("woff2"), url("../fonts/MarrSans-Regular-Web-f3e49555.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Marr Sans Web';
  src: url("../fonts/MarrSans-RegularItalic-Web-b3cc3b1f.eot");
  src: url("../fonts/MarrSans-RegularItalic-Web-b3cc3b1f.eot?#iefix") format("embedded-opentype"), url("../fonts/MarrSans-RegularItalic-Web-98c3c473.woff2") format("woff2"), url("../fonts/MarrSans-RegularItalic-Web-bf624a42.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-MediumItalic-Web-d914ee9e.eot");
  src: url("../fonts/CaponiDisplay-MediumItalic-Web-d914ee9e.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-MediumItalic-Web-051de131.woff2") format("woff2"), url("../fonts/CaponiDisplay-MediumItalic-Web-ac723587.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-Medium-Web-1c57b187.eot");
  src: url("../fonts/CaponiDisplay-Medium-Web-1c57b187.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-Medium-Web-082acd61.woff2") format("woff2"), url("../fonts/CaponiDisplay-Medium-Web-5cc9a845.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Marr Sans Web';
  src: url("../fonts/MarrSans-MediumItalic-Web-5a715d8f.eot");
  src: url("../fonts/MarrSans-MediumItalic-Web-5a715d8f.eot?#iefix") format("embedded-opentype"), url("../fonts/MarrSans-MediumItalic-Web-b507881b.woff2") format("woff2"), url("../fonts/MarrSans-MediumItalic-Web-a3f7e69e.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Marr Sans Web';
  src: url("../fonts/MarrSans-Medium-Web-64b21287.eot");
  src: url("../fonts/MarrSans-Medium-Web-64b21287.eot?#iefix") format("embedded-opentype"), url("../fonts/MarrSans-Medium-Web-1759469c.woff2") format("woff2"), url("../fonts/MarrSans-Medium-Web-c1feddd2.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-SemiboldItalic-Web-a8040252.eot");
  src: url("../fonts/CaponiDisplay-SemiboldItalic-Web-a8040252.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-SemiboldItalic-Web-9d4399b5.woff2") format("woff2"), url("../fonts/CaponiDisplay-SemiboldItalic-Web-04672470.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Caponi Display Web';
  src: url("../fonts/CaponiDisplay-Semibold-Web-ca2adce9.eot");
  src: url("../fonts/CaponiDisplay-Semibold-Web-ca2adce9.eot?#iefix") format("embedded-opentype"), url("../fonts/CaponiDisplay-Semibold-Web-28f4e34d.woff2") format("woff2"), url("../fonts/CaponiDisplay-Semibold-Web-49d2fb38.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Marr Sans Web';
  src: url("../fonts/MarrSans-SemiboldItalic-Web-a2f99db3.eot");
  src: url("../fonts/MarrSans-SemiboldItalic-Web-a2f99db3.eot?#iefix") format("embedded-opentype"), url("../fonts/MarrSans-SemiboldItalic-Web-84add1b2.woff2") format("woff2"), url("../fonts/MarrSans-SemiboldItalic-Web-6748259a.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Marr Sans Web';
  src: url("../fonts/MarrSans-Semibold-Web-5f22051c.eot");
  src: url("../fonts/MarrSans-Semibold-Web-5f22051c.eot?#iefix") format("embedded-opentype"), url("../fonts/MarrSans-Semibold-Web-1158d983.woff2") format("woff2"), url("../fonts/MarrSans-Semibold-Web-e846e21f.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }
/* line 27, layout/_base.scss */
a {
  text-decoration: underline;
  color: #483733;
  -moz-transition: opacity 0.25s, color 0.25s;
  -o-transition: opacity 0.25s, color 0.25s;
  -webkit-transition: opacity 0.25s, color 0.25s;
  transition: opacity 0.25s, color 0.25s; }
  /* line 28, layout/_base.scss */
  a:hover {
    opacity: .5; }

/* line 31, layout/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 32, layout/_base.scss */
html, body {
  height: 100%; }

/* line 33, layout/_base.scss */
body {
  min-width: 375px;
  font-size: 15px;
  line-height: 22px;
  color: #483733;
  background: #fff; }

/* line 34, layout/_base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 35, layout/_base.scss */
h1, h2, h3 {
  font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
  font-weight: 100; }

/* line 36, layout/_base.scss */
h1, h2, h3, h4, blockquote, strong {
  margin: 0;
  padding: 0; }

/* line 37, layout/_base.scss */
h1 {
  font-size: 38px;
  line-height: 46px;
  color: #483733;
  padding: 0 0 20px; }

/* line 38, layout/_base.scss */
h2 {
  font-size: 40px;
  line-height: 45px;
  color: #483733;
  padding: 0 0 38px; }

/* line 39, layout/_base.scss */
h3,
h4 {
  font-size: 21px;
  line-height: 25px;
  color: #483733;
  padding: 10px 0 10px; }

/* line 41, layout/_base.scss */
h4 {
  font-size: 16px;
  line-height: 19px; }

/* line 42, layout/_base.scss */
p {
  margin: 0;
  padding: 0 0 1.375em; }
  /* line 43, layout/_base.scss */
  p:last-child {
    padding: 0; }

/* line 45, layout/_base.scss */
sup {
  top: -1em;
  font-size: 50%; }

/* line 46, layout/_base.scss */
blockquote {
  font-size: 28px;
  line-height: 36px;
  color: #67B2E8; }

/* line 47, layout/_base.scss */
.container {
  padding: 0 74px 0;
  max-width: 1088px;
  margin: 0 auto;
  position: relative; }

/* line 48, layout/_base.scss */
.no_overflow {
  overflow: hidden; }

/* line 49, layout/_base.scss */
.dt {
  display: table;
  width: 100%;
  height: 100%; }
  /* line 50, layout/_base.scss */
  .dt .td {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
    /* line 51, layout/_base.scss */
    .dt .td .content {
      height: auto;
      display: inline-block;
      text-align: left; }

@media (max-width: 1010px) {
  /* line 55, layout/_base.scss */
  h1 {
    font-size: 32px;
    line-height: 38px; }

  /* line 56, layout/_base.scss */
  h2 {
    font-size: 27px;
    line-height: 32px; } }
@media (max-width: 600px) {
  /* line 61, layout/_base.scss */
  .container {
    padding-left: 35px;
    padding-right: 35px; } }
/* line 1, layout/_grid.scss */
.row {
  display: inline-block;
  padding: 40px 0;
  width: 100%;
  min-height: 200px;
  border-bottom: 1px solid #E2E3DE; }
  /* line 2, layout/_grid.scss */
  .row .practice {
    padding-right: 22px;
    float: left;
    width: 24%;
    text-align: left; }
    /* line 3, layout/_grid.scss */
    .row .practice svg {
      width: 42px;
      height: 42px; }
    /* line 4, layout/_grid.scss */
    .row .practice p {
      font-size: 20px;
      line-height: 28px; }
    /* line 5, layout/_grid.scss */
    .row .practice ul {
      margin-top: 0;
      padding: 0 20px;
      font-family: "Marr Sans Web", Arial, sans-serif;
      font-size: 20px;
      line-height: 28px; }
    /* line 6, layout/_grid.scss */
    .row .practice h2 {
      font-size: 35px;
      line-height: 40px;
      color: #483733;
      padding: 0;
      text-align: left; }
    /* line 7, layout/_grid.scss */
    .row .practice b {
      padding-right: 28px;
      font-size: 12px;
      line-height: 14px;
      text-align: left; }
    /* line 8, layout/_grid.scss */
    .row .practice:nth-of-type(1) {
      width: 28%; }

@media (max-width: 767px) {
  /* line 16, layout/_grid.scss */
  .row .practice {
    padding-bottom: 40px;
    width: 100%; }
    /* line 17, layout/_grid.scss */
    .row .practice p {
      padding: 0 0 10px; }
    /* line 18, layout/_grid.scss */
    .row .practice:nth-of-type(1) {
      width: 100%; } }
/* line 1, layout/_header.scss */
.header_placeholder {
  height: 80px; }

/* line 2, layout/_header.scss */
.header {
  height: 80px;
  font-size: 16px;
  line-height: 16px;
  color: #483733;
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #E2E3DE;
  background: #fff; }
  /* line 3, layout/_header.scss */
  .header a {
    text-decoration: none; }
  /* line 4, layout/_header.scss */
  .header-container {
    height: 100%;
    margin: 0 auto;
    position: relative; }
  /* line 11, layout/_header.scss */
  .header-download {
    position: absolute;
    right: 74px;
    top: 0;
    font-size: 12px;
    line-height: 25px;
    margin-top: -25px; }
    /* line 12, layout/_header.scss */
    .header-download a {
      color: #636466;
      font-weight: bold; }
  /* line 14, layout/_header.scss */
  .header-logo {
    vertical-align: top;
    position: absolute;
    left: 74px;
    top: 21px;
    z-index: 10;
    zoom: 1; }
  /* line 15, layout/_header.scss */
  .header-label {
    position: absolute;
    left: 74px;
    top: 44px;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 10; }
  /* line 16, layout/_header.scss */
  .header-nav {
    position: absolute;
    bottom: 22px;
    right: 74px; }
    /* line 18, layout/_header.scss */
    .header-nav a {
      color: #483733;
      display: inline-block;
      margin: 0 0 0 25px;
      text-align: center;
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      padding-bottom: 2px;
      border-bottom: 1px solid #483733; }
      /* line 19, layout/_header.scss */
      .header-nav a:first-child {
        display: none; }
      /* line 20, layout/_header.scss */
      .header-nav a:hover {
        opacity: .5; }
      /* line 21, layout/_header.scss */
      .header-nav a svg {
        fill: #483733;
        vertical-align: middle;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
      /* line 22, layout/_header.scss */
      .header-nav a.current {
        color: #F96800;
        border-color: #F96800; }
  /* line 25, layout/_header.scss */
  .header-hamburger {
    position: absolute;
    right: 35px;
    top: 24px;
    opacity: 0;
    -moz-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: none; }

@media (min-width: 1011px) {
  /* line 30, layout/_header.scss */
  .header-nav-list {
    word-spacing: 25px; }
  /* line 31, layout/_header.scss */
  .header-nav a {
    word-spacing: normal;
    margin: 0; } }
@media (max-width: 1010px) {
  /* line 36, layout/_header.scss */
  .header {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    /* line 37, layout/_header.scss */
    .header-nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100vh;
      background: rgba(58, 59, 63, 0.8);
      padding: 0;
      font-size: 30px;
      line-height: 60px;
      -moz-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
      -webkit-transform: translate(100%, -100%);
      transform: translate(100%, -100%);
      opacity: 0;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      /* line 38, layout/_header.scss */
      .header-nav-list {
        position: absolute;
        top: 0;
        right: 0;
        overflow: auto;
        width: 454px;
        background: #E2E3DE;
        padding: 12px 25px 36px; }
      /* line 39, layout/_header.scss */
      .header-nav a {
        display: block;
        font-size: 30px;
        line-height: 60px;
        padding: 0 20px;
        font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
        border: 0;
        text-align: left;
        margin: 0; }
        /* line 40, layout/_header.scss */
        .header-nav a:first-child {
          display: block; }
    /* line 43, layout/_header.scss */
    .header-download {
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    /* line 44, layout/_header.scss */
    .header-hamburger {
      opacity: 1;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      display: block; }

  /* line 47, layout/_header.scss */
  .open_nav body {
    overflow: hidden;
    height: 100%; }
  /* line 49, layout/_header.scss */
  .open_nav .header-nav {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 80px;
    opacity: 1; } }
@media (max-width: 600px) {
  /* line 56, layout/_header.scss */
  .header_placeholder {
    height: 50px; }

  /* line 57, layout/_header.scss */
  .header {
    height: 50px; }
    /* line 58, layout/_header.scss */
    .header-logo {
      width: 169px;
      height: 13px;
      left: 35px;
      top: 10px; }
      /* line 59, layout/_header.scss */
      .header-logo svg {
        width: 169px;
        height: 13px; }
    /* line 61, layout/_header.scss */
    .header-label {
      left: 35px;
      top: 24px;
      font-size: 10px; }
    /* line 62, layout/_header.scss */
    .header-nav {
      background: none;
      -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%); }
      /* line 63, layout/_header.scss */
      .header-nav-list {
        left: 0;
        bottom: 0;
        width: auto;
        padding-left: 17px;
        padding-right: 17px; }
    /* line 65, layout/_header.scss */
    .header-hamburger {
      top: 18px; }
      /* line 66, layout/_header.scss */
      .header-hamburger-label {
        display: none; }

  /* line 71, layout/_header.scss */
  .open_nav .header-nav {
    top: 50px; } }
/* line 1, layout/_footer.scss */
.footer {
  padding: 100px 74px 77px;
  position: relative;
  color: #807D79;
  font-size: 12px;
  line-height: 18px;
  max-width: 1088px;
  margin: 0 auto; }
  /* line 2, layout/_footer.scss */
  .footer-container {
    border-top: 1px solid #807D79;
    padding-top: 8px; }
  /* line 3, layout/_footer.scss */
  .footer-copy {
    display: inline-block; }
  /* line 4, layout/_footer.scss */
  .footer-nav {
    display: inline-block; }
    /* line 5, layout/_footer.scss */
    .footer-nav a {
      display: inline-block;
      color: #807D79;
      margin: 0 0 0 12px;
      text-decoration: underline; }
      /* line 6, layout/_footer.scss */
      .footer-nav a:hover {
        color: #C8C7C5; }

@media screen and (max-width: 600px) {
  /* line 11, layout/_footer.scss */
  .footer {
    padding: 40px 35px 30px;
    line-height: 22px; }
    /* line 12, layout/_footer.scss */
    .footer-nav {
      display: block; }
      /* line 13, layout/_footer.scss */
      .footer-nav a {
        display: block;
        margin: 0; } }
/* line 1, components/_hamburger.scss */
.header-hamburger {
  cursor: pointer;
  width: 22px;
  height: 17px;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  /* line 2, components/_hamburger.scss */
  .header-hamburger-label {
    position: absolute;
    left: 50%;
    top: 26px;
    margin: 0 0 0 -25px;
    width: 50px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    overflow: hidden;
    height: 13px; }
    /* line 3, components/_hamburger.scss */
    .header-hamburger-label b {
      font-weight: 100;
      display: block;
      opacity: 0;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      /* line 4, components/_hamburger.scss */
      .header-hamburger-label b:first-child {
        margin-top: 0;
        opacity: 1; }
  /* line 7, components/_hamburger.scss */
  .header-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #483733;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    top: 6px; }
    /* line 8, components/_hamburger.scss */
    .header-hamburger span:nth-child(1) {
      top: 0; }
    /* line 9, components/_hamburger.scss */
    .header-hamburger span:nth-child(4) {
      top: 12px; }

/* line 15, components/_hamburger.scss */
.open_nav .header-hamburger-label b {
  opacity: 1; }
  /* line 16, components/_hamburger.scss */
  .open_nav .header-hamburger-label b:first-child {
    margin-top: -13px;
    opacity: 0; }
/* line 19, components/_hamburger.scss */
.open_nav .header-hamburger span {
  height: 3px; }
  /* line 20, components/_hamburger.scss */
  .open_nav .header-hamburger span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 21, components/_hamburger.scss */
  .open_nav .header-hamburger span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* line 22, components/_hamburger.scss */
  .open_nav .header-hamburger span:nth-child(1), .open_nav .header-hamburger span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%; }

/* line 1, components/_intro.scss */
.intro {
  height: 412px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  margin-bottom: 120px;
  text-align: center; }
  /* line 9, components/_intro.scss */
  .intro .fallback {
    width: 100%;
    height: auto; }
    @media (max-width: 600px) {
      /* line 9, components/_intro.scss */
      .intro .fallback {
        display: none; } }
  /* line 16, components/_intro.scss */
  .intro iframe {
    background: #fff;
    border: 0; }
  /* line 21, components/_intro.scss */
  .intro h1 {
    position: relative;
    margin: 6.5% auto 30px;
    padding-bottom: 40px;
    max-width: 300px;
    font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
    font-size: 60px;
    line-height: 65px;
    font-style: italic; }
    /* line 30, components/_intro.scss */
    .intro h1 + p {
      padding: 0; }
    /* line 33, components/_intro.scss */
    .intro h1:after {
      content: "";
      position: absolute;
      left: 40%;
      bottom: 0;
      height: 1px;
      width: 60px;
      border-bottom: 5px solid #F96800; }
  /* line 43, components/_intro.scss */
  .intro .container {
    height: 100%; }
  /* line 46, components/_intro.scss */
  .intro-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
    /* line 55, components/_intro.scss */
    .intro-bg iframe {
      width: 100%;
      height: 100%; }
  /* line 60, components/_intro.scss */
  .intro-scroll {
    display: table;
    margin: 25px 0;
    width: 100%;
    color: #483733;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none; }
    /* line 70, components/_intro.scss */
    .intro-scroll svg {
      fill: none;
      stroke: #483733;
      clear: both;
      margin-top: 3px; }
  /* line 77, components/_intro.scss */
  .intro p {
    margin: 0 auto;
    max-width: 544px; }
  /* line 81, components/_intro.scss */
  .intro i {
    font-size: 16px;
    line-height: 30px;
    font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
    font-weight: 100; }
  /* line 87, components/_intro.scss */
  .intro strong {
    font-weight: 500;
    text-transform: uppercase; }
  /* line 91, components/_intro.scss */
  .intro .dt .td {
    display: block;
    margin-top: -30px; }

/* line 98, components/_intro.scss */
.index .intro {
  margin-top: 80px;
  padding-bottom: 52.1229868228404%;
  max-width: 100%;
  height: 0;
  padding-top: 0;
  top: 0;
  /*//.intro-scroll{bottom:407px;left:42%;}*/ }
  /* line 108, components/_intro.scss */
  .index .intro h1 {
    margin: 0 auto;
    max-width: 470px;
    font-size: 80px;
    line-height: 85px; }
    /* line 113, components/_intro.scss */
    .index .intro h1:after {
      left: 42%;
      bottom: 10px;
      width: 80px; }
  /* line 119, components/_intro.scss */
  .index .intro i {
    font-size: 40px;
    line-height: 50px; }
  /* line 123, components/_intro.scss */
  .index .intro p {
    font-size: 4vw;
    line-height: 1.2; }
  /* line 127, components/_intro.scss */
  .index .intro .dt .td {
    display: table-cell; }
  /* line 132, components/_intro.scss */
  .index .intro .container {
    position: absolute;
    left: 0;
    top: 50%;
    right: 13%;
    max-width: none;
    transform: translate(0, -50%); }
/* line 135, components/_intro.scss */
.index .videobg-aspect {
  top: auto;
  bottom: 0;
  padding-bottom: 52.1229868228404%; }

/*.intro h1 {
    margin: 0 21%;
    max-width: 400px;
}*/
/* Quick reset */
/* line 185, components/_intro.scss */
.videobg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  /* line 190, components/_intro.scss */
  .videobg-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  /* line 198, components/_intro.scss */
  .videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    padding-bottom: 28.5505124450952%;
    overflow: hidden; }
  /* line 208, components/_intro.scss */
  .videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
  /* line 216, components/_intro.scss */
  .videobg iframe {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none; }

@media (max-width: 1250px) {
  /* line 230, components/_intro.scss */
  .x2017-firm-highlights .intro-bg {
    background: url(../images/highlights/video_intro-0093035e.svg) bottom center;
    background-size: cover;
    background-repeat: no-repeat; }

  /* line 239, components/_intro.scss */
  .productively-aligned .intro-bg {
    background: url(../images/solutions/video_intro-0fd8c9ca.svg) bottom center;
    background-size: cover;
    background-repeat: no-repeat; }

  /* line 249, components/_intro.scss */
  .new-partners .intro-bg {
    background: url(../images/partners/video_intro-fbb7a11a.svg) bottom center;
    background-size: cover;
    background-repeat: no-repeat; }

  /* line 258, components/_intro.scss */
  .index .intro-bg {
    background: url(../images/home/video_intro-a3cdfcbe.svg) bottom center;
    background-size: cover;
    background-repeat: no-repeat; } }
@media (max-width: 1010px) {
  /* line 269, components/_intro.scss */
  .intro h1 {
    padding-bottom: 30px; }
    /* line 271, components/_intro.scss */
    .intro h1 + p {
      padding: 0; }
  /* line 276, components/_intro.scss */
  .intro-bg iframe {
    display: none; }
  /* line 280, components/_intro.scss */
  .intro .dt .td {
    margin-top: 0; }

  /* line 286, components/_intro.scss */
  .x2017-firm-highlights .intro-bg {
    background: url(../images/highlights/video_intro_mobile-24453116.svg) bottom center;
    background-size: cover;
    background-repeat: no-repeat; }

  /* line 296, components/_intro.scss */
  .productively-aligned .intro-bg {
    background: url(../images/solutions/video_intro_mobile-b84b3b92.svg) bottom center;
    background-size: cover;
    background-repeat: no-repeat; }

  /* line 306, components/_intro.scss */
  .new-partners .intro-bg {
    background: url(../images/partners/video_intro_mobile-112ff4dd.svg) bottom center;
    background-size: cover;
    background-repeat: no-repeat; }

  /* line 316, components/_intro.scss */
  .index .intro i {
    font-size: 36px;
    line-height: 40px; }
  /* line 320, components/_intro.scss */
  .index .intro-bg {
    opacity: 1;
    background: url(../images/home/video_intro-a3cdfcbe.svg) center center no-repeat;
    background-size: cover; } }
@media (max-width: 600px) {
  /* line 331, components/_intro.scss */
  .intro {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px; }
    /* line 335, components/_intro.scss */
    .intro-bg {
      background: left center;
      background-size: auto;
      font-size: 14px;
      line-height: 26px; }
    /* line 341, components/_intro.scss */
    .intro-scroll {
      display: none; }
    /* line 344, components/_intro.scss */
    .intro h1 {
      padding-bottom: 20px;
      max-width: 200px; }
      /* line 347, components/_intro.scss */
      .intro h1 p {
        font-size: 50px;
        line-height: 50px; }
      /* line 351, components/_intro.scss */
      .intro h1:after {
        left: 35%;
        bottom: -10px; }
    /* line 356, components/_intro.scss */
    .intro p {
      font-size: 14px;
      line-height: 26px; }
    /* line 360, components/_intro.scss */
    .intro i {
      font-size: 20px;
      line-height: 30px; }

  /* line 366, components/_intro.scss */
  .index .intro {
    margin-top: 50px;
    height: 235px;
    padding-bottom: 0; }
    /* line 369, components/_intro.scss */
    .index .intro-bg {
      opacity: 1;
      background: url(../images/home/video_intro_mobile-ba4535b7.svg) right bottom no-repeat; }
      /* line 372, components/_intro.scss */
      .index .intro-bg + .container {
        padding: 0; }
    /* line 376, components/_intro.scss */
    .index .intro h1 {
      left: -60px;
      font-size: 30px;
      line-height: 32px; }
      /* line 380, components/_intro.scss */
      .index .intro h1:after {
        bottom: 0;
        width: 50px; }
      /* line 384, components/_intro.scss */
      .index .intro h1 p {
        font-size: 30px;
        line-height: 32px; }
    /* line 389, components/_intro.scss */
    .index .intro i {
      font-size: 20px;
      line-height: 26px; }
    /* line 393, components/_intro.scss */
    .index .intro p:first-child {
      margin-top: 0; } }
@media (max-height: 600px) and (min-width: 768px) {
  /* line 404, components/_intro.scss */
  .index .intro p:first-child {
    margin-top: 0; } }
@media (max-height: 500px) and (min-width: 768px) {
  /* line 415, components/_intro.scss */
  .index .intro i {
    font-size: 36px;
    line-height: 4px; } }
@media (max-height: 400px) and (min-width: 768px) {
  /* line 426, components/_intro.scss */
  .index .intro i {
    font-size: 28px;
    line-height: 32px; } }
/* line 1, components/_video.scss */
.video-container {
  max-width: 780px;
  margin: 50px auto 0; }

/* line 2, components/_video.scss */
.video {
  width: 100%;
  height: 0;
  padding: 56.3% 0 0 0;
  position: relative; }
  /* line 3, components/_video.scss */
  .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  /* line 4, components/_video.scss */
  .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom no-repeat;
    background-size: cover;
    background-image: url(../images/home/video-two-18f0abe0.jpg); }
  /* line 5, components/_video.scss */
  .video-header {
    position: absolute;
    left: 29px;
    top: 23px;
    font-size: 35px;
    line-height: 43px;
    color: #fff;
    padding-bottom: 77px;
    font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
    font-weight: 100; }
  /* line 6, components/_video.scss */
  .video-play {
    position: absolute;
    bottom: 0;
    cursor: pointer; }
    /* line 7, components/_video.scss */
    .video-play svg {
      vertical-align: top;
      stroke: #F96800;
      fill: none; }
      /* line 8, components/_video.scss */
      .video-play svg polygon {
        fill: #F96800;
        stroke: none; }

@media (max-width: 767px) {
  /* line 13, components/_video.scss */
  .video-container {
    margin: 0 auto 0; } }
/* line 1, components/_story.scss */
.story-list {
  max-width: 1088px;
  padding: 0 74px;
  margin: 0 auto; }

/* line 2, components/_story.scss */
.story {
  position: relative;
  margin: 0 auto 80px;
  max-width: 620px;
  height: 220px; }
  /* line 3, components/_story.scss */
  .story-image, .story-content {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s; }
  /* line 5, components/_story.scss */
  .story-image {
    margin-top: 5px;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    vertical-align: top; }
  /* line 6, components/_story.scss */
  .story-content {
    padding-right: 2%;
    width: 65%;
    position: relative;
    color: #0D807E; }
    /* line 7, components/_story.scss */
    .story-content-quote {
      padding: 0 0 10px 20px;
      font-size: 22px;
      line-height: 30px;
      font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
      font-weight: 100;
      font-style: italic; }
    /* line 8, components/_story.scss */
    .story-content-cite {
      margin-bottom: 50px;
      padding: 0 0 0 20px;
      color: #0ABFAA; }
      /* line 9, components/_story.scss */
      .story-content-cite p {
        font-size: 12px;
        line-height: 16px; }
      /* line 10, components/_story.scss */
      .story-content-cite strong {
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase; }
  /* line 16, components/_story.scss */
  .story:nth-child(even) .story-content {
    color: #00BBEB; }
  /* line 17, components/_story.scss */
  .story:nth-child(even) .story-content-quote {
    padding: 0 0 15px 0; }
  /* line 18, components/_story.scss */
  .story:nth-child(even) .story-content-cite {
    padding: 0;
    color: #0083AD; }
  /* line 21, components/_story.scss */
  .story:nth-child(odd) .story-image {
    left: 0;
    right: auto; }
  /* line 22, components/_story.scss */
  .story:nth-child(odd) .story-content {
    margin-left: 35%;
    border-right: 0; }
  /* line 23, components/_story.scss */
  .story:nth-child(odd) .story-content-quote {
    padding: 0 0 10px 20px; }

@media (min-width: 1011px) {
  /* line 29, components/_story.scss */
  .story-image {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0; }
  /* line 30, components/_story.scss */
  .story-content {
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0; }
  /* line 32, components/_story.scss */
  .story:nth-child(even) .story-image {
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  /* line 33, components/_story.scss */
  .story:nth-child(even) .story-content {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  /* line 37, components/_story.scss */
  .active .story-image,
  .active .story-content {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 40, components/_story.scss */
  .active.story:nth-child(even) .story-image,
  .active.story:nth-child(even) .story-content {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@media (max-width: 1010px) {
  /* line 47, components/_story.scss */
  .story-list {
    max-width: 780px; }

  /* line 48, components/_story.scss */
  .story {
    margin: 0;
    padding: 0;
    height: auto; }
    /* line 49, components/_story.scss */
    .story-list {
      padding: 0; }
    /* line 50, components/_story.scss */
    .story-image {
      width: 50%;
      height: auto;
      position: static; }
    /* line 51, components/_story.scss */
    .story-content {
      position: relative;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      margin: 0;
      min-height: 0; }
    /* line 53, components/_story.scss */
    .story:nth-child(even) .story-image {
      right: 0;
      left: 0;
      margin-left: 50%; }
    /* line 54, components/_story.scss */
    .story:nth-child(even) .story-content {
      margin: 0; }
    /* line 56, components/_story.scss */
    .story:before {
      display: none; }
    /* line 57, components/_story.scss */
    .story:first-child {
      margin-top: 60px; }
      /* line 58, components/_story.scss */
      .story:first-child:before {
        display: block; }
    /* line 61, components/_story.scss */
    .story:nth-child(odd) .story-content {
      width: auto;
      margin-top: 0;
      margin-left: 0; }
    /* line 62, components/_story.scss */
    .story:nth-child(odd) .story-content-quote {
      padding: 0 0 10px 0; }
    /* line 63, components/_story.scss */
    .story:nth-child(odd) .story-content-cite {
      padding: 0; }
    /* line 66, components/_story.scss */
    .story:nth-child(3) .story-content {
      width: auto; } }
@media (max-width: 600px) {
  /* line 76, components/_story.scss */
  .story-content {
    border-width: 37px; }
    /* line 77, components/_story.scss */
    .story-content-quote {
      padding-bottom: 16px; }
    /* line 79, components/_story.scss */
    .story-content-cite p {
      font-size: 14px;
      line-height: 24px; }
    /* line 80, components/_story.scss */
    .story-content-cite strong {
      font-size: 12px; }
  /* line 83, components/_story.scss */
  .story:first-child {
    margin-top: 0; }
  /* line 85, components/_story.scss */
  .story:nth-child(even) .story-content {
    border-width: 37px; }
  /* line 88, components/_story.scss */
  .story:nth-child(odd) .story-content {
    margin-left: 0; } }
/* line 1, components/_tabs.scss */
.tabs {
  background: #F0F1EE;
  margin-top: 90px;
  padding: 50px 0 53px; }
  /* line 2, components/_tabs.scss */
  .tabs-nav {
    max-width: 780px;
    margin: 0 auto;
    border-bottom: 1px solid #807D79;
    font-size: 43px;
    line-height: 53px;
    text-align: center; }
    /* line 3, components/_tabs.scss */
    .tabs-nav-item {
      display: inline-block;
      margin: 0 44px -5px;
      padding-bottom: 20px;
      font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
      color: #807D79;
      cursor: pointer;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      /* line 4, components/_tabs.scss */
      .tabs-nav-item.current {
        color: #483733;
        border-bottom: 5px solid #F96800;
        cursor: default; }

/* line 9, components/_tabs.scss */
.tab {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 74px;
  font-size: 14px;
  line-height: 30px; }
  /* line 10, components/_tabs.scss */
  .tab-text {
    max-width: 620px;
    padding: 60px 0;
    margin: 0 auto; }
  /* line 12, components/_tabs.scss */
  .tab-blocks {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #807D79; }
    /* line 13, components/_tabs.scss */
    .tab-blocks:nth-of-type(2) {
      border-top: none; }
    /* line 14, components/_tabs.scss */
    .tab-blocks-item {
      display: block;
      padding: 10px 0;
      width: 40%; }
      /* line 15, components/_tabs.scss */
      .tab-blocks-item b {
        color: #fff;
        text-transform: uppercase;
        text-align: left !important; }
      /* line 16, components/_tabs.scss */
      .tab-blocks-item p {
        padding-right: 20px;
        text-align: left; }
    /* line 19, components/_tabs.scss */
    .tab-blocks:nth-child(3) .tab-circles > div:first-child {
      order: 2; }
  /* line 23, components/_tabs.scss */
  .tab-circles {
    display: flex;
    padding-left: 50px;
    width: 50%;
    border: 1px solid #807D79;
    border-width: 0 0 0 1px;
    align-items: center; }
    /* line 24, components/_tabs.scss */
    .tab-circles-item {
      width: 169px;
      height: 169px;
      background-color: #fff;
      -moz-border-radius: 143px;
      -webkit-border-radius: 143px;
      border-radius: 143px;
      overflow: hidden;
      flex-shrink: 0; }
      /* line 25, components/_tabs.scss */
      .tab-circles-item-num {
        padding-top: 60px;
        font-size: 50px;
        line-height: 50px;
        color: #fff;
        font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
        font-weight: 100; }
        /* line 26, components/_tabs.scss */
        .tab-circles-item-num.circle2Prefix {
          padding-top: 40px; }
    /* line 29, components/_tabs.scss */
    .tab-circles-text {
      padding: 0 20px;
      font-size: 16px;
      line-height: 25px;
      text-align: left;
      flex-shrink: 1; }
    /* line 30, components/_tabs.scss */
    .tab-circles p {
      margin: 0;
      padding: 0; }

@media (min-width: 768px) {
  /* line 38, components/_tabs.scss */
  .tab-blocks {
    display: flex;
    align-items: center; }
    /* line 39, components/_tabs.scss */
    .tab-blocks:nth-of-type(2) {
      border-top: none; }
    /* line 42, components/_tabs.scss */
    .tab-blocks:nth-child(3) > div:first-child {
      order: 2; }
    /* line 43, components/_tabs.scss */
    .tab-blocks:nth-child(3) .tab-circles {
      margin-right: 20px;
      padding: 0 50px 0 0;
      border-width: 0 1px 0 0; }

  /* line 53, components/_tabs.scss */
  .tabs__2 .tab-blocks:nth-child(even) > div:first-child {
    order: 2; }
  /* line 54, components/_tabs.scss */
  .tabs__2 .tab-blocks:nth-child(even) .tab-circles {
    margin-right: 20px;
    padding: 0 50px 0 0;
    border-width: 0 1px 0 0; }
  /* line 57, components/_tabs.scss */
  .tabs__2 .tab-blocks:nth-child(3) > div:first-child {
    order: 0; }
  /* line 58, components/_tabs.scss */
  .tabs__2 .tab-blocks:nth-child(3) .tab-circles {
    margin-right: 0;
    margin-left: 20px;
    padding: 0 0 0 50px;
    border-width: 0 0 0 1px; } }
@media (max-width: 767px) {
  /* line 69, components/_tabs.scss */
  .tabs-nav {
    margin: 0 -40px;
    font-size: 30px; }
    /* line 70, components/_tabs.scss */
    .tabs-nav-item {
      margin: 0 40px; }

  /* line 73, components/_tabs.scss */
  .tab {
    max-width: 1088px;
    margin: 0 auto;
    padding: 0 74px;
    font-size: 16px;
    line-height: 30px; }
    /* line 74, components/_tabs.scss */
    .tab-text {
      padding: 20px 0; }
    /* line 75, components/_tabs.scss */
    .tab-blocks {
      overflow: hidden; }
      /* line 76, components/_tabs.scss */
      .tab-blocks-item {
        width: 100%;
        display: block;
        float: none;
        padding: 20px 0; }
      /* line 77, components/_tabs.scss */
      .tab-blocks p {
        padding-right: 0; }
    /* line 79, components/_tabs.scss */
    .tab-circles {
      padding: 20px 0 0 0;
      border-left: none;
      overflow: visible;
      width: 100%;
      border-top: 1px solid #807D79; }
      /* line 80, components/_tabs.scss */
      .tab-circles-item {
        display: block;
        margin: 0;
        width: 140px;
        height: 140px; }
        /* line 81, components/_tabs.scss */
        .tab-circles-item-num {
          padding-top: 45px;
          font-size: 41px; }
      /* line 83, components/_tabs.scss */
      .tab-circles-text {
        padding: 0 15px;
        width: 100%; }
      /* line 84, components/_tabs.scss */
      .tab-circles:nth-of-type(1) {
        margin-right: 0;
        padding: 0 0 30px;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #807D79; } }
@media (max-width: 600px) {
  /* line 91, components/_tabs.scss */
  .tabs-nav {
    padding: 0 35px;
    margin: 0;
    text-align: left; }
    /* line 92, components/_tabs.scss */
    .tabs-nav-item {
      margin: 0 30px 0 0;
      text-align: left;
      margin-bottom: -5px;
      padding-bottom: 0; }
      /* line 93, components/_tabs.scss */
      .tabs-nav-item.current {
        cursor: pointer; }
  /* line 96, components/_tabs.scss */
  .tabs .tab-circles {
    width: 100%;
    padding-left: 0;
    border-left: none; }
    /* line 97, components/_tabs.scss */
    .tabs .tab-circles:nth-of-type(1) {
      margin-bottom: 40px;
      padding: 0;
      border-right: none; }

  /* line 101, components/_tabs.scss */
  .tab {
    padding: 60px 35px 0; }
    /* line 105, components/_tabs.scss */
    .tab .tab-blocks-item {
      width: 100%; }
      /* line 106, components/_tabs.scss */
      .tab .tab-blocks-item .tab-circles {
        width: 100%;
        border-left: none; } }
/* line 2, components/_hi-circles.scss */
.homeHighlights {
  display: table;
  margin: 60px 0 0;
  background-color: rgba(191, 227, 238, 0.3);
  color: #00BBEB;
  height: 275px;
  width: 100%;
  text-align: center; }
  /* line 3, components/_hi-circles.scss */
  .homeHighlights .homeHighlights-item {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    width: 25%; }
    /* line 4, components/_hi-circles.scss */
    .homeHighlights .homeHighlights-item .homeHighlights-item-num {
      font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
      font-size: 50px;
      line-height: 45px; }
    /* line 5, components/_hi-circles.scss */
    .homeHighlights .homeHighlights-item .homeHighlights-item-text {
      font-family: "Marr Sans Web", Arial, sans-serif;
      font-size: 12px;
      line-height: 14px;
      font-weight: bold; }

/* line 8, components/_hi-circles.scss */
.hi_circles {
  padding: 95px 0;
  text-align: center; }
  /* line 9, components/_hi-circles.scss */
  .hi_circles-item {
    width: 200px;
    max-height: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 10px;
    overflow: hidden; }
    /* line 10, components/_hi-circles.scss */
    .hi_circles-item-num {
      font-size: 60px;
      line-height: 60px;
      color: #00BBEB;
      font-family: "Caponi Display Web", "Times New Roman", Georgia, serif; }
    /* line 11, components/_hi-circles.scss */
    .hi_circles-item-text {
      margin-top: 10px;
      font-size: 12px;
      line-height: 14px;
      color: #0083AD;
      font-family: "Marr Sans Web", Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
    /* line 13, components/_hi-circles.scss */
    .hi_circles-item p {
      margin: 0;
      padding: 0; }

/* line 19, components/_hi-circles.scss */
.hi_circles-intro {
  text-align: center; }
  /* line 20, components/_hi-circles.scss */
  .hi_circles-intro-item {
    margin: 0 auto !important;
    width: 33.3%;
    max-width: 175px;
    display: inline-block;
    vertical-align: middle;
    margin: -10px -12px;
    padding: 0 24px;
    overflow: hidden; }
    /* line 21, components/_hi-circles.scss */
    .hi_circles-intro-item-num {
      font-size: 16px;
      line-height: 24px;
      color: #483733;
      font-family: "Marr Sans Web", Arial, sans-serif; }
    /* line 22, components/_hi-circles.scss */
    .hi_circles-intro-item-text {
      margin-top: 10px;
      font-size: 12px;
      line-height: 14px;
      color: #483733;
      font-family: "Marr Sans Web", Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
    /* line 24, components/_hi-circles.scss */
    .hi_circles-intro-item p {
      margin: 0;
      padding: 0; }

@media (max-width: 870px) {
  /* line 32, components/_hi-circles.scss */
  .hi_circles-item {
    width: 161px;
    height: 161px; }
    /* line 33, components/_hi-circles.scss */
    .hi_circles-item-num {
      font-size: 48px; }
    /* line 35, components/_hi-circles.scss */
    .hi_circles-item-text:before {
      margin: 5px auto 10px; } }
@media (max-width: 710px) {
  /* line 42, components/_hi-circles.scss */
  .hi_circles {
    max-width: 320px;
    margin: 0 auto; } }
@media (max-width: 600px) {
  /* line 48, components/_hi-circles.scss */
  .hi_circles-item {
    width: 33.3%;
    min-width: 120px; }
    /* line 49, components/_hi-circles.scss */
    .hi_circles-item .dt .td {
      vertical-align: top; }
    /* line 50, components/_hi-circles.scss */
    .hi_circles-item-num {
      font-size: 35px;
      line-height: 45px; }

  /* line 54, components/_hi-circles.scss */
  .hi_circles-intro {
    display: table; }
    /* line 55, components/_hi-circles.scss */
    .hi_circles-intro-item {
      display: table-cell;
      padding: 0;
      width: 33.3%;
      min-width: 100px; } }
/* line 1, components/_solutions.scss */
.solutions {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  margin-left: -20px;
  padding-bottom: 60px; }
  /* line 2, components/_solutions.scss */
  .solutions-item {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 20px 0 0 20px;
    padding: 17px;
    transition: .5s;
    transform: translate(0, -20px);
    opacity: 0; }
    /* line 3, components/_solutions.scss */
    .solutions-item.active {
      transform: translate(0, 0);
      opacity: 1; }
    /* line 4, components/_solutions.scss */
    .solutions-item-header {
      font-size: 31px;
      line-height: 34px;
      padding-bottom: 15px;
      font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
      font-weight: 100;
      cursor: pointer;
      margin-right: -10px; }
    /* line 5, components/_solutions.scss */
    .solutions-item-intro {
      max-height: 72px; }
    /* line 6, components/_solutions.scss */
    .solutions-item-link {
      padding: 31px 0 0;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: 3px solid #F96800;
      color: #F96800;
      font-size: 14px;
      line-height: 12px;
      cursor: pointer;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      background: transparent;
      position: absolute;
      bottom: 16px; }
      /* line 7, components/_solutions.scss */
      .solutions-item-link:hover {
        opacity: .5; }
    /* line 9, components/_solutions.scss */
    .solutions-item-text {
      display: none; }

/* line 12, components/_solutions.scss */
.super-practices {
  display: block;
  padding: 50px 0 0 20px;
  clear: both;
  width: 100%;
  height: auto;
  font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  font-style: italic; }

@media (max-width: 1088px) {
  /* line 26, components/_solutions.scss */
  .productively-aligned .no_overflow > .container {
    width: 768px;
    margin: 0 auto; } }
@media (max-width: 767px) {
  /* line 29, components/_solutions.scss */
  .productively-aligned .no_overflow > .container {
    width: 450px;
    margin: 0 auto; } }
@media (max-width: 600px) {
  /* line 32, components/_solutions.scss */
  .productively-aligned .no_overflow > .container {
    width: 372px;
    margin: 0 auto; } }
/* line 1, components/_graphic.scss */
.graphic {
  position: relative; }
  /* line 2, components/_graphic.scss */
  .graphic-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center; }
    /* line 3, components/_graphic.scss */
    .graphic-label-item {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 0 80px; }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  /* line 10, components/_graphic.scss */
  .graphic svg {
    fill: none;
    vertical-align: top; }
  /* line 13, components/_graphic.scss */
  .graphic-base {
    position: relative; }
  /* line 14, components/_graphic.scss */
  .graphic-subitem svg {
    position: absolute;
    left: 50%;
    top: 91px;
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  /* line 15, components/_graphic.scss */
  .graphic .open_item, .graphic .close_item {
    cursor: pointer;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  /* line 18, components/_graphic.scss */
  .graphic g.item {
    cursor: pointer;
    opacity: 1;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
    /* line 19, components/_graphic.scss */
    .graphic g.item:hover {
      opacity: .5; }

/* line 22, components/_graphic.scss */
.modal .graphic {
  position: absolute;
  right: 80px;
  top: 400px; }

/* line 24, components/_graphic.scss */
.rightCol {
  position: absolute;
  margin-bottom: 20px;
  padding: 0 70px;
  width: 50%;
  right: 0;
  top: 170px; }
  /* line 32, components/_graphic.scss */
  .rightCol #antitrust {
    background: url(../images/solutions/aof/antitrust-88369e5c.svg) no-repeat 0px 10px; }
  /* line 35, components/_graphic.scss */
  .rightCol #appellate {
    background: url(../images/solutions/aof/appellate-constitutional-aea19da0.svg) no-repeat 0px 10px; }
  /* line 38, components/_graphic.scss */
  .rightCol #bankruptcy {
    background: url(../images/solutions/aof/bankruptcy-insolvency-45e2d256.svg) no-repeat 0px 10px; }
  /* line 41, components/_graphic.scss */
  .rightCol #commercial {
    background: url(../images/solutions/aof/bankruptcy-insolvency-45e2d256.svg) no-repeat 0px 10px; }
  /* line 44, components/_graphic.scss */
  .rightCol #corporate {
    background: url(../images/solutions/aof/corporate-4ecfcb9c.svg) no-repeat 0px 10px; }
  /* line 47, components/_graphic.scss */
  .rightCol #corpgov {
    background: url(../images/solutions/aof/corporate-governance-482ca18e.svg) no-repeat 0px 10px; }
  /* line 50, components/_graphic.scss */
  .rightCol #environmental {
    background: url(../images/solutions/aof/toxic-tort-94437980.svg) no-repeat 0px 10px; }
  /* line 53, components/_graphic.scss */
  .rightCol #employeeBenefits {
    background: url(../images/solutions/aof/benefits-cf2f8b94.svg) no-repeat 0px 10px; }
  /* line 56, components/_graphic.scss */
  .rightCol #executiveComp {
    background: url(../images/solutions/aof/benefits-cf2f8b94.svg) no-repeat 0px 10px; }
  /* line 59, components/_graphic.scss */
  .rightCol #fda {
    background: url(../images/solutions/aof/fda-life-sciences-0d437473.svg) no-repeat 0px 10px; }
  /* line 62, components/_graphic.scss */
  .rightCol #finance {
    background: url(../images/solutions/aof/finance-155bc531.svg) no-repeat 0px 10px; }
  /* line 65, components/_graphic.scss */
  .rightCol #financialrestructuring {
    background: url(../images/solutions/aof/financial-restructuring-81fc3751.svg) no-repeat 0px 10px; }
  /* line 68, components/_graphic.scss */
  .rightCol #intellectual {
    background: url(../images/solutions/aof/intellectual-property-4f6cff52.svg) no-repeat 0px 10px; }
  /* line 71, components/_graphic.scss */
  .rightCol #international {
    background: url(../images/solutions/aof/international-arbitration-0de9d5c5.svg) no-repeat 0px 10px; }
  /* line 74, components/_graphic.scss */
  .rightCol #internationalArbitration {
    background: url(../images/solutions/aof/international-arbitration-0de9d5c5.svg) no-repeat 0px 10px; }
  /* line 77, components/_graphic.scss */
  .rightCol #labor {
    background: url(../images/solutions/aof/labor-c601799e.svg) no-repeat 0px 10px; }
  /* line 80, components/_graphic.scss */
  .rightCol #leverage {
    background: url(../images/solutions/aof/leveraged-finance-cca78b55.svg) no-repeat 0px 10px; }
  /* line 83, components/_graphic.scss */
  .rightCol #leveraged {
    background: url(../images/solutions/aof/leveraged-finance-cca78b55.svg) no-repeat 0px 10px; }
  /* line 86, components/_graphic.scss */
  .rightCol #mergers {
    background: url(../images/solutions/aof/mergers-2c99a03f.svg) no-repeat 0px 10px; }
  /* line 89, components/_graphic.scss */
  .rightCol #product {
    background: url(../images/solutions/aof/product-liability-b36cef64.svg) no-repeat 0px 10px; }
  /* line 92, components/_graphic.scss */
  .rightCol #realEstate {
    background: url(../images/solutions/aof/realestate-a87fb11b.svg) no-repeat 0px 10px; }
  /* line 95, components/_graphic.scss */
  .rightCol #securities {
    background: url(../images/solutions/aof/securities-corporate-ac2667cb.svg) no-repeat 0px 10px; }
  /* line 98, components/_graphic.scss */
  .rightCol #securitiesCorp {
    background: url(../images/solutions/aof/securities-corporate-ac2667cb.svg) no-repeat 0px 10px; }
  /* line 101, components/_graphic.scss */
  .rightCol #special {
    background: url(../images/solutions/aof/product-liability-b36cef64.svg) no-repeat 0px 10px; }
  /* line 104, components/_graphic.scss */
  .rightCol #tax {
    background: url(../images/solutions/aof/tax-bd0ec710.svg) no-repeat 0px 10px; }
  /* line 107, components/_graphic.scss */
  .rightCol #taxes {
    background: url(../images/solutions/aof/tax-bd0ec710.svg) no-repeat 0px 10px; }
  /* line 110, components/_graphic.scss */
  .rightCol #taxed {
    background: url(../images/solutions/aof/tax-bd0ec710.svg) no-repeat 0px 10px; }
  /* line 113, components/_graphic.scss */
  .rightCol #toxictort {
    background: url(../images/solutions/aof/toxic-tort-94437980.svg) no-repeat 0px 10px; }
  /* line 118, components/_graphic.scss */
  .rightCol__item {
    margin-bottom: 20px;
    padding-left: 70px;
    min-height: 60px;
    border-top: 1px solid #E2E3DE; }
  /* line 124, components/_graphic.scss */
  .rightCol h3 {
    font-family: "Marr Sans Web", Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 131, components/_graphic.scss */
  .rightCol p {
    line-height: 21px; }
  /* line 134, components/_graphic.scss */
  .rightCol svg {
    width: 100%; }

@media (max-width: 900px) {
  /* line 139, components/_graphic.scss */
  .rightCol {
    margin: 0 auto;
    margin-left: 0 !important;
    position: relative;
    padding: 0;
    left: 0 !important;
    width: 100%;
    bottom: 0 !important; }

  /* line 148, components/_graphic.scss */
  .modal-content .clouds {
    padding-bottom: 100px !important; } }
/* line 1, components/_partners.scss */
.partners {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  margin-left: -20px;
  padding-top: 50px; }
  /* line 2, components/_partners.scss */
  .partners-item {
    width: 220px;
    height: 260px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 0 20px 20px; }
    /* line 3, components/_partners.scss */
    .partners-item img {
      vertical-align: top; }
    /* line 4, components/_partners.scss */
    .partners-item-descr {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      color: #483733;
      padding: 10px;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      -moz-transform: translate(0, 200px);
      -ms-transform: translate(0, 200px);
      -webkit-transform: translate(0, 200px);
      transform: translate(0, 200px); }
      /* line 5, components/_partners.scss */
      .partners-item-descr-bg {
        background: #fff;
        opacity: .9;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
      /* line 6, components/_partners.scss */
      .partners-item-descr-name {
        position: relative;
        font-weight: 600; }
      /* line 7, components/_partners.scss */
      .partners-item-descr-city {
        position: relative;
        font-style: italic; }
      /* line 8, components/_partners.scss */
      .partners-item-descr-status {
        position: relative;
        margin: 15px 0;
        padding: 7px 0 0;
        border-top: 1px solid #F96800; }
        /* line 13, components/_partners.scss */
        .partners-item-descr-status .additional-practices {
          padding-top: 25px;
          font-style: italic; }
      /* line 15, components/_partners.scss */
      .partners-item-descr-info {
        position: relative;
        font-style: italic; }
      /* line 16, components/_partners.scss */
      .partners-item-descr-link {
        position: absolute;
        bottom: 20px;
        left: 10px;
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 3px solid #F96800;
        color: #F96800;
        font-size: 11px;
        line-height: 12px;
        cursor: pointer;
        text-decoration: none; }
    /* line 19, components/_partners.scss */
    .partners-item:hover .partners-item-descr {
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      /* line 20, components/_partners.scss */
      .partners-item:hover .partners-item-descr-status {
        margin: 12px 0; }
        /* line 21, components/_partners.scss */
        .partners-item:hover .partners-item-descr-status a {
          text-decoration: none; }
          /* line 22, components/_partners.scss */
          .partners-item:hover .partners-item-descr-status a:hover {
            text-decoration: underline;
            opacity: 1; }

@media (max-width: 1088px) {
  /* line 30, components/_partners.scss */
  .new-partners .no_overflow > .container {
    width: 850px;
    margin: 0 auto; } }
@media (max-width: 848px) {
  /* line 33, components/_partners.scss */
  .new-partners .no_overflow > .container {
    width: 610px;
    margin: 0 auto; } }
@media (max-width: 600px) {
  /* line 36, components/_partners.scss */
  .new-partners .no_overflow > .container {
    width: 532px;
    margin: 0 auto; }

  /* line 37, components/_partners.scss */
  .partners {
    padding-top: 100px; } }
@media (max-width: 530px) {
  /* line 40, components/_partners.scss */
  .new-partners .no_overflow > .container {
    width: 292px;
    margin: 0 auto; } }
@media (max-width: 767px) {
  /* line 43, components/_partners.scss */
  .video-container {
    margin: 0 auto 0; } }
/* line 1, components/_highlights.scss */
.highlights {
  padding: 0;
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 14px; }
  /* line 3, components/_highlights.scss */
  .highlights .highlights-important strong {
    font-size: 40px;
    line-height: 50px;
    color: #483733; }
  /* line 4, components/_highlights.scss */
  .highlights .highlights-important .border_left__l strong {
    color: #09BFAA; }
  /* line 6, components/_highlights.scss */
  .highlights svg, .highlights img {
    margin: 0 0 11px; }
  /* line 7, components/_highlights.scss */
  .highlights b {
    color: #483733;
    display: block;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase; }
  /* line 8, components/_highlights.scss */
  .highlights strong {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0 16px;
    font-style: italic;
    font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
    font-weight: 100; }
  /* line 9, components/_highlights.scss */
  .highlights .col {
    padding: 0 10px 0;
    margin: 40px 0; }
  /* line 10, components/_highlights.scss */
  .highlights .border_bottom__l {
    border-bottom: 1px solid #E2E3DE; }
  /* line 12, components/_highlights.scss */
  .highlights .rowHighlight {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    width: 0%; }

@media (min-width: 1011px) {
  /* line 24, components/_highlights.scss */
  .highlights .rowHighlight {
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 1; }
  /* line 29, components/_highlights.scss */
  .highlights:nth-child(even) .rowHighlight {
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }

  /* line 35, components/_highlights.scss */
  .active .rowHighlight {
    opacity: 1;
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  /* line 40, components/_highlights.scss */
  .active.rowHighlight:nth-child(even) .rowHighlight {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@media only screen and (min-width: 1101px) {
  /* line 51, components/_highlights.scss */
  .highlights .border_left__l {
    border-left: 1px solid #E2E3DE; } }
@media only screen and (max-width: 1100px) {
  /* line 56, components/_highlights.scss */
  .highlights .border_bottom__m {
    border-bottom: 1px solid #E2E3DE; } }
@media only screen and (max-width: 700px) {
  /* line 62, components/_highlights.scss */
  .highlights .highlights-important strong {
    font-size: 30px;
    line-height: 40px; }
  /* line 64, components/_highlights.scss */
  .highlights strong {
    font-size: 24px;
    line-height: 34px;
    padding: 10px 0 16px;
    font-style: italic;
    font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
    font-weight: 100; }
  /* line 65, components/_highlights.scss */
  .highlights .col {
    padding: 0;
    margin: 40px 0; } }
/* line 1, components/_map.scss */
.map {
  margin: 67px 50px 0; }
  /* line 2, components/_map.scss */
  .map-header {
    text-align: center;
    color: #483733;
    font-size: 40px;
    line-height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
    font-weight: 100;
    margin-top: 57px; }
  /* line 3, components/_map.scss */
  .map-content {
    position: relative;
    width: 100%;
    padding-top: 48.61%;
    height: 0; }
  /* line 4, components/_map.scss */
  .map svg {
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #E2E3DE center center no-repeat url(../images/highlights/map-9d1bf1a5.svg);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
    /* line 5, components/_map.scss */
    .map svg g g {
      position: relative;
      cursor: pointer; }
      /* line 6, components/_map.scss */
      .map svg g g ellipse:first-child,
      .map svg g g circle:first-child {
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
      /* line 8, components/_map.scss */
      .map svg g g:hover ellipse:first-child, .map svg g g:hover circle:first-child {
        fill: #fff; }
  /* line 12, components/_map.scss */
  .map-info {
    position: absolute;
    background: #fff;
    margin: -29px 0 0 18px;
    font-size: 14px;
    line-height: 20px; }
    /* line 13, components/_map.scss */
    .map-info-corner {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background: #fff;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin: 16px 0 0 -10px; }
    /* line 14, components/_map.scss */
    .map-info-content {
      padding: 18px 22px;
      max-width: 341px; }
      /* line 15, components/_map.scss */
      .map-info-content-header {
        line-height: 14px;
        margin-bottom: 15px;
        padding-bottom: 7px;
        border-bottom: 1px solid #E2E3DE;
        color: #F96800;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%; }
      /* line 16, components/_map.scss */
      .map-info-content-col {
        display: inline-block;
        vertical-align: top;
        font-size: 22px;
        line-height: 30px;
        font-style: italic; }
        /* line 17, components/_map.scss */
        .map-info-content-col .blockquote {
          font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
          font-size: 22px;
          line-height: 30px;
          font-style: italic;
          font-weight: 400;
          color: #483733; }
        /* line 18, components/_map.scss */
        .map-info-content-col .credit {
          display: block;
          padding: 15px 20px 3px 0;
          font-family: "Marr Sans Web", Arial, sans-serif;
          font-size: 14px;
          line-height: 24px;
          font-style: normal;
          font-weight: 600;
          color: #483733;
          text-transform: uppercase; }
    /* line 22, components/_map.scss */
    .map-info.right .map-info-corner {
      left: auto;
      right: 0;
      margin: 16px -10px 0 0; }
  /* line 25, components/_map.scss */
  .map-data {
    display: none; }

/* line 35, components/_map.scss */
svg.pulse-svg {
  overflow: visible; }
  /* line 36, components/_map.scss */
  svg.pulse-svg .circle {
    fill: #98E4DC; }
  /* line 37, components/_map.scss */
  svg.pulse-svg .first-circle, svg.pulse-svg .second-circle, svg.pulse-svg .third-circle {
    transform-origin: center center;
    animation: pulse-me 3s linear infinite; }
  /* line 38, components/_map.scss */
  svg.pulse-svg .second-circle {
    animation-delay: 1s; }
  /* line 39, components/_map.scss */
  svg.pulse-svg .third-circle {
    animation-delay: 2s; }

@-moz-document url-prefix() {
  /* line 42, components/_map.scss */
  .first-circle, svg.pulse-svg .second-circle, svg.pulse-svg .third-circle,
  .second-circle,
  .third-circle {
    display: none; } }
@keyframes pulse-me {
  0% {
    r: 0;
    opacity: 0; }
  50% {
    opacity: 0.50; }
  70% {
    opacity: 0.25; }
  100% {
    r: 75;
    opacity: 0; } }
@media (max-width: 767px) {
  /* line 57, components/_map.scss */
  .map-header {
    font-size: 24px;
    line-height: 35px;
    margin-top: 26px; } }
@media (max-width: 600px) {
  /* line 61, components/_map.scss */
  .map {
    margin: 67px 0 0; }
    /* line 62, components/_map.scss */
    .map-header {
      font-size: 24px;
      margin-top: -80px; } }
@media (max-width: 767px) {
  /* line 66, components/_map.scss */
  .map {
    margin: 67px 0 0;
    position: relative; }
    /* line 68, components/_map.scss */
    .map-content {
      padding-top: 0;
      width: 100%;
      height: 421px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      /* line 69, components/_map.scss */
      .map-content svg {
        width: 907px;
        height: 421px; }
    /* line 71, components/_map.scss */
    .map-info {
      left: 50% !important;
      top: 50% !important;
      transform: translate(-50%, -50%);
      margin: 0;
      width: 90%; }
      /* line 72, components/_map.scss */
      .map-info-corner {
        display: none; }
      /* line 73, components/_map.scss */
      .map-info-content {
        padding: 18px 22px;
        max-width: none; }
    /* line 75, components/_map.scss */
    .map-data {
      display: none; } }
/* line 1, components/_modal.scss */
.modal {
  position: relative;
  max-width: 90vw;
  margin: 80px auto;
  background: #fff;
  width: 940px; }
  /* line 2, components/_modal.scss */
  .modal_container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    overflow: auto;
    background: rgba(57, 58, 61, 0.9); }
    /* line 3, components/_modal.scss */
    .modal_container-bg {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  /* line 5, components/_modal.scss */
  .modal-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    margin: -50px 0 0;
    background: #F96800;
    padding: 15px 0 0;
    text-align: center;
    cursor: pointer; }
    /* line 6, components/_modal.scss */
    .modal-close svg {
      vertical-align: top;
      fill: #fff;
      stroke: #fff; }
  /* line 8, components/_modal.scss */
  .modal-content {
    background-color: #fff;
    line-height: 33px;
    font-size: 16px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
    /* line 9, components/_modal.scss */
    .modal-content > div {
      padding: 33px 40px 205px; }
  /* line 12, components/_modal.scss */
  .modal strong {
    font-size: 14px;
    text-transform: uppercase; }

/* line 14, components/_modal.scss */
.open_modal {
  overflow: hidden; }
  /* line 15, components/_modal.scss */
  .open_modal .modal_container {
    display: block; }
  /* line 16, components/_modal.scss */
  .open_modal .blockquote {
    display: block;
    margin-bottom: 50px;
    max-width: 328px; }
    /* line 17, components/_modal.scss */
    .open_modal .blockquote .quote {
      font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
      font-size: 25px;
      line-height: 40px;
      font-style: italic;
      font-weight: 100; }
    /* line 18, components/_modal.scss */
    .open_modal .blockquote .credit {
      padding: 15px 20px 3px 0;
      font-family: "Marr Sans Web", Arial, sans-serif;
      font-size: 14px;
      line-height: 30px;
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase; }

/* line 23, components/_modal.scss */
.modal-content .clouds {
  background: right top no-repeat url(../images/solutions/modal_bg-a1af0f23.png);
  padding-right: 482px; }

@media (max-width: 900px) {
  /* line 26, components/_modal.scss */
  .modal-content .clouds {
    background: right top no-repeat url(../images/solutions/modal_bg-a1af0f23.png);
    padding-right: 40px;
    padding-bottom: 500px; }

  /* line 27, components/_modal.scss */
  .modal .graphic, .rightCol {
    right: auto;
    left: 50%;
    bottom: 60px;
    top: auto;
    margin-left: -200px; } }
@media (max-width: 600px) {
  /* line 30, components/_modal.scss */
  .modal {
    margin: 58px auto 15px;
    max-width: 96vw; } }
/* line 1, home/_home.scss */
#content {
  margin-top: 100px; }

/* line 2, home/_home.scss */
.letter, .case-study {
  display: block;
  margin: 0 auto;
  max-width: 745px; }
  /* line 3, home/_home.scss */
  .letter h2, .case-study h2 {
    margin: 0 auto 40px;
    position: relative;
    font-size: 43px;
    line-height: 53px;
    font-weight: inherit;
    max-width: 460px;
    text-align: center; }
    /* line 4, home/_home.scss */
    .letter h2:after, .case-study h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 43%;
      height: 1px;
      width: 60px;
      border-bottom: 5px solid #F96800; }
  /* line 7, home/_home.scss */
  .letter p.letterIntro, .case-study p.letterIntro {
    font-size: 25px;
    line-height: 41px;
    font-family: "Caponi Display Web", "Times New Roman", Georgia, serif; }
  /* line 8, home/_home.scss */
  .letter p, .case-study p {
    display: block;
    font-size: 16px;
    line-height: 24px; }
    /* line 9, home/_home.scss */
    .letter p strong, .case-study p strong {
      font-weight: bold;
      text-transform: uppercase; }
  /* line 11, home/_home.scss */
  .letter img, .case-study img {
    display: block;
    margin: 0 auto 50px;
    max-width: 339px;
    height: auto; }
  /* line 12, home/_home.scss */
  .letter .sig img, .case-study .sig img {
    margin: 0 0 20px; }

/* line 14, home/_home.scss */
.case-study {
  margin-bottom: 110px;
  padding: 50px 0 0;
  width: 100%;
  max-width: 780px; }
  /* line 19, home/_home.scss */
  .case-study p.clientName {
    text-align: center; }
  /* line 22, home/_home.scss */
  .case-study p.video-text {
    float: left;
    padding: 0 0 10px 0;
    line-height: 30px;
    width: 55%; }
  /* line 29, home/_home.scss */
  .case-study .lawyerList {
    float: right;
    margin-bottom: 20px;
    padding: 5px 0 0;
    width: 40%;
    top: 0; }
    /* line 37, home/_home.scss */
    .case-study .lawyerList #capitalMarkets {
      background: url(../images/solutions/aof/capital-markets-0c9816fa.svg) no-repeat 0px 10px; }
    /* line 40, home/_home.scss */
    .case-study .lawyerList #leverage {
      background: url(../images/solutions/aof/leveraged-finance-cca78b55.svg) no-repeat 0px 10px; }
    /* line 43, home/_home.scss */
    .case-study .lawyerList #securitization {
      background: url(../images/solutions/aof/securitization-6fafe0fa.svg) no-repeat 0px 10px; }
    /* line 47, home/_home.scss */
    .case-study .lawyerList__item {
      margin-bottom: 20px;
      padding-left: 70px;
      min-height: 60px;
      border-top: 1px solid #E2E3DE; }
    /* line 53, home/_home.scss */
    .case-study .lawyerList h3 {
      font-family: "Marr Sans Web", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      text-transform: uppercase; }
    /* line 60, home/_home.scss */
    .case-study .lawyerList p {
      font-size: 14px;
      line-height: 22px; }
    /* line 64, home/_home.scss */
    .case-study .lawyerList svg {
      width: 100%; }
  /* line 68, home/_home.scss */
  .case-study .case-figures-container {
    display: table;
    margin: 0 auto 20px;
    height: auto;
    width: 100%; }
    /* line 73, home/_home.scss */
    .case-study .case-figures-container .case-figure {
      display: inline-block;
      float: left;
      padding: 20px 0;
      height: 100%;
      width: 50%;
      text-align: center; }
      /* line 80, home/_home.scss */
      .case-study .case-figures-container .case-figure.block1 {
        padding-top: 30px; }
        /* line 81, home/_home.scss */
        .case-study .case-figures-container .case-figure.block1 .figure-num {
          font-size: 60px;
          line-height: 60px;
          font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
          color: #00BBEB; }
        /* line 87, home/_home.scss */
        .case-study .case-figures-container .case-figure.block1 .figure-text {
          color: #0083AD; }
      /* line 90, home/_home.scss */
      .case-study .case-figures-container .case-figure.block2 .figure-num {
        font-size: 30px;
        line-height: 35px;
        font-family: "Caponi Display Web", "Times New Roman", Georgia, serif;
        color: #807D79; }
      /* line 96, home/_home.scss */
      .case-study .case-figures-container .case-figure.block2 .figure-text {
        color: #3A3B3F; }
      /* line 99, home/_home.scss */
      .case-study .case-figures-container .case-figure .figure-text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 14px;
        font-family: "Marr Sans Web", Arial, sans-serif;
        font-weight: 600;
        text-transform: uppercase; }

/* line 110, home/_home.scss */
.case-study#specifin {
  padding: 110px 0 0; }

/* line 113, home/_home.scss */
.link {
  margin: 120px auto 0;
  border: 1px solid #F96800;
  width: 305px;
  height: 58px; }
  /* line 114, home/_home.scss */
  .link h3 a {
    display: block;
    font-size: 14px;
    line-height: 37px;
    font-family: "Marr Sans Web", Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #F96800;
    text-decoration: none; }
    /* line 115, home/_home.scss */
    .link h3 a span img {
      font-weight: normal;
      margin-left: 8px;
      width: 4%; }

/* line 123, home/_home.scss */
.clear {
  clear: both; }

@media (max-width: 1010px) {
  /* line 128, home/_home.scss */
  .case-study {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  /* line 131, home/_home.scss */
  #content {
    margin-top: 0; }

  /* line 133, home/_home.scss */
  .case-study p.video-text {
    width: 100%; }
  /* line 134, home/_home.scss */
  .case-study .lawyerList {
    width: 100%; } }
@media (max-width: 600px) {
  /* line 140, home/_home.scss */
  .letter h2, case-study h2 {
    font-size: 30px;
    line-height: 38px; }
  /* line 141, home/_home.scss */
  .letter p.letterIntro, case-study p.letterIntro {
    font-size: 20px;
    line-height: 32px; }
  /* line 142, home/_home.scss */
  .letter p, case-study p {
    font-size: 15px;
    line-height: 20px; }

  /* line 144, home/_home.scss */
  .letter {
    margin-top: 70px; }

  /* line 145, home/_home.scss */
  .case-study {
    margin-bottom: 0; }
    /* line 147, home/_home.scss */
    .case-study p {
      padding: 0; }
    /* line 150, home/_home.scss */
    .case-study .case-figures-container .case-figure {
      width: 100%; } }
/* line 1, pages/_secondary.scss */
.page_intro {
  position: absolute;
  left: 0;
  width: 549px;
  height: 565px;
  margin: -330px 0 0 -286px;
  background: 0 0 no-repeat url(../images/content/temp.jpg); }

/* line 4, pages/_secondary.scss */
.content-text {
  position: relative; }
  /* line 5, pages/_secondary.scss */
  .content-text h1 {
    margin-top: 190px; }
/* line 7, pages/_secondary.scss */
.content__first {
  padding-left: 350px; }

@media (max-width: 767px) {
  /* line 12, pages/_secondary.scss */
  .content-text h1 {
    margin-top: 100px; }
  /* line 14, pages/_secondary.scss */
  .content__first {
    padding-left: 74px; }
    /* line 15, pages/_secondary.scss */
    .content__first h1 {
      margin-top: 220px; } }
