@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
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.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 */ }

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

/**
 * 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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@media screen and (max-width: 750px) {
  .is-hidden-mobile {
    display: none !important; } }
@media screen and (min-width: 751px) {
  .is-hidden-non-mobile {
    display: none !important; } }
@media screen and (min-width: 751px) {
  .is-hidden-non-mobile {
    display: none !important; } }
@media screen and (min-width: 940px) {
  .is-hidden-large {
    display: none !important; } }
.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.row {
  overflow: hidden; }

.col {
  float: left; }
  .col-last {
    float: right; }

.w-100 {
  width: 100%; }

.w-90 {
  width: 90%; }

.w-75 {
  width: 75%; }

.w-50 {
  width: 50%; }

.w-25 {
  width: 25%; }

.w-66 {
  width: 66.666666%; }

.w-33 {
  width: 33.333333%; }

.w-80 {
  width: 80%; }

.w-60 {
  width: 60%; }

.w-40 {
  width: 40%; }

.w-20 {
  width: 19.95%; }

@media screen and (min-width: 610px) {
  .sm-w-100 {
    width: 100%; }

  .sm-w-90 {
    width: 90%; }

  .sm-w-75 {
    width: 75%; }

  .sm-w-50 {
    width: 50%; }

  .sm-w-25 {
    width: 25%; }

  .sm-w-66 {
    width: 66.666666%; }

  .sm-w-33 {
    width: 33.333333%; }

  .sm-w-80 {
    width: 80%; }

  .sm-w-60 {
    width: 60%; }

  .sm-w-40 {
    width: 40%; }

  .sm-w-20 {
    width: 19.95%; } }
@media screen and (min-width: 750px) {
  .mid-w-100 {
    width: 100%; }

  .mid-w-90 {
    width: 90%; }

  .mid-w-75 {
    width: 75%; }

  .mid-w-50 {
    width: 50%; }

  .mid-w-25 {
    width: 25%; }

  .mid-w-66 {
    width: 66.666666%; }

  .mid-w-33 {
    width: 33.333333%; }

  .mid-w-30 {
    width: 30%; }

  .mid-w-80 {
    width: 80%; }

  .mid-w-60 {
    width: 60%; }

  .mid-w-40 {
    width: 40%; }

  .mid-w-20 {
    width: 19.95%; }

  .mid-w-10 {
    width: 10%; } }
@media screen and (min-width: 940px) {
  .lrg-w-100 {
    width: 100%; }

  .lrg-w-75 {
    width: 75%; }

  .lrg-w-70 {
    width: 70%; }

  .lrg-w-50 {
    width: 50%; }

  .lrg-w-25 {
    width: 25%; }

  .lrg-w-66 {
    width: 66.666666%; }

  .lrg-w-33 {
    width: 33.333333%; }

  .lrg-w-80 {
    width: 80%; }

  .lrg-w-60 {
    width: 60%; }

  .lrg-w-40 {
    width: 40%; }

  .lrg-w-35 {
    width: 35%; }

  .lrg-w-30 {
    width: 30%; }

  .lrg-w-20 {
    width: 19.9%; }

  .lrg-w-15 {
    width: 15%; }

  .lrg-w-10 {
    width: 10%; }

  .lrg-w-16 {
    width: 16.666666%; }

  .lrg-w-14 {
    width: 14.333333%; }

  .lrg-w-12-5 {
    width: 12.5%; }

  .lrg-w-8 {
    width: 8.333333%; } }
@media screen and (min-width: 1350px) {
  .xlrg-w-100 {
    width: 100%; }

  .xlrg-w-75 {
    width: 75%; }

  .xlrg-w-50 {
    width: 50%; }

  .xlrg-w-25 {
    width: 25%; }

  .xlrg-w-66 {
    width: 66.666666%; }

  .xlrg-w-33 {
    width: 33.333333%; }

  .xlrg-w-80 {
    width: 80%; }

  .xlrg-w-60 {
    width: 60%; }

  .xlrg-w-40 {
    width: 40%; }

  .xlrg-w-35 {
    width: 35%; }

  .xlrg-w-30 {
    width: 30%; }

  .xlrg-w-20 {
    width: 19.9%; }

  .xlrg-w-15 {
    width: 15%; }

  .xlrg-w-10 {
    width: 10%; }

  .xlrg-w-16 {
    width: 16.666666%; }

  .xlrg-w-14 {
    width: 14.333333%; }

  .xlrg-w-12-5 {
    width: 12.5%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
body {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: #7D7F83; }

h1, h2, h3, h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial;
  font-weight: normal;
  text-transform: uppercase; }

div:focus, main:focus {
  outline: none; }

.body-copy ul, .legal-copy ul, .team-bio-content ul, .case-study-content ul, .details-content ul {
  padding-left: 0; }
  .body-copy ul li, .legal-copy ul li, .team-bio-content ul li, .case-study-content ul li, .details-content ul li {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 25px;
    margin-bottom: 16px; }
    .body-copy ul li:before, .legal-copy ul li:before, .team-bio-content ul li:before, .case-study-content ul li:before, .details-content ul li:before {
      content: '—';
      position: absolute;
      margin-left: -25px; }

.body-copy {
  width: 94%;
  color: #7D7F83;
  text-align: center;
  border-top: 1px solid #C9CBCF;
  border-bottom: 1px solid #C9CBCF;
  padding: 10px 0;
  margin: 20px auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6; }
  @media screen and (min-width: 1250px) {
    .body-copy {
      max-width: 1200px;
      width: 100%; } }
  @media screen and (min-width: 940px) {
    .body-copy {
      margin: 50px auto;
      padding-top: 20px;
      padding-bottom: 20px; }
      .body-copy * {
        font-size: 14px;
        font-size: 0.875rem; } }
  @media screen and (min-width: 1200px) {
    .body-copy * {
      font-size: 16px;
      font-size: 1rem;
      margin-left: auto;
      margin-right: auto;
      width: 80%; } }
  .body-copy.left {
    text-align: left; }
    .body-copy.left * {
      width: 100%; }
      @media screen and (min-width: 1050px) {
        .body-copy.left * {
          max-width: 1000px;
          width: 100%; } }
  .body-copy a {
    color: #0c1a2f;
    text-decoration: none; }

.legal-content {
  width: 100%;
  border-top: 1px solid #666;
  margin: 20px auto; }
  @media screen and (min-width: 1250px) {
    .legal-content {
      max-width: 1200px;
      width: 100%; } }
  .legal-content .legal-copy {
    width: 90%;
    margin: 0px auto;
    padding: 35px 0;
    font-size: 16px;
    font-size: 1rem; }
    .legal-content .legal-copy h1 {
      font-size: 16px;
      font-size: 1rem;
      text-transform: none;
      text-align: center;
      color: #444;
      font-weight: 500;
      margin-bottom: 15px; }
    .legal-content .legal-copy h2, .legal-content .legal-copy h3 {
      font-size: 15px;
      font-size: 0.9375rem;
      text-transform: uppercase;
      color: #444;
      font-weight: 500;
      line-height: 1.6; }
    .legal-content .legal-copy h3 {
      margin-bottom: 0; }
      .legal-content .legal-copy h3 + p {
        margin-top: 0; }
    .legal-content .legal-copy p {
      line-height: 1.6; }

footer .copyright {
  text-align: center; }

.skip-link {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.skip-link:focus {
  height: auto;
  width: auto;
  clip: auto;
  background: #000;
  color: #fff;
  z-index: 1; }

header {
  min-height: 50px;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial; }
  header .nav-wrapper {
    margin: 0 auto;
    max-width: 1000px; }
  header .logo {
    display: inline-block;
    max-width: 125px; }
    @media screen and (min-width: 940px) {
      header .logo {
        max-width: 150px; } }
    header .logo.mobile-logo {
      margin-top: 10px;
      max-width: 200px;
      max-height: 75px; }

header .logo img {
  max-width: 100%;
  max-height: 100%; }

.mobile-nav-button {
  width: 25px;
  height: 20px;
  position: relative;
  padding: 0;
  margin: 10px 10px 0 0;
  float: right;
  background: transparent;
  border: 0; }

.mobile-nav-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }

.mobile-nav-button span:nth-child(1) {
  top: 0px; }

.mobile-nav-button span:nth-child(2), .mobile-nav-button span:nth-child(3) {
  top: 7px; }

.mobile-nav-button span:nth-child(4) {
  top: 14px; }

.mobile-nav-button.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%; }

.mobile-nav-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mobile-nav-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mobile-nav-button.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%; }

header nav {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #666;
  width: 100%;
  margin-top: 12px; }

header nav li {
  display: block;
  margin-bottom: 8px; }

header nav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  header .nav-wrapper {
    margin: 0 auto;
    max-width: 1200px; }
  header nav {
    display: block;
    float: right;
    position: static;
    background: transparent;
    width: auto;
    margin: 50px 3px 0 0; } }
  @media screen and (min-width: 751px) and (min-width: 940px) {
    header nav {
      margin: 50px 10px 0 0; } }
@media screen and (min-width: 751px) {
  header nav ul {
    margin: 0px;
    padding: 0px; }
  header nav li {
    display: inline-block;
    margin-left: 8px; } }
  @media screen and (min-width: 751px) and (min-width: 940px) {
    header nav li {
      margin-left: 20px; } }
@media screen and (min-width: 751px) {
  header nav li:first-child {
    margin-left: 0px; }
  header nav li a {
    display: inline-block;
    color: #18355e;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0px 2px 5px 2px;
    position: relative; } }
  @media screen and (min-width: 751px) and (min-width: 940px) {
    header nav li a {
      font-size: 12px;
      font-size: 0.75rem; } }
@media screen and (min-width: 751px) {
    header nav li a:after {
      content: ' ';
      display: block;
      width: 46px;
      border-bottom: 4px solid #fff;
      margin-top: 5px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    header nav li a.selected:after {
      border-bottom-color: #7badd3; } }
footer {
  background: #bcbec3;
  padding: 30px 0px 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial; }
  @media screen and (min-width: 1000px) {
    footer {
      padding: 60px 0px 40px; } }
  footer nav {
    text-align: center;
    width: 95%;
    position: relative;
    margin: 0 auto 20px; }
    @media screen and (min-width: 1250px) {
      footer nav {
        max-width: 1200px;
        width: 100%; } }
    @media screen and (min-width: 1000px) {
      footer nav {
        margin: 0 auto 30px; } }
    footer nav .back-to-top {
      position: relative;
      display: block;
      margin-top: 5px; }
      @media screen and (min-width: 1350px) {
        footer nav .back-to-top {
          display: inline-block;
          position: absolute;
          right: 25px;
          padding-right: 20px;
          margin-top: -28px; } }
      footer nav .back-to-top:after {
        content: ' ';
        background: url(/images/icons/arrow_right_upright.png) -116px -48px;
        background-size: 180px 114px;
        width: 12px;
        height: 18px;
        position: absolute;
        top: -6px;
        margin-left: 5px;
        font-size: 14px;
        font-size: 0.875rem; }
        @media screen and (min-width: 750px) {
          footer nav .back-to-top:after {
            font-size: 16px;
            font-size: 1rem; } }
    footer nav a {
      color: #18355e;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 10px;
      font-size: 0.625rem;
      transition: all 0.25s linear;
      line-height: 1; }
      footer nav a:hover {
        color: #7D7F83; }
      @media screen and (min-width: 750px) {
        footer nav a {
          font-size: 11px;
          font-size: 0.6875rem; } }
      @media screen and (min-width: 1350px) {
        footer nav a {
          font-size: 12px;
          font-size: 0.75rem; } }
    footer nav ul {
      overflow: hidden;
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      margin: 0;
      padding: 0; }
      footer nav ul li {
        list-style-type: none;
        margin: 0 0 14px 0;
        padding: 0 20px;
        border-right: 1px solid #18355e;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 1.4;
        font-weight: 300; }
        footer nav ul li:first-child, footer nav ul li:nth-child(4) {
          padding-left: 0; }
        @media screen and (min-width: 500px) {
          footer nav ul li:first-child, footer nav ul li:nth-child(4) {
            padding-left: 20px; } }
        @media screen and (min-width: 750px) {
          footer nav ul li {
            padding: 0 10px;
            font-size: 11px;
            font-size: 0.6875rem; }
            footer nav ul li:first-child, footer nav ul li:nth-child(4) {
              padding-left: 10px; } }
        @media screen and (min-width: 1350px) {
          footer nav ul li {
            padding: 0 25px;
            font-size: 12px;
            font-size: 0.75rem; }
            footer nav ul li:first-child, footer nav ul li:nth-child(4) {
              padding-left: 25px; } }
      footer nav ul li:last-child {
        border-right: 0;
        padding-right: 0; }
  footer .copyright {
    font-size: 9px;
    font-size: 0.5625rem;
    text-transform: uppercase;
    color: #18355e;
    text-align: center;
    font-weight: 300; }
    @media screen and (min-width: 750px) {
      footer .copyright {
        font-size: 10px;
        font-size: 0.625rem; } }
    @media screen and (min-width: 1350px) {
      footer .copyright {
        font-size: 11px;
        font-size: 0.6875rem; } }

.team-members {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 1250px) {
    .team-members {
      max-width: 1200px;
      width: 100%; } }
  .team-members a {
    color: #7D7F83;
    text-decoration: none; }
  .team-members a:hover {
    color: #7badd3; }
  .team-members ul, .team-members li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .team-members .team-nav {
    background: #fff;
    padding-right: 5px;
    border-bottom: 1px solid #C9CBCF;
    margin-bottom: 20px; }
    @media screen and (min-width: 750px) {
      .team-members .team-nav {
        border-bottom: 0;
        margin-bottom: 0px; } }
    .team-members .team-nav .group {
      margin-bottom: 20px; }
      @media screen and (min-width: 1000px) {
        .team-members .team-nav .group {
          padding-right: 10px; } }
    .team-members .team-nav ul {
      display: none; }
      @media screen and (min-width: 750px) {
        .team-members .team-nav ul {
          display: block; } }
    .team-members .team-nav h2 {
      color: #7badd3;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: bold;
      margin: 0 0 8px 0;
      padding: 0; }
      .team-members .team-nav h2:before {
        content: '+ '; }
        @media screen and (min-width: 750px) {
          .team-members .team-nav h2:before {
            content: ''; } }
      .team-members .team-nav h2.is-active:before {
        content: '- '; }
        @media screen and (min-width: 750px) {
          .team-members .team-nav h2.is-active:before {
            content: ''; } }
      .team-members .team-nav h2.is-active + ul {
        display: block; }
    .team-members .team-nav li {
      margin-bottom: 5px;
      padding-left: 10px; }
      @media screen and (min-width: 750px) {
        .team-members .team-nav li {
          padding-left: 0px; } }
  .team-members .team-listing {
    background: #fff;
    overflow: hidden; }
    @media screen and (min-width: 750px) {
      .team-members .team-listing {
        border-left: 1px solid #C9CBCF;
        margin-bottom: 20px; } }
    .team-members .team-listing ul {
      margin: 0 auto;
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      @media screen and (min-width: 750px) {
        .team-members .team-listing ul {
          margin-left: 20px; } }
      @media screen and (min-width: 1250px) {
        .team-members .team-listing ul {
          margin-left: 60px; } }
      .team-members .team-listing ul li {
        list-style: none;
        margin-bottom: 20px;
        padding: 0 5px;
        box-sizing: border-box; }
        @media screen and (min-width: 940px) {
          .team-members .team-listing ul li {
            padding: 0 5px; } }
        .team-members .team-listing ul li a:hover .img-wrapper:after {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.5); }
        .team-members .team-listing ul li .img-wrapper {
          display: block;
          margin-bottom: 5px;
          position: relative; }
          .team-members .team-listing ul li .img-wrapper img {
            max-width: 100%; }

.team-bio-banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #1c355e;
  color: #fff; }
  @media screen and (min-width: 1250px) {
    .team-bio-banner {
      max-width: 1200px;
      width: 100%; } }
  .team-bio-banner .team-bio-photo {
    width: 100%;
    height: auto; }
  .team-bio-banner .team-bio-info {
    padding: 20px; }
    @media screen and (min-width: 940px) {
      .team-bio-banner .team-bio-info {
        padding: 40px; } }
    .team-bio-banner .team-bio-info .controls {
      padding: 0px 30px 0px 0px;
      float: right;
      overflow: hidden; }
      @media screen and (min-width: 750px) {
        .team-bio-banner .team-bio-info .controls {
          float: none;
          padding: 0px 0px 20px 0px; } }
      @media screen and (min-width: 940px) {
        .team-bio-banner .team-bio-info .controls {
          padding: 0px 0px 40px 0px; } }
      .team-bio-banner .team-bio-info .controls .arrow {
        font-size: 30px;
        text-decoration: none;
        display: block;
        position: relative;
        float: left;
        width: 24px;
        height: 36px;
        margin-left: 8px; }
        .team-bio-banner .team-bio-info .controls .arrow:first-child {
          margin-left: 0; }
        .team-bio-banner .team-bio-info .controls .arrow.prev:after, .team-bio-banner .team-bio-info .controls .arrow.next:after {
          content: ' ';
          background: url(/images/icons/FLC_icons_C.png) no-repeat -14px -78px;
          width: 100%;
          height: 100%;
          display: block;
          position: absolute; }
        .team-bio-banner .team-bio-info .controls .arrow.next:after {
          background-position: -62px -78px; }
        .team-bio-banner .team-bio-info .controls .arrow.prev:hover:after, .team-bio-banner .team-bio-info .controls .arrow.next:hover:after {
          opacity: 0.5; }
        .team-bio-banner .team-bio-info .controls .arrow.inactive {
          visibility: hidden; }
    .team-bio-banner .team-bio-info h1 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      font-weight: bold;
      margin-bottom: 0px; }
      @media screen and (min-width: 1200px) {
        .team-bio-banner .team-bio-info h1 {
          margin-top: 75px;
          padding-bottom: 2px; } }
    .team-bio-banner .team-bio-info .title {
      color: #7badd3;
      font-size: 14px;
      font-size: 0.875rem; }
    .team-bio-banner .team-bio-info .details {
      margin-top: 20px;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      line-height: 1.6; }
      @media screen and (min-width: 1200px) {
        .team-bio-banner .team-bio-info .details {
          margin-top: 25px; } }
    .team-bio-banner .team-bio-info .links {
      padding: 10px 0px 0px 0px;
      /*@media screen and ( min-width: $breakpoint-wide ) {
          padding: 20px 0px 0px 0px;
      }*/ }
      @media screen and (min-width: 1000px) {
        .team-bio-banner .team-bio-info .links {
          padding-top: 30px; } }
      .team-bio-banner .team-bio-info .links a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
        display: inline-block;
        width: 22px;
        height: 22px;
        position: relative;
        margin-left: 4px; }
        .team-bio-banner .team-bio-info .links a:first-child {
          margin-left: 0px; }
        .team-bio-banner .team-bio-info .links a.envelope:after, .team-bio-banner .team-bio-info .links a.linkedin:after {
          content: ' ';
          display: block;
          width: 100%;
          height: 100%;
          background: url(/images/icons/FLC_icons_C.png) no-repeat -218px -84px; }
        .team-bio-banner .team-bio-info .links a.linkedin:after {
          background-position: -251px -84px; }

.team-bio-content {
  width: 90%;
  margin: 30px auto 30px auto;
  font-size: 16px;
  font-size: 1rem;
  color: #7D7F83;
  line-height: 1.6; }
  @media screen and (min-width: 1050px) {
    .team-bio-content {
      max-width: 1000px;
      width: 100%; } }
  @media screen and (min-width: 940px) {
    .team-bio-content {
      margin-top: 50px;
      margin-bottom: 50px; } }

.portfolio-list {
  width: 90%;
  margin: 0 auto 40px auto;
  overflow: hidden; }
  @media screen and (min-width: 1250px) {
    .portfolio-list {
      max-width: 1200px;
      width: 100%; } }
  @media screen and (min-width: 940px) {
    .portfolio-list {
      padding-top: 20px; } }
  .portfolio-list ul {
    padding-left: 0; }
    .portfolio-list ul li {
      list-style: none;
      margin-bottom: 15px;
      padding: 0 5px;
      box-sizing: border-box; }
      @media screen and (min-width: 940px) {
        .portfolio-list ul li {
          margin-bottom: 20px; } }
      .portfolio-list ul li .box {
        border: 1px solid #C9CBCF;
        margin: 0 5px;
        position: relative;
        height: 0;
        padding-bottom: 57%;
        overflow: hidden; }
        .portfolio-list ul li .box img {
          max-width: 50%;
          max-height: 45%;
          height: auto;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .portfolio-list ul li .box .details {
          display: none;
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(78, 115, 138, 0.2);
          padding: 8px 10px;
          box-sizing: border-box;
          font-size: 11px;
          font-size: 0.6875rem; }
          @media screen and (min-width: 750px) {
            .portfolio-list ul li .box .details {
              font-size: 12px;
              font-size: 0.75rem; } }
          @media screen and (min-width: 940px) {
            .portfolio-list ul li .box .details {
              font-size: 11px;
              font-size: 0.6875rem; } }
          @media screen and (min-width: 1000px) {
            .portfolio-list ul li .box .details {
              font-size: 12px;
              font-size: 0.75rem; } }
          .portfolio-list ul li .box .details .description {
            min-height: 50px;
            padding-bottom: 5px;
            border-bottom: 1px solid #333; }
            .portfolio-list ul li .box .details .description p {
              margin: 0; }
          .portfolio-list ul li .box .details .info {
            border-bottom: 1px solid #333;
            overflow: hidden;
            margin-bottom: 2px;
            min-height: 50px; }
            @media screen and (min-width: 1000px) {
              .portfolio-list ul li .box .details .info {
                padding: 5px 0; } }
            .portfolio-list ul li .box .details .info .sponsor, .portfolio-list ul li .box .details .info .sector {
              float: left;
              width: 50%;
              box-sizing: border-box;
              padding: 3px 3px 3px 8px; }
              .portfolio-list ul li .box .details .info .sponsor strong, .portfolio-list ul li .box .details .info .sector strong {
                color: #18355e; }
          .portfolio-list ul li .box .details .website {
            overflow: hidden; }
            @media screen and (min-width: 1200px) {
              .portfolio-list ul li .box .details .website {
                padding: 5px; } }
            .portfolio-list ul li .box .details .website a {
              font-weight: bold;
              float: left;
              width: 46%;
              box-sizing: border-box;
              padding: 3px;
              color: #18355e;
              text-decoration: none; }
            .portfolio-list ul li .box .details .website a:nth-child(2) {
              border-left: 1px solid #000;
              padding-left: 18px; }

.background-image {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  /*height: 0;
  padding-bottom: 50%;*/ }
  @media screen and (min-width: 750px) {
    .background-image {
      min-height: 1px; } }
  .background-image img {
    width: auto;
    height: 100%;
    position: absolute;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 750px) {
      .background-image img {
        width: 100%;
        height: auto;
        position: static;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); } }
  .background-image .office-list {
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px;
    width: 100%;
    max-width: 520px; }
    @media screen and (min-width: 750px) {
      .background-image .office-list {
        max-width: 5000px; } }
    @media screen and (min-width: 940px) {
      .background-image .office-list {
        top: 25%; } }
    .background-image .office-list ul {
      padding: 0;
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: left;
            /*
            @media screen and ( min-width: $breakpoint-large ) {
                min-width: 818px;
            }

            @media screen and ( min-width: $breakpoint-xwide ) {
                min-width: 968px;
            }*/ }
      @media screen and (min-width: 750px) {
        .background-image .office-list ul {
          justify-content: center; } }
      .background-image .office-list ul li {
        padding: 15px 25px;
        list-style-type: none;
        color: #fff;
        background: rgba(0, 46, 84, 0.75);
        min-width: 186px;
        margin-bottom: 10px; }
        .background-image .office-list ul li h2 {
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: bold; }
        .background-image .office-list ul li p {
          font-size: 12px;
          font-size: 0.75rem; }
        @media screen and (min-width: 610px) {
          .background-image .office-list ul li {
            padding: 15px 25px;
            margin-left: 20px; }
            .background-image .office-list ul li:nth-child {
              margin-left: 0px; } }
        @media screen and (min-width: 750px) {
          .background-image .office-list ul li {
            padding: 15px 25px;
            margin-left: 20px; }
            .background-image .office-list ul li:nth-child(2n + 1) {
              margin-left: 20px; }
            .background-image .office-list ul li:nth-child(3n + 1) {
              margin-left: 0px; } }
        @media screen and (min-width: 940px) {
          .background-image .office-list ul li {
            min-width: 210px; }
            .background-image .office-list ul li h2 {
              font-size: 14px;
              font-size: 0.875rem; }
            .background-image .office-list ul li p {
              font-size: 13px;
              font-size: 0.8125rem; } }
        @media screen and (min-width: 1350px) {
          .background-image .office-list ul li {
            padding: 20px 60px 20px 40px; } }
        .background-image .office-list ul li a {
          color: #fff;
          text-decoration: none; }

.contact-legal {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 5px;
  font-size: 10px;
  font-size: 0.625rem;
  width: 90%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 600;
  text-align: center; }
  @media screen and (min-width: 750px) {
    .contact-legal {
      bottom: 20px;
      font-size: 11px;
      font-size: 0.6875rem; } }
  @media screen and (min-width: 1050px) {
    .contact-legal {
      max-width: 1000px;
      width: 100%; } }
  .contact-legal a {
    color: #fff; }
  .contact-legal span {
    font-weight: normal;
    padding: 0 5px; }
  .contact-legal p:last-child {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 750px) {
      .contact-legal p:last-child {
        max-width: 100%; } }

.blue-box {
  margin: 4px 0;
  width: 100%;
  height: 75px;
  background: #e5eff6; }
  @media screen and (min-width: 1000px) {
    .blue-box {
      height: 125px;
      margin: 8px 0; } }

.case-study {
  margin: 20px auto;
  background: #7b868c;
  background: linear-gradient(90deg, #e5e7e8 0%, #e5e7e8 50%, #e5eff6 51%, #e5eff6 100%);
  overflow: hidden; }
  .case-study .case-study-content {
    width: 100%;
    box-sizing: border-box;
    background: #e5eff6;
    margin: 0px auto;
    text-align: center;
    overflow: hidden; }
    @media screen and (min-width: 1250px) {
      .case-study .case-study-content {
        max-width: 1200px;
        width: 100%; } }
    @media screen and (min-width: 610px) {
      .case-study .case-study-content {
        height: 278px;
        overflow: hidden; }
        .case-study .case-study-content .case-study-copy {
          height: calc(100% - 25px);
          box-sizing: border-box; } }
    @media screen and (min-width: 610px) and (min-width: 1000px) {
      .case-study .case-study-content .case-study-copy {
        height: calc(100% - 35px); } }
    @media screen and (min-width: 610px) and (min-width: 1350px) {
      .case-study .case-study-content .case-study-copy {
        height: calc(100% - 40px); } }

    .case-study .case-study-content img {
      float: left;
      display: none; }
      @media screen and (min-width: 610px) {
        .case-study .case-study-content img {
          display: block; } }
    .case-study .case-study-content .case-study-copy {
      padding: 10px 0px 0px 0px;
      width: 90%;
      margin: 0 auto; }
      @media screen and (min-width: 610px) {
        .case-study .case-study-content .case-study-copy {
          padding: 0px 20px 0px 20px;
          /*max-width: 360px;*/
          width: calc(100% - 200px);
          float: left;
          text-align: left;
          margin: 20px 0 5px 0; } }
      @media screen and (min-width: 1000px) {
        .case-study .case-study-content .case-study-copy {
          padding: 0px 20px 0px 40px;
          margin: 25px 0 10px 0; } }
      @media screen and (min-width: 1350px) {
        .case-study .case-study-content .case-study-copy {
          padding: 0px 20px 0px 40px;
          margin: 30px 0 10px 0; } }
    .case-study .case-study-content h2 {
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 0px;
      color: #18355e; }
    .case-study .case-study-content p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; }
    .case-study .case-study-content .quote-name {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125rem;
      color: #18355e; }
    .case-study .case-study-content a {
      text-decoration: none;
      color: #18355e;
      position: relative;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial;
      font-weight: 300; }
      .case-study .case-study-content a:after {
        content: ' ';
        background: url(/images/icons/arrow_right_upright.png) -42px -52px;
        background-size: 180px 114px;
        width: 18px;
        height: 12px;
        position: absolute;
        top: 2px;
        margin-left: 5px; }
  .case-study.case-study-home {
    background: #e5eff6;
    margin: 10px auto; }
    .case-study.case-study-home .case-study-content {
      float: none; }
      .case-study.case-study-home .case-study-content div {
        width: 90%;
        max-width: 910px;
        margin: 25px auto; }
      @media screen and (min-width: 610px) {
        .case-study.case-study-home .case-study-content {
          height: auto; }
          .case-study.case-study-home .case-study-content .case-study-copy {
            height: auto;
            overflow: visible; } }

.overlay-all .hero-content-inner.esg-heading {
  bottom: 15%; }

.hero-content-inner.esg-heading h1 {
  padding-bottom: 30px;
  position: relative; }
  .hero-content-inner.esg-heading h1:after {
    content: ' ';
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); }
.hero-content-inner.esg-heading h2 {
  max-width: 600px;
  margin: 40px auto 0 auto; }

@media screen and (max-width: 1349px) {
  .overlay-all .hero-content-inner.esg-heading {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    margin: 0; }

  .hero-content-inner.esg-heading h1 {
    padding-top: 0px;
    padding-bottom: 10px;
    position: relative; }
    .hero-content-inner.esg-heading h1:after {
      display: none; }
  .hero-content-inner.esg-heading h2 {
    margin: 10px auto 0 auto; } }
.esg-graphic {
  max-width: 1350px;
  height: 800px;
  margin: 0px auto;
  display: flex;
  position: relative;
  background: url(/images/backgrounds/ring.gif) no-repeat;
  background-size: 600px 600px;
  background-position: center 100px; }
  @media screen and (max-width: 1349px) {
    .esg-graphic {
      max-width: 1200px;
      height: 800px;
      background-size: 550px 550px; } }
  @media screen and (max-width: 1199px) {
    .esg-graphic {
      max-width: 768px;
      height: 800px;
      background-size: 500px 500px; } }
  .esg-graphic .esg-column {
    width: 50%;
    height: 100%;
    position: absolute;
    cursor: pointer; }
  .esg-graphic .esg-column:nth-child(2) {
    left: 50%; }
  .esg-graphic .bubbles {
    position: relative; }
  .esg-graphic h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #18355e;
    text-transform: uppercase;
    text-align: right;
    padding-right: 50px; }
  .esg-graphic .bubble {
    border-radius: 50%;
    background: #bcbec3;
    position: absolute;
    box-sizing: border-box; }
    .esg-graphic .bubble h3 {
      font-weight: bold;
      color: #18355e;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      width: 90%; }
    .esg-graphic .bubble .description {
      font-size: 12px;
      font-size: 0.75rem;
      position: absolute;
      text-align: right;
      display: none;
      margin: 0;
      top: 50%;
      transform: translate(-100%, -50%); }
  .esg-graphic .esg-column:nth-child(2) {
    left: 50%; }
    .esg-graphic .esg-column:nth-child(2) h2 {
      text-align: left;
      padding-left: 50px;
      padding-right: 0px; }
    .esg-graphic .esg-column:nth-child(2) .bubble {
      background: #e5eff6; }
      .esg-graphic .esg-column:nth-child(2) .bubble .description {
        text-align: left;
        transform: translate(0, -50%); }
  .esg-graphic .esg-column:hover .bubble .description {
    display: block; }

@media screen and (min-width: 1200px) {
  .bubble {
    width: 130px;
    height: 130px; }
    .bubble h3 {
      font-size: 11px;
      font-size: 0.6875rem; }
    .bubble .description {
      width: 300px;
      left: -10px; }
    .bubble:nth-child(1) {
      top: 9.1666666667px;
      right: 45.8333333333px; }
      .bubble:nth-child(1) .description {
        top: 45%; }
    .bubble:nth-child(2) {
      top: 114.5833333333px;
      right: 165px; }
      .bubble:nth-child(2) .description {
        width: 255px; }
    .bubble:nth-child(3) {
      top: 261.25px;
      right: 205.3333333333px; }
      .bubble:nth-child(3) .description {
        width: 195px; }
    .bubble:nth-child(4) {
      top: 407.9166666667px;
      right: 165px; }
      .bubble:nth-child(4) .description {
        width: 240px; }
    .bubble:nth-child(5) {
      top: 513.3333333333px;
      right: 45.8333333333px; }
      .bubble:nth-child(5) .description {
        top: 60%; }

  .esg-column:nth-child(2) .bubble .description {
    left: 140px; }
  .esg-column:nth-child(2) .bubble:nth-child(1) {
    right: auto;
    left: 45.8333333333px; }
  .esg-column:nth-child(2) .bubble:nth-child(2) {
    right: auto;
    left: 165px; }
  .esg-column:nth-child(2) .bubble:nth-child(3) {
    right: auto;
    left: 205.3333333333px; }
  .esg-column:nth-child(2) .bubble:nth-child(4) {
    right: auto;
    left: 165px; }
  .esg-column:nth-child(2) .bubble:nth-child(5) {
    right: auto;
    left: 45.8333333333px; } }
@media screen and (min-width: 1350px) {
  .bubble {
    width: 130px;
    height: 130px; }
    .bubble h3 {
      font-size: 11px;
      font-size: 0.6875rem; }
    .bubble .description {
      width: 360px;
      left: -25px; }
    .bubble:nth-child(1) {
      top: 10px;
      right: 50px; }
      .bubble:nth-child(1) .description {
        top: 45%; }
    .bubble:nth-child(2) {
      top: 125px;
      right: 180px; }
      .bubble:nth-child(2) .description {
        width: 306px; }
    .bubble:nth-child(3) {
      top: 285px;
      right: 224px; }
      .bubble:nth-child(3) .description {
        width: 234px; }
    .bubble:nth-child(4) {
      top: 445px;
      right: 180px; }
      .bubble:nth-child(4) .description {
        width: 288px; }
    .bubble:nth-child(5) {
      top: 560px;
      right: 50px; }
      .bubble:nth-child(5) .description {
        top: 60%; }

  .esg-column:nth-child(2) .bubble .description {
    left: 155px; }
  .esg-column:nth-child(2) .bubble:nth-child(1) {
    right: auto;
    left: 50px; }
  .esg-column:nth-child(2) .bubble:nth-child(2) {
    right: auto;
    left: 180px; }
  .esg-column:nth-child(2) .bubble:nth-child(3) {
    right: auto;
    left: 224px; }
  .esg-column:nth-child(2) .bubble:nth-child(4) {
    right: auto;
    left: 180px; }
  .esg-column:nth-child(2) .bubble:nth-child(5) {
    right: auto;
    left: 50px; } }
@media screen and (max-width: 1199px) {
  .esg-graphic {
    height: auto;
    background: none; }
    .esg-graphic .esg-column, .esg-graphic .esg-column:nth-child(2) {
      position: static; }
      .esg-graphic .esg-column h2, .esg-graphic .esg-column:nth-child(2) h2 {
        text-align: center;
        padding: 0px;
        margin-bottom: 40px; }
      .esg-graphic .esg-column .bubbles, .esg-graphic .esg-column:nth-child(2) .bubbles {
        width: 75%;
        max-width: 320px;
        margin: 0 auto; }
      .esg-graphic .esg-column:hover .bubble .description, .esg-graphic .esg-column:nth-child(2):hover .bubble .description {
        display: none; }
      .esg-graphic .esg-column .bubble, .esg-graphic .esg-column:nth-child(2) .bubble {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        margin: 20px auto; }
        .esg-graphic .esg-column .bubble h3, .esg-graphic .esg-column:nth-child(2) .bubble h3 {
          font-size: 16px;
          font-size: 1rem; }
        .esg-graphic .esg-column .bubble .description, .esg-graphic .esg-column:nth-child(2) .bubble .description {
          right: auto;
          width: 75%;
          text-align: center;
          color: #000;
          font-size: 14px;
          font-size: 0.875rem;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .esg-graphic .esg-column .bubble:hover h3, .esg-graphic .esg-column:nth-child(2) .bubble:hover h3 {
          display: none; }
        .esg-graphic .esg-column .bubble:hover .description, .esg-graphic .esg-column:nth-child(2) .bubble:hover .description {
          display: block; } }
@media screen and (max-width: 767px) and (max-width: 600px) {
  .hero-content-inner.esg-heading h1 {
    padding: 0px 0px 5px 0px;
    font-size: 14px;
    font-size: 0.875rem; }
  .hero-content-inner.esg-heading h2 {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0px auto 0 auto; } }
@media screen and (max-width: 767px) {
  .esg-graphic {
    height: auto;
    display: block;
    background: none; }
    .esg-graphic .esg-column, .esg-graphic .esg-column:nth-child(2) {
      position: static;
      width: 100%;
      height: auto;
      margin: 60px 0 80px 0; }
      .esg-graphic .esg-column h2, .esg-graphic .esg-column:nth-child(2) h2 {
        text-align: center;
        padding: 0px;
        margin-bottom: 40px; }
      .esg-graphic .esg-column .bubbles, .esg-graphic .esg-column:nth-child(2) .bubbles {
        width: 75%;
        max-width: 320px;
        margin: 0 auto; }
      .esg-graphic .esg-column:hover .bubble .description, .esg-graphic .esg-column:nth-child(2):hover .bubble .description {
        display: none; }
      .esg-graphic .esg-column .bubble, .esg-graphic .esg-column:nth-child(2) .bubble {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        margin: 20px auto; }
        .esg-graphic .esg-column .bubble h3, .esg-graphic .esg-column:nth-child(2) .bubble h3 {
          font-size: 12px;
          font-size: 0.75rem; } }
        @media screen and (max-width: 767px) and (min-width: 360px) {
          .esg-graphic .esg-column .bubble h3, .esg-graphic .esg-column:nth-child(2) .bubble h3 {
            font-size: 16px;
            font-size: 1rem; } }
        @media screen and (max-width: 767px) and (min-width: 750px) {
          .esg-graphic .esg-column .bubble h3, .esg-graphic .esg-column:nth-child(2) .bubble h3 {
            font-size: 18px;
            font-size: 1.125rem; } }
@media screen and (max-width: 767px) {
        .esg-graphic .esg-column .bubble .description, .esg-graphic .esg-column:nth-child(2) .bubble .description {
          right: auto;
          width: 75%;
          text-align: center;
          color: #000;
          font-size: 13px;
          font-size: 0.8125rem;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
        @media screen and (max-width: 767px) and (min-width: 360px) {
          .esg-graphic .esg-column .bubble .description, .esg-graphic .esg-column:nth-child(2) .bubble .description {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (max-width: 767px) and (min-width: 750px) {
          .esg-graphic .esg-column .bubble .description, .esg-graphic .esg-column:nth-child(2) .bubble .description {
            font-size: 16px;
            font-size: 1rem; } }
@media screen and (max-width: 767px) {
        .esg-graphic .esg-column .bubble:hover h3, .esg-graphic .esg-column:nth-child(2) .bubble:hover h3 {
          display: none; }
        .esg-graphic .esg-column .bubble:hover .description, .esg-graphic .esg-column:nth-child(2) .bubble:hover .description {
          display: block; } }
.subfeatures {
  background: #e5eff6;
  margin: 10px auto; }
  .subfeatures .subfeatures-content {
    width: 98%;
    margin: 0px auto;
    overflow: hidden;
    padding: 10px 0 10px 0; }
    @media screen and (min-width: 1250px) {
      .subfeatures .subfeatures-content {
        max-width: 1200px;
        width: 100%; } }
    @media screen and (min-width: 750px) {
      .subfeatures .subfeatures-content {
        padding: 60px 0 70px 0;
        display: table; } }
    .subfeatures .subfeatures-content div {
      padding: 24px 0;
      border-bottom: 1px solid #18355e;
      text-align: center; }
      .subfeatures .subfeatures-content div:last-child {
        border-bottom: 0px; }
      .subfeatures .subfeatures-content div h2 {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: normal;
        color: #18355e;
        margin-top: 0; }
      .subfeatures .subfeatures-content div p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.2;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        color: #646c77; }
      .subfeatures .subfeatures-content div a {
        text-decoration: none;
        color: #18355e;
        position: relative;
        text-transform: none;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial;
        font-weight: 400; }
      @media screen and (min-width: 750px) {
        .subfeatures .subfeatures-content div {
          box-sizing: border-box;
          border-bottom: 0px;
          border-right: 1px solid #18355e;
          padding: 0px 7px;
          display: table-cell;
          float: none; }
          .subfeatures .subfeatures-content div:first-child {
            padding: 0px 7px 0px 0px; }
          .subfeatures .subfeatures-content div:last-child {
            border-right: 0;
            padding: 0px 0px 0px 7px; }
          .subfeatures .subfeatures-content div h2 {
            font-size: 15px;
            font-size: 0.9375rem;
            margin: 0px 0 19px; }
          .subfeatures .subfeatures-content div p {
            max-width: 350px;
            font-size: 16px;
            font-size: 1rem;
            margin: 0 auto 17px auto; }
          .subfeatures .subfeatures-content div a {
            font-size: 13px;
            font-size: 0.8125rem; } }

.feature-grid {
  text-align: center;
  background: #e5eff6; }

.feature-grid > div {
  /*@include max-content-width();
  margin: 40px auto 0 auto;*/
  margin: 40px 0 0 0;
  position: relative; }

.feature-grid .feature {
  height: 0;
  padding-bottom: 66%;
  background: #666;
  color: #fff;
  position: relative; }
  @media screen and (min-width: 610px) {
    .feature-grid .feature {
      padding-bottom: 50%; } }
  @media screen and (min-width: 750px) {
    .feature-grid .feature {
      padding-bottom: 22%; } }
  .feature-grid .feature img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .feature-grid .feature .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(78, 115, 138, 0.5); }
  .feature-grid .feature h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    width: 100%;
    margin-top: -5px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }

.feature-grid .details {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  /*@media screen and ( min-width: $breakpoint-xwide ) {
      width: 100%;
  }*/
  height: 100%;
  z-index: 1;
  left: 0;
  color: #333; }
  @media screen and (min-width: 610px) {
    .feature-grid .details {
      width: 200%; } }
  .feature-grid .details .details-content {
    color: #7D7F83;
    text-align: left;
    padding: 12px;
    font-size: 12px;
    font-size: 0.75rem; }
    @media screen and (min-width: 360px) {
      .feature-grid .details .details-content {
        padding: 16px; } }
    @media screen and (min-width: 610px) {
      .feature-grid .details .details-content {
        padding: 30px;
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 750px) {
      .feature-grid .details .details-content {
        padding: 15px; } }
    @media screen and (min-width: 940px) {
      .feature-grid .details .details-content {
        padding: 30px; } }
    @media screen and (min-width: 1200px) {
      .feature-grid .details .details-content {
        padding-top: 50px; } }
    @media screen and (min-width: 1350px) {
      .feature-grid .details .details-content {
        padding: 60px 40px 0 40px;
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1500px) {
      .feature-grid .details .details-content {
        padding: 10% 80px 0 80px; } }
    .feature-grid .details .details-content h3 {
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      color: #18355e;
      margin: 0 0 0px 0;
      font-weight: bold; }
      @media screen and (min-width: 610px) {
        .feature-grid .details .details-content h3 {
          font-size: 16px;
          font-size: 1rem;
          margin: 0 0 5px 0; } }
      @media screen and (min-width: 750px) {
        .feature-grid .details .details-content h3 {
          margin-bottom: 5px; } }
      @media screen and (min-width: 940px) {
        .feature-grid .details .details-content h3 {
          margin-bottom: 10px; } }
      @media screen and (min-width: 1000px) {
        .feature-grid .details .details-content h3 {
          margin-bottom: 15px; } }
    .feature-grid .details .details-content p {
      margin: 0px 0; }
      @media screen and (min-width: 360px) {
        .feature-grid .details .details-content p {
          margin: 5px 0; } }
      .feature-grid .details .details-content p a {
        color: #18355e; }

@media screen and (min-width: 610px) {
  .feature-grid .feature:nth-child(2n) .details {
    right: 0;
    left: auto; } }
@media screen and (min-width: 750px) {
  .feature-grid .feature:nth-child(2n) .details {
    right: auto;
    left: 0; }

  .feature-grid .feature:nth-child(3n) .details {
    right: 0;
    left: auto; } }
.hero {
  position: relative; }
  .hero img {
    width: 100%; }

.hero-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff; }
  .hero-content.overlay {
    background: rgba(78, 115, 138, 0.8); }
    @media screen and (min-width: 1350px) {
      .hero-content.overlay {
        padding-top: 10px; } }
  .hero-content.overlay-all {
    top: 0;
    background: rgba(78, 115, 138, 0.2); }

.hero-content-inner {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 1250px) {
    .hero-content-inner {
      max-width: 1200px;
      width: 100%; } }
  @media screen and (min-width: 750px) {
    .hero-content-inner {
      padding: 8px 0; } }
  .hero-content-inner h1 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 0; }
    @media screen and (min-width: 370px) {
      .hero-content-inner h1 {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 610px) {
      .hero-content-inner h1 {
        font-size: 24px;
        font-size: 1.5rem;
        padding: 20px 0; } }
    @media screen and (min-width: 1000px) {
      .hero-content-inner h1 {
        font-size: 30px;
        font-size: 1.875rem;
        padding: 20px 0; } }
  .hero-content-inner .hero-content-copy {
    display: none; }
    .hero-content-inner .hero-content-copy a {
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
      .hero-content-inner .hero-content-copy a:hover {
        color: #18355e; }
    @media screen and (min-width: 940px) {
      .hero-content-inner .hero-content-copy {
        display: block;
        border-top: 1px solid #fff;
        padding-top: 10px; }
        .hero-content-inner .hero-content-copy * {
          font-size: 16px;
          font-size: 1rem;
          margin: 10px auto;
          width: 90%; } }
    @media screen and (min-width: 940px) and (min-width: 1050px) {
      .hero-content-inner .hero-content-copy * {
        max-width: 1000px;
        width: 100%; } }

    @media screen and (min-width: 1200px) {
      .hero-content-inner .hero-content-copy {
        padding: 20px 0 30px 0; }
        .hero-content-inner .hero-content-copy * {
          line-height: 1.6; } }

.overlay-all .hero-content-inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px; }
  @media screen and (min-width: 1350px) {
    .overlay-all .hero-content-inner {
      bottom: 6%; } }

.slick-disabled {
  visibility: hidden; }

.slick-prev, .slick-next {
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0; }

.slick-next {
  left: auto;
  right: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

/*# sourceMappingURL=flc.css.map */
