/*
 * Outputing libraries.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 * Libraries
 */
/**
 * Main libraries loader.
 */
html {
  box-sizing: border-box; }

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

/*------------------------------------------------------------------------------
 * Color Definitions
 *------------------------------------------------------------------------------
 * Use this file to set color variables & functions.
 *
 * Before starting to define your color variables, I'll advice you: colors (
 * maybe more then other kind of variables in Sass) can get really trick and
 * messed up after some time, mostly because then tend to change a lot during
 * development. To help you make better decisions, I would advice you to read
 * the followng articles:
 *
 * - http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-name-your-sass-variables-modularly/
 * - http://sachagreif.com/sass-color-variables/
 */
/**
 * Declarative.
 */
/**
 * Descritive.
 */
/**
 * Functional
 */
/*------------------------------------------------------------------------------
 * Typography Definitions
 *------------------------------------------------------------------------------
 * Use this file to set typography variables & functions.
 *
 * Althought this might seem like the place for it, this is not the place for
 * defining custom font sources. To keep this file a non-emitting partial, you
 * you should only set here the font-related variables, such as font sizes,
 * font weights, font families, etc.
 */
/*------------------------------------------------------------------------------
 * Media Definitions
 *------------------------------------------------------------------------------
 * Use this file to set breakpoint variables & functions.
 */
/**
 * Brand components
 */
#section-heading nav h2, #section-footer h2:after {
  font-size: 2em;
  font-style: italic;
  font-weight: bold;
  font-family: "Alegreya", "aleo", Georgia, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  text-transform: lowercase;
  letter-spacing: -0.01em; }

/*------------------------------------------------------------------------------
 * Grid Definitions
 *------------------------------------------------------------------------------
 */
/*!
 * bootstrap-grid v1.1.0
 * Copyright 2015 Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

#section-who article:before, #section-cases > aside:before, #section-call-to-action:before, #section-studio:before, #section-services:before, #section-footer:before,
#section-who article:after,
#section-cases > aside:after,
#section-call-to-action:after,
#section-studio:after,
#section-services:after,
#section-footer:after,
#section-cases > main > article:before,
#section-products > main > article:before,
#section-cases > main > article:after,
#section-products > main > article:after {
  content: " ";
  display: table; }

#section-who article:after, #section-cases > aside:after, #section-call-to-action:after, #section-studio:after, #section-services:after, #section-footer:after,
#section-cases > main > article:after,
#section-products > main > article:after {
  clear: both; }

#section-cases > main > article, #section-products > main > article {
  margin-left: -15px;
  margin-right: -15px; }

#section-studio > aside, #section-services aside, #section-services main, #section-cases > main > article > main,
#section-cases > main > article > footer, #section-who article > aside,
#section-who article > main, #section-cases > aside > p, #section-products > main > article > main,
#section-products > main > article > aside, #section-call-to-action #section-services,
#section-call-to-action #section-blog, #section-studio > main ul, #section-footer > main,
#section-footer > aside, #section-cases > main > article > aside, #section-studio > main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  #section-studio > aside, #section-services aside, #section-services main, #section-cases > main > article > main,
  #section-cases > main > article > footer, #section-who article > aside,
  #section-who article > main, #section-cases > aside > p, #section-products > main > article > main,
  #section-products > main > article > aside, #section-call-to-action #section-services,
  #section-call-to-action #section-blog, #section-studio > main ul, #section-footer > main,
  #section-footer > aside, #section-cases > main > article > aside, #section-studio > main {
    float: left; }
  #section-studio > main {
    width: 66.66666667%; }
  #section-cases > main > article > aside {
    width: 58.33333333%; }
  #section-who article > aside,
  #section-who article > main, #section-cases > aside > p, #section-products > main > article > main,
  #section-products > main > article > aside, #section-call-to-action #section-services,
  #section-call-to-action #section-blog, #section-studio > main ul, #section-footer > main,
  #section-footer > aside {
    width: 50%; }
  #section-cases > main > article > main,
  #section-cases > main > article > footer {
    width: 41.66666667%; }
  #section-studio > aside, #section-services aside, #section-services main {
    width: 33.33333333%; }
  #section-who article > main {
    right: 50%; }
  #section-who article > aside {
    left: 50%; } }

/**
 * Taller icon styles
 */
#section-heading a.know-more:before, nav li + li:before, #section-heading nav h2:before, #section-who article > aside a:before, #section-footer h2:before {
  font-family: "Taller Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1; }

#section-heading a.know-more:before {
  content: "b"; }

nav li + li:before {
  content: "c"; }

#section-heading nav h2:before, #section-who article > aside a:before, #section-footer h2:before {
  content: "d"; }

#section-cases > aside .call-to-action:after, #section-call-to-action #section-services > main > article > a:after, #contact form button:after, #section-cases > main > article .read-more:after, #section-products .read-more:after, #section-call-to-action #section-blog > main > article > a:after, #section-services aside a:after, #section-services main a:after, #section-footer > aside a:after, #section-who article > main a:after, #section-studio > main a:after {
  font-family: "Taller Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1; }

#section-cases > aside .call-to-action:after, #section-call-to-action #section-services > main > article > a:after, #contact form button:after, #section-cases > main > article .read-more:after, #section-products .read-more:after, #section-call-to-action #section-blog > main > article > a:after, #section-services aside a:after, #section-services main a:after, #section-footer > aside a:after, #section-who article > main a:after, #section-studio > main a:after {
  content: "a"; }

#section-studio > main h3, #section-services aside h3, #section-services main h3 {
  position: relative; }
  #section-studio > main h3::before, #section-services aside h3::before, #section-services main h3::before {
    content: " ";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0.05em;
    left: -1.6em; }

/**
 * Remarkable component for jumbotron-link styles
 */
#section-hero {
  font-size: 2.25rem;
  font-family: "Alegreya", "aleo", Georgia, "Times New Roman", Times, Georgia, "DejaVu Serif", serif; }

/**
 * Button components
 */
#section-heading a.know-more, #section-footer h2 {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  font-size: 0;
  text-decoration: none;
  text-align: center; }
  #section-heading a.know-more:before, #section-footer h2:before {
    font-size: 1.6rem;
    line-height: 3.7rem; }

#section-heading a.know-more, #section-footer h2 {
  background-color: #E02438;
  color: white; }

#section-heading a.know-more {
  border-radius: 50%; }

#section-footer h2 {
  border-radius: .35rem; }

#section-cases > aside .call-to-action, #section-call-to-action #section-services > main > article > a, #contact form button, #section-who article > main a, #section-studio > main a, button, #section-cases > main > article .read-more, #section-products .read-more, #section-call-to-action #section-blog > main > article > a, #section-services aside a, #section-services main a, #section-footer > aside a, #section-cases > main > article > main ul li a, #section-studio > aside ul a, input[type="text"], input[type="email"] {
  border: 0.2em solid;
  border-radius: 4px;
  padding: .35em 2em;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 2em; }

#section-cases > aside .call-to-action, #section-call-to-action #section-services > main > article > a, #contact form button, #section-who article > main a, #section-studio > main a, button, #section-cases > main > article .read-more, #section-products .read-more, #section-call-to-action #section-blog > main > article > a, #section-services aside a, #section-services main a, #section-footer > aside a, #section-cases > main > article > main ul li a, #section-studio > aside ul a {
  display: inline-block;
  transition: all 150ms;
  text-decoration: none;
  white-space: nowrap; }

#section-cases > main > article .read-more:hover, #section-products .read-more:hover, #section-call-to-action #section-blog > main > article > a:hover, #section-services aside a:hover, #section-services main a:hover, #section-footer > aside a:hover, #section-cases > main > article .read-more:focus, #section-products .read-more:focus, #section-call-to-action #section-blog > main > article > a:focus, #section-services aside a:focus, #section-services main a:focus, #section-footer > aside a:focus, #section-cases > aside .call-to-action, #section-call-to-action #section-services > main > article > a, #contact form button, #section-who article > main a, #section-studio > main a, button {
  border: 0.2em solid #E02438;
  background-color: #E02438;
  color: white; }
  #section-cases > main > article .read-more:hover, #section-products .read-more:hover, #section-call-to-action #section-blog > main > article > a:hover, #section-services aside a:hover, #section-services main a:hover, #section-footer > aside a:hover, #section-cases > aside .call-to-action:hover, #section-call-to-action #section-services > main > article > a:hover, #contact form button:hover, #section-who article > main a:hover, #section-studio > main a:hover, button:hover, #section-cases > main > article .read-more:focus, #section-products .read-more:focus, #section-call-to-action #section-blog > main > article > a:focus, #section-services aside a:focus, #section-services main a:focus, #section-footer > aside a:focus, #section-cases > aside .call-to-action:focus, #section-call-to-action #section-services > main > article > a:focus, #contact form button:focus, #section-who article > main a:focus, #section-studio > main a:focus, button:focus {
    background-color: #2B2C30;
    border-color: #2B2B32; }

#section-cases > main > article .read-more:hover, #section-products .read-more:hover, #section-call-to-action #section-blog > main > article > a:hover, #section-services aside a:hover, #section-services main a:hover, #section-footer > aside a:hover, #section-cases > main > article .read-more:focus, #section-products .read-more:focus, #section-call-to-action #section-blog > main > article > a:focus, #section-services aside a:focus, #section-services main a:focus, #section-footer > aside a:focus, #section-cases > aside .call-to-action, #section-call-to-action #section-services > main > article > a, #contact form button, #section-who article > main a, #section-studio > main a {
  color: white;
  background-color: #E02438;
  border-color: #E02438; }

#section-cases > aside .call-to-action:hover, #section-call-to-action #section-services > main > article > a:hover, #contact form button:hover, #section-who article > main a:hover, #section-studio > main a:hover, #section-cases > aside .call-to-action:focus, #section-call-to-action #section-services > main > article > a:focus, #contact form button:focus, #section-who article > main a:focus, #section-studio > main a:focus {
  background-color: #2B2C30;
  border-color: #2B2B32; }

#section-cases > aside .call-to-action, #section-call-to-action #section-services > main > article > a, #contact form button {
  margin-top: 1rem;
  -webkit-clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 48%, 100% 52%, calc(100% - 1em) 100%, 0 100%, 0 95%, 0.6em 52%, 0.6em 48%, 0 5%); }
  #section-cases > aside .call-to-action:after, #section-call-to-action #section-services > main > article > a:after, #contact form button:after {
    margin-left: 1.2em; }

#section-cases > main > article .read-more, #section-products .read-more, #section-call-to-action #section-blog > main > article > a, #section-services aside a, #section-services main a, #section-footer > aside a {
  margin-top: 1rem; }
  #section-cases > main > article .read-more:after, #section-products .read-more:after, #section-call-to-action #section-blog > main > article > a:after, #section-services aside a:after, #section-services main a:after, #section-footer > aside a:after {
    margin-left: 1.2em; }

/**
 * Text components
 */
#section-cases > main > article > header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 35em; }

/**
 * Link components
 */
a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none;
  border-bottom: 2px solid; }

/**
 * Tag components
 */
#section-cases > main > article > main ul li a, #section-studio > aside ul a {
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-top: 0.5em;
  font-size: 0.6em;
  background-color: white;
  border-color: #CCCCCC;
  color: #666666; }
  #section-cases > main > article > main ul li a:hover, #section-studio > aside ul a:hover, #section-cases > main > article > main ul li a:focus, #section-studio > aside ul a:focus {
    color: #E02438;
    border-color: #BC3144; }

#section-cases > main > article > main ul, #section-studio > aside ul {
  list-style: none;
  padding: 0; }
  #section-cases > main > article > main ul li, #section-studio > aside ul li {
    display: inline-block; }
    #section-cases > main > article > main ul li a, #section-studio > aside ul li a {
      display: inline-block; }

#contact-form-success ul, #section-footer > main ul {
  padding: 0; }
  #contact-form-success ul li, #section-footer > main ul li {
    list-style: none;
    display: inline-block;
    padding: .2em; }
    #contact-form-success ul li:before, #section-footer > main ul li:before {
      content: "";
      border-left: 1px solid #666666;
      margin-right: .6em; }
    #contact-form-success ul li:first-child:before, #section-footer > main ul li:first-child:before {
      border: none;
      padding: 0;
      margin: 0; }
    #contact-form-success ul li a, #section-footer > main ul li a {
      text-decoration: none; }
      #contact-form-success ul li a:hover, #section-footer > main ul li a:hover, #contact-form-success ul li a:active, #section-footer > main ul li a:active {
        text-decoration: underline; }

/*
 * Partials
 */
.img-slide aside {
  overflow-x: hidden; }

.img-slide img {
  position: relative; }

/**
 * Theme based styles
 */
#section-heading, #section-who, #contact, #section-footer, .consulting-header nav, #section-why {
  background-color: #29292f;
  color: white;
  /*
     * Special selectors must be alone.
     */ }
  #section-heading a, #section-who a, #contact a, #section-footer a, .consulting-header nav a, #section-why a {
    color: #E02438; }
  #section-heading > header h2, #section-who > header h2, #contact > header h2, #section-footer > header h2, .consulting-header nav > header h2, #section-why > header h2 {
    border-bottom-color: #E02438; }
  #section-heading a[href^="tel:"], #section-who a[href^="tel:"], #contact a[href^="tel:"], #section-footer a[href^="tel:"], .consulting-header nav a[href^="tel:"], #section-why a[href^="tel:"] {
    border-bottom-color: #E02438; }
  #section-heading ::-webkit-input-placeholder, #section-who ::-webkit-input-placeholder, #contact ::-webkit-input-placeholder, #section-footer ::-webkit-input-placeholder, .consulting-header nav ::-webkit-input-placeholder, #section-why ::-webkit-input-placeholder {
    color: white; }
  #section-heading :-moz-placeholder, #section-who :-moz-placeholder, #contact :-moz-placeholder, #section-footer :-moz-placeholder, .consulting-header nav :-moz-placeholder, #section-why :-moz-placeholder {
    color: white; }
  #section-heading ::-moz-placeholder, #section-who ::-moz-placeholder, #contact ::-moz-placeholder, #section-footer ::-moz-placeholder, .consulting-header nav ::-moz-placeholder, #section-why ::-moz-placeholder {
    color: white; }
  #section-heading :-ms-input-placeholder, #section-who :-ms-input-placeholder, #contact :-ms-input-placeholder, #section-footer :-ms-input-placeholder, .consulting-header nav :-ms-input-placeholder, #section-why :-ms-input-placeholder {
    color: white; }

#section-who article, #section-clients, #section-cases, #section-products, #section-call-to-action, #section-studio, #section-studio > aside, #section-newsletter, #the-program, #consultants, #section-invited, #section-how, #section-contents, #consulting-footer {
  background-color: white;
  color: #2B2B32;
  /*
     * Special selectors must be alone.
     */ }
  #section-who article a, #section-clients a, #section-cases a, #section-products a, #section-call-to-action a, #section-studio a, #section-newsletter a, #the-program a, #consultants a, #section-invited a, #section-how a, #section-contents a, #consulting-footer a {
    color: #BC3144; }
  #section-who article > header h2, #section-clients > header h2, #section-cases > header h2, #section-products > header h2, #section-call-to-action > header h2, #section-studio > header h2, #section-studio > aside > header h2, #section-newsletter > header h2, #the-program > header h2, #consultants > header h2, #section-invited > header h2, #section-how > header h2, #section-contents > header h2, #consulting-footer > header h2 {
    border-bottom-color: #BC3144; }
  #section-who article a[href^="tel:"], #section-clients a[href^="tel:"], #section-cases a[href^="tel:"], #section-products a[href^="tel:"], #section-call-to-action a[href^="tel:"], #section-studio a[href^="tel:"], #section-newsletter a[href^="tel:"], #the-program a[href^="tel:"], #consultants a[href^="tel:"], #section-invited a[href^="tel:"], #section-how a[href^="tel:"], #section-contents a[href^="tel:"], #consulting-footer a[href^="tel:"] {
    border-bottom-color: #BC3144; }
  #section-who article ::-webkit-input-placeholder, #section-clients ::-webkit-input-placeholder, #section-cases ::-webkit-input-placeholder, #section-products ::-webkit-input-placeholder, #section-call-to-action ::-webkit-input-placeholder, #section-studio ::-webkit-input-placeholder, #section-newsletter ::-webkit-input-placeholder, #the-program ::-webkit-input-placeholder, #consultants ::-webkit-input-placeholder, #section-invited ::-webkit-input-placeholder, #section-how ::-webkit-input-placeholder, #section-contents ::-webkit-input-placeholder, #consulting-footer ::-webkit-input-placeholder {
    color: #2B2B32; }
  #section-who article :-moz-placeholder, #section-clients :-moz-placeholder, #section-cases :-moz-placeholder, #section-products :-moz-placeholder, #section-call-to-action :-moz-placeholder, #section-studio :-moz-placeholder, #section-newsletter :-moz-placeholder, #the-program :-moz-placeholder, #consultants :-moz-placeholder, #section-invited :-moz-placeholder, #section-how :-moz-placeholder, #section-contents :-moz-placeholder, #consulting-footer :-moz-placeholder {
    color: #2B2B32; }
  #section-who article ::-moz-placeholder, #section-clients ::-moz-placeholder, #section-cases ::-moz-placeholder, #section-products ::-moz-placeholder, #section-call-to-action ::-moz-placeholder, #section-studio ::-moz-placeholder, #section-newsletter ::-moz-placeholder, #the-program ::-moz-placeholder, #consultants ::-moz-placeholder, #section-invited ::-moz-placeholder, #section-how ::-moz-placeholder, #section-contents ::-moz-placeholder, #consulting-footer ::-moz-placeholder {
    color: #2B2B32; }
  #section-who article :-ms-input-placeholder, #section-clients :-ms-input-placeholder, #section-cases :-ms-input-placeholder, #section-products :-ms-input-placeholder, #section-call-to-action :-ms-input-placeholder, #section-studio :-ms-input-placeholder, #section-newsletter :-ms-input-placeholder, #the-program :-ms-input-placeholder, #consultants :-ms-input-placeholder, #section-invited :-ms-input-placeholder, #section-how :-ms-input-placeholder, #section-contents :-ms-input-placeholder, #consulting-footer :-ms-input-placeholder {
    color: #2B2B32; }

/**
 * Default element styles.
 */
html {
  font-size: 16px; }
  @media (min-width: 1268px) {
    html {
      font-size: 20px; } }

body {
  font-family: "aleo", Georgia, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-size: 1em;
  line-height: 1.35em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 0; }

h4 {
  font-size: 1em; }

ol, ul {
  padding-left: 1.25em;
  line-height: 1.85em; }

a[href^="tel:"] {
  border: none; }

address {
  font-style: inherit; }

nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    nav {
      display: block; } }
  nav a {
    color: white !important;
    text-decoration: none;
    border-bottom: 3px solid #BC3144;
    padding-bottom: 0.2em; }
  nav li + li:before {
    margin-left: -1rem;
    margin-right: 1rem;
    font-size: 0.4em;
    color: #98989E; }
  nav > aside {
    float: left; }
    @media (max-width: 991px) {
      nav > aside {
        float: none; } }
  nav > main {
    float: right; }
    @media (max-width: 991px) {
      nav > main {
        float: none; } }
    nav > main ul {
      text-align: right;
      margin: 0; }
      @media (max-width: 991px) {
        nav > main ul {
          padding-left: .2em;
          padding-top: 1em;
          text-align: left; } }
    nav > main li {
      display: inline;
      list-style: none;
      padding: 1rem; }
      @media (max-width: 991px) {
        nav > main li:first-child {
          padding-left: 0; } }
      nav > main li:nth-child {
        padding-left: 1.2em; }
        nav > main li:nth-child:after {
          content: "a";
          font-family: "Taller Icons";
          position: relative;
          height: 10px; }

/**
 * Default element styles.
 */
body > header,
body > section,
body > footer {
  position: relative;
  padding: 3rem 10%; }
  body > header > main > article > header > p,
  body > section > main > article > header > p,
  body > footer > main > article > header > p {
    font-size: 1.25em;
    font-style: italic;
    color: #666666; }
  body > header > main h3,
  body > section > main h3,
  body > footer > main h3 {
    font-size: 1.25em; }

header > header,
section > header,
footer > header {
  text-align: center;
  margin-bottom: 3rem; }
  header > header h2,
  section > header h2,
  footer > header h2 {
    display: inline-block;
    font-size: 1rem;
    font-style: italic;
    font-family: "Alegreya", "aleo", Georgia, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
    border-bottom: 2px solid #E02438; }

/**
 * Heading section styles.
 */
#section-heading nav aside {
  padding-left: 0; }

#section-heading nav h2 {
  margin: 0.2em 0 0; }
  #section-heading nav h2:before {
    color: #E02438;
    display: inline-block;
    margin-right: 0.05em;
    font-size: 1.0em;
    vertical-align: middle;
    transform: translate3d(0%, -5%, 0px); }

#section-heading a.know-more {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: 3;
  transform: translate3d(-50%, 50%, 0); }
  @media (max-width: 991px) {
    #section-heading a.know-more {
      display: none; } }
  #section-heading a.know-more:before {
    font-size: 1rem; }

@media (max-width: 991px) {
  #section-hero {
    font-size: 1.65rem; } }

#section-hero .hero {
  margin-bottom: 0; }

#section-hero .sub-hero {
  font-size: 0.5em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

#section-members {
  padding: 0; }
  #section-members ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
  #section-members li {
    width: 12.5%;
    display: block;
    z-index: 1; }
    #section-members li:hover {
      z-index: 2;
      transform: translateZ(10px);
      box-shadow: 0px 27px 115px -21px rgba(0, 0, 0, 0.75); }
    #section-members li[v-for] {
      display: none; }
    #section-members li > div {
      padding-top: 135%;
      position: relative; }
      #section-members li > div img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

/**
 * Who section styles.
 */
#section-who {
  padding: 3rem 5% 5rem; }
  @media (min-width: 992px) {
    #section-who {
      padding: 6rem 10%; } }
  #section-who article {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 10px; }
    @media (min-width: 992px) {
      #section-who article {
        padding: 2em 2em; } }
    #section-who article > main {
      text-align: center;
      margin: 1em 0 2em; }
      #section-who article > main img {
        width: 100%; }
      #section-who article > main a:after {
        margin-left: 1.2em; }
      @media (min-width: 992px) {
        #section-who article > main {
          text-align: left;
          padding-right: 100px; }
          #section-who article > main img {
            width: 140%;
            margin-left: -20%;
            margin-top: -30%; } }
      @media (min-width: 1268px) {
        #section-who article > main img {
          width: 130%;
          margin-left: -15%;
          margin-top: -20%; } }
    #section-who article > aside {
      margin: 1em 0; }
      @media (min-width: 992px) {
        #section-who article > aside {
          padding-left: 2em; } }
      #section-who article > aside ul {
        list-style-type: none;
        padding: 0; }
        #section-who article > aside ul li {
          font-size: 0.9em;
          color: #666666; }
          @media (min-width: 992px) {
            #section-who article > aside ul li {
              font-size: 1em; } }
      #section-who article > aside a:before {
        float: left;
        margin-right: 0.3em;
        font-size: 1.3em; }
    #section-who article > footer a, #section-who article > aside > a {
      display: block;
      margin-top: 0.5em;
      border: none;
      padding: 0;
      font-weight: bold;
      font-family: Alegreya;
      font-style: italic;
      font-size: 1.1em; }

/**
 * Clients section styles.
 */
#section-clients {
  background-color: white; }
  #section-clients > main {
    text-align: center; }
    #section-clients > main h4 {
      font-family: "aleo", Georgia, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
      font-size: 1.25em;
      margin-bottom: 2em; }
    #section-clients > main ul {
      padding: 0; }
      #section-clients > main ul li {
        list-style: none;
        display: inline-block;
        padding: 1rem;
        vertical-align: middle; }

/**
 * Cases section styles.
 */
#section-cases {
  background-color: #F9F9F9; }
  @media (max-width: 991px) {
    #section-cases {
      text-align: center; } }
  #section-cases > main > article {
    margin-bottom: 120px; }
    #section-cases > main > article > header {
      text-align: center; }
    #section-cases > main > article > main p, #section-cases > main > article > main ul {
      color: #666666;
      margin-top: 0.5em;
      font-size: 1em;
      line-height: 1.75em; }
    #section-cases > main > article > main ul {
      padding-right: 50px; }
      @media (max-width: 991px) {
        #section-cases > main > article > main ul {
          padding-right: 0; } }
    #section-cases > main > article > aside img {
      width: 100%; }
    #section-cases > main > article .read-more, #section-cases > main > article .read-more:hover, #section-cases > main > article .read-more:focus {
      margin-top: 2em; }
  #section-cases > main > article:nth-child(even) aside {
    float: right; }
  #section-cases > aside {
    margin: 3em 0 2em;
    border: 1px dashed #666666;
    border-width: 1px 0;
    padding: 2em 0;
    color: #666666;
    font-size: 1.25em; }
    @media (min-width: 992px) {
      #section-cases > aside {
        margin: 3em 10% 2em 10%; } }
    #section-cases > aside > p {
      margin: 0; }
    #section-cases > aside .call-to-action {
      margin: 0 15px 0 0;
      width: auto; }
      @media (max-width: 991px) {
        #section-cases > aside .call-to-action {
          margin-top: 2em; } }
      @media (min-width: 992px) {
        #section-cases > aside .call-to-action {
          float: right; } }

/**
 * Products section styles.
 */
#section-products {
  display: none;
  padding-bottom: 8rem;
  background: url("/images/el-tracker-background.png");
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center; }
  @media (min-width: 1268px) {
    #section-products {
      background-size: contain; } }
  @media (min-width: 992px) {
    #section-products {
      text-align: left; } }
  #section-products aside {
    margin-top: 1rem; }
    @media (min-width: 992px) {
      #section-products aside {
        margin-top: 0; } }
    @media (min-width: 1268px) {
      #section-products aside {
        margin-top: 0; } }
  #section-products img {
    width: 100%; }

/**
 * Call-to-action section styles.
 */
@media (min-width: 992px) {
  #section-call-to-action {
    background-image: linear-gradient(to left, #E7E7E7 50%, white 50%);
    background-size: 100% 100%;
    background-position: 0 0, 0 100%, 0 0;
    background-repeat: no-repeat; } }

@media (max-width: 991px) {
  #section-call-to-action {
    padding: 0; } }

#section-call-to-action #section-services {
  background-color: white; }

#section-call-to-action #section-blog {
  background-color: #E7E7E7; }

#section-call-to-action #section-services,
#section-call-to-action #section-blog {
  text-align: center; }
  #section-call-to-action #section-services p,
  #section-call-to-action #section-blog p {
    font-style: italic; }
  #section-call-to-action #section-services ul,
  #section-call-to-action #section-blog ul {
    margin: 2em 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  @media (max-width: 991px) {
    #section-call-to-action #section-services,
    #section-call-to-action #section-blog {
      padding: 3rem 0; } }

/**
 * Studio section styles.
 */
#section-studio {
  background-color: #eaf1f9; }
  #section-studio > main h3::before {
    background: url(/images/icons/icon_taller.png) no-repeat center center; }
  #section-studio > main a:after {
    margin-left: 1.2em; }
  #section-studio > aside {
    background-color: white;
    padding: 1em 2em;
    margin-top: 2em;
    border-radius: 8px; }
    @media (min-width: 992px) {
      #section-studio > aside {
        margin-top: 1em; } }
  @media (min-width: 992px) {
    #section-studio > aside.rotate {
      transform: rotate(3deg) !important;
      box-shadow: 7px 10px 27px rgba(0, 0, 0, 0.1);
      margin-top: 0;
      transition: all 0.5s ease-out !important; } }

/**
 * Services section styles.
 */
#section-services {
  clear: both;
  background-color: white; }
  #section-services aside, #section-services main {
    padding: 1em 2em; }
    #section-services aside p, #section-services main p {
      color: #666666; }
    #section-services aside a, #section-services main a {
      color: #666666; }
  #section-services .services-training h3::before {
    background: url("/images/icons/icon_treinameto.png") no-repeat center center; }
  #section-services .services-consulting h3::before {
    background: url("/images/icons/icon_consultoria.png") no-repeat center center; }
  #section-services .services-content h3::before {
    background: url("/images/icons/icon_conteudo.png") no-repeat center center; }

/**
 * Newsletter section styles.
 */
#section-newsletter {
  padding: 6rem 10% 12rem;
  background: url("/images/newsletter-background.jpg") bottom center no-repeat;
  text-align: center; }
  #section-newsletter input {
    width: 17em; }
  #section-newsletter form, #section-newsletter #news-main > p {
    transition: visibility 0s linear 0.5s, opacity 0.5s linear; }
  #section-newsletter .status-success form, #section-newsletter .status-success > p,
  #section-newsletter .status-error form,
  #section-newsletter .status-error > p {
    opacity: 0;
    visibility: hidden; }
  #section-newsletter .success,
  #section-newsletter .error {
    transition: visibility 0s, opacity 0.5s linear, transform 0.5s linear;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate3d(0, -30%, 0);
    opacity: 0;
    visibility: hidden; }
    #section-newsletter .success strong,
    #section-newsletter .error strong {
      display: block; }
  #section-newsletter .status-success .form-response > .success {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -50%, 0); }
  #section-newsletter .status-error .form-response > .error {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -50%, 0); }
  #section-newsletter button {
    margin-top: 1rem; }
    @media (min-width: 992px) {
      #section-newsletter button {
        margin-top: 0; } }
    @media (min-width: 1268px) {
      #section-newsletter button {
        margin-top: 0; } }

/**
 * Contact section styles.
 */
#contact {
  background-color: transparent;
  max-width: 54vw;
  width: 100%;
  padding: 35px;
  vertical-align: top; }
  #contact header h2 {
    border-color: white; }
  #contact a {
    color: white; }
  #contact form {
    text-transform: uppercase;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 2em;
    text-align: left; }
    #contact form label {
      position: relative;
      display: block;
      margin-bottom: 3em;
      z-index: 0; }
      #contact form label span {
        transition: all 250ms;
        position: absolute;
        top: 0.5em;
        margin-left: 1em;
        font-size: 1em;
        z-index: -1; }
      #contact form label:before, #contact form label:after {
        transition: all 250ms;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        top: 100%;
        z-index: -1; }
      #contact form label:before {
        height: 2px;
        background-color: white; }
      #contact form label:after {
        height: 0;
        background-color: rgba(0, 0, 0, 0.2); }
      #contact form label.focused span, #contact form label.fulfilled span {
        top: -2.25em;
        font-size: 0.85em; }
      #contact form label.focused:before, #contact form label.fulfilled:before {
        margin-top: -2px;
        height: 4px;
        background-color: rgba(0, 0, 0, 0.3); }
      #contact form label.focused:after, #contact form label.fulfilled:after {
        top: 0;
        height: 100%; }
    #contact form input, #contact form textarea, #contact form select {
      display: block;
      padding: 0.35em 1em;
      height: 40.5px;
      width: 100%;
      border: none;
      font-size: 1em;
      font-family: inherit;
      text-transform: none;
      background-color: transparent;
      outline: none;
      resize: none; }
    #contact form select {
      transition: all 250ms;
      cursor: pointer;
      opacity: 0; }
      #contact form select option {
        color: initial; }
    #contact form label.fulfilled select,
    #contact form label.focused select {
      opacity: 1; }
    #contact form button {
      background-color: white;
      color: #E02438;
      font-size: 1em;
      border-color: white;
      float: right; }
      #contact form button:hover, #contact form button:focus {
        color: white;
        background-color: #E02438;
        border-color: #E02438; }

#contact-form-success {
  text-align: center;
  display: none; }
  #contact-form-success h2 {
    font-size: 2em;
    margin-bottom: 0.75em; }
    #contact-form-success h2 small {
      margin-top: 1em;
      font-size: 0.65em;
      display: block; }
  #contact-form-success p:first-child {
    font-weight: bold;
    font-size: 1.85em; }
  #contact-form-success ul {
    font-size: 0.8em; }
    #contact-form-success ul li:before {
      border-left-color: white; }

/*
 * Modal styling.
 */
.remodal-overlay {
  opacity: 0; }

.remodal-wrapper {
  background-color: rgba(41, 41, 47, 0.965); }
  .remodal-wrapper:after {
    display: none; }

.remodal {
  position: relative; }

.remodal-close {
  position: fixed;
  top: 0;
  right: 15px; }
  .remodal-close, .remodal-close:hover, .remodal-close:focus {
    background-color: transparent;
    border: none;
    padding: 0; }
  .remodal-close:before {
    transition: all 250ms;
    transform: rotate(0);
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 3rem;
    line-height: 4rem;
    display: block;
    position: static;
    width: 4rem;
    content: "\00d7";
    text-align: center;
    color: white; }
  .remodal-close:hover:before, .remodal-close:focus:before {
    transform: rotate(180deg); }

/*
 * Animating selectors.
 */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s; }

/*
 * Animating keyframes.
 */

@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    top: -50%; }
  to {
    opacity: 1;
    top: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/**
 * Footer section styles.
 */
#section-footer h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  #section-footer h2:before {
    font-size: 2rem; }
  #section-footer h2:after {
    content: attr(data-title);
    display: block;
    font-size: 1.2rem; }

#section-footer > main,
#section-footer > aside {
  font-size: .9em; }
  @media (min-width: 992px) {
    #section-footer > main,
    #section-footer > aside {
      font-size: .8em; } }
  #section-footer > main h3,
  #section-footer > aside h3 {
    color: #98989E; }

#section-footer > main p a {
  margin-right: .2em; }

body.consulting-page, html.consulting-page {
  font-size: 16px; }
  @media (max-width: 767px) {
    body.consulting-page, html.consulting-page {
      font-size: 14px; } }
  @media (min-width: 1268px) {
    body.consulting-page, html.consulting-page {
      font-size: 18px; } }
  body.consulting-page h2, html.consulting-page h2 {
    font-weight: lighter; }
  body.consulting-page section, html.consulting-page section {
    max-width: 960px;
    margin: 0 auto;
    box-sizing: content-box; }

.consulting-header {
  padding: 0; }
  .consulting-header h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0;
    font-weight: lighter; }
  .consulting-header nav {
    padding: 3rem 10%; }
  .consulting-header > main {
    background-image: url("../images/people.jpg");
    background-size: cover;
    background-position: top;
    padding: 3rem 10%; }

#the-program,
#section-why,
#consultants,
#section-how,
#section-invited,
#section-contents {
  padding: 3rem 20%; }
  @media (max-width: 991px) {
    #the-program,
    #section-why,
    #consultants,
    #section-how,
    #section-invited,
    #section-contents {
      padding: 3rem 10%; } }
  #the-program h2,
  #section-why h2,
  #consultants h2,
  #section-how h2,
  #section-invited h2,
  #section-contents h2 {
    margin: 2em 0; }
  #the-program li,
  #section-why li,
  #consultants li,
  #section-how li,
  #section-invited li,
  #section-contents li {
    line-height: 1.35em; }

#the-program h2 {
  text-align: center; }

#the-program ul {
  list-style: none;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }
  #the-program ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    #the-program ul li::before {
      content: '';
      width: 1rem;
      height: 1rem;
      background-image: url("../images/shape.png");
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      margin: 1rem; }
  #the-program ul span {
    display: -ms-flexbox;
    display: flex;
    margin: 1rem .5rem;
    border: 1px solid;
    width: calc(50% - 1rem);
    box-sizing: border-box;
    padding: 1rem 2rem 1rem 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px rgba(151, 151, 151, 0.16);
    border-radius: 2px; }
    @media (max-width: 767px) {
      #the-program ul span {
        width: 100%; } }

#consultants, #section-invited {
  padding: 3rem 5%; }
  #consultants h2, #section-invited h2 {
    text-align: center; }
    @media (max-width: 767px) {
      #consultants h2, #section-invited h2 {
        margin-top: 0; } }
  #consultants h3, #section-invited h3 {
    font-size: 1rem; }
  #consultants p, #section-invited p {
    width: 60%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #consultants p, #section-invited p {
        width: 100%; } }
  #consultants ul, #section-invited ul {
    list-style: none;
    text-align: center;
    padding: 0; }
  #consultants li, #section-invited li {
    display: inline-block;
    padding: 1rem; }
    @media (max-width: 991px) {
      #consultants li, #section-invited li {
        display: block; } }
  #consultants .wrapper, #section-invited .wrapper {
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin: auto; }
  #consultants .info, #section-invited .info {
    text-align: left;
    padding-left: 1rem; }
  #consultants span, #section-invited span {
    font-size: .8rem; }

#section-why {
  max-width: 100%; }
  #section-why h2 {
    text-align: center; }
  #section-why p {
    width: 60%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #section-why p {
        width: 90%; } }
  #section-why ol {
    counter-reset: item;
    list-style: none;
    text-align: center;
    width: 50%;
    margin: 3rem auto;
    padding: 0; }
    @media (max-width: 767px) {
      #section-why ol {
        width: 80%; } }
  #section-why li::before {
    color: #29292f;
    background-color: white;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: bold;
    content: counter(item);
    counter-increment: item;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem auto 1rem auto; }

#section-how h2, #section-how > p, #section-how legend, #section-how h3 {
  text-align: center; }

#section-how > p {
  width: 50%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #section-how > p {
      width: 80%; } }

#section-how legend {
  color: #7b8f8f; }

#section-how legend, #section-how h3 {
  text-transform: uppercase;
  width: 100%; }

#section-how h3 {
  margin: 0;
  color: #d0011b; }

#section-how ul {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    #section-how ul {
      -ms-flex-direction: column;
      flex-direction: column; } }

#section-how li {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px rgba(151, 151, 151, 0.16);
  border-radius: 2px;
  margin: .5rem;
  padding: 2rem;
  font-size: .9rem; }

#section-how .picture-link-wrapper {
  text-align: center; }

#section-how a {
  display: inline-block;
  position: relative;
  margin: 3rem 0; }

#section-how img {
  width: 250px;
  display: block; }

#section-contents h2 {
  text-align: center; }

#section-contents h3 {
  font-size: 1rem;
  text-align: left;
  padding-left: 1rem;
  margin: 0;
  line-height: 1.2; }

#section-contents a {
  text-decoration: none;
  color: #4484cf; }

#section-contents ul {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    #section-contents ul {
      -ms-flex-direction: column;
      flex-direction: column; } }

#section-contents li {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px rgba(151, 151, 151, 0.16);
  border-radius: 2px;
  margin: .5rem;
  padding: 1rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

#consulting-footer {
  background-color: #eaf1f9;
  padding: 3rem 25%;
  text-align: center; }
  #consulting-footer p {
    width: 60%;
    margin: 1rem auto; }
    @media (max-width: 991px) {
      #consulting-footer p {
        width: 80%; } }
  @media (max-width: 767px) {
    #consulting-footer {
      padding: 3rem 10%; } }
  #consulting-footer span {
    display: block;
    padding: .5rem; }

#contact-email a {
  background-color: #E02438;
  color: white;
  text-decoration: none;
  padding: .5rem 1rem;
  border-radius: 2px; }

/**
 * Font familities loading.
 */
@font-face {
  font-family: 'aleo';
  src: url("/fonts/aleo_bold_macroman/Aleo-Bold-webfont.eot");
  src: url("/fonts/aleo_bold_macroman/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo_bold_macroman/Aleo-Bold-webfont.woff") format("woff"), url("/fonts/aleo_bold_macroman/Aleo-Bold-webfont.ttf") format("truetype"), url("/fonts/aleo_bold_macroman/Aleo-Bold-webfont.svg#aleobold") format("svg");
  font-weight: 500;
  font-style: normal; }

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

@font-face {
  font-family: 'aleo';
  src: url("/fonts/aleo_regularitalic_macroman/Aleo-Italic-webfont.eot");
  src: url("/fonts/aleo_regularitalic_macroman/Aleo-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo_regularitalic_macroman/Aleo-Italic-webfont.woff") format("woff"), url("/fonts/aleo_regularitalic_macroman/Aleo-Italic-webfont.ttf") format("truetype"), url("/fonts/aleo_regularitalic_macroman/Aleo-Italic-webfont.svg#aleoitalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'aleo';
  src: url("/fonts/aleo_bolditalic_macroman/Aleo-BoldItalic-webfont.eot");
  src: url("/fonts/aleo_bolditalic_macroman/Aleo-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo_bolditalic_macroman/Aleo-BoldItalic-webfont.woff") format("woff"), url("/fonts/aleo_bolditalic_macroman/Aleo-BoldItalic-webfont.ttf") format("truetype"), url("/fonts/aleo_bolditalic_macroman/Aleo-BoldItalic-webfont.svg#aleobolditalic") format("svg");
  font-weight: 500;
  font-style: italic; }

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

/**
 * Form element styles.
 */
button {
  outline: none; }

input[type="text"], input[type="email"] {
  padding-left: 1em;
  padding-right: 1em;
  border-width: 2px;
  background-color: transparent;
  outline: none; }

.parsley-errors-list {
  transition: all 250ms;
  background-color: #E02438;
  position: absolute;
  bottom: -5px;
  margin: 0;
  padding: 0;
  right: 0;
  transform: translate3d(0, 100%, 0);
  list-style: none;
  font-size: 0.85em;
  text-transform: none;
  opacity: 0; }
  .parsley-errors-list:before {
    transition: all 250ms;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    border: 10px solid transparent;
    border-bottom-color: #E02438;
    transform: translate3d(0, -100%, 0);
    opacity: 0; }
  .parsley-errors-list.filled, .parsley-errors-list.filled:before {
    opacity: 1; }
  .parsley-errors-list li {
    padding: 0.5em 1em; }
