@charset "UTF-8";
/*! 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.
 */
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
@import url("https://use.typekit.net/uol3wvn.css");
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; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #282828;
  background: #fff;
  font: 16px/1.5 museo-sans, sans-serif;
  font-weight: 500;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: normal;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: -0.6px; }

h2, .h2 {
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.6px; }

h3, .h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.4px; }

h4, .h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.4px; }

h5, .h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 24px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 1em;
  letter-spacing: -0.2px; }

a {
  color: #E4974B;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

.eyebrow {
  position: relative; }
  .eyebrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 2px;
    background: linear-gradient(89.55deg, #D8A445 0%, #CC4C34 18.65%, #8C2A29 35.77%, #614E90 55.79%, #4D7DB2 70.95%, #5D9DAA 85.41%, #7AAB5E 99.99%); }

.section-head {
  margin-bottom: 0;
  padding-top: 20px; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  padding: 7px 12px;
  background: #848484;
  color: #424242;
  border: 0;
  font-size: 10px;
  line-height: 14px; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 16px;
      line-height: 20px;
      padding: 12px 19px; } }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #424242; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #424242; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #424242; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #424242; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #424242; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

.btn,
.btn:visited,
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  border: none;
  letter-spacing: -0.2px;
  padding: 14px 34px;
  color: #fff;
  background: #E4974B; }
  .btn:hover, .btn:focus,
  .btn:visited:hover,
  .btn:visited:focus,
  button:hover,
  button:focus,
  input[type='button']:hover,
  input[type='button']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus,
  input[type='file']:hover,
  input[type='file']:focus,
  input[type='submit']:hover,
  input[type='submit']:focus {
    background-color: #FC833B;
    color: #fff;
    outline: none; }
  .btn:active,
  .btn:visited:active,
  button:active,
  input[type='button']:active,
  input[type='reset']:active,
  input[type='file']:active,
  input[type='submit']:active {
    background-color: #F06C1C; }
  .btn:disabled,
  .btn:visited:disabled,
  button:disabled,
  input[type='button']:disabled,
  input[type='reset']:disabled,
  input[type='file']:disabled,
  input[type='submit']:disabled {
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    background: #F5F5F5;
    color: #848484; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

#footer {
  background: #282828;
  color: #fff;
  padding: 64px 0 42px; }
  @media (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer .container {
    position: relative; }
  #footer h2 {
    font-weight: 900;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -0.6px;
    margin-bottom: 8px; }
  #footer p {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.8); }
  #footer button.learn-more {
    margin-top: 10px; }
    @media (max-width: 767px) {
      #footer button.learn-more {
        text-align: center;
        margin-bottom: 24px; } }
    @media (min-width: 768px) {
      #footer button.learn-more {
        position: absolute;
        top: 14px;
        right: 16px; } }
  #footer .footer-menu {
    text-align: center;
    padding: 32px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px dashed #848484; }
    #footer .footer-menu ul li {
      margin: 0 0 14px;
      display: inline-block; }
      #footer .footer-menu ul li:before {
        content: '';
        width: 1px;
        height: 15px;
        background: #282828;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 2px 6px; }
      #footer .footer-menu ul li:first-child:before {
        display: none; }
      @media (max-width: 767px) {
        #footer .footer-menu ul li {
          display: block; }
          #footer .footer-menu ul li:before {
            display: none; } }
    #footer .footer-menu a {
      color: #fff; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

#header {
  min-height: 132px;
  position: relative;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto; }
  #header .top-nav-wrapper {
    position: absolute;
    width: 100%;
    z-index: 100; }
  #header #navbar {
    max-height: 132px;
    transition: all 0.2s ease-in-out; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

body.modal-open {
  overflow: hidden; }
  body.modal-open::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: block;
    z-index: 1000;
    background: rgba(37, 37, 37, 0.5); }

.modal {
  z-index: 2000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-y: scroll;
  display: none; }
  .modal.open {
    display: flex; }
  .modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.2em;
    color: #282828; }
  .modal .modal-content {
    position: relative; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.team-section {
  padding: 30px 0 10px; }
  .team-section:first-of-type {
    padding-top: 0; }
    .team-section:first-of-type .team-name::before {
      display: none; }
  @media (min-width: 1024px) {
    .team-section {
      padding: 78px 0 0; } }
  .team-section .items-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -8px; }
  .team-section .item {
    width: 45%;
    vertical-align: top;
    padding: 0;
    position: relative;
    margin: 8px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .team-section .item {
        width: 22%;
        position: relative; }
        .team-section .item:after {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: 186px;
          left: 50%;
          opacity: 0;
          transition: opacity 0.4s linear;
          margin-left: -15px;
          border-style: solid;
          border-width: 0 12px 11px 12px;
          border-color: transparent transparent #0092aa transparent; }
        .team-section .item:nth-child(2n):after {
          border-color: transparent transparent #009989 transparent; }
        .team-section .item:nth-child(3n):after {
          border-color: transparent transparent #00a262 transparent; } }
    @media (min-width: 1024px) {
      .team-section .item:after {
        top: 202px; }
      .team-section .item:nth-child(4n):after {
        border-color: transparent transparent #00a554 transparent; } }
    @media (min-width: 1200px) {
      .team-section .item {
        margin-bottom: 32px; }
        .team-section .item:after {
          top: 255px; } }
    .team-section .item.active .photo {
      background: linear-gradient(to right, #008cc3 0%, #00a847 100%); }
    @media (min-width: 768px) {
      .team-section .item.active:after {
        opacity: 1; } }
  .team-section .photo {
    width: 100%;
    height: 100%; }
  .team-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 5px 20px;
    opacity: 0;
    background: #E4974B; }
    .team-section .overlay:hover {
      transition: opacity 0.2s linear;
      opacity: 1; }
    .team-section .overlay span {
      display: block;
      width: 100%;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: -0.2px; }
    .team-section .overlay .name {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.4px;
      margin-bottom: 18px; }
  .team-section .img {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    padding-top: 100%; }
  .team-section .team-name {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #F37021;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-top: 20px;
    margin-bottom: 32px; }
  .team-section .person-modal .slide-frame {
    background: #282828;
    color: #FFFFFF;
    margin: 16px;
    overflow-y: scroll;
    padding: 44px;
    max-width: 820px;
    border-top: 3px solid #E4974B;
    position: relative; }
    .team-section .person-modal .slide-frame header {
      display: flex;
      margin-bottom: 42px; }
      .team-section .person-modal .slide-frame header h3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.4px;
        color: #E4974B; }
      .team-section .person-modal .slide-frame header .person-info {
        flex-grow: 1;
        text-align: left;
        margin-left: 19px;
        margin-right: 60px; }
        .team-section .person-modal .slide-frame header .person-info .info {
          margin: 0;
          padding: 0;
          list-style: none; }
          .team-section .person-modal .slide-frame header .person-info .info li {
            display: inline-block;
            color: #E9E9E9;
            font-size: 14px; }
    .team-section .person-modal .slide-frame .text {
      text-align: left;
      margin-right: 60px; }
      .team-section .person-modal .slide-frame .text .team {
        margin-top: 18px; }
      .team-section .person-modal .slide-frame .text .team-holder {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none; }
        .team-section .person-modal .slide-frame .text .team-holder li {
          display: inline-block;
          margin-left: 8px;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 20px;
          letter-spacing: -0.2px; }
          .team-section .person-modal .slide-frame .text .team-holder li:before {
            content: '';
            position: relative;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background-color: #F37021;
            display: inline-block;
            top: -2px;
            margin-right: 5px; }
      .team-section .person-modal .slide-frame .text .authored-blogs {
        border-top: 1px solid rgba(102, 102, 102, 0.5);
        margin-top: 16px;
        padding: 16px 8px; }
        .team-section .person-modal .slide-frame .text .authored-blogs h4 {
          font-size: 12px;
          line-height: 20px;
          letter-spacing: -0.2px;
          color: #F37021; }
          .team-section .person-modal .slide-frame .text .authored-blogs h4:before {
            content: '';
            display: inline-block;
            position: relative;
            background-image: url("../../images/blog.png");
            width: 10px;
            height: 12px;
            margin-right: 10px; }
        .team-section .person-modal .slide-frame .text .authored-blogs ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .team-section .person-modal .slide-frame .text .authored-blogs ul a {
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            color: #F37021;
            letter-spacing: -0.2px; }
  .team-section .slide-block {
    background: #f5f5f5;
    padding: 35px 15px 20px;
    color: #424242;
    text-align: left;
    display: none;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .team-section .slide-block {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        overflow: auto;
        max-height: 100%;
        width: auto !important;
        position: fixed !important;
        z-index: 101;
        transform: translate(0, 0) !important; }
        .team-section .slide-block:before {
          content: '';
          width: 100%;
          height: 5px;
          background: linear-gradient(to right, #008cc3 0%, #00a846 100%);
          position: absolute;
          top: 0;
          left: 0; } }
    @media (min-width: 768px) {
      .team-section .slide-block {
        padding: 60px 30px;
        margin-top: 6px;
        position: relative; }
        .team-section .slide-block:before {
          content: '';
          width: 100%;
          height: 10px;
          position: absolute;
          top: 0;
          left: 0;
          background: linear-gradient(to right, #008cc3 0%, #00a846 100%); } }
    @media (min-width: 1200px) {
      .team-section .slide-block {
        padding: 55px 0 10px;
        box-shadow: none; } }
    .team-section .slide-block .slide-frame {
      padding-bottom: 35px; }
      @media (min-width: 1024px) {
        .team-section .slide-block .slide-frame {
          padding-bottom: 44px; } }
      @media (min-width: 1200px) {
        .team-section .slide-block .slide-frame {
          max-width: 1026px;
          margin: 0 auto; } }
    .team-section .slide-block h3 {
      font-size: 16px;
      background: -webkit-linear-gradient(10deg, #008cc3 0%, #00a846 20%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding: 0 2px;
      position: relative; }
      .team-section .slide-block h3:before {
        content: '';
        width: auto;
        height: auto;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border: 2px solid #f5f5f5;
        z-index: 2;
        pointer-events: none; }
      @media (min-width: 768px) {
        .team-section .slide-block h3 {
          font-size: 28px;
          font-weight: bold;
          margin: 0 2px 3px 0; } }
    .team-section .slide-block .info {
      font-size: 10px;
      font-weight: bold;
      margin: 0 0 18px; }
      @media (min-width: 768px) {
        .team-section .slide-block .info {
          font-size: 14px;
          font-style: italic;
          font-weight: normal; } }
      @media (min-width: 1200px) {
        .team-section .slide-block .info {
          margin-bottom: 32px; } }
      .team-section .slide-block .info li {
        display: inline-block; }
        .team-section .slide-block .info li + li:before {
          content: '';
          width: 1px;
          height: 10px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 7px 1px 5px;
          background: #424242; }
      .team-section .slide-block .info a {
        color: inherit; }
    .team-section .slide-block p {
      margin: 0; }
    .team-section .slide-block .frame {
      position: relative;
      padding-top: 55px; }
      @media (min-width: 768px) {
        .team-section .slide-block .frame {
          overflow: hidden; } }
      .team-section .slide-block .frame:before {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        top: 35px;
        left: 0;
        background: linear-gradient(to right, #008cc3 0%, #00a846 100%); }
        @media (min-width: 768px) {
          .team-section .slide-block .frame:before {
            height: 2px; } }
    .team-section .slide-block .team {
      font-size: 9px; }
      @media (min-width: 768px) {
        .team-section .slide-block .team {
          font-size: 12px;
          float: left;
          max-width: 70%; } }
      .team-section .slide-block .team strong {
        font-weight: normal;
        float: left;
        font-size: 10px;
        text-transform: uppercase;
        margin: 0 14px 4px 0; }
        @media (min-width: 768px) {
          .team-section .slide-block .team strong {
            font-size: 12px;
            margin: 0 20px 4px 0; } }
      @media (min-width: 768px) {
        .team-section .slide-block .team .team-holder {
          overflow: hidden; } }
      .team-section .slide-block .team span {
        display: inline-block;
        position: relative;
        padding: 0 15px 5px 15px; }
        .team-section .slide-block .team span:before {
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          position: absolute;
          top: 3px;
          left: 0;
          background: linear-gradient(to right, #008cc3 0%, #00a846 100%); }
          @media (min-width: 768px) {
            .team-section .slide-block .team span:before {
              top: 4px; } }
      .team-section .slide-block .team a {
        color: inherit; }
    .team-section .slide-block .social {
      margin: 0;
      padding: 0;
      text-align: right;
      font-size: 9px; }
      @media (min-width: 768px) {
        .team-section .slide-block .social {
          float: right;
          max-width: 30%;
          font-size: 12px; } }
      @media (min-width: 1024px) {
        .team-section .slide-block .social {
          margin-top: -8px; } }
      .team-section .slide-block .social li {
        background: none;
        vertical-align: top; }
      .team-section .slide-block .social a {
        width: 20px;
        height: 20px;
        background: none;
        line-height: 22px;
        border: 1px solid #424242; }
        @media (min-width: 768px) {
          .team-section .slide-block .social a {
            width: 26px;
            height: 26px;
            line-height: 26px; } }
      .team-section .slide-block .social .icon-linkedin {
        font-size: 12px; }
        @media (min-width: 768px) {
          .team-section .slide-block .social .icon-linkedin {
            font-size: 14px; } }
      .team-section .slide-block .social .icon-earth {
        font-size: 17px;
        line-height: 22px; }
        @media (min-width: 768px) {
          .team-section .slide-block .social .icon-earth {
            font-size: 22px;
            line-height: 28px; } }
  .team-section .name-box {
    width: 130px;
    height: 130px;
    border-radius: 16px;
    background-size: cover;
    min-width: 130px; }
  .team-section .btn-close {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 24px;
    line-height: 1;
    outline: none;
    z-index: 2; }
    @media (min-width: 768px) {
      .team-section .btn-close {
        font-size: 34px;
        top: 24px; } }
    .team-section .btn-close span {
      background: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      z-index: 2; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.press-article {
  padding-top: 84px; }
  .press-article main {
    padding-top: 0; }
  .press-article .container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .press-article .container {
        flex-direction: row; } }
    @media (min-width: 1024px) {
      .press-article .container .article {
        margin-left: 8.33333%; } }
    @media (min-width: 1024px) {
      .press-article .container .recent-news {
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        width: 25%;
        padding-bottom: 84px; } }
  .press-article h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
    font-weight: 700; }
  .press-article .meta {
    margin: 24px 0;
    display: flex; }
    .press-article .meta span {
      color: #848484;
      display: inline-block;
      padding: 0 0.2em; }
      .press-article .meta span.publish-date::before {
        content: '•';
        padding: 0 0.4em 0 0; }
      .press-article .meta span:first-child {
        padding-left: 0; }
  .press-article .summary {
    color: #848484;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin-bottom: 14px; }

.press-list {
  columns: 1; }
  .press-list.full {
    column-gap: 5%; }
    .press-list.full .press-block {
      min-height: 390px;
      position: relative;
      margin-bottom: 48px;
      padding-bottom: 60px; }
      @media (max-width: 1023px) {
        .press-list.full .press-block {
          min-height: 420px; } }
      @media (max-width: 767px) {
        .press-list.full .press-block {
          min-height: 50px; } }
      .press-list.full .press-block .meta {
        display: flex;
        position: absolute;
        bottom: 20px;
        width: 100%; }
        .press-list.full .press-block .meta span {
          color: #848484; }
      .press-list.full .press-block .press-logo {
        padding-top: 48%;
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16); }
        @media (max-width: 1023px) {
          .press-list.full .press-block .press-logo {
            padding-top: 65%; } }
        @media (max-width: 767px) {
          .press-list.full .press-block .press-logo {
            padding-top: 55%; } }
  @media (min-width: 768px) {
    .press-list {
      columns: 2;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; } }
  @media (min-width: 1024px) {
    .press-list {
      columns: 1; }
      .press-list.full {
        columns: 2; } }

div[data-contextual-id] {
  display: none; }

.press-block {
  flex: 0 0 calc(47% - 10px);
  break-inside: avoid;
  min-width: 250px; }
  .press-block a {
    color: #282828; }
  .press-block .press-logo {
    background-size: cover;
    width: 100%;
    background-position: center top;
    margin-bottom: 16px;
    border-radius: 4px;
    padding-top: 56%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16); }
  .press-block .meta {
    justify-content: space-between;
    margin-top: 16px;
    display: flex; }
    .press-block .meta .publish-date::before {
      display: none; }

.pager__items {
  list-style: none;
  display: flex;
  max-width: 60%;
  margin: 48px auto;
  justify-content: space-around; }
  .pager__items li:not(.is-active) > a {
    color: #000000; }

.press-index h1 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.6px; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.library h1 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.4px;
  font-weight: 700; }

.library .blog-wrapper {
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .library .blog-wrapper {
      width: 80%; } }
  @media (max-width: 480px) {
    .library .blog-wrapper {
      width: 100%; } }
  .library .blog-wrapper .summary {
    color: #848484;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin-bottom: 14px; }
  .library .blog-wrapper .meta {
    margin: 24px 0;
    display: flex; }
    .library .blog-wrapper .meta span {
      color: #848484;
      display: inline-block;
      padding: 0 0.2em; }
      .library .blog-wrapper .meta span:first-child {
        padding-left: 0;
        margin-left: 0; }
  .library .blog-wrapper figure {
    margin: 32px 0; }
    .library .blog-wrapper figure figcaption {
      font-size: 0.8em; }
  .library .blog-wrapper img {
    border-radius: 16px; }

.blog-view {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .blog-view {
      columns: 1; } }
  .blog-view .blog-card {
    position: relative;
    min-height: 362px;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 32px;
    box-shadow: 0 6px 15px rgba(109, 109, 109, 0.19);
    overflow: hidden;
    break-inside: avoid;
    flex: 0 0 calc(50% - 10px); }
    @media (max-width: 1023px) {
      .blog-view .blog-card {
        min-height: 435px; } }
    @media (max-width: 767px) {
      .blog-view .blog-card {
        min-height: 50px;
        flex: 0 0 100%; } }
    .blog-view .blog-card .feature-img {
      padding-top: 48%;
      width: calc(100% + 48px);
      margin: -24px -24px 0 -24px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top; }
      @media (max-width: 1023px) {
        .blog-view .blog-card .feature-img {
          padding-top: 65%; } }
      @media (max-width: 767px) {
        .blog-view .blog-card .feature-img {
          padding-top: 55%; } }
    .blog-view .blog-card .content .title {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.4px;
      color: #282828;
      font-weight: 500;
      margin-top: 16px;
      margin-bottom: 24px; }
    .blog-view .blog-card .footer {
      position: absolute;
      bottom: 24px; }
      .blog-view .blog-card .footer .published-date {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.2px;
        color: #848484; }
    .blog-view .blog-card:first-child,
    .blog-view .blog-card .featured {
      flex: 0 0 100%;
      min-height: 476px; }
      @media (max-width: 767px) {
        .blog-view .blog-card:first-child,
        .blog-view .blog-card .featured {
          min-height: 50px; } }
      .blog-view .blog-card:first-child .feature-img,
      .blog-view .blog-card .featured .feature-img {
        padding-top: 34%; }
        @media (max-width: 767px) {
          .blog-view .blog-card:first-child .feature-img,
          .blog-view .blog-card .featured .feature-img {
            padding-top: 55%; } }
  .blog-view .pager {
    column-span: all;
    flex: 0 0 100%; }

.additional_blog_posts {
  background: #F6F6F6;
  padding: 48px;
  margin-top: 48px;
  margin-bottom: -86px; }
  .additional_blog_posts .blog-view {
    columns: 2;
    display: block; }
    @media (max-width: 767px) {
      .additional_blog_posts .blog-view {
        columns: 1; } }
    .additional_blog_posts .blog-view .blog-card {
      break-inside: avoid; }
      .additional_blog_posts .blog-view .blog-card:first-child {
        min-height: 362px;
        column-span: initial; }
        @media (max-width: 767px) {
          .additional_blog_posts .blog-view .blog-card:first-child {
            min-height: 50px; } }
        @media (max-width: 1023px) {
          .additional_blog_posts .blog-view .blog-card:first-child {
            min-height: 435px; } }
        @media (max-width: 767px) {
          .additional_blog_posts .blog-view .blog-card:first-child {
            min-height: 50px; } }
        .additional_blog_posts .blog-view .blog-card:first-child .feature-img {
          padding-top: 48%; }
          @media (max-width: 1023px) {
            .additional_blog_posts .blog-view .blog-card:first-child .feature-img {
              padding-top: 65%; } }
          @media (max-width: 767px) {
            .additional_blog_posts .blog-view .blog-card:first-child .feature-img {
              padding-top: 55%; } }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

main.portfolio {
  margin: 0 auto;
  width: 80%; }
  main.portfolio .portfolio-header {
    margin-bottom: 28px; }
    main.portfolio .portfolio-header h1 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -0.4px;
      font-weight: 700; }
    main.portfolio .portfolio-header .imgs {
      min-height: 370px;
      position: relative;
      margin-top: 32px; }
      main.portfolio .portfolio-header .imgs span {
        display: block;
        position: absolute;
        background-size: contain; }
        main.portfolio .portfolio-header .imgs span.img1 {
          width: 399px;
          height: 280px;
          background-image: url("../../images/portfolio1.png");
          right: 410px;
          top: 0; }
          @media (max-width: 1023px) {
            main.portfolio .portfolio-header .imgs span.img1 {
              width: 328px;
              height: 230px;
              right: 350px; } }
          @media (max-width: 767px) {
            main.portfolio .portfolio-header .imgs span.img1 {
              width: 60%;
              height: auto;
              right: auto;
              left: 0;
              padding-top: 70%;
              background-repeat: no-repeat; } }
        main.portfolio .portfolio-header .imgs span.img2 {
          width: 100px;
          height: 88px;
          top: 305px;
          right: 410px;
          background-image: url("../../images/16dots.png"); }
          @media (max-width: 1023px) {
            main.portfolio .portfolio-header .imgs span.img2 {
              width: 78px;
              height: 68px;
              right: 351px;
              top: 256px; } }
          @media (max-width: 767px) {
            main.portfolio .portfolio-header .imgs span.img2 {
              right: 65%;
              top: 54%; } }
        main.portfolio .portfolio-header .imgs span.img3 {
          width: 399px;
          height: 394px;
          right: 0;
          top: 0;
          background-image: url("../../images/portfolio2.png"); }
          @media (max-width: 1023px) {
            main.portfolio .portfolio-header .imgs span.img3 {
              width: 334px;
              height: 330px; } }
          @media (max-width: 767px) {
            main.portfolio .portfolio-header .imgs span.img3 {
              width: 60%;
              height: auto;
              right: 0;
              top: 10%;
              background-repeat: no-repeat;
              background-position: top right;
              padding-top: 98%; } }
  main.portfolio .companies-section {
    padding-top: 40px; }
    main.portfolio .companies-section h2 {
      margin: 0 0 22px;
      padding-bottom: 2px;
      background: -webkit-linear-gradient(10deg, #5a5a96 0%, #008cc3 60%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative; }
      main.portfolio .companies-section h2:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        background: #d2d2d2; }
      @media (min-width: 768px) {
        main.portfolio .companies-section h2 {
          margin-bottom: 30px;
          padding-bottom: 8px; } }
      @media (min-width: 1024px) {
        main.portfolio .companies-section h2 {
          margin-bottom: 43px;
          padding-bottom: 12px; }
          main.portfolio .companies-section h2:after {
            height: 3px; } }
    main.portfolio .companies-section .ipo-status {
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      color: #F37021;
      text-transform: uppercase; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.filters {
  margin: 0 0 20px; }
  .filters .fieldset {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(109, 109, 109, 0.14);
    border-radius: 6px;
    width: auto;
    padding: 12px 60px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .filters .fieldset .filter-item {
      flex: 0 0 calc(25% - 10px); }
    .filters .fieldset#select {
      display: none; }
      .filters .fieldset#select select {
        padding: 10px 30px;
        width: 100%;
        border: none;
        outline: none; }
    @media (max-width: 767px) {
      .filters .fieldset {
        display: none; }
        .filters .fieldset#select {
          display: block; } }
  .filters label {
    color: #414042;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 32px 0 18px; }
    .filters label:before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      left: 0;
      background: #A8A7A7; }
    .filters label:after {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      top: 6px;
      left: 1px;
      background: #fff; }
  .filters [type=radio] {
    display: none; }
  .filters [type=radio]:checked + label:after {
    background: #F37021;
    border: 2px solid #fff; }

.is-sticky.filters .filters {
  background-color: #282828;
  z-index: 100;
  width: 100% !important;
  left: 0; }
  @media (min-width: 768px) {
    .is-sticky.filters .filters {
      border-radius: 0 0 0 100px;
      left: 100px; } }
  .is-sticky.filters .filters .fieldset {
    background: none;
    box-shadow: none;
    border-radius: 0; }
    .is-sticky.filters .filters .fieldset#select select {
      background-color: transparent;
      color: #fff; }
    .is-sticky.filters .filters .fieldset label {
      color: #A8A7A7; }
      .is-sticky.filters .filters .fieldset label:after {
        background: #282828; }
    .is-sticky.filters .filters .fieldset [type=radio]:checked + label:after {
      background: #fff;
      border: 2px solid #282828; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qvoqz7");
  src: url("../fonts/icomoon.eot?qvoqz7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qvoqz7") format("truetype"), url("../fonts/icomoon.woff?qvoqz7") format("woff"), url("../fonts/icomoon.svg?qvoqz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e900"; }

.icon-earth:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e910"; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_2_0.woff") format("woff"), url("../fonts/3497BD_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_1_0.woff") format("woff"), url("../fonts/3497BD_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_0_0.woff") format("woff"), url("../fonts/3497BD_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_4_0.woff") format("woff"), url("../fonts/3497BD_4_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/3497BD_5_0.woff") format("woff"), url("../fonts/3497BD_5_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

#footer .footer-menu ul, .team-section .slide-block .info, .nav-holder ul, .social-menu ul, .home-gallery .pagination ul, .box-holder .slide-block .accordion, .logo-list .slide-block .info {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .team-section .slide-block .slide-frame:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.homepage {
  padding: 0 !important; }
  .homepage .intro {
    position: relative;
    padding-bottom: 570px;
    max-width: 1600px;
    margin: 0 auto; }
    .homepage .intro br {
      display: none; }
    .homepage .intro .inner-container {
      width: 83%;
      margin: 77px auto; }
      .homepage .intro .inner-container > p {
        position: relative;
        font-weight: bold;
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -0.6px;
        color: #282828;
        padding-top: 20px;
        padding-bottom: 40px; }
        .homepage .intro .inner-container > p::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 126px;
          height: 2px;
          background: linear-gradient(89.55deg, #D8A445 0%, #CC4C34 18.65%, #8C2A29 35.77%, #614E90 55.79%, #4D7DB2 70.95%, #5D9DAA 85.41%, #7AAB5E 99.99%); }
        @media (max-width: 480px) {
          .homepage .intro .inner-container > p {
            font-size: 24px;
            line-height: 32px;
            padding-bottom: 0; } }
      .homepage .intro .inner-container > blockquote {
        position: absolute;
        background: #E4974B;
        padding: 54px 82px 58px;
        max-width: 650px;
        bottom: 4%;
        margin: 0 0 0 -325px;
        left: 50%; }
        @media (max-width: 767px) {
          .homepage .intro .inner-container > blockquote {
            margin: 0 32px;
            left: 0;
            bottom: 4%;
            padding: 80px 40px 40px; } }
        @media (max-width: 480px) {
          .homepage .intro .inner-container > blockquote {
            margin: 16px;
            padding: 80px 24px 48px;
            bottom: 3%;
            font-size: 22px;
            line-height: 1.3em; } }
        .homepage .intro .inner-container > blockquote:before {
          content: "";
          display: block;
          position: absolute;
          top: 13px;
          left: 17px;
          width: 48px;
          height: 44px;
          opacity: 0.5;
          background-repeat: no-repeat;
          background-image: url("../../images/quote.png"); }
        .homepage .intro .inner-container > blockquote span {
          text-transform: uppercase;
          font-weight: 500;
          font-size: 16px;
          line-height: 2em;
          letter-spacing: 1px;
          color: #f9b790;
          margin-bottom: 8px;
          display: block; }
        .homepage .intro .inner-container > blockquote p {
          font-style: normal;
          font-weight: 500;
          font-size: 24px;
          letter-spacing: -0.4px;
          color: #fff;
          margin: 0; }
        .homepage .intro .inner-container > blockquote br {
          display: none; }
    .homepage .intro:after {
      content: "";
      display: block;
      position: absolute;
      max-width: 1600px;
      margin: 0 auto;
      background-image: url("../../images/home-intro.png");
      background-size: cover;
      height: 650px;
      width: 100%;
      bottom: 0;
      z-index: -1;
      background-position: center top; }
    .homepage .intro .bullets {
      position: absolute;
      right: 0;
      display: flex;
      flex-direction: row;
      list-style: none;
      justify-content: space-evenly;
      width: 100%;
      padding: 0; }
      @media (min-width: 480px) {
        .homepage .intro .bullets {
          width: 75%; } }
      @media (min-width: 1024px) {
        .homepage .intro .bullets {
          width: 60%; } }
      .homepage .intro .bullets li {
        display: flex;
        flex-direction: column;
        align-items: baseline; }
        @media (min-width: 768px) {
          .homepage .intro .bullets li {
            align-items: center; } }
        .homepage .intro .bullets li span {
          display: block; }
          .homepage .intro .bullets li span.count {
            font-size: 64px;
            line-height: 56px;
            font-weight: 500;
            letter-spacing: -0.6px;
            color: #E4974B; }
            .homepage .intro .bullets li span.count::after {
              content: "+";
              display: inline; }
          .homepage .intro .bullets li span.summary {
            font-size: 14px;
            line-height: 28px;
            font-weight: normal;
            letter-spacing: -0.2px;
            color: #282828; }
  .homepage .about {
    text-align: center; }
    .homepage .about .inner-container {
      width: 83%;
      margin: 0 auto; }
    .homepage .about h2 {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 16px;
      font-weight: 600;
      letter-spacing: 0.2px;
      color: #F37021;
      margin-top: 44px; }
    .homepage .about h3 {
      margin-top: 16px;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 32px;
      font-weight: 600;
      letter-spacing: -0.4px;
      color: #282828; }
    .homepage .about p {
      line-height: 28px;
      font-size: 16px; }
    .homepage .about .subfunds {
      margin-top: 42px;
      background-image: url("../../images/home-about-bg.png");
      background-size: cover;
      background-position: center center;
      height: 436px;
      align-items: center;
      display: flex; }
      @media (max-width: 1023px) {
        .homepage .about .subfunds {
          height: auto;
          padding-top: 28px; } }
      @media (max-width: 479px) {
        .homepage .about .subfunds {
          padding: 28px 40px; } }
      .homepage .about .subfunds .overview {
        color: #fff; }
    .homepage .about .subfunds-list {
      display: flex;
      justify-content: center; }
      @media (max-width: 1023px) {
        .homepage .about .subfunds-list {
          flex-wrap: wrap; } }
      .homepage .about .subfunds-list .subfund {
        margin: 0 13px;
        background: white;
        border-radius: 12px;
        display: block;
        position: relative;
        padding: 25px; }
        .homepage .about .subfunds-list .subfund:hover {
          opacity: 1; }
        @media (max-width: 1023px) {
          .homepage .about .subfunds-list .subfund {
            margin-bottom: 28px; } }
        .homepage .about .subfunds-list .subfund .overlay {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          color: #fff;
          padding: 11px;
          opacity: 0;
          background: #E4974B;
          font-size: 16px;
          line-height: 20px;
          text-align: center;
          margin: 8px;
          border-radius: 8px;
          letter-spacing: -0.3px; }
          .homepage .about .subfunds-list .subfund .overlay:hover {
            transition: opacity 0.2s linear;
            opacity: 1; }
  .homepage .home-page-section-panel {
    text-align: center; }
    .homepage .home-page-section-panel .inner-container {
      padding: 84px 0; }
      .homepage .home-page-section-panel .inner-container .row {
        display: flex;
        flex-direction: column; }
      .homepage .home-page-section-panel .inner-container .eyebrow::before {
        left: inherit;
        top: inherit;
        position: relative;
        margin: 0 auto 20px; }
      .homepage .home-page-section-panel .inner-container .highlight-media {
        margin-top: 52px; }
      .homepage .home-page-section-panel .inner-container .summary {
        color: #848484; }
      .homepage .home-page-section-panel .inner-container a.learn-more {
        color: #F37021; }
        .homepage .home-page-section-panel .inner-container a.learn-more:after {
          content: "";
          display: inline-block;
          background-image: url(../../images/more-link-arrow.png);
          background-repeat: no-repeat;
          height: 13px;
          width: 15px;
          position: absolute;
          margin-left: 16px;
          margin-top: 5px; }
    .homepage .home-page-section-panel.team-homepage-section {
      background-color: #F6F6f6;
      text-align: left; }
      .homepage .home-page-section-panel.team-homepage-section .inner-container {
        position: relative; }
        .homepage .home-page-section-panel.team-homepage-section .inner-container:after {
          content: "";
          display: block;
          position: absolute;
          width: 120px;
          height: 120px;
          background-image: url("../../images/16dots.png");
          background-repeat: no-repeat;
          bottom: 2%;
          left: -5%; }
          @media (max-width: 1023px) {
            .homepage .home-page-section-panel.team-homepage-section .inner-container:after {
              bottom: 32%;
              left: -1%; } }
          @media (max-width: 768px) {
            .homepage .home-page-section-panel.team-homepage-section .inner-container:after {
              bottom: 260px;
              left: 0; } }
          @media (max-width: 480px) {
            .homepage .home-page-section-panel.team-homepage-section .inner-container:after {
              bottom: 300px;
              left: 0; } }
      .homepage .home-page-section-panel.team-homepage-section img.highlight-media {
        align-self: flex-end;
        border-radius: 50px 0 0 0;
        box-shadow: 0px 26px 52px rgba(109, 109, 109, 0.4);
        margin-top: 0; }
        @media (max-width: 1023px) {
          .homepage .home-page-section-panel.team-homepage-section img.highlight-media {
            align-self: flex-start;
            margin-left: 5%;
            margin-bottom: 82px; } }
        @media (max-width: 767px) {
          .homepage .home-page-section-panel.team-homepage-section img.highlight-media {
            margin-bottom: 70px;
            width: 100%;
            margin-left: 0;
            align-self: center;
            padding: 0; } }
      .homepage .home-page-section-panel.team-homepage-section .panel-content {
        align-self: center;
        padding: 0 7%; }
        @media (max-width: 1023px) {
          .homepage .home-page-section-panel.team-homepage-section .panel-content {
            align-self: flex-end;
            margin-left: 20%; } }
        @media (max-width: 767px) {
          .homepage .home-page-section-panel.team-homepage-section .panel-content {
            align-self: center;
            margin-left: 0;
            width: 100%; } }
      .homepage .home-page-section-panel.team-homepage-section .row {
        flex-direction: row; }
        @media (max-width: 1023px) {
          .homepage .home-page-section-panel.team-homepage-section .row {
            flex-direction: column; } }
      .homepage .home-page-section-panel.team-homepage-section h2 {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        letter-spacing: 0.2px;
        color: #F37021; }
    .homepage .home-page-section-panel.press-homepage-section .press-list {
      column-gap: 5%;
      margin-top: 52px;
      display: block !important; }
      @media (min-width: 768px) {
        .homepage .home-page-section-panel.press-homepage-section .press-list {
          columns: 2; } }
      @media (min-width: 1024px) {
        .homepage .home-page-section-panel.press-homepage-section .press-list {
          columns: 3; } }
      .homepage .home-page-section-panel.press-homepage-section .press-list .press-block {
        min-height: 340px;
        position: relative;
        margin-bottom: 48px;
        padding-bottom: 60px; }
        @media (max-width: 1023px) {
          .homepage .home-page-section-panel.press-homepage-section .press-list .press-block {
            min-height: 460px; }
            .homepage .home-page-section-panel.press-homepage-section .press-list .press-block:nth-child(3) {
              display: none; } }
        @media (max-width: 767px) {
          .homepage .home-page-section-panel.press-homepage-section .press-list .press-block {
            min-height: 50px; } }
        .homepage .home-page-section-panel.press-homepage-section .press-list .press-block .meta {
          display: flex;
          position: absolute;
          bottom: 20px;
          width: 100%; }
          .homepage .home-page-section-panel.press-homepage-section .press-list .press-block .meta span {
            color: #848484; }
        .homepage .home-page-section-panel.press-homepage-section .press-list .press-block .press-logo {
          padding-top: 48%;
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16); }
          @media (max-width: 1023px) {
            .homepage .home-page-section-panel.press-homepage-section .press-list .press-block .press-logo {
              padding-top: 65%; } }
          @media (max-width: 767px) {
            .homepage .home-page-section-panel.press-homepage-section .press-list .press-block .press-logo {
              padding-top: 55%; } }
    .homepage .home-page-section-panel.blog-homepage-section {
      background-color: rgba(243, 112, 33, 0.05); }
      .homepage .home-page-section-panel.blog-homepage-section h2 {
        text-align: left; }
      .homepage .home-page-section-panel.blog-homepage-section .eyebrow::before {
        margin: 0 0 20px; }
      .homepage .home-page-section-panel.blog-homepage-section .blog-view {
        columns: 2;
        display: block; }
        @media (max-width: 767px) {
          .homepage .home-page-section-panel.blog-homepage-section .blog-view {
            columns: 1; } }
        .homepage .home-page-section-panel.blog-homepage-section .blog-view .blog-card {
          break-inside: avoid; }
          .homepage .home-page-section-panel.blog-homepage-section .blog-view .blog-card:first-child {
            min-height: 362px;
            column-span: initial; }
            @media (max-width: 1023px) {
              .homepage .home-page-section-panel.blog-homepage-section .blog-view .blog-card:first-child {
                min-height: 435px; } }
            @media (max-width: 767px) {
              .homepage .home-page-section-panel.blog-homepage-section .blog-view .blog-card:first-child {
                min-height: 50px; } }
            .homepage .home-page-section-panel.blog-homepage-section .blog-view .blog-card:first-child .feature-img {
              padding-top: 48%; }
              @media (max-width: 1023px) {
                .homepage .home-page-section-panel.blog-homepage-section .blog-view .blog-card:first-child .feature-img {
                  padding-top: 65%; } }
              @media (max-width: 767px) {
                .homepage .home-page-section-panel.blog-homepage-section .blog-view .blog-card:first-child .feature-img {
                  padding-top: 55%; } }
      .homepage .home-page-section-panel.blog-homepage-section .inner-container {
        position: relative; }
        .homepage .home-page-section-panel.blog-homepage-section .inner-container:after {
          content: "";
          display: block;
          position: absolute;
          width: 120px;
          height: 120px;
          background-image: url("../../images/16dots.png");
          background-repeat: no-repeat;
          bottom: 17%;
          right: -8px; }
          @media (max-width: 1024px) {
            .homepage .home-page-section-panel.blog-homepage-section .inner-container:after {
              display: none; } }
    .homepage .home-page-section-panel.portfolio-homepage-section .featured-companies {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 30px;
      justify-content: center; }
      .homepage .home-page-section-panel.portfolio-homepage-section .featured-companies > div {
        width: 171px;
        height: 171px;
        display: flex; }
        .homepage .home-page-section-panel.portfolio-homepage-section .featured-companies > div img {
          filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
          filter: none;
          -webkit-filter: grayscale(100%);
          opacity: 1;
          visibility: visible !important;
          align-self: center;
          padding: 20px; }

#wrapper {
  position: relative;
  overflow: hidden; }

.local-header {
  background-position: center;
  background-size: cover;
  position: relative; }
  .local-header::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.53);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .local-header .hero-title {
    color: white;
    z-index: 90;
    position: relative;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.6px;
    padding: 150px 0 100px;
    margin: 0; }
    @media (min-width: 1024px) {
      .local-header .hero-title {
        padding: 150px 8.3% 100px; } }

.container {
  max-width: 1056px;
  padding: 0 15px;
  margin: 0 auto; }

main {
  padding: 84px 0; }

.logo {
  width: 150px;
  height: 75px; }
  .logo img {
    display: block; }
  .logo:hover {
    opacity: 1; }

.nav-opener {
  z-index: 100; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  @media (max-width: 767px) {
    .nav-opener {
      float: right;
      width: 25px;
      height: 25px;
      position: relative;
      outline: none; }
      .nav-opener:before, .nav-opener:after,
      .nav-opener span {
        height: 2px;
        position: absolute;
        top: 3px;
        left: 0;
        right: 0;
        transition: all 0.2s linear;
        background-color: #fff;
        border-radius: 5px; }
      .nav-opener:before, .nav-opener:after {
        content: ''; }
      .nav-opener span {
        top: 12px; }
      .nav-opener:after {
        top: 21px; } }

@media (max-width: 767px) {
  .nav-holder {
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.2s linear;
    max-height: 0;
    text-align: center; } }

@media (min-width: 768px) {
  .nav-holder {
    padding-right: 8px; } }

.nav-frame .social-menu {
  display: none; }

@media (max-width: 767px) {
  .nav-frame {
    transition: all 0.2s linear;
    transform: translateY(-100%);
    background: #282828;
    padding: 16px;
    min-height: calc(100vh - 45px);
    overflow: auto;
    display: flex;
    justify-content: center;
    align-content: stretch;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 80px; }
    .nav-frame .social-menu {
      display: block; } }

.social-menu {
  margin: 0 0 32px;
  padding: 0; }
  .social-menu ul li {
    display: inline-block;
    margin: 0 16px 0 0; }
  .social-menu a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    border: 1px solid #E9E9E9;
    color: #848484;
    text-align: center; }
    .social-menu a:hover {
      position: relative;
      border-color: rgba(228, 151, 75, 0);
      background-color: rgba(228, 151, 75, 0.2);
      color: #E4974B; }

#nav a {
  color: #fff;
  display: block;
  padding: 0;
  margin: 8px 44px 8px 0;
  letter-spacing: -0.2px; }
  #nav a:hover {
    color: #F37021; }

#nav li {
  position: relative;
  display: inline-block; }
  #nav li.active a {
    color: #F37021; }
  #nav li:last-child a {
    margin-right: 0 !important; }

@media (max-width: 767px) {
  #nav {
    flex-grow: 1;
    display: flex;
    width: 100%;
    align-items: center; }
    #nav .social-menu {
      display: block; }
    #nav ul {
      width: 100%; }
    #nav li {
      display: block;
      margin: 0;
      padding: 0;
      border-top: 1px solid rgba(102, 102, 102, 0.3); }
      #nav li a {
        padding: 16px 0;
        margin: 0; }
        #nav li a:last-child {
          border-bottom: 1px solid rgba(102, 102, 102, 0.3); } }

#navbar {
  height: 132px; }
  #navbar .nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }

.is-sticky #navbar {
  width: 100% !important;
  left: 0;
  background: #282828;
  max-height: 100px;
  box-shadow: 0 2px 11px rgba(40, 40, 40, 0.8); }
  @media (min-width: 768px) {
    .is-sticky #navbar {
      border-radius: 0 0 0 100px; } }

@media (max-width: 767px) {
  .nav-container {
    display: flex;
    align-items: center; } }

.logo-wrapper {
  flex-grow: 1; }

.social {
  padding: 0; }
  @media (min-width: 768px) {
    .social {
      display: inline-block;
      vertical-align: middle; } }
  .social li {
    display: inline-block; }
  .social a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 16px; }
    .social a:hover {
      opacity: 1; }
      .social a:hover span {
        opacity: 0.8; }
    .social a span {
      height: 21px;
      width: 22px;
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      align-content: center; }
      .social a span.twitter-link {
        background-image: url("../../images/tw.png"); }
      .social a span.linkedin-link {
        background-image: url("../../images/linkedin.png"); }

.nav-active {
  overflow: hidden; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 11px; }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }
  .nav-active .nav-holder {
    max-height: 2000px; }
  .nav-active .nav-frame {
    transform: translateY(0); }

.cycle-gallery {
  position: relative;
  width: 100%; }
  .cycle-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .cycle-gallery .slideset {
    width: 99999px;
    float: left; }
  .cycle-gallery .slide {
    float: left;
    position: relative;
    height: 425px; }
    .cycle-gallery .slide .company-logo {
      max-width: 250px;
      opacity: 1; }
    @media (min-width: 768px) {
      .cycle-gallery .slide {
        height: 700px; } }
    .cycle-gallery .slide.active {
      z-index: 1; }

.home-gallery .btn-prev,
.home-gallery .btn-next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -75px;
  width: 31px;
  height: 149px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 14px 14px 0;
  z-index: 2;
  color: #5b5b97;
  font-size: 38px;
  line-height: 1;
  padding-top: 58px; }
  @media (min-width: 1024px) {
    .home-gallery .btn-prev,
    .home-gallery .btn-next {
      display: none; } }

.home-gallery .btn-next {
  left: auto;
  right: 0;
  color: #008dc4;
  border-radius: 14px 0 0 14px;
  padding-left: 2px; }

.home-gallery .pagination {
  display: none; }
  @media (min-width: 1024px) {
    .home-gallery .pagination {
      display: block;
      position: absolute;
      height: 8px;
      bottom: 56px;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      z-index: 5; }
      .home-gallery .pagination li {
        display: inline-block;
        vertical-align: top;
        margin: 0 4px 0 8px; }
        .home-gallery .pagination li.active a {
          background: #fff; }
      .home-gallery .pagination a {
        outline: none;
        display: block;
        width: 8px;
        height: 8px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        border: 1px solid #fff;
        border-radius: 50%; } }

.home-gallery .text-holder {
  position: absolute;
  top: 100px;
  bottom: 60px;
  left: 20px;
  right: 20px;
  z-index: 5;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  @media (max-width: 767px) {
    .home-gallery .text-holder {
      top: 40px; } }
  .home-gallery .text-holder .container {
    overflow: auto; }
  .home-gallery .text-holder .title {
    font-size: 56px;
    line-height: 68px;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    max-width: 680px;
    letter-spacing: -0.6px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); }
    @media (max-width: 767px) {
      .home-gallery .text-holder .title {
        font-size: 36px;
        line-height: 45px; } }
    @media (max-width: 479px) {
      .home-gallery .text-holder .title {
        font-size: 32px;
        line-height: 42px; } }
  .home-gallery .text-holder .row {
    display: block;
    position: relative;
    padding-top: 26px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    letter-spacing: -0.4px; }

.home-gallery.single-item-carousel .pagination, .home-gallery.single-item-carousel .btn-prev, .home-gallery.single-item-carousel .btn-next {
  display: none; }

.anchor {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  z-index: 6;
  font-size: 32px;
  line-height: 1; }
  @media (min-width: 768px) {
    .anchor {
      font-size: 38px;
      bottom: 27px; } }

.bg-video-holder {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
  background-attachment: local; }
  .bg-video-holder:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none; }

.video-active .bg-video {
  opacity: 1; }

.bg-holder {
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden; }

.bg-holder img {
  height: auto;
  position: absolute;
  width: auto; }

.fallback-class {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll; }
  .fallback-class img {
    display: none; }

@keyframes width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes height {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes minheight {
  from {
    height: 0; }
  to {
    height: 420px; } }

.top-block {
  color: #fff;
  position: relative; }
  @media (min-width: 1200px) {
    .top-block {
      font-size: 20px; } }
  .top-block.map {
    background-position: 50% 0;
    background-size: cover; }
  .top-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(180, 41, 71, 0.8) 0%, rgba(180, 41, 71, 0.8) 43%, rgba(90, 90, 150, 0.8) 100%); }
    @media (min-width: 768px) {
      .top-block:before {
        background: linear-gradient(to right, #b42947 0%, #b42947 43%, rgba(90, 90, 150, 0.8) 100%); } }
  .top-block.blue:before {
    background: linear-gradient(to right, rgba(90, 90, 150, 0.8) 0%, rgba(3, 141, 196, 0.8) 60%, rgba(3, 141, 196, 0.8) 100%); }
    @media (min-width: 768px) {
      .top-block.blue:before {
        background: linear-gradient(to right, rgba(90, 90, 150, 0.8) 0%, #038dc4 60%, #038dc4 100%); } }
  .top-block.green:before {
    background: linear-gradient(to right, rgba(3, 141, 196, 0.8) 0%, rgba(3, 141, 196, 0.8) 43%, rgba(51, 185, 107, 0.8) 100%); }
    @media (min-width: 768px) {
      .top-block.green:before {
        background: linear-gradient(to right, #038dc4 0%, #038dc4 43%, rgba(51, 185, 107, 0.8) 100%); } }
  .top-block.yellow:before {
    background: linear-gradient(to right, rgba(243, 194, 83, 0.8) 0%, rgba(239, 175, 83, 0.8) 43%, rgba(225, 100, 40, 0.8) 100%); }
    @media (min-width: 768px) {
      .top-block.yellow:before {
        background: linear-gradient(to right, #f3c253 0%, #efaf53 43%, rgba(225, 100, 40, 0.8) 100%); } }
  @media (min-width: 768px) {
    .top-block.yellow .container {
      min-height: 600px; } }
  @media (min-width: 1024px) {
    .top-block.yellow .container {
      min-height: 800px; } }
  @media (min-width: 1200px) {
    .top-block.yellow .container {
      min-height: 900px; } }
  .top-block .container {
    height: calc(100vh - 45px);
    padding-top: 45px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    width: 100%; }
    @media (min-width: 768px) {
      .top-block .container {
        height: 100vh; } }
  .top-block .block {
    position: relative;
    overflow: auto;
    padding: 0 32px;
    z-index: 2; }
    @media (min-width: 768px) {
      .top-block .block {
        max-width: 420px;
        padding: 0 30px;
        position: static; } }
    @media (min-width: 1200px) {
      .top-block .block {
        padding: 0;
        font-size: 18px; } }
  .top-block h1 {
    font-weight: normal;
    margin: 0; }
    @media (min-width: 768px) {
      .top-block h1 {
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .top-block h1 {
        margin: 0 0 40px; } }

.tab-holder .text {
  font-size: 16px;
  color: #424242;
  padding: 45px 32px; }
  @media (min-width: 768px) {
    .tab-holder .text {
      font-size: 20px;
      padding: 55px 32px; } }
  @media (min-width: 1024px) {
    .tab-holder .text {
      font-size: 34px;
      line-height: 1.2;
      padding: 80px 32px 42px;
      background: -webkit-linear-gradient(10deg, #b42846, #5a5a96);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }
  @media (min-width: 1200px) {
    .tab-holder .text {
      padding: 83px 0 44px; } }
  @media (max-width: 1023px) {
    .tab-holder .text span {
      display: block;
      margin: 0 0 16px;
      background: -webkit-linear-gradient(10deg, #b42846, #5a5a96);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }

.box-holder {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .box-holder {
      margin: 0 -2px 20px -1px; } }
  @media (min-width: 1200px) {
    .box-holder {
      margin-bottom: 88px; } }
  .box-holder h3 {
    font-size: 24px;
    padding-bottom: 22px;
    margin: 0 0 49px;
    position: relative; }
    @media (min-width: 768px) {
      .box-holder h3 {
        font-size: 20px;
        min-height: 80px;
        margin: 0 0 30px; } }
    @media (min-width: 1024px) {
      .box-holder h3 {
        font-size: 28px;
        line-height: 32px;
        min-height: 80px;
        padding-bottom: 24px;
        margin-bottom: 55px; } }
    .box-holder h3:after {
      content: '';
      width: 70px;
      height: 4px;
      background: linear-gradient(to right, #b32847 0%, #5a5a96 100%);
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (min-width: 768px) {
        .box-holder h3:after {
          background: #b32847;
          width: 60px;
          height: 5px; } }
  .box-holder .link {
    display: inline-block;
    font-size: 14px;
    position: relative;
    outline: none;
    padding-right: 33px; }
    @media (min-width: 768px) {
      .box-holder .link {
        position: absolute;
        left: 26px;
        bottom: 40px;
        padding-right: 36px; } }
    .box-holder .link:after {
      content: "\e900";
      font-family: 'icomoon';
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 2px;
      right: 0; }
      @media (min-width: 768px) {
        .box-holder .link:after {
          font-size: 28px;
          top: -3px; } }
  .box-holder .box {
    position: relative; }
    @media (max-width: 767px) {
      .box-holder .box {
        padding: 44px 47px 57px;
        line-height: 1.33; }
        .box-holder .box:nth-child(odd) {
          color: #fff;
          background: linear-gradient(to right, #b32847 0%, #5a5a96 100%); }
          .box-holder .box:nth-child(odd) h3:after {
            background: #fff; }
          .box-holder .box:nth-child(odd) .link {
            color: #fff; } }
    @media (min-width: 768px) {
      .box-holder .box {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        width: 25%;
        margin-right: -4px;
        padding: 0 2px 0 1px; }
        .box-holder .box .holder {
          background: #f5f5f5;
          height: 390px;
          padding: 25px 16px 62px;
          margin-bottom: 16px;
          position: relative;
          transition: background 0.2s linear; }
          .box-holder .box .holder:hover {
            background: linear-gradient(to right, #b42846 0%, #a23256 100%);
            color: #fff; }
            .box-holder .box .holder:hover h3:after {
              background: #fff !important; }
            .box-holder .box .holder:hover .link {
              color: #fff; }
        .box-holder .box.active .holder {
          background: linear-gradient(to right, #b42846 0%, #a23256 100%);
          color: #fff;
          position: relative; }
          .box-holder .box.active .holder:after {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: 100%;
            left: 50%;
            margin: 3px 0 0 -13px;
            border-style: solid;
            border-width: 0 13px 13px 13px;
            border-color: transparent transparent #a72f52 transparent; }
          .box-holder .box.active .holder .link {
            color: #fff; }
          .box-holder .box.active .holder h3:after {
            background: #fff; }
        .box-holder .box + .box h3:after,
        .box-holder .box + .box .holder:hover {
          background: linear-gradient(to right, #9f3459 0%, #99375e 100%); }
        .box-holder .box + .box + .box h3:after,
        .box-holder .box + .box + .box .holder:hover {
          background: linear-gradient(to right, #844371 0%, #7e4676 100%); }
        .box-holder .box + .box + .box + .box h3:after,
        .box-holder .box + .box + .box + .box .holder:hover {
          background: linear-gradient(to right, #6a5188 0%, #65548c 100%); } }
    @media (min-width: 1024px) {
      .box-holder .box {
        font-size: 15px;
        line-height: 1.47; }
        .box-holder .box .holder {
          padding: 45px 26px 62px; } }
    .box-holder .box.active {
      z-index: 2; }
      .box-holder .box.active .link:after {
        transform: rotate(90deg);
        top: -1px;
        right: 1px; }
        @media (min-width: 768px) {
          .box-holder .box.active .link:after {
            top: -5px;
            right: 2px; } }
        @media (min-width: 1024px) {
          .box-holder .box.active .link:after {
            top: -6px; } }
        @media (min-width: 1200px) {
          .box-holder .box.active .link:after {
            top: -5px; } }
    .box-holder .box .frame {
      margin-bottom: 30px;
      font-weight: 300; }
      @media (min-width: 768px) {
        .box-holder .box .frame {
          margin: 0;
          max-height: 190px;
          overflow: hidden;
          padding-top: 20px; } }
      @media (min-width: 1024px) {
        .box-holder .box .frame {
          padding: 0px;
          max-height: 137px; } }
  .box-holder .slide-block {
    background: #fafafa; }
    @media (max-width: 767px) {
      .box-holder .slide-block {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); } }
    .box-holder .slide-block .top-row {
      background: #f0f0f0;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 96px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .box-holder .slide-block .top-row img {
          display: block;
          width: auto;
          max-width: 155px;
          max-height: 40px; } }
      @media (min-width: 768px) {
        .box-holder .slide-block .top-row {
          height: 136px;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .box-holder .slide-block .top-row {
          height: 196px; } }
    .box-holder .slide-block .accordion {
      padding: 0 45px;
      margin: 0 0 -1px;
      text-align: left; }
      @media (min-width: 768px) {
        .box-holder .slide-block .accordion {
          margin: 0;
          padding-bottom: 54px; } }
      @media (min-width: 1200px) {
        .box-holder .slide-block .accordion {
          padding: 0 50px 54px 0; } }
      .box-holder .slide-block .accordion li {
        border-bottom: 1px solid #d2d2d2; }
    .box-holder .slide-block .open {
      font-size: 14px;
      background: -webkit-linear-gradient(10deg, #b42846, #5a5a96);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding: 12px 24px 12px 3px;
      display: block;
      position: relative; }
      .box-holder .slide-block .open:after {
        content: "\e900";
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        right: 1px;
        margin-top: -14px;
        background: -webkit-linear-gradient(10deg, #b42846, #5a5a96);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 24px; }
      @media (min-width: 768px) {
        .box-holder .slide-block .open {
          font-size: 20px;
          padding: 20px 60px 20px 0; }
          .box-holder .slide-block .open:after {
            right: 30px;
            font-size: 24px; } }
      @media (min-width: 1024px) {
        .box-holder .slide-block .open {
          font-size: 24px;
          padding: 20px 80px 20px 0; }
          .box-holder .slide-block .open:after {
            right: 50px;
            font-size: 30px;
            margin-top: -17px; } }
    .box-holder .slide-block .active .open:after {
      transform: rotate(90deg);
      margin-top: -16px;
      right: 2px; }
    @media (min-width: 768px) {
      .box-holder .slide-block .active .open:after {
        right: 31px; } }
    @media (min-width: 1024px) {
      .box-holder .slide-block .active .open:after {
        right: 52px;
        margin-top: -19px; } }
    .box-holder .slide-block .btn-close {
      position: absolute;
      z-index: 2;
      top: 10px;
      right: 46px;
      font-size: 24px;
      line-height: 1;
      outline: none;
      background: -webkit-linear-gradient(10deg, #b42846, #5a5a96);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (min-width: 768px) {
        .box-holder .slide-block .btn-close {
          right: 20px; } }
      @media (min-width: 1024px) {
        .box-holder .slide-block .btn-close {
          font-size: 34px; } }
      @media (min-width: 1200px) {
        .box-holder .slide-block .btn-close {
          right: 50%;
          margin-right: -500px;
          top: 16px; } }
    .box-holder .slide-block .logo-holder {
      padding: 25px 0 0;
      margin: 0 -12px;
      text-align: center; }
      @media (min-width: 1024px) {
        .box-holder .slide-block .logo-holder {
          padding: 50px 0 0;
          margin: 0 -50px; } }
      @media (max-width: 1023px) {
        .box-holder .slide-block .logo-holder img {
          max-width: 60px;
          max-height: 20px;
          width: auto;
          margin: 0 11px 25px; } }
      @media (min-width: 1024px) {
        .box-holder .slide-block .logo-holder img {
          margin: 0 30px 50px; } }
  .box-holder .btn-top {
    display: inline-block;
    text-transform: uppercase;
    margin: 20px 0;
    color: #424242;
    font-size: 10px; }
    @media (min-width: 768px) {
      .box-holder .btn-top {
        display: none; } }
    .box-holder .btn-top span {
      display: block;
      font-size: 18px;
      line-height: 1;
      transform: rotate(180deg); }
  @media (min-width: 768px) {
    .box-holder .columns {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      position: relative; }
      .box-holder .columns:before {
        content: '';
        width: 100vw;
        height: 4px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        background: linear-gradient(to right, #b42846 0%, #5a5a96 100%); } }
  @media (min-width: 1200px) {
    .box-holder .columns {
      max-width: 1026px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .box-holder .col {
      width: 50%; }
      .box-holder .col + .col {
        border-left: 3px solid #f0f0f0; }
        .box-holder .col + .col .top-row {
          border-left: 3px solid #fff;
          margin-left: -3px; } }
  @media (min-width: 1200px) {
    .box-holder .col + .col .accordion {
      padding: 0 0 54px 50px; }
    .box-holder .col + .col:before {
      right: auto;
      width: 50vw; } }
  @media (min-width: 1200px) {
    .box-holder .slide-block {
      position: relative; }
      .box-holder .slide-block:before, .box-holder .slide-block:after {
        content: '';
        width: 100%;
        height: 196px;
        position: absolute;
        top: 0;
        z-index: -1;
        background: #f0f0f0; } }

.info-section {
  background: #f0f0f0;
  padding-top: 52px;
  font-size: 10px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .info-section {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .info-section {
      padding-top: 73px; } }
  .info-section h2 {
    margin: 0 0 28px;
    padding-bottom: 2px;
    background: -webkit-linear-gradient(10deg, #5a5a96 0%, #008cc3 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative; }
    .info-section h2:after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      top: 100%;
      left: 0;
      background: linear-gradient(to right, #5a5a96 0%, #008cc3 100%); }
    @media (min-width: 1024px) {
      .info-section h2 {
        padding-bottom: 6px; }
        .info-section h2:after {
          height: 3px;
          background: #fff; } }
  .info-section p {
    margin: 0 0 20px; }
  .info-section .items-row {
    padding: 30px 0 56px;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    margin: 0 -12px; }
    @media (min-width: 1200px) {
      .info-section .items-row {
        margin: 0 -43px;
        padding: 68px 0 105px; } }
  .info-section .block {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 181px; }
    @media (min-width: 768px) {
      .info-section .block {
        width: 320px; } }
    @media (min-width: 1200px) {
      .info-section .block {
        width: 340px; } }
    .info-section .block strong {
      display: block;
      font-size: 16px;
      margin-bottom: 3px; }
      @media (min-width: 768px) {
        .info-section .block strong {
          font-size: 20px;
          margin-bottom: 0; } }
  .info-section .img {
    width: 163px;
    height: 163px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 17px;
    position: relative; }
    @media (min-width: 768px) {
      .info-section .img {
        width: 264px;
        height: 264px; } }
    @media (min-width: 1024px) {
      .info-section .img {
        margin-bottom: 22px; } }
    .info-section .img:hover {
      opacity: 1;
      background: linear-gradient(to right, #5a5a96 0%, #008cc3 100%); }
    .info-section .img:before {
      content: '';
      width: auto;
      height: auto;
      position: absolute;
      top: 3px;
      bottom: 3px;
      left: 3px;
      right: 3px;
      z-index: 1;
      border-radius: 50%;
      background: #fff; }
    .info-section .img img {
      max-height: 48%;
      max-width: 50%;
      width: auto;
      position: relative;
      z-index: 2; }
      @media (min-width: 1200px) {
        .info-section .img img {
          max-width: 60%;
          max-height: 60%; } }

.ajax-filters-container .item {
  transition: opacity 1s linear; }

.ajax-filters-container.is-busy .item {
  opacity: 0; }

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.7; }

.logo-list {
  position: relative; }
  .logo-list .item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: -4px;
    width: 33.3%; }
    .logo-list .item.active .logo-holder {
      background: #FFFFFF;
      box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.08); }
      .logo-list .item.active .logo-holder img.grayscale {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: none;
        -webkit-filter: none;
        opacity: 1; }
      .logo-list .item.active .logo-holder .grayscale-fix img.grayscale {
        visibility: visible !important; }
    @media (min-width: 768px) {
      .logo-list .item {
        width: 25%;
        position: relative; }
        .logo-list .item:nth-child(2n):after {
          border-color: transparent transparent #3f69a4 transparent; }
        .logo-list .item:nth-child(3n):after {
          border-color: transparent transparent #1d7cb4 transparent; }
        .logo-list .item:nth-child(4n):after {
          border-color: transparent transparent #0589c1 transparent; }
        .logo-list .item.active:after {
          opacity: 1; } }
    @media (min-width: 1024px) {
      .logo-list .item {
        width: 20%; }
        .logo-list .item:after {
          top: 173px;
          border-color: transparent transparent #4268a2 transparent; }
        .logo-list .item:nth-child(2n):after {
          border-color: transparent transparent #3b6ba6 transparent; }
        .logo-list .item:nth-child(3n):after {
          border-color: transparent transparent #3171aa transparent; }
        .logo-list .item:nth-child(4n):after {
          border-color: transparent transparent #2279b2 transparent; }
        .logo-list .item:nth-child(5n):after {
          border-color: transparent transparent #2279b2 transparent; } }
  .logo-list .logo-holder {
    width: 83px;
    height: 83px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .logo-list .logo-holder {
        width: 120px;
        height: 120px; } }
    @media (min-width: 1024px) {
      .logo-list .logo-holder {
        width: 171px;
        height: 171px; } }
    .logo-list .logo-holder:hover img.grayscale {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
      filter: none;
      -webkit-filter: none;
      opacity: 1; }
    .logo-list .logo-holder:hover .grayscale-fix img.grayscale {
      visibility: visible !important; }
    .logo-list .logo-holder img {
      position: relative;
      z-index: 1;
      max-width: 60px;
      max-height: 50px;
      height: auto;
      display: block;
      width: auto;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .logo-list .logo-holder img {
          max-height: 98px;
          max-width: 155px; } }
    .logo-list .logo-holder .opener {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      outline: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  .logo-list .slide-block {
    background: #f5f5f5;
    padding: 35px 15px 20px;
    color: #424242;
    display: none;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .logo-list .slide-block {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        overflow: auto;
        max-height: 100%;
        z-index: 101;
        width: auto !important;
        position: fixed !important;
        transform: translate(0, 0) !important; }
        .logo-list .slide-block:before {
          content: '';
          width: 100%;
          height: 5px;
          background: #F37021;
          position: absolute;
          top: 0;
          left: 0; } }
    @media (min-width: 768px) {
      .logo-list .slide-block {
        padding: 60px 30px;
        margin-top: 12px;
        position: relative; }
        .logo-list .slide-block:after {
          content: '';
          width: 100%;
          height: 10px;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #F37021; } }
    @media (min-width: 1200px) {
      .logo-list .slide-block {
        padding: 55px 0 10px;
        box-shadow: none; }
        .logo-list .slide-block:before {
          width: 100vw;
          left: 50%;
          transform: translateX(-50%); } }
    .logo-list .slide-block .slide-frame {
      display: flex;
      padding: 0 1.3% 35px 1.3%; }
      @media (min-width: 1200px) {
        .logo-list .slide-block .slide-frame {
          max-width: 1026px;
          margin: 0 auto; } }
      @media (max-width: 1023px) {
        .logo-list .slide-block .slide-frame {
          flex-direction: column; } }
    .logo-list .slide-block .url {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.2px;
      color: #848484; }
    .logo-list .slide-block .text {
      font-size: 9px; }
      @media (min-width: 768px) {
        .logo-list .slide-block .text {
          overflow: hidden;
          font-size: 12px;
          padding: 0 15px 0 30px; } }
      @media (min-width: 1200px) {
        .logo-list .slide-block .text {
          padding: 0 0 0 66px;
          max-width: 630px; } }
      @media (min-width: 1024px) {
        .logo-list .slide-block .text .holder {
          column-count: 1; } }
      @media (min-width: 1200px) {
        .logo-list .slide-block .text .holder {
          column-gap: 70px; } }
    .logo-list .slide-block .company-info {
      min-width: 200px;
      max-width: 201px; }
      @media (max-width: 1023px) {
        .logo-list .slide-block .company-info {
          width: 100%;
          padding-left: 30px; } }
      @media (max-width: 767px) {
        .logo-list .slide-block .company-info {
          padding-left: 0; } }
    .logo-list .slide-block h3 {
      font-weight: 500;
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -0.4px;
      position: relative;
      padding: 0 1px;
      color: #F37021; }
    .logo-list .slide-block .info {
      font-size: 10px;
      font-weight: bold;
      margin: 0 0 18px; }
      @media (min-width: 768px) {
        .logo-list .slide-block .info {
          font-size: 14px;
          font-style: italic;
          font-weight: normal; } }
      @media (min-width: 1200px) {
        .logo-list .slide-block .info {
          margin-bottom: 32px; } }
      .logo-list .slide-block .info li {
        display: inline-block; }
        .logo-list .slide-block .info li + li:before {
          content: '';
          width: 1px;
          height: 10px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 7px 1px 5px;
          background: #424242; }
      .logo-list .slide-block .info a {
        color: inherit; }
    .logo-list .slide-block p {
      margin: 0 0 14px;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.2px;
      color: #282828; }
    .logo-list .slide-block .frame {
      position: relative; }
      @media (min-width: 768px) {
        .logo-list .slide-block .frame {
          overflow: hidden; } }
    .logo-list .slide-block .team {
      font-size: 9px;
      text-align: left; }
      @media (min-width: 768px) {
        .logo-list .slide-block .team {
          font-size: 12px;
          float: left;
          max-width: 60%; } }
      .logo-list .slide-block .team strong {
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 14px 4px 0; }
      @media (min-width: 768px) {
        .logo-list .slide-block .team .team-holder {
          overflow: hidden; } }
      .logo-list .slide-block .team span {
        display: inline-block;
        position: relative;
        padding: 0 15px 15px 15px; }
        .logo-list .slide-block .team span:before {
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          position: absolute;
          top: 3px;
          left: 0;
          background: #F37021; }
          @media (min-width: 768px) {
            .logo-list .slide-block .team span:before {
              top: 4px; } }
      .logo-list .slide-block .team a {
        color: inherit; }
    .logo-list .slide-block .social {
      margin: 0;
      padding: 0;
      text-align: right;
      font-size: 9px; }
      @media (min-width: 768px) {
        .logo-list .slide-block .social {
          float: right;
          max-width: 40%;
          font-size: 12px; } }
      @media (min-width: 1024px) {
        .logo-list .slide-block .social {
          margin-top: -8px; } }
      .logo-list .slide-block .social li {
        background: none;
        vertical-align: top; }
      .logo-list .slide-block .social a {
        width: 20px;
        height: 20px;
        background: none;
        line-height: 22px;
        border: 1px solid #424242; }
        @media (min-width: 768px) {
          .logo-list .slide-block .social a {
            width: 26px;
            height: 26px;
            line-height: 27px; } }
      .logo-list .slide-block .social .icon-linkedin {
        font-size: 12px; }
        @media (min-width: 768px) {
          .logo-list .slide-block .social .icon-linkedin {
            font-size: 14px; } }
      .logo-list .slide-block .social .icon-earth {
        font-size: 17px;
        line-height: 22px; }
        @media (min-width: 768px) {
          .logo-list .slide-block .social .icon-earth {
            font-size: 22px;
            line-height: 29px; } }
    .logo-list .slide-block .press {
      clear: both;
      margin-top: 10px; }
      .logo-list .slide-block .press ul {
        margin: 0;
        padding: 0; }
        @media (max-width: 767px) {
          .logo-list .slide-block .press ul {
            padding-left: 15px; } }
        .logo-list .slide-block .press ul li {
          padding: 4px 0; }
          .logo-list .slide-block .press ul li a {
            color: #282828; }
            .logo-list .slide-block .press ul li a:hover {
              color: #F37021; }
      .logo-list .slide-block .press h4 {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.2px;
        border-bottom: 1px solid #C7C9C7; }
        .logo-list .slide-block .press h4 span {
          color: #F37021;
          border-bottom: 1px solid #F37021;
          display: inline-block;
          position: relative;
          margin-bottom: -3px; }
  .logo-list .logo-box {
    width: 180px;
    height: 180px;
    margin: 0 auto 17px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .logo-list .logo-box {
        float: left;
        box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.2); } }
    @media (min-width: 1200px) {
      .logo-list .logo-box {
        width: 330px;
        height: 330px; } }
    .logo-list .logo-box img {
      max-height: 120px;
      max-width: 120px; }
      @media (min-width: 1200px) {
        .logo-list .logo-box img {
          max-height: 220px;
          max-width: 250px; } }
  .logo-list .btn-close {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 24px;
    line-height: 1;
    outline: none; }
    @media (min-width: 768px) {
      .logo-list .btn-close {
        font-size: 34px;
        top: 24px; } }
    @media (min-width: 1200px) {
      .logo-list .btn-close {
        right: 50%;
        margin-right: -500px; } }
    .logo-list .btn-close span {
      background: #111111;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      z-index: 2; }
    .logo-list .btn-close:before {
      content: '';
      width: auto;
      height: auto;
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      border: 4px solid #f5f5f5;
      z-index: 4;
      pointer-events: none; }

.disabled-items .item {
  opacity: 0.6; }

.disabled-items .enabled-items .item,
.disabled-items .item:hover {
  opacity: 1; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.open-block {
  background: #f5f5f5;
  margin: 0 -15px 53px;
  padding: 24px 0 50px;
  color: #9b9b9b;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14); }
  @media (min-width: 768px) {
    .open-block {
      margin: -128px 0 60px;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
      position: relative;
      z-index: 7;
      padding-right: 50%; } }
  @media (min-width: 1024px) {
    .open-block {
      margin: -250px 0 60px;
      padding: 50px 52% 10px 0; } }
  @media (min-width: 1200px) {
    .open-block {
      margin: -328px 0 60px;
      padding: 52px 52% 20px 0; } }
  .open-block h2 {
    background: -webkit-linear-gradient(10deg, #f0b428 0%, #e16428 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 32px; }
    @media (min-width: 1024px) {
      .open-block h2 {
        margin: 0 0 43px 50px; } }
  .open-block .location {
    padding: 25px 57px 0 70px;
    position: relative;
    font-size: 11px; }
    @media (min-width: 1024px) {
      .open-block .location {
        font-size: 16px;
        padding: 0 0 36px 105px; } }
    .open-block .location:before {
      content: "\e906";
      font-family: 'icomoon';
      background: -webkit-linear-gradient(10deg, #c4c4c4 0%, #bdbdbd 60%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: absolute;
      top: 29px;
      left: 33px;
      font-size: 18px;
      line-height: 1.2; }
      @media (min-width: 1024px) {
        .open-block .location:before {
          font-size: 26px;
          top: 3px;
          left: 50px; } }
  .open-block iframe {
    width: 100%;
    height: 526px; }
    @media (min-width: 768px) {
      .open-block iframe {
        width: 100%;
        height: 100%; } }
  .open-block h3 {
    margin: 0 0 5px; }
    @media (min-width: 1024px) {
      .open-block h3 {
        margin: 0 0 12px; } }
  .open-block address {
    font-style: normal;
    margin: 0 0 16px;
    max-width: 285px;
    line-height: 14px; }
    @media (min-width: 1024px) {
      .open-block address {
        line-height: 20px;
        margin: 0 0 10px; } }
  .open-block .open {
    color: inherit;
    font-size: 10px;
    display: inline-block;
    position: relative;
    padding-right: 28px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .open-block .open {
        font-style: italic; } }
    @media (min-width: 1024px) {
      .open-block .open {
        font-size: 16px; } }
    .open-block .open:after {
      content: "\e900";
      font-family: 'icomoon';
      position: absolute;
      top: 1px;
      right: 0;
      font-size: 18px;
      line-height: 1;
      font-weight: normal; }
      @media (min-width: 768px) {
        .open-block .open:after {
          font-style: normal; } }
      @media (min-width: 1024px) {
        .open-block .open:after {
          font-size: 24px; } }
  .open-block .block.active {
    color: #424242; }
    @media (max-width: 767px) {
      .open-block .block.active .location {
        padding-bottom: 34px; } }
    .open-block .block.active .location:before {
      background: -webkit-linear-gradient(10deg, #f0b428 0%, #e16428 60%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .open-block .block.active .open {
      color: #E4974B; }
    .open-block .block.active .slide {
      height: 425px; }
      @media (min-width: 768px) {
        .open-block .block.active .slide {
          height: 700px;
          position: absolute;
          top: 0;
          right: 0;
          width: 50%; } }

.contact-block {
  padding: 0 0 60px;
  color: #b4b4b4; }
  @media (min-width: 1200px) {
    .contact-block {
      padding: 0 50px 120px; } }
  .contact-block h2 {
    background: -webkit-linear-gradient(10deg, #f0b428 0%, #e16428 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 3px;
    margin: 0 0 30px;
    border-bottom: 2px solid #d2d2d2; }
    @media (min-width: 1024px) {
      .contact-block h2 {
        border-width: 3px;
        padding-bottom: 12px;
        margin-bottom: 42px; } }
  @media (min-width: 768px) {
    .contact-block .area-row {
      margin: 0 -15px;
      overflow: hidden; }
      .contact-block .area-row .area {
        padding: 0 15px;
        width: 50%;
        float: left; } }
  @media (min-width: 1200px) {
    .contact-block .area-row {
      margin: 0 -38px; }
      .contact-block .area-row .area {
        padding: 0 38px; } }
  .contact-block label {
    display: block;
    font-size: 12px;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .contact-block label {
        font-size: 18px;
        margin: 0 0 8px; } }
    @media (min-width: 1024px) {
      .contact-block label {
        font-size: 20px; } }
  .contact-block input[type=text] {
    width: 100%;
    margin: 0 0 26px; }
    @media (min-width: 768px) {
      .contact-block input[type=text] {
        margin-bottom: 36px; } }
  .contact-block textarea {
    width: 100%;
    height: 130px;
    min-height: 130px;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .contact-block textarea {
        margin-bottom: 34px;
        height: 190px;
        min-height: 190px; } }
  .contact-block .text {
    font-size: 9px;
    margin: 0 0 17px; }
    @media (min-width: 768px) {
      .contact-block .text {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 22px; } }
  .contact-block .check {
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .contact-block .check {
        margin-bottom: 38px; } }
    .contact-block .check [type=checkbox] {
      display: inline-block;
      vertical-align: middle; }
    .contact-block .check label {
      display: inline-block;
      vertical-align: middle;
      font-weight: bold;
      font-size: 10px;
      position: relative;
      padding-left: 20px; }
      .contact-block .check label:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #ebebeb;
        position: absolute;
        top: 2px;
        left: 0; }
      @media (min-width: 768px) {
        .contact-block .check label {
          font-size: 14px;
          padding-left: 32px; }
          .contact-block .check label:before {
            width: 15px;
            height: 15px; } }
    .contact-block .check [type=checkbox] {
      display: none; }
    .contact-block .check [type=checkbox]:checked + label:after {
      content: '';
      width: 4px;
      height: 6px;
      position: absolute;
      top: 3px;
      left: 3px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg); }
      @media (min-width: 768px) {
        .contact-block .check [type=checkbox]:checked + label:after {
          width: 6px;
          height: 8px;
          top: 4px;
          left: 5px; } }
  .contact-block button[type=submit] {
    padding-right: 20px;
    position: relative;
    min-width: 120px;
    text-align: left; }
    .contact-block button[type=submit]:after {
      content: "\e904";
      font-family: 'icomoon';
      position: absolute;
      top: 5px;
      right: 4px;
      font-size: 18px;
      line-height: 1;
      transition: right 0.2s linear; }
    .contact-block button[type=submit]:hover:after {
      right: 7px; }
    @media (min-width: 768px) {
      .contact-block button[type=submit] {
        min-width: 184px;
        padding-right: 34px; }
        .contact-block button[type=submit]:after {
          font-size: 26px;
          right: 9px;
          top: 6px; }
        .contact-block button[type=submit]:hover:after {
          right: 15px; } }

.social-block {
  background: #424242;
  text-align: center;
  color: #fff;
  padding: 54px 0 64px;
  font-size: 10px;
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .social-block {
      font-size: 14px;
      line-height: 17px; } }
  @media (min-width: 1024px) {
    .social-block {
      padding: 56px 0 50px; } }
  .social-block h3 {
    font-size: 22px;
    margin: 0 0 22px; }
    @media (min-width: 768px) {
      .social-block h3 {
        font-size: 30px;
        margin: 0 0 27px; } }
    @media (min-width: 1024px) {
      .social-block h3 {
        font-size: 35px; } }
  .social-block p {
    margin: 0 0 33px; }
  .social-block .social {
    margin: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .social-block .social {
        font-size: 16px;
        line-height: 28px; }
        .social-block .social .icon-linkedin {
          font-size: 18px; }
        .social-block .social .icon-facebook {
          line-height: 30px; }
        .social-block .social .icon-instagram {
          line-height: 30px; } }
    .social-block .social li {
      background: none; }
    .social-block .social a {
      background: none;
      color: #fff;
      line-height: 28px;
      width: 27px;
      height: 27px;
      border: 1px solid #fff; }
      @media (min-width: 1024px) {
        .social-block .social a {
          width: 32px;
          height: 32px;
          padding-bottom: 1px;
          line-height: 33px; } }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.subscribe-block {
  background-color: #F6F6F6;
  padding: 44px 16px; }
  @media (min-width: 768px) {
    .subscribe-block {
      max-width: 650px;
      padding: 64px 40px; } }
  @media (min-width: 1024px) {
    .subscribe-block {
      max-width: 820px; } }
  .subscribe-block .subscribe-heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
    color: #E4974B;
    margin-bottom: 24px;
    max-width: 75%; }
  @media (min-width: 768px) {
    .subscribe-block .fields {
      columns: 2; } }
  .subscribe-block .fields div.mce_inline_error {
    display: none !important; }
  .subscribe-block .fields .mc-field-group:last-child {
    column-span: all; }
  .subscribe-block .fields .response {
    color: #282828;
    padding: 16px; }
  .subscribe-block input:not([type='submit']), .subscribe-block select {
    background: #fff;
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    color: #848484;
    line-height: 24px;
    letter-spacing: -0.2px;
    padding: 7px 12px; }
    .subscribe-block input:not([type='submit'])::placeholder, .subscribe-block select::placeholder {
      color: #848484; }
  .subscribe-block input[type='submit'] {
    border-radius: 8px;
    width: 100%; }
  .subscribe-block label {
    display: none; }

.meta .share {
  flex-grow: 1;
  text-align: right;
  color: #848484; }
  .meta .share:before {
    content: '';
    display: inline-block;
    position: relative;
    background-image: url("../../images/share-icn.png");
    height: 16px;
    width: 16px;
    line-height: 16px;
    top: 2px;
    left: -8px; }

.gallery-js-ready {
  display: block !important; }

.cycle-gallery {
  display: none; }
