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

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.wrapper, .clearfix, .gallery, .contact-form .row, .case-study__gallery-item {
  *zoom: 1; }
  .wrapper:before, .clearfix:before, .gallery:before, .contact-form .row:before, .case-study__gallery-item:before, .wrapper:after, .clearfix:after, .gallery:after, .contact-form .row:after, .case-study__gallery-item:after {
    content: '';
    display: table; }
  .wrapper:after, .clearfix:after, .gallery:after, .contact-form .row:after, .case-study__gallery-item:after {
    clear: both; }

/* @import
  'vendors-extensions/'; */
@font-face {
  font-family: "Bebas Neue Regular";
  src: url("../fonts/bebasneue_regular.eot?") format("eot"), url("../fonts/bebasneue_regular.woff2") format("woff2"), url("../fonts/bebasneue_regular.woff") format("woff"), url("../fonts/bebasneue_regular.ttf") format("truetype"), url("../fonts/bebasneue_regular.svg#Bebas_Neue_Regular") format("svg"); }

@font-face {
  font-family: "Galano Grotesque Alt Bold DEMO";
  src: url("../fonts/galano_grotesque_alt_bold_demo.eot?") format("eot"), url("../fonts/galano_grotesque_alt_bold_demo.woff") format("woff"), url("../fonts/galano_grotesque_alt_bold_demo.ttf") format("truetype"); }

html {
  font-size: 16; }

body {
  line-height: 1.9375em; }

p {
  margin-bottom: 1.3em; }

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  font-size: 3.998em; }

h2 {
  font-size: 2.827em; }

h3 {
  font-size: 1.999em; }

h4 {
  font-size: 1.414em; }

small, .font_small {
  font-size: 0.707em; }

.alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  font-family: "Open Sans", Arial, sans-serif; }

.wrapper {
  width: 96%;
  max-width: 75em;
  margin: 0 auto;
  position: relative; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text--color-primary, .background--color-primary {
  color: #ff6600 !important; }

.text--color-light {
  color: #fff !important; }

.text--color-dark {
  color: #202020 !important; }

.background--light {
  background: #f8f8ff; }

.background--dark {
  background: #202020; }

.background--shade {
  background: #585858; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .button-group > .button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .button-group > .button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .button-group > .button:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .button-group .button {
    position: relative;
    float: left; }
  .button-group .button + .button {
    margin-left: -1px; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: "Open Sans", Arial, sans-serif; }

html, body {
  height: 100%; }

body {
  color: #1d1d1d; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s; }
  a.active {
    color: #ff6600;
    font-weight: bold; }

label {
  font-size: 0.875em;
  font-weight: 600;
  color: #171717; }

textarea {
  resize: vertical; }

ul {
  padding-left: 40px; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.87);
  z-index: 998; }

.navbar {
  z-index: 999; }

.navbar.affix {
  background: #191919; }

.navbar.affix .nav__primary a {
  -webkit-transition: all .35s;
  transition: all .35s; }

.navbar__default {
  background: transparent;
  -webkit-transition: all .35s;
  transition: all .35s; }
  @media screen and (max-width: 48em) {
    .navbar__default {
      background: #202020; } }

.navbar__fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

.navbar__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5em;
  margin: 0 auto; }
  @media screen and (max-width: 48em) {
    .navbar__wrapper {
      display: block;
      padding: 0 1em; } }

.navbar__header {
  padding: 20px 0;
  line-height: normal; }
  @media screen and (max-width: 48em) {
    .navbar__header {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.navbar__brand {
  display: block; }
  @media screen and (max-width: 48em) {
    .navbar__brand {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.navbar-brand img {
  width: 93px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1); }

.affix .navbar-brand img {
  width: 50px; }

.nav {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: 0.5s cubic-bezier(0, 1, 0.5, 1); }

.nav.opened {
  max-height: 336px; }

.nav__primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 48em) {
    .nav__primary {
      max-height: 0;
      overflow-y: hidden;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media screen and (max-width: 48em) {
  .nav li a {
    display: block;
    padding: 0.75em; } }

.navbar__default .navbar__toggle .icon-bar {
  background: #fff; }

.navbar__toggle {
  display: none;
  background: none;
  outline: 0;
  border: none;
  padding: 16px;
  cursor: pointer; }
  @media screen and (max-width: 48em) {
    .navbar__toggle {
      display: block; } }

.navbar__toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px; }

.navbar__toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

.nav__primary li {
  position: relative; }

@media screen and (max-width: 48em) {
  .nav__primary li:last-child {
    margin-bottom: 1em; } }

.nav__primary li a:hover {
  color: #ff6600; }

.nav__primary li + li {
  margin-left: 2em; }
  @media screen and (max-width: 48em) {
    .nav__primary li + li {
      margin-left: 0; } }

.nav__primary li a {
  font-size: 0.75em;
  font-weight: 300;
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  .nav__primary li a.active {
    font-weight: bold;
    color: #ff6600; }

.nav__side {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 48em) {
    .nav__side {
      display: none; } }

.nav__side li {
  margin-top: 12px;
  margin-bottom: 12px; }

.nav__side li a {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.6;
  -webkit-transition: all .35s;
  transition: all .35s;
  position: relative; }
  .nav__side li a:hover {
    opacity: 1; }
  .nav__side li a .tooltip {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 8px 12px;
    background-color: #ff6600;
    font-weight: bold;
    font-size: 0.625em;
    line-height: 1em;
    text-transform: uppercase;
    white-space: pre;
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.13, 1.13, 0.5, 1.04);
    transition: all 0.5s cubic-bezier(0.13, 1.13, 0.5, 1.04);
    opacity: 0;
    pointer-events: none; }
  .nav__side li a:hover .tooltip {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.nav__side li.active a {
  background: #fff;
  opacity: 1; }

.full-height {
  height: 100%; }

.form-group {
  padding: 0.5em 0; }
  .form-group label + input, .form-group label + textarea, .form-group label + select {
    margin-top: 0.5em; }

.form__input {
  width: 100%;
  display: block;
  border: none;
  padding: 8px 16px;
  color: #4a4a4a;
  font-size: 16px;
  border: 1px solid #d6d6d6; }

.section-wrapper {
  padding: 4.1875em 0; }

.section-heading {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.1875em;
  font-weight: 300;
  text-transform: uppercase;
  color: #202020;
  margin-top: 0; }

.section-subheading {
  font-weight: 300;
  text-transform: none;
  color: #585858;
  margin-bottom: 20px; }
  @media screen and (max-width: 26.5625em) {
    .section-subheading {
      display: block; } }

.copyright {
  display: block;
  padding: 2em 0;
  background: #202020;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  color: #fff; }

.copyright__wrapper {
  position: relative; }

.copyright__text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #a0a0a0;
  font-size: 0.875em; }
  @media screen and (max-width: 64em) {
    .copyright__text {
      position: initial; } }

@media screen and (max-width: 64em) {
  footer .nav-container {
    float: none; } }

@media screen and (max-width: 64em) {
  .nav__sitemap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.social-link {
  font-size: 1.5em;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  color: #202020;
  padding: 0 !important; }

.social-link:hover.facebook {
  background: #3B5998;
  color: #fff; }

.social-link:hover.twitter {
  background: #1da1f2;
  color: #fff; }

.social-link:hover.instagram {
  background: #e1306c;
  color: #fff; }

.article__title {
  margin-top: 0;
  font-weight: 300;
  color: #ff6600; }

.section__heading {
  margin-top: 0; }

.timeline {
  padding: 40px;
  position: relative;
  list-style: none; }

.timeline__item {
  padding: 20px;
  position: relative;
  background: #202020;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.7; }

.page__wrapper {
  width: 60%;
  padding: 4.1875em 0; }
  @media screen and (max-width: 48em) {
    .page__wrapper {
      width: 70%; } }
  @media screen and (max-width: 26.5625em) {
    .page__wrapper {
      width: 80%; } }

.our-services dt, .our-history dt {
  border-left: 2px solid #ff6600;
  padding-left: 12px;
  margin-bottom: 12px; }

.our-services dd, .our-history dd {
  padding-bottom: 30px; }

.testimonials {
  margin-top: 40px;
  padding-left: 0; }

.testimonial {
  list-style: none; }
  .testimonial blockquote {
    font-style: italic; }
  .testimonial span {
    font-size: 0.875em;
    color: #9e9e9e; }

.owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 50%; }

.owl-controls .owl-dots .owl-dot.active span {
  background: #ff6600; }

.owl-controls .owl-dots {
  text-align: center;
  margin-top: 12px; }

.owl-dot + .owl-dot {
  margin-left: 10px; }

.owl-controls .owl-dots .owl-dot {
  display: inline-block; }

.button {
  display: inline-block;
  padding: 0.57143em 1.14286em;
  border-radius: 4px;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  position: relative;
  z-index: 1;
  border: none; }
  .button:after {
    content: '';
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    z-index: -1; }
  .button:hover:after, .button:active:after {
    width: 100%; }

.button__default {
  background: #fff;
  border: 2px solid #fff; }
  .button__default:after {
    background: #fff; }
  .button__default:hover {
    background: #cccccc; }

.button__primary {
  background: #ff6600;
  color: #fff;
  border: 1px solid #ff6600; }
  .button__primary:after {
    background: #ff6600;
    border-radius: 4px; }
  .button__primary:hover {
    color: #fff;
    background: #cc5100; }

.button__dark {
  background: #202020; }

.button--block {
  display: block; }

.button--outline {
  background: none; }

.button--cta {
  width: 12.5em;
  padding: 0.66667em;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  background: #202020; }

.button--text {
  background: none;
  border: none; }

#intro {
  background: url("../img/contact_bg.jpg") 50% 0 no-repeat fixed; }

@media screen and (max-width: 48em) {
  header.full-height {
    height: 29.6875em; } }

@media screen and (max-width: 26.5625em) {
  header.full-height {
    height: auto; } }

@media screen and (max-width: 23.4375em) {
  header.full-height {
    height: 20em; } }

@media screen and (max-width: 20em) {
  header.full-height {
    height: 18em; } }

.hero {
  height: 100%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 26.5625em) {
    .hero {
      padding-top: 86px; } }

.hero__slider {
  height: 100%; }
  @media screen and (max-width: 26.5625em) {
    .hero__slider {
      height: 17.5em;
      overflow: hidden; } }

.slider-nav-controls {
  color: #fff; }
  .slider-nav-controls .prev, .slider-nav-controls .next {
    cursor: pointer;
    opacity: 0.6; }
  .slider-nav-controls .prev:hover, .slider-nav-controls .next:hover {
    opacity: 1; }

.hero__wrapper {
  height: 100%;
  padding-bottom: 3.125em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.hero__item {
  width: 100%;
  overflow: hidden; }

.hero__item .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.hero__featured-text {
  max-width: 40%;
  position: absolute;
  top: 40%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 20px 40px; }
  @media screen and (max-width: 48em) {
    .hero__featured-text {
      max-width: 70%; } }
  @media screen and (max-width: 26.5625em) {
    .hero__featured-text {
      max-width: 100%;
      top: initial;
      bottom: 0; } }

.featured-text__title {
  font-size: 2.5em;
  font-weight: 600;
  color: #ff6600;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.2; }
  @media screen and (max-width: 26.5625em) {
    .featured-text__title {
      font-size: 1em; } }

.featured-text__description {
  font-family: "Open Sans", Arial, sans-serif;
  color: #c3c3c3;
  font-size: 0.875em;
  line-height: 1.5; }

.hero__title {
  font-size: 4.1875em;
  font-weight: 800;
  color: #202020; }

.hero__text {
  margin-bottom: 2em;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5625em;
  font-weight: normal;
  font-style: italic;
  color: #dddcdc;
  line-height: 1.5; }

.news-slopy-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 2000px;
  background: #202020;
  background: #ff6600;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 200; }
  @media screen and (max-width: 64em) {
    .news-slopy-background {
      width: 57%; } }
  @media screen and (max-width: 48em) {
    .news-slopy-background {
      display: none; } }

.news {
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300; }
  @media screen and (max-width: 48em) {
    .news {
      width: 100%;
      position: initial;
      background: #ff6600; } }

.news__wrapper {
  height: 100%;
  padding-right: 1.25em; }

.news__timeline {
  height: 100%;
  margin-right: 5.625em;
  padding-top: 9.375em;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  float: right; }
  @media screen and (max-width: 64em) {
    .news__timeline {
      padding-top: 3.75em; } }
  @media screen and (max-width: 48em) {
    .news__timeline {
      padding-top: 0;
      padding-bottom: 4.1875em; } }

.news__heading {
  margin-right: -2px;
  font-size: 1.6875em;
  font-weight: bold;
  text-align: right;
  color: #232323;
  border-right: 2px solid #232323;
  padding-right: 0.59259em;
  margin-bottom: 2.5em; }
  @media screen and (max-width: 64em) {
    .news__heading {
      padding-left: 41px; } }
  @media screen and (max-width: 48em) {
    .news__heading {
      padding-left: 0; } }

.news__item {
  line-height: 1.5;
  text-align: right;
  padding-right: 1.4375em;
  position: relative; }

.news__item + .news__item {
  margin-top: 2.1875em; }

.news__title {
  position: relative;
  font-size: 0.875em;
  color: #efefef;
  font-weight: 600; }
  .news__title::after {
    position: absolute;
    top: 0;
    right: -31px;
    color: #fff;
    font-size: 1.14286em;
    content: '\26ab'; }

.news__title a:hover {
  color: #202020; }

.news__author {
  font-size: 0.75em;
  font-style: italic;
  color: #232323; }

.news__publish-date {
  position: absolute;
  top: 1px;
  right: -80px;
  font-size: 0.875em;
  font-weight: 300;
  color: #232323; }

.services {
  background: url("../img/diagonal_pattern_alpha.png");
  background-repeat: repeat;
  background-size: initial;
  background-position: left top;
  position: relative;
  background-attachment: fixed; }

.services__wrapper, .about__wrapper, .contact-us__wrapper {
  padding: 4.1875em 0; }

.services-list {
  float: right;
  width: 31%;
  margin-top: 5em;
  margin-right: 9.5em; }
  @media screen and (max-width: 64em) {
    .services-list {
      width: 45%;
      margin-right: 3.125em; } }
  @media screen and (max-width: 26.5625em) {
    .services-list {
      width: 90%;
      margin: 0 auto;
      float: none; } }

.services__list {
  margin-top: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 48em) {
    .services__list {
      width: 60%;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center; } }
  @media screen and (max-width: 26.5625em) {
    .services__list {
      width: 90%; } }

.service {
  padding: 0.6875em 1.875em 0.6875em 1.875em;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }
  .service:hover {
    background: #fff; }

.service__name {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5; }

.service:hover .service__name,
.service:hover .service__description {
  color: #202020; }

.service__description {
  line-height: 1.5;
  font-size: 0.875em;
  font-weight: 300;
  color: #fff;
  margin-top: 0.875em; }

.lightbulb {
  background: url("../img/lightbulb.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 412px;
  height: 662px;
  position: absolute;
  top: 0;
  left: 150px; }
  .lightbulb .quote {
    margin-bottom: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
    font-size: 1.25em;
    color: #707070;
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 48em) {
      .lightbulb .quote {
        display: none; } }
  @media screen and (max-width: 64em) {
    .lightbulb {
      left: 0; } }
  @media screen and (max-width: 48em) {
    .lightbulb {
      left: -15%; } }
  @media screen and (max-width: 26.5625em) {
    .lightbulb {
      display: none; } }

.gallery {
  position: relative;
  overflow: hidden; }

.gallery__overlay {
  background: #ff6600;
  background: rgba(255, 102, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25em;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }

.gallery__item {
  float: left;
  width: 33.33333%;
  padding-left: 0.625em;
  padding-right: 0.625em;
  height: 16.875em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  overflow: hidden; }
  .gallery__item:hover .gallery__overlay {
    opacity: 1; }
  @media screen and (max-width: 64em) {
    .gallery__item {
      float: left;
      width: 50%;
      padding-left: 0.625em;
      padding-right: 0.625em; } }
  @media screen and (max-width: 48em) {
    .gallery__item {
      height: 12.5em; } }
  @media screen and (max-width: 26.5625em) {
    .gallery__item {
      float: left;
      width: 100%;
      padding-left: 0.625em;
      padding-right: 0.625em;
      height: 16.875em; } }
  @media screen and (max-width: 23.4375em) {
    .gallery__item {
      height: 11.875em; } }

.gallery__item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }

.gallery__name {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875em;
  text-transform: uppercase;
  text-align: center;
  color: #fff; }

.gallery__description {
  margin-top: 1.25em;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.25em;
  color: #202020;
  text-align: center; }

.section-quote {
  padding: 3.75em 0;
  background-color: #202020; }

.section-quote__text {
  width: 70%;
  margin: 0 auto;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.375em;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 1.5; }

.about__wrapper {
  padding-bottom: 4.1875em;
  position: relative; }

.about .section-heading, .about p {
  color: #f8f8ff; }

.about .section-heading {
  margin-bottom: 2.65714em; }

.about p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5; }

.about p + p {
  margin-top: 1.5em; }

.about__text {
  width: 50%;
  float: right;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (max-width: 48em) {
    .about__text {
      width: 90%;
      float: none;
      margin: 0 auto; } }

.about__text--callout p {
  margin-bottom: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 600; }

.about__text--callout {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ff6600;
  background: rgba(255, 102, 0, 0.7);
  width: 47%;
  padding: 2.5625em 3em 2.5625em 3.9375em; }
  @media screen and (max-width: 48em) {
    .about__text--callout {
      width: 80%;
      position: initial;
      -webkit-transform: initial;
              transform: initial;
      float: none;
      margin: 0 0 3.125em; } }

.contact-us .section-heading {
  color: #f8f8ff;
  margin-bottom: 1.71429em; }

.contact-us .section-subheading {
  color: #202020; }

.contact-us__wrapper {
  padding-bottom: 4.1875em; }

.address {
  float: left;
  width: 33.33333%;
  padding-left: 0.625em;
  padding-right: 0.625em; }

.address ul {
  padding-left: 0; }

.contact-form {
  float: left;
  width: 66.66667%;
  padding-left: 0.625em;
  padding-right: 0.625em; }

@media screen and (max-width: 26.5625em) {
  .address, .contact-form {
    float: left;
    width: 100%;
    padding-left: 0.625em;
    padding-right: 0.625em; } }

.contact-form .row {
  margin-left: -0.625em;
  margin-right: -0.625em; }

.contact-form .customer-name, .contact-form .customer-email,
.contact-form .email-company {
  float: left;
  width: 33.33333%;
  padding-left: 0.625em;
  padding-right: 0.625em; }
  @media screen and (max-width: 26.5625em) {
    .contact-form .customer-name, .contact-form .customer-email,
    .contact-form .email-company {
      float: left;
      width: 100%;
      padding-left: 0.625em;
      padding-right: 0.625em; } }

.contact-form .email-body {
  float: left;
  width: 100%;
  padding-left: 0.625em;
  padding-right: 0.625em; }

.contact-form #customer-message {
  min-height: 120px; }

.connect ul, .contact-us ul {
  list-style: none; }

.nav__sitemap h3, .contact-us h3,
.address h3 {
  margin-bottom: 0.66667em;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase; }

.nav__sitemap ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff; }

.nav__sitemap li + li {
  margin-left: 1.14286em; }

.address {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875em;
  color: #fff;
  line-height: 1.5; }

.address address {
  margin-top: 1.14286em; }

.connect li {
  display: inline-block; }

.connect li + li {
  margin-left: 1em; }

.call-to-action {
  position: absolute;
  z-index: 100;
  right: 14%;
  top: 75%;
  margin-bottom: 20px;
  margin-left: 20px; }
  .call-to-action p {
    width: 50%;
    margin: 0 auto 1.5em;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
    font-size: 1.25em;
    color: #fff; }
    @media screen and (max-width: 26.5625em) {
      .call-to-action p {
        width: 84%; } }
  @media screen and (max-width: 48em) {
    .call-to-action {
      display: none; } }

.call-to-action .button + .button {
  margin-left: 12px; }

#subsidiaries {
  background: #e6e6e6; }

.subsidiaries__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 26.5625em) {
    .subsidiaries__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.subsidiary {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .subsidiary img {
    width: 114px;
    height: auto; }

.subsidiary a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  .subsidiary a .overlay-info {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(254, 102, 1, 0.87);
    -webkit-transition: all 0.5s cubic-bezier(0.13, 1.13, 0.5, 1.04);
    transition: all 0.5s cubic-bezier(0.13, 1.13, 0.5, 1.04);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    opacity: 0; }
  .subsidiary a:hover .overlay-info {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

.mouse-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 48em) {
    .mouse-scroll {
      display: none; } }

.mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 2px solid #FFF;
  border-radius: 23px;
  opacity: 0.6; }

.mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #FFF;
  border-radius: 50%;
  -webkit-animation: scroll-ani 4s linear infinite;
          animation: scroll-ani 4s linear infinite; }

.mouse-scroll .mouse-message {
  float: left;
  margin: -200px 0 0 7px;
  padding: 0;
  -webkit-animation: scroll-ani 4s linear infinite;
          animation: scroll-ani 4s linear infinite; }

.mouse-scroll:hover .mouse-message {
  margin-top: 0; }

.mouse-scroll:hover .mouse {
  opacity: 1; }

.featured-image {
  height: 26.25em;
  position: relative;
  background: rgba(0, 0, 0, 0.5); }

.news-single__wrapper {
  width: 60%;
  padding: 4.1875em 0; }
  @media screen and (max-width: 48em) {
    .news-single__wrapper {
      width: 70%; } }
  @media screen and (max-width: 26.5625em) {
    .news-single__wrapper {
      width: 80%; } }

.article__published-date {
  font-size: 12px;
  font-style: italic;
  color: #929292; }

.figure {
  width: 75%;
  overflow: hidden;
  margin: 2em auto; }
  .figure img {
    width: 100%; }
  .figure figcaption {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 0.875em;
    font-style: italic;
    color: #585858; }
  .figure.figure--center {
    text-align: center; }
  .figure.figure--left {
    text-align: left; }
  .figure.figure--right {
    text-align: right; }
  @media screen and (max-width: 48em) {
    .figure {
      width: 100%;
      margin: 2em 0; } }

.case-study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bbb;
  padding-bottom: 60px; }
  .case-study:last-of-type {
    border-bottom: none; }
  @media screen and (max-width: 26.5625em) {
    .case-study {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.case-study + .case-study {
  margin-top: 60px; }

.case-study__details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px; }
  @media screen and (max-width: 26.5625em) {
    .case-study__details {
      padding-left: 0;
      padding-top: 40px; } }

.case-studies__list {
  list-style: none;
  padding-left: 0;
  padding-top: 32px; }

.case-study__image {
  width: 320px;
  height: 200px;
  overflow: hidden;
  margin: 0;
  position: relative; }
  .case-study__image img {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  @media screen and (max-width: 26.5625em) {
    .case-study__image {
      width: 100%; } }

.case-study__title {
  margin-top: 0;
  font-size: 2em; }
  .case-study__title a:hover {
    color: #ff6600; }

.case-study__gallery-item {
  position: relative;
  overflow: hidden; }

.case-study__gallery-item {
  float: left;
  width: 50%;
  padding-left: 0.625em;
  padding-right: 0.625em;
  height: 15em;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media screen and (max-width: 26.5625em) {
    .case-study__gallery-item {
      float: left;
      width: 100%;
      padding-left: 0.625em;
      padding-right: 0.625em; } }

.case-study__gallery-item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }

.subsidiary__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 26.5625em) {
    .subsidiary__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.subsidiary__item + .subsidiary__item {
  margin-top: 64px; }

.subsidiary__name {
  color: #ff6600;
  font-size: 1.5em; }
