@charset "UTF-8";
/* 14px */
/* 16px */
@import url("//hello.myfonts.net/count/2e01d4");
@import url("//hello.myfonts.net/count/2e01de");
.projects-footer--more .actions a, .page-section-alt-title--block {
  background-color: #f1f2f2;
  padding: 2em 0;
}

.logos-list, .contact-locations, .contact-info ul, .partners > ul, .project-resume-list, .areas-list, .image-grid-list, .startups-services-thumbs, .areas-thumbs, .footer-nav-links, .social-links, .pagination--project > ul, .projects-filters > ul, .projects-thumbs, .actions > ul, .navbar-nav, .nav-overlay-section--lang, .nav-overlay-section--main, .list-table, .InputfieldRadios > ul,
.InputfieldCheckboxes > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.logos-list > li, .contact-locations > li, .contact-info ul > li, .partners > ul > li, .project-resume-list > li, .areas-list > li, .image-grid-list > li, .startups-services-thumbs > li, .areas-thumbs > li, .footer-nav-links > li, .social-links > li, .pagination--project > ul > li, .projects-filters > ul > li, .projects-thumbs > li, .actions > ul > li, .navbar-nav > li, .nav-overlay-section--lang > li, .nav-overlay-section--main > li, .list-table > li, .InputfieldRadios > ul > li,
.InputfieldCheckboxes > ul > li {
  margin-bottom: 0;
}

.hide {
  display: none;
}

.pagination--floating > ul > li > a span, .sr-only {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.color-lightblue {
  color: #71c4e8;
}

.color-red {
  color: #e45f4e;
}

.color-limegreen {
  color: #a4c342;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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
 *  (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * @license
 * MyFonts Webfont Build ID 3015124, 2015-04-24T14:38:56-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Texta-BlackIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/black-italic/
 *
 * Webfont: Texta-BoldIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/bold-italic/
 *
 * Webfont: Texta-Bold by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/bold/
 *
 * Webfont: Texta-Black by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/black/
 *
 * Webfont: Texta-Book by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/book/
 *
 * Webfont: Texta-BookIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/book-italic/
 *
 * Webfont: Texta-HeavyIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/heavy-italic/
 *
 * Webfont: Texta-Heavy by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/heavy/
 *
 * Webfont: Texta-It by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/italic/
 *
 * Webfont: Texta-LightIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/light-italic/
 *
 * Webfont: Texta-Light by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/light/
 *
 * Webfont: Texta-MediumIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/medium-italic/
 *
 * Webfont: Texta-Medium by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/medium/
 *
 * Webfont: Texta-Regular by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/regular/
 *
 * Webfont: Texta-ThintIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/thin-italic/
 *
 * Webfont: Texta-Thin by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/thin/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3015124
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2014 by Daniel Hernandez &amp; Miguel Hernandez. All rights reserved.
 *
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* Thin (100)
/ ******************************************* */
/*@font-face {font-family: 'Texta-Thin';src: url('../styles/fonts/texta/2E01D4_F_0.eot');src: url('../styles/fonts/texta/2E01D4_F_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_F_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_F_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_F_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_F_0.svg#wf') format('svg');}

@font-face {font-family: 'Texta-ThintIt';src: url('../styles/fonts/texta/2E01D4_E_0.eot');src: url('../styles/fonts/texta/2E01D4_E_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_E_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_E_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_E_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_E_0.svg#wf') format('svg');}*/
/* Light (300)
/ ******************************************* */
/*@font-face {font-family: 'Texta-Light';src: url('../styles/fonts/texta/2E01D4_A_0.eot');src: url('../styles/fonts/texta/2E01D4_A_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_A_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_A_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_A_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_A_0.svg#wf') format('svg');}

@font-face {font-family: 'Texta-LightIt';src: url('../styles/fonts/texta/2E01D4_9_0.eot');src: url('../styles/fonts/texta/2E01D4_9_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_9_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_9_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_9_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_9_0.svg#wf') format('svg');}*/
/* Book (400)
/ ******************************************* */
/*
@font-face {font-family: 'Texta-Book';src: url('../styles/fonts/texta/2E01D4_4_0.eot');src: url('../styles/fonts/texta/2E01D4_4_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_4_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_4_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_4_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_4_0.svg#wf') format('svg');}

@font-face {font-family: 'Texta-BookIt';src: url('../styles/fonts/texta/2E01D4_5_0.eot');src: url('../styles/fonts/texta/2E01D4_5_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_5_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_5_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_5_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_5_0.svg#wf') format('svg');}*/
/* Regular (400)
/ ******************************************* */
@font-face {
  font-family: "Texta";
  font-weight: 400;
  font-style: normal;
  src: url("../styles/fonts/texta/2E01D4_D_0.eot");
  src: url("../styles/fonts/texta/2E01D4_D_0.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/texta/2E01D4_D_0.woff2") format("woff2"), url("../styles/fonts/texta/2E01D4_D_0.woff") format("woff"), url("../styles/fonts/texta/2E01D4_D_0.ttf") format("truetype"), url("../styles/fonts/texta/2E01D4_D_0.svg#wf") format("svg");
}
/*@font-face {
	font-family: 'Texta';
	font-weight: 400;
	font-style: italic;
	src: url('../styles/fonts/texta/2E01D4_8_0.eot');
	src: url('../styles/fonts/texta/2E01D4_8_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_8_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_8_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_8_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_8_0.svg#wf') format('svg');
}*/
/* Medium (500)
/ ******************************************* */
/*@font-face {font-family: 'Texta-Medium';src: url('../styles/fonts/texta/2E01D4_C_0.eot');src: url('../styles/fonts/texta/2E01D4_C_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_C_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_C_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_C_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_C_0.svg#wf') format('svg');}*/
/*@font-face {font-family: 'Texta-MediumIt';src: url('../styles/fonts/texta/2E01D4_B_0.eot');src: url('../styles/fonts/texta/2E01D4_B_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_B_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_B_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_B_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_B_0.svg#wf') format('svg');}*/
/* Bold (700)
/ ******************************************* */
@font-face {
  font-family: "Texta";
  font-weight: bold;
  font-style: normal;
  src: url("../styles/fonts/texta/2E01D4_2_0.eot");
  src: url("../styles/fonts/texta/2E01D4_2_0.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/texta/2E01D4_2_0.woff2") format("woff2"), url("../styles/fonts/texta/2E01D4_2_0.woff") format("woff"), url("../styles/fonts/texta/2E01D4_2_0.ttf") format("truetype"), url("../styles/fonts/texta/2E01D4_2_0.svg#wf") format("svg");
}
/*@font-face {font-family: 'Texta';font-weight: bold;font-style: italic;src: url('../styles/fonts/texta/2E01D4_1_0.eot');src: url('../styles/fonts/texta/2E01D4_1_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_1_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_1_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_1_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_1_0.svg#wf') format('svg');}
*/
/* Heavy (800)
/ ******************************************* */
/*
@font-face {font-family: 'Texta-Heavy';src: url('../styles/fonts/texta/2E01D4_7_0.eot');src: url('../styles/fonts/texta/2E01D4_7_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_7_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_7_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_7_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_7_0.svg#wf') format('svg');}*/
/*@font-face {font-family: 'Texta-HeavyIt';src: url('../styles/fonts/texta/2E01D4_6_0.eot');src: url('../styles/fonts/texta/2E01D4_6_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_6_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_6_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_6_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_6_0.svg#wf') format('svg');}*/
/* Black (900)
/ ******************************************* */
/*@font-face {font-family: 'Texta-Black';src: url('../styles/fonts/texta/2E01D4_3_0.eot');src: url('../styles/fonts/texta/2E01D4_3_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_3_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_3_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_3_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_3_0.svg#wf') format('svg');}*/
/*@font-face {font-family: 'Texta-BlackIt';src: url('../styles/fonts/texta/2E01D4_0_0.eot');src: url('../styles/fonts/texta/2E01D4_0_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta/2E01D4_0_0.woff2') format('woff2'),url('../styles/fonts/texta/2E01D4_0_0.woff') format('woff'),url('../styles/fonts/texta/2E01D4_0_0.ttf') format('truetype'),url('../styles/fonts/texta/2E01D4_0_0.svg#wf') format('svg');}*/
/**
 * @license
 * MyFonts Webfont Build ID 3015134, 2015-04-24T14:49:02-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: TextaAlt-Thin by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-thin/
 *
 * Webfont: TextaAlt-BlackIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-black-italic/
 *
 * Webfont: TextaAlt-Black by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-black/
 *
 * Webfont: TextaAlt-BoldIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-bold-italic/
 *
 * Webfont: TextaAlt-Bold by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-bold/
 *
 * Webfont: TextaAlt-BookIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-book-italic/
 *
 * Webfont: TextaAlt-Book by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-book/
 *
 * Webfont: TextaAlt-HeavyIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-heavy-italic/
 *
 * Webfont: TextaAlt-Heavy by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-heavy/
 *
 * Webfont: TextaAlt-It by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-italic/
 *
 * Webfont: TextaAlt-LightIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-light-italic/
 *
 * Webfont: TextaAlt-Light by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-light/
 *
 * Webfont: TextaAlt-MediumIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-medium-italic/
 *
 * Webfont: TextaAlt-Medium by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-medium/
 *
 * Webfont: TextaAlt-Regular by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-regular/
 *
 * Webfont: TextaAlt-ThintIt by Latinotype
 * URL: http://www.myfonts.com/fonts/latinotype/texta/alt-thin-italic/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3015134
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2014 by Daniel Hernandez &amp; Miguel Hernandez. All rights reserved.
 *
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* Thin (100)
// ******************************************* */
/*
@font-face {font-family: 'TextaAlt-Thin';src: url('../styles/fonts/texta-alt/2E01DE_0_0.eot');src: url('../styles/fonts/texta-alt/2E01DE_0_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta-alt/2E01DE_0_0.woff2') format('woff2'),url('../styles/fonts/texta-alt/2E01DE_0_0.woff') format('woff'),url('../styles/fonts/texta-alt/2E01DE_0_0.ttf') format('truetype'),url('../styles/fonts/texta-alt/2E01DE_0_0.svg#wf') format('svg');}

@font-face {font-family: 'TextaAlt-ThintIt';src: url('../styles/fonts/texta-alt/2E01DE_F_0.eot');src: url('../styles/fonts/texta-alt/2E01DE_F_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta-alt/2E01DE_F_0.woff2') format('woff2'),url('../styles/fonts/texta-alt/2E01DE_F_0.woff') format('woff'),url('../styles/fonts/texta-alt/2E01DE_F_0.ttf') format('truetype'),url('../styles/fonts/texta-alt/2E01DE_F_0.svg#wf') format('svg');}

*/
/* Light (300)
// ******************************************* */
@font-face {
  font-family: "Texta-alt";
  font-weight: 300;
  font-style: normal;
  src: url("../styles/fonts/texta-alt/2E01DE_B_0.eot");
  src: url("../styles/fonts/texta-alt/2E01DE_B_0.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/texta-alt/2E01DE_B_0.woff2") format("woff2"), url("../styles/fonts/texta-alt/2E01DE_B_0.woff") format("woff"), url("../styles/fonts/texta-alt/2E01DE_B_0.ttf") format("truetype"), url("../styles/fonts/texta-alt/2E01DE_B_0.svg#wf") format("svg");
}
/*@font-face {
	font-family: 'Texta-alt';
	font-weight: 300;
	font-style: italic;
	src: url('../styles/fonts/texta-alt/2E01DE_A_0.eot');
	src: url('../styles/fonts/texta-alt/2E01DE_A_0.eot?#iefix') format('embedded-opentype'),
	url('../styles/fonts/texta-alt/2E01DE_A_0.woff2') format('woff2'),
	url('../styles/fonts/texta-alt/2E01DE_A_0.woff') format('woff'),
	url('../styles/fonts/texta-alt/2E01DE_A_0.ttf') format('truetype'),
	url('../styles/fonts/texta-alt/2E01DE_A_0.svg#wf') format('svg');
}*/
/* Book (400)
// ******************************************* */
/*
@font-face {
	font-family: 'Texta-alt';
	font-weight: 400;
	font-style: normal;
	src: url('../styles/fonts/texta-alt/2E01DE_6_0.eot');
	src: url('../styles/fonts/texta-alt/2E01DE_6_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta-alt/2E01DE_6_0.woff2') format('woff2'),url('../styles/fonts/texta-alt/2E01DE_6_0.woff') format('woff'),url('../styles/fonts/texta-alt/2E01DE_6_0.ttf') format('truetype'),url('../styles/fonts/texta-alt/2E01DE_6_0.svg#wf') format('svg');
}

@font-face {
	font-family: 'Texta-alt';
	font-weight: 400;
	font-style: italic;
	src: url('../styles/fonts/texta-alt/2E01DE_5_0.eot');src: url('../styles/fonts/texta-alt/2E01DE_5_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta-alt/2E01DE_5_0.woff2') format('woff2'),url('../styles/fonts/texta-alt/2E01DE_5_0.woff') format('woff'),url('../styles/fonts/texta-alt/2E01DE_5_0.ttf') format('truetype'),url('../styles/fonts/texta-alt/2E01DE_5_0.svg#wf') format('svg');
}
*/
/* Regular (400)
// ******************************************* */
@font-face {
  font-family: "Texta-alt";
  font-weight: 400;
  font-style: normal;
  src: url("../styles/fonts/texta-alt/2E01DE_E_0.eot");
  src: url("../styles/fonts/texta-alt/2E01DE_E_0.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/texta-alt/2E01DE_E_0.woff2") format("woff2"), url("../styles/fonts/texta-alt/2E01DE_E_0.woff") format("woff"), url("../styles/fonts/texta-alt/2E01DE_E_0.ttf") format("truetype"), url("../styles/fonts/texta-alt/2E01DE_E_0.svg#wf") format("svg");
}
/*@font-face {
	font-family: 'Texta-alt';
	font-weight: 400;
	font-style: italic;
	src: url('../styles/fonts/texta-alt/2E01DE_9_0.eot');
	src: url('../styles/fonts/texta-alt/2E01DE_9_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta-alt/2E01DE_9_0.woff2') format('woff2'),url('../styles/fonts/texta-alt/2E01DE_9_0.woff') format('woff'),url('../styles/fonts/texta-alt/2E01DE_9_0.ttf') format('truetype'),url('../styles/fonts/texta-alt/2E01DE_9_0.svg#wf') format('svg');
}*/
/* Medium (500)
// ******************************************* */
@font-face {
  font-family: "Texta-alt";
  font-weight: 500;
  font-style: normal;
  src: url("../styles/fonts/texta-alt/2E01DE_D_0.eot");
  src: url("../styles/fonts/texta-alt/2E01DE_D_0.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/texta-alt/2E01DE_D_0.woff2") format("woff2"), url("../styles/fonts/texta-alt/2E01DE_D_0.woff") format("woff"), url("../styles/fonts/texta-alt/2E01DE_D_0.ttf") format("truetype"), url("../styles/fonts/texta-alt/2E01DE_D_0.svg#wf") format("svg");
}
/*@font-face {
	font-family: 'Texta-alt';
	font-weight: 500;
	font-style: italic;
	src: url('../styles/fonts/texta-alt/2E01DE_C_0.eot');
	src: url('../styles/fonts/texta-alt/2E01DE_C_0.eot?#iefix') format('embedded-opentype'),
		url('../styles/fonts/texta-alt/2E01DE_C_0.woff2') format('woff2'),
		url('../styles/fonts/texta-alt/2E01DE_C_0.woff') format('woff'),
		url('../styles/fonts/texta-alt/2E01DE_C_0.ttf') format('truetype'),
		url('../styles/fonts/texta-alt/2E01DE_C_0.svg#wf') format('svg');
}*/
/* Bold (700)
// ******************************************* */
/*
@font-face {
	font-family: 'Texta-alt';
	font-weight: 700;
	font-style: normal;
	src: url('../styles/fonts/texta-alt/2E01DE_4_0.eot');src: url('../styles/fonts/texta-alt/2E01DE_4_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta-alt/2E01DE_4_0.woff2') format('woff2'),url('../styles/fonts/texta-alt/2E01DE_4_0.woff') format('woff'),url('../styles/fonts/texta-alt/2E01DE_4_0.ttf') format('truetype'),url('../styles/fonts/texta-alt/2E01DE_4_0.svg#wf') format('svg');
	}


@font-face {
	font-family: 'Texta-alt';
	font-weight: 700;
	font-style: italic;
	src: url('../styles/fonts/texta-alt/2E01DE_3_0.eot');src: url('../styles/fonts/texta-alt/2E01DE_3_0.eot?#iefix') format('embedded-opentype'),url('../styles/fonts/texta-alt/2E01DE_3_0.woff2') format('woff2'),url('../styles/fonts/texta-alt/2E01DE_3_0.woff') format('woff'),url('../styles/fonts/texta-alt/2E01DE_3_0.ttf') format('truetype'),url('../styles/fonts/texta-alt/2E01DE_3_0.svg#wf') format('svg');
}
*/
/* Heavy (800)
// ******************************************* */
@font-face {
  font-family: "Texta-alt";
  font-weight: 800;
  font-style: normal;
  src: url("../styles/fonts/texta-alt/2E01DE_8_0.eot");
  src: url("../styles/fonts/texta-alt/2E01DE_8_0.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/texta-alt/2E01DE_8_0.woff2") format("woff2"), url("../styles/fonts/texta-alt/2E01DE_8_0.woff") format("woff"), url("../styles/fonts/texta-alt/2E01DE_8_0.ttf") format("truetype"), url("../styles/fonts/texta-alt/2E01DE_8_0.svg#wf") format("svg");
}
/*@font-face {
	font-family: 'Texta-alt';
	font-weight: 800;
	font-style: italic;
	src: url('../styles/fonts/texta-alt/2E01DE_7_0.eot');
	src: url('../styles/fonts/texta-alt/2E01DE_7_0.eot?#iefix') format('embedded-opentype'),
		url('../styles/fonts/texta-alt/2E01DE_7_0.woff2') format('woff2'),
		url('../styles/fonts/texta-alt/2E01DE_7_0.woff') format('woff'),
		url('../styles/fonts/texta-alt/2E01DE_7_0.ttf') format('truetype'),
		url('../styles/fonts/texta-alt/2E01DE_7_0.svg#wf') format('svg');
}*/
/* Black (900)
// ******************************************* */
@font-face {
  font-family: "Texta-alt";
  font-weight: 900;
  font-style: normal;
  src: url("../styles/fonts/texta-alt/2E01DE_2_0.eot");
  src: url("../styles/fonts/texta-alt/2E01DE_2_0.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/texta-alt/2E01DE_2_0.woff2") format("woff2"), url("../styles/fonts/texta-alt/2E01DE_2_0.woff") format("woff"), url("../styles/fonts/texta-alt/2E01DE_2_0.ttf") format("truetype"), url("../styles/fonts/texta-alt/2E01DE_2_0.svg#wf") format("svg");
}
/*@font-face {
	font-family: 'Texta-alt';
	font-weight: 900;
	font-style: italic;
	src: url('../styles/fonts/texta-alt/2E01DE_1_0.eot');
	src: url('../styles/fonts/texta-alt/2E01DE_1_0.eot?#iefix') format('embedded-opentype'),
		url('../styles/fonts/texta-alt/2E01DE_1_0.woff2') format('woff2'),
		url('../styles/fonts/texta-alt/2E01DE_1_0.woff') format('woff'),
		url('../styles/fonts/texta-alt/2E01DE_1_0.ttf') format('truetype'),
		url('../styles/fonts/texta-alt/2E01DE_1_0.svg#wf') format('svg');
    }*/
html,
body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Texta-alt", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  line-height: 1.6;
  font-weight: 400;
  background-color: #fff;
  overflow-y: scroll;
  min-height: 100%;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 118.8%;
  }
}

.body-content {
  font-family: "Texta", Helvetica, Arial, sans-serif;
}

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

.d-block {
  display: block;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1360px;
}

.container--fluid {
  width: 95%;
  max-width: none;
}

@media screen and (min-width: 720px) {
  .container--narrow {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .container--narrow {
    width: 80%;
    max-width: 880px;
  }
}

@media screen and (min-width: 720px) {
  .container--small {
    width: 60%;
  }
}
@media screen and (min-width: 960px) {
  .container--small {
    width: 60%;
    max-width: 800px;
  }
}

.container--image {
  width: 100%;
  max-width: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.column {
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1;
  margin: 0 2%;
  list-style: none;
}

@media screen and (min-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .col-3, .col-4, .col-5, .col-6 {
    width: calc(100% / 12 * 6 - 4%);
  }
}
@media screen and (min-width: 1280px) {
  .col-1 {
    width: calc(100% / 12 - 4%);
  }

  .col-2 {
    width: calc(100% / 12 * 2 - 4%);
  }

  .col-3 {
    width: calc(100% / 12 * 3 - 4%);
  }

  .col-4 {
    width: calc(100% / 12 * 4 - 4%);
  }

  .col-5 {
    width: calc(100% / 12 * 5 - 4%);
  }

  .col-6 {
    width: calc(100% / 2 - 4%);
  }
}
html,
button,
input,
select,
textarea {
  color: #676767;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Links */
a {
  color: #805998;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #4a3358;
}
a.is-active, a.active {
  color: #805998;
}

/* Headings */
h1, .h1, .project-alt-title, .image-grid-item-title, .startups-services-thumbs .service .service-title, .areas-thumbs .area .area-title, .page-section-title,
h2, .h2, .hero-banner .title, .page-section-subtitle,
h3, .h3, .team-member-name, .image-grid-item-subtitle, .page-section-title.page-section-title--long,
h4, .h4, .body-content blockquote, .project-intro, .site-footer .tagline, .page-section-subtitle--sm,
h5, .h5, .partner .partner-name, .team-member-title, .projects-thumbs--columns .project-title,
h6, .h6, .award-item .award-title, .award-item .award-year, .prs-module--text .prs-title, .project-byline, .footer-nav-links > li > a, .hero-alt-title {
  font-family: "Texta-alt", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: #404040;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
}

h1, .h1, .project-alt-title, .image-grid-item-title, .startups-services-thumbs .service .service-title, .areas-thumbs .area .area-title, .page-section-title {
  font-size: 3.2rem;
}
@media screen and (min-width: 960px) {
  h1, .h1, .project-alt-title, .image-grid-item-title, .startups-services-thumbs .service .service-title, .areas-thumbs .area .area-title, .page-section-title {
    font-size: 4rem;
  }
}

h2, .h2, .hero-banner .title, .page-section-subtitle {
  font-size: 2.272rem;
}
@media screen and (min-width: 960px) {
  h2, .h2, .hero-banner .title, .page-section-subtitle {
    font-size: 2.84rem;
  }
}

h3, .h3, .team-member-name, .image-grid-item-subtitle, .page-section-title.page-section-title--long {
  font-size: 1.547rem;
}
@media screen and (min-width: 960px) {
  h3, .h3, .team-member-name, .image-grid-item-subtitle, .page-section-title.page-section-title--long {
    font-size: 2.21rem;
  }
}

h4, .h4, .body-content blockquote, .project-intro, .site-footer .tagline, .page-section-subtitle--sm {
  font-size: 1.473rem;
}

h5, .h5, .partner .partner-name, .team-member-title, .projects-thumbs--columns .project-title {
  font-size: 1.263rem;
}

h6, .h6, .award-item .award-title, .award-item .award-year, .prs-module--text .prs-title, .project-byline, .footer-nav-links > li > a, .hero-alt-title {
  font-size: 1rem;
}

.alt-title, .hero-alt-title, .pagination--directional a, .projects-footer--more .actions a, .projects-thumbs--grid .project-thumb .project-client, .list-table-row--header .row-header, .page-section-alt-title {
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Paragraphs */
p {
  margin-top: 0;
  margin-bottom: 1.3333333333em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  font-weight: 500;
  margin-bottom: 1.3333333333em;
  font-style: italic;
}
blockquote > p {
  margin-bottom: 0;
}

blockquote > small {
  font-size: 100%;
  font-style: normal;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #c2e5ef;
  font-family: Monaco, monospace;
  font-size: pxrem(16px);
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: pxrem(16px);
  font-family: Monaco, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #676767;
  cursor: help;
}

mark, ins {
  background: #fff;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/* Lists */
ul, ol {
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ul {
  list-style: disc;
}

ul > li {
  margin-bottom: 0.5em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 2em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Tables */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

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

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 800;
}

.font-weight-heavy {
  font-weight: 900;
}

.site-content {
  padding-bottom: 3em;
}
.template-we-do .site-content {
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .template-basic-page .site-content {
    padding-bottom: 8em;
  }
}

/* @group Page Header */
.page-header {
  text-align: center;
}

.page-header-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 720px) {
  .page-header-title {
    font-size: 3.2rem;
  }
}

/* @end Page Header */
/* @group Page Section */
.page-section {
  text-align: center;
  padding: 4em 0;
}
@media screen and (min-width: 960px) {
  .page-section {
    padding: 5em 0;
  }
}
.page-section.page-section--no-padding {
  padding: 0;
}
.page-section.page-section--no-padding-bottom {
  padding-bottom: 0;
}

.page-section-header {
  margin-bottom: 4em;
}

.page-subsection {
  margin-bottom: 4em;
}

.page-subsection-header {
  margin-bottom: 2em;
}

.page-section-title {
  font-size: 2.8rem;
  line-height: 0.9;
  font-weight: 800;
}
@media screen and (min-width: 960px) {
  .page-section-title {
    font-size: 3.5rem;
  }
}
.page-section-title.page-section-title--long {
  font-weight: 800;
}

.page-section-alt-title {
  font-size: 1.105rem;
  margin-bottom: 1em;
}
.page-section-header .page-section-alt-title {
  color: #859090;
  margin-bottom: 1em;
}

.page-section-alt-title--block {
  margin-bottom: 0;
}

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

@media screen and (min-width: 960px) {
  .body-content--big, .hero-banner .subtitle {
    font-size: 1.25em;
  }
}

/* @end Page Section */
@font-face {
  font-family: "dmo-icons";
  src: url("fonts/icons/dmo-icons.eot?8z5fe");
  src: url("fonts/icons/dmo-icons.eot?#iefix8z5fe") format("embedded-opentype"), url("fonts/icons/dmo-icons.woff?8z5fe") format("woff"), url("fonts/icons/dmo-icons.ttf?8z5fe") format("truetype"), url("fonts/icons/dmo-icons.svg?8z5fe#dmo-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=dmo-icon-], [class*=" dmo-icon-"] {
  font-family: "dmo-icons";
  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;
}

.dmo-icon-arrow-long-left:before {
  content: "";
}

.dmo-icon-arrow-long-right:before {
  content: "";
}

.dmo-icon-chevron-down:before {
  content: "";
}

.dmo-icon-chevron-small-down:before {
  content: "";
}

.dmo-icon-controller-record:before {
  content: "";
}

.dmo-icon-dot-single:before {
  content: "";
}

.dmo-icon-triangle-down:before {
  content: "";
}

.dmo-icon-triangle-left:before {
  content: "";
}

.dmo-icon-triangle-right:before {
  content: "";
}

.dmo-icon-triangle-up:before {
  content: "";
}

.dmo-icon-check:before {
  content: "";
}

.dmo-icon-circle-with-cross:before {
  content: "";
}

.dmo-icon-circle-with-minus:before {
  content: "";
}

.dmo-icon-circle-with-plus:before {
  content: "";
}

.dmo-icon-cross:before {
  content: "";
}

.dmo-icon-globe:before {
  content: "";
}

.dmo-icon-grid:before {
  content: "";
}

.dmo-icon-language:before {
  content: "";
}

.dmo-icon-menu:before {
  content: "";
}

.dmo-icon-old-mobile:before {
  content: "";
}

.dmo-icon-squared-plus:before {
  content: "";
}

.dmo-icon-trophy:before {
  content: "";
}

.dmo-icon-skype:before {
  content: "";
}

.dmo-icon-facebook-with-circle:before {
  content: "";
}

.dmo-icon-google-with-circle:before {
  content: "";
}

.dmo-icon-instagram-with-circle:before {
  content: "";
}

.dmo-icon-linkedin-with-circle:before {
  content: "";
}

.dmo-icon-pinterest-with-circle:before {
  content: "";
}

.dmo-icon-twitter-with-circle:before {
  content: "";
}

.dmo-icon-youtube-with-circle:before {
  content: "";
}

.dmo-icon-youtube:before {
  content: "";
}

img {
  max-width: 100%;
  /* Adhere to container width. */
  font-style: italic;
  vertical-align: middle;
  height: auto;
  /* Make sure images are scaled correctly. */
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn, .page-edit a,
button,
input[type=submit] {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0.5em 2.25em 0.7em 2.25em;
  background-color: #805998;
  color: #fff;
  transition: all 0.15s;
  border-radius: 5px;
}
.btn:hover, .page-edit a:hover, .btn:focus, .page-edit a:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #8d65a5;
  color: #fff;
  outline: none;
}
.btn--hollow {
  border-width: 0.15rem;
  border-style: solid;
  border-color: #805998;
  background-color: transparent;
  color: #805998;
}
.btn--hollow:hover, .btn--hollow:focus {
  background-color: #805998;
  color: #fff;
  outline: none;
}

.btn--lightblue {
  border-width: 0.15rem;
  border-style: solid;
  border-color: #71c4e8;
  background-color: transparent;
  color: #71c4e8;
}
.btn--lightblue:hover, .btn--lightblue:focus {
  background-color: #71c4e8;
  color: #fff;
  outline: none;
}

.btn--inverted {
  color: #805998;
  background-color: #fff;
}
.btn--inverted:hover, .btn--inverted:focus {
  background-color: #f2f2f2;
  color: #725088;
  outline: none;
}
.btn--inverted:visited {
  color: #805998;
}

.btn--inverted.btn--hollow {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn--inverted.btn--hollow:hover, .btn--inverted.btn--hollow:focus {
  background-color: #fff;
  color: #805998;
}

.btn--rounded {
  border-radius: 3em;
}

.content-body .btn, .content-body .page-edit a, .page-edit .content-body a {
  text-decoration: none;
}

/* Sizes */
.btn--large,
.btn-lg {
  font-size: 110%;
  padding: 1em 2.5em;
}

.btn--small {
  font-size: 88%;
}

.btn--block {
  display: block;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week],
textarea {
  -webkit-appearance: none;
  border: 0.15rem solid #f1f2f2;
  width: 100%;
  color: #676767;
  background-color: #f1f2f2;
  font-weight: 500;
  font-size: 1.105rem;
  padding: 0.85em 1em;
  position: relative;
  display: block;
  border-radius: 0;
  transition: all 0.15s;
}
input[type=email]:hover, input[type=email]:focus, input[type=number]:hover, input[type=number]:focus, input[type=password]:hover, input[type=password]:focus, input[type=search]:hover, input[type=search]:focus, input[type=tel]:hover, input[type=tel]:focus, input[type=text]:hover, input[type=text]:focus, input[type=url]:hover, input[type=url]:focus, input[type=color]:hover, input[type=color]:focus, input[type=date]:hover, input[type=date]:focus, input[type=datetime]:hover, input[type=datetime]:focus, input[type=datetime-local]:hover, input[type=datetime-local]:focus, input[type=month]:hover, input[type=month]:focus, input[type=time]:hover, input[type=time]:focus, input[type=week]:hover, input[type=week]:focus,
textarea:hover,
textarea:focus {
  outline: none;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus,
textarea:focus {
  border-color: #805998;
}
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #b4b4b4;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 500;
  color: #b4b4b4;
}
input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=week]:-moz-placeholder,
textarea:-moz-placeholder {
  font-weight: 500;
  color: #b4b4b4;
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #b4b4b4;
}

textarea {
  resize: vertical;
}

select {
  width: 100%;
}

.Inputfields > .Inputfield:last-child {
  margin-bottom: 0;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

.InputfieldRadios > ul > li,
.InputfieldCheckboxes > ul > li {
  display: block;
  margin-bottom: 0.5em;
}
.InputfieldRadios label,
.InputfieldCheckboxes label {
  display: block;
}

@media screen and (min-width: 960px) {
  .InputfieldRadios .InputfieldRadiosFloated > li,
.InputfieldRadios .InputfieldCheckboxesFloated > li,
.InputfieldCheckboxes .InputfieldRadiosFloated > li,
.InputfieldCheckboxes .InputfieldCheckboxesFloated > li {
    display: inline-block;
    width: 32%;
  }
}

.InputfieldSubmit .btn, .InputfieldSubmit .page-edit a, .page-edit .InputfieldSubmit a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .InputfieldSubmit .btn, .InputfieldSubmit .page-edit a, .page-edit .InputfieldSubmit a {
    width: auto;
    display: inline-block;
  }
}

/* Layout */
.control-label {
  display: none;
  font-weight: 500;
  font-size: 1.105rem;
  margin-bottom: 0.5em;
}
.control-label.is-visible {
  display: block;
}

.InputfieldHeaderHidden {
  display: none;
}

.form-group {
  margin-bottom: 1em;
}

fieldset,
fieldset.form-group {
  border: none;
  padding: 0;
  margin-bottom: 2em;
}

fieldset legend {
  display: none;
}

/* Validation */
input[type=email].error, input[type=number].error, input[type=password].error, input[type=search].error, input[type=tel].error, input[type=text].error, input[type=url].error, input[type=color].error, input[type=date].error, input[type=datetime].error, input[type=datetime-local].error, input[type=month].error, input[type=time].error, input[type=week].error,
textarea.error {
  border-color: #ef4136;
}
input[type=email].error::-webkit-input-placeholder, input[type=number].error::-webkit-input-placeholder, input[type=password].error::-webkit-input-placeholder, input[type=search].error::-webkit-input-placeholder, input[type=tel].error::-webkit-input-placeholder, input[type=text].error::-webkit-input-placeholder, input[type=url].error::-webkit-input-placeholder, input[type=color].error::-webkit-input-placeholder, input[type=date].error::-webkit-input-placeholder, input[type=datetime].error::-webkit-input-placeholder, input[type=datetime-local].error::-webkit-input-placeholder, input[type=month].error::-webkit-input-placeholder, input[type=time].error::-webkit-input-placeholder, input[type=week].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #ef4136;
}
input[type=email].error::-moz-placeholder, input[type=number].error::-moz-placeholder, input[type=password].error::-moz-placeholder, input[type=search].error::-moz-placeholder, input[type=tel].error::-moz-placeholder, input[type=text].error::-moz-placeholder, input[type=url].error::-moz-placeholder, input[type=color].error::-moz-placeholder, input[type=date].error::-moz-placeholder, input[type=datetime].error::-moz-placeholder, input[type=datetime-local].error::-moz-placeholder, input[type=month].error::-moz-placeholder, input[type=time].error::-moz-placeholder, input[type=week].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: #ef4136;
}
input[type=email].error:-moz-placeholder, input[type=number].error:-moz-placeholder, input[type=password].error:-moz-placeholder, input[type=search].error:-moz-placeholder, input[type=tel].error:-moz-placeholder, input[type=text].error:-moz-placeholder, input[type=url].error:-moz-placeholder, input[type=color].error:-moz-placeholder, input[type=date].error:-moz-placeholder, input[type=datetime].error:-moz-placeholder, input[type=datetime-local].error:-moz-placeholder, input[type=month].error:-moz-placeholder, input[type=time].error:-moz-placeholder, input[type=week].error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: #ef4136;
}
input[type=email].error:-ms-input-placeholder, input[type=number].error:-ms-input-placeholder, input[type=password].error:-ms-input-placeholder, input[type=search].error:-ms-input-placeholder, input[type=tel].error:-ms-input-placeholder, input[type=text].error:-ms-input-placeholder, input[type=url].error:-ms-input-placeholder, input[type=color].error:-ms-input-placeholder, input[type=date].error:-ms-input-placeholder, input[type=datetime].error:-ms-input-placeholder, input[type=datetime-local].error:-ms-input-placeholder, input[type=month].error:-ms-input-placeholder, input[type=time].error:-ms-input-placeholder, input[type=week].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #ef4136;
}

.Inputfield.error .control-label,
.form-error-message {
  color: #ef4136;
}

small.error {
  font-size: 100%;
  font-size: 0.9rem;
  margin-top: 0.25em;
  display: block;
  display: none !important;
  color: #ef4136;
}

/* @group Radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: none;
  background-color: #f1f2f2;
  border-radius: 100%;
  margin: 0 0.5em 0 0;
  height: 1.25em;
  width: 1.25em;
}
.jcf-radio.jcf-checked {
  background-color: #805998;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 0.45em;
  left: 0.45em;
  right: 0.45em;
  bottom: 0.45em;
  background: #fff;
  border-radius: 100%;
}

.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* @end Radio */
/* @group Checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #f1f2f2;
  border: none;
  border-radius: 0.25em;
  margin: 0 0.5em 0 0;
  height: 1.25em;
  width: 1.25em;
}
.jcf-checkbox.jcf-checked {
  background: #805998;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
}
.jcf-checkbox span:before {
  font-family: "dmo-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.12em;
  left: 0.15em;
  color: #fff;
}

.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* @end Checkbox */
/* @group Select */
.jcf-select {
  display: block;
  vertical-align: top;
  position: relative;
  border: 0.15rem solid #f1f2f2;
  background: #f1f2f2;
  margin: 0;
  min-width: 150px;
  min-height: 2em;
}
.Inputfield.error .jcf-select {
  border-color: #ef4136;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 0.85em 1em;
  font-size: 1.105rem;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: none;
  font-size: 1.5rem;
  padding: 0.5em;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:before {
  font-family: "dmo-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: "";
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* @end Select */
/* common styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
  border-color: #805998;
}

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

.list-table-row {
  border-top: 0.15rem solid #f1f2f2;
  padding: 2em 0;
}
.list-table-row dl,
.list-table-row dt,
.list-table-row dd {
  margin: 0;
  padding: 0;
}
.list-table-row dt {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: #404040;
  font-size: 0.842rem;
}

.list-table-row--header {
  display: none;
  border-top: none;
  padding: 1em 0;
}
.list-table-row--header .row-header {
  color: #a0a8a8;
  font-weight: 800;
  font-size: 0.842rem;
}
@media screen and (min-width: 960px) {
  .list-table-row--header {
    display: block;
  }
}

.list-table--compact .list-table-row {
  padding: 1.5em 0;
}
.list-table--compact .list-table-row--header {
  padding: 0.75em 0;
}

.nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #edf0f0;
  z-index: 100;
}

.nav-overlay .overlay-close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  font-size: 3.5rem;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
  color: #676767;
}

.nav-overlay-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;
  padding-top: 70px;
}

.nav-overlay ul {
  text-align: center;
}

.nav-overlay a {
  display: block;
  font-size: 2.84rem;
  line-height: 1;
  padding: 0.3em 0;
}
@media screen and (orientation: landscape) {
  .nav-overlay a {
    font-size: 2.21rem;
    padding: 0.2em 0;
  }
}

.nav-overlay-section--main {
  margin-bottom: 1em;
}
.nav-overlay-section--main a {
  color: #404040;
}
.nav-overlay-section--main > li:nth-child(1) a {
  color: #71c4e8;
}
.nav-overlay-section--main > li:nth-child(2) a {
  color: #4eb293;
}
.nav-overlay-section--main > li:nth-child(3) a {
  color: #f9c52f;
}
.nav-overlay-section--main > li:nth-child(4) a {
  color: #ed9a2f;
}
.nav-overlay-section--main > li:nth-child(5) a {
  color: #e45f4e;
}

@media screen and (orientation: landscape) {
  .nav-overlay-section--lang > li {
    display: inline-block;
  }
}
.nav-overlay-section--lang a {
  text-transform: uppercase;
  color: #404040;
  padding: 0.5em;
  font-size: 1.105rem;
}
.nav-overlay-section--lang a.active {
  color: #805998;
}

.nav-overlay--huge {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.nav-overlay--huge.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1030px) {
  .nav-overlay--huge.open {
    opacity: 0;
  }
}

body {
  padding-top: 56px;
}
@media screen and (min-width: 720px) {
  body {
    padding-top: 85px;
  }
}
@media screen and (min-width: 960px) {
  body {
    padding-top: 97px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding-top: 110px;
  }
}

/* @group Collapsed Navbar */
.navbar {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: min-height 0.2s;
  min-height: 56px;
}
@media screen and (min-width: 720px) {
  .navbar {
    min-height: 85px;
  }
}
@media screen and (min-width: 960px) {
  .navbar {
    min-height: 97px;
  }
}
.navbar:before {
  content: "";
  width: 100%;
  background: url("images/dmo-navbar-stripe.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.2em;
}

.navbar-fixed {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.navbar > .container-fluid::after {
  clear: both;
  content: "";
  display: table;
}

.navbar-header::after {
  clear: both;
  content: "";
  display: table;
}

.navbar-brand {
  float: left;
  width: 72%;
}

.navbar-toggle {
  width: 28%;
  float: right;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: right;
  color: #676767;
  padding-right: 2%;
  height: 56px;
  outline: none;
  margin-right: -2%;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  color: #805998;
  background-color: transparent;
}
.navbar-toggle i {
  font-size: 1.4285714286em;
  line-height: 2.8;
}
@media screen and (min-width: 720px) {
  .navbar-toggle i {
    font-size: 2.1428571429em;
    line-height: 1.8666666667;
  }
}
@media screen and (min-width: 720px) {
  .navbar-toggle {
    margin-top: 14.5px;
  }
}

.navbar-collapse {
  display: none;
}

.navbar-brand {
  margin: 0;
  height: 100%;
}
@media screen and (min-width: 1030px) {
  .navbar-brand {
    float: none;
    width: 100%;
  }
}

.navbar-brand .site-logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  transition: height 0.2s;
  background-image: url("images/dmo-logo-md.svg");
  background-repeat: no-repeat;
  height: 25.2px;
  margin-top: 15.4px;
}
@media screen and (min-width: 720px) {
  .navbar-brand .site-logo {
    height: 34px;
    margin-top: 25.5px;
  }
}
@media screen and (min-width: 960px) {
  .navbar-brand .site-logo {
    height: 38.8px;
    margin-top: 29.1px;
    background-image: url("images/dmo-logo-lg.svg");
  }
}
@media screen and (min-width: 1280px) {
  .navbar-brand .site-logo {
    height: 44px;
    margin-top: 33px;
  }
}

.navbar-nav--lang .dropdown-toggle {
  line-height: 0;
}
@media screen and (min-width: 720px) {
  .navbar-nav--lang .dropdown-toggle i {
    font-size: 1.4285714286em;
    line-height: 4.25;
  }
}
@media screen and (min-width: 960px) {
  .navbar-nav--lang .dropdown-toggle i {
    font-size: 1.375em;
    line-height: 4.4090909091;
  }
}
@media screen and (min-width: 1280px) {
  .navbar-nav--lang .dropdown-toggle i {
    font-size: 1.2631578947em;
    line-height: 4.5833333333;
  }
}

/* @end Collapsed Navbar */
/* @group Large Navbar */
@media screen and (min-width: 1030px) {
  .navbar-toggle {
    display: none;
  }

  .navbar-nav {
    float: left;
  }
  .navbar-nav > li {
    display: inline-block;
    text-transform: uppercase;
  }
  .navbar-nav > li > a {
    font-weight: 600;
    display: block;
    font-weight: 800;
    padding: 0 1.5em;
    letter-spacing: 0.06em;
  }
  .navbar-nav > li > a.dropdown-toggle {
    padding-right: 1em;
  }
  .navbar-nav li > a {
    color: #4d4f53;
  }
  .navbar-nav li > a:hover, .navbar-nav li > a:focus {
    color: #28292b;
  }
  .navbar-nav > li.open > a {
    color: #805998;
  }
  .navbar-nav > .menu-item--contact > a {
    color: #805998;
  }
  .navbar-nav > .menu-item--contact > a:focus, .navbar-nav > .menu-item--contact > a:hover {
    color: #573d68;
  }
  .navbar-nav:first-child > li:first-child a {
    padding-left: 0;
  }

  .navbar-header {
    float: left;
    width: 20%;
  }

  .navbar-collapse {
    display: block;
    float: right;
    width: 80%;
    max-height: none;
    background-color: transparent;
  }
  .navbar-collapse::after {
    clear: both;
    content: "";
    display: table;
  }

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

  .dropdown {
    position: relative;
  }
  .dropdown.open .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    background-color: #fff;
    top: 5em;
    right: 0;
    padding: 0.5em 0;
    border: 1px solid #c9cdcd;
  }
  .dropdown-menu > li > a {
    display: block;
    font-weight: 500;
    padding: 0.25em 1.5em;
  }
  .dropdown--inverse .dropdown-menu {
    text-align: center;
  }
  .dropdown-menu a.active {
    color: #805998;
  }

  .dropdown-menu:after, .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .navbar-nav--lang .dropdown-menu:after, .navbar-nav--lang .dropdown-menu:before {
    left: 75%;
  }
  .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .dropdown-menu:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #c9cdcd;
    border-width: 11px;
    margin-left: -11px;
  }
}
@media screen and (min-width: 720px) {
  .navbar-nav > li > a {
    font-size: 1em;
    line-height: 6.0714285714;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
}
@media screen and (min-width: 960px) {
  .navbar-nav > li > a {
    font-size: 1em;
    line-height: 6.0625;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 1280px) {
  .navbar-nav > li > a {
    font-size: 1em;
    line-height: 5.7894736842;
  }
}

/* @end Large Navbar */
/* @group Navbar scroll */
.navbar--small {
  min-height: 85px;
}
.navbar--small .navbar-brand a {
  height: 34px;
  margin-top: 25.5px;
}
.navbar--small .navbar-nav > li > a {
  font-size: 1em;
  line-height: 4.4736842105;
}
.navbar--small .navbar-nav--lang .dropdown-toggle {
  line-height: 0;
}
.navbar--small .navbar-nav--lang .dropdown-toggle i {
  font-size: 1.0526315789em;
  line-height: 4.25;
}

/* @end Navbar scroll */
.actions {
  margin-top: 3em;
}
.actions > ul::after {
  clear: both;
  content: "";
  display: table;
}
.actions > ul > li {
  display: inline-block;
  margin-right: 1.5em;
}
.actions > ul > li:last-child,
.actions > ul > li .last  {
  margin-right: 0;
}

.actions ul.pull-right > li {
  margin-right: 0;
  margin-left: 1.5em;
}
.actions ul.pull-left > li {
  margin-right: 1.5em;
  margin-left: 0;
}

.actions--rev > ul > li {
  margin-right: 0;
  margin-left: 1.5em;
}

.actions--block > ul > li {
  display: block;
}
.actions--block .btn, .actions--block .page-edit a, .page-edit .actions--block a {
  display: block;
}

.projects-thumbs::after {
  clear: both;
  content: "";
  display: table;
}

.projects-thumbs--grid {
  background-color: #f1f2f2;
}
.projects-thumbs--grid .grid-sizer {
  width: 25%;
}
@media screen and (min-width: 1920px) {
  .projects-thumbs--grid .grid-sizer {
    width: 20%;
  }
}

.projects-thumbs--grid .project-thumb {
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 720px) {
  .projects-thumbs--grid .project-thumb {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .projects-thumbs--grid .project-thumb {
    width: 25%;
  }
  .projects-thumbs--grid .project-thumb.size-1, .projects-thumbs--grid .project-thumb.size-2 {
    width: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .projects-thumbs--grid .project-thumb {
    width: 20%;
  }
  .projects-thumbs--grid .project-thumb.size-1, .projects-thumbs--grid .project-thumb.size-2 {
    width: 40%;
  }
}

.projects-thumbs--grid .project-thumb a {
  width: 100%;
  height: 100%;
  display: block;
}

.project-thumb.size-2 {
  position: relative;
}
.project-thumb.size-2 img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 960px) {
  .project-thumb.size-2 img {
    top: -50%;
  }
}
.project-thumb.size-2 .wrapper {
  padding-top: 108.97435897%;
}
@media screen and (min-width: 960px) {
  .project-thumb.size-2 .wrapper {
    padding-top: 54.48717949%;
  }
}

.projects-thumbs--grid .project-thumb img {
  width: 100%;
}

/* @group Preloader  */
.projects-thumbs.not-loaded li {
  display: none;
}
.projects-thumbs.is-loaded li {
  display: block;
}

.preloader {
  padding: 8em 2em;
}
.preloader.not-loaded {
  display: block;
}
.preloader.is-loaded {
  display: none;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #e45f4e;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #a4c342;
}

.spinner .bounce3 {
  background-color: #71c4e8;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* @end Preloader  */
/* @group Overlay */
.projects-thumbs--grid .project-thumb-info {
  padding: 2em;
}
.projects-thumbs--grid .project-thumb-info.overlay {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.projects-thumbs--grid .project-thumb-img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.zoom-trigger:hover .projects-thumbs--grid .project-thumb-img, .zoom-trigger:focus .projects-thumbs--grid .project-thumb-img, .zoom-trigger:active .projects-thumbs--grid .project-thumb-img {
  transform: scale(1.05);
}

.projects-thumbs--grid .project-thumb {
  text-align: left;
}
.projects-thumbs--grid .project-thumb .project-client {
  margin-bottom: 2em;
  color: #fff;
  line-height: 1.4;
}
.projects-thumbs--grid .project-thumb .project-title {
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  transition: all 0.15s;
}
.projects-thumbs--grid .project-thumb .project-more-link {
  color: #fff;
  z-index: 5;
  position: absolute;
  font-size: 1.5rem;
  bottom: 1.5em;
  left: 1.5em;
}
.projects-thumbs--grid .project-thumb .overlay-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 5em;
  opacity: 0.7;
}
.projects-thumbs--grid .project-thumb .overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.15s;
}

.projects-thumbs--grid .project-thumb a .project-title,
.projects-thumbs--grid .project-thumb a .overlay-color,
.projects-thumbs--grid .project-thumb a .project-more-link {
  opacity: 0;
}

.projects-thumbs--grid .project-thumb a:hover .overlay-color,
.projects-thumbs--grid .project-thumb a:hover .project-more-link, .projects-thumbs--grid .project-thumb a:focus .overlay-color,
.projects-thumbs--grid .project-thumb a:focus .project-more-link, .projects-thumbs--grid .project-thumb a:active .overlay-color,
.projects-thumbs--grid .project-thumb a:active .project-more-link {
  opacity: 1;
}
.projects-thumbs--grid .project-thumb a:hover .project-title, .projects-thumbs--grid .project-thumb a:focus .project-title, .projects-thumbs--grid .project-thumb a:active .project-title {
  animation: fadeInUpSmall 0.7s;
  animation-fill-mode: forwards;
}

.project-thumb.size-1 .project-title {
  font-size: 2.84rem;
}
@media screen and (min-width: 960px) {
  .project-thumb.size-1 .project-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1920px) {
  .project-thumb.size-1 .project-title {
    font-size: 4.36rem;
  }
}

.project-thumb.size-2 .project-title {
  font-size: 2.84rem;
}
@media screen and (min-width: 960px) {
  .project-thumb.size-2 .project-title {
    font-size: 2.84rem;
  }
}
@media screen and (min-width: 1920px) {
  .project-thumb.size-2 .project-title {
    font-size: 4rem;
  }
}

.project-thumb.size-3 .project-title {
  font-size: 2.84rem;
}
@media screen and (min-width: 960px) {
  .project-thumb.size-3 .project-title {
    font-size: 2.21rem;
  }
}
@media screen and (min-width: 1920px) {
  .project-thumb.size-3 .project-title {
    font-size: 2.84rem;
  }
}

/* @end Overlay */
/* @group Filters */
.projects-filters {
  margin-bottom: 2em;
  text-align: center;
}
.projects-filters > ul {
  text-align: center;
  display: inline;
}
.projects-filters > ul:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  width: 1px;
  position: relative;
  top: -0.1em;
  margin: 0 0.5em;
  border-right: 1px solid #cdcdcd;
}
.projects-filters > ul:last-child:after {
  display: none;
}
.projects-filters > ul > li {
  display: inline-block;
  margin: 0 0.1em;
}

.btn--filter {
  text-transform: none;
  background: transparent;
  color: #404040;
  font-weight: 500;
  font-size: 1.263rem;
  padding: 0.7em 1.25em;
}
.btn--filter:hover, .btn--filter:focus, .btn--filter.active {
  color: #fff;
  background: #404040;
}

/* @end Filters */
/* @group Pagination */
.projects-footer--more .actions {
  margin-top: 0;
}
.projects-footer--more .actions > ul > li {
  display: block;
}
.projects-footer--more .actions a {
  color: #859090;
  display: block;
}
.projects-footer--more .actions a:focus, .projects-footer--more .actions a:hover {
  color: #535c5c;
}

.projects-pagination {
  display: none;
}

/* @end Pagination */
.projects-thumbs--columns .project-thumb-info {
  padding-top: 1.6em;
}
.projects-thumbs--columns .project-title {
  margin-bottom: 0.4em;
  animation: none !important;
  transition: none;
  opacity: 1;
}
.projects-thumbs--columns .project-client {
  color: #939596;
  margin-bottom: 0;
}

.projects-thumbs--columns {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.projects-thumbs--columns:after {
  content: " ";
  display: block;
  clear: both;
}

.projects-thumbs--columns .project-thumb {
  width: 48.7804878049%;
  float: left;
  margin-bottom: 2em;
}
.projects-thumbs--columns .project-thumb:nth-child(2n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.projects-thumbs--columns .project-thumb:nth-child(2n+2) {
  margin-left: 51.2195121951%;
  margin-right: -100%;
  clear: none;
}
@media screen and (min-width: 960px) {
  .projects-thumbs--columns .project-thumb {
    width: 23.1707317073%;
    float: left;
  }
  .projects-thumbs--columns .project-thumb:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .projects-thumbs--columns .project-thumb:nth-child(4n+2) {
    margin-left: 25.6097560976%;
    margin-right: -100%;
    clear: none;
  }
  .projects-thumbs--columns .project-thumb:nth-child(4n+3) {
    margin-left: 51.2195121951%;
    margin-right: -100%;
    clear: none;
  }
  .projects-thumbs--columns .project-thumb:nth-child(4n+4) {
    margin-left: 76.8292682927%;
    margin-right: -100%;
    clear: none;
  }
}

.prj-related .widget-header-actions {
  display: none;
}
@media screen and (min-width: 720px) {
  .prj-related .widget-header-actions {
    display: inline-block;
  }
}
@media screen and (min-width: 720px) {
  .prj-related .prf-footer {
    display: none;
  }
}

.pagination--directional > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .pagination--directional > ul {
    flex-direction: row;
  }
}

.pagination--directional > ul > li {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .pagination--directional > ul > li {
    width: 33.3333%;
  }
}
.pagination--directional > ul > li.pg-prev {
  order: 1;
  text-align: right;
}
.pagination--directional > ul > li.pg-prev i {
  margin-right: 0.75em;
}
.pagination--directional > ul > li.pg-prev > a {
  justify-content: center;
}
@media screen and (min-width: 720px) {
  .pagination--directional > ul > li.pg-prev > a {
    justify-content: flex-start;
  }
}
.pagination--directional > ul > li.pg-next {
  order: 2;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .pagination--directional > ul > li.pg-next {
    order: 3;
  }
}
.pagination--directional > ul > li.pg-next i {
  margin-left: 0.75em;
}
.pagination--directional > ul > li.pg-next > a {
  justify-content: center;
}
@media screen and (min-width: 720px) {
  .pagination--directional > ul > li.pg-next > a {
    justify-content: flex-end;
  }
}
.pagination--directional > ul > li.pg-all {
  order: 2;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .pagination--directional > ul > li.pg-all {
    order: 3;
  }
}
.pagination--directional > ul > li.pg-all > a {
  justify-content: center;
  background-color: #e9ebeb;
}
.pagination--directional > ul > li.pg-all > a:hover, .pagination--directional > ul > li.pg-all > a:focus {
  background-color: #e4e6e6;
}

.pagination--directional a {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2em;
  color: #9a9a9a;
  background-color: #f1f2f2;
  font-size: 0.842rem;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.15s;
}
.pagination--directional a:hover, .pagination--directional a:focus {
  background-color: #e4e6e6;
  color: #676767;
}
.pagination--directional a i {
  font-size: 150%;
  display: inline-block;
}

.prj-flotating-pagination {
  position: fixed;
  z-index: 30;
  top: 71px;
  right: 2%;
}
@media screen and (min-width: 720px) {
  .prj-flotating-pagination {
    top: 105px;
    right: 4%;
  }
}
@media screen and (min-width: 960px) {
  .prj-flotating-pagination {
    top: 122px;
  }
}
@media screen and (min-width: 1280px) {
  .prj-flotating-pagination {
    top: 150px;
  }
}
.prj-flotating-pagination.float--normal {
  top: 150px;
}
.prj-flotating-pagination.float--higher {
  top: 122px;
}

.pagination--floating > ul > li {
  display: inline-block;
}
.pagination--floating > ul > li > a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3em;
  height: 3em;
  vertical-align: middle;
  border-radius: 100%;
  transition: all 0.15s;
}
.pagination--floating > ul > li > a:hover, .pagination--floating > ul > li > a:focus {
  background-color: rgba(0, 0, 0, 0.75);
}
.pagination--floating > ul > li > a i {
  font-size: 130%;
}
.pagination--floating > ul > li.pg-all {
  padding: 0 0.25em;
}

.widget {
  padding: 4em 0;
}

.widget-header {
  margin-bottom: 2em;
}
.widget-header::after {
  clear: both;
  content: "";
  display: table;
}

.widget-title {
  width: 79%;
  display: inline-block;
  margin-bottom: 0;
}

.widget-header-actions {
  display: inline-block;
  width: 20%;
}

.widget-title {
  font-size: 2em;
  font-weight: 500;
}

.widget-header-actions {
  text-align: right;
  font-size: 1.2105263158em;
  font-weight: 800;
}
.widget-header-actions .widget-header-actions--text {
  line-height: 1;
}

.widget-footer .actions {
  text-align: center;
}

.social-links > .social-link {
  display: inline-block;
  margin: 0 0.1em;
}
.social-links > .social-link > a {
  font-size: 2.8571428571em;
  transition: all 0.15s;
}
@media screen and (min-width: 960px) {
  .social-links > .social-link > a {
    font-size: 1.5em;
  }
}

.social-link--facebook a {
  color: #a0a8a8;
}

.social-link--facebook a:focus,
.social-link--facebook a:hover {
  color: #3b5998;
}

.social-link--googleplus a {
  color: #a0a8a8;
}

.social-link--googleplus a:focus,
.social-link--googleplus a:hover {
  color: #dd4b39;
}

.social-link--instagram a {
  color: #a0a8a8;
}

.social-link--instagram a:focus,
.social-link--instagram a:hover {
  color: #517fa4;
}

.social-link--linkedin a {
  color: #a0a8a8;
}

.social-link--linkedin a:focus,
.social-link--linkedin a:hover {
  color: #007bb6;
}

.social-link--pinterest a {
  color: #a0a8a8;
}

.social-link--pinterest a:focus,
.social-link--pinterest a:hover {
  color: #cb2027;
}

.social-link--twitter a {
  color: #a0a8a8;
}

.social-link--twitter a:focus,
.social-link--twitter a:hover {
  color: #00aced;
}

.social-link--youtube a {
  color: #a0a8a8;
}

.social-link--youtube a:focus,
.social-link--youtube a:hover {
  color: #b00;
}

.hero-banner {
  text-align: center;
  background-color: #D9D9D9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2em 0;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .hero-banner {
    padding: 4em 0;
  }
}
.hero-banner .alt-title, .hero-banner .hero-alt-title, .hero-banner .page-section-alt-title, .hero-banner .list-table-row--header .row-header, .list-table-row--header .hero-banner .row-header, .hero-banner .projects-thumbs--grid .project-thumb .project-client, .projects-thumbs--grid .project-thumb .hero-banner .project-client, .hero-banner .projects-footer--more .actions a, .projects-footer--more .actions .hero-banner a, .hero-banner .pagination--directional a, .pagination--directional .hero-banner a,
.hero-banner .title {
  color: #fff;
}
.hero-banner > .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hero-banner .title {
  margin-bottom: 0;
  line-height: 1;
}
.hero-banner .alt-title, .hero-banner .hero-alt-title, .hero-banner .page-section-alt-title, .hero-banner .list-table-row--header .row-header, .list-table-row--header .hero-banner .row-header, .hero-banner .projects-thumbs--grid .project-thumb .project-client, .projects-thumbs--grid .project-thumb .hero-banner .project-client, .hero-banner .projects-footer--more .actions a, .projects-footer--more .actions .hero-banner a, .hero-banner .pagination--directional a, .pagination--directional .hero-banner a {
  font-size: 1.105rem;
  margin-bottom: 1.25em;
}
.hero-banner .subtitle {
  line-height: 1.4;
}
.hero-banner .title + .subtitle {
  margin-top: 1em;
}

.hero-banner--lg {
  height: 24em;
}
@media screen and (min-width: 960px) {
  .hero-banner--lg {
    height: 32em;
  }
}
@media screen and (min-width: 1280px) {
  .hero-banner--lg {
    height: 36em;
  }
}

.hero-banner--md {
  height: 30em;
}
@media screen and (max-width: 560px) {
  .hero-banner--md.iconos {
    height: 1520px;
  }
}

.hero-banner--sm {
  height: 9.5em;
}
@media screen and (min-width: 960px) {
  .hero-banner--sm {
    height: 12em;
  }
}
@media screen and (min-width: 1280px) {
  .hero-banner--sm {
    height: 14em;
  }
}

.hero-banner--photo {
  padding: 0;
}

/* @group Header banners */
.hero-banner--page-header .page-header-title {
  color: #fff;
}
.template-we-do .hero-banner--page-header {
  background-color: #f9c52f;
}
.template-we-are .hero-banner--page-header {
  background-color: #805998;
}
.template-startups .hero-banner--page-header {
  background-color: #71c4e8;
}

.hero-banner--page-header--simple {
  background-color: transparent;
}
.hero-banner--page-header--simple .page-header-title {
  color: #404040;
}

/* @end Header banners */
/* @group Home banner */
.hero-banner--home {
  text-align: center;
  margin-top: -56px;
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 720px) {
  .hero-banner--home {
    margin-top: -85px;
  }
}
@media screen and (min-width: 960px) {
  .hero-banner--home {
    margin-top: -97px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-banner--home {
    margin-top: -110px;
  }
}

.hero-banner--home {
  position: relative;
  background-size: cover;
}
.hero-banner--home > .container {
  width: 90%;
}
.hero-banner--home .overlay {
  background-color: #f9c52f;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: changeColor 40s infinite;
  animation-direction: alternate;
}
.hero-banner--no-bg .hero-banner--home .overlay {
  opacity: 1;
}

.hero-banner--home .hero-alt-title {
  font-size: 1.3684210526em;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  width: 100%;
  position: absolute;
  /* &.cycle-slide-active {
  span {
  	top: 0 !important;
  }
    }*/
}
.hero-title span {
  display: block;
  /*top: 10px !important;
  transition: top 2s ease;
  position: relative;*/
}
.hero-title span.strong {
  font-weight: 800;
}
.hero-title .hero-title-connector {
  color: #fff;
  display: block;
  height: 1em;
}
.hero-title .hero-title-word {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  position: relative;
  display: block;
  height: 1em;
}
.hero-title .hero-title-word span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .hero-title {
    font-size: 4.36rem;
  }
  .hero-title .hero-title-connector {
    display: inline;
  }
  .hero-title .hero-title-word {
    display: inline;
  }
  .hero-title .hero-title-word span {
    width: auto;
    top: auto;
    left: auto;
  }
  .hero-title .hero-title-word--first span {
    right: 0.25em;
    text-align: right;
  }
  .hero-title .hero-title-word--last span {
    left: 0.2em;
  }
}
.hero-title .hero-title-word span {
  animation: rotateWord 36s linear;
  animation-direction: normal;
  animation-delay: 0;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
}
.hero-title .hero-title-word span:nth-child(1) {
  animation-delay: 0s;
}
.hero-title .hero-title-word span:nth-child(2) {
  animation-delay: 4s;
}
.hero-title .hero-title-word span:nth-child(3) {
  animation-delay: 8s;
}
.hero-title .hero-title-word span:nth-child(4) {
  animation-delay: 12s;
}
.hero-title .hero-title-word span:nth-child(5) {
  animation-delay: 16s;
}
.hero-title .hero-title-word span:nth-child(6) {
  animation-delay: 20s;
}
.hero-title .hero-title-word span:nth-child(7) {
  animation-delay: 24s;
}
.hero-title .hero-title-word span:nth-child(8) {
  animation-delay: 28s;
}
.hero-title .hero-title-word span:nth-child(9) {
  animation-delay: 32s;
}

.hero-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.hero-more a {
  display: block;
  height: 5em;
  background-color: red;
  width: 100%;
}
.hero-more .more-scroll-text {
  font-size: 0.842rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  padding: 1rem 0 4rem 0;
  display: block;
}
.hero-more .arrow-down {
  position: absolute;
  left: 50%;
  transition: all 0.2s ease;
  width: 2rem;
  height: 1rem;
  cursor: pointer;
  background-size: contain;
  background-image: url("images/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  bottom: 1.75rem;
  margin-left: -1rem;
}
@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  15% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  16% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  17% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes changeColor {
  0% {
    background-color: #f9c52f;
  }
  11.1% {
    background-color: #ed9a2f;
  }
  22% {
    background-color: #ec6972;
  }
  33% {
    background-color: #e45f4e;
  }
  44% {
    background-color: #805998;
  }
  56% {
    background-color: #44819e;
  }
  67% {
    background-color: #71c4e8;
  }
  78% {
    background-color: #4eb293;
  }
  89% {
    background-color: #a4c342;
  }
  100% {
    background-color: #f9c52f;
  }
}
/* @end Hero */
.site-footer {
  padding: 4em 0 2em 0;
  text-align: center;
}
.site-footer.with-border {
  border-top: 5px solid #f1f2f2;
}
@media screen and (min-width: 960px) {
  .site-footer {
    text-align: left;
  }
}

.site-footer .tagline {
  padding-top: 3em;
  background: url("images/dmo-logo-sm.svg") no-repeat top center;
  background-size: 2em auto;
  font-weight: 800;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .site-footer .tagline {
    width: 90%;
    padding-top: 2.5em;
    background-size: 1.5em auto;
    background-position: top left;
    margin-bottom: 1.3333333333em;
  }
}

.site-footer .social-links {
  margin-bottom: 2em;
}
.site-footer .social-links > .social-link > a {
  font-size: 2.2105263158em;
}

.footer-nav {
  margin-bottom: 2em;
}

.footer-nav-group {
  margin-bottom: 2em;
}

.footer-nav-title {
  text-transform: uppercase;
  color: #859090;
  font-size: 0.842rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .footer-nav-title {
    margin-bottom: 2em;
  }
}

.footer-nav-links > li {
  display: inline-block;
  padding: 0.25em 0.75em;
  position: relative;
}
.footer-nav-links > li:after {
  font-family: "dmo-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 150%;
  top: 0.2em;
  right: -0.6em;
  color: #c9cdcd;
}
.footer-nav-links > li:last-child:after {
  content: "";
}
@media screen and (min-width: 960px) {
  .footer-nav-links > li {
    display: block;
    padding: 0;
  }
  .footer-nav-links > li:after {
    content: "";
  }
}
.footer-nav-links > li > a {
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 960px) {
  .footer-nav-links > li > a {
    line-height: 1.8;
  }
}

.site-footer-copy {
  color: #9a9a9a;
  font-size: 0.842rem;
}
.site-footer-copy a {
  color: #676767;
}
.site-footer-copy a:focus, .site-footer-copy a:hover  {
  color: #010101;
}

@media screen and (min-width: 960px) {
  .site-footer > .container {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer > .container:after {
    content: " ";
    display: block;
    clear: both;
  }

  .site-footer-header {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
  }

  .footer-nav {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
    float: right;
    margin-right: 0;
  }

  .site-footer-copy {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .footer-nav {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-nav:after {
    content: " ";
    display: block;
    clear: both;
  }

  .footer-nav-group {
    width: 31.7073170732%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .footer-nav-group:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
.modal {
  position: relative;
  background: #FFF;
  padding: 3em 4%;
  width: auto;
  max-width: 640px;
  margin: 20px auto;
}
@media screen and (min-width: 720px) {
  .modal {
    padding: 3em;
  }
}

.modal-close {
  background: white;
  border-radius: 0;
}
.modal-close:hover, .modal-close:focus {
  background: white;
}

button.mfp-close {
  background: white;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.modal--welcome .modal-body {
  text-align: center;
  padding-top: 1em;
}
.modal--welcome .title {
  font-weight: 400;
  font-size: 1.704rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 720px) {
  .modal--welcome .title {
    font-size: 2.21rem;
  }
}
.modal--welcome .intro {
  margin: 0 auto;
  color: #404040;
  font-size: 1.263rem;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .modal--welcome .intro {
    max-width: 480px;
  }
}
.modal--welcome .modal-footer {
  text-align: center;
}

.modal--banner {
  padding: 0;
  max-width: 1000px;
}

.image-grid-list, .startups-services-thumbs, .areas-thumbs {
  background-color: #f1f2f2;
}
.image-grid-list::after, .startups-services-thumbs::after, .areas-thumbs::after {
  clear: both;
  content: "";
  display: table;
}

.image-grid-item, .startups-services-thumbs .service, .areas-thumbs .area {
  background-color: #D9D9D9;
  background-blend-mode: multiply;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.image-grid-item .outer, .startups-services-thumbs .service .outer, .areas-thumbs .area .outer {
  padding-top: 45%;
  position: relative;
}
@media screen and (min-width: 720px) {
  .image-grid-item, .startups-services-thumbs .service, .areas-thumbs .area {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1920px) {
  .image-grid-item, .startups-services-thumbs .service, .areas-thumbs .area {
    width: 33.3333333%;
    float: left;
  }
}

.image-grid-item-overlay, .startups-services-thumbs .service .overlay, .areas-thumbs .area .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.15s;
  padding: 2em;
}
.image-grid-item-overlay.overlay--is-visible, .startups-services-thumbs .service .overlay--is-visible.overlay, .areas-thumbs .area .overlay--is-visible.overlay {
  opacity: 1;
}
.image-grid-item-overlay.overlay--is-hidden, .startups-services-thumbs .service .overlay--is-hidden.overlay, .areas-thumbs .area .overlay--is-hidden.overlay {
  opacity: 0;
  background-color: rgba(128, 89, 152, 0.8);
}
@media screen and (min-width: 960px) {
  .image-grid-item-overlay, .startups-services-thumbs .service .overlay, .areas-thumbs .area .overlay {
    padding: 3em;
  }
}

.image-grid-item-title, .startups-services-thumbs .service .service-title, .areas-thumbs .area .area-title {
  color: #fff;
  margin: 0;
  text-transform: lowercase;
  font-weight: 300;
  text-shadow: 0 0 0.2em black, 0 0 0.75em rgba(0, 0, 0, 0.8), 0 0 1em rgba(0, 0, 0, 0.75);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.image-grid-item-subtitle {
  color: #fff;
  font-weight: 800;
}

.image-grid-item-description, .startups-services-thumbs .service .service-description, .areas-thumbs .area .area-description {
  color: #fff;
  max-width: 800px;
  mix-blend-mode: normal;
  line-height: 1.4;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .image-grid-item-description, .startups-services-thumbs .service .service-description, .areas-thumbs .area .area-description {
    font-size: 1.263rem;
  }
}

.page-edit {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(128, 89, 152, 0.5);
}
.page-edit a {
  padding: 0.5em 1em;
}

.project-thumb .page-edit {
  position: absolute;
}

.images-grid::after {
  clear: both;
  content: "";
  display: table;
}

.images-grid img {
  width: 100%;
}

@media screen and (min-width: 720px) {
  .images-grid--2 > img,
.images-grid--4 > img {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 720px) {
  .images-grid--3 > img {
    width: 50%;
    float: left;
  }
  .images-grid--3 > img:first-child {
    width: 100%;
    float: none;
  }
}

.prs-module--grid > .container {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .prs-module--grid > .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1360px;
  }
}

.areas-list > li {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: lowercase;
}
.areas-list > li > a {
  display: block;
  transition: all 0.15s;
}

.template-project .site-content {
  padding-bottom: 0;
}

.project-intro-image {
  width: 100%;
}

.prs-intro {
  padding: 4em 0;
  background-color: #f1f2f2;
  text-align: center;
}

.project-byline {
  font-size: 1.105rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.project-byline .project-client {
  display: block;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 960px) {
  .project-byline .project-client {
    display: inline-block;
    margin-bottom: 0;
  }
}
.project-byline .project-title {
  color: gray;
  display: block;
}
@media screen and (min-width: 960px) {
  .project-byline .project-title {
    display: inline-block;
  }
  .project-byline .project-title:before {
    content: "•";
    color: #b3b3b3;
    margin-right: 0.2em;
    font-size: 150%;
  }
}

.project-alt-title {
  font-size: 2.84rem;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 960px) {
  .project-alt-title {
    font-size: 4rem;
  }
}

.project-intro {
  font-weight: 800;
  color: #5a5a5a;
}
@media screen and (min-width: 960px) {
  .project-intro {
    line-height: 1.4;
  }
}

.prs-resume {
  border-bottom: 5px solid #f1f2f2;
}

.project-resume {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.project-resume:after {
  content: " ";
  display: block;
  clear: both;
}

.project-resume .row {
  display: block;
}
@media screen and (min-width: 960px) {
  .project-resume .row {
    width: 57.3170731707%;
    float: left;
    margin-right: 2.4390243902%;
    margin-left: 25.6097560976%;
  }
}

.project-resume-list {
  text-align: center;
}
.project-resume-list > li {
  margin-bottom: 2em;
}
.project-resume-list > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 720px) {
  .project-resume-list {
    text-align: left;
    column-count: 2;
    column-width: 50%;
    column-gap: 2%;
  }
  .project-resume-list > li {
    break-inside: avoid;
  }
}

.project-resume-group {
  margin: 0;
}

.project-resume-title {
  text-transform: uppercase;
  color: #859090;
  font-size: 0.842rem;
  letter-spacing: 0.05em;
}

.project-resume-item {
  font-size: 1.105rem;
  font-weight: 500;
  margin-bottom: 0;
  margin: 0;
}

.prs-module,
.prs-resume {
  padding: 3em 0;
}
@media screen and (min-width: 960px) {
  .prs-module,
.prs-resume {
    padding: 5em 0;
  }
}
.prs-module.prs-module--grid,
.prs-resume.prs-module--grid {
  padding: 0;
}

.prs-resume {
  padding-bottom: 3em;
}
@media screen and (min-width: 960px) {
  .prs-resume {
    padding-bottom: 4em;
  }
}

.prs-module--text > .container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.prs-module--text > .container:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 960px) {
  .prs-module--text .prs-header {
    width: 23.1707317073%;
    float: left;
    margin-right: 2.4390243902%;
  }
}
@media screen and (min-width: 960px) {
  .prs-module--text .prs-body {
    width: 57.3170731707%;
    float: left;
    margin-right: 2.4390243902%;
  }
}

.prs-module--text .prs-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.prs-module--color .body-content {
  color: #fff;
}

.prj-share {
  display: none;
}

.main-content.area--healthcare .prs-title,
.main-content.area--healthcare .project-resume-title,
.main-content.area--healthcare .project-byline > .project-title {
  color: #a4c342;
}
.main-content.area--healthcare .prs-module--color {
  background-color: #a4c342;
}
.main-content.area--healthcare .prs-module--color .prs-title {
  color: #f1f2f2;
}

.main-content.area--transport .prs-title,
.main-content.area--transport .project-resume-title,
.main-content.area--transport .project-byline > .project-title {
  color: #71c4e8;
}
.main-content.area--transport .prs-module--color {
  background-color: #71c4e8;
}
.main-content.area--transport .prs-module--color .prs-title {
  color: #f1f2f2;
}

.main-content.area--labs .prs-title,
.main-content.area--labs .project-resume-title,
.main-content.area--labs .project-byline > .project-title {
  color: #4eb293;
}
.main-content.area--labs .prs-module--color {
  background-color: #4eb293;
}
.main-content.area--labs .prs-module--color .prs-title {
  color: #f1f2f2;
}

.main-content.area--science .prs-title,
.main-content.area--science .project-resume-title,
.main-content.area--science .project-byline > .project-title {
  color: #805998;
}
.main-content.area--science .prs-module--color {
  background-color: #805998;
}
.main-content.area--science .prs-module--color .prs-title {
  color: #f1f2f2;
}

.main-content.area--urban .prs-title,
.main-content.area--urban .project-resume-title,
.main-content.area--urban .project-byline > .project-title {
  color: #e45f4e;
}
.main-content.area--urban .prs-module--color {
  background-color: #e45f4e;
}
.main-content.area--urban .prs-module--color .prs-title {
  color: #f1f2f2;
}

.main-content.area--industrial .prs-title,
.main-content.area--industrial .project-resume-title,
.main-content.area--industrial .project-byline > .project-title {
  color: #ed9a2f;
}
.main-content.area--industrial .prs-module--color {
  background-color: #ed9a2f;
}
.main-content.area--industrial .prs-module--color .prs-title {
  color: #f1f2f2;
}

.main-content.area--agro .prs-title,
.main-content.area--agro .project-resume-title,
.main-content.area--agro .project-byline > .project-title {
  color: #f9c52f;
}
.main-content.area--agro .prs-module--color {
  background-color: #f9c52f;
}
.main-content.area--agro .prs-module--color .prs-title {
  color: #f1f2f2;
}

.main-content.area--startups .prs-title,
.main-content.area--startups .project-resume-title,
.main-content.area--startups .project-byline > .project-title {
  color: #44819e;
}
.main-content.area--startups .prs-module--color {
  background-color: #44819e;
}
.main-content.area--startups .prs-module--color .prs-title {
  color: #f1f2f2;
}

.body-content p:last-child {
  margin-bottom: 0;
}
.body-content blockquote {
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 1em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .w-50 {
    width: 50%;
    float: left;
  }

  .w-50:after {
    content: "";
    clear: both;
    display: table;
  }
}
/* @group Business Areas */
.ps-areas {
  padding-bottom: 0;
}

.areas-thumbs.odd .area:first-child {
  width: 100%;
  float: none;
}
.areas-thumbs.odd .area:first-child .outer {
  padding-top: 25%;
}

.areas-thumbs .area:hover .overlay--is-visible {
  opacity: 0;
}
.areas-thumbs .area:hover .overlay--is-hidden {
  opacity: 1;
}

/* @end Business Areas */
/* @group Services List */
.service-item img {
  max-width: 140px;
}
.service-item .title-margin {
  margin-bottom: 1.7em;
}
@media screen and (min-width: 960px) {
  .service-item dl {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-item dl:after {
    content: " ";
    display: block;
    clear: both;
  }
  .service-item dt {
    width: 31.7073170732%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .service-item dd {
    width: 65.8536585366%;
    float: left;
    margin-right: 2.4390243902%;
    float: right;
    margin-right: 0;
  }
}

/* @end Services List */
/* @group Team */
.ps-team {
  padding-bottom: 0;
}

.team {
  background-color: #f1f2f2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.team > .team-member {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .team > .team-member {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .team > .team-member {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .team > .team-member {
    width: 25%;
  }
}
@media screen and (min-width: 1920px) {
  .team > .team-member {
    width: 20%;
  }
}

.team-member,
.team-member--contact {
  overflow: hidden;
}
.team-member figure,
.team-member--contact figure {
  padding: 0;
  margin: 0;
  position: relative;
}
.team-member figcaption,
.team-member--contact figcaption {
  position: absolute;
  top: 0;
  left: 0;
}

.team-member .overlay {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.15s;
}
.team-member .overlay.color--healthcare {
  background-color: rgba(164, 195, 66, 0.8);
}
.team-member .overlay.color--transport {
  background-color: rgba(113, 196, 232, 0.8);
}
.team-member .overlay.color--labs {
  background-color: rgba(78, 178, 147, 0.8);
}
.team-member .overlay.color--science {
  background-color: rgba(128, 89, 152, 0.8);
}
.team-member .overlay.color--urban {
  background-color: rgba(228, 95, 78, 0.8);
}
.team-member .overlay.color--industrial {
  background-color: rgba(237, 154, 47, 0.8);
}
.team-member .overlay.color--agro {
  background-color: rgba(249, 197, 47, 0.8);
}
.team-member .overlay.color--startups {
  background-color: rgba(68, 129, 158, 0.8);
}
.team-member .overlay:hover {
  opacity: 1;
}

.team-member-photo {
  width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.zoom-trigger:hover .team-member-photo, .zoom-trigger:focus .team-member-photo, .zoom-trigger:active .team-member-photo {
  transform: scale(1.05);
}

.team-member-info {
  padding: 3em 2em;
  color: #fff;
  text-align: left;
}

.team-member-name {
  font-size: 2.21rem;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .team-member-name {
    font-size: 2.84rem;
  }
}

.team-member-title {
  font-size: 1.473rem;
  color: #fff;
  font-weight: 500;
}
.team .team-member-contact-info {
  margin-top: 3em;
}
.team .team-member-contact-info a {
  color: #fff;
}

/* @end Team */
/* @group Awards */
@media screen and (min-width: 960px) {
  .award-item {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .award-item:after {
    content: " ";
    display: block;
    clear: both;
  }
  .award-item dl {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .award-item dl:after {
    content: " ";
    display: block;
    clear: both;
  }
  .award-item .award-year {
    width: 14.6341463415%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .award-item .award-title {
    width: 40.243902439%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .award-item .award-project {
    width: 40.243902439%;
    float: left;
    margin-right: 2.4390243902%;
    float: right;
    margin-right: 0;
  }
}

.award-item .award-year {
  font-weight: 800;
  line-height: 1.6em;
}
@media screen and (min-width: 960px) {
  .award-item .award-year {
    margin-bottom: 0;
  }
}
.award-item .award-title {
  line-height: 1.6em;
}
@media screen and (min-width: 960px) {
  .award-item .award-title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .award-item .award-project {
    margin-bottom: 0;
  }
}

.ps-we-title_alt {
  background-color: #805998;
}

/* @end Awards */
/* @group Partners */
.ps-partners {
  background-color: #4eb293;
}
.ps-partners .page-section-alt-title {
  color: #cae8df;
}
.ps-partners .page-section-title,
.ps-partners a {
  color: #dcf0ea;
}

.partners > ul {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.partners > ul:after {
  content: " ";
  display: block;
  clear: both;
}
.partners > ul > li {
  margin-bottom: 2em;
}
@media screen and (min-width: 720px) {
  .partners > ul > li {
    width: 47.8260869565%;
    float: left;
    margin-bottom: 4.347826087%;
  }
  .partners > ul > li:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .partners > ul > li:nth-child(2n+2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
}
@media screen and (min-width: 1280px) {
  .partners > ul > li {
    width: 30.4347826087%;
    float: left;
    margin-bottom: 4.347826087%;
  }
  .partners > ul > li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .partners > ul > li:nth-child(3n+2) {
    margin-left: 34.7826086957%;
    margin-right: -100%;
    clear: none;
  }
  .partners > ul > li:nth-child(3n+3) {
    margin-left: 69.5652173913%;
    margin-right: -100%;
    clear: none;
  }
}

.partner .partner-name {
  color: #fff;
}
.partner .partner-role,
.partner .partner-description {
  margin-bottom: 0;
  color: #cae8df;
}

/* @end Partners */
.template-contact .site-content {
  padding-bottom: 0;
}

/* @group Contact Team */
.ps-contact-team {
  padding-top: 0;
}

.contact-team {
  background-color: #D9D9D9;
}
.contact-team::after {
  clear: both;
  content: "";
  display: table;
}

.contact-team > .team-member--contact {
  position: relative;
}

.contact-team .grid-sizer {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .contact-team .grid-sizer {
    width: 50%;
  }
}

.team-member--contact {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .team-member--contact {
    width: 50%;
  }
}
.team-member--contact .team-member-info {
  position: absolute;
  bottom: 0;
  top: auto;
  height: auto;
  color: #fff;
  width: 100%;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.5);
  font-size: 1.105rem;
  line-height: 1.4;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.team-member--contact .team-member-info a {
  color: #fff;
}
.team-member--contact .team-member-name {
  font-size: 1.105rem;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: inherit;
}
.team-member--contact .team-member-office {
  color: #fff;
  font-size: 2.21rem;
  margin-bottom: 0.25em;
}
.team-member--contact .team-member-photo {
  width: 100%;
}

.team-member-contact-info .skype,
.team-member-contact-info .linkedin {
  margin-top: 0.75em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.team-member-contact-info .skype i,
.team-member-contact-info .linkedin i {
  margin-top: -0.2em;
  font-size: 120%;
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}
.team-member-contact-info .skype .value,
.team-member-contact-info .linkedin .value {
  display: none;
}

/* Contact Info */
.contact-info dl,
.contact-info dt,
.contact-info dd,
.contact-office dl,
.contact-office dt,
.contact-office dd {
  margin: 0;
  padding: 0;
}

/* @end Contact Team */
/* @group Contact Locations */
.ps-contact-more > .row {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block;
}
.ps-contact-more > .row:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 960px) {
  .psub-contact-locations {
    width: 40.243902439%;
    float: left;
    margin-right: 2.4390243902%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .psub-contact-form {
    width: 57.3170731707%;
    float: left;
    margin-right: 2.4390243902%;
    float: right;
    margin-right: 0;
  }
}

.contact-locations > .contact-office {
  margin-bottom: 2em;
}

.contact-office .contact-office-name {
  text-transform: uppercase;
  margin-bottom: 0.25em;
  color: #404040;
  font-size: 1.105rem;
}
.contact-office .body-content {
  font-size: 1.105rem;
  line-height: 1.4;
}
.contact-office .body-content p {
  margin-bottom: 0;
}

/* @end Contact Locations */
/* @group Contact Form */
.Inputfield_market,
.Inputfield_production,
.Inputfield_time_target,
.Inputfield_do_you_need {
  padding: 1.5em 0;
  margin-bottom: 0;
  border-bottom: 0.15rem solid #f1f2f2;
}

.Inputfield_new_business {
  margin-bottom: 2em;
}
.Inputfield_new_business input[type=checkbox] {
  display: none;
}
.Inputfield_new_business input[type=checkbox] + .pw-no-select {
  cursor: pointer;
  font-size: 1.105rem;
  padding: 0.75em 0;
  line-height: 1.4;
}
.Inputfield_new_business input[type=checkbox] + .pw-no-select:before {
  font-family: "dmo-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 225%;
  margin-right: 0.25em;
  color: #805998;
}
.Inputfield_new_business input[type=checkbox]:checked + .pw-no-select:before {
  content: "";
}
.Inputfield_new_business strong {
  font-size: 130%;
  margin-right: 0.2em;
}

/* @end Contact Form */
.template-startups .site-content {
  padding-bottom: 0;
}

/* @group Intro */
.template-startups .page-section-header {
  margin-bottom: 2.5em;
}

.ps-startups-intro .illustration {
  margin: 2em auto;
  padding: 1em 2em;
  max-width: 550px;
}
.ps-startups-intro .illustration svg {
  width: 100%;
}

/* @end Intro */
/* @group Projects */
.ps-startups-projects .projects-list {
  margin-top: 3em;
}

.projects-list .project-item {
  padding: 0;
}

.projects-list .project-item .icon {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  font-size: 1.5em;
  opacity: 0;
  transition: opacity 0.15s;
}

.projects-list .project-item > a {
  position: relative;
  display: block;
  padding: 2em 0;
  color: #676767;
}
.projects-list .project-item > a:hover, .projects-list .project-item > a:focus {
  color: #805998;
}
.projects-list .project-item > a:hover dt, .projects-list .project-item > a:focus dt {
  color: #805998;
}
.projects-list .project-item > a:hover .icon, .projects-list .project-item > a:focus .icon {
  opacity: 1;
}

.projects-list .project-item dt {
  font-size: 1.263rem;
  line-height: 1.3;
}

.projects-list .project-item dd {
  padding-right: 4em;
  font-size: 1.105rem;
}

@media screen and (min-width: 960px) {
  .projects-list .project-item dl {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .projects-list .project-item dl:after {
    content: " ";
    display: block;
    clear: both;
  }
  .projects-list .project-item dt {
    width: 35.9756097561%;
    float: left;
    margin-right: 2.4390243902%;
    margin-bottom: 0;
  }
  .projects-list .project-item dd {
    width: 61.5853658537%;
    float: left;
    margin-right: 2.4390243902%;
    float: right;
    margin-right: 0;
    padding-right: 5em;
  }
}

/* @end Projects */
/* @group Services */
.startups-services-thumbs .service {
  cursor: default;
  background-blend-mode: normal;
}
@media screen and (min-width: 1280px) {
  .startups-services-thumbs .service {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1920px) {
  .startups-services-thumbs .service {
    width: 25%;
  }
}

.startups-services-thumbs .service:hover .overlay--is-visible {
  opacity: 0;
}
.startups-services-thumbs .service:hover .overlay--is-hidden {
  opacity: 1;
}

.startups-services-thumbs .service .service-title {
  font-size: 2.84rem;
}

@media screen and (min-width: 1280px) {
  .startups-services-thumbs .service .service-description {
    font-size: 1em;
  }
}

/* @end Services */
.full-grid {
  display: flex;
  flex-wrap: wrap;
}

.full-grid-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-basis: 100%;
  text-align: center;
  padding: 3.5em 3em;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .full-grid-col {
    width: 50%;
    flex-basis: 50%;
  }
}

.full-grid .page-subsection {
  max-width: 550px;
  margin: 0 auto;
}

.full-grid .page-subsection:last-child {
  margin-bottom: 0;
}

.full-grid .actions {
  margin-top: 1em;
}

/* @group Business */
.ps-startups-business {
  background-color: #71c4e8;
  color: #fff;
}

.ps-startups-business .page-section-header {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 960px) {
  .ps-startups-business .page-section-header {
    margin-bottom: 3.5em;
  }
}

.ps-startups-business .page-section-title {
  margin-bottom: 0;
}

.ps-startups-business .page-section-title,
.ps-startups-business .page-section-alt-title,
.ps-startups-business .page-subsection-title {
  color: #fff;
}

.ps-startups-business .page-subsection:last-child {
  margin-bottom: 0;
}

.ps-startups-business .page-subsection-title {
  letter-spacing: 0em;
  font-weight: 800;
  font-size: 1.89rem;
  line-height: 1;
}

.ps-startups-business .page-subsection p {
  font-size: 1.263rem;
  line-height: 1.4;
}

.ps-startups-business .page-subsection .actions {
  margin-top: 1em;
}

@media screen and (min-width: 720px) {
  .ps-startups-business .row {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .ps-startups-business .row:after {
    content: " ";
    display: block;
    clear: both;
  }

  .ps-startups-business .row > .page-subsection {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
    position: relative;
  }
  .ps-startups-business .row > .page-subsection:after {
    content: "";
    display: block;
    position: absolute;
    right: -4.347826087%;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #c9e8f6;
  }
  .ps-startups-business .row > .page-subsection:last-child {
    float: right;
    margin-right: 0;
  }
  .ps-startups-business .row > .page-subsection:last-child:after {
    display: none;
  }

  .ps-startups-business .page-subsection {
    margin-bottom: 0;
    padding: 2em 2.5em;
  }
}
/* @end Business */
/* @group Featured */
.ps-startups-featured .page-section-header {
  margin-bottom: 2em;
}

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

.logos-list > li {
  max-width: 220px;
  display: inline-block;
  margin: 2em 2em;
}
.logos-list > li:last-child {
  margin-bottom: 0;
}
/* @end Featured */
.template-innovation-sprints .site-content {
  padding-bottom: 0;
}
.template-innovation-sprints .hero-banner--page-header {
  background-color: #71c4e8;
}
.template-innovation-sprints .how .hero-banner {
  background-color: #EA5E4D;
}
.template-innovation-sprints .how .hero-banner .container {
  background-image: url(images/innovationsprints-desktop.gif);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 560px) {
  .template-innovation-sprints .how .hero-banner .container {
    background-image: url(images/innovationsprints-mobile.gif);
  }
}
.template-innovation-sprints .opportunity {
  background: #783656;
  color: #fff;
}
.template-innovation-sprints .opportunity h2 {
  color: #fff;
}
.template-innovation-sprints .opportunity .body-content {
  font-family: "Texta-alt";
  font-weight: bold;
  line-height: 1.2;
}
.template-innovation-sprints .opportunity .btn, .template-innovation-sprints .opportunity .page-edit a, .page-edit .template-innovation-sprints .opportunity a {
  border-width: 0.2rem;
}

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