@charset "UTF-8";
/* ==========================================================================
 * Solomon Associates
 * Author: timothyingram.com
 * Date: 8 March 2016
   ========================================================================== */
/* Base
   ========================================================================== */
/* Reset
   -------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/* --------------------------------------------------------------------------
 * Base Rules
   -------------------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Layout
   ========================================================================== */
/* Layout: Careers: Introduction
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .post--careers__introduction {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .post--careers__introduction {
    width: 545px;
    float: left;
    margin-right: 22px;
    margin-left: 37px; } }
@media (min-width: 987px) {
  .post--careers__introduction {
    width: 545px;
    float: left;
    margin-right: 22px; } }
@media (max-width: 750px) {
  .post--careers__introduction h1, .post--careers__introduction p {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 626px; } }

/* Layout: Careers: Overview
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-careers-overview {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .l-careers-overview:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-careers-overview li {
    background-color: #FFFFFF;
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .l-careers-overview li:after {
      content: " ";
      display: block;
      clear: both; }
  .l-careers-overview .l-careers-overview__item--publish-date {
    width: 140px;
    float: left;
    margin-right: 22px; }
  .l-careers-overview .l-careers-overview__item--information {
    width: 545px;
    float: right;
    margin-right: 0; } }
@media (min-width: 751px) {
  .l-careers-overview .l-careers-overview__item--publish-date h4 {
    float: right; } }
@media (min-width: 987px) {
  .l-careers-overview li {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .l-careers-overview li:after {
      content: " ";
      display: block;
      clear: both; }
  .l-careers-overview .l-careers-overview__item--publish-date {
    width: 140px;
    float: left;
    margin-right: 22px; }
  .l-careers-overview .l-careers-overview__item--information {
    width: 626px;
    float: left;
    margin-right: 22px; } }
.l-careers-overview li:first-child {
  padding-top: 37px; }
@media (max-width: 750px) {
  .l-careers-overview li h3 {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }
@media (max-width: 750px) {
  .l-careers-overview li h4 {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }
@media (max-width: 750px) {
  .l-careers-overview li p {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }

/* Layout: Navigation: Footer
   -------------------------------------------------------------------------- */
.l-nav--footer a {
  display: block;
  line-height: 2.4; }
@media (max-width: 750px) {
  .l-nav--footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    margin-bottom: 23px; }
    .l-nav--footer:after {
      content: " ";
      display: block;
      clear: both; }
    .l-nav--footer .logo {
      width: 100%;
      float: left;
      margin-right: 22px; }
      .l-nav--footer .logo h1 {
        display: table;
        text-align: middle;
        margin: 0 auto;
        padding-bottom: 11px; }
        .l-nav--footer .logo h1 > * {
          display: table-cell;
          vertical-align: middle; }
    .l-nav--footer h1 {
      text-align: center; }
    .l-nav--footer ul {
      width: 100%;
      float: left;
      margin-right: 22px;
      text-align: center; }
    .l-nav--footer li {
      display: inline-block; }
    .l-nav--footer li:not(.telephone):not(:first-child) a {
      padding-left: 4.5px; }
    .l-nav--footer li:nth-last-child(n+2):not(.telephone) a {
      padding-right: 4.5px; }
    .l-nav--footer li.telephone {
      padding-left: 4.5px;
      padding-right: 4.5px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-nav--footer {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .l-nav--footer:after {
      content: " ";
      display: block;
      clear: both; }
    .l-nav--footer .logo {
      width: 221px;
      float: left;
      margin-right: 22px; }
      .l-nav--footer .logo h1 {
        display: table;
        text-align: left; }
        .l-nav--footer .logo h1 > * {
          display: table-cell;
          vertical-align: center; }
    .l-nav--footer .l-nav--footer__list--meta a {
      padding-right: 3px; }
    .l-nav--footer .l-nav--footer__list--meta li:nth-child(n+2) a {
      padding-left: 3px; }
    .l-nav--footer .l-nav--footer__list--connect-with-us li:not(.telephone) a {
      padding-left: 3px; }
    .l-nav--footer .l-nav--footer__list--connect-with-us li:nth-last-child(n+2):not(.telephone) a {
      padding-right: 3px; }
    .l-nav--footer .l-nav--footer__list--connect-with-us li.telephone {
      padding-left: 3px;
      padding-right: 3px; }
    .l-nav--footer nav {
      width: 464px;
      float: right;
      margin-right: 0; }
    .l-nav--footer a {
      display: block;
      line-height: 4.4; } }
@media (min-width: 751px) {
  .l-nav--footer .l-nav--footer__list {
    float: right; }
  .l-nav--footer span,
  .l-nav--footer li {
    display: inline-block; } }
@media (min-width: 987px) {
  .l-nav--footer {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .l-nav--footer:after {
      content: " ";
      display: block;
      clear: both; }
    .l-nav--footer .logo {
      width: 302px;
      float: left;
      margin-right: 22px; }
      .l-nav--footer .logo h1 {
        display: table;
        text-align: left; }
        .l-nav--footer .logo h1 > * {
          display: table-cell;
          vertical-align: center; }
    .l-nav--footer .l-nav--footer__list--meta a {
      padding-right: 11px; }
    .l-nav--footer .l-nav--footer__list--meta li:nth-child(n+2) a {
      padding-left: 11px; }
    .l-nav--footer .l-nav--footer__list--connect-with-us li:not(.telephone) a {
      padding-left: 4.5px; }
    .l-nav--footer .l-nav--footer__list--connect-with-us li:nth-last-child(n+2):not(.telephone) a {
      padding-right: 4.5px; }
    .l-nav--footer .l-nav--footer__list--connect-with-us li.telephone {
      padding-left: 11px;
      padding-right: 11px; }
    .l-nav--footer nav {
      width: 626px;
      float: right;
      margin-right: 0; }
    .l-nav--footer a {
      display: block;
      line-height: 4.4; } }

/* Layout: Home
	-------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-home {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .l-home:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) {
  .l-home {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .l-home:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .l-home {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .l-home:after {
      content: " ";
      display: block;
      clear: both; } }

/* Layout: Home: Introduction
	-------------------------------------------------------------------------- */
.home__introduction {
  width: 100%;
  float: left;
  margin-right: 22px;
  padding-bottom: 37px;
  padding-top: 23px;
  margin-bottom: 37px; }
  .home__introduction p {
    margin-top: 0; }
    .home__introduction p:last-child {
      margin-bottom: 0; }
    @media (max-width: 750px) {
      .home__introduction p {
        margin-left: 22px;
        margin-right: 22px;
        max-width: 626px; } }
    @media (min-width: 751px) and (max-width: 986px) {
      .home__introduction p {
        margin-left: 59px;
        margin-right: 59px; } }
    @media (min-width: 987px) {
      .home__introduction p {
        margin-left: 81px;
        margin-right: 81px; } }

/* Layout: Home: Upcoming Studies
	-------------------------------------------------------------------------- */
.home__upcoming-studies {
  margin-bottom: 59px; }
  @media (max-width: 750px) {
    .home__upcoming-studies {
      margin-left: 22px;
      margin-right: 22px; } }
  @media (min-width: 751px) {
    .home__upcoming-studies {
      width: 464px;
      float: left;
      margin-right: 22px; } }
  @media (min-width: 987px) {
    .home__upcoming-studies {
      width: 707px;
      float: left;
      margin-right: 22px; } }
  .home__upcoming-studies h3 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 9px; }
  .home__upcoming-studies time {
    display: block;
    margin-top: 4px; }
  @media (min-width: 406px) and (max-width: 750px) {
    .home__upcoming-studies .home__upcoming-studies__image-link {
      position: relative;
      display: block;
      padding-bottom: 60%;
      width: 100%; } }
  @media (min-width: 751px) {
    .home__upcoming-studies .home__upcoming-studies__image-link {
      position: relative;
      display: block;
      padding-bottom: 60%;
      width: 100%; } }
  @media (min-width: 751px) {
    .home__upcoming-studies .home__upcoming-studies__image-link h4 {
      float: left;
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      padding-top: 14px;
      z-index: 3; } }
  @media (max-width: 750px) {
    .home__upcoming-studies .home__upcoming-studies__image {
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      z-index: 2; } }
  @media (min-width: 751px) {
    .home__upcoming-studies .home__upcoming-studies__image {
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      z-index: 2; } }
  @media (max-width: 750px) {
    .home__upcoming-studies .home__upcoming-studies__primary {
      width: 100%;
      float: left;
      margin-right: 22px;
      margin-bottom: 14px; } }
  @media (min-width: 751px) {
    .home__upcoming-studies .home__upcoming-studies__primary {
      width: 100%;
      float: left;
      margin-right: 22px;
      margin-bottom: 14px; } }
  @media (min-width: 987px) {
    .home__upcoming-studies .home__upcoming-studies__primary {
      width: 464px;
      float: left;
      margin-right: 22px; } }
  .home__upcoming-studies .home__upcoming-studies__primary .home__upcoming-studies__image-link {
    position: relative;
    display: block;
    padding-bottom: 60%;
    width: 100%; }
    @media (max-width: 750px) {
      .home__upcoming-studies .home__upcoming-studies__primary .home__upcoming-studies__image-link h4 {
        font-size: 23px;
        line-height: 29px;
        width: 72.88136%;
        float: left;
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        padding-top: 14px;
        z-index: 3; } }
    @media (min-width: 751px) {
      .home__upcoming-studies .home__upcoming-studies__primary .home__upcoming-studies__image-link h4 {
        font-size: 23px;
        line-height: 29px;
        width: 324px; }
        .home__upcoming-studies .home__upcoming-studies__primary .home__upcoming-studies__image-link h4 span {
          display: block;
          padding-right: 5px;
          width: 100%; } }
  @media (min-width: 751px) {
    .home__upcoming-studies .home__upcoming-studies__primary time {
      width: 324px; } }
  @media (max-width: 750px) {
    .home__upcoming-studies .home__upcoming-studies__secondary li {
      float: left;
      margin-bottom: 22px;
      width: calc(50% - 11px); }
      .home__upcoming-studies .home__upcoming-studies__secondary li:nth-child(2n) {
        margin-left: 22px; } }
  @media (min-width: 751px) {
    .home__upcoming-studies .home__upcoming-studies__secondary li:nth-child(2n) {
      width: 221px;
      float: right;
      margin-right: 0; }
    .home__upcoming-studies .home__upcoming-studies__secondary li:nth-child(2n + 1) {
      width: 221px;
      float: left;
      margin-right: 22px;
      height: 170px; } }
  @media (min-width: 987px) {
    .home__upcoming-studies .home__upcoming-studies__secondary {
      width: 221px;
      float: right;
      margin-right: 0; }
      .home__upcoming-studies .home__upcoming-studies__secondary li:nth-child(2n + 1) {
        margin-bottom: 28px; } }
  @media (max-width: 406px) {
    .home__upcoming-studies .home__upcoming-studies__secondary .home__upcoming-studies__image-link .home__upcoming-studies__image-wrapper {
      position: relative;
      display: block;
      padding-bottom: 60%;
      width: 100%; } }
  @media (max-width: 406px) {
    .home__upcoming-studies .home__upcoming-studies__secondary .home__upcoming-studies__image-link h4 {
      font-size: 14px;
      line-height: 18px;
      margin-top: 9px; } }
  @media (min-width: 406px) and (max-width: 750px) {
    .home__upcoming-studies .home__upcoming-studies__secondary .home__upcoming-studies__image-link h4 {
      float: left;
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      padding-top: 14px;
      width: 72.88136%;
      z-index: 3; } }
  @media (min-width: 751px) {
    .home__upcoming-studies .home__upcoming-studies__secondary .home__upcoming-studies__image-link h4 {
      font-size: 14px;
      line-height: 18px;
      width: 162px; }
      .home__upcoming-studies .home__upcoming-studies__secondary .home__upcoming-studies__image-link h4 span {
        display: block;
        padding-right: 5px;
        width: 100%; } }
  @media (min-width: 751px) {
    .home__upcoming-studies .home__upcoming-studies__secondary time {
      width: 162px; } }

/* Layout: Home: Latest News Overview
	-------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .home__latest-news-overview {
    width: 100%;
    float: left;
    margin-right: 22px;
    margin-bottom: 37px; } }
@media (min-width: 751px) {
  .home__latest-news-overview {
    width: 221px;
    float: right;
    margin-right: 0;
    margin-bottom: 59px; } }
@media (min-width: 987px) {
  .home__latest-news-overview {
    width: 221px;
    float: right;
    margin-right: 0;
    margin-bottom: 59px; } }
.home__latest-news-overview h4 {
  line-height: 23px;
  margin-top: 9px; }
  @media (max-width: 750px) {
    .home__latest-news-overview h4 {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 545px; } }
.home__latest-news-overview li {
  line-height: 23px; }
  .home__latest-news-overview li + li {
    margin-top: 14px; }
  @media (max-width: 750px) {
    .home__latest-news-overview li {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 545px; } }
.home__latest-news-overview time {
  display: block; }

/* Layout: Navigation Menu
	 -------------------------------------------------------------------------- */
.navigation-menu > li > a {
  display: block;
  line-height: 2.4; }
@media (max-width: 750px) {
  .navigation-menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .navigation-menu:after {
      content: " ";
      display: block;
      clear: both; }
    .navigation-menu .mobile-logo-wrapper {
      height: 70px;
      position: relative;
      z-index: 10;
      border-bottom: 1px solid; }
    .navigation-menu .logo {
      margin-left: 22px;
      position: relative; }
      .navigation-menu .logo h1 {
        display: table;
        text-align: left; }
        .navigation-menu .logo h1 > * {
          display: table-cell;
          vertical-align: center; }
    .navigation-menu .l-nav__menu-button {
      width: 59px;
      float: right;
      margin-right: 0;
      float: right;
      padding-left: 22px;
      padding-right: 22px;
      text-align: right; }
    .navigation-menu > a {
      line-height: 4.4; } }
@media (max-width: 406px) {
  .navigation-menu .logo {
    width: 140px;
    float: left;
    margin-right: 22px; } }
@media (min-width: 406px) and (max-width: 750px) {
  .navigation-menu .logo {
    width: 221px;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .navigation-menu {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .navigation-menu:after {
      content: " ";
      display: block;
      clear: both; }
    .navigation-menu .logo {
      width: 221px;
      float: left;
      margin-right: 22px; }
      .navigation-menu .logo h1 {
        display: table;
        text-align: left; }
        .navigation-menu .logo h1 > * {
          display: table-cell;
          vertical-align: center; }
    .navigation-menu h1,
    .navigation-menu nav > ul > li > a {
      display: block;
      line-height: 4.4; }
    .navigation-menu nav > ul > li > a {
      padding-left: 9px; }
    .navigation-menu nav > ul > li:nth-last-child(n+2) > a {
      padding-right: 9px; }
    .navigation-menu nav {
      width: 464px;
      float: right;
      margin-right: 0; }
    .navigation-menu > a {
      display: block;
      line-height: 4.4; } }
@media (min-width: 751px) {
  .navigation-menu nav > ul {
    float: right; }
    .navigation-menu nav > ul span,
    .navigation-menu nav > ul > li {
      display: inline-block; }
  .navigation-menu .l-nav__menu-button {
    display: none; }
  .navigation-menu .has-button .button {
    height: 23px;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 5px; }
  .navigation-menu nav > ul > li.has-button {
    padding-left: 5px; } }
@media (min-width: 987px) {
  .navigation-menu {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .navigation-menu:after {
      content: " ";
      display: block;
      clear: both; }
    .navigation-menu .logo {
      width: 302px;
      float: left;
      margin-right: 22px; }
      .navigation-menu .logo h1 {
        display: table;
        text-align: left; }
        .navigation-menu .logo h1 > * {
          display: table-cell;
          vertical-align: center; }
    .navigation-menu nav {
      width: 626px;
      float: right;
      margin-right: 0; }
    .navigation-menu h1 > a,
    .navigation-menu nav > ul > li > a {
      display: block;
      line-height: 4.4; }
    .navigation-menu nav > ul > li > a {
      padding-left: 14px; }
    .navigation-menu nav > ul > li:nth-last-child(n+2) a {
      padding-right: 14px; } }

/* Layout: Desktop Dropdown Menu: Trigger
   -------------------------------------------------------------------------- */
.has-drop-down:not(.is-open) .drop-down {
  display: none; }
.has-drop-down.is-open .drop-down {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9; }

/*	Layout: Desktop Menu Search Form
   -------------------------------------------------------------------------- */
.search-form {
  margin-top: 37px;
  margin-bottom: 37px; }
  @media (min-width: 751px) and (max-width: 986px) {
    .search-form {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .search-form:after {
        content: " ";
        display: block;
        clear: both; }
      .search-form form {
        width: 626px;
        float: left;
        margin-right: 22px;
        margin-left: 40.5px; } }
  @media (min-width: 987px) {
    .search-form {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .search-form:after {
        content: " ";
        display: block;
        clear: both; }
      .search-form form {
        width: 788px;
        float: left;
        margin-right: 22px;
        margin-left: 81px; }
      .search-form .search-form__column {
        width: 464px;
        float: left;
        margin-right: 22px; }
      .search-form .search-form__field {
        width: 464px;
        margin-left: auto;
        margin-right: auto; }
        .search-form .search-form__field:after {
          content: " ";
          display: block;
          clear: both; } }
  .search-form input {
    width: 100%; }
  .search-form input {
    padding-left: 14px;
    padding-right: 14px;
    border: 1px solid; }
    .search-form input:hover {
      border: 1px solid; }
    .search-form input:focus, .search-form input:active {
      border: 1px solid; }
    .search-form input + label {
      display: block;
      margin-bottom: 14px;
      cursor: text; }
      .search-form input + label:before {
        content: attr(placeholder);
        display: inline-block;
        margin: 0 calc(1em + 2px);
        white-space: nowrap; }
    .search-form input:focus + label:before, .search-form input.active + label:before, .search-form input:valid + label:before {
      line-height: 1;
      padding: 0 1.5px; }
    .search-form input:valid {
      border: 1px solid; }
      .search-form input:valid + label:before {
        content: attr(alt); }
  .search-form input:not(.button) + label {
    height: 37px;
    line-height: 37px;
    margin-top: -37px; }
  .search-form input {
    height: 37px; }
  .search-form .button {
    padding-left: 14px;
    padding-right: 14px; }

/*	Layout: Mobile Dropdown Menu
	-------------------------------------------------------------------------- */
@media (min-width: 751px) {
  .mobile-dropdown-wrapper {
    display: none; } }
@media (max-width: 750px) {
  .desktop-menu {
    display: none; }

  .mobile-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 37px;
    float: right; }
    .mobile-dropdown-wrapper .mobile-dropdown-trigger {
      display: block;
      position: relative;
      padding: 0 41px 0 22px;
      line-height: 4.4;
      border-radius: 3px; }
      .mobile-dropdown-wrapper .mobile-dropdown-trigger::before, .mobile-dropdown-wrapper .mobile-dropdown-trigger::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 9px;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        -o-transition: width 0.3s, -o-transform 0.3s;
        -webkit-transition: width 0.3s, -webkit-transform 0.3s;
        transition: width 0.3s, transform 0.3s; }
      .mobile-dropdown-wrapper .mobile-dropdown-trigger::before {
        right: 27px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .mobile-dropdown-wrapper .mobile-dropdown-trigger::after {
        right: 22px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .mobile-dropdown-wrapper .mobile-dropdown h2,
    .mobile-dropdown-wrapper .mobile-dropdown-content a:not(.button),
    .mobile-dropdown-wrapper .mobile-dropdown-content ul a:not(.button) {
      height: 60px;
      line-height: 60px; }
    .mobile-dropdown-wrapper .mobile-dropdown h2,
    .mobile-dropdown-wrapper .mobile-dropdown-content a,
    .mobile-dropdown-wrapper .mobile-dropdown-content ul a,
    .mobile-dropdown-wrapper .mobile-dropdown-content .mobile-dropdown-divider {
      padding: 0 22px; }
    .mobile-dropdown-wrapper .mobile-dropdown {
      position: fixed;
      z-index: 9;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
      -o-transition: -o-transform 0.5s 0s, visibility 0s 0.5s;
      -webkit-transition: -webkit-transform 0.5s, visibility 0s;
      -webkit-transition-delay: 0s, 0.5s;
      transition: transform 0.5s 0s, visibility 0s 0.5s; }
      .mobile-dropdown-wrapper .mobile-dropdown h2 {
        position: relative;
        z-index: 9; }
      .mobile-dropdown-wrapper .mobile-dropdown .mobile-menu-close {
        display: block;
        position: relative;
        padding: 0 41px 0 22px;
        line-height: 4.4;
        border-radius: 3px;
        z-index: 10;
        float: right; }
        .mobile-dropdown-wrapper .mobile-dropdown .mobile-menu-close::before, .mobile-dropdown-wrapper .mobile-dropdown .mobile-menu-close::after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -1px;
          height: 2px;
          width: 9px;
          -moz-backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -moz-transition: width 0.3s, -moz-transform 0.3s;
          -o-transition: width 0.3s, -o-transform 0.3s;
          -webkit-transition: width 0.3s, -webkit-transform 0.3s;
          transition: width 0.3s, transform 0.3s; }
        .mobile-dropdown-wrapper .mobile-dropdown .mobile-menu-close::before {
          right: 22px;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .mobile-dropdown-wrapper .mobile-dropdown .mobile-menu-close::after {
          right: 27px;
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .mobile-dropdown-wrapper .mobile-dropdown.dropdown-is-active {
        visibility: visible;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
        -o-transition: -o-transform 0.5s 0s, visibility 0s 0s;
        -webkit-transition: -webkit-transform 0.5s, visibility 0s;
        -webkit-transition-delay: 0s, 0s;
        transition: transform 0.5s 0s, visibility 0s 0s; }
    .mobile-dropdown-wrapper .mobile-dropdown-content, .mobile-dropdown-wrapper .mobile-dropdown-content ul {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      padding-top: 70px; }
      .mobile-dropdown-wrapper .mobile-dropdown-content a, .mobile-dropdown-wrapper .mobile-dropdown-content ul a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-top: 1px solid; }
      .mobile-dropdown-wrapper .mobile-dropdown-content li:first-of-type > a, .mobile-dropdown-wrapper .mobile-dropdown-content ul li:first-of-type > a {
        border-top-width: 0; }
      .mobile-dropdown-wrapper .mobile-dropdown-content li:last-of-type > a, .mobile-dropdown-wrapper .mobile-dropdown-content ul li:last-of-type > a {
        border-bottom: 3px solid; }
      .mobile-dropdown-wrapper .mobile-dropdown-content a, .mobile-dropdown-wrapper .mobile-dropdown-content .mobile-menu-search, .mobile-dropdown-wrapper .mobile-dropdown-content ul a, .mobile-dropdown-wrapper .mobile-dropdown-content ul .mobile-menu-search {
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: color 0.3s, opacity 0.3s, -moz-transform 0.3s;
        -o-transition: color 0.3s, opacity 0.3s, -o-transform 0.3s;
        -webkit-transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, opacity 0.3s, transform 0.3s; }
      .mobile-dropdown-wrapper .mobile-dropdown-content.is-hidden, .mobile-dropdown-wrapper .mobile-dropdown-content ul.is-hidden {
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
      .mobile-dropdown-wrapper .mobile-dropdown-content.is-hidden > li > a, .mobile-dropdown-wrapper .mobile-dropdown-content.is-hidden > li > .mobile-menu-search, .mobile-dropdown-wrapper .mobile-dropdown-content.is-hidden > .mobile-menu-divider, .mobile-dropdown-wrapper .mobile-dropdown-content.move-out > li > a, .mobile-dropdown-wrapper .mobile-dropdown-content.move-out > li > .mobile-menu-search, .mobile-dropdown-wrapper .mobile-dropdown-content.move-out > .mobile-menu-divider, .mobile-dropdown-wrapper .mobile-dropdown-content ul.is-hidden > li > a, .mobile-dropdown-wrapper .mobile-dropdown-content ul.is-hidden > li > .mobile-menu-search, .mobile-dropdown-wrapper .mobile-dropdown-content ul.is-hidden > .mobile-menu-divider, .mobile-dropdown-wrapper .mobile-dropdown-content ul.move-out > li > a, .mobile-dropdown-wrapper .mobile-dropdown-content ul.move-out > li > .mobile-menu-search, .mobile-dropdown-wrapper .mobile-dropdown-content ul.move-out > .mobile-menu-divider {
        opacity: 0; }
      .mobile-dropdown-wrapper .mobile-dropdown-content.move-out > li > a, .mobile-dropdown-wrapper .mobile-dropdown-content.move-out > li > .mobile-menu-search, .mobile-dropdown-wrapper .mobile-dropdown-content.move-out > .mobile-menu-divider, .mobile-dropdown-wrapper .mobile-dropdown-content ul.move-out > li > a, .mobile-dropdown-wrapper .mobile-dropdown-content ul.move-out > li > .mobile-menu-search, .mobile-dropdown-wrapper .mobile-dropdown-content ul.move-out > .mobile-menu-divider {
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
  @-moz-keyframes mobile-menu-fade-in {
    0% {
      opacity: 0;
      visibility: visible; }
    100% {
      opacity: 1;
      visibility: visible; } }
  @-webkit-keyframes mobile-menu-fade-in {
    0% {
      opacity: 0;
      visibility: visible; }
    100% {
      opacity: 1;
      visibility: visible; } }
  @keyframes mobile-menu-fade-in {
    0% {
      opacity: 0;
      visibility: visible; }
    100% {
      opacity: 1;
      visibility: visible; } }
  @-moz-keyframes mobile-menu-fade-out {
    0% {
      opacity: 1;
      visibility: visible; }
    100% {
      opacity: 0;
      visibility: visible; } }
  @-webkit-keyframes mobile-menu-fade-out {
    0% {
      opacity: 1;
      visibility: visible; }
    100% {
      opacity: 0;
      visibility: visible; } }
  @keyframes mobile-menu-fade-out {
    0% {
      opacity: 1;
      visibility: visible; }
    100% {
      opacity: 0;
      visibility: visible; } }
    .mobile-dropdown-wrapper .has-children > a, .mobile-dropdown-wrapper .go-back a {
      position: relative; }
      .mobile-dropdown-wrapper .has-children > a::before, .mobile-dropdown-wrapper .has-children > a::after, .mobile-dropdown-wrapper .go-back a::before, .mobile-dropdown-wrapper .go-back a::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #787B7D;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .mobile-dropdown-wrapper .has-children > a::before, .mobile-dropdown-wrapper .go-back a::before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .mobile-dropdown-wrapper .has-children > a::after, .mobile-dropdown-wrapper .go-back a::after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .mobile-dropdown-wrapper .has-children > a {
      padding-right: 40px; }
      .mobile-dropdown-wrapper .has-children > a::before, .mobile-dropdown-wrapper .has-children > a::after {
        right: 22px;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -webkit-transform-origin: 9px 50%;
        transform-origin: 9px 50%; }
    .mobile-dropdown-wrapper .mobile-dropdown-content .go-back a {
      padding-left: 40px; }
      .mobile-dropdown-wrapper .mobile-dropdown-content .go-back a::before, .mobile-dropdown-wrapper .mobile-dropdown-content .go-back a::after {
        left: 22px;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -webkit-transform-origin: 1px 50%;
        transform-origin: 1px 50%; }
    .mobile-dropdown-wrapper .has-form {
      height: 60px;
      line-height: 60px;
      padding: 0 22px; }
    .mobile-dropdown-wrapper .has-button {
      height: 60px;
      line-height: 60px; }
      .mobile-dropdown-wrapper .has-button .button {
        height: 60px;
        line-height: 60px; }
        .mobile-dropdown-wrapper .has-button .button span {
          display: block;
          font-size: 23px;
          height: 37px;
          line-height: 37px;
          padding-left: 14px;
          padding-right: 14px;
          position: relative;
          top: 7px; }
    .mobile-dropdown-wrapper .mobile-menu-search {
      line-height: 37px; }
    .mobile-dropdown-wrapper button,
    .mobile-dropdown-wrapper input,
    .mobile-dropdown-wrapper input[type="search"] {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 37px;
      padding-left: 14px;
      padding-right: 14px;
      width: 100%; }
    .mobile-dropdown-wrapper input[type="search"] {
      color: #403E3B;
      font-weight: normal; }
    .mobile-dropdown-wrapper input {
      border: 1px solid;
      margin-top: 9px; }
      .mobile-dropdown-wrapper input:hover {
        border: 1px solid; }
      .mobile-dropdown-wrapper input:focus, .mobile-dropdown-wrapper input:active {
        border: 1px solid; }
      .mobile-dropdown-wrapper input + label {
        display: block;
        cursor: text;
        height: 37px;
        line-height: 37px;
        margin-top: -41px; } }
      @media (max-width: 750px) and (max-width: 750px) {
        .mobile-dropdown-wrapper input + label {
          margin-bottom: 14px; } }
      @media (max-width: 750px) and (min-width: 751px) and (max-width: 986px) {
        .mobile-dropdown-wrapper input + label {
          margin-bottom: 14px; } }
@media (max-width: 750px) {
        .mobile-dropdown-wrapper input + label:before {
          content: attr(placeholder);
          display: inline-block;
          margin: 0 calc(1em + 2px);
          white-space: nowrap; }
      .mobile-dropdown-wrapper input:focus + label:before, .mobile-dropdown-wrapper input.active + label:before, .mobile-dropdown-wrapper input:valid + label:before {
        line-height: 1;
        padding: 0 1.5px; }
      .mobile-dropdown-wrapper input:valid {
        border: 1px solid; }
        .mobile-dropdown-wrapper input:valid + label:before {
          content: attr(alt); }

  .no-js .mobile-dropdown-wrapper:hover .mobile-dropdown {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .no-js .mobile-dropdown-wrapper .mobile-menu-close {
    display: none; } }
/* Layout: News: Overview
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-news-overview {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .l-news-overview:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-news-overview li {
    background-color: #FFFFFF;
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .l-news-overview li:after {
      content: " ";
      display: block;
      clear: both; }
  .l-news-overview .l-news-overview__item--publish-date {
    width: 140px;
    float: left;
    margin-right: 22px; }
  .l-news-overview .l-news-overview__item--information {
    width: 545px;
    float: right;
    margin-right: 0; } }
@media (min-width: 751px) {
  .l-news-overview .l-news-overview__item--publish-date h4 {
    float: right; } }
@media (min-width: 987px) {
  .l-news-overview li {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .l-news-overview li:after {
      content: " ";
      display: block;
      clear: both; }
  .l-news-overview .l-news-overview__item--publish-date {
    width: 140px;
    float: left;
    margin-right: 22px; }
  .l-news-overview .l-news-overview__item--information {
    width: 626px;
    float: left;
    margin-right: 22px; } }
.l-news-overview li:first-child {
  padding-top: 37px; }
@media (max-width: 750px) {
  .l-news-overview li h3 {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }
@media (max-width: 750px) {
  .l-news-overview li time {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }
@media (max-width: 750px) {
  .l-news-overview li p {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }

/* Layout: Article
	 -------------------------------------------------------------------------- */
.l-news-article {
  padding-top: 37px; }
  @media (max-width: 750px) {
    .l-news-article {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .l-news-article:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 751px) {
    .l-news-article {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .l-news-article:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .l-news-article {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .l-news-article:after {
        content: " ";
        display: block;
        clear: both; } }

/* Layout: Article: Content Container
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-news-article__content-container {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-news-article__content-container {
    width: 707px;
    float: left;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 987px) {
  .l-news-article__content-container {
    width: 788px;
    float: right;
    margin-right: 0; } }

/* Layout: Article: Introduction
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .post--news__introduction {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .post--news__introduction {
    width: 545px;
    float: left;
    margin-right: 22px;
    margin-left: 37px; } }
@media (min-width: 987px) {
  .post--news__introduction {
    width: 626px;
    float: left;
    margin-right: 22px; } }
@media (max-width: 750px) {
  .post--news__introduction h1, .post--news__introduction p {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }

/* Layout: Post
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-post {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .l-post:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) {
  .l-post {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .l-post:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .l-post {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .l-post:after {
      content: " ";
      display: block;
      clear: both; } }
.l-post:not(.event-registration) {
  margin-bottom: 59px; }
@media (min-width: 751px) and (max-width: 986px) {
  .l-post.event-registration .l-post__content-container {
    margin-top: -37px; }
    .l-post.event-registration .l-post__content-container .event-registration__description {
      margin-top: 37px; } }
@media (min-width: 987px) {
  .l-post.event-registration .l-post__content-container {
    margin-top: -37px; }
    .l-post.event-registration .l-post__content-container .event-registration__description {
      margin-top: 37px; } }

/* Layout: Post: Content Container
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-post__content-container {
    width: 100%;
    float: left;
    margin-right: 22px; }
    .l-post__content-container > div {
      width: 100% !important; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-post__content-container {
    width: 707px;
    float: left;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 987px) {
  .l-post__content-container {
    width: 788px;
    float: right;
    margin-right: 0; } }

/* Layout: Post: Introduction
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .post__introduction:not(.event-registration) {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .post__introduction:not(.event-registration) {
    width: 626px;
    float: left;
    margin-right: 22px; } }
@media (min-width: 987px) {
  .post__introduction:not(.event-registration) {
    width: 626px;
    float: left;
    margin-right: 22px;
    margin-top: 5px; } }

@media (max-width: 750px) {
  .post__introduction h1 {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 626px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .post__introduction h1 {
    margin-left: 37px; } }
.post__introduction p {
  margin-top: 0; }
  .post__introduction p:last-child {
    margin-bottom: 0; }
  @media (max-width: 750px) {
    .post__introduction p {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 626px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .post__introduction p {
      margin-left: 37px; } }
@media (max-width: 750px) {
  .post__introduction ul {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 626px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .post__introduction ul {
    margin-left: 37px; } }
.post__introduction + .post__introduction {
  margin-top: 23px; }

/* Layout: Post: Introduction: Sample List
	-------------------------------------------------------------------------- */
.sample-list {
  margin-bottom: 23px; }

/* Layout: Post: Introduction: Get Sample Button
	-------------------------------------------------------------------------- */
.button--get-sample {
  border: none;
  border-radius: 0;
  padding: 0 14px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Layout: Post: Content
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .post__content:not(.event-registration) {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .post__content:not(.event-registration) {
    width: 464px;
    float: left;
    margin-right: 22px; } }
@media (min-width: 987px) {
  .post__content:not(.event-registration) {
    width: 545px;
    float: left;
    margin-right: 22px; } }

.post__content h2 {
  margin-top: 23px;
  margin-bottom: 0; }
  @media (max-width: 750px) {
    .post__content h2 {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 545px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .post__content h2 {
      margin-left: 37px; } }
.post__content p {
  margin-top: 14px;
  margin-bottom: 0; }
  @media (max-width: 750px) {
    .post__content p {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 545px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .post__content p {
      margin-left: 37px; } }
.post__content ul,
.post__content ol {
  margin-top: 14px;
  margin-left: 14px;
  margin-bottom: 0; }
  @media (max-width: 750px) {
    .post__content ul,
    .post__content ol {
      margin-left: 36px;
      margin-right: 22px;
      max-width: 545px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .post__content ul,
    .post__content ol {
      margin-left: 51px; } }
  .post__content ul ul,
  .post__content ul ol,
  .post__content ol ul,
  .post__content ol ol {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0; }
@media (min-width: 406px) and (max-width: 750px) {
  .post__content .columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 22px;
    -webkit-column-gap: 22px;
    column-gap: 22px; } }
@media (min-width: 751px) {
  .post__content .columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 22px;
    -webkit-column-gap: 22px;
    column-gap: 22px; } }
.post__content figure {
  margin: 14px 0; }
  @media (max-width: 750px) {
    .post__content figure {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 545px; } }
  @media (min-width: 751px) {
    .post__content figure.left {
      float: left;
      padding-right: 22px; }
    .post__content figure.right {
      float: right;
      padding-left: 22px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .post__content figure {
      margin-left: 37px; }
      .post__content figure.left, .post__content figure.right {
        max-width: 221px; } }
  @media (min-width: 987px) {
    .post__content figure.left, .post__content figure.right {
      max-width: 302px; } }
  .post__content figure img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0; }
@media (max-width: 750px) {
  .post__content figcaption p {
    margin-left: 0; } }
@media (min-width: 751px) and (max-width: 986px) {
  .post__content figcaption p {
    margin-left: 0; } }

/* Layout: Event Registration Post: Description
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .event-registration__description {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .event-registration__description {
    width: 383px;
    float: left;
    margin-right: 22px; } }
@media (min-width: 987px) {
  .event-registration__description {
    width: 464px;
    float: left;
    margin-right: 22px; } }

/* Layout: Event Registration Post: Aside
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .event-registration__aside {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .event-registration__aside {
    width: 302px;
    float: left;
    margin-right: 22px; } }
@media (min-width: 987px) {
  .event-registration__aside {
    width: 302px;
    float: left;
    margin-right: 22px; } }

/* Layout: Secondary Page
	 -------------------------------------------------------------------------- */
.l-secondary-page {
  padding-top: 37px; }
  @media (max-width: 750px) {
    .l-secondary-page {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .l-secondary-page:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 751px) {
    .l-secondary-page {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .l-secondary-page:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .l-secondary-page {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .l-secondary-page:after {
        content: " ";
        display: block;
        clear: both; } }

/* Layout: Secondary Page: Content Container
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-secondary-page__content-container {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-secondary-page__content-container {
    width: 707px;
    float: left;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 987px) {
  .l-secondary-page__content-container {
    width: 788px;
    float: right;
    margin-right: 0; } }

/* Layout: Search Results Message
	 -------------------------------------------------------------------------- */
.l-search-results__message {
  padding-top: 37px; }
  @media (max-width: 750px) {
    .l-search-results__message {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .l-search-results__message:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 751px) {
    .l-search-results__message {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .l-search-results__message:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .l-search-results__message {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .l-search-results__message:after {
        content: " ";
        display: block;
        clear: both; } }

/* Layout: Search Results Message: Content Container
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-search-results__message__content-container {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-search-results__message__content-container {
    width: 707px;
    float: left;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 987px) {
  .l-search-results__message__content-container {
    width: 788px;
    float: right;
    margin-right: 0; } }

/* Layout: Search Results Message: Introduction
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-search-results__message__introduction {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-search-results__message__introduction {
    width: 545px;
    float: left;
    margin-right: 22px;
    margin-left: 162px; } }
@media (min-width: 987px) {
  .l-search-results__message__introduction {
    width: 626px;
    float: left;
    margin-right: 22px; } }
@media (max-width: 750px) {
  .l-search-results__message__introduction h1, .l-search-results__message__introduction p {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }

/* Layout: Search Results
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .l-search-results__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .l-search-results__list:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-search-results__list li {
    background-color: #FFFFFF;
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .l-search-results__list li:after {
      content: " ";
      display: block;
      clear: both; }
  .l-search-results__list .l-search-results__item--publish-date {
    width: 140px;
    float: left;
    margin-right: 22px; }
  .l-search-results__list .l-search-results__item--information {
    width: 545px;
    float: right;
    margin-right: 0; } }
@media (min-width: 751px) {
  .l-search-results__list .l-search-results__item--publish-date h4 {
    float: right; } }
@media (min-width: 987px) {
  .l-search-results__list li {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .l-search-results__list li:after {
      content: " ";
      display: block;
      clear: both; }
  .l-search-results__list .l-search-results__item--publish-date {
    width: 140px;
    float: left;
    margin-right: 22px; }
  .l-search-results__list .l-search-results__item--information {
    width: 626px;
    float: left;
    margin-right: 22px; } }
.l-search-results__list li:first-child {
  padding-top: 37px; }
@media (max-width: 750px) {
  .l-search-results__list li h3 {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }
@media (max-width: 750px) {
  .l-search-results__list li time {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }
@media (max-width: 750px) {
  .l-search-results__list li p {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }

/* Modules
   ========================================================================== */
/* Module: Breadcrumbs
	-------------------------------------------------------------------------- */
.breadcrumbs {
  list-style: none; }
  .breadcrumbs li {
    float: left;
    line-height: 23px; }
    .breadcrumbs li:not(:first-child) {
      margin-left: 3px; }

/*	Module: Contact Form
	-------------------------------------------------------------------------- */
.contact-form {
  border: 1px solid;
  margin-top: 37px;
  margin-bottom: 37px; }
  @media (max-width: 750px) {
    .contact-form {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      border-left: 0;
      border-right: 0; }
      .contact-form:after {
        content: " ";
        display: block;
        clear: both; }
      .contact-form form {
        margin: 22px; }
      .contact-form .contact-form__field {
        display: block;
        position: relative; }
        .contact-form .contact-form__field img {
          margin-bottom: 14px; }
      .contact-form .half:not(.last) {
        margin: 22px 0; }
      .contact-form textarea {
        height: 194px; }
        .contact-form textarea + label {
          position: absolute;
          height: 37px;
          line-height: 37px;
          padding-top: 37px;
          margin-top: -233px; }
      .contact-form .button.for-desktop {
        display: none; }
      .contact-form .button.for-mobile {
        margin-top: 14px; } }
  @media (min-width: 751px) {
    .contact-form form {
      margin-top: 37px;
      margin-bottom: 37px; }
    .contact-form textarea {
      height: 593px; }
      .contact-form textarea + label {
        height: 37px;
        line-height: 37px;
        padding-top: 37px;
        margin-top: -511px; }
    .contact-form .button.for-mobile {
      display: none; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .contact-form {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .contact-form:after {
        content: " ";
        display: block;
        clear: both; }
      .contact-form form {
        width: 626px;
        float: left;
        margin-right: 22px;
        margin-left: 40.5px; }
      .contact-form .contact-form__column:not(.last) {
        width: 302px;
        float: left;
        margin-right: 22px; }
      .contact-form .contact-form__column.last {
        width: 302px;
        float: right;
        margin-right: 0; }
      .contact-form .contact-form__field {
        width: 302px;
        margin-left: auto;
        margin-right: auto; }
        .contact-form .contact-form__field:after {
          content: " ";
          display: block;
          clear: both; }
        .contact-form .contact-form__field img {
          margin-bottom: 14px; }
      .contact-form .half:not(.last) {
        width: 140px;
        float: left;
        margin-right: 22px;
        overflow: hidden;
        *zoom: 1; }
      .contact-form .half.last {
        width: 140px;
        float: right;
        margin-right: 0;
        overflow: hidden;
        *zoom: 1; } }
  @media (min-width: 987px) {
    .contact-form {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .contact-form:after {
        content: " ";
        display: block;
        clear: both; }
      .contact-form form {
        width: 788px;
        float: left;
        margin-right: 22px;
        margin-left: 81px; }
      .contact-form .contact-form__column:not(.last) {
        width: 464px;
        float: left;
        margin-right: 22px; }
        .contact-form .contact-form__column:not(.last) .contact-form__field {
          width: 464px;
          margin-left: auto;
          margin-right: auto;
          overflow: hidden;
          *zoom: 1; }
          .contact-form .contact-form__column:not(.last) .contact-form__field:after {
            content: " ";
            display: block;
            clear: both; }
        .contact-form .contact-form__column:not(.last) .half:not(.last) {
          width: 221px;
          float: left;
          margin-right: 22px;
          overflow: hidden;
          *zoom: 1; }
        .contact-form .contact-form__column:not(.last) .half.last {
          width: 221px;
          float: right;
          margin-right: 0;
          overflow: hidden;
          *zoom: 1; }
      .contact-form .contact-form__column.last {
        width: 302px;
        float: right;
        margin-right: 0; }
        .contact-form .contact-form__column.last .contact-form__field {
          width: 302px;
          margin-left: auto;
          margin-right: auto;
          overflow: hidden;
          *zoom: 1; }
          .contact-form .contact-form__column.last .contact-form__field:after {
            content: " ";
            display: block;
            clear: both; }
        .contact-form .contact-form__column.last .half:not(.last) {
          width: 140px;
          float: left;
          margin-right: 22px;
          overflow: hidden;
          *zoom: 1; }
        .contact-form .contact-form__column.last .half.last {
          width: 140px;
          float: right;
          margin-right: 0;
          overflow: hidden;
          *zoom: 1; }
      .contact-form .contact-form__field img {
        margin-bottom: 14px; } }

/* 	Module: Shared Solomon Form Assets
	-------------------------------------------------------------------------- */
.solomon-form {
  overflow: hidden;
  *zoom: 1; }
  .solomon-form fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
    .solomon-form fieldset:not:first-child {
      margin-top: 22px; }
  .solomon-form legend {
    padding-bottom: 9px;
    margin-bottom: 23px; }
  .solomon-form .contact-form__field {
    position: relative;
    margin-top: 22px; }
  .solomon-form h4, .solomon-form .solomon-label {
    margin-bottom: 9px; }
  .solomon-form .solomon-label {
    display: block; }
  .solomon-form input,
  .solomon-form textarea,
  .solomon-form label {
    line-height: 1.5; }
  .solomon-form input[type="text"],
  .solomon-form input[type="email"],
  .solomon-form textarea,
  .solomon-form select,
  .solomon-form legend {
    display: block;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .solomon-form input[type="text"],
  .solomon-form input[type="email"],
  .solomon-form textarea,
  .solomon-form select {
    padding: 7px 14px; }
    .solomon-form input[type="text"]:active, .solomon-form input[type="text"]:focus, .solomon-form input[type="text"]:valid,
    .solomon-form input[type="email"]:active,
    .solomon-form input[type="email"]:focus,
    .solomon-form input[type="email"]:valid,
    .solomon-form textarea:active,
    .solomon-form textarea:focus,
    .solomon-form textarea:valid,
    .solomon-form select:active,
    .solomon-form select:focus,
    .solomon-form select:valid {
      outline: none; }
  .solomon-form .solomon-select {
    position: relative; }
    .solomon-form .solomon-select::after {
      position: absolute;
      z-index: 1;
      right: 14px;
      top: 50%;
      margin-top: -7px;
      display: block;
      width: 14px;
      height: 14px;
      pointer-events: none; }
    .solomon-form .solomon-select.icon {
      margin: 0 auto; }
  .solomon-form select {
    cursor: pointer;
    line-height: 1.5; }
  .solomon-form select::-ms-expand {
    display: none; }
  .solomon-form .solomon-form-list {
    margin-top: 14px;
    overflow: hidden;
    *zoom: 1; }
  .solomon-form .solomon-form-list li {
    display: inline-block;
    position: relative;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 22px 14px 0;
    float: left; }
  .solomon-form input[type=radio],
  .solomon-form input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2; }
  .solomon-form input[type="radio"] + label,
  .solomon-form input[type="checkbox"] + label {
    padding-left: 22px; }
  .solomon-form input[type="radio"] + label::before,
  .solomon-form input[type="radio"] + label::after,
  .solomon-form input[type="checkbox"] + label::before,
  .solomon-form input[type="checkbox"] + label::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px; }
  .solomon-form input[type="radio"] + label::before,
  .solomon-form input[type="radio"] + label::after {
    border-radius: 50%; }
  .solomon-form input[type="radio"]:checked + label::after,
  .solomon-form input[type="checkbox"]:checked + label::after {
    display: block; }
  .solomon-form textarea {
    min-height: 200px;
    resize: vertical;
    overflow: auto; }
  .solomon-form input[type="submit"] {
    border: none;
    border-radius: 0;
    padding: 0 14px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .solomon-form .error-message p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 0;
    padding: 11px;
    margin: 0; }
  @media (min-width: 751px) {
    .solomon-form .contact-form__field:not(.error-message) {
      margin-top: 22px; }
      .solomon-form .contact-form__field:not(.error-message).with-label {
        margin-top: 22px; }
    .solomon-form .contact-form__field.error-message {
      margin-bottom: 37px; }
    .solomon-form legend + .contact-form__field {
      margin-top: 22px; }
    .solomon-form textarea {
      padding: 9px 14px; }
    .solomon-form input[type="text"],
    .solomon-form input[type="email"],
    .solomon-form select {
      padding: 7px 14px; } }

@-moz-keyframes solomon-bounce {
  0%, 100% {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8); } }
@-webkit-keyframes solomon-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes solomon-bounce {
  0%, 100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
/* Module: Global Contact Form: Header with Bleed
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .contact-form--global__header {
    margin-top: 24px; } }
@media (min-width: 751px) {
  .contact-form--global__header {
    margin-top: 24px; } }
@media (max-width: 750px) {
  .contact-form--global__header section {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .contact-form--global__header section:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) and (max-width: 986px) {
  .contact-form--global__header section {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .contact-form--global__header section:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .contact-form--global__header section {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .contact-form--global__header section:after {
      content: " ";
      display: block;
      clear: both; } }
.contact-form--global__header span {
  display: block; }
  @media (max-width: 750px) {
    .contact-form--global__header span {
      margin: -22px 22px -95px 22px;
      padding-top: 22px;
      padding-bottom: 62px; } }
  @media (min-width: 751px) and (max-width: 791px) {
    .contact-form--global__header span {
      margin-top: -22px;
      margin-bottom: -95px;
      padding-top: 22px;
      padding-bottom: 62px; } }
  @media (min-width: 987px) and (max-width: 1034px) {
    .contact-form--global__header span {
      margin-top: -22px;
      margin-bottom: -95px;
      padding-top: 22px;
      padding-bottom: 62px; } }
  @media (min-width: 792px) and (max-width: 986px) {
    .contact-form--global__header span {
      margin: -22px -42px -95px -42px;
      padding: 22px 42px 62px 42px; } }
  @media (min-width: 1035px) {
    .contact-form--global__header span {
      margin: -22px -42px -95px -42px;
      padding: 22px 42px 62px 42px; } }

/*	Module: Global Contact Form
	-------------------------------------------------------------------------- */
.contact-form--global__form {
  border: 1px solid;
  margin-top: 37px;
  margin-bottom: 37px; }
  @media (max-width: 750px) {
    .contact-form--global__form {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      border-left: 0;
      border-right: 0; }
      .contact-form--global__form:after {
        content: " ";
        display: block;
        clear: both; }
      .contact-form--global__form form {
        margin: 22px; }
      .contact-form--global__form .contact-form__field {
        display: block;
        position: relative; }
        .contact-form--global__form .contact-form__field img {
          margin-bottom: 14px; }
      .contact-form--global__form .half:not(.last) {
        margin: 22px 0; }
      .contact-form--global__form textarea {
        height: 158px; }
        .contact-form--global__form textarea + label {
          position: absolute;
          height: 37px;
          line-height: 37px;
          padding-top: 37px;
          margin-top: -233px; }
      .contact-form--global__form .button.for-desktop {
        display: none; }
      .contact-form--global__form .button.for-mobile {
        margin-top: 14px; } }
  @media (min-width: 751px) {
    .contact-form--global__form form {
      margin-top: 37px;
      margin-bottom: 37px; }
    .contact-form--global__form textarea {
      min-height: 158px; }
      .contact-form--global__form textarea + label {
        height: 37px;
        line-height: 37px;
        padding-top: 37px;
        margin-top: -511px; }
    .contact-form--global__form .button.for-mobile {
      display: none; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .contact-form--global__form {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .contact-form--global__form:after {
        content: " ";
        display: block;
        clear: both; }
      .contact-form--global__form form {
        width: 626px;
        float: left;
        margin-right: 22px;
        margin-left: 40.5px; }
      .contact-form--global__form .contact-form__column:not(.last) {
        width: 302px;
        float: left;
        margin-right: 22px; }
      .contact-form--global__form .contact-form__column.last {
        width: 302px;
        float: right;
        margin-right: 0; }
      .contact-form--global__form .contact-form__field {
        width: 302px;
        margin-left: auto;
        margin-right: auto; }
        .contact-form--global__form .contact-form__field:after {
          content: " ";
          display: block;
          clear: both; }
        .contact-form--global__form .contact-form__field img {
          margin-bottom: 14px; }
      .contact-form--global__form .half:not(.last) {
        width: 140px;
        float: left;
        margin-right: 22px;
        overflow: hidden;
        *zoom: 1; }
      .contact-form--global__form .half.last {
        width: 140px;
        float: right;
        margin-right: 0;
        overflow: hidden;
        *zoom: 1; } }
  @media (min-width: 987px) {
    .contact-form--global__form {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .contact-form--global__form:after {
        content: " ";
        display: block;
        clear: both; }
      .contact-form--global__form form {
        width: 788px;
        float: left;
        margin-right: 22px;
        margin-left: 81px; }
      .contact-form--global__form .contact-form__column:not(.last) {
        width: 464px;
        float: left;
        margin-right: 22px; }
        .contact-form--global__form .contact-form__column:not(.last) .contact-form__field {
          width: 464px;
          margin-left: auto;
          margin-right: auto;
          overflow: hidden;
          *zoom: 1; }
          .contact-form--global__form .contact-form__column:not(.last) .contact-form__field:after {
            content: " ";
            display: block;
            clear: both; }
        .contact-form--global__form .contact-form__column:not(.last) .half:not(.last) {
          width: 221px;
          float: left;
          margin-right: 22px;
          overflow: hidden;
          *zoom: 1; }
        .contact-form--global__form .contact-form__column:not(.last) .half.last {
          width: 221px;
          float: right;
          margin-right: 0;
          overflow: hidden;
          *zoom: 1; }
      .contact-form--global__form .contact-form__column.last {
        width: 302px;
        float: right;
        margin-right: 0; }
        .contact-form--global__form .contact-form__column.last .contact-form__field {
          width: 302px;
          margin-left: auto;
          margin-right: auto;
          overflow: hidden;
          *zoom: 1; }
          .contact-form--global__form .contact-form__column.last .contact-form__field:after {
            content: " ";
            display: block;
            clear: both; }
        .contact-form--global__form .contact-form__column.last .half:not(.last) {
          width: 140px;
          float: left;
          margin-right: 22px;
          overflow: hidden;
          *zoom: 1; }
        .contact-form--global__form .contact-form__column.last .half.last {
          width: 140px;
          float: right;
          margin-right: 0;
          overflow: hidden;
          *zoom: 1; }
      .contact-form--global__form .contact-form__field img {
        margin-bottom: 14px; }
      .contact-form--global__form .contact-form__field--origin {
        display: none; } }

/* Module: Directory
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .directory {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .directory:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) and (max-width: 986px) {
  .directory {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .directory:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .directory {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .directory:after {
      content: " ";
      display: block;
      clear: both; } }
.directory > ul {
  overflow: hidden;
  *zoom: 1; }
  @media (max-width: 750px) {
    .directory > ul > li {
      margin: 0 22px 22px 22px;
      max-width: 545px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .directory > ul > li {
      width: 221px;
      float: left;
      margin-bottom: 22px; }
      .directory > ul > li:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .directory > ul > li:nth-child(3n + 2) {
        margin-left: 243px;
        margin-right: -100%;
        clear: none; }
      .directory > ul > li:nth-child(3n + 3) {
        margin-left: 486px;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 987px) {
    .directory > ul > li {
      width: 302px;
      float: left;
      margin-bottom: 22px; }
      .directory > ul > li:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .directory > ul > li:nth-child(3n + 2) {
        margin-left: 324px;
        margin-right: -100%;
        clear: none; }
      .directory > ul > li:nth-child(3n + 3) {
        margin-left: 648px;
        margin-right: -100%;
        clear: none; } }

/* Module: For More
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .for-more:not(.event-registration__aside) {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .for-more:not(.event-registration__aside) {
    width: 221px;
    float: right;
    margin-right: 0; } }
@media (min-width: 987px) {
  .for-more:not(.event-registration__aside) {
    width: 221px;
    float: right;
    margin-right: 0; } }

/* Module: For More: Event Registration
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .for-more.event-registration__aside {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .for-more.event-registration__aside {
    width: 302px;
    float: right;
    margin-right: 0; } }
@media (min-width: 987px) {
  .for-more.event-registration__aside {
    width: 302px;
    float: right;
    margin-right: 0; } }

/* Module: For More: Subscription Deadline
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .for-more__subscription-deadline {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (max-width: 750px) {
  .for-more__subscription-deadline > h3 {
    margin-left: 22px;
    margin-right: 22px; } }
@media (max-width: 750px) {
  .for-more__subscription-deadline > ul {
    margin-left: 22px;
    margin-right: 22px; } }

/* Module: For More: Information
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .for-more__information {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (max-width: 750px) {
  .for-more__information > h3 {
    margin-left: 22px;
    margin-right: 22px; } }
@media (max-width: 750px) {
  .for-more__information > ul {
    margin-left: 22px;
    margin-right: 22px; } }

/* Module: For More: Presenter
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .for-more__presenter {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .for-more__presenter:after {
      content: " ";
      display: block;
      clear: both; } }

.for-more__presenter__headline {
  margin-top: 23px; }
  @media (max-width: 750px) {
    .for-more__presenter__headline {
      margin-left: 22px;
      margin-right: 22px; } }

.for-more__presenter__container {
  clear: both;
  display: block;
  margin-top: 14px; }
  @media (max-width: 750px) {
    .for-more__presenter__container {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 302px; } }

.for-more__presenter__image-container {
  display: block;
  padding-bottom: 25%;
  position: relative;
  width: 59px;
  float: left;
  margin-right: 22px; }

.for-more__presenter__image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: 2; }

.for-more__presenter__information {
  width: 221px;
  float: right;
  margin-right: 0; }

/* Module: For More: Related Materials
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .for-more__related-materials {
    width: 100%;
    float: left;
    margin-right: 22px; } }
@media (max-width: 750px) {
  .for-more__related-materials h3 {
    margin-left: 22px;
    margin-right: 22px; } }
.for-more__related-materials ul {
  overflow: hidden;
  *zoom: 1; }
  @media (max-width: 750px) {
    .for-more__related-materials ul {
      margin-left: 22px;
      margin-right: 22px; } }
.for-more__related-materials li {
  position: relative;
  margin-top: 14px; }
  @media (max-width: 750px) {
    .for-more__related-materials li {
      float: left;
      margin-bottom: 22px;
      width: calc(50% - 11px); }
      .for-more__related-materials li:nth-child(2n) {
        margin-left: 22px; } }
  @media (min-width: 751px) {
    .for-more__related-materials li + li {
      margin-top: 23px; } }
@media (min-width: 406px) and (max-width: 750px) {
  .for-more__related-materials .for-more__related-materials__image-link {
    position: relative;
    display: block;
    padding-bottom: 60%;
    width: 100%; } }
@media (min-width: 751px) {
  .for-more__related-materials .for-more__related-materials__image-link {
    position: relative;
    display: block;
    padding-bottom: 60%;
    width: 100%; } }
@media (min-width: 751px) {
  .for-more__related-materials .for-more__related-materials__image-link h4 {
    float: left;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding-top: 14px;
    z-index: 3; } }
@media (max-width: 406px) {
  .for-more__related-materials .for-more__related-materials__image-link span {
    position: relative;
    display: block;
    padding-bottom: 60%;
    width: 100%; } }
@media (max-width: 406px) {
  .for-more__related-materials .for-more__related-materials__image-link h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 9px; } }
@media (min-width: 406px) and (max-width: 750px) {
  .for-more__related-materials .for-more__related-materials__image-link h4 {
    float: left;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding-top: 14px;
    width: 72.88136%;
    z-index: 3; } }
@media (min-width: 751px) {
  .for-more__related-materials .for-more__related-materials__image-link h4 {
    font-size: 14px;
    line-height: 18px;
    width: 162px; } }
@media (max-width: 750px) {
  .for-more__related-materials .for-more__related-materials__image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 2; } }
@media (min-width: 751px) {
  .for-more__related-materials .for-more__related-materials__image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 2; } }

.is-sticky-test {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/* Module: For More: Get Sample
	-------------------------------------------------------------------------- */
.for-more__get-sample {
  margin-bottom: 14px;
  padding: 22px; }
  .for-more__get-sample:not(.event-registration) {
    margin-top: 9px; }
  @media (max-width: 750px) {
    .for-more__get-sample {
      margin-top: 37px; } }

/* 	Module: Get Sample Form Assets
	-------------------------------------------------------------------------- */
.get-sample-form {
  overflow: hidden;
  *zoom: 1; }
  .get-sample-form .get-sample-form__field {
    position: relative;
    overflow: hidden;
    *zoom: 1; }
  @media (max-width: 750px) {
    .get-sample-form .half:not(.last) {
      margin-bottom: 22px; } }
  @media (min-width: 751px) {
    .get-sample-form .half:not(.last) {
      width: 118px;
      float: left;
      margin-right: 22px;
      overflow: hidden;
      overflow: hidden;
      *zoom: 1; }
    .get-sample-form .half.last {
      width: 118px;
      float: right;
      margin-right: 0;
      overflow: hidden;
      zoom: 1;
      overflow: hidden;
      *zoom: 1; } }
  .get-sample-form .get-sample-form__field--hidden {
    display: none; }
  .get-sample-form .get-sample-form__field + .get-sample-form__field,
  .get-sample-form .get-sample-form__field--hidden + .get-sample-form__field {
    margin-top: 22px; }
  .get-sample-form .get-sample-select {
    position: relative; }
    .get-sample-form .get-sample-select::after {
      position: absolute;
      z-index: 1;
      right: 14px;
      top: 50%;
      margin-top: -7px;
      display: block;
      width: 14px;
      height: 14px;
      pointer-events: none; }
    .get-sample-form .get-sample-select.icon {
      margin: 0 auto; }
  .get-sample-form input {
    line-height: 1.5; }
  .get-sample-form input[type="text"],
  .get-sample-form input[type="email"],
  .get-sample-form select {
    display: block;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .get-sample-form input[type="text"],
  .get-sample-form input[type="email"],
  .get-sample-form select {
    padding: 7px 14px; }
    .get-sample-form input[type="text"]:active, .get-sample-form input[type="text"]:focus, .get-sample-form input[type="text"]:valid,
    .get-sample-form input[type="email"]:active,
    .get-sample-form input[type="email"]:focus,
    .get-sample-form input[type="email"]:valid,
    .get-sample-form select:active,
    .get-sample-form select:focus,
    .get-sample-form select:valid {
      outline: none; }
  .get-sample-form .get-sample-select {
    position: relative; }
    .get-sample-form .get-sample-select::after {
      position: absolute;
      z-index: 1;
      right: 14px;
      top: 50%;
      margin-top: -7px;
      display: block;
      width: 14px;
      height: 14px;
      pointer-events: none; }
    .get-sample-form .get-sample-select.icon {
      margin: 0 auto; }
  .get-sample-form select {
    cursor: pointer;
    line-height: 1.5; }
  .get-sample-form select::-ms-expand {
    display: none; }
  .get-sample-form input[type="submit"] {
    border-radius: 0;
    padding: 0 14px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-appearance: none;
    -webkit-appearance: none; }

/* Module: Hero
	-------------------------------------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (min-width: 751px) {
    .hero {
      padding-bottom: 59px; } }
  .hero + .l-home {
    position: relative;
    z-index: 8; }
    @media (min-width: 751px) {
      .hero + .l-home {
        margin-top: -59px; } }

.hero__image::before {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 6; }

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover; }

.hero__content {
  background-color: transparent;
  position: relative;
  z-index: 7; }
  @media (max-width: 406px) {
    .hero__content {
      min-height: 120px; } }
  @media (min-width: 406px) and (max-width: 750px) {
    .hero__content {
      min-height: 152.625px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .hero__content {
      width: 707px;
      margin-left: auto;
      margin-right: auto;
      min-height: 265.125px; }
      .hero__content:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .hero__content {
      width: 950px;
      margin-left: auto;
      margin-right: auto;
      min-height: 331.5px; }
      .hero__content:after {
        content: " ";
        display: block;
        clear: both; } }
  .hero__content::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumbs {
  display: inline-block;
  margin-top: 23px; }
  @media (max-width: 406px) {
    .breadcrumbs {
      display: none; } }
  @media (min-width: 406px) and (max-width: 750px) {
    .breadcrumbs {
      margin-left: 22px;
      margin-right: 22px;
      margin-bottom: 96px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .breadcrumbs {
      width: 707px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 96px; }
      .breadcrumbs:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .breadcrumbs {
      margin-bottom: 96px; } }

.hero__masthead {
  display: table;
  text-align: left; }
  .hero__masthead > * {
    display: table-cell;
    vertical-align: middle; }
  @media (max-width: 750px) {
    .hero__masthead {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 23px;
      padding-top: 23px; }
      .hero__masthead:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .hero__masthead {
      width: 707px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 59px;
      padding-top: 37px; }
      .hero__masthead:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .hero__masthead {
      width: 950px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 96px;
      padding-top: 59px; }
      .hero__masthead:after {
        content: " ";
        display: block;
        clear: both; } }

@media (max-width: 406px) {
  .hero__masthead__icon {
    width: 81px; } }
@media (min-width: 406px) and (max-width: 750px) {
  .hero__masthead__icon {
    width: 162px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .hero__masthead__icon {
    width: 162px; } }
@media (min-width: 987px) {
  .hero__masthead__icon {
    width: 162px; } }

@media (max-width: 750px) {
  .hero__masthead__header h1 {
    margin-left: 22px;
    margin-right: 22px; } }

.icon-benchmarking {
  display: block; }

/* Module: Gallery
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .gallery {
    margin-left: 22px;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .gallery {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .gallery:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .gallery {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .gallery:after {
      content: " ";
      display: block;
      clear: both; } }
.gallery > ul {
  overflow: hidden;
  *zoom: 1; }
  @media (max-width: 750px) {
    .gallery > ul > li {
      clear: both;
      float: left;
      margin-bottom: 22px;
      width: calc(50% - 11px); }
      .gallery > ul > li:nth-child(2n) {
        clear: none;
        margin-left: 22px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .gallery > ul > li {
      width: 221px;
      float: left;
      margin-bottom: 22px; }
      .gallery > ul > li:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .gallery > ul > li:nth-child(3n + 2) {
        margin-left: 243px;
        margin-right: -100%;
        clear: none; }
      .gallery > ul > li:nth-child(3n + 3) {
        margin-left: 486px;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 987px) {
    .gallery > ul > li {
      width: 221px;
      float: left;
      margin-bottom: 22px; }
      .gallery > ul > li:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .gallery > ul > li:nth-child(4n + 2) {
        margin-left: 243px;
        margin-right: -100%;
        clear: none; }
      .gallery > ul > li:nth-child(4n + 3) {
        margin-left: 486px;
        margin-right: -100%;
        clear: none; }
      .gallery > ul > li:nth-child(4n + 4) {
        margin-left: 729px;
        margin-right: -100%;
        clear: none; } }
  .gallery > ul > li .gallery__image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .gallery > ul > li .gallery__image-link span {
    position: relative;
    display: block;
    padding-bottom: 60%;
    width: 100%; }
  .gallery > ul > li .gallery__image-link h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 9px; }
  .gallery > ul > li h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3rem; }

/* Module: Header with Bleed
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .header-with-bleed {
    margin-top: 24px; } }
@media (min-width: 751px) {
  .header-with-bleed {
    margin-top: 24px; } }
@media (max-width: 750px) {
  .header-with-bleed section {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .header-with-bleed section:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) and (max-width: 986px) {
  .header-with-bleed section {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .header-with-bleed section:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .header-with-bleed section {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .header-with-bleed section:after {
      content: " ";
      display: block;
      clear: both; } }
@media (max-width: 750px) {
  .header-with-bleed h1 {
    margin: -22px 22px -42px 22px;
    padding-top: 22px;
    padding-bottom: 62px;
    max-width: 545px; } }
@media (min-width: 751px) and (max-width: 791px) {
  .header-with-bleed h1 {
    margin-top: -22px;
    margin-bottom: -42px;
    padding-top: 22px;
    padding-bottom: 62px; } }
@media (min-width: 987px) and (max-width: 1034px) {
  .header-with-bleed h1 {
    margin-top: -22px;
    margin-bottom: -42px;
    padding-top: 22px;
    padding-bottom: 62px; } }
@media (min-width: 792px) and (max-width: 986px) {
  .header-with-bleed h1 {
    margin: -22px -42px -42px -42px;
    padding: 22px 42px 62px 42px; } }
@media (min-width: 1035px) {
  .header-with-bleed h1 {
    margin: -22px -42px -42px -42px;
    padding: 22px 42px 62px 42px; } }

/* Module: Newsletter
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .newsletter {
    margin-top: 37px;
    margin-bottom: 37px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .newsletter:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) {
  .newsletter {
    margin-top: 59px;
    margin-bottom: 59px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .newsletter {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .newsletter:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .newsletter {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .newsletter:after {
      content: " ";
      display: block;
      clear: both; } }

/* Module: Newsletter: Heading
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .newsletter__heading {
    width: 100%;
    float: left;
    margin-right: 22px;
    padding: 23px 22px 23px 22px; } }
@media (min-width: 751px) {
  .newsletter__heading {
    padding: 23px 0 23px 37px; } }
.newsletter__heading p {
  margin: 14px 0 0 0; }

/* Module: Newsletter: Subscribe
	 -------------------------------------------------------------------------- */
.newsletter__subscribe {
  background-color: #FFFFFF; }
  @media (max-width: 750px) {
    .newsletter__subscribe {
      width: 100%;
      float: left;
      margin-right: 22px;
      border-bottom: 1px solid;
      border-top: 1px solid;
      padding: 23px 22px 23px 22px; }
      .newsletter__subscribe .newsletter__subscribe__email_field,
      .newsletter__subscribe .newsletter__subscribe__company_field {
        display: block;
        margin-bottom: 22px; } }
  @media (min-width: 751px) {
    .newsletter__subscribe {
      border: 1px solid;
      padding: 23px 0 23px 22px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .newsletter__subscribe {
      width: 100%; }
      .newsletter__subscribe .newsletter__subscribe__email_field,
      .newsletter__subscribe .newsletter__subscribe__company_field {
        float: left;
        margin-bottom: 22px; }
      .newsletter__subscribe .newsletter__subscribe__email_field {
        width: 331px;
        padding-right: 22px; }
      .newsletter__subscribe .newsletter__subscribe__company_field {
        width: 330px; }
      .newsletter__subscribe .newsletter__subscribe__button {
        width: 100%;
        float: left;
        margin-right: 22px;
        padding-right: 22px; } }
  @media (min-width: 987px) {
    .newsletter__subscribe {
      width: 100%;
      padding-right: 22px; }
      .newsletter__subscribe .newsletter__subscribe__email_field,
      .newsletter__subscribe .newsletter__subscribe__company_field {
        width: 382px;
        padding-right: 22px;
        float: left; }
      .newsletter__subscribe .newsletter__subscribe__button {
        width: 140px;
        float: right;
        margin-right: 0; } }
  .newsletter__subscribe button,
  .newsletter__subscribe input {
    height: 37px;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%; }
  .newsletter__subscribe input {
    border: 1px solid; }
    .newsletter__subscribe input:hover {
      border: 1px solid; }
    .newsletter__subscribe input:focus, .newsletter__subscribe input:active {
      border: 1px solid; }
    .newsletter__subscribe input + label {
      display: block;
      cursor: text;
      height: 43px;
      line-height: 43px;
      margin-top: -41px; }
      @media (max-width: 750px) {
        .newsletter__subscribe input + label {
          margin-bottom: 14px; } }
      @media (min-width: 751px) and (max-width: 986px) {
        .newsletter__subscribe input + label {
          margin-bottom: 14px; } }
      .newsletter__subscribe input + label:before {
        content: attr(placeholder);
        display: inline-block;
        margin: 0 calc(1em + 2px);
        white-space: nowrap; }
    .newsletter__subscribe input:focus + label:before, .newsletter__subscribe input.active + label:before, .newsletter__subscribe input:valid + label:before {
      line-height: 1;
      padding: 0 1.5px; }
    .newsletter__subscribe input:valid {
      border: 1px solid; }
      .newsletter__subscribe input:valid + label:before {
        content: attr(alt); }
  .newsletter__subscribe .newsletter__subscribe__field--origin {
    display: none; }

/* Module: Pagination
   -------------------------------------------------------------------------- */
.pagination ul {
  text-align: center; }
.pagination li {
  display: inline-block;
  line-height: 2; }
@media (max-width: 750px) {
  .pagination {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .pagination:after {
      content: " ";
      display: block;
      clear: both; }
    .pagination ul {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 545px; } }
@media (min-width: 751px) {
  .pagination {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .pagination:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .pagination {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .pagination:after {
      content: " ";
      display: block;
      clear: both; }
    .pagination ul {
      width: 788px;
      float: left;
      margin-right: 22px; } }

.pagination__previous a {
  padding-left: 14px;
  padding-right: 5px; }

.pagination__next a {
  padding-left: 5px;
  padding-right: 14px; }

.pagination__current,
.pagination__ellipsis,
.pagination__item a {
  padding-left: 5px;
  padding-right: 5px; }

.pagination__previous a,
.pagination__next a {
  position: relative; }
  .pagination__previous a::before, .pagination__previous a::after,
  .pagination__next a::before,
  .pagination__next a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #787B7D;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .pagination__previous a::before,
  .pagination__next a::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .pagination__previous a::after,
  .pagination__next a::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.pagination__previous a::before,
.pagination__previous a::after {
  left: 0;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%; }

.pagination__next a::before,
.pagination__next a::after {
  right: 0;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%; }

/* Module: Poster
	-------------------------------------------------------------------------- */
.poster {
  padding-bottom: 37px;
  position: relative;
  width: 100%;
  z-index: 1; }
  .poster + .l-post {
    background-color: #FFFFFF;
    position: relative;
    margin-top: -37px;
    padding-top: 37px;
    z-index: 8; }

.poster__image::before {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 4; }

.poster__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover; }

.poster__content {
  background-color: transparent;
  position: relative;
  z-index: 5; }
  @media (min-width: 751px) and (max-width: 986px) {
    .poster__content {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .poster__content:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .poster__content {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .poster__content:after {
        content: " ";
        display: block;
        clear: both; } }
  .poster__content::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumbs {
  display: inline-block;
  margin-top: 23px; }
  @media (max-width: 406px) {
    .breadcrumbs {
      display: none; } }
  @media (min-width: 406px) and (max-width: 750px) {
    .breadcrumbs {
      margin-left: 22px;
      margin-right: 22px;
      margin-bottom: 37px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .breadcrumbs {
      width: 707px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 59px; }
      .breadcrumbs:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .breadcrumbs {
      margin-bottom: 96px; } }

.poster__masthead {
  display: table;
  text-align: left; }
  .poster__masthead > * {
    display: table-cell;
    vertical-align: middle; }
  @media (max-width: 750px) {
    .poster__masthead {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 22px;
      padding-right: 22px;
      margin-bottom: 23px;
      padding-top: 23px; }
      .poster__masthead:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .poster__masthead {
      width: 707px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 37px; }
      .poster__masthead:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .poster__masthead {
      width: 950px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 59px; }
      .poster__masthead:after {
        content: " ";
        display: block;
        clear: both; } }

@media (max-width: 406px) {
  .poster__masthead__icon {
    width: 81px; } }
@media (min-width: 406px) and (max-width: 750px) {
  .poster__masthead__icon {
    width: 162px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .poster__masthead__icon {
    width: 162px; } }
@media (min-width: 987px) {
  .poster__masthead__icon {
    width: 162px; } }

@media (min-width: 751px) and (max-width: 986px) {
  .poster__masthead__header {
    width: 545px; } }
@media (min-width: 987px) {
  .poster__masthead__header {
    width: 545px; } }

.icon-advisory,
.icon-applications,
.icon-benchmarking,
.icon-insights,
.icon-forecasting,
.icon-monitoring,
.icon-university {
  display: block; }

/* Module: Services And Solutions Site Map
   -------------------------------------------------------------------------- */
.services-and-solutions-list > ul {
  padding-top: 22px;
  padding-bottom: 22px;
  overflow: hidden;
  *zoom: 1; }
  .services-and-solutions-list > ul span li > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  @media (max-width: 406px) {
    .services-and-solutions-list > ul {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .services-and-solutions-list > ul:after {
        content: " ";
        display: block;
        clear: both; }
      .services-and-solutions-list > ul span h6,
      .services-and-solutions-list > ul span ul > li {
        margin-left: 22px;
        margin-right: 22px; } }
  @media (min-width: 406px) and (max-width: 750px) {
    .services-and-solutions-list > ul {
      margin-left: 22px;
      margin-right: 22px; }
      .services-and-solutions-list > ul span {
        width: calc(50% - 11px);
        float: left; }
        .services-and-solutions-list > ul span:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both; }
        .services-and-solutions-list > ul span:nth-child(2n + 2) {
          margin-left: calc(50% + 11px);
          margin-right: -100%;
          clear: none; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .services-and-solutions-list > ul {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .services-and-solutions-list > ul:after {
        content: " ";
        display: block;
        clear: both; }
      .services-and-solutions-list > ul span {
        float: left; }
        .services-and-solutions-list > ul span:nth-child(-n+3) {
          margin-right: 22px; }
        .services-and-solutions-list > ul span:nth-child(1), .services-and-solutions-list > ul span:nth-child(3) {
          width: 160.25px; }
        .services-and-solutions-list > ul span:nth-child(2), .services-and-solutions-list > ul span:nth-child(4) {
          width: 160.25px; } }
  @media (min-width: 987px) {
    .services-and-solutions-list > ul {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .services-and-solutions-list > ul:after {
        content: " ";
        display: block;
        clear: both; }
      .services-and-solutions-list > ul span {
        width: 221px;
        float: left; }
        .services-and-solutions-list > ul span:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .services-and-solutions-list > ul span:nth-child(4n + 2) {
          margin-left: 243px;
          margin-right: -100%;
          clear: none; }
        .services-and-solutions-list > ul span:nth-child(4n + 3) {
          margin-left: 486px;
          margin-right: -100%;
          clear: none; }
        .services-and-solutions-list > ul span:nth-child(4n + 4) {
          margin-left: 729px;
          margin-right: -100%;
          clear: none; } }
  .services-and-solutions-list > ul span > li {
    margin-bottom: 14px; }
.services-and-solutions-list h6 {
  line-height: 1.8; }
.services-and-solutions-list li {
  line-height: 1.8; }

/* Layout: Share Aside
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .share:not(.mobile) {
    display: none; } }
@media (min-width: 751px) and (max-width: 986px) {
  .share:not(.mobile) {
    display: none; } }
@media (min-width: 987px) {
  .share:not(.mobile) {
    width: 140px;
    float: left;
    margin-right: 22px;
    text-align: right; } }
@media (max-width: 750px) {
  .share.for-mobile {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .share.for-mobile:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) and (max-width: 986px) {
  .share.for-mobile {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .share.for-mobile:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .share.for-mobile {
    display: none; } }
@media (max-width: 750px) {
  .share a {
    margin-left: 22px;
    margin-right: 22px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .share a {
    margin-left: 37px; } }
.share a .icon-mail {
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin-right: 9px; }

/* Module: Site Map
	 -------------------------------------------------------------------------- */
.sitemap {
  padding-top: 37px; }
  @media (max-width: 750px) {
    .sitemap {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .sitemap:after {
        content: " ";
        display: block;
        clear: both; }
      .sitemap > h3 {
        margin-left: 22px;
        margin-right: 22px;
        max-width: 545px; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .sitemap {
      width: 707px;
      margin-left: auto;
      margin-right: auto; }
      .sitemap:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 987px) {
    .sitemap {
      width: 950px;
      margin-left: auto;
      margin-right: auto; }
      .sitemap:after {
        content: " ";
        display: block;
        clear: both; } }
  .sitemap h3 {
    font-size: 23px;
    line-height: 37px;
    margin-bottom: 0; }
  .sitemap > ul {
    overflow: hidden;
    *zoom: 1; }
    @media (max-width: 750px) {
      .sitemap > ul > li {
        margin: 0 22px 22px 22px;
        max-width: 545px; } }
    @media (min-width: 751px) and (max-width: 986px) {
      .sitemap > ul > li {
        width: 221px;
        float: left;
        margin-bottom: 22px; }
        .sitemap > ul > li:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .sitemap > ul > li:nth-child(3n + 2) {
          margin-left: 243px;
          margin-right: -100%;
          clear: none; }
        .sitemap > ul > li:nth-child(3n + 3) {
          margin-left: 486px;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 987px) {
      .sitemap > ul > li {
        width: 302px;
        float: left;
        margin-bottom: 22px; }
        .sitemap > ul > li:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .sitemap > ul > li:nth-child(3n + 2) {
          margin-left: 324px;
          margin-right: -100%;
          clear: none; }
        .sitemap > ul > li:nth-child(3n + 3) {
          margin-left: 648px;
          margin-right: -100%;
          clear: none; } }

/* Module: Top Search Form Container
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .top-search-form__container {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .top-search-form__container:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 751px) {
  .top-search-form__container {
    display: table;
    text-align: left; }
    .top-search-form__container > * {
      display: table-cell;
      vertical-align: middle; } }
@media (min-width: 751px) and (max-width: 986px) {
  .top-search-form__container {
    width: 707px;
    margin-left: auto;
    margin-right: auto; }
    .top-search-form__container:after {
      content: " ";
      display: block;
      clear: both; } }
@media (min-width: 987px) {
  .top-search-form__container {
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .top-search-form__container:after {
      content: " ";
      display: block;
      clear: both; } }

/* Module: Desktop Menu Search Container: Top Search Form
	 -------------------------------------------------------------------------- */
.desktop-menu-search-container .top-search-form {
  border: 0; }

/* Module: Top Search Form
	 -------------------------------------------------------------------------- */
.top-search-form {
  padding: 23px 22px; }
  @media (max-width: 750px) {
    .top-search-form {
      width: 100%;
      float: left;
      margin-right: 22px;
      border-bottom: 1px solid;
      border-top: 1px solid; }
      .top-search-form .top-search-form__field {
        display: block;
        margin-bottom: 14px; } }
  @media (min-width: 751px) {
    .top-search-form {
      border: 1px solid; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .top-search-form {
      width: 707px; }
      .top-search-form .top-search-form__field {
        width: 501px;
        float: left; }
      .top-search-form .top-search-form__button {
        width: 140px;
        float: right;
        margin-right: 0; } }
  @media (min-width: 987px) {
    .top-search-form {
      width: 950px; }
      .top-search-form .top-search-form__field {
        width: 744px;
        float: left; }
      .top-search-form .top-search-form__button {
        width: 140px;
        float: right;
        margin-right: 0; } }
  .top-search-form button,
  .top-search-form input {
    height: 37px;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%; }
  .top-search-form input {
    border: 1px solid; }
    .top-search-form input:hover {
      border: 1px solid; }
    .top-search-form input:focus, .top-search-form input:active {
      border: 1px solid; }
    .top-search-form input:focus + label:before, .top-search-form input.active + label:before, .top-search-form input:valid + label:before {
      line-height: 1;
      padding: 0 1.5px; }
    .top-search-form input:valid {
      border: 1px solid; }
      .top-search-form input:valid + label:before {
        content: attr(alt); }
    .top-search-form input[type="search"] {
      box-sizing: border-box; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* Theme
   ========================================================================== */
/* --------------------------------------------------------------------------
 * Theme: Base Rules
   -------------------------------------------------------------------------- */
body {
  background-color: #FFFFFF;
  color: #787B7D;
  font-family: "ff-meta-serif-web-pro", Georgia, Cambria, "Times New Roman", Times, serif; }

a {
  color: #787B7D;
  text-decoration: none; }
  a:hover {
    color: #009CDC; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }

/* Module: Breadcrumbs
	-------------------------------------------------------------------------- */
.breadcrumbs li {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .breadcrumbs li:not(:last-child)::after {
    content: '\2002\003e'; }
  .breadcrumbs li:last-child {
    font-weight: bold; }

/* Theme: Careers: Introduction
	 -------------------------------------------------------------------------- */
.post--careers__introduction h1 {
  color: #31598A;
  font-size: 23px;
  line-height: 29px;
  margin-bottom: 5px;
  margin-top: 0; }
  @media (max-width: 750px) {
    .post--careers__introduction h1 {
      font-size: 1.3rem;
      line-height: 23px; } }
.post--careers__introduction p {
  color: #009CDC;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 0; }

/* Theme: Careers: Overview
	 -------------------------------------------------------------------------- */
@media (min-width: 751px) and (max-width: 986px) {
  .l-careers-overview h4 {
    line-height: 58px; } }
@media (min-width: 751px) {
  .l-careers-overview .l-careers-overview__item--publish-date h4 {
    float: right; } }
@media (min-width: 987px) {
  .l-careers-overview li {
    background-color: #FFFFFF; }
  .l-careers-overview h4 {
    line-height: 58px; } }
.l-careers-overview li:first-child {
  background-color: #FFFFFF; }
.l-careers-overview li h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 9px; }
  .l-careers-overview li h3 a {
    color: #009CDC; }
    .l-careers-overview li h3 a:hover {
      color: #403E3B; }
.l-careers-overview li h4 {
  color: #787B7D;
  font-size: 14px;
  font-weight: normal; }
.l-careers-overview li p {
  line-height: 23px;
  margin-bottom: 23px;
  margin-top: 14px; }
  .l-careers-overview li p a {
    color: #403E3B; }
    .l-careers-overview li p a:hover {
      color: #009CDC; }
.l-careers-overview li a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }
  .l-careers-overview li a:hover {
    color: #009CDC; }

/* Theme: Contact Form
	-------------------------------------------------------------------------- */
.contact-form {
  background-color: #FFFFFF;
  border-color: #787B7D; }

/* Theme: Shared Solomon Form Assets
	-------------------------------------------------------------------------- */
.solomon-form legend {
  color: #787B7D;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 23px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EEF0F1; }
.solomon-form h4, .solomon-form .solomon-label {
  color: #787B7D;
  font-size: 11px;
  font-weight: normal; }
.solomon-form input,
.solomon-form textarea,
.solomon-form select,
.solomon-form label {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #787B7D; }
.solomon-form input[type="text"],
.solomon-form input[type="email"],
.solomon-form select,
.solomon-form textarea {
  color: #403E3B; }
.solomon-form input[type="text"],
.solomon-form input[type="email"],
.solomon-form textarea,
.solomon-form select {
  border-width: 1px;
  border-style: solid;
  border-color: #EEF0F1;
  background-color: #FFFFFF;
  border-radius: 0; }
  .solomon-form input[type="text"]:active, .solomon-form input[type="text"]:focus, .solomon-form input[type="text"]:valid,
  .solomon-form input[type="email"]:active,
  .solomon-form input[type="email"]:focus,
  .solomon-form input[type="email"]:valid,
  .solomon-form textarea:active,
  .solomon-form textarea:focus,
  .solomon-form textarea:valid,
  .solomon-form select:active,
  .solomon-form select:focus,
  .solomon-form select:valid {
    border-color: #009CDC; }
.solomon-form .solomon-select::after {
  content: '';
  background: url("../images/icon-arrow.svg") no-repeat center center; }
.solomon-form input[type="radio"] + label::before,
.solomon-form input[type="checkbox"] + label::before {
  border-width: 1px;
  border-style: solid;
  border-color: #787B7D;
  background: #FFFFFF; }
.solomon-form input[type="radio"] + label::after,
.solomon-form input[type="checkbox"] + label::after {
  background-color: #009CDC;
  background-position: center center;
  background-repeat: no-repeat;
  display: none; }
.solomon-form input[type="radio"] + label::after {
  background-image: url("../images/cd-icon-radio.svg"); }
.solomon-form input[type="checkbox"] + label::after {
  background-image: url("../images/cd-icon-check.svg"); }
.solomon-form input[type="radio"]:checked + label::before,
.solomon-form input[type="radio"]:checked + label::after,
.solomon-form input[type="checkbox"]:checked + label::before,
.solomon-form input[type="checkbox"]:checked + label::after {
  -moz-animation: solomon-bounce 0.3s;
  -webkit-animation: solomon-bounce 0.3s;
  animation: solomon-bounce 0.3s; }
.solomon-form input[type="submit"] {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
  background: -moz-linear-gradient(#009cdc, #31598a);
  background: -webkit-linear-gradient(#009cdc, #31598a);
  background: linear-gradient(#009cdc, #31598a);
  color: #FFFFFF;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer; }
  .no-touch .solomon-form input[type="submit"]:hover, .solomon-form input[type="submit"]:active {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0891cf), color-stop(100%, #345171));
    background: -moz-linear-gradient(#0891cf, #345171);
    background: -webkit-linear-gradient(#0891cf, #345171);
    background: linear-gradient(#0891cf, #345171); }
.solomon-form .error-message p {
  background-color: #E4412B;
  color: #FFFFFF;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center; }
.solomon-form .error,
.solomon-form label.error {
  border-color: #E4412B !important; }

/* Theme: Global Contact Form: Header with Bleed
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .contact-form--global__header {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
@media (min-width: 751px) and (max-width: 791px) {
  .contact-form--global__header {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
@media (min-width: 987px) and (max-width: 1034px) {
  .contact-form--global__header {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
@media (min-width: 751px) and (max-width: 791px) {
  .contact-form--global__header span {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
@media (min-width: 987px) and (max-width: 1034px) {
  .contact-form--global__header span {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
@media (min-width: 792px) and (max-width: 986px) {
  .contact-form--global__header span {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
@media (min-width: 1035px) {
  .contact-form--global__header span {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
.contact-form--global__header h1,
.contact-form--global__header p {
  color: #FFFFFF;
  text-align: center; }
  @media (max-width: 750px) {
    .contact-form--global__header h1,
    .contact-form--global__header p {
      max-width: 545px; } }
.contact-form--global__header h1 {
  font-size: 37px; }
  .contact-form--global__header h1 + p {
    margin-top: 14px; }
.contact-form--global__header p {
  font-size: 23px;
  line-height: 37px; }
  @media (min-width: 987px) {
    .contact-form--global__header p {
      max-width: 707px;
      margin-left: auto;
      margin-right: auto; } }
.contact-form--global__header + .l-post {
  background-color: #FFFFFF;
  padding-top: 37px; }

/* Theme: Global Contact Form
	-------------------------------------------------------------------------- */
.contact-form--global__form {
  background-color: #FFFFFF;
  border-color: #787B7D; }

/* Theme: Directory
	 -------------------------------------------------------------------------- */
.directory > ul > li {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .directory > ul > li > h3 {
    color: #E4412B;
    font-size: 23px;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 0; }
  .directory > ul > li ul {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 23px;
    margin-bottom: 14px;
    margin-top: 9px; }
    @media (min-width: 751px) and (max-width: 986px) {
      .directory > ul > li ul > li {
        font-size: 11px;
        line-height: 18px; } }
  .directory > ul > li a {
    color: #009CDC;
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    -moz-transition-duration: color 0.3s;
    -o-transition-duration: color 0.3s;
    -webkit-transition-duration: color 0.3s;
    transition-duration: color 0.3s; }
    .directory > ul > li a:hover {
      color: #403E3B; }

/* Theme: Navigation Menu
	-------------------------------------------------------------------------- */
.navigation-menu li {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }
.navigation-menu a:not(.button):hover {
  color: #009CDC; }
@media (max-width: 406px) {
  .navigation-menu .logo a {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/solomon-associates-color-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/solomon-associates-color-2-col-width.svg');
    width: 140px;
    height: 22px; } }
  @media only screen and (max-width: 406px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 406px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 406px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 406px) and (min-device-pixel-ratio: 2), only screen and (max-width: 406px) and (min-resolution: 192dpi), only screen and (max-width: 406px) and (min-resolution: 2dppx) {
    .navigation-menu .logo a {
      background-image: url('/assets/images/solomon-associates-color-2-col-width@2x.png');
      background-image: url('/assets/images/solomon-associates-color-2-col-width.svg');
      -webkit-background-size: 140px 22px;
      -moz-background-size: 140px 22px;
      -o-background-size: 140px 22px;
      background-size: 140px 22px; } }

@media (min-width: 406px) and (max-width: 750px) {
  .navigation-menu .logo a {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/solomon-associates-color-3-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/solomon-associates-color-3-col-width.svg');
    width: 221px;
    height: 35px; } }
  @media only screen and (min-width: 406px) and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 406px) and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 2dppx) {
    .navigation-menu .logo a {
      background-image: url('/assets/images/solomon-associates-color-3-col-width@2x.png');
      background-image: url('/assets/images/solomon-associates-color-3-col-width.svg');
      -webkit-background-size: 221px 35px;
      -moz-background-size: 221px 35px;
      -o-background-size: 221px 35px;
      background-size: 221px 35px; } }

@media (max-width: 750px) {
  .navigation-menu .mobile-logo-wrapper {
    background-color: #FFFFFF;
    border-bottom-color: #EEF0F1; }
  .navigation-menu h1 {
    font-size: 14px;
    line-height: 4.4; }
  .navigation-menu li {
    font-size: 11px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .navigation-menu .logo a {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/solomon-associates-color-3-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/solomon-associates-color-3-col-width.svg');
    width: 221px;
    height: 35px; } }
  @media only screen and (min-width: 751px) and (max-width: 986px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (max-width: 986px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (max-width: 986px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (max-width: 986px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (max-width: 986px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (max-width: 986px) and (min-resolution: 2dppx) {
    .navigation-menu .logo a {
      background-image: url('/assets/images/solomon-associates-color-3-col-width@2x.png');
      background-image: url('/assets/images/solomon-associates-color-3-col-width.svg');
      -webkit-background-size: 221px 35px;
      -moz-background-size: 221px 35px;
      -o-background-size: 221px 35px;
      background-size: 221px 35px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .navigation-menu h1,
  .navigation-menu nav > ul > li {
    font-size: 14px; } }
@media (min-width: 751px) {
  .navigation-menu nav > ul .services-and-solutions-trigger.is-open {
    background-color: #EEF0F1; }
  .navigation-menu nav > ul .search-trigger .search-icon {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/search.svg');
    width: 42px;
    height: 42px;
    height: 61.6px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .navigation-menu nav > ul .search-trigger .search-icon {
      background-image: url('/assets/images/search@2x.png');
      background-image: url('/assets/images/search.svg');
      -webkit-background-size: 42px 42px;
      -moz-background-size: 42px 42px;
      -o-background-size: 42px 42px;
      background-size: 42px 42px; } }
@media (min-width: 751px) {
    .navigation-menu nav > ul .search-trigger .search-icon:hover {
      text-indent: -119988px;
      text-align: left;
      text-transform: capitalize;
      background-image: url('/assets/images/search-hover.png');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url('/assets/images/search-hover.svg');
      width: 42px;
      height: 42px;
      height: 61.6px; } }
    @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
      .navigation-menu nav > ul .search-trigger .search-icon:hover {
        background-image: url('/assets/images/search-hover@2x.png');
        background-image: url('/assets/images/search-hover.svg');
        -webkit-background-size: 42px 42px;
        -moz-background-size: 42px 42px;
        -o-background-size: 42px 42px;
        background-size: 42px 42px; } }
@media (min-width: 751px) {
  .navigation-menu nav > ul .search-trigger.is-open .search-icon {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/search-open.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/search-open.svg');
    width: 42px;
    height: 42px;
    height: 61.6px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .navigation-menu nav > ul .search-trigger.is-open .search-icon {
      background-image: url('/assets/images/search-open@2x.png');
      background-image: url('/assets/images/search-open.svg');
      -webkit-background-size: 42px 42px;
      -moz-background-size: 42px 42px;
      -o-background-size: 42px 42px;
      background-size: 42px 42px; } }
@media (min-width: 751px) {
    .navigation-menu nav > ul .search-trigger.is-open .search-icon:hover {
      text-indent: -119988px;
      text-align: left;
      text-transform: capitalize;
      background-image: url('/assets/images/search-open-hover.png');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url('/assets/images/search-open-hover.svg');
      width: 42px;
      height: 42px;
      height: 61.6px; } }
    @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
      .navigation-menu nav > ul .search-trigger.is-open .search-icon:hover {
        background-image: url('/assets/images/search-open-hover@2x.png');
        background-image: url('/assets/images/search-open-hover.svg');
        -webkit-background-size: 42px 42px;
        -moz-background-size: 42px 42px;
        -o-background-size: 42px 42px;
        background-size: 42px 42px; } }
@media (min-width: 751px) {
  .navigation-menu .has-button .button {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a);
    color: #FFFFFF; }
    .navigation-menu .has-button .button:hover {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0891cf), color-stop(100%, #345171));
      background: -moz-linear-gradient(#0891cf, #345171);
      background: -webkit-linear-gradient(#0891cf, #345171);
      background: linear-gradient(#0891cf, #345171); } }
@media (min-width: 987px) {
  .navigation-menu .logo a {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/solomon-associates-color-3-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/solomon-associates-color-3-col-width.svg');
    width: 221px;
    height: 35px; } }
  @media only screen and (min-width: 987px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 987px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 987px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 987px) and (min-device-pixel-ratio: 2), only screen and (min-width: 987px) and (min-resolution: 192dpi), only screen and (min-width: 987px) and (min-resolution: 2dppx) {
    .navigation-menu .logo a {
      background-image: url('/assets/images/solomon-associates-color-3-col-width@2x.png');
      background-image: url('/assets/images/solomon-associates-color-3-col-width.svg');
      -webkit-background-size: 221px 35px;
      -moz-background-size: 221px 35px;
      -o-background-size: 221px 35px;
      background-size: 221px 35px; } }
@media (min-width: 987px) {
  .navigation-menu h1,
  .navigation-menu nav > ul > li {
    font-size: 14px; } }

/*	Theme: Desktop Menu Search Form
	-------------------------------------------------------------------------- */
.desktop-menu-search-container {
  background-color: #EEF0F1; }

.search-form input {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  background-color: #FFFFFF;
  border-color: #403E3B;
  border-radius: 0;
  box-shadow: none;
  font-size: 1em;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  outline: none; }
  .search-form input:hover {
    border-color: #403E3B; }
  .search-form input:focus, .search-form input:active {
    border-color: #009CDC; }
    .search-form input:focus + label:before, .search-form input:active + label:before {
      color: #009CDC; }
  .search-form input + label {
    font-size: 1em; }
    .search-form input + label:before {
      color: #787B7D;
      -webkit-transition-property: -webkit-transform, color;
      transition-property: transform, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  .search-form input:valid {
    border-color: #009CDC;
    color: #403E3B; }
.search-form input:focus + label:before, .search-form input.active + label:before, .search-form input:valid + label:before {
  -webkit-transform: translateY(-18.5px) translateY(-1px) scale(0.8, 0.8);
  transform: translateY(-18.5px) translateY(-1px) scale(0.8, 0.8); }
.search-form .button {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
  background: -moz-linear-gradient(#009cdc, #31598a);
  background: -webkit-linear-gradient(#009cdc, #31598a);
  background: linear-gradient(#009cdc, #31598a);
  border: none;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: bold;
  text-align: left; }
  .search-form .button:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0891cf), color-stop(100%, #345171));
    background: -moz-linear-gradient(#0891cf, #345171);
    background: -webkit-linear-gradient(#0891cf, #345171);
    background: linear-gradient(#0891cf, #345171); }

/*	Theme: Mobile Dropdown Menu
	-------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .mobile-dropdown-trigger {
    color: #787B7D;
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold; }
    .mobile-dropdown-trigger::before, .mobile-dropdown-trigger::after {
      background: #787B7D;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .mobile-dropdown-trigger:hover::before, .mobile-dropdown-trigger:hover::after {
      background: #009CDC; }

  .mobile-dropdown {
    background-color: #FFFFFF;
    color: #787B7D; }
    .mobile-dropdown h2 {
      color: #787B7D;
      background-color: #FFFFFF; }
    .mobile-dropdown .mobile-menu-close {
      color: #787B7D;
      font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: bold; }
      .mobile-dropdown .mobile-menu-close::before, .mobile-dropdown .mobile-menu-close::after {
        background: #787B7D;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .mobile-dropdown .mobile-menu-close:hover::before, .mobile-dropdown .mobile-menu-close:hover::after {
        background: #009CDC; }

  .mobile-dropdown-content li a, .mobile-dropdown-content ul li a {
    color: #787B7D;
    font-size: 14px;
    border-top-color: #EEF0F1 !important; }
  .mobile-dropdown-content li:last-of-type > a, .mobile-dropdown-content ul li:last-of-type > a {
    border-bottom-color: #EEF0F1 !important; }

  .has-button .button span {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a);
    color: #FFFFFF; }
    .has-button .button span:hover {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0891cf), color-stop(100%, #345171));
      background: -moz-linear-gradient(#0891cf, #345171);
      background: -webkit-linear-gradient(#0891cf, #345171);
      background: linear-gradient(#0891cf, #345171); }

  button,
  input,
  label {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

  input,
  input[type="search"] {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color: #FFFFFF;
    border-color: #EEF0F1;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none; }
    input:hover,
    input[type="search"]:hover {
      border-color: #EEF0F1; } }
/* Theme: Navigation: Footer
   -------------------------------------------------------------------------- */
.l-nav--footer li {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }
.l-nav--footer a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .l-nav--footer a:hover {
    color: #009CDC; }
@media (max-width: 750px) {
  .l-nav--footer .logo a {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/solomon-associates-gray.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/solomon-associates-gray.svg');
    width: 221px;
    height: 35px; } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .l-nav--footer .logo a {
      background-image: url('/assets/images/solomon-associates-gray@2x.png');
      background-image: url('/assets/images/solomon-associates-gray.svg');
      -webkit-background-size: 221px 35px;
      -moz-background-size: 221px 35px;
      -o-background-size: 221px 35px;
      background-size: 221px 35px; } }
@media (max-width: 750px) {
  .l-nav--footer h1,
  .l-nav--footer li {
    font-size: 11px; }
  .l-nav--footer li {
    font-size: 11px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-nav--footer .logo a {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/solomon-associates-gray.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/solomon-associates-gray.svg');
    width: 221px;
    height: 35px; } }
  @media only screen and (min-width: 751px) and (max-width: 986px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (max-width: 986px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (max-width: 986px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (max-width: 986px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (max-width: 986px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (max-width: 986px) and (min-resolution: 2dppx) {
    .l-nav--footer .logo a {
      background-image: url('/assets/images/solomon-associates-gray@2x.png');
      background-image: url('/assets/images/solomon-associates-gray.svg');
      -webkit-background-size: 221px 35px;
      -moz-background-size: 221px 35px;
      -o-background-size: 221px 35px;
      background-size: 221px 35px; } }
@media (min-width: 751px) and (max-width: 986px) {
  .l-nav--footer h1,
  .l-nav--footer li {
    font-size: 11px; } }
@media (min-width: 987px) {
  .l-nav--footer .logo a {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/solomon-associates-gray.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/solomon-associates-gray.svg');
    width: 221px;
    height: 35px; } }
  @media only screen and (min-width: 987px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 987px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 987px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 987px) and (min-device-pixel-ratio: 2), only screen and (min-width: 987px) and (min-resolution: 192dpi), only screen and (min-width: 987px) and (min-resolution: 2dppx) {
    .l-nav--footer .logo a {
      background-image: url('/assets/images/solomon-associates-gray@2x.png');
      background-image: url('/assets/images/solomon-associates-gray.svg');
      -webkit-background-size: 221px 35px;
      -moz-background-size: 221px 35px;
      -o-background-size: 221px 35px;
      background-size: 221px 35px; } }
@media (min-width: 987px) {
  .l-nav--footer h1,
  .l-nav--footer li {
    font-size: 14px; } }

.l-nav--footer__list--meta a {
  color: #787B7D; }

.l-nav--footer__list--connect-with-us a,
.telephone {
  color: #403E3B; }

/* Theme: For More: Aside: Information
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .for-more__subscription-deadline > h3,
  .for-more__subscription-deadline > p,
  .for-more__subscription-deadline > ul {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }
.for-more__subscription-deadline > h3 {
  color: #E4412B;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 14px; }
  .for-more__subscription-deadline > h3 + p, .for-more__subscription-deadline > h3 + ul {
    margin-top: 0; }
.for-more__subscription-deadline a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #009CDC;
  font-weight: bold; }
  .for-more__subscription-deadline a:hover {
    color: #403E3B; }
.for-more__subscription-deadline > p {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 23px;
  margin-bottom: 14px;
  margin-top: 14px; }
  @media (max-width: 750px) {
    .for-more__subscription-deadline > p {
      margin-left: 22px;
      margin-right: 22px; } }
.for-more__subscription-deadline > ul {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 23px;
  margin-bottom: 14px;
  margin-top: 14px; }

/* Theme: For More: Aside: Information
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .for-more__information > h3,
  .for-more__information > p,
  .for-more__information > ul {
    margin-left: 22px;
    margin-right: 22px;
    max-width: 545px; } }
.for-more__information > h3 {
  color: #E4412B;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 14px; }
  .for-more__information > h3 + p, .for-more__information > h3 + ul {
    margin-top: 0; }
.for-more__information a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #009CDC;
  font-weight: bold; }
  .for-more__information a:hover {
    color: #403E3B; }
.for-more__information > p {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 23px;
  margin-bottom: 14px;
  margin-top: 14px; }
  @media (max-width: 750px) {
    .for-more__information > p {
      margin-left: 22px;
      margin-right: 22px; } }
.for-more__information > ul {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 23px;
  margin-bottom: 14px;
  margin-top: 14px; }

/* Theme: For More: Presenter
	 -------------------------------------------------------------------------- */
.for-more__presenter a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #009CDC;
  font-weight: bold; }
  .for-more__presenter a:hover {
    color: #403E3B; }
@media (max-width: 750px) {
  .for-more__presenter:not(.for-mobile) {
    display: none; } }
@media (min-width: 751px) {
  .for-more__presenter.for-mobile {
    display: none; } }

.for-more__presenter__headline {
  color: #E4412B;
  font-size: 23px;
  font-weight: bold;
  line-height: 29px; }

.for-more__presenter__information {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 23px;
  margin-bottom: 14px; }

/* Theme: For More: Related Materials
	 -------------------------------------------------------------------------- */
.for-more__related-materials h3 {
  color: #E4412B;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 14px; }
  @media (max-width: 750px) {
    .for-more__related-materials h3 {
      margin-left: 22px;
      margin-right: 22px;
      max-width: 545px; } }
.for-more__related-materials a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #009CDC;
  font-weight: bold; }
  .for-more__related-materials a:hover {
    color: #403E3B; }
.for-more__related-materials .for-more__related-materials__image-link h4 {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #FFFFFF;
  color: #009CDC; }
.for-more__related-materials .for-more__related-materials__image-link:hover h4 {
  color: #403E3B; }
.for-more__related-materials .for-more__related-materials__image-link:hover .for-more__related-materials__image:after {
  opacity: 100; }
.for-more__related-materials .for-more__related-materials__image:after {
  overflow: hidden;
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  background-size: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODkxY2YiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDUxNzEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(8, 145, 207, 0.5)), color-stop(50%, rgba(8, 145, 207, 0)), color-stop(100%, rgba(8, 145, 207, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(52, 81, 113, 0)), color-stop(50%, rgba(52, 81, 113, 0)), color-stop(100%, rgba(52, 81, 113, 0.5)));
  background-image: -moz-linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), -moz-linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  background-image: -webkit-linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), -webkit-linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  background-image: linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  content: "gradient photo filter";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.for-more__related-materials h4 {
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3rem; }

/* Theme: For More: Get Sample
	-------------------------------------------------------------------------- */
.for-more__get-sample {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
  background: -moz-linear-gradient(#009cdc, #31598a);
  background: -webkit-linear-gradient(#009cdc, #31598a);
  background: linear-gradient(#009cdc, #31598a); }
  .for-more__get-sample h2 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    line-height: 29px; }
    .for-more__get-sample h2 + .get-sample-form {
      margin-top: 14px; }
  .for-more__get-sample p {
    color: #FFFFFF;
    line-height: 23px; }

/* Theme: Get Sample Form
	-------------------------------------------------------------------------- */
.get-sample-form input,
.get-sample-form select {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px; }
.get-sample-form input[type="text"],
.get-sample-form input[type="email"] {
  color: #403E3B; }
.get-sample-form select {
  color: #403E3B; }
.get-sample-form input[type="text"],
.get-sample-form input[type="email"],
.get-sample-form select {
  border-width: 1px;
  border-style: solid;
  border-color: #EEF0F1;
  background-color: #FFFFFF;
  border-radius: 0; }
  .get-sample-form input[type="text"]:active, .get-sample-form input[type="text"]:focus, .get-sample-form input[type="text"]:valid,
  .get-sample-form input[type="email"]:active,
  .get-sample-form input[type="email"]:focus,
  .get-sample-form input[type="email"]:valid,
  .get-sample-form select:active,
  .get-sample-form select:focus,
  .get-sample-form select:valid {
    border-color: #009CDC; }
.get-sample-form input[type="submit"] {
  background: transparent;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer; }
  .no-touch .get-sample-form input[type="submit"]:hover, .get-sample-form input[type="submit"]:active {
    background-color: #FFFFFF;
    color: #31598A; }
.get-sample-form .error-message p {
  background-color: #E4412B;
  color: #FFFFFF;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center; }
.get-sample-form .error,
.get-sample-form label.error {
  border-color: #E4412B !important; }
.get-sample-form .get-sample-select::after {
  content: '';
  background: url("../images/icon-arrow.svg") no-repeat center center; }

/* Theme: Hero
	-------------------------------------------------------------------------- */
.hero__image::before {
  background-color: rgba(0, 0, 0, 0.375); }

.hero__content,
.hero__content a {
  color: #FFFFFF; }

.hero__content a:hover {
  color: #009CDC; }

.hero__masthead__header h1 {
  line-height: 1; }
  .hero__masthead__header h1 span {
    display: block; }
@media (max-width: 406px) {
  .hero__masthead__header h1 {
    font-size: 29px; } }
@media (min-width: 406px) and (max-width: 750px) {
  .hero__masthead__header h1 {
    font-size: 47px; } }
@media (min-width: 751px) {
  .hero__masthead__header h1 {
    font-size: 59px; } }

/* Theme: Home: Introduction
	-------------------------------------------------------------------------- */
.home__introduction {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
  background-image: -moz-linear-gradient(#009cdc, #31598a);
  background-image: -webkit-linear-gradient(#009cdc, #31598a);
  background-image: linear-gradient(#009cdc, #31598a); }
  .home__introduction h2 {
    color: #FFFFFF;
    font-size: 37px;
    font-weight: bold;
    line-height: 2;
    text-align: center; }
    @media (max-width: 750px) {
      .home__introduction h2 {
        font-size: 29px; } }
  .home__introduction p {
    color: #FFFFFF;
    font-size: 23px;
    line-height: 37px;
    text-align: center; }
    @media (max-width: 750px) {
      .home__introduction p {
        font-size: 18px;
        line-height: 29px; } }
  .home__introduction sup {
    font-size: 30%;
    top: -1.6em; }

/* Theme: Home: Upcoming Studies
	-------------------------------------------------------------------------- */
.home__upcoming-studies h3 {
  color: #E4412B; }
.home__upcoming-studies time {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
.home__upcoming-studies .home__upcoming-studies__image-link h4 {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #FFFFFF;
  color: #009CDC; }
.home__upcoming-studies .home__upcoming-studies__image-link:hover h4 {
  color: #403E3B; }
.home__upcoming-studies .home__upcoming-studies__image-link:hover .home__upcoming-studies__image:after {
  opacity: 100; }
.home__upcoming-studies .home__upcoming-studies__image:after {
  overflow: hidden;
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  background-size: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODkxY2YiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDUxNzEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(8, 145, 207, 0.5)), color-stop(50%, rgba(8, 145, 207, 0)), color-stop(100%, rgba(8, 145, 207, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(52, 81, 113, 0)), color-stop(50%, rgba(52, 81, 113, 0)), color-stop(100%, rgba(52, 81, 113, 0.5)));
  background-image: -moz-linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), -moz-linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  background-image: -webkit-linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), -webkit-linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  background-image: linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  content: "gradient photo filter";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* Theme: Home: Latest News Overview
	-------------------------------------------------------------------------- */
.home__latest-news-overview h4 {
  color: #E4412B; }
.home__latest-news-overview li {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
.home__latest-news-overview a {
  font-weight: bold;
  color: #009CDC;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .home__latest-news-overview a:hover {
    color: #403E3B; }

/* Theme: Gallery
	 -------------------------------------------------------------------------- */
.gallery li a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #403E3B; }
  .gallery li a:hover {
    color: #009CDC; }
.gallery li h4 {
  font-weight: bold; }
.gallery li h5 {
  color: #787B7D; }
.gallery li .gallery__image-link h4 {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #FFFFFF;
  color: #009CDC; }
.gallery li .gallery__image-link:hover h4 {
  color: #403E3B; }
.gallery li .gallery__image-link:hover .gallery__image:after {
  opacity: 100; }
.gallery li .gallery__image:after {
  overflow: hidden;
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  background-size: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODkxY2YiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDUxNzEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(8, 145, 207, 0.5)), color-stop(50%, rgba(8, 145, 207, 0)), color-stop(100%, rgba(8, 145, 207, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(52, 81, 113, 0)), color-stop(50%, rgba(52, 81, 113, 0)), color-stop(100%, rgba(52, 81, 113, 0.5)));
  background-image: -moz-linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), -moz-linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  background-image: -webkit-linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), -webkit-linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  background-image: linear-gradient(rgba(8, 145, 207, 0.5) 0%, rgba(8, 145, 207, 0) 50%, rgba(8, 145, 207, 0) 100%), linear-gradient(rgba(52, 81, 113, 0) 0%, rgba(52, 81, 113, 0) 50%, rgba(52, 81, 113, 0.5) 100%);
  content: "gradient photo filter";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* Theme: Header with Bleed
	 -------------------------------------------------------------------------- */
@media (max-width: 750px) {
  .header-with-bleed {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
@media (min-width: 751px) and (max-width: 791px) {
  .header-with-bleed {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
@media (min-width: 987px) and (max-width: 1034px) {
  .header-with-bleed {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a); } }
.header-with-bleed h1 {
  color: #FFFFFF;
  font-size: 23px; }
  @media (min-width: 751px) and (max-width: 791px) {
    .header-with-bleed h1 {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
      background: -moz-linear-gradient(#009cdc, #31598a);
      background: -webkit-linear-gradient(#009cdc, #31598a);
      background: linear-gradient(#009cdc, #31598a); } }
  @media (min-width: 987px) and (max-width: 1034px) {
    .header-with-bleed h1 {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
      background: -moz-linear-gradient(#009cdc, #31598a);
      background: -webkit-linear-gradient(#009cdc, #31598a);
      background: linear-gradient(#009cdc, #31598a); } }
  @media (min-width: 792px) and (max-width: 986px) {
    .header-with-bleed h1 {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
      background: -moz-linear-gradient(#009cdc, #31598a);
      background: -webkit-linear-gradient(#009cdc, #31598a);
      background: linear-gradient(#009cdc, #31598a); } }
  @media (min-width: 1035px) {
    .header-with-bleed h1 {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
      background: -moz-linear-gradient(#009cdc, #31598a);
      background: -webkit-linear-gradient(#009cdc, #31598a);
      background: linear-gradient(#009cdc, #31598a); } }
.header-with-bleed + .l-post {
  background-color: #FFFFFF;
  padding-top: 37px; }

/* Theme: Study
	 -------------------------------------------------------------------------- */
.l-secondary-page {
  background-color: #FFFFFF; }

/* Theme: News: Overview
	 -------------------------------------------------------------------------- */
@media (min-width: 751px) and (max-width: 986px) {
  .l-news-overview time {
    line-height: 37px; } }
@media (min-width: 751px) {
  .l-news-overview .l-news-overview__item--publish-date time {
    float: right; } }
@media (min-width: 987px) {
  .l-news-overview li {
    background-color: #FFFFFF; }
  .l-news-overview time {
    line-height: 37px; } }
.l-news-overview li:first-child {
  background-color: #FFFFFF; }
.l-news-overview li h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3; }
  .l-news-overview li h3 a {
    color: #009CDC; }
    .l-news-overview li h3 a:hover {
      color: #403E3B; }
.l-news-overview li time {
  color: #787B7D;
  font-size: 14px;
  font-weight: normal; }
.l-news-overview li p {
  line-height: 23px;
  margin-bottom: 23px;
  margin-top: 14px; }
  .l-news-overview li p a {
    color: #403E3B; }
    .l-news-overview li p a:hover {
      color: #009CDC; }
.l-news-overview li a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }
  .l-news-overview li a:hover {
    color: #009CDC; }

/* Theme: Article
	 -------------------------------------------------------------------------- */
.l-news-article {
  background-color: #FFFFFF; }

/* Theme: Article: Introduction
	 -------------------------------------------------------------------------- */
.post--news__introduction h1 {
  color: #31598A;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 0; }
  @media (max-width: 750px) {
    .post--news__introduction h1 {
      font-size: 23px;
      line-height: 1.61803; } }
.post--news__introduction p {
  color: #009CDC;
  font-size: 14px;
  line-height: 1.61803;
  margin-bottom: 0;
  margin-top: 0; }

/* Theme: Newsletter: Heading
	 -------------------------------------------------------------------------- */
.newsletter__heading {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
  background: -moz-linear-gradient(#009cdc, #31598a);
  background: -webkit-linear-gradient(#009cdc, #31598a);
  background: linear-gradient(#009cdc, #31598a); }
  .newsletter__heading h1 {
    color: #FFFFFF;
    font-size: 23px;
    line-height: 29px; }
  .newsletter__heading p {
    color: #FFFFFF;
    font-size: 14px; }

/* Theme: Newsletter: Subscribe
	 -------------------------------------------------------------------------- */
.newsletter__subscribe {
  background-color: #FFFFFF; }
  @media (max-width: 750px) {
    .newsletter__subscribe {
      border-bottom-color: #787B7D;
      border-top-color: #787B7D; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .newsletter__subscribe {
      border-color: #787B7D; } }
  @media (min-width: 987px) {
    .newsletter__subscribe {
      border-color: #787B7D; } }
  .newsletter__subscribe button,
  .newsletter__subscribe input,
  .newsletter__subscribe label {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .newsletter__subscribe input {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color: #FFFFFF;
    border-color: #EEF0F1;
    border-radius: 0;
    box-shadow: none;
    font-size: 1em;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none; }
    .newsletter__subscribe input:hover {
      border-color: #EEF0F1; }
    .newsletter__subscribe input:focus, .newsletter__subscribe input:active {
      border-color: #009CDC; }
      .newsletter__subscribe input:focus + label:before, .newsletter__subscribe input:active + label:before {
        color: #009CDC; }
    .newsletter__subscribe input + label {
      font-size: 1em; }
      .newsletter__subscribe input + label:before {
        color: #787B7D;
        -webkit-transition-property: -webkit-transform, color;
        transition-property: transform, color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center; }
    .newsletter__subscribe input:focus + label:before, .newsletter__subscribe input.active + label:before, .newsletter__subscribe input:valid + label:before {
      background: #FFFFFF; }
    .newsletter__subscribe input:valid {
      border-color: #009CDC; }
      .newsletter__subscribe input:valid + label:before {
        content: attr(alt);
        color: #009CDC; }
  .newsletter__subscribe input:not(.button):focus + label:before, .newsletter__subscribe input:not(.button).active + label:before, .newsletter__subscribe input:not(.button):valid + label:before {
    -webkit-transform: translateY(-21.5px) translateY(-1px) scale(0.8, 0.8);
    transform: translateY(-21.5px) translateY(-1px) scale(0.8, 0.8); }
  .newsletter__subscribe button {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a);
    border: none;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    text-align: left; }
    .newsletter__subscribe button:hover {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0891cf), color-stop(100%, #345171));
      background: -moz-linear-gradient(#0891cf, #345171);
      background: -webkit-linear-gradient(#0891cf, #345171);
      background: linear-gradient(#0891cf, #345171); }

/* Theme: Pagination Links
   -------------------------------------------------------------------------- */
.pagination__item a,
.pagination__next a,
.pagination__previous a {
  color: #009CDC;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s; }
  .pagination__item a:hover,
  .pagination__next a:hover,
  .pagination__previous a:hover {
    color: #403E3B; }

.pagination__current {
  color: #403E3B; }

.pagination__item a {
  font-weight: normal; }

.pagination__next a,
.pagination__previous a {
  font-weight: bold; }

.pagination__previous a::before, .pagination__previous a::after,
.pagination__next a::before,
.pagination__next a::after {
  background-color: #009CDC; }

/* Theme: Post: Introduction
	-------------------------------------------------------------------------- */
.post__introduction h1 {
  color: #31598A; }
@media (max-width: 406px) {
  .post__introduction h1 {
    font-size: 18px;
    line-height: 23px; } }
@media (min-width: 406px) and (max-width: 750px) {
  .post__introduction h1 {
    font-size: 29px;
    line-height: 37px; } }
@media (min-width: 751px) {
  .post__introduction h1 {
    font-size: 47px;
    line-height: 1; } }
.post__introduction h1 + ul,
.post__introduction h1 + p {
  margin-top: 14px; }
.post__introduction li,
.post__introduction p {
  color: #009CDC;
  font-size: 23px;
  line-height: 1.309; }
  @media (max-width: 750px) {
    .post__introduction li,
    .post__introduction p {
      font-size: 18px; } }
  .post__introduction li a,
  .post__introduction p a {
    color: #009CDC;
    text-decoration: underline;
    -moz-transition: color, 0.3s;
    -o-transition: color, 0.3s;
    -webkit-transition: color, 0.3s;
    transition: color, 0.3s; }
    .post__introduction li a:hover,
    .post__introduction p a:hover {
      color: #403E3B; }

/* Theme: Post: Introduction: Get Sample Button
	-------------------------------------------------------------------------- */
.button--get-sample {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
  background: -moz-linear-gradient(#009cdc, #31598a);
  background: -webkit-linear-gradient(#009cdc, #31598a);
  background: linear-gradient(#009cdc, #31598a);
  color: #FFFFFF !important;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none !important; }
  .no-touch .button--get-sample:hover, .button--get-sample:active {
    color: #FFFFFF;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0891cf), color-stop(100%, #345171));
    background: -moz-linear-gradient(#0891cf, #345171);
    background: -webkit-linear-gradient(#0891cf, #345171);
    background: linear-gradient(#0891cf, #345171); }

/* Theme: Post: Content
	-------------------------------------------------------------------------- */
.post__content h2 {
  color: #E4412B;
  font-size: 23px;
  font-weight: bold;
  line-height: 29px; }
.post__content p {
  line-height: 23px; }
  .post__content p a {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    color: #009CDC;
    -moz-transition: color, 0.3s;
    -o-transition: color, 0.3s;
    -webkit-transition: color, 0.3s;
    transition: color, 0.3s; }
    .post__content p a:hover {
      color: #403E3B; }
.post__content ul {
  list-style: disc; }
  .post__content ul ul {
    list-style: circle; }
.post__content ol {
  list-style: decimal; }
  .post__content ol ol {
    list-style: lower-latin; }
.post__content ul,
.post__content ol {
  line-height: 23px; }
.post__content strong {
  font-weight: bold; }
.post__content figcaption {
  font-style: italic;
  color: #403E3B; }

/* Theme: Poster
	-------------------------------------------------------------------------- */
.poster__image::before {
  background-color: rgba(0, 0, 0, 0.5); }

.poster__content,
.poster__content a {
  color: #FFFFFF; }

.poster__content a:hover {
  color: #009CDC; }

.poster__masthead__header h1,
.poster__masthead__header h2 {
  line-height: 1; }
.poster__masthead__header sup {
  font-size: 30%;
  top: -1.6em; }
@media (max-width: 406px) {
  .poster__masthead__header h1:not(.long) {
    font-size: 29px; }
  .poster__masthead__header h1.long {
    font-size: 23px; }
  .poster__masthead__header h1.extra.long {
    font-size: 18px; }
  .poster__masthead__header h2 {
    font-size: 14px; } }
@media (min-width: 406px) and (max-width: 750px) {
  .poster__masthead__header h1:not(.long) {
    font-size: 47px; }
  .poster__masthead__header h1.long {
    font-size: 37px; }
  .poster__masthead__header h1.extra.long {
    font-size: 29px; }
  .poster__masthead__header h2 {
    font-size: 23px; } }
@media (min-width: 751px) {
  .poster__masthead__header h1:not(.long) {
    font-size: 59px; }
  .poster__masthead__header h1.long {
    font-size: 47px; }
  .poster__masthead__header h1.extra.long {
    font-size: 37px; }
  .poster__masthead__header h2 {
    font-size: 23px; } }

@media (max-width: 750px) {
  .icon-advisory {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/advisory-1-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/advisory-1-col-width.svg');
    width: 59px;
    height: 59px; } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-advisory {
      background-image: url('/assets/images/advisory-1-col-width@2x.png');
      background-image: url('/assets/images/advisory-1-col-width.svg');
      -webkit-background-size: 59px 59px;
      -moz-background-size: 59px 59px;
      -o-background-size: 59px 59px;
      background-size: 59px 59px; } }

@media (min-width: 406px) and (max-width: 750px) {
  .icon-advisory {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/advisory-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/advisory-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 406px) and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 406px) and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-advisory {
      background-image: url('/assets/images/advisory-2-col-width@2x.png');
      background-image: url('/assets/images/advisory-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (min-width: 751px) {
  .icon-advisory {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/advisory-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/advisory-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .icon-advisory {
      background-image: url('/assets/images/advisory-2-col-width@2x.png');
      background-image: url('/assets/images/advisory-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (max-width: 750px) {
  .icon-applications {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/applications-1-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/applications-1-col-width.svg');
    width: 59px;
    height: 59px; } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-applications {
      background-image: url('/assets/images/applications-1-col-width@2x.png');
      background-image: url('/assets/images/applications-1-col-width.svg');
      -webkit-background-size: 59px 59px;
      -moz-background-size: 59px 59px;
      -o-background-size: 59px 59px;
      background-size: 59px 59px; } }

@media (min-width: 406px) and (max-width: 750px) {
  .icon-applications {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/applications-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/applications-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 406px) and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 406px) and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-applications {
      background-image: url('/assets/images/applications-2-col-width@2x.png');
      background-image: url('/assets/images/applications-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (min-width: 751px) {
  .icon-applications {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/applications-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/applications-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .icon-applications {
      background-image: url('/assets/images/applications-2-col-width@2x.png');
      background-image: url('/assets/images/applications-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (max-width: 750px) {
  .icon-benchmarking {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/benchmarking-1-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/benchmarking-1-col-width.svg');
    width: 59px;
    height: 59px; } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-benchmarking {
      background-image: url('/assets/images/benchmarking-1-col-width@2x.png');
      background-image: url('/assets/images/benchmarking-1-col-width.svg');
      -webkit-background-size: 59px 59px;
      -moz-background-size: 59px 59px;
      -o-background-size: 59px 59px;
      background-size: 59px 59px; } }

@media (min-width: 406px) and (max-width: 750px) {
  .icon-benchmarking {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/benchmarking-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/benchmarking-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 406px) and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 406px) and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-benchmarking {
      background-image: url('/assets/images/benchmarking-2-col-width@2x.png');
      background-image: url('/assets/images/benchmarking-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (min-width: 751px) {
  .icon-benchmarking {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/benchmarking-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/benchmarking-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .icon-benchmarking {
      background-image: url('/assets/images/benchmarking-2-col-width@2x.png');
      background-image: url('/assets/images/benchmarking-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (max-width: 750px) {
  .icon-forecasting {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/forecasting-1-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/forecasting-1-col-width.svg');
    width: 59px;
    height: 59px; } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-forecasting {
      background-image: url('/assets/images/forecasting-1-col-width@2x.png');
      background-image: url('/assets/images/forecasting-1-col-width.svg');
      -webkit-background-size: 59px 59px;
      -moz-background-size: 59px 59px;
      -o-background-size: 59px 59px;
      background-size: 59px 59px; } }

@media (min-width: 406px) and (max-width: 750px) {
  .icon-forecasting {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/forecasting-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/forecasting-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 406px) and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 406px) and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-forecasting {
      background-image: url('/assets/images/forecasting-2-col-width@2x.png');
      background-image: url('/assets/images/forecasting-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (min-width: 751px) {
  .icon-forecasting {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/forecasting-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/forecasting-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .icon-forecasting {
      background-image: url('/assets/images/forecasting-2-col-width@2x.png');
      background-image: url('/assets/images/forecasting-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (max-width: 750px) {
  .icon-insights {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/insights-1-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/insights-1-col-width.svg');
    width: 59px;
    height: 59px; } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-insights {
      background-image: url('/assets/images/insights-1-col-width@2x.png');
      background-image: url('/assets/images/insights-1-col-width.svg');
      -webkit-background-size: 59px 59px;
      -moz-background-size: 59px 59px;
      -o-background-size: 59px 59px;
      background-size: 59px 59px; } }

@media (min-width: 406px) and (max-width: 750px) {
  .icon-insights {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/insights-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/insights-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 406px) and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 406px) and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-insights {
      background-image: url('/assets/images/insights-2-col-width@2x.png');
      background-image: url('/assets/images/insights-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (min-width: 751px) {
  .icon-insights {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/insights-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/insights-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .icon-insights {
      background-image: url('/assets/images/insights-2-col-width@2x.png');
      background-image: url('/assets/images/insights-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (max-width: 750px) {
  .icon-monitoring {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/monitoring-1-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/monitoring-1-col-width.svg');
    width: 59px;
    height: 59px; } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-monitoring {
      background-image: url('/assets/images/monitoring-1-col-width@2x.png');
      background-image: url('/assets/images/monitoring-1-col-width.svg');
      -webkit-background-size: 59px 59px;
      -moz-background-size: 59px 59px;
      -o-background-size: 59px 59px;
      background-size: 59px 59px; } }

@media (min-width: 406px) and (max-width: 750px) {
  .icon-monitoring {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/monitoring-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/monitoring-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 406px) and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 406px) and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-monitoring {
      background-image: url('/assets/images/monitoring-2-col-width@2x.png');
      background-image: url('/assets/images/monitoring-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (min-width: 751px) {
  .icon-monitoring {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/monitoring-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/monitoring-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .icon-monitoring {
      background-image: url('/assets/images/monitoring-2-col-width@2x.png');
      background-image: url('/assets/images/monitoring-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (max-width: 750px) {
  .icon-university {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/university-1-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/university-1-col-width.svg');
    width: 59px;
    height: 59px; } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-university {
      background-image: url('/assets/images/university-1-col-width@2x.png');
      background-image: url('/assets/images/university-1-col-width.svg');
      -webkit-background-size: 59px 59px;
      -moz-background-size: 59px 59px;
      -o-background-size: 59px 59px;
      background-size: 59px 59px; } }

@media (min-width: 406px) and (max-width: 750px) {
  .icon-university {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/university-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/university-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 406px) and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 406px) and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 192dpi), only screen and (min-width: 406px) and (max-width: 750px) and (min-resolution: 2dppx) {
    .icon-university {
      background-image: url('/assets/images/university-2-col-width@2x.png');
      background-image: url('/assets/images/university-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

@media (min-width: 751px) {
  .icon-university {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/university-2-col-width.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/university-2-col-width.svg');
    width: 140px;
    height: 140px; } }
  @media only screen and (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 751px) and (min-device-pixel-ratio: 2), only screen and (min-width: 751px) and (min-resolution: 192dpi), only screen and (min-width: 751px) and (min-resolution: 2dppx) {
    .icon-university {
      background-image: url('/assets/images/university-2-col-width@2x.png');
      background-image: url('/assets/images/university-2-col-width.svg');
      -webkit-background-size: 140px 140px;
      -moz-background-size: 140px 140px;
      -o-background-size: 140px 140px;
      background-size: 140px 140px; } }

/* Theme: Search Results Message
	 -------------------------------------------------------------------------- */
.l-search-results__message {
  background-color: #FFFFFF; }

/* Theme: Search Results Message: Introduction
	 -------------------------------------------------------------------------- */
.l-search-results__message__introduction h1 {
  color: #31598A;
  font-size: 23px;
  line-height: 1.3;
  margin-top: 0; }
.l-search-results__message__introduction p {
  color: #009CDC;
  font-size: 14px;
  line-height: 1.61803;
  margin-bottom: 0;
  margin-top: 0; }

/* Theme: Search Results
	 -------------------------------------------------------------------------- */
@media (min-width: 751px) and (max-width: 986px) {
  .l-search-results__list time {
    line-height: 3.23607; } }
@media (min-width: 751px) {
  .l-search-results__list .l-search-results__item--publish-date time {
    float: right; } }
@media (min-width: 987px) {
  .l-search-results__list li {
    background-color: #FFFFFF; }
  .l-search-results__list time {
    line-height: 3.23607; } }
.l-search-results__list li:first-child {
  background-color: #FFFFFF; }
.l-search-results__list li h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3; }
  .l-search-results__list li h3 a {
    color: #009CDC; }
    .l-search-results__list li h3 a:hover {
      color: #403E3B; }
.l-search-results__list li time {
  color: #787B7D;
  font-size: 14px;
  font-weight: normal; }
.l-search-results__list li p {
  line-height: 1.61803;
  margin-bottom: 23px;
  margin-top: 14px; }
  .l-search-results__list li p a {
    color: #403E3B; }
    .l-search-results__list li p a:hover {
      color: #009CDC; }
.l-search-results__list li a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }
  .l-search-results__list li a:hover {
    color: #009CDC; }

/* Module: Services And Solutions Site Map
   -------------------------------------------------------------------------- */
.services-and-solutions-list {
  background-color: #EEF0F1; }
  .services-and-solutions-list a {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  .services-and-solutions-list h6 {
    font-size: 14px;
    font-weight: bold; }
    .services-and-solutions-list h6 > a {
      color: #403E3B; }
      .services-and-solutions-list h6 > a:hover {
        color: #009CDC; }
  .services-and-solutions-list li {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold; }
    @media (max-width: 750px) {
      .services-and-solutions-list li {
        font-size: 11px; } }
    @media (min-width: 751px) and (max-width: 986px) {
      .services-and-solutions-list li {
        font-size: 11px; } }
    @media (min-width: 987px) {
      .services-and-solutions-list li {
        font-size: 14px; } }
    .services-and-solutions-list li > a {
      color: #787B7D; }
      .services-and-solutions-list li > a:hover {
        color: #009CDC; }

/* Theme: Share Aside
	 -------------------------------------------------------------------------- */
.share a {
  -moz-transition-duration: color 0.3s;
  -o-transition-duration: color 0.3s;
  -webkit-transition-duration: color 0.3s;
  transition-duration: color 0.3s;
  color: #009CDC;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: 37px; }
  .share a:hover {
    color: #403E3B; }
  .share a .icon-mail {
    text-indent: -119988px;
    text-align: left;
    text-transform: capitalize;
    background-image: url('/assets/images/mail.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('/assets/images/mail.svg');
    width: 42px;
    height: 26px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .share a .icon-mail {
        background-image: url('/assets/images/mail@2x.png');
        background-image: url('/assets/images/mail.svg');
        -webkit-background-size: 42px 26px;
        -moz-background-size: 42px 26px;
        -o-background-size: 42px 26px;
        background-size: 42px 26px; } }
    .share a .icon-mail:hover {
      text-indent: -119988px;
      text-align: left;
      text-transform: capitalize;
      background-image: url('/assets/images/mail-hover.png');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url('/assets/images/mail-hover.svg');
      width: 42px;
      height: 26px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .share a .icon-mail:hover {
          background-image: url('/assets/images/mail-hover@2x.png');
          background-image: url('/assets/images/mail-hover.svg');
          -webkit-background-size: 42px 26px;
          -moz-background-size: 42px 26px;
          -o-background-size: 42px 26px;
          background-size: 42px 26px; } }

/* Theme: Site Map
	 -------------------------------------------------------------------------- */
.sitemap {
  background-color: #FFFFFF; }
  .sitemap h3 {
    color: #E4412B;
    font-weight: bold; }
    .sitemap h3 + ul {
      margin-top: 9px; }
  .sitemap > ul > li {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .sitemap > ul > li ul {
      font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      line-height: 23px;
      margin-bottom: 14px;
      margin-top: 9px; }
      @media (min-width: 751px) and (max-width: 986px) {
        .sitemap > ul > li ul > li {
          font-size: 11px;
          line-height: 18px; } }
      .sitemap > ul > li ul > li > a {
        color: #787B7D; }
        .sitemap > ul > li ul > li > a:hover {
          color: #009CDC; }
    .sitemap > ul > li a {
      color: #403E3B;
      font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: bold;
      -moz-transition-property: color;
      -o-transition-property: color;
      -webkit-transition-property: color;
      transition-property: color;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .sitemap > ul > li a:hover {
        color: #009CDC; }

/* Module: Desktop Menu Search Container: Top Search Form
	 -------------------------------------------------------------------------- */
.desktop-menu-search-container .top-search-form {
  background-color: #EEF0F1; }
  .desktop-menu-search-container .top-search-form input {
    font-weight: normal; }

/* Theme: Top Search Form
	 -------------------------------------------------------------------------- */
.top-search-form {
  background-color: #FFFFFF; }
  @media (max-width: 750px) {
    .top-search-form {
      border-bottom-color: #787B7D;
      border-top-color: #787B7D; } }
  @media (min-width: 751px) and (max-width: 986px) {
    .top-search-form {
      border-color: #787B7D; } }
  @media (min-width: 987px) {
    .top-search-form {
      border-color: #787B7D; } }
  .top-search-form button,
  .top-search-form input {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .top-search-form input {
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color: #FFFFFF;
    border-color: #EEF0F1;
    border-radius: 0;
    box-shadow: none;
    font-size: 1em;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none; }
    .top-search-form input:hover {
      border-color: #EEF0F1; }
    .top-search-form input:focus, .top-search-form input:active {
      border-color: #009CDC; }
      .top-search-form input:focus + label:before, .top-search-form input:active + label:before {
        color: #009CDC; }
    .top-search-form input:valid {
      border-color: #009CDC; }
  .top-search-form button {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxNTk4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cdc), color-stop(100%, #31598a));
    background: -moz-linear-gradient(#009cdc, #31598a);
    background: -webkit-linear-gradient(#009cdc, #31598a);
    background: linear-gradient(#009cdc, #31598a);
    border: none;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    text-align: left; }
    .top-search-form button:hover {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OTFjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NTE3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0891cf), color-stop(100%, #345171));
      background: -moz-linear-gradient(#0891cf, #345171);
      background: -webkit-linear-gradient(#0891cf, #345171);
      background: linear-gradient(#0891cf, #345171); }
