@charset "UTF-8";
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?60089752");
  src: url("fonts/fontello.eot?60089752#iefix") format("embedded-opentype"), url("fonts/fontello.woff?60089752") format("woff"), url("fonts/fontello.ttf?60089752") format("truetype"), url("fonts/fontello.svg?60089752#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Akkurat";
  src: url("fonts/akkurat/lineto-akkurat-regular.eot");
  src: url("fonts/akkurat/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("fonts/akkurat/lineto-akkurat-regular.woff") format("woff"), url("fonts/akkurat/lineto-akkurat-regular.ttf") format("truetype"), url("fonts/akkurat/lineto-akkurat-regular.svg#lineto-akkurat-regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Akkurat";
  src: url("fonts/akkurat/lineto-akkurat-bold.eot");
  src: url("fonts/akkurat/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("fonts/akkurat/lineto-akkurat-bold.woff") format("woff"), url("fonts/akkurat/lineto-akkurat-bold.ttf") format("truetype"), url("fonts/akkurat/lineto-akkurat-bold.svg#lineto-akkurat-bold") format("svg");
  font-weight: bold;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-linkedin:before {
  content: '\e800'; }

/* '' */
.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-twitter:before {
  content: '\e802'; }

/* '' */
.icon-instagram:before {
  content: '\e803'; }

/* '' */
.icon-mail:before {
  content: '\e804'; }

/* '' */
.icon-lightbulb:before {
  content: '\e805'; }

/* '' */
html {
  height: 100%; }

body {
  position: relative;
  font-family: 'Akkurat', 'Open Sans', Helvetica Neue, Helvetica, Arial;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  height: 100%; }

strong {
  font-weight: bold; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

hr {
  border: 0;
  height: 1px;
  border-top: 1px solid rgb(204,204,204);
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

::-moz-selection {
  background: #eaeaea;
  /* WebKit/Blink Browsers */ }

::selection {
  background: #eaeaea;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #eaeaea;
  /* Gecko Browsers */ }

p {
  margin: 0 0 20px 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

input[type="text"] {
  border-radius: 0;
  box-shadow: none; }

.hidden {
  display: none; }

.image-container {
  display: block;
  position: relative;
  overflow: hidden; }
  .image-container img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.outer-wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.wrapper {
  display: table-row;
  height: 100%; }
  .wrapper .page {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1440px; }
  @media screen and (max-width: 1024px) {
    .wrapper .page {
      padding: 0 40px; } }
  @media screen and (max-width: 540px) {
    .wrapper .page {
      padding: 0 20px; } }

.grid-container {
  position: relative;
  overflow: auto; }

.site-footer {
  display: table-row; }
  @media screen and (max-width: 768px) {
    .site-footer {
      display: block;
      position: relative; } }

/* header */
.hero {
  background: url(img/placeholder.png);
  background-size: cover;
  min-height: 300px;
  transition: all 700ms ease; }
  .hero.video {
    background: none; }
    .hero.video .page-title {
      position: absolute; }
  .hero .page-title {
    padding: 15px 30px;
    z-index: 50; }
    .hero .page-title h1 {
      font-size: 40px;
      line-height: 130%;
      transition: all 700ms ease; }
      @media screen and (max-width: 768px) {
        .hero .page-title h1 {
          font-size: 30px; } }
      @media screen and (max-width: 540px) {
        .hero .page-title h1 {
          font-size: 20px; } }
    .hero .page-title .breadcrumb {
      transition: color 700ms ease; }
    .hero .page-title.reduce {
      padding: 0 30px;
      background: #fff;
      border-bottom: 1px dotted silver;
      position: fixed;
      width: calc(100% - 30px * 2);
      z-index: 50;
      top: 0;
      min-height: 50px; }
      .hero .page-title.reduce .breadcrumb {
        margin-top: 10px;
        color: silver; }
      .hero .page-title.reduce h1 {
        font-size: 16px; }
      .hero .page-title.reduce .tagline {
        display: none; }

.breadcrumb.stick {
  background: #fff;
  border-bottom: 1px dotted silver;
  position: fixed;
  width: calc(100% - 30px * 2);
  z-index: 50;
  top: 0;
  margin-top: 0;
  padding: 10px 0; }

/* Footer */
.site-footer {
  color: #aaa;
  background: white;
  font-size: 12px; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      text-decoration: underline; }

.showNewsletter {
  margin-bottom: -45px;
  display: block; }

.hiddenNewsletter {
  display: none;
  margin-top: -30px; }
  .hiddenNewsletter form.newsletter {
    margin: 0px 0px 20px 0px; }
    .hiddenNewsletter form.newsletter ::-webkit-input-placeholder {
      font-weight: 300;
      color: #888; }
    .hiddenNewsletter form.newsletter :-moz-placeholder {
      /* Firefox 18- */
      font-weight: 300;
      color: #888; }
    .hiddenNewsletter form.newsletter ::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 300;
      color: #888; }
    .hiddenNewsletter form.newsletter :-ms-input-placeholder {
      font-weight: 300;
      color: #888; }
    .hiddenNewsletter form.newsletter #email {
      border: 0;
      border-top: 1px solid transparent;
      border-bottom: 1px solid #666;
      background: transparent;
      color: #666;
      display: block;
      float: left;
      height: 30px;
      margin: 0;
      font-weight: 300; }
    .hiddenNewsletter form.newsletter #email:focus {
      outline: 0; }
    .hiddenNewsletter form.newsletter #email.error {
      border-bottom: 1px solid #cc0000; }
    .hiddenNewsletter form.newsletter #email.hidden {
      display: none; }
    .hiddenNewsletter form.newsletter #submit {
      height: 30px;
      border: 1px solid #666;
      border-radius: 0;
      background: transparent;
      color: #666;
      margin: 0;
      padding: 0 5px;
      padding-right: 40px;
      background: url("images/icn-arrow-right.png") right 8px no-repeat; }

.contact a {
  display: none;
  padding: 10px 30px;
  background: #ffff00;
  color: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 600;
  transition: all 100ms ease-in-out; }
  .contact a:hover {
    background-color: lighter(#ffff00, 10%);
    color: #222; }
  .contact a.unsticky {
    position: relative; }

.sf-side {
  float: left;
  display: block;
  margin-right: 0%;
  width: 16.66667%;
  margin-right: 0; }
  .sf-side:last-child {
    margin-right: 0; }
  .sf-side > a {
    display: block;
    text-decoration: underline;
    color: #666;
    display: block;
    padding: 20px 0;
    width: 80px;
    margin-left: auto;
    margin-right: auto; }
  .sf-side .social-link-counter {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px; }

.sf-inner {
  padding: 20px 15px 5px 15px;
  background: #222;
  position: relative;
  overflow: auto; }
  .sf-inner .location {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
    margin-bottom: 10px;
    max-width: 300px; }
    .sf-inner .location:last-child {
      margin-right: 0; }
    .sf-inner .location p {
      padding: 0 10px;
      line-height: 150%; }
      .sf-inner .location p a {
        text-decoration: none; }
      .sf-inner .location p .sf-location-phone {
        display: block;
        margin-top: 15px; }
  .sf-inner .sf-bottom {
    clear: both;
    width: auto;
    padding: 20px 10px 0 10px; }
    .sf-inner .sf-bottom .newsletter {
      float: left;
      margin-right: 20px; }
      .sf-inner .sf-bottom .newsletter ::-webkit-input-placeholder {
        font-weight: 300;
        color: #888; }
      .sf-inner .sf-bottom .newsletter :-moz-placeholder {
        /* Firefox 18- */
        font-weight: 300;
        color: #888; }
      .sf-inner .sf-bottom .newsletter ::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 300;
        color: #888; }
      .sf-inner .sf-bottom .newsletter :-ms-input-placeholder {
        font-weight: 300;
        color: #888; }
      .sf-inner .sf-bottom .newsletter #email {
        border: 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #666;
        background: transparent;
        color: #666;
        display: block;
        float: left;
        height: 30px;
        margin: 0;
        font-weight: 300; }
      .sf-inner .sf-bottom .newsletter #email:focus {
        outline: 0; }
      .sf-inner .sf-bottom .newsletter #email.error {
        border-bottom: 1px solid #cc0000; }
      .sf-inner .sf-bottom .newsletter #email.hidden {
        display: none; }
      .sf-inner .sf-bottom .newsletter #submit {
        height: 30px;
        border: 1px solid #666;
        border-radius: 0;
        background: transparent;
        color: #666;
        margin: 0;
        padding: 0 5px;
        padding-right: 40px;
        background: url("images/icn-arrow-right.png") right 8px no-repeat; }
    .sf-inner .sf-bottom .legal {
      margin: 0;
      margin-top: 15px;
      line-height: 20px;
      display: block;
      width: auto;
      color: #565656;
      font-size: 12px;
      text-align: right; }
      .sf-inner .sf-bottom .legal a {
        margin-left: 20px;
        color: #565656;
        margin-left: 20px; }
      @media screen and (max-width: 540px) {
        .sf-inner .sf-bottom .legal {
          padding-top: 20px;
          clear: both; } }
      @media screen and (max-width: 350px) {
        .sf-inner .sf-bottom .legal span {
          display: block; }
        .sf-inner .sf-bottom .legal a {
          float: left;
          margin-left: 0;
          margin-right: 20px; } }

.sf-location-phone {
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .sf-side {
    width: 0; }
    .sf-side .block-social {
      display: none; }
    .sf-side .back-to-top {
      color: #fff;
      position: absolute;
      right: 20px;
      top: 10px;
      z-index: 1; }

  .sf-inner {
    padding: 30px 30px 20px; }

  .sf-locations .location {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
    margin-right: 30px;
    margin-bottom: 30px; }
    .sf-locations .location:last-child {
      margin-right: 0; }
    .sf-locations .location.ca {
      clear: both; } }
@media screen and (max-width: 540px) {
  .sf-side {
    display: none; }

  .sf-inner {
    width: 100%; }
    .sf-inner .sf-bottom {
      padding: 20px 0 0 0; }
      .sf-inner .sf-bottom .newsletter {
        width: 100%; }
        .sf-inner .sf-bottom .newsletter #email {
          width: 60%; }
        .sf-inner .sf-bottom .newsletter #submit {
          width: 40%; }
      .sf-inner .sf-bottom .legal {
        text-align: left; }

  .sf-locations .location {
    width: 100%;
    margin-bottom: 10px; }
    .sf-locations .location p {
      padding: 0; }
    .sf-locations .location .sf-location-phone {
      margin-top: 10px; } }
/* 
###  NAVIGATION  ### 

- Main nav
- Mobile Nav
- Breadcrumb
*/
.add-transition .site-nav-items a, .add-transition .home-link {
  transition: all 200ms ease-in-out; }

.site-nav {
  overflow: hidden;
  font-size: 14px;
  z-index: 500;
  display: block;
  margin-right: 0;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  position: fixed;
  transition: background-color .2s; }
  .site-nav:after {
    content: "";
    display: table;
    clear: both; }
  .site-nav:last-child {
    margin-right: 0; }
  .site-nav.is-fixed {
    background-color: white; }
    .site-nav.is-fixed .site-nav-items {
      padding-top: 0; }
  .site-nav .home-link {
    display: block;
    position: relative;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 60px;
    font-size: 16px;
    background-color: #ffff00;
    width: 225px;
    padding: 0 60px;
    text-indent: -999em; }
    .site-nav .home-link img {
      position: absolute;
      width: 98px;
      height: 12px;
      left: 50%;
      top: 50%;
      margin-left: -49px;
      margin-top: -6px; }
    @media screen and (max-width: 1024px) {
      .site-nav .home-link {
        padding: 0 20px; } }
    @media screen and (max-width: 768px) {
      .site-nav .home-link {
        -webkit-animation-name: none;
                animation-name: none; } }
    @media screen and (max-width: 540px) {
      .site-nav .home-link {
        line-height: 42px;
        width: 156px; } }

.site-nav-items {
  position: absolute;
  left: 50%;
  margin-left: -103px;
  padding-top: 0px; }
  @media screen and (max-width: 1200px) {
    .site-nav-items {
      width: auto;
      padding-right: 5%;
      margin-left: -159px; } }
  @media screen and (max-width: 1024px) {
    .site-nav-items {
      padding-right: 5%;
      margin-left: -139px; } }
  @media screen and (max-width: 768px) {
    .site-nav-items {
      margin-left: -35px;
      border: 1px solid pink; } }

.site-nav-item {
  float: left; }
  .site-nav-item a {
    display: block;
    padding: 6px 11px;
    margin: 14px 7px;
    position: relative;
    outline: none;
    text-decoration: none;
    text-shadow: 0 0 1px rgb(255,255,255);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    border: 1px solid transparent; }
    @media screen and (max-width: 1024px) {
      .site-nav-item a {
        padding: 6px 8px;
        margin: 14px 1px; } }
    .site-nav-item a:hover, .site-nav-item a:focus, .site-nav-item a.is-active {
      color: #222;
      border: 1px solid #333; }

.site-nav-ventures {
  display: none; }

/* SIDR */
#mobile-menu-button {
  display: none;
  margin-right: 2px;
  padding: 18px 10px;
  float: right; }
  #mobile-menu-button:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #mobile-menu-button:active {
    transition: 0; }
  #mobile-menu-button span {
    height: 2px;
    width: 17px;
    margin-bottom: 4px;
    background: #222;
    display: block;
    position: relative;
    transition: background .3s .5s ease; }
    #mobile-menu-button span:before, #mobile-menu-button span:after {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      transition: top .3s .6s ease, -webkit-transform .3s ease;
      transition: top .3s .6s ease, transform .3s ease;
      height: 2px;
      width: 17px;
      margin-bottom: 4px;
      background: #222;
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 17/14 center;
          -ms-transform-origin: 17/14 center;
              transform-origin: 17/14 center; }
    #mobile-menu-button span:before {
      top: 6px; }
    #mobile-menu-button span:after {
      top: -6px; }
  #mobile-menu-button.close span {
    transition: background .3s 0s ease;
    background: transparent; }
    #mobile-menu-button.close span:before, #mobile-menu-button.close span:after {
      transition: top .3s ease, -webkit-transform .3s .5s ease;
      transition: top .3s ease, transform .3s .5s ease;
      top: 0;
      width: 17px; }
    #mobile-menu-button.close span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    #mobile-menu-button.close span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
  @media screen and (max-width: 768px) {
    #mobile-menu-button {
      margin-right: 12px;
      margin-top: 10px; } }
  @media screen and (max-width: 540px) {
    #mobile-menu-button {
      margin-right: 2px;
      margin-top: 0; } }

@media screen and (max-width: 1024px) {
  #mobile-menu-button {
    display: block; }

  #navigation {
    display: none; } }
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 990;
  width: 360px;
  overflow-x: none;
  overflow-y: auto;
  background: #f8f8f8;
  color: #333; }
  .sidr.right {
    left: auto;
    right: -360px; }
  .sidr.left {
    left: -360px;
    right: auto; }
  @media screen and (max-width: 540px) {
    .sidr {
      width: 260px; }
      .sidr.right {
        right: -260px; }
      .sidr.left {
        left: -260px; } }

#sidr-mobile {
  background-color: #5ef7c0;
  line-height: 48px; }

.sidr-class-site-nav-items {
  display: block;
  margin: 0 0 15px;
  padding: 0 15px 30px;
  background: #f8f8f8; }

.sidr-class-site-nav-item {
  display: block;
  margin: 0;
  margin-top: 2px;
  font-size: 18px; }
  .sidr-class-site-nav-item a {
    padding: 0 15px;
    display: block;
    border: 1px solid transparent; }
    .sidr-class-site-nav-item a:hover, .sidr-class-site-nav-item a.is-active {
      border: 1px solid #000; }

.sidr-class-site-nav-ventures-item {
  position: relative;
  font-size: 14px; }
  .sidr-class-site-nav-ventures-item span {
    position: absolute;
    right: 40px;
    top: -1px; }

.sidr-class-site-nav-ventures {
  position: relative;
  padding: 20px;
  margin-bottom: 0; }
  .sidr-class-site-nav-ventures a {
    display: block;
    padding: 10px 15px;
    line-height: 1.3;
    border: 1px solid transparent; }
    .sidr-class-site-nav-ventures a:hover, .sidr-class-site-nav-ventures a.is-active {
      border: 1px solid #000; }
  @media screen and (max-width: 540px) {
    .sidr-class-site-nav-ventures {
      font-size: 18px; } }

@media screen and (max-width: 540px) {
  .sidr-class-site-nav-venture-description {
    display: none; } }

.top-links {
  position: relative; }
  .top-links #wo-ventures {
    float: right;
    color: #222;
    background-color: #5ef7c0;
    position: absolute;
    top: 14px;
    right: 15px;
    z-index: 600;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 20px; }
    .top-links #wo-ventures span {
      display: inline-block;
      font-weight: 300; }
    .top-links #wo-ventures.close span {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      transition: .3s;
      font-weight: 700; }
    @media screen and (max-width: 1024px) {
      .top-links #wo-ventures {
        display: none; } }

.wo-ventures-nav {
  display: none;
  background: #5ef7c0;
  padding-top: 50px; }
  .wo-ventures-nav a {
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #5ef7c0;
    margin: 0px 20px 30px 20px; }
    .wo-ventures-nav a em {
      text-decoration: underline;
      font-style: normal; }
  .wo-ventures-nav a:hover {
    border: 1px solid #222; }

.playArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.playBlock {
  float: left;
  width: 12.5%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 22px;
  color: #000;
  background-color: #fff;
  z-index: 800;
  position: relative;
  cursor: pointer;
  font-weight: 400; }
  .playBlock.transparent {
    visibility: hidden;
    pointer-events: none; }
  @media screen and (max-width: 1024px) {
    .playBlock {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .playBlock {
      width: 25%; } }
  @media screen and (max-width: 540px) {
    .playBlock {
      width: 50%;
      font-size: 22px; } }

.level2-meta {
  margin-top: 70px;
  padding-bottom: 40px;
  font-size: 14px;
  color: #222;
  /*border-bottom: 1px solid #e4e4e4;*/ }

.level2-tags {
  font-size: 12px;
  clear: left;
  overflow: auto;
  margin-bottom: 10px; }
  .level2-tags strong {
    float: left;
    display: block;
    padding: 5px 10px 5px 0;
    text-transform: uppercase;
    width: 100px; }
  .level2-tags ul {
    overflow: auto; }
  .level2-tags li {
    float: left; }
    .level2-tags li a {
      display: block;
      padding: 5px 10px;
      margin-right: 2px;
      margin-bottom: 2px;
      background-color: #ebecf0;
      text-decoration: none; }
      .level2-tags li a:hover {
        background-color: #ced0da; }
  .level2-tags:last-child {
    margin-bottom: 0; }

@-webkit-keyframes home-wiggle {
  0% {
    width: 225px; }
  50% {
    width: 355px; }
  100% {
    width: 225px; } }

@keyframes home-wiggle {
  0% {
    width: 225px; }
  50% {
    width: 355px; }
  100% {
    width: 225px; } }
/* Tags */
/* Sidebar */
.level2-sidebar {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
  height: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
  padding-bottom: 50px;
  line-height: 150%;
  font-size: 12px;
  padding-right: 15px; }
  .level2-sidebar:last-child {
    margin-right: 0; }
  .level2-sidebar:after {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: 15px;
    background: #f6f6f6; }
    .level2-sidebar:after:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .level2-sidebar:after {
        padding-right: 10px; } }
    @media screen and (max-width: 768px) {
      .level2-sidebar:after {
        display: none; } }
  .level2-sidebar h3 {
    line-height: 1.5;
    border-bottom: 1px solid #8c8efb;
    font-size: 14px; }
  @media screen and (max-width: 768px) {
    .level2-sidebar {
      width: 100%;
      padding-right: 0;
      background-color: transparent; }
      .level2-sidebar > div {
        width: auto;
        padding: 40px; }
        .level2-sidebar > div > div {
          padding: 15px 30px;
          background-color: #f6f6f6; }
      .level2-sidebar:after {
        width: 0;
        height: 0;
        background: #fff; } }
  @media screen and (max-width: 540px) {
    .level2-sidebar {
      width: 100%;
      padding-right: 0;
      background-color: transparent; }
      .level2-sidebar > div {
        width: auto;
        padding: 0px; }
        .level2-sidebar > div > div {
          padding: 15px 30px;
          background-color: #f6f6f6; }
      .level2-sidebar:after {
        width: 0;
        height: 0;
        background: #fff; } }
  .level2-sidebar .readable-link {
    padding: 15px 15px 15px 15px;
    display: block;
    background-color: #e3e3e3;
    transition: all 100ms ease-in-out;
    max-width: 375px; }
    .level2-sidebar .readable-link:hover {
      background-color: #cacaca; }
    @media screen and (max-width: 768px) {
      .level2-sidebar .readable-link {
        display: none; } }

.level2-sidebar-module {
  padding-top: 30px;
  max-width: 375px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .level2-sidebar-module {
      max-width: none; } }

.tweet-selected {
  width: 36px;
  height: 36px;
  display: block;
  text-indent: -999em;
  background: url(images/inc-tweetnow.png) no-repeat; }

.social-wrapper {
  position: relative; }

.share-cta-module {
  position: absolute;
  right: 0px;
  top: -120px;
  width: 80px;
  z-index: 100; }
  .share-cta-module a.toggleShare {
    clear: both;
    background-color: #000;
    width: 80px;
    display: block;
    border: 1px solid #333;
    color: #fff;
    text-align: center;
    font-weight: 300;
    height: 28px;
    line-height: 28px;
    font-size: 12px; }
  .share-cta-module > div {
    visibility: hidden; }
  @media screen and (max-width: 1024px) {
    .share-cta-module {
      /*right: 40px;*/ } }
  @media screen and (max-width: 768px) {
    .share-cta-module {
      right: -90px;
      top: -12px; }
      .share-cta-module > div {
        position: absolute;
        top: 40px;
        visibility: hidden; }
      .share-cta-module a.toggleShare {
        margin-top: 12px; } }
  @media screen and (max-width: 540px) {
    .share-cta-module {
      display: none; } }

.social-link-counter div {
  width: 80px;
  height: 80px;
  display: block;
  border: 1px solid #BEBEBE;
  border-bottom: 0;
  padding-left: 10px; }
  .social-link-counter div span {
    font-size: 25px;
    padding-top: 28px;
    display: block;
    line-height: 100%; }
.social-link-counter ul {
  width: 82px; }
  .social-link-counter ul.bg a {
    background-color: #ffff00; }
  .social-link-counter ul li {
    float: left; }
    .social-link-counter ul li .counter {
      display: none; }
    .social-link-counter ul li a {
      display: block;
      text-align: center;
      line-height: 40px;
      height: 40px;
      width: 40px;
      border: 1px solid #BEBEBE;
      color: #222;
      transition: all 100ms ease-in-out; }
      .social-link-counter ul li a:hover {
        color: #666; }
      .social-link-counter ul li a.pos1 {
        border-bottom: 0;
        border-right: 0; }
      .social-link-counter ul li a.pos2 {
        border-bottom: 0; }
      .social-link-counter ul li a.pos3 {
        border-right: 0; }

.loader {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  z-index: 2;
  background: #ffff00;
  box-shadow: 0 0 10px rgb(223,223,223);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125); }
  .loader.is-loading {
    -webkit-animation-name: loading;
            animation-name: loading;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .loader.is-complete {
    -webkit-animation-name: none;
            animation-name: none;
    width: 100%;
    transition: width .2s; }

.loading-message {
  width: 200px;
  text-align: center;
  padding: 10px;
  margin: 40px auto;
  margin-bottom: 0;
  background: #ffff00;
  color: black;
  clear: both; }

@-webkit-keyframes loading {
  0% {
    width: 0; }
  50% {
    width: 50%; }
  100% {
    width: 66%; } }

@keyframes loading {
  0% {
    width: 0; }
  50% {
    width: 50%; }
  100% {
    width: 66%; } }
/* Index */
.home-page {
  background: url(images/bg_home.png) center top repeat-y; }
  @media screen and (max-width: 540px) {
    .home-page {
      background: none; } }
  @media screen and (max-width: 768px) {
    .home-page .overlays {
      display: none; } }
  .home-page .typed-cursor {
    display: none; }
  .home-page .clearFour {
    clear: both; }

.home-grid {
  margin-top: 120px;
  margin-bottom: 50px;
  position: relative; }
  .home-grid:after {
    content: "";
    display: table;
    clear: both; }
  .home-grid * {
    transition: none; }
  .home-grid .section {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    font-size: 12px;
    color: #898989;
    margin: 0;
    letter-spacing: 0.3px; }
  .home-grid .title-container {
    position: relative; }
  .home-grid .title,
  .home-grid .title-decoy {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 42px;
    background: transparent;
    border: 0;
    width: 100%;
    line-height: 100%;
    min-height: 52px;
    letter-spacing: -0.3px;
    font-weight: normal; }
  .home-grid .title-decoy {
    visibility: hidden; }
  .home-grid .title {
    position: absolute;
    top: 0px;
    left: 0px; }
  .home-grid .tagline {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #898989;
    font-weight: normal; }
  .home-grid .sentence {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    padding-right: 30px;
    padding-bottom: 60px; }
  .home-grid .work .title {
    color: #000; }
  .home-grid .whatson .title {
    color: #4649ff; }
  .home-grid .people .title {
    color: #18efd1; }
  .home-grid .views .title {
    color: #7b53ff; }
  .home-grid ul {
    position: relative; }
  @media screen and (max-width: 1200px) {
    .home-grid {
      margin-top: 120px; } }
  @media screen and (max-width: 540px) {
    .home-grid {
      margin-top: 82px; } }
  @media screen and (max-width: 1024px) {
    .home-grid .title,
    .home-grid .title-decoy {
      font-size: 18px; }
    .home-grid .tagline {
      font-size: 14px; }
    .home-grid .sentence {
      padding-right: 10px; } }
  @media screen and (max-width: 768px) {
    .home-grid .title,
    .home-grid .title-decoy {
      font-size: 42px; }
    .home-grid ul .home-grid-item {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .home-grid .sentence {
      padding-bottom: 0;
      font-size: 28px; }
    .home-grid .title,
    .home-grid .title-decoy {
      min-height: 0;
      font-size: 28px; } }
  @media screen and (max-width: 540px) {
    .home-grid .sentence {
      padding-bottom: 0;
      font-size: 22px; }
    .home-grid .title,
    .home-grid .title-decoy {
      min-height: 0;
      font-size: 22px; }
    .home-grid ul .home-grid-item {
      width: 100%; } }

.home-grid-item {
  width: 25%;
  float: left;
  margin-bottom: 20px;
  font-weight: 300;
  overflow: hidden; }
  .home-grid-item.lastRow {
    margin-bottom: 0; }
  .home-grid-item a {
    display: block;
    margin: 0 auto;
    width: 310px; }
    .home-grid-item a.is-hover {
      position: relative;
      z-index: 100; }
      .home-grid-item a.is-hover.is-faded {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        display: block; }
    .home-grid-item a.is-faded {
      opacity: 0.1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }
  .home-grid-item .content {
    min-height: 232px;
    position: relative; }
  .home-grid-item .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all 300ms linear;
    height: 232px; }
  .home-grid-item:hover .section {
    border-bottom-color: transparent; }
  .home-grid-item:hover .title,
  .home-grid-item:hover .tagline {
    visibility: hidden; }
  .home-grid-item:hover .hover-image {
    display: block; }
    @media screen and (max-width: 540px) {
      .home-grid-item:hover .hover-image {
        display: none; } }
  .home-grid-item:hover.is-typing a {
    display: none; }
  .home-grid-item .about:hover .section {
    border-bottom-color: #e4e4e4; }
  .home-grid-item .about:hover .title {
    visibility: inherit; }
  @media screen and (max-width: 1440px) {
    .home-grid-item a {
      width: 250px; }
    .home-grid-item .content {
      min-height: 187px; }
    .home-grid-item .hover-image {
      height: 187px; } }
  @media screen and (max-width: 1200px) {
    .home-grid-item a {
      width: 206px; }
    .home-grid-item .content {
      min-height: 155px; }
    .home-grid-item .hover-image {
      height: 155px; } }
  @media screen and (max-width: 1024px) {
    .home-grid-item a {
      width: 152px; }
    .home-grid-item .content {
      min-height: 114px; }
    .home-grid-item .hover-image {
      height: 114px; } }
  @media screen and (max-width: 768px) {
    .home-grid-item {
      height: 340px; }
      .home-grid-item a {
        margin: 0 10px;
        width: auto; }
      .home-grid-item .content {
        min-height: 0; } }
  @media screen and (max-width: 768px) {
    .home-grid-item, .home-grid-item.lastRow {
      margin-bottom: 50px; }
    .home-grid-item .section {
      border-bottom-color: transparent; }
    .home-grid-item .tagline {
      font-size: 12px;
      margin-top: 3px; }
    .home-grid-item .title,
    .home-grid-item .tagline, .home-grid-item:hover .title,
    .home-grid-item:hover .tagline {
      position: static;
      visibility: visible; }
    .home-grid-item .title-decoy, .home-grid-item:hover .title-decoy {
      display: none; }
    .home-grid-item .hover-image, .home-grid-item:hover .hover-image {
      display: block;
      position: static;
      height: auto; } }
  @media screen and (max-width: 540px) {
    .home-grid-item {
      height: auto; } }

@media screen and (max-width: 768px) {
  .home-approach-grid-item .section {
    border-bottom: 1px solid #e4e4e4; }
  .home-approach-grid-item .hover-image, .home-approach-grid-item:hover .hover-image {
    display: none; } }

.home-tweet-grid-item .sentence {
  padding-bottom: 0px; }
.home-tweet-grid-item .icon-twitter {
  color: #55acee;
  margin-right: 10px; }
.home-tweet-grid-item:hover .section {
  border-bottom: 1px solid #e4e4e4; }
.home-tweet-grid-item:hover .title,
.home-tweet-grid-item:hover .tagline {
  visibility: visible; }

.home-grid-overlay {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -60px;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #f6f6f6;
  overflow: hidden; }
  .home-grid-overlay .image {
    padding-top: 80px;
    position: relative;
    text-align: left;
    font-size: 0;
    height: 100%; }
  .home-grid-overlay img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto; }
  .home-grid-overlay.left {
    left: 0; }
    .home-grid-overlay.left .under_text {
      padding-left: 0;
      background-color: #f6f6f6;
      text-align: right;
      padding-right: 10px; }
      .home-grid-overlay.left .under_text p {
        float: right; }
    .home-grid-overlay.left .image {
      text-align: right;
      padding-right: 10px; }
  .home-grid-overlay.right {
    left: 50%;
    right: 0; }
    .home-grid-overlay.right .image {
      background-color: white;
      padding-left: 10px; }
  .home-grid-overlay .under_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    font-weight: 300;
    color: #898989;
    padding-right: 30px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 14px;
    line-height: 1.4; }
    .home-grid-overlay .under_text p {
      max-width: 500px; }
    .home-grid-overlay .under_text strong {
      font-weight: normal;
      color: #000; }
  @media screen and (max-width: 1200px) {
    .home-grid-overlay {
      top: -10px; }
      .home-grid-overlay.left {
        left: 10px; }
      .home-grid-overlay.right {
        right: 10px; } }
  @media screen and (max-width: 1024px) {
    .home-grid-overlay {
      top: -10px; } }

.home-approach-grid-overlay {
  background-color: #faff65; }
  .home-approach-grid-overlay .image {
    text-align: left;
    width: auto;
    margin-left: 0;
    left: 0; }
  .home-approach-grid-overlay span {
    position: absolute;
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 30px;
    font-size: 22px;
    color: #6c40fe; }
    @media screen and (max-width: 1024px) {
      .home-approach-grid-overlay span {
        font-size: 18px; } }

/* about */
.about-page {
  background: url(images/bg_home.png) center top repeat-y; }
  .about-page .page {
    margin: 0 auto;
    padding: 24px; }
  @media screen and (max-width: 1024px) {
    .about-page {
      background: none; }
      .about-page .page {
        padding: 24px; } }
  @media screen and (max-width: 768px) {
    .about-page {
      background: none; } }
  @media screen and (max-width: 540px) {
    .about-page .page {
      padding: 20px; } }

.about-content {
  padding-top: 120px; }
  .about-content h2 {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #8c8efb;
    line-height: 1.1;
    margin: 0 0 15px 0;
    letter-spacing: -0.3px;
    padding-bottom: 5px; }
  .about-content blockquote {
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    padding: 0;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 20px; }
    @media screen and (max-width: 540px) {
      .about-content blockquote {
        font-size: 18px; } }
  .about-content a {
    color: #4649ff;
    text-decoration: underline; }
  .about-content img {
    display: block; }
  .about-content p {
    -webkit-font-smoothing: antialiased;
    width: 79%;
    color: #222222; }
    @media screen and (max-width: 1024px) {
      .about-content p {
        width: 100%; } }
  .about-content strong {
    /*    font-weight: inherit;*/
    color: black; }
  @media screen and (max-width: 1024px) {
    .about-content {
      padding-top: 67px; } }
  @media screen and (max-width: 768px) {
    .about-content {
      padding-top: 55px; } }
  @media screen and (max-width: 540px) {
    .about-content {
      padding-top: 50px; }
      .about-content p {
        width: auto; }
      .about-content p:last-of-type {
        margin-bottom: 0; } }

.about-section-nav {
  width: 50%;
  padding: 0 45px;
  margin-bottom: 60px; }
  .about-section-nav h2 {
    font: inherit;
    padding-bottom: 0; }
  .about-section-nav ol {
    color: #AAA;
    margin: 0;
    padding: 0; }
  .about-section-nav li {
    padding-left: 35px;
    position: relative;
    line-height: 2; }
    .about-section-nav li span {
      position: absolute;
      top: 0;
      left: 0; }
  .about-section-nav a {
    color: #AAA; }
  @media screen and (max-width: 1024px) {
    .about-section-nav {
      position: absolute;
      margin: 0;
      padding-top: 85px;
      padding-left: 25px;
      top: 0;
      left: 0;
      bottom: 0;
      width: 33%;
      background: #f6f6f6; } }
  @media screen and (max-width: 768px) {
    .about-section-nav {
      padding: 0;
      margin-bottom: 70px;
      position: static;
      width: 100%;
      background: transparent; } }
  @media screen and (max-width: 540px) {
    .about-section-nav {
      display: none; } }

.about-section {
  padding-top: 50px;
  position: relative;
  margin-bottom: 170px;
  line-height: 1.5;
  clear: both; }
  .about-section:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1024px) {
    .about-section {
      margin-left: 33%;
      margin-bottom: 100px;
      padding-left: 25px; } }
  @media screen and (max-width: 768px) {
    .about-section {
      margin-left: 0;
      padding-left: 0; } }
  @media screen and (max-width: 540px) {
    .about-section {
      margin-bottom: 80px; } }

.about-section-half {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 2px;
  font-size: 18px;
  padding: 0 45px; }
  .about-section-half ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px; }
    .about-section-half ul li:nth-child(1) .about-bullet {
      background-color: #8092FF; }
    .about-section-half ul li:nth-child(2) .about-bullet {
      background-color: #D9E3E2; }
    .about-section-half ul li:nth-child(3) .about-bullet {
      background-color: #69FFB3; }
    .about-section-half ul li:nth-child(4) .about-bullet {
      background-color: #FFFE7E; }
  @media screen and (max-width: 768px) {
    .about-section-half ul li {
      padding-left: 35px; } }
  @media screen and (max-width: 1024px) {
    .about-section-half {
      width: 100%;
      padding: 0 0 20px 0;
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .about-section-half {
      font-size: 14px; } }

.about-bullet {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: .4em;
  left: 0;
  background-color: #8092FF; }

.about-section-half-content {
  position: relative;
  max-width: 629px; }
  .about-section-half-content img:first-child {
    margin-top: 8px; }
  @media screen and (max-width: 540px) {
    .about-section-half-content img:first-child {
      margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .about-section-half-content {
      max-width: none; } }

.about-section-header {
  position: absolute;
  top: -50px;
  width: 100%; }

.about-section-jump-arrows {
  float: right; }

.about-section-jump-arrow {
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  margin-right: 20px;
  cursor: pointer; }
  .about-section-jump-arrow.is-disabled {
    visibility: hidden; }

.about-section-jump-arrow-down {
  background: url(images/icn-arrow-jump-down.png); }

.about-section-jump-arrow-up {
  background: url(images/icn-arrow-jump-up.png); }

.about-end-links {
  -webkit-font-smoothing: antialiased;
  padding-top: 0;
  line-height: 1.3;
  margin-top: -100px; }
  .about-end-links a {
    display: inline-block;
    background: #4649ff;
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
    float: left;
    clear: left;
    width: 180px;
    text-align: center;
    border: 1px solid #4649ff; }
  .about-end-links a:hover {
    border: 1px solid #4649ff;
    background: white;
    color: #4649ff; }

.about-section-link-text {
  text-decoration: underline; }

.about-section-link-arrow {
  position: absolute;
  right: 0; }

/* Work */
.work-page {
  background: url(images/bg_home.png) center top repeat-y; }
  @media screen and (max-width: 768px) {
    .work-page {
      background-position: 0 0;
      background-size: 200% 640px;
      background-repeat: no-repeat; } }
  @media screen and (max-width: 540px) {
    .work-page .page {
      padding: 0; } }
  .work-page .grid-hover.is-hover .article .overlay {
    background-color: rgb(255,255,255);
    background-color: transparent\9;
    background-color: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff7f,endColorstr=#ffffff7f); }
  .work-page .grid-hover .article:hover .overlay {
    background-color: rgb(255,255,255);
    background-color: transparent\9;
    background-color: rgba(255, 255, 255, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00); }
  .work-page .grid-hover .overlay {
    transition: all 300ms ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .work-page .articles-row {
    clear: both; }

@media screen and (max-width: 768px) {
  .work-content {
    margin-top: 100px; } }

/* filters */
.work-filter {
  position: relative;
  z-index: 1;
  width: 40%;
  float: left;
  padding-top: 50px; }
  .work-filter blockquote {
    width: 80%;
    margin: 0;
    height: 235px;
    padding-top: 70px; }
    .work-filter blockquote img {
      float: right;
      margin-left: 20px; }
    .work-filter blockquote cite {
      margin-top: 20px;
      display: block;
      font-style: normal; }
      .work-filter blockquote cite strong {
        font-family: 400;
        text-decoration: underline; }
    .work-filter blockquote a {
      font-family: 400;
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .work-filter blockquote {
        font-size: 14px;
        height: auto; } }
  .work-filter .select-filter {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    padding-top: 5px;
    font-weight: 600;
    clear: both; }
    .work-filter .select-filter:after {
      content: "";
      display: table;
      clear: both; }
    .work-filter .select-filter * {
      transition: none; }
    .work-filter .select-filter > span {
      width: 35%;
      display: block;
      float: left;
      min-width: 150px;
      margin-bottom: 5px; }
    .work-filter .select-filter a.current {
      font-weight: 400;
      border-bottom: 1px solid #9f9f9f;
      min-width: 40%;
      max-width: 65%;
      display: block;
      float: left;
      padding-right: 30px;
      padding-bottom: 2px;
      position: relative;
      color: #bcbcbc;
      background: url(images/icn-arrow-down.png) center right no-repeat; }
      .work-filter .select-filter a.current.is-open {
        background: url(images/icn-arrow-up.png) center right no-repeat; }
      .work-filter .select-filter a.current.is-active {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        color: #000;
        margin-top: -3px;
        background: #fff; }
        .work-filter .select-filter a.current.is-active .action {
          width: 25px;
          background: transparent url(images/icn-cross.png) center center no-repeat; }
      .work-filter .select-filter a.current .action {
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0;
        right: 0; }
      @media screen and (max-width: 540px) {
        .work-filter .select-filter a.current {
          min-width: 95%; } }
    .work-filter .select-filter.light a.current {
      background: url(images/icn-arrow-down-light.png) center right no-repeat; }
      .work-filter .select-filter.light a.current.is-open {
        background: url(images/icn-arrow-up-light.png) center right no-repeat; }
      .work-filter .select-filter.light a.current.is-active {
        background: rgb(255,255,255);
        background-color: transparent\9;
        background: rgba(255, 255, 255, 0.1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff19,endColorstr=#ffffff19); }
    .work-filter .select-filter .select-box {
      clear: both;
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      left: 0;
      z-index: 1; }
      .work-filter .select-filter .select-box ul {
        clear: left;
        width: 100%;
        overflow: hidden;
        background-color: #e6e6e6;
        padding-top: 8px;
        padding-bottom: 20px;
        font-size: 12px; }
        .work-filter .select-filter .select-box ul li {
          float: left;
          margin-top: 5px;
          margin-right: 7px; }
          .work-filter .select-filter .select-box ul li a {
            font-size: 12px;
            font-weight: 300;
            display: block;
            float: left;
            color: #fff;
            padding: 5px 10px;
            background-color: #252525;
            background-color: rgba(0, 0, 0, 0.5); }
  .work-filter .filter-by-letters {
    width: 80%;
    padding: 23px 0;
    font-size: 12px; }
    .work-filter .filter-by-letters:after {
      content: "";
      display: table;
      clear: both; }
    .work-filter .filter-by-letters li a {
      text-transform: uppercase;
      display: block;
      border: 1px solid #bebebe;
      padding: 5px 5px;
      float: left;
      font-size: 12px;
      width: 33px;
      height: 33px;
      line-height: 20px;
      margin-bottom: 7px;
      margin-right: 7px;
      color: #333333;
      transition: 200ms all ease-in-out; }
      .work-filter .filter-by-letters li a span {
        width: 50%;
        display: block;
        float: left;
        text-align: center; }
      .work-filter .filter-by-letters li a:hover, .work-filter .filter-by-letters li a.is-selected {
        border: 1px solid #000;
        color: #000; }
      .work-filter .filter-by-letters li a.is-inactive {
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
    @media screen and (max-width: 768px) {
      .work-filter .filter-by-letters {
        width: 100%; }
        .work-filter .filter-by-letters li a {
          width: 40px;
          height: 39px;
          line-height: 28px;
          font-size: 12px; } }
    @media screen and (max-width: 540px) {
      .work-filter .filter-by-letters {
        display: none; } }
  .work-filter blockquote a {
    font-weight: bold; }
  .work-filter .select-filter .select-box {
    width: 75%; }
  @media screen and (max-width: 1200px) {
    .work-filter {
      padding-top: 100px; }
      .work-filter blockquote {
        display: none; } }
  @media screen and (max-width: 768px) {
    .work-filter {
      width: 100%;
      float: none;
      padding: 0 30px; }
      .work-filter blockquote {
        margin-top: 30px;
        margin-bottom: 50px; } }
  @media screen and (max-width: 540px) {
    .work-filter blockquote {
      display: none;
      width: 100%; }
    .work-filter .select-filter .select-box {
      margin-top: 0;
      width: 100%; } }

/* projects */
.work-page-grid.grid-container section {
  background-color: #f6f6f6; }
@media screen and (max-width: 768px) {
  .work-page-grid.grid-container .articles-row {
    display: inline;
    clear: none; }
  .work-page-grid.grid-container .tabletClear {
    clear: both; } }

.work-project {
  position: relative;
  font-size: 14px;
  overflow: hidden; }
  .work-project img {
    display: block;
    min-width: 100%; }
  .work-project .caption {
    width: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 300ms ease-in-out;
    min-height: 79px; }
    .work-project .caption h3 {
      font-size: 14px;
      margin: 0 15px;
      padding: 15px 0 5px 0;
      text-decoration: underline; }
    .work-project .caption p {
      margin: 0 15px;
      padding-bottom: 20px; }
    .work-project .caption span {
      position: absolute;
      background-color: #fff;
      height: 40px;
      width: 100%;
      bottom: 0;
      left: 15px;
      font-size: 1.5em;
      font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .work-project .caption {
        font-size: 12px; } }
    @media screen and (max-width: 540px) {
      .work-project .caption {
        font-size: 14px; } }
  .work-project.position-right .caption, .work-project.position-right span {
    /*background: #f2f2f2;*/ }
  .work-project.size-featured {
    padding-top: 70px;
    width: 60%;
    display: block; }
    .work-project.size-featured .image-container {
      padding-bottom: 63%; }
    @media screen and (max-width: 540px) {
      .work-project.size-featured {
        padding-top: 50px; } }
    .work-project.size-featured .caption span {
      padding-top: 0;
      width: 40px;
      background: transparent; }
  .work-project.size-small {
    width: 25%;
    float: left; }
    .work-project.size-small .image-container {
      padding-bottom: 100%; }
  .work-project.size-small-tall {
    width: 25%;
    float: left; }
    .work-project.size-small-tall .image-container {
      padding-bottom: 125%; }
  .work-project.size-large {
    width: 50%;
    float: left; }
    .work-project.size-large .image-container {
      padding-bottom: 62%; }
  @media screen and (max-width: 768px) {
    .work-project.size-small, .work-project.size-small-tall {
      width: 33.33%; }
    .work-project.size-large {
      width: 66.66%; }
    .work-project.size-featured {
      width: 100%; }
    .work-project img {
      display: block;
      margin-bottom: 0; }
    .work-project.size-featured .caption h3 {
      width: 100%;
      height: auto; }
    .work-project.size-featured .caption p {
      padding-bottom: 50px; } }
  @media screen and (max-width: 540px) {
    .work-project.size-small, .work-project.size-small-tall, .work-project.size-large, .work-project.size-featured {
      width: 100%; }
      .work-project.size-small .caption span, .work-project.size-small-tall .caption span, .work-project.size-large .caption span, .work-project.size-featured .caption span {
        display: none; }
    .work-project.size-featured .caption p {
      padding-bottom: 20px; } }

/* Case Study */
.single-object-page {
  background: url(images/bg_sidebar.png) center top repeat-y; }
  @media screen and (max-width: 768px) {
    .single-object-page {
      background: none; }
      .single-object-page .page {
        padding: 0; } }
  .single-object-page .share-cta-module {
    right: 0px;
    top: 56px;
    width: 80px;
    z-index: 100; }

/* Header */
.sop-header {
  display: block;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-right: 0;
  position: relative;
  vertical-align: bottom; }
  .sop-header:after {
    content: "";
    display: table;
    clear: both; }
  .sop-header:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .sop-header {
      float: none; } }

.sop-header-images {
  float: left;
  display: block;
  margin-right: 0%;
  width: 87.5%;
  position: relative;
  text-align: right; }
  .sop-header-images:last-child {
    margin-right: 0; }
  .sop-header-images img {
    display: block; }
  @media screen and (max-width: 768px) {
    .sop-header-images {
      width: 100%;
      padding-right: 140px;
      margin: 0; } }
  @media screen and (max-width: 540px) {
    .sop-header-images {
      padding-top: 42px;
      padding-right: 30px; } }

.sop-header-primary {
  float: left;
  display: block;
  margin-right: 0%;
  width: 57.14286%;
  float: left; }
  .sop-header-primary .image-container {
    padding-bottom: 66%; }
  .sop-header-primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .sop-header-primary {
      width: 100%;
      float: none; } }

.sop-header-secondary {
  float: left;
  display: block;
  margin-right: 0%;
  width: 42.85714%;
  margin-left: 57.14286%;
  position: absolute;
  bottom: 0;
  padding-right: 75px;
  text-align: right; }
  .sop-header-secondary:last-child {
    margin-right: 0; }
  .sop-header-secondary img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .sop-header-secondary {
      display: none;
      width: auto;
      right: 0;
      margin: 0;
      float: right;
      position: relative;
      padding-right: 0; } }
  @media screen and (max-width: 540px) {
    .sop-header-secondary img {
      display: none; } }

.sop-header-medium {
  width: 100%;
  padding-bottom: 66%; }

.sop-header-small {
  width: 33%;
  padding-bottom: 22%;
  text-align: right;
  float: right; }
  .sop-header-small img {
    display: block; }
  @media screen and (max-width: 768px) {
    .sop-header-small {
      width: auto;
      top: auto; } }
  @media screen and (max-width: 540px) {
    .sop-header-small {
      display: none; } }

.sop-header-social-links {
  /*  width: 50%;
    float: right;
    position: relative;*/ }

/* Main content */
.sop-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  margin-right: 0;
  font-size: 18px;
  line-height: 1.5;
  float: right; }
  .sop-content:last-child {
    margin-right: 0; }
  .sop-content img {
    margin: 15px 0; }
  .sop-content img.landscape-left {
    position: relative;
    margin-left: -20%;
    width: 100%;
    height: auto;
    max-width: none;
    z-index: 15; }
  .sop-content img.square {
    max-width: 49%;
    float: left; }
  .sop-content img.square + img.square {
    margin-left: 2%; }
  .sop-content img.square + img.square + img.square {
    margin-left: 0%; }
  .sop-content img.square + img.square + img.square + img.square {
    margin-left: 2%; }
  .sop-content canvas {
    float: left;
    margin-top: -15px;
    margin-left: -5px; }
  .sop-content a {
    color: inherit;
    text-decoration: underline; }
  .sop-content h2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 62.5%;
    margin-right: 0;
    font-size: 42px;
    line-height: .8;
    font-weight: 600;
    margin-bottom: .5em;
    clear: both; }
    .sop-content h2:last-child {
      margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .sop-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%;
      float: right;
      padding: 0 5% 5%; }
      .sop-content:last-child {
        margin-right: 0; }
      .sop-content img.landscape-left {
        margin-left: 0;
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .sop-content {
      float: none;
      width: auto;
      padding: 0 70px; } }
  @media screen and (max-width: 540px) {
    .sop-content {
      padding: 0 30px;
      font-size: 14px; }
      .sop-content h2 {
        font-size: 42px;
        line-height: 1;
        margin: 0 0 20px 0; } }

.sop-breadcrumb-nav {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  color: #000;
  margin-bottom: 30px;
  margin-top: 1em; }
  .sop-breadcrumb-nav a {
    text-decoration: underline; }
  @media screen and (max-width: 540px) {
    .sop-breadcrumb-nav {
      margin-bottom: 20px; } }

.sop-paragraph {
  clear: both; }
  @media screen and (max-width: 540px) {
    .sop-paragraph {
      margin-bottom: 20px; } }

.sop-intro-paragraph {
  font-weight: 600; }

.sop-standfirst {
  font-size: 29px;
  line-height: 1.3; }

.sop-heading {
  font-weight: bold; }

.sop-quote {
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 0;
  margin: 30px 0;
  font-size: 42px;
  line-height: 1.1;
  color: #222;
  clear: both;
  margin-left: -20%; }
  .sop-quote .sop-quote-content {
    position: relative;
    padding-left: 16.5%; }
    .sop-quote .sop-quote-content blockquote {
      margin: 0;
      position: relative; }
      .sop-quote .sop-quote-content blockquote > span {
        position: absolute;
        top: 0px;
        left: -17px; }
  .sop-quote cite {
    margin-top: 20px;
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222; }
    .sop-quote cite span {
      font-weight: 300;
      display: block; }
  @media screen and (max-width: 1024px) {
    .sop-quote {
      margin-left: 0; }
      .sop-quote .sop-quote-content {
        padding-left: 0; } }
  @media screen and (max-width: 540px) {
    .sop-quote {
      font-size: 22px; }
      .sop-quote .sop-quote-content blockquote {
        margin-left: 0; }
        .sop-quote .sop-quote-content blockquote > span {
          left: -10px; }
      .sop-quote cite {
        font-size: 12px; } }

.sop-image,
.sop-video {
  margin: 30px 0; }

.sop-video {
  max-width: 100%; }

.sop-media {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid transparent; }

.sop-media-double img {
  width: 50%;
  float: left;
  display: block;
  border: 1px solid transparent; }

.sop-further-reading {
  margin: 40px 0;
  clear: both;
  margin-bottom: 30px;
  width: 90%;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  padding: 15px 15px 10px 15px;
  overflow: hidden;
  color: #b1b1b1;
  font-weight: 400; }
  .sop-further-reading .title {
    display: block;
    font-size: 30px;
    text-decoration: none !important;
    font-weight: 300; }
  .sop-further-reading .readmore {
    font-size: 12px;
    clear: both;
    display: block;
    float: right;
    text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .sop-further-reading {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .sop-further-reading {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 540px) {
    .sop-further-reading .title {
      font-size: 18px; } }

.sop-caption-text {
  margin: -10px 0px 15px 0px;
  display: block;
  font-style: normal;
  float: left; }

.sop-caption-text.square {
  float: left;
  width: 49%;
  clear: left; }

/* Sidebar */
.sop-sidebar-content {
  clear: both; }
  .sop-sidebar-content.is-pinned {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
    position: fixed;
    padding-right: 60px;
    bottom: 20px; }
    .sop-sidebar-content.is-pinned:last-child {
      margin-right: 0; }
  .sop-sidebar-content.is-at-bottom {
    position: absolute; }
  @media screen and (max-width: 1024px) {
    .sop-sidebar-content.is-pinned {
      padding-right: 45px; } }
  @media screen and (max-width: 768px) {
    .sop-sidebar-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      padding: 0px;
      float: none;
      margin-left: 0; }
      .sop-sidebar-content:last-child {
        margin-right: 0; } }

.sop-press-module li {
  clear: both;
  margin-bottom: 4px;
  background-color: #fff; }
  .sop-press-module li > div {
    float: right;
    width: 60%;
    padding: 20px 18px 18px; }
  .sop-press-module li p {
    margin: 0;
    font-size: 14px; }
  .sop-press-module li:after {
    content: "";
    display: table;
    clear: both; }
.sop-press-module img {
  display: block;
  width: 40%; }
@media screen and (max-width: 1024px) {
  .sop-press-module {
    font-size: 12px; }
    .sop-press-module li > div {
      float: right;
      width: 70%;
      padding: 10px; }
    .sop-press-module li:after {
      content: "";
      display: table;
      clear: both; }
    .sop-press-module img {
      display: block;
      width: 30%; } }
@media screen and (max-width: 768px) {
  .sop-press-module {
    font-size: 14px; }
    .sop-press-module li > div {
      width: 80%;
      padding: 20px 60px 20px 30px; }
    .sop-press-module img {
      width: 20%;
      height: auto; } }
@media screen and (max-width: 540px) {
  .sop-press-module li > div {
    width: 70%;
    padding: 15px; }
  .sop-press-module img {
    width: 30%; } }
.sop-press-module li {
  position: relative;
  min-height: 75px; }
  .sop-press-module li > div {
    float: none;
    width: auto;
    padding-left: 90px; }
  .sop-press-module li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sop-press-module li img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto; }
@media screen and (max-width: 1024px) {
  .sop-press-module li > div {
    float: none;
    padding-left: 90px; }
  .sop-press-module li img {
    width: auto; } }

.sop-events-module li {
  text-align: center; }
.sop-events-module h2 {
  font-size: 3em;
  height: 170px;
  padding: 20px;
  line-height: 100%;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 10px; }
.sop-events-module p {
  font-size: 18px;
  padding: 10px;
  margin: 0; }
  .sop-events-module p.cta {
    text-decoration: underline;
    font-size: 14px; }
.sop-events-module a {
  display: block; }
@media screen and (max-width: 1024px) {
  .sop-events-module li {
    text-align: center; }
  .sop-events-module h2 {
    font-size: 2.5em; } }
@media screen and (max-width: 768px) {
  .sop-events-module {
    overflow: auto; }
    .sop-events-module li {
      width: 50%;
      float: left; } }
@media screen and (max-width: 540px) {
  .sop-events-module li {
    width: 100%;
    float: none; } }

.sop-module-team > div {
  background-color: #8ef4e8;
  overflow: hidden;
  padding: 30px 0 20px 0; }
  .sop-module-team > div a {
    position: relative;
    display: block;
    float: left;
    height: auto !important; }
    .sop-module-team > div a.size-small, .sop-module-team > div a.size-small-tall {
      width: 33.33%; }
      .sop-module-team > div a.size-small .overlay, .sop-module-team > div a.size-small-tall .overlay {
        position: absolute;
        bottom: 0;
        top: inherit;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: #8ef4e8; }
      .sop-module-team > div a.size-small .caption, .sop-module-team > div a.size-small-tall .caption {
        /* bottom: 30px;
         top: auto;
         height: 50px;*/ }
        .sop-module-team > div a.size-small .caption h3, .sop-module-team > div a.size-small-tall .caption h3 {
          font-size: 12px;
          padding: 10px 0 0 0;
          margin: 0 10px;
          border: 0; }
        .sop-module-team > div a.size-small .caption span, .sop-module-team > div a.size-small-tall .caption span {
          bottom: 5px;
          left: 10px;
          width: 100%;
          display: none;
          background-color: transparent; }
      .sop-module-team > div a.size-small.transparent .overlay, .sop-module-team > div a.size-small-tall.transparent .overlay {
        background-color: transparent; }
    .sop-module-team > div a:nth-child(3n) {
      width: 33.345%; }
  .sop-module-team > div nav {
    clear: both;
    font-size: 12px;
    font-weight: 400;
    padding: 20px 30px 0 30px; }
    .sop-module-team > div nav a.back {
      padding-top: 5px; }
    .sop-module-team > div nav ul {
      float: right; }
      .sop-module-team > div nav ul li {
        float: left; }
        .sop-module-team > div nav ul li a {
          text-decoration: none;
          background-color: #2faa9c;
          padding: 2px 5px;
          color: #fff;
          margin-left: 4px; }
@media screen and (max-width: 540px) {
  .sop-module-team {
    margin-bottom: 50px; }
    .sop-module-team > div a.size-small .overlay {
      height: 0; }
    .sop-module-team > div a.size-small .caption {
      bottom: 0; }
    .sop-module-team > div nav ul {
      float: none; }
      .sop-module-team > div nav ul li a {
        margin-left: 0;
        margin-right: 4px; }
    .sop-module-team > div nav a.back {
      padding-top: 20px;
      clear: both;
      display: block; } }
.sop-module-team .people-profile {
  min-height: 140px; }
  .sop-module-team .people-profile.size-small, .sop-module-team .people-profile.size-small-tall {
    width: 33.33333333333%; }
  .sop-module-team .people-profile.size-small-tall {
    min-height: 170px; }
  .sop-module-team .people-profile.is-first {
    clear: left; }

/* Related content (bottom) */
.sop-related-content {
  transition: all 200ms ease-in-out;
  transition-duration: 500ms;
  border-top: 1px solid transparent;
  overflow: hidden;
  max-height: 1px;
  clear: both;
  position: relative; }
  .sop-related-content.is-open {
    border-top: 1px solid #d9d9d9;
    max-height: 300px; }
  .sop-related-content .section-icn {
    float: left;
    display: block;
    margin-right: 0%;
    width: 16.66667%;
    margin-right: 0;
    width: 85px; }
    .sop-related-content .section-icn:last-child {
      margin-right: 0; }
    .sop-related-content .section-icn span {
      float: left;
      margin-right: 20px;
      clear: both;
      position: relative;
      border: 1px solid #000;
      width: 63px;
      height: 63px;
      display: block;
      padding: 35px 10px 10px 7px;
      margin-bottom: 0px;
      font-size: 14px; }
    .sop-related-content .section-icn.doubleline span {
      padding-top: 20px; }
    .sop-related-content .section-icn span {
      margin: 20px auto;
      float: none; }
  .sop-related-content .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #222;
    width: 20px;
    height: 20px;
    display: block; }
  .sop-related-content ul {
    padding-top: 20px;
    height: 148px;
    overflow: hidden; }
  .sop-related-content li {
    transition: all 200ms ease-in-out;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: relative;
    margin-bottom: 20px;
    width: 150px;
    height: 115px;
    overflow: hidden;
    float: left;
    margin-right: 0px;
    margin-left: 10px; }
    .sop-related-content li:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .sop-related-content strong {
    font-weight: 600;
    left: 10px;
    font-weight: normal;
    background-color: #222;
    position: absolute;
    max-width: 130px;
    padding: 2px 5px;
    color: #fff; }
  .sop-related-content img {
    display: block;
    width: 100%; }

.next-article,
.spin {
  display: none; }

.case-study-page .site-nav {
  background: rgb(255,255,255);
  background-color: transparent\9;
  background: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff7f,endColorstr=#ffffff7f); }
  @media screen and (max-width: 1024px) {
    .case-study-page .site-nav {
      background: none; } }
  .case-study-page .site-nav.is-fixed {
    background-color: white; }
    @media screen and (max-width: 1024px) {
      .case-study-page .site-nav.is-fixed {
        background-color: rgb(255,255,255);
        background-color: transparent\9;
        background-color: rgba(255, 255, 255, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffb2,endColorstr=#ffffffb2); } }

/* People */
.people-page:after {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background-color: #b5f8ef;
  content: ""; }
  @media screen and (max-width: 768px) {
    .people-page:after {
      display: none; } }
@media screen and (max-width: 768px) {
  .people-page {
    background-position: 0 0;
    background-size: 200% 500px;
    background-repeat: no-repeat; } }
.people-page .page {
  margin: 0 auto;
  padding: 0 60px; }
@media screen and (max-width: 1024px) {
  .people-page .page {
    padding: 0 40px; } }
@media screen and (max-width: 540px) {
  .people-page .page {
    padding: 0; } }
.people-page .grid-hover.is-hover .article .overlay {
  background-color: rgb(255,255,255);
  background-color: transparent\9;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff7f,endColorstr=#ffffff7f); }
.people-page .grid-hover .article:hover .overlay {
  background-color: rgb(255,255,255);
  background-color: transparent\9;
  background-color: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00); }
.people-page .grid-hover .overlay {
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.people-page .articles-row {
  clear: both; }

.people-filter {
  width: 40%;
  float: left;
  padding-top: 50px; }
  .people-filter blockquote {
    width: 80%;
    margin: 0;
    height: 235px;
    padding-top: 70px; }
    .people-filter blockquote img {
      float: right;
      margin-left: 20px; }
    .people-filter blockquote cite {
      margin-top: 20px;
      display: block;
      font-style: normal; }
      .people-filter blockquote cite strong {
        font-family: 400;
        text-decoration: underline; }
    .people-filter blockquote a {
      font-family: 400;
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .people-filter blockquote {
        font-size: 14px;
        height: auto; } }
  @media screen and (max-width: 1024px) {
    .people-filter blockquote {
      margin-bottom: 100px; } }
  @media screen and (max-width: 768px) {
    .people-filter blockquote {
      margin-top: 30px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 540px) {
    .people-filter blockquote {
      margin-top: 0;
      display: none; } }
  .people-filter .select-filter {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    padding-top: 5px;
    font-weight: 600;
    clear: both; }
    .people-filter .select-filter:after {
      content: "";
      display: table;
      clear: both; }
    .people-filter .select-filter * {
      transition: none; }
    .people-filter .select-filter > span {
      width: 35%;
      display: block;
      float: left;
      min-width: 150px;
      margin-bottom: 5px; }
    .people-filter .select-filter a.current {
      font-weight: 400;
      border-bottom: 1px solid #6fbdb3;
      min-width: 40%;
      max-width: 65%;
      display: block;
      float: left;
      padding-right: 30px;
      padding-bottom: 2px;
      position: relative;
      color: #44a498;
      background: url(images/icn-arrow-down.png) center right no-repeat; }
      .people-filter .select-filter a.current.is-open {
        background: url(images/icn-arrow-up.png) center right no-repeat; }
      .people-filter .select-filter a.current.is-active {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        color: #000;
        margin-top: -3px;
        background: #fff; }
        .people-filter .select-filter a.current.is-active .action {
          width: 25px;
          background: transparent url(images/icn-cross.png) center center no-repeat; }
      .people-filter .select-filter a.current .action {
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0;
        right: 0; }
      @media screen and (max-width: 540px) {
        .people-filter .select-filter a.current {
          min-width: 95%; } }
    .people-filter .select-filter.light a.current {
      background: url(images/icn-arrow-down-light.png) center right no-repeat; }
      .people-filter .select-filter.light a.current.is-open {
        background: url(images/icn-arrow-up-light.png) center right no-repeat; }
      .people-filter .select-filter.light a.current.is-active {
        background: rgb(255,255,255);
        background-color: transparent\9;
        background: rgba(255, 255, 255, 0.1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff19,endColorstr=#ffffff19); }
    .people-filter .select-filter .select-box {
      clear: both;
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      left: 0;
      z-index: 1; }
      .people-filter .select-filter .select-box ul {
        clear: left;
        width: 100%;
        overflow: hidden;
        background-color: #7ce6d8;
        padding-top: 8px;
        padding-bottom: 20px;
        font-size: 12px; }
        .people-filter .select-filter .select-box ul li {
          float: left;
          margin-top: 5px;
          margin-right: 7px; }
          .people-filter .select-filter .select-box ul li a {
            font-size: 12px;
            font-weight: 300;
            display: block;
            float: left;
            color: #fff;
            padding: 5px 10px;
            background-color: #252525;
            background-color: rgba(0, 0, 0, 0.5); }
  .people-filter .select-filter a.current {
    background: url(images/icn-arrow-down-people.png) center right no-repeat; }
    .people-filter .select-filter a.current.is-open {
      background: url(images/icn-arrow-up-people.png) center right no-repeat; }
  .people-filter .select-filter .select-box {
    width: 75%; }
    @media screen and (max-width: 540px) {
      .people-filter .select-filter .select-box {
        width: 100%; } }
  .people-filter .filter-by-letters {
    width: 80%;
    padding: 23px 0;
    font-size: 12px; }
    .people-filter .filter-by-letters:after {
      content: "";
      display: table;
      clear: both; }
    .people-filter .filter-by-letters li a {
      text-transform: uppercase;
      display: block;
      border: 1px solid #6fbdb3;
      padding: 5px 5px;
      float: left;
      font-size: 12px;
      width: 33px;
      height: 33px;
      line-height: 20px;
      margin-bottom: 7px;
      margin-right: 7px;
      color: #333333;
      transition: 200ms all ease-in-out; }
      .people-filter .filter-by-letters li a span {
        width: 50%;
        display: block;
        float: left;
        text-align: center; }
      .people-filter .filter-by-letters li a:hover, .people-filter .filter-by-letters li a.is-selected {
        border: 1px solid #000;
        color: #000; }
      .people-filter .filter-by-letters li a.is-inactive {
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
    @media screen and (max-width: 768px) {
      .people-filter .filter-by-letters {
        width: 100%; }
        .people-filter .filter-by-letters li a {
          width: 40px;
          height: 39px;
          line-height: 28px;
          font-size: 12px; } }
    @media screen and (max-width: 540px) {
      .people-filter .filter-by-letters {
        display: none; } }
  @media screen and (max-width: 768px) {
    .people-filter {
      width: 100%;
      float: none;
      padding: 0 30px; }
      .people-filter .filter-by-letters {
        padding-bottom: 30px;
        overflow: hidden; } }

.people-content {
  position: relative; }
  .people-content:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 540px) {
    .people-content {
      margin-top: 100px; } }

.people-featured {
  padding-top: 70px;
  width: 50%;
  float: right; }
  @media screen and (max-width: 540px) {
    .people-featured {
      display: none; } }
  .people-featured .image-featured {
    position: relative; }
    .people-featured .image-featured img {
      display: block; }
  .people-featured .caption {
    background-color: #fff;
    min-height: 120px; }
    .people-featured .caption h3 {
      width: 20%;
      font-size: 14px;
      float: left;
      height: auto;
      padding: 0 20px; }
    .people-featured .caption p {
      padding: 20px;
      margin: 0; }
    @media screen and (max-width: 1024px) {
      .people-featured .caption {
        font-size: 12px; } }
    @media screen and (max-width: 540px) {
      .people-featured .caption {
        font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .people-featured {
      width: 100%;
      float: none;
      padding: 0px; }
      .people-featured .image-featured {
        padding-top: 40px; }
      .people-featured .caption h3 {
        width: 100%; } }

.people-profiles {
  clear: both; }

.people-profile,
.people-empty {
  width: 25%;
  display: block;
  min-height: 230px;
  float: left;
  position: relative;
  overflow: hidden; }
  .people-profile img,
  .people-empty img {
    display: block; }
  .people-profile.size-small,
  .people-empty.size-small {
    height: 355px;
    transition: all 300ms ease-in-out; }
    .people-profile.size-small .caption,
    .people-empty.size-small .caption {
      /*top: auto;*/ }
  .people-profile.cyan .caption-inner,
  .people-empty.cyan .caption-inner {
    background-color: #8ef4e8; }
  .people-profile .caption,
  .people-empty .caption {
    width: 80%;
    position: absolute;
    top: 355px;
    right: 0;
    transition: all 300ms ease-in-out; }
  .people-profile .caption-inner,
  .people-empty .caption-inner {
    position: absolute;
    background: #fff;
    bottom: 0;
    height: 95px;
    width: 100%;
    right: 0; }
    .people-profile .caption-inner h3,
    .people-empty .caption-inner h3 {
      font-size: 14px;
      margin: 0 15px;
      padding: 15px 0 5px 0;
      text-decoration: underline; }
    .people-profile .caption-inner p,
    .people-empty .caption-inner p {
      margin: 0 15px;
      padding-bottom: 0; }
    .people-profile .caption-inner span,
    .people-empty .caption-inner span {
      position: relative;
      height: 20px;
      width: 20px;
      left: 15px;
      font-size: 1.5em;
      font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .people-profile .caption-inner,
      .people-empty .caption-inner {
        font-size: 12px; }
        .people-profile .caption-inner h3,
        .people-empty .caption-inner h3 {
          font-size: 12px;
          padding-bottom: 2px; } }
    @media screen and (max-width: 1024px) {
      .people-profile .caption-inner span,
      .people-empty .caption-inner span {
        display: none; } }
    @media screen and (max-width: 540px) {
      .people-profile .caption-inner,
      .people-empty .caption-inner {
        font-size: 14px; } }
  .people-profile .profile-picture img,
  .people-empty .profile-picture img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute; }
  .people-profile .profile-picture.is-hover,
  .people-empty .profile-picture.is-hover {
    display: none; }
  .people-profile:hover .profile-picture.is-hover,
  .people-empty:hover .profile-picture.is-hover {
    display: block; }
  @media screen and (max-width: 1200px) {
    .people-profile.size-small,
    .people-empty.size-small {
      height: 285px; }
    .people-profile .caption,
    .people-empty .caption {
      top: 285px; }
      .people-profile .caption h3, .people-profile .caption p,
      .people-empty .caption h3,
      .people-empty .caption p {
        margin: 0 10px; }
      .people-profile .caption h3,
      .people-empty .caption h3 {
        padding-top: 10px; } }
  @media screen and (max-width: 1024px) {
    .people-profile.size-small,
    .people-empty.size-small {
      height: 220px; }
    .people-profile .caption,
    .people-empty .caption {
      top: 230px; }
    .people-profile .caption-inner,
    .people-empty .caption-inner {
      height: 83px; } }
  @media screen and (max-width: 768px) {
    .people-profile,
    .people-empty {
      width: 33.3%; }
      .people-profile.size-small,
      .people-empty.size-small {
        height: 230px; }
      .people-profile.tabletClear,
      .people-empty.tabletClear {
        clear: both; }
      .people-profile .caption h3,
      .people-empty .caption h3 {
        padding: 10px 0 5px 0; }
      .people-profile .caption span,
      .people-empty .caption span {
        width: 100%; } }
  @media screen and (max-width: 620px) {
    .people-profile .caption,
    .people-empty .caption {
      top: auto;
      bottom: 0; }
    .people-profile .caption-inner,
    .people-empty .caption-inner {
      height: 105px; } }
  @media screen and (max-width: 540px) {
    .people-profile,
    .people-empty {
      width: 50%; }
      .people-profile.size-small, .people-profile.size-small-tall,
      .people-empty.size-small,
      .people-empty.size-small-tall {
        height: 230px; }
      .people-profile.tabletClear,
      .people-empty.tabletClear {
        clear: none; }
      .people-profile.mobileClear,
      .people-empty.mobileClear {
        clear: both; }
      .people-profile .caption,
      .people-empty .caption {
        top: 230px; }
      .people-profile .caption-inner,
      .people-empty .caption-inner {
        height: 52px; }
        .people-profile .caption-inner h3,
        .people-empty .caption-inner h3 {
          padding: 10px 0 0 0; }
        .people-profile .caption-inner p,
        .people-empty .caption-inner p {
          display: none; }
      .people-profile:hover .profile-picture.is-hover,
      .people-empty:hover .profile-picture.is-hover {
        display: block; } }
  @media screen and (max-width: 350px) {
    .people-profile.size-small,
    .people-empty.size-small {
      height: 180px; }
    .people-profile .caption,
    .people-empty .caption {
      top: 115px;
      height: 65px; }
      .people-profile .caption h3,
      .people-empty .caption h3 {
        padding: 10px 0 0 0; }
      .people-profile .caption span,
      .people-empty .caption span {
        display: none; } }

.people-profile-condensed .caption p, .people-profile-condensed .caption span {
  display: none; }

.double {
  width: 50%;
  float: left; }
  .double img {
    display: block; }
  @media screen and (max-width: 768px) {
    .double {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .people-empty {
    display: none; }

  .articles-row {
    display: inline;
    clear: none; } }
/* People person */
.person-profile-page {
  background: url(images/bg_sidebar.png) center top repeat-y; }
  .person-profile-page .page {
    margin: 0 auto;
    padding: 0 60px; }
  .person-profile-page .social-wrapper {
    max-width: 533px; }
  .person-profile-page .share-cta-module {
    /* top: 58px; */ }
  @media screen and (max-width: 1024px) {
    .person-profile-page .page {
      padding: 0 40px; } }
  @media screen and (max-width: 768px) {
    .person-profile-page {
      background: none; }
      .person-profile-page .page {
        padding: 0; }
      .person-profile-page .share-cta-module {
        /*  top: 76px; */ } }

/* Header */
.ppp-header {
  background: url(images/bg_people_sidebar.png) center top repeat-y;
  overflow: hidden;
  height: 494px; }
  .ppp-header:after {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: 15px;
    background: #b5f8ef; }
    .ppp-header:after:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .ppp-header:after {
        padding-right: 10px; } }
    @media screen and (max-width: 768px) {
      .ppp-header:after {
        display: none; } }
  .ppp-header hr {
    border: 0;
    height: 1px;
    border-bottom: 1px solid #CCC;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    position: absolute;
    width: 54%;
    top: 190px;
    right: 60px; }
    @media screen and (max-width: 1024px) {
      .ppp-header hr {
        right: 40px; } }
    @media screen and (max-width: 768px) {
      .ppp-header hr {
        display: none; } }
  @media screen and (max-width: 768px) {
    .ppp-header {
      background: #b5f8ef;
      height: auto; } }

.ppp-meta, .ppp-hero-image {
  padding-top: 175px; }

.ppp-meta {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
  margin-right: 0;
  position: relative;
  float: left;
  background-color: #b5f8ef;
  min-height: 540px;
  padding-right: 15px; }
  .ppp-meta:last-child {
    margin-right: 0; }
  .ppp-meta h1 {
    border: 1px solid #000;
    word-break: break-all;
    font-size: 14px;
    font-weight: 600;
    padding: 40px 10px 10px 10px;
    display: inline-block;
    margin: 0;
    min-width: 122px; }
  @media screen and (max-width: 768px) {
    .ppp-meta {
      clear: both;
      padding-top: 15px;
      width: 100%;
      min-height: 0;
      padding-bottom: 0px;
      padding-left: 70px; }
      .ppp-meta h1 {
        float: left;
        margin-right: 15px; } }
  @media screen and (max-width: 540px) {
    .ppp-meta {
      width: auto;
      min-height: 0;
      padding-left: 30px;
      padding-bottom: 0px; }
      .ppp-meta h1 {
        padding: 20px 10px 5px 7px; } }

.ppp-meta-inner {
  /*position: absolute;*/
  top: 0;
  width: 100%; }

.ppp-basic-info {
  width: 100%;
  line-height: 170%;
  padding-top: 100px;
  position: relative; }
  .ppp-basic-info span {
    float: left;
    width: 30%;
    margin-right: 5px; }
  .ppp-basic-info .links {
    clear: both;
    min-height: 23px; }
    .ppp-basic-info .links a {
      text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .ppp-basic-info span {
      width: auto;
      display: block; } }
  @media screen and (max-width: 768px) {
    .ppp-basic-info {
      padding-top: 0px; }
      .ppp-basic-info span {
        width: 24%;
        display: block; } }
  @media screen and (max-width: 540px) {
    .ppp-basic-info {
      clear: both; }
      .ppp-basic-info span {
        width: auto; } }

.ppp-social-links {
  width: 100%;
  margin-bottom: 44px;
  padding-top: 30px;
  overflow: auto; }
  .ppp-social-links li:last-child a {
    border-right: 1px solid rgb(216,216,216);
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .ppp-social-links a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid rgb(216,216,216);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 0; }

.ppp-hero-image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  margin-right: 0;
  float: right;
  position: relative; }
  .ppp-hero-image:last-child {
    margin-right: 0; }
  .ppp-hero-image img {
    display: block; }
  @media screen and (max-width: 1024px) {
    .ppp-hero-image {
      width: 62.5%;
      padding-left: 5%; } }
  @media screen and (max-width: 768px) {
    .ppp-hero-image {
      min-height: 200px;
      width: 100%;
      padding-right: 140px;
      padding-top: 88px;
      padding-left: 0px; } }
  @media screen and (max-width: 540px) {
    .ppp-hero-image {
      padding-top: 42px;
      padding-right: 30px; } }

/* Main content */
.ppp-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  margin-right: 0;
  clear: both;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  float: right; }
  .ppp-content:last-child {
    margin-right: 0; }
  .ppp-content article {
    color: #222; }
  .ppp-content a {
    color: inherit;
    text-decoration: underline; }
  .ppp-content h1 {
    font-size: 42px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.1em; }
  .ppp-content h2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 62.5%;
    margin-right: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
    clear: both; }
    .ppp-content h2:last-child {
      margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .ppp-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%;
      float: right;
      padding: 0 5% 5%; }
      .ppp-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .ppp-content {
      float: none;
      width: auto;
      padding: 0 70px; } }
  @media screen and (max-width: 540px) {
    .ppp-content {
      padding: 0 30px;
      font-size: 14px; }
      .ppp-content h2 {
        font-size: 42px;
        line-height: 1;
        margin: 1em 0; } }

.ppp-breadcrumb-nav {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  color: #000;
  margin-bottom: 30px;
  margin-top: 12px; }
  .ppp-breadcrumb-nav a {
    text-decoration: underline; }

.ppp-paragraph {
  clear: both; }
  @media screen and (max-width: 540px) {
    .ppp-paragraph {
      margin-bottom: 20px; } }

.ppp-quote {
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 0;
  margin: 30px 0;
  font-size: 42px;
  line-height: 1.1;
  color: #222;
  clear: both;
  margin-left: -20%; }
  .ppp-quote .sop-quote-content {
    position: relative;
    padding-left: 16.5%; }
    .ppp-quote .sop-quote-content blockquote {
      margin: 0;
      position: relative; }
      .ppp-quote .sop-quote-content blockquote > span {
        position: absolute;
        top: 0px;
        left: -17px; }
  .ppp-quote cite {
    margin-top: 20px;
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222; }
    .ppp-quote cite span {
      font-weight: 300;
      display: block; }
  @media screen and (max-width: 1024px) {
    .ppp-quote {
      margin-left: 0; }
      .ppp-quote .sop-quote-content {
        padding-left: 0; } }
  @media screen and (max-width: 540px) {
    .ppp-quote {
      font-size: 22px; }
      .ppp-quote .sop-quote-content blockquote {
        margin-left: 0; }
        .ppp-quote .sop-quote-content blockquote > span {
          left: -10px; }
      .ppp-quote cite {
        font-size: 12px; } }

.ppp-media {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid transparent; }

.ppp-media-double img {
  width: 50%;
  float: left;
  display: block;
  border: 1px solid transparent; }

.ppp-module-related-people {
  margin: 100px 0;
  position: relative; }
  .ppp-module-related-people > div {
    background-color: #8ef4e8;
    overflow: hidden;
    padding: 30px 0 20px 0; }
    .ppp-module-related-people > div a {
      position: relative;
      display: block;
      float: left;
      height: auto !important; }
      .ppp-module-related-people > div a.size-small, .ppp-module-related-people > div a.size-small-tall {
        width: 33.33%; }
        .ppp-module-related-people > div a.size-small .overlay, .ppp-module-related-people > div a.size-small-tall .overlay {
          position: absolute;
          bottom: 0;
          top: inherit;
          left: 0;
          width: 100%;
          height: 30px;
          background-color: #8ef4e8; }
        .ppp-module-related-people > div a.size-small .caption, .ppp-module-related-people > div a.size-small-tall .caption {
          /* bottom: 30px;
           top: auto;
           height: 50px;*/ }
          .ppp-module-related-people > div a.size-small .caption h3, .ppp-module-related-people > div a.size-small-tall .caption h3 {
            font-size: 12px;
            padding: 10px 0 0 0;
            margin: 0 10px;
            border: 0; }
          .ppp-module-related-people > div a.size-small .caption span, .ppp-module-related-people > div a.size-small-tall .caption span {
            bottom: 5px;
            left: 10px;
            width: 100%;
            display: none;
            background-color: transparent; }
        .ppp-module-related-people > div a.size-small.transparent .overlay, .ppp-module-related-people > div a.size-small-tall.transparent .overlay {
          background-color: transparent; }
      .ppp-module-related-people > div a:nth-child(3n) {
        width: 33.345%; }
    .ppp-module-related-people > div nav {
      clear: both;
      font-size: 12px;
      font-weight: 400;
      padding: 20px 30px 0 30px; }
      .ppp-module-related-people > div nav a.back {
        padding-top: 5px; }
      .ppp-module-related-people > div nav ul {
        float: right; }
        .ppp-module-related-people > div nav ul li {
          float: left; }
          .ppp-module-related-people > div nav ul li a {
            text-decoration: none;
            background-color: #2faa9c;
            padding: 2px 5px;
            color: #fff;
            margin-left: 4px; }
  @media screen and (max-width: 540px) {
    .ppp-module-related-people {
      margin-bottom: 50px; }
      .ppp-module-related-people > div a.size-small .overlay {
        height: 0; }
      .ppp-module-related-people > div a.size-small .caption {
        bottom: 0; }
      .ppp-module-related-people > div nav ul {
        float: none; }
        .ppp-module-related-people > div nav ul li a {
          margin-left: 0;
          margin-right: 4px; }
      .ppp-module-related-people > div nav a.back {
        padding-top: 20px;
        clear: both;
        display: block; } }
  .ppp-module-related-people h3 {
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #8C8EFB; }
  .ppp-module-related-people .size-small-tall .caption {
    top: auto;
    bottom: 27px;
    height: 33px; }
    .ppp-module-related-people .size-small-tall .caption h3 {
      font-size: 12px;
      margin-top: -5px;
      padding-bottom: 10px; }
    @media screen and (max-width: 1200px) {
      .ppp-module-related-people .size-small-tall .caption {
        border: 1px solid yellow;
        bottom: 43px;
        width: 90%; } }
  .ppp-module-related-people .size-small .caption {
    bottom: 43px;
    top: auto;
    height: 33px; }
    @media screen and (max-width: 1200px) {
      .ppp-module-related-people .size-small .caption {
        width: 90%; } }
  .ppp-module-related-people .size-small h3 {
    font-size: 12px;
    height: 33px; }
  .ppp-module-related-people:after {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border-right: 1px solid white; }
  @media screen and (max-width: 1200px) {
    .ppp-module-related-people .size-small,
    .ppp-module-related-people .size-small-tall {
      min-height: 200px; } }
  @media screen and (max-width: 1024px) {
    .ppp-module-related-people .size-small,
    .ppp-module-related-people .size-small-tall {
      min-height: 170px; } }
  @media screen and (max-width: 768px) {
    .ppp-module-related-people .size-small,
    .ppp-module-related-people .size-small-tall {
      min-height: 190px; } }
  @media screen and (max-width: 540px) {
    .ppp-module-related-people .size-small,
    .ppp-module-related-people .size-small-tall {
      min-height: 140px; } }

/* Sidebar */
.ppp-sidebar-content {
  padding-right: 15px;
  font-size: 14px;
  clear: both; }
  .ppp-sidebar-content.is-pinned {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
    position: fixed;
    padding-right: 60px;
    bottom: 20px; }
    .ppp-sidebar-content.is-pinned:last-child {
      margin-right: 0; }
  .ppp-sidebar-content.is-at-bottom {
    position: absolute; }
  @media screen and (max-width: 1024px) {
    .ppp-sidebar-content.is-pinned {
      padding-right: 45px; } }
  @media screen and (max-width: 768px) {
    .ppp-sidebar-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      padding: 0px;
      margin-left: 0; }
      .ppp-sidebar-content:last-child {
        margin-right: 0; } }

.ppp-person-work li {
  position: relative; }
  .ppp-person-work li img {
    display: block; }
  .ppp-person-work li .caption {
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 5px 10px;
    color: #fff;
    background-color: #000; }
  @media screen and (max-width: 768px) {
    .ppp-person-work li {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 540px) {
    .ppp-person-work li {
      width: 100%;
      float: none; } }

.ppp-person-video li a {
  position: relative;
  text-decoration: underline; }
  .ppp-person-video li a img {
    display: block; }
  .ppp-person-video li a .caption {
    font-weight: 300;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    width: 150px;
    background: #000 url(images/icn-play.png) no-repeat 130px 7px; }
.ppp-person-video li p {
  line-height: 150%;
  padding: 10px 0; }
@media screen and (max-width: 768px) {
  .ppp-person-video li {
    width: 50%;
    float: left; } }
@media screen and (max-width: 540px) {
  .ppp-person-video li {
    width: 100%;
    float: none; } }
.ppp-person-video li iframe {
  max-width: 100%; }

.ppp-twitter {
  margin-bottom: 50px; }
  .ppp-twitter div {
    background-color: #5ad1fa;
    padding: 15px; }
    .ppp-twitter div a {
      text-decoration: underline; }
    .ppp-twitter div .meta {
      margin-top: 20px;
      font-weight: 600;
      display: block;
      font-size: 12.6px; }
      .ppp-twitter div .meta i {
        color: #2daad4;
        margin-right: 5px;
        font-size: 16.8px; }
  @media screen and (max-width: 540px) {
    .ppp-twitter div {
      padding: 20px 15px; } }

/* Blog */
.views-page:after {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background-color: #dad9ff;
  content: ""; }
  @media screen and (max-width: 768px) {
    .views-page:after {
      display: none; } }
.views-page .page {
  margin: 0 auto;
  padding: 0 60px 60px 60px; }
@media screen and (max-width: 1024px) {
  .views-page .page {
    padding: 0 40px 50px 40px; } }
@media screen and (max-width: 768px) {
  .views-page .page {
    padding: 0; } }
@media screen and (max-width: 540px) {
  .views-page .page {
    padding: 0; } }
.views-page .grid-hover.is-hover .article .overlay {
  background-color: rgb(255,255,255);
  background-color: transparent\9;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff7f,endColorstr=#ffffff7f); }
.views-page .grid-hover .article:hover .overlay {
  background-color: rgb(255,255,255);
  background-color: transparent\9;
  background-color: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00); }
.views-page .grid-hover .overlay {
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.views-page .articles-row {
  clear: both; }

.views-filter {
  width: 40%;
  float: left;
  padding-top: 50px;
  z-index: 1; }
  .views-filter:after {
    content: "";
    display: table;
    clear: both; }
  .views-filter blockquote {
    width: 80%;
    margin: 0;
    height: 235px;
    padding-top: 70px; }
    .views-filter blockquote img {
      float: right;
      margin-left: 20px; }
    .views-filter blockquote cite {
      margin-top: 20px;
      display: block;
      font-style: normal; }
      .views-filter blockquote cite strong {
        font-family: 400;
        text-decoration: underline; }
    .views-filter blockquote a {
      font-family: 400;
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .views-filter blockquote {
        font-size: 14px;
        height: auto; } }
  @media screen and (max-width: 1024px) {
    .views-filter blockquote {
      margin-bottom: 100px; } }
  @media screen and (max-width: 768px) {
    .views-filter blockquote {
      padding-top: 80px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 540px) {
    .views-filter blockquote {
      margin-top: 0;
      width: 95%; }
      .views-filter blockquote a {
        margin-bottom: 10px; } }
  .views-filter blockquote .showNewsletter {
    margin-bottom: 0px; }
  .views-filter blockquote .hiddenNewsletter {
    margin-top: -20px; }
  @media screen and (max-width: 768px) {
    .views-filter {
      width: 100%;
      float: none;
      padding: 0 30px;
      background: #dad9ff;
      padding-bottom: 40px; } }
  .views-filter .select-filters {
    float: left;
    width: 50%; }
    .views-filter .select-filters .select-filter {
      position: relative;
      font-size: 14px;
      margin-bottom: 30px;
      padding-top: 5px;
      font-weight: 600;
      clear: both; }
      .views-filter .select-filters .select-filter:after {
        content: "";
        display: table;
        clear: both; }
      .views-filter .select-filters .select-filter * {
        transition: none; }
      .views-filter .select-filters .select-filter > span {
        width: 35%;
        display: block;
        float: left;
        min-width: 150px;
        margin-bottom: 5px; }
      .views-filter .select-filters .select-filter a.current {
        font-weight: 400;
        border-bottom: 1px solid #7271ad;
        min-width: 40%;
        max-width: 65%;
        display: block;
        float: left;
        padding-right: 30px;
        padding-bottom: 2px;
        position: relative;
        color: #7271ad;
        background: url(images/icn-arrow-down.png) center right no-repeat; }
        .views-filter .select-filters .select-filter a.current.is-open {
          background: url(images/icn-arrow-up.png) center right no-repeat; }
        .views-filter .select-filters .select-filter a.current.is-active {
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-size: 12px;
          color: #000;
          margin-top: -3px;
          background: #fff; }
          .views-filter .select-filters .select-filter a.current.is-active .action {
            width: 25px;
            background: transparent url(images/icn-cross.png) center center no-repeat; }
        .views-filter .select-filters .select-filter a.current .action {
          position: absolute;
          width: 0px;
          height: 100%;
          top: 0;
          right: 0; }
        @media screen and (max-width: 540px) {
          .views-filter .select-filters .select-filter a.current {
            min-width: 95%; } }
      .views-filter .select-filters .select-filter.light a.current {
        background: url(images/icn-arrow-down-light.png) center right no-repeat; }
        .views-filter .select-filters .select-filter.light a.current.is-open {
          background: url(images/icn-arrow-up-light.png) center right no-repeat; }
        .views-filter .select-filters .select-filter.light a.current.is-active {
          background: rgb(255,255,255);
          background-color: transparent\9;
          background: rgba(255, 255, 255, 0.1);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff19,endColorstr=#ffffff19); }
      .views-filter .select-filters .select-filter .select-box {
        clear: both;
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        z-index: 1; }
        .views-filter .select-filters .select-filter .select-box ul {
          clear: left;
          width: 100%;
          overflow: hidden;
          background-color: #c7c6fa;
          padding-top: 8px;
          padding-bottom: 20px;
          font-size: 12px; }
          .views-filter .select-filters .select-filter .select-box ul li {
            float: left;
            margin-top: 5px;
            margin-right: 7px; }
            .views-filter .select-filters .select-filter .select-box ul li a {
              font-size: 12px;
              font-weight: 300;
              display: block;
              float: left;
              color: #fff;
              padding: 5px 10px;
              background-color: #252525;
              background-color: rgba(0, 0, 0, 0.5); }
    .views-filter .select-filters .select-filter a.current {
      width: 65%; }
  @media screen and (max-width: 1024px) {
    .views-filter .select-filters {
      width: 75%; } }
  @media screen and (max-width: 768px) {
    .views-filter .select-filters {
      width: 100%; } }

.views-featured {
  padding-top: 70px;
  width: 60%;
  float: left; }
  .views-featured:after {
    content: "";
    display: table;
    clear: both; }
  .views-featured .view-stub {
    width: 100%; }
  .views-featured .view-stub-image {
    width: 100%; }
  .views-featured .view-stub-caption {
    width: 100%;
    min-height: 100px;
    background-color: #f6f6f6;
    overflow: hidden; }
  .views-featured .view-stub-info {
    clear: both;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .views-featured {
      width: 100%;
      float: none;
      clear: both;
      padding: 0; }
      .views-featured .image-featured .overlay {
        display: none; } }
  @media screen and (max-width: 540px) {
    .views-featured .view-stub {
      padding: 0; }
    .views-featured .view-stub-image,
    .views-featured .view-stub-caption {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    .views-featured .view-stub-caption {
      padding-left: 10px; } }

.view-stubs-label {
  clear: both;
  overflow: hidden; }
  .view-stubs-label span {
    float: left;
    margin-right: 20px;
    clear: both;
    position: relative;
    border: 1px solid #000;
    width: 63px;
    height: 63px;
    display: block;
    padding: 35px 10px 10px 7px;
    margin-bottom: 0px;
    font-size: 14px; }
  .view-stubs-label.doubleline span {
    padding-top: 20px; }
  .view-stubs-label span {
    padding-top: 37px;
    height: 63px;
    margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .view-stubs-label {
      margin-top: 10px;
      margin-left: 10px; } }

.view-stubs {
  overflow: auto; }
  @media screen and (max-width: 768px) {
    .view-stubs {
      margin: 0 10px; } }
  @media screen and (max-width: 350px) {
    .view-stubs {
      margin: 0 5px; } }

.view-stub {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 1px; }
  .view-stub.grey .view-stub-caption {
    background-color: #f6f6f6; }
  @media screen and (max-width: 768px) {
    .view-stub {
      width: 50%; } }
  @media screen and (max-width: 540px) {
    .view-stub {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    .view-stub {
      padding: 5px;
      width: 50%; } }

.view-stub-image {
  position: relative;
  display: block;
  float: left;
  width: 30%;
  min-height: 1px; }
  .view-stub-image .image-container {
    padding-bottom: 75%; }
  @media screen and (max-width: 540px) {
    .view-stub-image {
      width: 50%; } }
  @media screen and (max-width: 350px) {
    .view-stub-image {
      width: 100%;
      float: none; } }

.view-stub-caption {
  width: 70%;
  min-height: 173px;
  height: auto;
  float: left;
  position: relative;
  background-color: #fff;
  font-size: 14px; }
  .view-stub-caption > h3 {
    font-size: 14px;
    margin: 0 15px 0 15px;
    padding: 15px 0 5px 0;
    text-decoration: underline; }
  .view-stub-caption > span {
    position: relative;
    height: 20px;
    width: 20px;
    bottom: 15px;
    left: 15px;
    font-size: 1.5em;
    font-weight: 300; }
  @media screen and (max-width: 1024px) {
    .view-stub-caption {
      font-size: 12px; }
      .view-stub-caption .view-stub-excerpt {
        margin: 0 20px 0 15px; }
      .view-stub-caption .view-stub-info {
        margin: 0 15px 0 15px; }
      .view-stub-caption .view-stub-info span {
        display: none; } }
  @media screen and (max-width: 1024px) and (max-width: 350px) {
    .view-stub-caption {
      min-height: 80px; } }

  @media screen and (max-width: 540px) {
    .view-stub-caption {
      font-size: 14px;
      width: 50%; } }
  @media screen and (max-width: 350px) {
    .view-stub-caption {
      width: 100%;
      float: none; }
      .view-stub-caption .view-stub-info,
      .view-stub-caption .view-stub-title {
        margin-top: 5px;
        margin-left: 0; } }

.view-stub-excerpt {
  margin: 0 20px 0 15px; }
  @media screen and (max-width: 768px) {
    .view-stub-excerpt p {
      margin-bottom: 5px; } }
  @media screen and (max-width: 350px) {
    .view-stub-excerpt {
      display: none; } }

.view-stub-info {
  color: #939292;
  line-height: 1.6;
  padding: 0 15px; }
  .view-stub-info span {
    float: left;
    width: 60px; }
  .view-stub-info span.comments {
    float: none; }
  @media screen and (max-width: 1024px) {
    .view-stub-info {
      padding: 0; } }

@media screen and (max-width: 540px) {
  .view-stub {
    margin-bottom: 15px; }
    .view-stub.grey .view-stub-caption {
      background-color: transparent; }
    .view-stub .view-stub-caption > span {
      display: none; }
    .view-stub .view-stub-caption > h3 {
      padding-top: 0; }

  .views-featured .view-stub .view-stub-title {
    padding-top: 15px; } }
/* Blog post */
.view-single-page .page {
  margin: 0 auto;
  padding: 0 60px; }
.view-single-page .social-wrapper {
  max-width: 425px; }
@media screen and (max-width: 1024px) {
  .view-single-page .page {
    padding: 0 40px; } }
@media screen and (max-width: 768px) {
  .view-single-page {
    background: none; }
    .view-single-page .page {
      padding: 0; } }

/* Header */
.vsp-header {
  background: url(images/bg_view.png) center top repeat-y;
  overflow: hidden;
  font-size: 14px;
  line-height: 150%;
  height: 494px; }
  .vsp-header:after {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: 15px;
    background: #d3d2ff; }
    .vsp-header:after:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .vsp-header:after {
        padding-right: 10px; } }
    @media screen and (max-width: 768px) {
      .vsp-header:after {
        display: none; } }
  @media screen and (max-width: 768px) {
    .vsp-header {
      background-position: 0 0;
      font-size: 14px;
      height: 600px;
      background: #dad9ff; } }

.vsp-post-meta {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
  position: relative;
  float: left;
  padding-left: 0px;
  padding-top: 276px; }
  .vsp-post-meta:last-child {
    margin-right: 0; }
  .vsp-post-meta hr {
    border: 0;
    height: 1px;
    border-bottom: 1px solid #CCC;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    position: absolute;
    width: 54%;
    top: 190px;
    right: 60px;
    position: relative;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .vsp-post-meta hr {
        right: 40px; } }
    @media screen and (max-width: 768px) {
      .vsp-post-meta hr {
        display: none; } }
  @media screen and (max-width: 768px) {
    .vsp-post-meta {
      clear: both;
      padding: 30px;
      width: 100%;
      padding-left: 39px; } }
  @media screen and (max-width: 540px) {
    .vsp-post-meta {
      width: 100%; } }

.vsp-post-meta-inner {
  margin-right: 0;
  font-size: 14px; }
  .vsp-post-meta-inner a {
    text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .vsp-post-meta-inner {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .vsp-post-meta-inner {
      padding-left: 0px; }
      .vsp-post-meta-inner p span {
        width: 75%; } }
  @media screen and (max-width: 540px) {
    .vsp-post-meta-inner {
      padding-left: 0;
      padding-top: 0; } }

.vsp-author-avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 88px;
  margin-bottom: 25px;
  float: left; }
  .vsp-author-avatar img {
    display: block;
    -webkit-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5); }
  @media screen and (max-width: 1024px) {
    .vsp-author-avatar {
      margin-right: 30px; } }
  @media screen and (max-width: 768px) {
    .vsp-author-avatar {
      float: left;
      margin-bottom: 0; } }

.vsp-comment-link {
  margin-left: 4px; }

.vsp-hero-image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  float: right;
  padding-top: 175px;
  position: relative; }
  .vsp-hero-image:last-child {
    margin-right: 0; }
  .vsp-hero-image img {
    max-height: 100%;
    display: block; }
  @media screen and (max-width: 1024px) {
    .vsp-hero-image {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%;
      padding-left: 5%;
      padding-right: 5%;
      float: right; }
      .vsp-hero-image:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .vsp-hero-image {
      min-height: 200px;
      width: 100%;
      padding-left: 0px;
      padding-right: 140px;
      padding-top: 88px; } }
  @media screen and (max-width: 540px) {
    .vsp-hero-image {
      width: 100%;
      padding-top: 42px;
      padding-right: 30px; } }

.vsp-hero-image-inner img {
  max-height: 319px; }

.vsp-post-title {
  position: relative;
  bottom: 0;
  color: #6c40fe;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .vsp-post-title {
      position: relative; } }
  @media screen and (max-width: 540px) {
    .vsp-post-title {
      font-size: 30px; } }

/* Main content */
.vsp-breadcrumb-nav {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  color: #000;
  margin-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 1em; }
  .vsp-breadcrumb-nav a {
    text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .vsp-breadcrumb-nav {
      padding-top: 20px; } }

.vsp-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  margin-right: 0;
  clear: both;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  float: right; }
  .vsp-content:last-child {
    margin-right: 0; }
  .vsp-content article {
    color: black; }
  .vsp-content a {
    color: inherit;
    text-decoration: underline; }
  .vsp-content h2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 62.5%;
    margin-right: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: .5em;
    clear: both; }
    .vsp-content h2:last-child {
      margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .vsp-content {
      font-size: 18px; } }
  @media screen and (max-width: 1024px) {
    .vsp-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%;
      font-size: 18px;
      float: right;
      padding: 0 5% 5%; }
      .vsp-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .vsp-content {
      float: none;
      width: auto;
      padding: 20px 70px 70px 70px; } }
  @media screen and (max-width: 540px) {
    .vsp-content {
      padding: 15px 30px 30px 30px;
      font-size: 14px; }
      .vsp-content h2 {
        font-size: 42px;
        line-height: 1;
        margin: 1em 0; } }

.vsp-paragraph {
  clear: both; }
  @media screen and (max-width: 540px) {
    .vsp-paragraph {
      margin-bottom: 20px; } }

.vsp-quote {
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 0;
  margin: 30px 0;
  font-size: 42px;
  line-height: 1.1;
  color: #222;
  clear: both;
  margin-left: -20%; }
  .vsp-quote .sop-quote-content {
    position: relative;
    padding-left: 16.5%; }
    .vsp-quote .sop-quote-content blockquote {
      margin: 0;
      position: relative; }
      .vsp-quote .sop-quote-content blockquote > span {
        position: absolute;
        top: 0px;
        left: -17px; }
  .vsp-quote cite {
    margin-top: 20px;
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222; }
    .vsp-quote cite span {
      font-weight: 300;
      display: block; }
  @media screen and (max-width: 1024px) {
    .vsp-quote {
      margin-left: 0; }
      .vsp-quote .sop-quote-content {
        padding-left: 0; } }
  @media screen and (max-width: 540px) {
    .vsp-quote {
      font-size: 22px; }
      .vsp-quote .sop-quote-content blockquote {
        margin-left: 0; }
        .vsp-quote .sop-quote-content blockquote > span {
          left: -10px; }
      .vsp-quote cite {
        font-size: 12px; } }

.vsp-recommended {
  clear: both;
  margin-bottom: 30px;
  width: 90%;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  padding: 15px 15px 10px 15px;
  overflow: hidden;
  color: #b1b1b1;
  font-weight: 400;
  margin-bottom: 30px; }
  .vsp-recommended .title {
    display: block;
    font-size: 30px;
    text-decoration: none !important;
    font-weight: 300; }
  .vsp-recommended .readmore {
    font-size: 12px;
    clear: both;
    display: block;
    float: right;
    text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .vsp-recommended {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .vsp-recommended {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 540px) {
    .vsp-recommended .title {
      font-size: 18px; } }

.vsp-views-module li {
  clear: both;
  margin-bottom: 4px;
  background-color: #fff; }
  .vsp-views-module li > div {
    float: right;
    width: 60%;
    padding: 20px 18px 18px; }
  .vsp-views-module li p {
    margin: 0;
    font-size: 14px; }
  .vsp-views-module li:after {
    content: "";
    display: table;
    clear: both; }
.vsp-views-module img {
  display: block;
  width: 40%; }
@media screen and (max-width: 1024px) {
  .vsp-views-module {
    font-size: 12px; }
    .vsp-views-module li > div {
      float: right;
      width: 70%;
      padding: 10px; }
    .vsp-views-module li:after {
      content: "";
      display: table;
      clear: both; }
    .vsp-views-module img {
      display: block;
      width: 30%; } }
@media screen and (max-width: 768px) {
  .vsp-views-module {
    font-size: 14px; }
    .vsp-views-module li > div {
      width: 80%;
      padding: 20px 60px 20px 30px; }
    .vsp-views-module img {
      width: 20%;
      height: auto; } }
@media screen and (max-width: 540px) {
  .vsp-views-module li > div {
    width: 70%;
    padding: 15px; }
  .vsp-views-module img {
    width: 30%; } }

#disqus_thread * {
  color: #ebecf0; }

/* People */
.events-page .grid-hover.is-hover .article .overlay {
  background-color: rgb(255,255,255);
  background-color: transparent\9;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff7f,endColorstr=#ffffff7f); }
.events-page .grid-hover .article:hover .overlay {
  background-color: rgb(255,255,255);
  background-color: transparent\9;
  background-color: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00); }
.events-page .grid-hover .overlay {
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.events-page .articles-row {
  clear: both; }
.events-page:after {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background-color: #aed6ff;
  content: ""; }
  @media screen and (max-width: 768px) {
    .events-page:after {
      display: none; } }
.events-page .page {
  margin: 0 auto;
  padding: 0 60px 60px 60px; }
.events-page .articles-row {
  padding-bottom: 20px; }
@media screen and (max-width: 1024px) {
  .events-page .page {
    padding: 0 40px 50px 40px; } }
@media screen and (max-width: 768px) {
  .events-page {
    background: #aed6ff; } }
@media screen and (max-width: 540px) {
  .events-page .page {
    padding: 0; } }

.events-filter {
  position: relative;
  width: 50%;
  float: left;
  padding-top: 50px;
  z-index: 1; }
  .events-filter blockquote {
    width: 80%;
    margin: 0;
    height: 235px;
    padding-top: 70px; }
    .events-filter blockquote img {
      float: right;
      margin-left: 20px; }
    .events-filter blockquote cite {
      margin-top: 20px;
      display: block;
      font-style: normal; }
      .events-filter blockquote cite strong {
        font-family: 400;
        text-decoration: underline; }
    .events-filter blockquote a {
      font-family: 400;
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .events-filter blockquote {
        font-size: 14px;
        height: auto; } }
  .events-filter .select-filters {
    float: left;
    width: 50%; }
    .events-filter .select-filters .select-filter {
      position: relative;
      font-size: 14px;
      margin-bottom: 30px;
      padding-top: 5px;
      font-weight: 600;
      clear: both; }
      .events-filter .select-filters .select-filter:after {
        content: "";
        display: table;
        clear: both; }
      .events-filter .select-filters .select-filter * {
        transition: none; }
      .events-filter .select-filters .select-filter > span {
        width: 35%;
        display: block;
        float: left;
        min-width: 150px;
        margin-bottom: 5px; }
      .events-filter .select-filters .select-filter a.current {
        font-weight: 400;
        border-bottom: 1px solid #718ba6;
        min-width: 40%;
        max-width: 65%;
        display: block;
        float: left;
        padding-right: 30px;
        padding-bottom: 2px;
        position: relative;
        color: #5d82ba;
        background: url(images/icn-arrow-down.png) center right no-repeat; }
        .events-filter .select-filters .select-filter a.current.is-open {
          background: url(images/icn-arrow-up.png) center right no-repeat; }
        .events-filter .select-filters .select-filter a.current.is-active {
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-size: 12px;
          color: #000;
          margin-top: -3px;
          background: #fff; }
          .events-filter .select-filters .select-filter a.current.is-active .action {
            width: 25px;
            background: transparent url(images/icn-cross.png) center center no-repeat; }
        .events-filter .select-filters .select-filter a.current .action {
          position: absolute;
          width: 0px;
          height: 100%;
          top: 0;
          right: 0; }
        @media screen and (max-width: 540px) {
          .events-filter .select-filters .select-filter a.current {
            min-width: 95%; } }
      .events-filter .select-filters .select-filter.light a.current {
        background: url(images/icn-arrow-down-light.png) center right no-repeat; }
        .events-filter .select-filters .select-filter.light a.current.is-open {
          background: url(images/icn-arrow-up-light.png) center right no-repeat; }
        .events-filter .select-filters .select-filter.light a.current.is-active {
          background: rgb(255,255,255);
          background-color: transparent\9;
          background: rgba(255, 255, 255, 0.1);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff19,endColorstr=#ffffff19); }
      .events-filter .select-filters .select-filter .select-box {
        clear: both;
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        z-index: 1; }
        .events-filter .select-filters .select-filter .select-box ul {
          clear: left;
          width: 100%;
          overflow: hidden;
          background-color: #92c3f6;
          padding-top: 8px;
          padding-bottom: 20px;
          font-size: 12px; }
          .events-filter .select-filters .select-filter .select-box ul li {
            float: left;
            margin-top: 5px;
            margin-right: 7px; }
            .events-filter .select-filters .select-filter .select-box ul li a {
              font-size: 12px;
              font-weight: 300;
              display: block;
              float: left;
              color: #fff;
              padding: 5px 10px;
              background-color: #252525;
              background-color: rgba(0, 0, 0, 0.5); }
    .events-filter .select-filters .select-filter a.current {
      width: 65%;
      background: url(images/icn-arrow-down-whatson.png) center right no-repeat; }
      .events-filter .select-filters .select-filter a.current.is-open {
        background: url(images/icn-arrow-up-whatson.png) center right no-repeat; }
  .events-filter .calendar {
    background-color: #4649ff;
    max-width: 295px;
    font-weight: 300;
    color: #8eb6f2;
    width: 70%;
    margin-right: 5%;
    margin-bottom: 40px;
    margin-top: 40px; }
    .events-filter .calendar .select-filter {
      position: relative;
      font-size: 14px;
      margin-bottom: 30px;
      padding-top: 5px;
      font-weight: 600;
      clear: both; }
      .events-filter .calendar .select-filter:after {
        content: "";
        display: table;
        clear: both; }
      .events-filter .calendar .select-filter * {
        transition: none; }
      .events-filter .calendar .select-filter > span {
        width: 35%;
        display: block;
        float: left;
        min-width: 150px;
        margin-bottom: 5px; }
      .events-filter .calendar .select-filter a.current {
        font-weight: 400;
        border-bottom: 1px solid #718ba6;
        min-width: 40%;
        max-width: 65%;
        display: block;
        float: left;
        padding-right: 30px;
        padding-bottom: 2px;
        position: relative;
        color: #8eb6f2;
        background: url(images/icn-arrow-down.png) center right no-repeat; }
        .events-filter .calendar .select-filter a.current.is-open {
          background: url(images/icn-arrow-up.png) center right no-repeat; }
        .events-filter .calendar .select-filter a.current.is-active {
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-size: 12px;
          color: #000;
          margin-top: -3px;
          background: #fff; }
          .events-filter .calendar .select-filter a.current.is-active .action {
            width: 25px;
            background: transparent url(images/icn-cross.png) center center no-repeat; }
        .events-filter .calendar .select-filter a.current .action {
          position: absolute;
          width: 0px;
          height: 100%;
          top: 0;
          right: 0; }
        @media screen and (max-width: 540px) {
          .events-filter .calendar .select-filter a.current {
            min-width: 95%; } }
      .events-filter .calendar .select-filter.light a.current {
        background: url(images/icn-arrow-down-light.png) center right no-repeat; }
        .events-filter .calendar .select-filter.light a.current.is-open {
          background: url(images/icn-arrow-up-light.png) center right no-repeat; }
        .events-filter .calendar .select-filter.light a.current.is-active {
          background: rgb(255,255,255);
          background-color: transparent\9;
          background: rgba(255, 255, 255, 0.1);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff19,endColorstr=#ffffff19); }
      .events-filter .calendar .select-filter .select-box {
        clear: both;
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        z-index: 1; }
        .events-filter .calendar .select-filter .select-box ul {
          clear: left;
          width: 100%;
          overflow: hidden;
          background-color: #393dda;
          padding-top: 8px;
          padding-bottom: 20px;
          font-size: 12px; }
          .events-filter .calendar .select-filter .select-box ul li {
            float: left;
            margin-top: 5px;
            margin-right: 7px; }
            .events-filter .calendar .select-filter .select-box ul li a {
              font-size: 12px;
              font-weight: 300;
              display: block;
              float: left;
              color: #fff;
              padding: 5px 10px;
              background-color: #252525;
              background-color: rgba(0, 0, 0, 0.5); }
    .events-filter .calendar .month {
      padding: 20px 30px 5px 30px;
      margin-bottom: 0; }
      .events-filter .calendar .month.select-filter a.current,
      .events-filter .calendar .month.select-filter a.current.is-open,
      .events-filter .calendar .month.select-filter a.current.is-active {
        font-weight: 300;
        width: 100%;
        max-width: 100%;
        display: block;
        font-size: 14px;
        color: #8eb6f2; }
      .events-filter .calendar .month.select-filter a.current.is-active {
        padding: 0;
        padding-top: 3px;
        padding-bottom: 2px;
        background: url(images/icn-arrow-down-light.png) center right no-repeat; }
        .events-filter .calendar .month.select-filter a.current.is-active .action {
          display: none; }
      .events-filter .calendar .month.select-filter .select-box {
        top: 41px;
        left: 30px;
        right: 30px; }
      .events-filter .calendar .month.select-filter .select-box ul {
        width: 100%; }
    .events-filter .calendar .events-calendar {
      padding-top: 10px; }
    .events-filter .calendar .month-grid {
      display: none;
      padding: 0 20px; }
      .events-filter .calendar .month-grid li {
        line-height: 1;
        position: relative;
        margin: 3px;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        border: 2px solid transparent;
        border-radius: 50%;
        padding: 4px;
        padding-top: 7px;
        float: left; }
        .events-filter .calendar .month-grid li.is-selected {
          background-color: #54effd;
          color: #464aff; }
        .events-filter .calendar .month-grid li.is-active {
          border-color: #54effd; }
          .events-filter .calendar .month-grid li.is-active:hover {
            cursor: pointer;
            background-color: #54effd;
            color: #464aff; }
      .events-filter .calendar .month-grid.is-active {
        display: block; }
    .events-filter .calendar .eventsName {
      clear: both;
      padding: 10px 30px; }
    .events-filter .calendar .calendar-day-links {
      width: 245px;
      position: absolute;
      display: none;
      left: 0;
      z-index: 1;
      top: -2px;
      padding-top: 0px; }
      .events-filter .calendar .calendar-day-links li {
        transition: background .2s;
        box-shadow: 0 0 5px rgb(223,223,223);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
        float: none;
        margin: 0;
        border-radius: 0;
        width: auto;
        height: auto;
        margin-bottom: 1px;
        background: white;
        text-align: left; }
  @media screen and (max-width: 1024px) {
    .events-filter blockquote {
      margin-bottom: 100px; }
    .events-filter .select-filters {
      width: 75%; }
    .events-filter .calendar {
      width: 100%;
      margin: 30px 0; } }
  @media screen and (max-width: 768px) {
    .events-filter {
      width: 100%;
      float: none;
      padding: 100px 30px 30px 30px; }
      .events-filter blockquote {
        margin-top: 30px;
        margin-bottom: 50px; }
      .events-filter .select-filters {
        width: 100%; }
      .events-filter .calendar {
        display: none; } }
  @media screen and (max-width: 540px) {
    .events-filter blockquote {
      margin-top: 0; } }

.events-featured {
  padding-top: 70px;
  width: 50%;
  float: left; }
  .events-featured .image-container {
    padding-bottom: 75%; }
  .events-featured > .event {
    width: 100%; }
    .events-featured > .event .caption {
      min-height: 100px;
      background-color: #f6f6f6; }
      .events-featured > .event .caption .date {
        padding: 7px 0 0 0;
        width: 75px; }
      .events-featured > .event .caption > h3, .events-featured > .event .caption .excerpt {
        margin: 0 15px 0 15px; }
  @media screen and (max-width: 768px) {
    .events-featured {
      width: 100%;
      float: none;
      clear: both;
      padding: 40px 0 0 0; }
      .events-featured .image-featured .overlay {
        display: none; } }
  @media screen and (max-width: 540px) {
    .events-featured > .event .caption .date {
      margin-top: -50px;
      height: 50px; }
    .events-featured > .event .caption .excerpt {
      margin: 0 15px 0 15px;
      overflow: hidden; } }

nav.months {
  padding-top: 55px;
  clear: both;
  overflow: hidden; }
  nav.months span {
    float: left;
    margin-right: 20px;
    clear: both;
    position: relative;
    border: 1px solid #000;
    width: 63px;
    height: 63px;
    display: block;
    padding: 35px 10px 10px 7px;
    margin-bottom: 0px;
    font-size: 14px; }
  nav.months.doubleline span {
    padding-top: 20px; }
  nav.months:first-child {
    padding-top: 0; }
  nav.months span {
    padding-top: 37px;
    height: 63px;
    margin-bottom: 10px; }

.event {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
  font-size: 14px; }
  .event .image-container {
    padding-bottom: 75%; }
  .event img {
    display: block;
    width: 100%;
    height: auto; }
  .event.grey .caption {
    background-color: #f6f6f6; }
  .event .caption {
    width: 100%;
    min-height: 210px;
    height: auto;
    position: relative;
    background-color: #fff;
    font-size: 14px; }
    .event .caption .date {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #4649ff;
      width: 45px;
      height: 45px;
      font-size: 14px;
      font-weight: 300;
      color: #fff;
      padding: 8px 8px 0 8px;
      line-height: 1.2em;
      text-align: center;
      margin-top: -50px;
      z-index: 10; }
      .event .caption .date em {
        font-style: normal; }
        .event .caption .date em.day {
          font-weight: 400; }
      @media screen and (max-width: 540px) {
        .event .caption .date {
          height: 80px;
          margin-top: 0;
          padding: 20px 10px 0 10px; } }
    .event .caption > h3 {
      font-size: 14px;
      margin: 0 15px 0 15px;
      padding: 15px 0 5px 0;
      text-decoration: underline; }
    .event .caption .excerpt {
      margin: 0 20px 0 15px; }
    .event .caption .info {
      color: #939292;
      line-height: 1.6;
      padding: 0 15px; }
      .event .caption .info span {
        float: left;
        width: 60px; }
    .event .caption > span {
      position: relative;
      height: 20px;
      width: 20px;
      bottom: 15px;
      left: 15px;
      font-size: 1.5em;
      font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .event .caption {
        font-size: 12px; }
        .event .caption .info span {
          display: none; } }
    @media screen and (max-width: 768px) {
      .event .caption {
        font-size: 14px; } }
    @media screen and (max-width: 540px) {
      .event .caption {
        font-size: 14px; }
        .event .caption .date {
          margin-top: 0; }
        .event .caption .excerpt {
          margin: 0 20px 0 75px; }
        .event .caption h3 {
          margin: 0 15px 0 75px; } }
  @media screen and (max-width: 768px) {
    .event {
      width: 50%; } }
  @media screen and (max-width: 540px) {
    .event.grey .caption {
      background-color: transparent; }
    .event.greyMobile .caption {
      background-color: #f6f6f6; } }

@media screen and (max-width: 540px) {
  .articles-row .event {
    width: 100%;
    margin-bottom: 15px; }
    .articles-row .event img {
      height: 80px;
      width: auto;
      top: 0;
      left: 40px;
      z-index: 5;
      position: absolute; }
    .articles-row .event .caption {
      min-height: 80px;
      margin-left: 0;
      padding-left: 90px;
      overflow: hidden;
      width: auto; }
      .articles-row .event .caption h3 {
        padding-top: 5px; }
      .articles-row .event .caption .excerpt p {
        padding-bottom: 0; }
      .articles-row .event .caption .info {
        display: none; }

  .event .caption > span {
    display: none; } }
/* Event page */
.event-single-page {
  background: url(images/bg_sidebar.png) center top repeat-y; }
  .event-single-page .page {
    margin: 0 auto;
    padding: 0 60px; }
  .event-single-page .share-cta-module {
    right: 60px;
    top: 55px; }
    @media screen and (max-width: 1024px) {
      .event-single-page .share-cta-module {
        right: 40px; } }
    @media screen and (max-width: 768px) {
      .event-single-page .share-cta-module {
        top: 76px; } }
  @media screen and (max-width: 1024px) {
    .event-single-page .page {
      padding: 0 40px; } }
  @media screen and (max-width: 768px) {
    .event-single-page {
      background: none; }
      .event-single-page .page {
        padding: 0; } }

/* Header */
.esp-header {
  background: url(images/bg_event.png) center top repeat-y;
  font-size: 14px;
  line-height: 150%; }
  .esp-header:after {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: 15px;
    background: #aed6ff; }
    .esp-header:after:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .esp-header:after {
        padding-right: 10px; } }
    @media screen and (max-width: 768px) {
      .esp-header:after {
        display: none; } }
  .esp-header .page {
    overflow: visible; }
    .esp-header .page:after {
      content: "";
      display: table;
      clear: both; }
  .esp-header .event-info, .esp-header .images {
    padding-top: 190px; }
  .esp-header .image-container {
    padding-bottom: 75%; }
  .esp-header .images {
    background-color: #aed6ff;
    position: relative;
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
    margin-right: 0; }
    .esp-header .images:last-child {
      margin-right: 0; }
    .esp-header .images img {
      display: block; }
    .esp-header .images a.back {
      text-decoration: underline;
      display: block;
      height: 30px; }
  .esp-header .event-info {
    padding-left: 30px;
    float: left;
    display: block;
    margin-right: 0%;
    width: 62.5%;
    margin-right: 0;
    /* Add to calendar widget */ }
    .esp-header .event-info:last-child {
      margin-right: 0; }
    .esp-header .event-info hr {
      border: 0;
      height: 1px;
      border-bottom: 1px solid #CCC;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0;
      position: absolute;
      width: 54%;
      top: 190px;
      right: 60px;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        .esp-header .event-info hr {
          right: 40px; } }
      @media screen and (max-width: 768px) {
        .esp-header .event-info hr {
          display: none; } }
    .esp-header .event-info .action-links {
      margin-top: 10px;
      clear: both;
      padding-left: 0; }
      .esp-header .event-info .action-links .cta {
        background-color: #4649ff;
        color: #fff;
        float: left;
        font-weight: 300;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 2px 10px;
        border: 1px solid #4649ff;
        font-size: 12px;
        margin-right: 5px;
        margin-left: 0px; }
        .esp-header .event-info .action-links .cta:hover {
          background-color: #4144ff; }
        .esp-header .event-info .action-links .cta span {
          display: none; }
        .esp-header .event-info .action-links .cta.is-disabled {
          background-color: #f6f6f6;
          color: #222;
          font-weight: 400; }
      @media screen and (max-width: 768px) {
        .esp-header .event-info .action-links {
          padding-top: 10px;
          float: left; }
          .esp-header .event-info .action-links .cta {
            margin-right: 5px;
            margin-left: 0; } }
    .esp-header .event-info .event-add-to-calendar-link {
      position: relative; }
    .esp-header .event-info .add-to-calendar {
      position: absolute;
      top: 24px;
      left: -1px;
      z-index: 1; }
      .esp-header .event-info .add-to-calendar label {
        display: none; }
      .esp-header .event-info .add-to-calendar a {
        background: #4649ff;
        padding: 5px;
        padding-left: 10px; }
      .esp-header .event-info .add-to-calendar .add-to-calendar-checkbox:checked ~ a {
        margin: 0; }
        .esp-header .event-info .add-to-calendar .add-to-calendar-checkbox:checked ~ a:before {
          display: none; }
    .esp-header .event-info .description {
      position: relative;
      float: left;
      width: 44%; }
      .esp-header .event-info .description .date {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #4649ff;
        width: 45px;
        height: 45px;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        padding: 8px 8px 0 8px;
        line-height: 1.2em;
        text-align: center;
        margin-top: -50px;
        z-index: 10;
        position: relative;
        margin-bottom: 20px;
        margin-top: 0; }
        .esp-header .event-info .description .date em {
          font-style: normal; }
          .esp-header .event-info .description .date em.day {
            font-weight: 400; }
        @media screen and (max-width: 540px) {
          .esp-header .event-info .description .date {
            height: 80px;
            margin-top: 0;
            padding: 20px 10px 0 10px; } }
      .esp-header .event-info .description p {
        clear: both;
        margin-bottom: 10px; }
        .esp-header .event-info .description p:after {
          content: "";
          display: table;
          clear: both; }
        .esp-header .event-info .description p span {
          float: right;
          width: 80%;
          text-align: left; }
        .esp-header .event-info .description p a {
          text-decoration: underline; }
    .esp-header .event-info .event-calendar-container {
      float: right; }
    .esp-header .event-info .calendar {
      background-color: #4649ff;
      max-width: 295px;
      font-weight: 300;
      color: #8eb6f2; }
      .esp-header .event-info .calendar .select-filter {
        position: relative;
        font-size: 14px;
        margin-bottom: 30px;
        padding-top: 5px;
        font-weight: 600;
        clear: both; }
        .esp-header .event-info .calendar .select-filter:after {
          content: "";
          display: table;
          clear: both; }
        .esp-header .event-info .calendar .select-filter * {
          transition: none; }
        .esp-header .event-info .calendar .select-filter > span {
          width: 35%;
          display: block;
          float: left;
          min-width: 150px;
          margin-bottom: 5px; }
        .esp-header .event-info .calendar .select-filter a.current {
          font-weight: 400;
          border-bottom: 1px solid #718ba6;
          min-width: 40%;
          max-width: 65%;
          display: block;
          float: left;
          padding-right: 30px;
          padding-bottom: 2px;
          position: relative;
          color: #8eb6f2;
          background: url(images/icn-arrow-down.png) center right no-repeat; }
          .esp-header .event-info .calendar .select-filter a.current.is-open {
            background: url(images/icn-arrow-up.png) center right no-repeat; }
          .esp-header .event-info .calendar .select-filter a.current.is-active {
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 12px;
            color: #000;
            margin-top: -3px;
            background: #fff; }
            .esp-header .event-info .calendar .select-filter a.current.is-active .action {
              width: 25px;
              background: transparent url(images/icn-cross.png) center center no-repeat; }
          .esp-header .event-info .calendar .select-filter a.current .action {
            position: absolute;
            width: 0px;
            height: 100%;
            top: 0;
            right: 0; }
          @media screen and (max-width: 540px) {
            .esp-header .event-info .calendar .select-filter a.current {
              min-width: 95%; } }
        .esp-header .event-info .calendar .select-filter.light a.current {
          background: url(images/icn-arrow-down-light.png) center right no-repeat; }
          .esp-header .event-info .calendar .select-filter.light a.current.is-open {
            background: url(images/icn-arrow-up-light.png) center right no-repeat; }
          .esp-header .event-info .calendar .select-filter.light a.current.is-active {
            background: rgb(255,255,255);
            background-color: transparent\9;
            background: rgba(255, 255, 255, 0.1);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff19,endColorstr=#ffffff19); }
        .esp-header .event-info .calendar .select-filter .select-box {
          clear: both;
          display: none;
          position: absolute;
          top: 40px;
          right: 0;
          left: 0;
          z-index: 1; }
          .esp-header .event-info .calendar .select-filter .select-box ul {
            clear: left;
            width: 100%;
            overflow: hidden;
            background-color: #393dda;
            padding-top: 8px;
            padding-bottom: 20px;
            font-size: 12px; }
            .esp-header .event-info .calendar .select-filter .select-box ul li {
              float: left;
              margin-top: 5px;
              margin-right: 7px; }
              .esp-header .event-info .calendar .select-filter .select-box ul li a {
                font-size: 12px;
                font-weight: 300;
                display: block;
                float: left;
                color: #fff;
                padding: 5px 10px;
                background-color: #252525;
                background-color: rgba(0, 0, 0, 0.5); }
      .esp-header .event-info .calendar .month {
        padding: 20px 30px 5px 30px;
        margin-bottom: 0; }
        .esp-header .event-info .calendar .month.select-filter a.current,
        .esp-header .event-info .calendar .month.select-filter a.current.is-open,
        .esp-header .event-info .calendar .month.select-filter a.current.is-active {
          font-weight: 300;
          width: 100%;
          max-width: 100%;
          display: block;
          font-size: 14px;
          color: #8eb6f2; }
        .esp-header .event-info .calendar .month.select-filter a.current.is-active {
          padding: 0;
          padding-top: 3px;
          padding-bottom: 2px;
          background: url(images/icn-arrow-down-light.png) center right no-repeat; }
          .esp-header .event-info .calendar .month.select-filter a.current.is-active .action {
            display: none; }
        .esp-header .event-info .calendar .month.select-filter .select-box {
          top: 41px;
          left: 30px;
          right: 30px; }
        .esp-header .event-info .calendar .month.select-filter .select-box ul {
          width: 100%; }
      .esp-header .event-info .calendar .events-calendar {
        padding-top: 10px; }
      .esp-header .event-info .calendar .month-grid {
        display: none;
        padding: 0 20px; }
        .esp-header .event-info .calendar .month-grid li {
          line-height: 1;
          position: relative;
          margin: 3px;
          display: block;
          width: 30px;
          height: 30px;
          text-align: center;
          border: 2px solid transparent;
          border-radius: 50%;
          padding: 4px;
          padding-top: 7px;
          float: left; }
          .esp-header .event-info .calendar .month-grid li.is-selected {
            background-color: #54effd;
            color: #464aff; }
          .esp-header .event-info .calendar .month-grid li.is-active {
            border-color: #54effd; }
            .esp-header .event-info .calendar .month-grid li.is-active:hover {
              cursor: pointer;
              background-color: #54effd;
              color: #464aff; }
        .esp-header .event-info .calendar .month-grid.is-active {
          display: block; }
      .esp-header .event-info .calendar .eventsName {
        clear: both;
        padding: 10px 30px; }
      .esp-header .event-info .calendar .calendar-day-links {
        width: 245px;
        position: absolute;
        display: none;
        left: 0;
        z-index: 1;
        top: -2px;
        padding-top: 0px; }
        .esp-header .event-info .calendar .calendar-day-links li {
          transition: background .2s;
          box-shadow: 0 0 5px rgb(223,223,223);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
          float: none;
          margin: 0;
          border-radius: 0;
          width: auto;
          height: auto;
          margin-bottom: 1px;
          background: white;
          text-align: left; }
  @media screen and (max-width: 1200px) {
    .esp-header {
      background: url(images/bg_event.png) 49% top repeat-y; } }
  @media screen and (max-width: 1024px) {
    .esp-header .person-info .expertise span {
      clear: both;
      width: auto;
      display: block; }
    .esp-header .event-info .description {
      width: 100%;
      padding-right: 0;
      padding-bottom: 20px; }
      .esp-header .event-info .description p span {
        width: 88%; }
    .esp-header .event-info .calendar {
      display: none; } }
  @media screen and (max-width: 768px) {
    .esp-header {
      background-position: 0 0;
      font-size: 14px; }
      .esp-header .event-info {
        padding: 15px 70px;
        width: 100%; }
        .esp-header .event-info .description p span {
          width: 86%; }
        .esp-header .event-info .description .action-links {
          padding-top: 20px; }
      .esp-header .images {
        min-height: 200px;
        width: 100%;
        padding-right: 140px;
        padding-top: 88px; } }
  @media screen and (max-width: 540px) {
    .esp-header .event-info {
      padding: 15px 30px; }
      .esp-header .event-info .description .date {
        margin-bottom: 10px;
        height: 50px;
        padding: 8px 8px 0 8px; }
      .esp-header .event-info .description p span {
        width: 80%; }
    .esp-header .images {
      padding-top: 42px;
      padding-right: 30px; } }

/* Main content */
.esp-content {
  clear: both;
  float: left;
  display: block;
  margin-right: 0%;
  width: 62.5%;
  margin-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  float: right;
  margin-bottom: 50px; }
  .esp-content:last-child {
    margin-right: 0; }
  .esp-content article {
    color: #8b8b8b; }
  .esp-content a {
    color: inherit;
    text-decoration: underline; }
  .esp-content h2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 62.5%;
    margin-right: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: .5em;
    clear: both; }
    .esp-content h2:last-child {
      margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .esp-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%;
      float: right;
      padding: 0 5% 5%; }
      .esp-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .esp-content {
      float: none;
      width: auto;
      padding: 0 40px; } }
  @media screen and (max-width: 540px) {
    .esp-content {
      padding: 0;
      font-size: 14px; }
      .esp-content h2 {
        font-size: 42px;
        line-height: 1;
        margin: 1em 0; } }
  .esp-content .main {
    float: left;
    display: block;
    margin-right: 0%;
    width: 60%;
    padding: 0 50px 0 30px; }
    .esp-content .main:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1200px) {
      .esp-content .main {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .esp-content .main {
        padding-right: 30px; } }

.esp-breadcrumb-nav {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  color: #000;
  margin-bottom: 30px;
  margin-top: 1em; }
  .esp-breadcrumb-nav a {
    text-decoration: underline; }

.esp-paragraph {
  clear: both; }
  @media screen and (max-width: 540px) {
    .esp-paragraph {
      margin-bottom: 20px; } }

.esp-quote {
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 0;
  margin: 30px 0;
  font-size: 42px;
  line-height: 1.1;
  color: #222;
  clear: both;
  margin-left: -20%; }
  .esp-quote .sop-quote-content {
    position: relative;
    padding-left: 16.5%; }
    .esp-quote .sop-quote-content blockquote {
      margin: 0;
      position: relative; }
      .esp-quote .sop-quote-content blockquote > span {
        position: absolute;
        top: 0px;
        left: -17px; }
  .esp-quote cite {
    margin-top: 20px;
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222; }
    .esp-quote cite span {
      font-weight: 300;
      display: block; }
  @media screen and (max-width: 1024px) {
    .esp-quote {
      margin-left: 0; }
      .esp-quote .sop-quote-content {
        padding-left: 0; } }
  @media screen and (max-width: 540px) {
    .esp-quote {
      font-size: 22px; }
      .esp-quote .sop-quote-content blockquote {
        margin-left: 0; }
        .esp-quote .sop-quote-content blockquote > span {
          left: -10px; }
      .esp-quote cite {
        font-size: 12px; } }

.esp-recommended {
  clear: both;
  margin-bottom: 30px;
  width: 90%;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  padding: 15px 15px 10px 15px;
  overflow: hidden;
  color: #b1b1b1;
  font-weight: 400;
  width: auto;
  margin-top: 60px; }
  .esp-recommended .title {
    display: block;
    font-size: 30px;
    text-decoration: none !important;
    font-weight: 300; }
  .esp-recommended .readmore {
    font-size: 12px;
    clear: both;
    display: block;
    float: right;
    text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .esp-recommended {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .esp-recommended {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 540px) {
    .esp-recommended .title {
      font-size: 18px; } }

/* Sidebar Right */
.level2-sidebar.esp-sidebar-right {
  float: right;
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding-right: 0; }
  @media screen and (max-width: 1200px) {
    .level2-sidebar.esp-sidebar-right {
      width: 100%; }
      .level2-sidebar.esp-sidebar-right .level2-sidebar-module {
        width: 50%;
        float: left; }
        .level2-sidebar.esp-sidebar-right .level2-sidebar-module h3, .level2-sidebar.esp-sidebar-right .level2-sidebar-module ul {
          margin-left: 30px; } }
  @media screen and (max-width: 768px) {
    .level2-sidebar.esp-sidebar-right .level2-sidebar-module {
      padding: 0; } }
  @media screen and (max-width: 540px) {
    .level2-sidebar.esp-sidebar-right .level2-sidebar-module {
      width: 100%;
      float: none;
      padding-right: 30px; } }

/* Sidebar */
.event-single-page .level2-sidebar {
  max-width: 492px; }
  .event-single-page .level2-sidebar:after {
    max-width: 400px; }

.esp-summary-module strong {
  color: #4649ff; }
.esp-summary-module ul {
  padding: 15px 30px;
  background-color: #fff; }
  .esp-summary-module ul li {
    margin-bottom: 20px; }
    .esp-summary-module ul li p, .esp-summary-module ul li strong {
      margin: 0; }

.esp-testimonial-module li {
  margin-bottom: 20px; }
  .esp-testimonial-module li p, .esp-testimonial-module li strong {
    margin: 0;
    padding: 0; }

.esp-views-module li {
  clear: both;
  margin-bottom: 4px;
  background-color: #fff; }
  .esp-views-module li > div {
    float: right;
    width: 60%;
    padding: 20px 18px 18px; }
  .esp-views-module li p {
    margin: 0;
    font-size: 14px; }
  .esp-views-module li:after {
    content: "";
    display: table;
    clear: both; }
.esp-views-module img {
  display: block;
  width: 40%; }
@media screen and (max-width: 1024px) {
  .esp-views-module {
    font-size: 12px; }
    .esp-views-module li > div {
      float: right;
      width: 70%;
      padding: 10px; }
    .esp-views-module li:after {
      content: "";
      display: table;
      clear: both; }
    .esp-views-module img {
      display: block;
      width: 30%; } }
@media screen and (max-width: 768px) {
  .esp-views-module {
    font-size: 14px; }
    .esp-views-module li > div {
      width: 80%;
      padding: 20px 60px 20px 30px; }
    .esp-views-module img {
      width: 20%;
      height: auto; } }
@media screen and (max-width: 540px) {
  .esp-views-module li > div {
    width: 70%;
    padding: 15px; }
  .esp-views-module img {
    width: 30%; } }

.esp-speakers-module li {
  clear: both;
  margin-bottom: 4px;
  background-color: #fff; }
  .esp-speakers-module li > div {
    float: right;
    width: 60%;
    padding: 20px 18px 18px; }
  .esp-speakers-module li p {
    margin: 0;
    font-size: 14px; }
  .esp-speakers-module li:after {
    content: "";
    display: table;
    clear: both; }
.esp-speakers-module img {
  display: block;
  width: 40%; }
@media screen and (max-width: 1024px) {
  .esp-speakers-module {
    font-size: 12px; }
    .esp-speakers-module li > div {
      float: right;
      width: 70%;
      padding: 10px; }
    .esp-speakers-module li:after {
      content: "";
      display: table;
      clear: both; }
    .esp-speakers-module img {
      display: block;
      width: 30%; } }
@media screen and (max-width: 768px) {
  .esp-speakers-module {
    font-size: 14px; }
    .esp-speakers-module li > div {
      width: 80%;
      padding: 20px 60px 20px 30px; }
    .esp-speakers-module img {
      width: 20%;
      height: auto; } }
@media screen and (max-width: 540px) {
  .esp-speakers-module li > div {
    width: 70%;
    padding: 15px; }
  .esp-speakers-module img {
    width: 30%; } }
.esp-speakers-module li > div {
  width: 70%;
  padding: 10px 0 10px 15px; }
.esp-speakers-module img {
  width: 30%; }

.esp-facilitators-module {
  clear: both; }
  .esp-facilitators-module li {
    clear: both;
    margin-bottom: 4px;
    background-color: #fff; }
    .esp-facilitators-module li > div {
      float: right;
      width: 60%;
      padding: 20px 18px 18px; }
    .esp-facilitators-module li p {
      margin: 0;
      font-size: 14px; }
    .esp-facilitators-module li:after {
      content: "";
      display: table;
      clear: both; }
  .esp-facilitators-module img {
    display: block;
    width: 40%; }
  @media screen and (max-width: 1024px) {
    .esp-facilitators-module {
      font-size: 12px; }
      .esp-facilitators-module li > div {
        float: right;
        width: 70%;
        padding: 10px; }
      .esp-facilitators-module li:after {
        content: "";
        display: table;
        clear: both; }
      .esp-facilitators-module img {
        display: block;
        width: 30%; } }
  @media screen and (max-width: 768px) {
    .esp-facilitators-module {
      font-size: 14px; }
      .esp-facilitators-module li > div {
        width: 80%;
        padding: 20px 60px 20px 30px; }
      .esp-facilitators-module img {
        width: 20%;
        height: auto; } }
  @media screen and (max-width: 540px) {
    .esp-facilitators-module li > div {
      width: 70%;
      padding: 15px; }
    .esp-facilitators-module img {
      width: 30%; } }
  @media screen and (max-width: 768px) {
    .esp-facilitators-module {
      margin-top: 20px; } }

.esp-video-module li a {
  position: relative;
  text-decoration: underline; }
  .esp-video-module li a img {
    display: block; }
  .esp-video-module li a .caption {
    font-weight: 300;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    width: 150px;
    background: #000 url(images/icn-play.png) no-repeat 130px 7px; }
.esp-video-module li p {
  line-height: 150%;
  padding: 10px 0; }
@media screen and (max-width: 768px) {
  .esp-video-module li {
    width: 50%;
    float: left; } }
@media screen and (max-width: 540px) {
  .esp-video-module li {
    width: 100%;
    float: none; } }
.esp-video-module li iframe {
  max-width: 100%; }

/* Join */
.join-page:after {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background-color: #f6f6f6;
  content: ""; }
  @media screen and (max-width: 768px) {
    .join-page:after {
      display: none; } }
@media screen and (max-width: 768px) {
  .join-page {
    background: none; } }
.join-page .page-container {
  padding-bottom: 100px; }
.join-page .grid-hover.is-hover .article .overlay {
  background-color: rgb(255,255,255);
  background-color: transparent\9;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff7f,endColorstr=#ffffff7f); }
.join-page .grid-hover .article:hover .overlay {
  background-color: rgb(255,255,255);
  background-color: transparent\9;
  background-color: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00); }
.join-page .grid-hover .overlay {
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.join-page .articles-row {
  clear: both; }

.join-filters {
  width: 50%;
  float: left;
  padding-top: 120px; }
  .join-filters h3 {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 1.5;
    border-bottom: 1px solid #9092ff;
    margin-right: 30px; }
  .join-filters blockquote.large {
    font-size: 18px;
    margin: 0 0 40px 0;
    padding: 0;
    width: 80%;
    line-height: 1.2; }
    .join-filters blockquote.large a {
      text-decoration: underline; }
  .join-filters .select-filter {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    padding-top: 5px;
    font-weight: 600;
    clear: both; }
    .join-filters .select-filter:after {
      content: "";
      display: table;
      clear: both; }
    .join-filters .select-filter * {
      transition: none; }
    .join-filters .select-filter > span {
      width: 35%;
      display: block;
      float: left;
      min-width: 150px;
      margin-bottom: 5px; }
    .join-filters .select-filter a.current {
      font-weight: 400;
      border-bottom: 1px solid #9F9F9F;
      min-width: 40%;
      max-width: 65%;
      display: block;
      float: left;
      padding-right: 30px;
      padding-bottom: 2px;
      position: relative;
      color: #BCBCBC;
      background: url(images/icn-arrow-down.png) center right no-repeat; }
      .join-filters .select-filter a.current.is-open {
        background: url(images/icn-arrow-up.png) center right no-repeat; }
      .join-filters .select-filter a.current.is-active {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        color: #000;
        margin-top: -3px;
        background: #fff; }
        .join-filters .select-filter a.current.is-active .action {
          width: 25px;
          background: transparent url(images/icn-cross.png) center center no-repeat; }
      .join-filters .select-filter a.current .action {
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0;
        right: 0; }
      @media screen and (max-width: 540px) {
        .join-filters .select-filter a.current {
          min-width: 95%; } }
    .join-filters .select-filter.light a.current {
      background: url(images/icn-arrow-down-light.png) center right no-repeat; }
      .join-filters .select-filter.light a.current.is-open {
        background: url(images/icn-arrow-up-light.png) center right no-repeat; }
      .join-filters .select-filter.light a.current.is-active {
        background: rgb(255,255,255);
        background-color: transparent\9;
        background: rgba(255, 255, 255, 0.1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff19,endColorstr=#ffffff19); }
    .join-filters .select-filter .select-box {
      clear: both;
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      left: 0;
      z-index: 1; }
      .join-filters .select-filter .select-box ul {
        clear: left;
        width: 100%;
        overflow: hidden;
        background-color: #e6e6e6;
        padding-top: 8px;
        padding-bottom: 20px;
        font-size: 12px; }
        .join-filters .select-filter .select-box ul li {
          float: left;
          margin-top: 5px;
          margin-right: 7px; }
          .join-filters .select-filter .select-box ul li a {
            font-size: 12px;
            font-weight: 300;
            display: block;
            float: left;
            color: #fff;
            padding: 5px 10px;
            background-color: #252525;
            background-color: rgba(0, 0, 0, 0.5); }
  .join-filters .select-filter {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      .join-filters .select-filter {
        width: 75%; } }
    @media screen and (max-width: 768px) {
      .join-filters .select-filter {
        width: 100%;
        float: none;
        padding: 0 30px 0 0; } }
    @media screen and (max-width: 540px) {
      .join-filters .select-filter {
        padding: 5px 0 0 0; } }
  @media screen and (max-width: 540px) and (max-width: 540px) {
    .join-filters .select-filter {
      display: block; } }

  .join-filters .select-filter a.current {
    width: 65%; }
    .join-filters .select-filter a.current.is-active {
      background-color: #fafafa; }
  .join-filters .select-filter .select-box ul {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .join-filters {
      width: 100%;
      padding-top: 100px; } }
  @media screen and (max-width: 540px) {
    .join-filters h3 {
      margin-right: 0; }
    .join-filters blockquote.large {
      width: 100%;
      font-size: 18px; } }

.join-header {
  padding-top: 70px;
  width: 50%;
  float: left; }
  @media screen and (max-width: 540px) {
    .join-header {
      display: none; } }
  .join-header img {
    display: block; }
  @media screen and (max-width: 768px) {
    .join-header {
      width: 100%;
      padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .join-header {
      padding-top: 20px; } }
  .join-header .caption {
    background-color: #fff;
    padding: 15px 15px 50px 15px; }
    .join-header .caption blockquote {
      padding: 0;
      margin: 0; }
    .join-header .caption cite {
      font-style: normal; }
    .join-header .caption a {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .join-header {
      width: 100%; }
      .join-header .caption {
        padding: 25px 0; } }

.join-contact-list {
  width: 25%;
  float: left; }
  .join-contact-list ul {
    display: none;
    width: 100%; }
    .join-contact-list ul li {
      margin-right: 45px;
      margin-bottom: 40px;
      line-height: 1.6; }
      .join-contact-list ul li h3 {
        margin: 0 0 15px 0;
        line-height: 1.5;
        border-bottom: 1px solid #9092ff;
        font-size: 14px; }
      .join-contact-list ul li a {
        text-decoration: underline; }
    .join-contact-list ul:first-child {
      display: block; }
  @media screen and (max-width: 768px) {
    .join-contact-list {
      padding-top: 20px;
      width: 50%; } }
  @media screen and (max-width: 540px) {
    .join-contact-list {
      padding-top: 45px;
      width: 100%; }
      .join-contact-list ul li {
        margin-right: 0; } }

.join-job-list {
  width: 75%;
  float: right; }
  .join-job-list li {
    overflow: hidden;
    position: relative;
    width: 33.33%;
    float: left;
    background-color: #f5fa72; }
    .join-job-list li.bg1 {
      background-color: #f5fa72; }
    .join-job-list li.bg2 {
      background-color: #fcffa4; }
    .join-job-list li.bg3 {
      background-color: #f7fd3f; }
    .join-job-list li.bg4 {
      background-color: #fdffd2; }
    .join-job-list li a {
      padding: 15px;
      overflow: hidden;
      display: block;
      min-height: 200px; }
      .join-job-list li a .job-title {
        margin: 0 0 5px 0;
        text-decoration: underline;
        font-size: 14px; }
      .join-job-list li a .job-tagline {
        margin: 0 0 20px 0; }
      .join-job-list li a .job-details {
        margin: 0; }
      .join-job-list li a.light {
        background-color: #8ef4e8; }
  @media screen and (max-width: 1024px) {
    .join-job-list {
      width: 50%; }
      .join-job-list li {
        width: 50%;
        font-size: 12px; } }
  @media screen and (max-width: 768px) {
    .join-job-list li {
      width: 100%;
      float: none;
      font-size: 14px; }
      .join-job-list li a {
        min-height: 0; } }
  @media screen and (max-width: 540px) {
    .join-job-list {
      width: 100%; } }

/* Contact */
.job-page {
  background: url(images/bg_sidebar.png) center top repeat-y; }
  .job-page .page-container {
    padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .job-page {
      background: none; } }
  .job-page .share-cta-module {
    right: 100px;
    top: 56px; }
    @media screen and (max-width: 768px) {
      .job-page .share-cta-module {
        display: none; } }
  .job-page h1, .job-page h2, .job-page h3 {
    color: #4649ff; }

.job-infos {
  width: 30%;
  float: left;
  padding-top: 180px;
  color: #a2a2a2;
  line-height: 1.5; }
  .job-infos h3 {
    font-weight: 400;
    border-bottom: 1px solid #CCC;
    line-height: 2; }
  .job-infos p {
    clear: both;
    margin-bottom: 10px; }
  .job-infos strong, .job-infos b {
    display: block;
    color: #222; }
  .job-infos .cta {
    padding-top: 20px; }
    .job-infos .cta a {
      background-color: #4649ff;
      color: #fff;
      float: left;
      font-weight: 300;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 2px 10px;
      border: 1px solid #4649ff;
      font-size: 12px; }
      .job-infos .cta a:hover {
        background-color: #4144ff; }
  @media screen and (max-width: 1200px) {
    .job-infos {
      width: 26%;
      padding-top: 160px; } }
  @media screen and (max-width: 1024px) {
    .job-infos {
      width: 23%; } }
  @media screen and (max-width: 768px) {
    .job-infos {
      width: 100%;
      padding: 120px 10px 20px 10px; } }
  @media screen and (max-width: 540px) {
    .job-infos {
      padding: 80px 10px 0 10px; } }

.job-description {
  padding-top: 220px;
  padding-bottom: 100px;
  width: 60%;
  float: right;
  font-size: 18px;
  line-height: 1.5;
  color: #2e2e2e; }
  .job-description .breadcrumb {
    font-weight: 400;
    font-size: 12px;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
    width: auto;
    margin-top: -71px; }
    .job-description .breadcrumb a {
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .job-description .breadcrumb {
        margin-top: 50px; } }
  @media screen and (max-width: 768px) {
    .job-description {
      width: 100%;
      padding-top: 0;
      float: none; } }
  @media screen and (max-width: 540px) {
    .job-description {
      font-size: 14px; } }

.job-description-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 83.33333%;
  margin-right: 0;
  position: relative;
  padding-right: 40px;
  float: right; }
  .job-description-content:last-child {
    margin-right: 0; }
  .job-description-content h1 {
    margin-top: 0;
    font-size: 42px;
    font-weight: 400; }
  .job-description-content h2, .job-description-content h3 {
    margin: 40px 0 20px;
    font-size: 18px;
    font-weight: 600; }
  .job-description-content ul {
    padding-left: 20px;
    margin-bottom: 20px; }
    .job-description-content ul li {
      list-style: circle; }
  .job-description-content .job-description-end-links a {
    display: inline-block;
    background: #4649ff;
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px; }
  @media screen and (max-width: 1024px) {
    .job-description-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      padding-left: 40px; }
      .job-description-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .job-description-content {
      padding: 10px; } }
  @media screen and (max-width: 540px) {
    .job-description-content {
      padding: 10px; } }

/* Contact */
.contact-page {
  background: url(images/bg_home.png) center top repeat-y; }
  .contact-page .page-container {
    padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .contact-page {
      background: none; } }

.cp-filters {
  width: 50%;
  float: left;
  padding-top: 180px; }
  .cp-filters .select-filter {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    padding-top: 5px;
    font-weight: 600;
    clear: both; }
    .cp-filters .select-filter:after {
      content: "";
      display: table;
      clear: both; }
    .cp-filters .select-filter * {
      transition: none; }
    .cp-filters .select-filter > span {
      width: 35%;
      display: block;
      float: left;
      min-width: 150px;
      margin-bottom: 5px; }
    .cp-filters .select-filter a.current {
      font-weight: 400;
      border-bottom: 1px solid #9F9F9F;
      min-width: 40%;
      max-width: 65%;
      display: block;
      float: left;
      padding-right: 30px;
      padding-bottom: 2px;
      position: relative;
      color: #BCBCBC;
      background: url(images/icn-arrow-down.png) center right no-repeat; }
      .cp-filters .select-filter a.current.is-open {
        background: url(images/icn-arrow-up.png) center right no-repeat; }
      .cp-filters .select-filter a.current.is-active {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        color: #000;
        margin-top: -3px;
        background: #fff; }
        .cp-filters .select-filter a.current.is-active .action {
          width: 25px;
          background: transparent url(images/icn-cross.png) center center no-repeat; }
      .cp-filters .select-filter a.current .action {
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0;
        right: 0; }
      @media screen and (max-width: 540px) {
        .cp-filters .select-filter a.current {
          min-width: 95%; } }
    .cp-filters .select-filter.light a.current {
      background: url(images/icn-arrow-down-light.png) center right no-repeat; }
      .cp-filters .select-filter.light a.current.is-open {
        background: url(images/icn-arrow-up-light.png) center right no-repeat; }
      .cp-filters .select-filter.light a.current.is-active {
        background: rgb(255,255,255);
        background-color: transparent\9;
        background: rgba(255, 255, 255, 0.1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff19,endColorstr=#ffffff19); }
    .cp-filters .select-filter .select-box {
      clear: both;
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      left: 0;
      z-index: 1; }
      .cp-filters .select-filter .select-box ul {
        clear: left;
        width: 100%;
        overflow: hidden;
        background-color: #e6e6e6;
        padding-top: 8px;
        padding-bottom: 20px;
        font-size: 12px; }
        .cp-filters .select-filter .select-box ul li {
          float: left;
          margin-top: 5px;
          margin-right: 7px; }
          .cp-filters .select-filter .select-box ul li a {
            font-size: 12px;
            font-weight: 300;
            display: block;
            float: left;
            color: #fff;
            padding: 5px 10px;
            background-color: #252525;
            background-color: rgba(0, 0, 0, 0.5); }
  .cp-filters .select-filter {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      .cp-filters .select-filter {
        width: 75%; } }
    @media screen and (max-width: 768px) {
      .cp-filters .select-filter {
        width: 100%;
        float: none;
        padding: 5px 30px 0 0; } }
    @media screen and (max-width: 540px) {
      .cp-filters .select-filter {
        padding: 5px 0 0 0; } }
  @media screen and (max-width: 540px) and (max-width: 540px) {
    .cp-filters .select-filter {
      display: block; } }

  .cp-filters .select-filter a.current {
    width: 65%; }
    .cp-filters .select-filter a.current.is-active {
      background-color: #fafafa; }
  .cp-filters .select-filter .select-box ul {
    width: 100%; }
  @media screen and (max-width: 1200px) {
    .cp-filters {
      padding-top: 160px; } }
  @media screen and (max-width: 540px) {
    .cp-filters {
      width: 100%;
      padding-top: 90px; } }

.cp-featured {
  padding-top: 70px;
  width: 50%;
  float: left; }
  .cp-featured .image-container {
    width: 100%;
    padding-bottom: 51.8%; }
  .cp-featured img {
    display: block; }
  @media screen and (max-width: 540px) {
    .cp-featured {
      width: 100%;
      padding-top: 0; } }

.office-specific {
  display: none; }

.cp-offices {
  clear: both; }
  .cp-offices ul li {
    width: 25%;
    float: left;
    background-color: #fff;
    min-height: 155px; }
    .cp-offices ul li.greyDesktop {
      background-color: #f7f7f7; }
    .cp-offices ul li > div {
      padding: 10px 15px; }
      .cp-offices ul li > div h2 {
        font-size: 14px;
        margin-bottom: 5px; }
      .cp-offices ul li > div p {
        margin: 0; }
      .cp-offices ul li > div p.address {
        margin-bottom: 10px; }
    .cp-offices ul li.sf, .cp-offices ul li.dubai {
      background-color: #f7f7f7; }
    .cp-offices ul li.is-active, .cp-offices ul li:hover {
      background-color: #ffff00 !important;
      cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .cp-offices ul li {
        font-size: 12px; } }
    @media screen and (max-width: 768px) {
      .cp-offices ul li {
        font-size: 14px;
        width: 50%; }
        .cp-offices ul li.greyDesktop {
          background-color: transparent; }
        .cp-offices ul li.greyTablet {
          background-color: #f7f7f7; } }
    @media screen and (max-width: 540px) {
      .cp-offices ul li {
        display: none;
        width: 100%;
        min-height: 0px;
        padding-bottom: 15px; }
        .cp-offices ul li.is-active {
          display: block; } }

.cp-maps {
  width: 50%;
  float: left;
  clear: both; }
  .cp-maps .image-container {
    padding-bottom: 75%; }
    .cp-maps .image-container > div {
      display: none;
      line-height: 1.6; }
      .cp-maps .image-container > div div {
        display: none; }
  .cp-maps .from-point {
    display: none; }
  .cp-maps .cp-directions h3 {
    margin: 20px 0 5px 0;
    font-size: 14px; }
  .cp-maps .cp-directions .links {
    line-height: 1.5; }
    .cp-maps .cp-directions .links > div {
      display: none; }
      .cp-maps .cp-directions .links > div a {
        display: block;
        text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .cp-maps {
      width: 100%; } }

.cp-services {
  width: 50%;
  float: left; }
  .cp-services ul {
    display: none;
    width: 50%;
    padding-top: 45px; }
    .cp-services ul li {
      padding-left: 45px;
      margin-bottom: 40px;
      line-height: 1.6; }
      .cp-services ul li h3 {
        font-size: 14px;
        margin: 0 0 15px 0;
        line-height: 1.5;
        border-bottom: 1px solid #9092ff; }
      .cp-services ul li a {
        text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .cp-services {
      width: 100%;
      float: none;
      clear: both; }
      .cp-services ul {
        width: 100%; }
        .cp-services ul li {
          width: 50%;
          padding-left: 0; } }
  @media screen and (max-width: 540px) {
    .cp-services {
      width: 100%; }
      .cp-services ul li {
        width: 100%; } }

.cp-recommended {
  clear: both;
  margin-bottom: 30px;
  width: 90%;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  padding: 15px 15px 10px 15px;
  overflow: hidden;
  color: #b1b1b1;
  font-weight: 400;
  margin-left: 30px;
  margin-right: 30px; }
  .cp-recommended .title {
    display: block;
    font-size: 30px;
    text-decoration: none !important;
    font-weight: 300; }
  .cp-recommended .readmore {
    font-size: 12px;
    clear: both;
    display: block;
    float: right;
    text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .cp-recommended {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .cp-recommended {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 540px) {
    .cp-recommended .title {
      font-size: 18px; } }

/* Legal */
.legal-page {
  background: url(images/bg_sidebar.png) center top repeat-y;
  /* Cookies page */ }
  @media screen and (max-width: 768px) {
    .legal-page {
      background: none; } }
  .legal-page .cookies {
    margin: 2em 0; }
    .legal-page .cookies th {
      text-align: left; }
    .legal-page .cookies td, .legal-page .cookies th {
      padding-top: .5em;
      padding-bottom: 1.5em;
      border-top: 1px solid white;
      vertical-align: top;
      word-break: break-word; }
      .legal-page .cookies td:first-child, .legal-page .cookies th:first-child {
        word-break: normal;
        padding-right: 2em; }

.lp-content {
  line-height: 1.6;
  width: 60%;
  padding-top: 203px;
  float: right;
  overflow: visible; }
  .lp-content .breadcrumb {
    margin-top: -70px;
    font-size: 12px; }
  .lp-content article {
    font-size: 14px; }
    .lp-content article > section {
      margin-left: 10px; }
  .lp-content section section {
    overflow: auto;
    clear: both;
    padding-bottom: 30px;
    border-top: 1px solid #e8e8ff; }
  .lp-content section section > *,
  .lp-content section .lp-section-header {
    float: left;
    display: block;
    margin-right: 0%;
    width: 83.33333%;
    margin-right: 0;
    position: relative;
    padding-right: 40px;
    float: right; }
    .lp-content section section > *:last-child,
    .lp-content section .lp-section-header:last-child {
      margin-right: 0; }
  .lp-content h5 {
    margin-top: 33px;
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 300; }
    .lp-content h5 b:after {
      display: inline-block;
      content: '/';
      font-weight: 300;
      margin: 0 5px; }
  .lp-content p {
    margin-bottom: 28px; }
    .lp-content p a {
      text-decoration: underline; }
  .lp-content blockquote {
    margin: 0;
    padding-left: 30px; }
  @media screen and (max-width: 1024px) {
    .lp-content article > section {
      padding-left: 40px; }
    .lp-content section section {
      margin-left: 0; }
    .lp-content section section > *,
    .lp-content section .lp-section-header {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      padding-right: 20px; }
      .lp-content section section > *:last-child,
      .lp-content section .lp-section-header:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .lp-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .lp-content:last-child {
        margin-right: 0; }
      .lp-content article > section {
        padding: 0; } }

.lp-section-label {
  font-size: 14px;
  font-weight: 600;
  color: #0d0eff;
  text-decoration: underline; }

.lp-section-title {
  margin-top: 0;
  font-size: 42px;
  font-weight: 600;
  color: #0d0eff;
  line-height: 1; }

.lp-text-label {
  position: absolute;
  left: -75px;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 300; }
  @media screen and (max-width: 1024px) {
    .lp-text-label {
      position: static;
      display: block; } }

.lp-list-label {
  display: inline-block;
  margin-right: 2px;
  color: #CCC; }

/* Sidebar */
.lp-sidebar {
  width: 30%;
  float: left; }
  @media screen and (max-width: 768px) {
    .lp-sidebar {
      display: none;
      width: 100%;
      padding-left: 40px; } }

.lp-sidebar-content .lp-nav {
  position: absolute;
  top: 120px;
  width: 30%;
  height: 77%;
  padding-bottom: 20px;
  transition: width 500ms ease-in-out; }
  .lp-sidebar-content .lp-nav.remove-margin-top {
    top: 70px;
    position: fixed; }
  .lp-sidebar-content .lp-nav.is-at-bottom {
    height: auto;
    bottom: 230px;
    position: relative; }
  @media screen and (max-width: 1200px) {
    .lp-sidebar-content .lp-nav {
      width: 26%; } }
  @media screen and (max-width: 1024px) {
    .lp-sidebar-content .lp-nav {
      width: 23%; } }
  .lp-sidebar-content .lp-nav ul, .lp-sidebar-content .lp-nav ol {
    margin: 0;
    padding: 0; }
  .lp-sidebar-content .lp-nav li {
    position: relative; }

.lp-section-nav {
  line-height: 2;
  color: #939393;
  margin-bottom: 30px;
  max-width: 396px; }
  .lp-section-nav ol {
    margin-bottom: 45px;
    padding-top: 10px; }
    .lp-section-nav ol li {
      padding-left: 40px; }
      .lp-section-nav ol li span {
        position: absolute;
        left: 0;
        top: 0px;
        display: block;
        width: 40px; }
      .lp-section-nav ol li a {
        font-weight: 300;
        text-decoration: underline; }

.lp-section-nav-header {
  font-size: 14px;
  color: blue;
  border-bottom: 1px solid #CCC; }
  .lp-section-nav-header .lp-section-toggle {
    background: url(images/icn-arrow-down.png) center right no-repeat;
    padding-right: 20px;
    display: block; }
    .lp-section-nav-header .lp-section-toggle.is-open {
      background: url(images/icn-arrow-up.png) center right no-repeat; }

/* Error pages */
.notfound-page {
  background: url(images/bg_sidebar.png) center top repeat-y; }
  @media screen and (max-width: 768px) {
    .notfound-page {
      background: none; } }

.nf-content {
  width: 60%;
  min-height: 650px;
  padding: 200px 0 60px 0;
  float: right; }
  .nf-content .breadcrumb {
    margin-top: -70px;
    font-size: 14px; }
  .nf-content .nf-section-title {
    margin-top: 20px;
    font-size: 42px;
    font-weight: 600;
    color: #2e2e2e;
    line-height: 1; }
  .nf-content p {
    margin-bottom: 20px;
    line-height: 1.6; }
    .nf-content p a {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .nf-content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      min-height: 0; }
      .nf-content:last-child {
        margin-right: 0; }
      .nf-content section {
        padding: 0; } }
