@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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; }

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

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* Spacers - RT add-on
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.margin--1x {
  margin: 8px; }

.margin--2x {
  margin: 16px; }

.margin--3x {
  margin: 24px; }

.margin--4x {
  margin: 32px; }

.margin--5x {
  margin: 40px; }

.margin--6x {
  margin: 48px; }

.margin--7x {
  margin: 56px; }

.margin--8x {
  margin: 64px; }

.margin-top-1x {
  margin-top: 8px; }

.margin-right-1x {
  margin-right: 8px; }

.margin-bottom-1x {
  margin-bottom: 8px; }

.margin-left-1x {
  margin-left: 8px; }

.margin-top-2x {
  margin-top: 16px; }

.margin-right-2x {
  margin-right: 16px; }

.margin-bottom-2x {
  margin-bottom: 16px; }

.margin-left-2x {
  margin-left: 16px; }

.margin-top-3x {
  margin-top: 24px; }

.margin-right-3x {
  margin-right: 24px; }

.margin-bottom-3x {
  margin-bottom: 24px; }

.margin-left-3x {
  margin-left: 24px; }

.margin-top-4x {
  margin-top: 32px; }

.margin-right-4x {
  margin-right: 32px; }

.margin-bottom-4x {
  margin-bottom: 32px; }

.margin-left-4x {
  margin-left: 32px; }

.margin-top-5x {
  margin-top: 40px; }

.margin-right-5x {
  margin-right: 40px; }

.margin-bottom-5x {
  margin-bottom: 40px; }

.margin-left-5x {
  margin-left: 40px; }

.margin-top-6x {
  margin-top: 48px; }

.margin-right-6x {
  margin-right: 48px; }

.margin-bottom-6x {
  margin-bottom: 48px; }

.margin-left-6x {
  margin-left: 48px; }

.margin-top-7x {
  margin-top: 56px; }

.margin-right-7x {
  margin-right: 56px; }

.margin-bottom-7x {
  margin-bottom: 56px; }

.margin-left-7x {
  margin-left: 56px; }

.margin-top-8x {
  margin-top: 64px; }

.margin-right-8x {
  margin-right: 64px; }

.margin-bottom-8x {
  margin-bottom: 64px; }

.margin-left-8x {
  margin-left: 64px; }

.margin-top-10x {
  margin-top: 80px; }

.padding--1x {
  padding: 8px; }

.padding--2x {
  padding: 16px; }

.padding--3x {
  padding: 24px; }

.padding--4x {
  padding: 32px; }

.padding--5x {
  padding: 40px; }

.padding--6x {
  padding: 48px; }

.padding--7x {
  padding: 56px; }

.padding--8x {
  padding: 64px; }

.padding-top-1x {
  padding-top: 8px; }

.padding-right-1x {
  padding-right: 8px; }

.padding-bottom-1x {
  padding-bottom: 8px; }

.padding-left-1x {
  padding-left: 8px; }

.padding-top-2x {
  padding-top: 16px; }

.padding-right-2x {
  padding-right: 16px; }

.padding-bottom-2x {
  padding-bottom: 16px; }

.padding-left-2x {
  padding-left: 16px; }

.padding-top-3x {
  padding-top: 24px; }

.padding-right-3x {
  padding-right: 24px; }

.padding-bottom-3x {
  padding-bottom: 24px; }

.padding-left-3x {
  padding-left: 24px; }

.padding-top-4x {
  padding-top: 32px; }

.padding-right-4x {
  padding-right: 32px; }

.padding-bottom-4x {
  padding-bottom: 32px; }

.padding-left-4x {
  padding-left: 32px; }

.padding-top-5x {
  padding-top: 40px; }

.padding-right-5x {
  padding-right: 40px; }

.padding-bottom-5x {
  padding-bottom: 40px; }

.padding-left-5x {
  padding-left: 40px; }

.padding-top-6x {
  padding-top: 48px; }

.padding-right-6x {
  padding-right: 48px; }

.padding-bottom-6x {
  padding-bottom: 48px; }

.padding-left-6x {
  padding-left: 48px; }

.padding-top-7x {
  padding-top: 56px; }

.padding-right-7x {
  padding-right: 56px; }

.padding-bottom-7x {
  padding-bottom: 56px; }

.padding-left-7x {
  padding-left: 56px; }

.padding-top-8x {
  padding-top: 64px; }

.padding-right-8x {
  padding-right: 64px; }

.padding-bottom-8x {
  padding-bottom: 64px; }

.padding-left-8x {
  padding-left: 64px; }

/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  background: #F7F6F4;
  /*border: 2px solid $color-primary;
  margin: 8px;*/ }

.header {
  margin-top: 120px; }

@media (max-width: 900px) {
  header .four.columns,
  header .eight.columns {
    width: 100%;
    text-align: center; } }
header h1 {
  margin-bottom: 8px; }

.intro {
  margin-top: 72px; }
  .intro p:nth-child(2) {
    margin-bottom: 16px; }

.logo-wrapper {
  max-width: 112px; }
  .logo-wrapper svg {
    width: 100%;
    height: 100%; }

div.social p {
  margin-bottom: 16px; }

.social-icon svg {
  width: 24px;
  height: 24px;
  margin-left: 24px;
  padding-right: 16px; }

a.social-icon svg {
  color: #111111;
  fill: #111111;
  transition: 240ms; }

a.social-icon:hover svg {
  color: #1C6BE6;
  fill: #1C6BE6; }

.social-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  /*	border: 2px solid $color-primary;
  	box-shadow: $shadow-level-01;
  	background: $color-background;
  	transition: 240ms;
  
  	&:hover {
  		box-shadow: $shadow-level-03;
  	    transform: translateY(-1px);
  	} */ }
  .social-button svg {
    width: 24px;
    height: 24px; }
  .social-button span {
    border-bottom: 1px dotted #F7F6F4; }

/* Grid Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.case-studies {
  margin-top: 120px; }

.left-title {
  margin-top: 8px; }

.case-card {
  background: #fff;
  border: 3px solid #111111;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 64px;
  transition: 240ms;
  width: 100%; }
  .case-card:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11);
    transform: translateY(-1px); }
  .case-card:active {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14);
    transform: translateY(1px); }
  .case-card a {
    border-bottom: none; }
    .case-card a:hover {
      border-bottom: none; }
  .case-card h5 {
    padding: 16px 16px 16px;
    margin-bottom: 0; }
    .case-card h5 span {
      font-weight: 400;
      padding-right: 16px; }

.img-holder {
  background: #1C6BE6;
  text-align: center; }
  .img-holder img {
    width: 88%; }

.responsive-image {
  width: 100%;
  background-size: 100% 100%; }

.news-card .img-holder {
  background: #2EB872;
  padding: 24px 0 32px; }
.news-card a {
  color: #111111;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .news-card a:hover {
    color: #111111; }

.sales-card .img-holder {
  background: #F84040;
  padding: 64px 0 32px; }
.sales-card a {
  color: #111111;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .sales-card a:hover {
    color: #111111; }

.purchase-card .img-holder {
  background: #1C6BE6;
  padding: 64px 0 32px; }
.purchase-card a {
  color: #111111;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .purchase-card a:hover {
    color: #111111; }

.consultancy-card .img-holder {
  background: #F7C04A;
  padding: 48px 0 32px; }
.consultancy-card a {
  color: #111111;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .consultancy-card a:hover {
    color: #111111; }

.about {
  margin-top: 120px;
  margin-bottom: 120px; }

.process-card {
  background: #E5EEFF;
  border: 3px solid #0032D2; }
  .process-card h5 span {
    padding-right: 8px; }
  .process-card .img-holder {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    background: #E5EEFF !important;
    padding: 48px 40px 40px; }
    .process-card .img-holder img:first-child {
      margin-right: 40px;
      width: 44%; }
  .process-card a {
    color: #0032D2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .process-card:hover {
    color: #111111; }

@media (max-width: 1525px) {
  header h1 {
    font-size: 4.5rem; }

  .logo-wrapper {
    max-width: 104px; }

  .intro {
    margin-top: 64px; } }
@media (max-width: 1366px) {
  header h1 {
    font-size: 4rem; }

  .logo-wrapper {
    max-width: 96px; }

  .intro {
    margin-top: 48px; } }
@media (max-width: 1206px) {
  header h1 {
    font-size: 3.75rem; } }
@media (max-width: 1128px) {
  .header {
    margin-top: 80px; }

  .case-studies {
    margin-top: 80px; }

  .about {
    margin-top: 80px;
    margin-bottom: 80px; }

  .news-card .img-holder {
    padding: 8px 0 16px; }

  .sales-card .img-holder {
    padding: 32px 0 16px; }

  .purchase-card .img-holder {
    padding: 32px 0 16px; }

  .consultancy-card .img-holder {
    padding: 24px 0 8px; }

  .process-card .img-holder {
    padding: 16px 40px 32px; }

  .process-card .img-holder img:first-child {
    width: 46%; }

  .process-card .img-holder img:last-child {
    width: 54%; } }
@media (max-width: 1000px) {
  .news-card,
  .sales-card,
  .purchase-card,
  .consultancy-card,
  .process-card {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15); } }
@media (max-width: 768px) {
  .news-card .img-holder {
    padding: 8px 0 8px; }

  .sales-card .img-holder {
    padding: 16px 0 8px; }

  .purchase-card .img-holder {
    padding: 16px 0 8px; }

  .consultancy-card .img-holder {
    padding: 16px 0 0px; }

  .process-card .img-holder {
    padding: 8px 40px 24px; }

  .process-card .img-holder img:first-child {
    width: 46%;
    margin-right: 24px; }

  .process-card .img-holder img:last-child {
    width: 54%; } }
@media (max-width: 550px) {
  .header {
    margin-top: 32px; }

  .logo-wrapper {
    max-width: 88px; }

  header h1 {
    margin-bottom: 8px; }

  .intro {
    margin-top: 24px; }

  .case-studies {
    margin-top: 48px; }

  .case-card {
    margin-bottom: 40px;
    width: 99%; }

  .img-holder {
    padding: 16px 0 16px; }

  .sticky {
    top: -40px !important; }

  .sales-card .img-holder {
    padding: 24px 0 8px; }

  .purchase-card .img-holder {
    padding: 24px 0 8px; }

  .about {
    margin-top: 40px;
    margin-bottom: 40px; } }
@media (max-width: 420px) {
  .case-studies {
    margin-top: 40px; }

  .case-card {
    margin-bottom: 32px;
    width: 98%; }

  .about {
    margin-top: 32px;
    margin-bottom: 32px; } }
body {
  background: #F7F6F4;
  color: #111111;
  font-family: "Karla", sans-serif; }

.nav-icon-wrapper {
  height: 40px;
  width: 40px;
  margin: auto; }

.nav-icons {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  margin-left: 0;
  float: right; }
  .nav-icons .nav-button {
    border: 2px solid #111111;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14);
    background: #F7F6F4;
    padding: 8px 24px;
    transition: 240ms; }
    .nav-icons .nav-button:hover {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
      transform: translateY(-1px); }
    .nav-icons .nav-button:active {
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14);
      transform: translateY(1px); }
    .nav-icons .nav-button span.arrow-next {
      padding-left: 16px; }
    .nav-icons .nav-button span.arrow-back {
      padding-right: 16px; }
  .nav-icons a {
    color: #111111;
    font-weight: 700;
    margin-left: 24px; }

.bottom-nav-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 16px;
  margin-left: 0;
  margin-top: 32px; }
  .bottom-nav-group .nav-button {
    border: 2px solid #111111;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    padding: 8px 24px;
    transition: 240ms; }
    .bottom-nav-group .nav-button:hover {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
      transform: translateY(-1px); }
    .bottom-nav-group .nav-button:active {
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14);
      transform: translateY(1px); }
    .bottom-nav-group .nav-button span.arrow-next {
      padding-left: 16px; }
    .bottom-nav-group .nav-button span.arrow-back {
      padding-right: 16px; }
  .bottom-nav-group a {
    color: #111111;
    font-weight: 700; }

.logo-box h1 {
  font-size: 4rem; }

.news-page .logo-wrapper,
.sales-page .logo-wrapper,
.purchase-page .logo-wrapper,
.consultancy-page .logo-wrapper {
  max-width: 88px; }

h4 {
  font-weight: 700; }

.news-page h5,
.sales-page h5,
.purchase-page h5,
.consultancy-page h5 {
  font-size: 1.75rem; }

h5 {
  margin-bottom: .5rem; }

h6 {
  margin-bottom: .5rem; }

.logo-box {
  margin-top: 32px; }

.process {
  padding-top: 48px;
  padding-bottom: 96px; }

.six {
  margin-top: 16px; }

article {
  background: #F7F6F4; }

/* News Analysis App
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.news-page {
  /* Article
  –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  body.news-page .case-page-hero {
    background: #2EB872; }
  body.news-page .article-news {
    padding-top: 120px;
    padding-bottom: 40px; }
    body.news-page .article-news .nine img {
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14); }
    body.news-page .article-news p {
      font-size: 2rem; }
    body.news-page .article-news .brief {
      margin-bottom: 48px; }
      body.news-page .article-news .brief span {
        font-size: 1.5rem;
        font-weight: 700; }
    body.news-page .article-news .approach,
    body.news-page .article-news .result {
      margin-top: 120px;
      margin-bottom: 48px; }
    body.news-page .article-news .understand-title-fix {
      margin-top: 8px; }
    body.news-page .article-news .contributions {
      margin-top: 64px;
      margin-bottom: 32px; }

/* sales analysis app
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.sales-page {
  /* Article
  –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  body.sales-page .case-page-hero {
    background: #F84040; }
  body.sales-page .article-sales {
    padding-top: 120px;
    padding-bottom: 40px; }
    body.sales-page .article-sales .nine img {
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14); }
    body.sales-page .article-sales p {
      font-size: 2rem; }
    body.sales-page .article-sales .brief {
      margin-bottom: 48px; }
      body.sales-page .article-sales .brief span {
        font-size: 1.5rem;
        font-weight: 700; }
    body.sales-page .article-sales .approach,
    body.sales-page .article-sales .result {
      margin-top: 120px;
      margin-bottom: 48px; }
    body.sales-page .article-sales .contributions {
      margin-top: 64px;
      margin-bottom: 32px; }

/* purchase & procurement app
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.purchase-page {
  /* Article
  –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  body.purchase-page .case-page-hero {
    background: #1C6BE6; }
  body.purchase-page .article-purchase {
    padding-top: 120px;
    padding-bottom: 40px; }
    body.purchase-page .article-purchase .nine img {
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14); }
    body.purchase-page .article-purchase p {
      font-size: 2rem; }
    body.purchase-page .article-purchase .brief {
      margin-bottom: 48px; }
      body.purchase-page .article-purchase .brief span {
        font-size: 1.5rem;
        font-weight: 700; }
    body.purchase-page .article-purchase .approach,
    body.purchase-page .article-purchase .result {
      margin-top: 120px;
      margin-bottom: 48px; }
    body.purchase-page .article-purchase .contributions {
      margin-top: 64px;
      margin-bottom: 32px; }

/* consultancy app
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.consultancy-page {
  /* Article
  –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  body.consultancy-page .case-page-hero {
    background: #F7C04A; }
  body.consultancy-page .article-consultancy {
    padding-top: 120px;
    padding-bottom: 40px; }
    body.consultancy-page .article-consultancy .nine img {
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14); }
    body.consultancy-page .article-consultancy p {
      font-size: 2rem; }
    body.consultancy-page .article-consultancy .brief {
      margin-bottom: 48px; }
      body.consultancy-page .article-consultancy .brief span {
        font-size: 1.5rem;
        font-weight: 700; }
    body.consultancy-page .article-consultancy .approach,
    body.consultancy-page .article-consultancy .result {
      margin-top: 120px;
      margin-bottom: 48px; }
    body.consultancy-page .article-consultancy .contributions {
      margin-top: 64px;
      margin-bottom: 32px; }

/* process blueprint
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.process-page {
  background: #E5EEFF;
  border: 10px solid #0032D2;
  color: #0032D2;
  /* Article
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  body.process-page h1,
  body.process-page h2,
  body.process-page h4,
  body.process-page h6,
  body.process-page p {
    color: #0032D2;
    /* color: #999; */ }
  body.process-page header .five {
    margin-top: 1%;
    text-align: right; }
  body.process-page .process {
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 48px; }
  body.process-page .process-img {
    margin-top: 16px;
    text-align: left; }
  body.process-page .nav-icons .nav-button {
    background: #E5EEFF;
    border: 2px solid #0032D2;
    color: #0032D2; }
  body.process-page img {
    width: 64%; }
  body.process-page article {
    background: #E5EEFF; }
  body.process-page .case-page-hero div > svg,
  body.process-page .process div > svg {
    width: 56%;
    top: 0; }
  body.process-page .bottom-nav-icons {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    margin-left: 0;
    margin-top: 32px; }
    body.process-page .bottom-nav-icons .nav-button {
      color: #0032D2;
      border: 2px solid #0032D2;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14);
      background: #E5EEFF;
      padding: 8px 24px;
      transition: 240ms; }
      body.process-page .bottom-nav-icons .nav-button:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
        transform: translateY(-1px); }
      body.process-page .bottom-nav-icons .nav-button:active {
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14);
        transform: translateY(1px); }
    body.process-page .bottom-nav-icons a {
      color: #0032D2; }
  body.process-page .article-process {
    border-top: 1px dotted #0032D2;
    border-bottom: 1px dotted #0032D2;
    padding-top: 48px;
    padding-bottom: 32px; }
    body.process-page .article-process span {
      color: #0032D2; }
    body.process-page .article-process .five {
      margin-bottom: 32px; }
    body.process-page .article-process .one {
      text-align: center; }
    body.process-page .article-process ul {
      margin-bottom: 0; }
    body.process-page .article-process li {
      margin-bottom: 0; }
  body.process-page .icon-understand,
  body.process-page .icon-define,
  body.process-page .icon-ideate,
  body.process-page .icon-design,
  body.process-page .icon-test {
    fill: #0032D2;
    height: 32px;
    width: 32px; }
  body.process-page footer {
    background: #E5EEFF; }
    body.process-page footer a {
      color: #0032D2 !important; }
  body.process-page .social a svg.social-icon {
    background: #E5EEFF;
    fill: #0032D2; }

@media (max-width: 1440px) {
  .process {
    padding-bottom: 80px; }

  body.news-page .article-news .approach {
    margin-top: 64px; } }
@media (max-width: 1255px) {
  body.consultancy-page .nav-icons span.nav-text-hide {
    display: none; } }
@media (max-width: 1200px) {
  .process {
    padding-bottom: 64px; }

  body.news-page .article-news,
  body.sales-page .article-sales,
  body.purchase-page .article-purchase,
  body.consultancy-page .article-consultancy {
    padding-top: 88px; }

  body.news-page .article-news .brief,
  body.sales-page .article-sales .brief,
  body.purchase-page .article-purchase .brief,
  body.consultancy-page .article-consultancy .brief {
    margin-bottom: 24px; }

  body.news-page .article-news .result,
  body.sales-page .article-sales .approach,
  body.sales-page .article-sales .result,
  body.purchase-page .article-purchase .approach,
  body.purchase-page .article-purchase .result,
  body.consultancy-page .article-consultancy .approach,
  body.consultancy-page .article-consultancy .result {
    margin-top: 64px;
    margin-bottom: 32px; }

  br {
    display: none; }

  body.process-page .case-page-hero div > svg,
  body.process-page .process div > svg {
    width: 80%; }

  body.process-page img {
    width: 100%; }

  .article-process .one {
    width: 5%; }

  .article-process .three {
    width: 100%;
    margin-left: 0; }

  .article-process .five {
    width: 39%; }

  .article-process .nine {
    width: 100%; } }
@media (max-width: 1170px) {
  body.purchase-page .nav-icons span.nav-text-hide {
    display: none; } }
@media (max-width: 1160px) {
  body.sales-page .nav-icons span.nav-text-hide {
    display: none; } }
@media (max-width: 1012px) {
  body.process-page .nav-icons span.nav-text-hide {
    display: none; } }
@media (max-width: 992px) {
  body.news-page .nav-icons span.nav-text-hide {
    display: none; } }
@media (max-width: 800px) {
  .process .six.columns {
    width: 100%;
    margin-left: 0; }

  .process {
    padding-bottom: 40px; } }
@media (max-width: 620px) {
  .six.columns.logo-box {
    width: 100%; }

  .logo-box h1 {
    font-size: 3rem; }

  .nav-icons {
    display: none; }

  .process h1 {
    font-size: 4rem; }

  body.process-page img {
    width: 100%; }

  body.process-page .process {
    margin-top: 24px;
    padding-bottom: 40px; }

  body.process-page img {
    width: 100%; }

  .article-process .one {
    width: 20%; }

  .article-process .five {
    width: 72%; }

  .news-page .logo-wrapper,
  .sales-page .logo-wrapper,
  .purchase-page .logo-wrapper,
  .consultancy-page .logo-wrapper {
    max-width: 64px; }

  .news-page h1,
  .sales-page h1,
  .purchase-page h1,
  .consultancy-page h1 {
    margin-bottom: 4px; } }
@media (max-width: 570px) {
  span.left-arrow {
    display: none; } }
@media (max-width: 550px) {
  .process h1 {
    font-size: 3.75rem; }

  .process {
    padding-top: 24px;
    padding-bottom: 40px; }

  body.news-page .article-news,
  body.sales-page .article-sales,
  body.purchase-page .article-purchase,
  body.consultancy-page .article-consultancy {
    padding-top: 64px; }

  body.news-page .article-news .contributions {
    margin-top: 40px; }

  .four-disappear {
    display: none; }

  .bottom-nav-group {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around; }
    .bottom-nav-group .bottom-nav-icons:first-child .nav-button {
      text-align: left; }
    .bottom-nav-group .bottom-nav-icons:last-child .nav-button {
      text-align: right; }
    .bottom-nav-group .bottom-nav-icons {
      width: 80%; }
    .bottom-nav-group .bottom-nav-icons:last-child {
      margin-bottom: 16px; } }
@media (max-width: 420px) {
  .article-process .one {
    width: 16%; }

  .article-process .five {
    width: 72%;
    margin-left: 16px; } }
/* Global
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Karla', sans-serif;
  font-size: 1.75rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h6 {
  color: #111111; }

h1 {
  font-size: 5rem;
  font-weight: 700; }

h2 {
  font-size: 3rem;
  font-weight: 700; }

h5 {
  font-size: 2rem;
  font-weight: 700; }

p {
  color: #111111; }

a {
  border-bottom: none;
  color: #1C6BE6;
  text-decoration: none; }

.link {
  position: relative; }

.link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease; }

.link:hover:after {
  width: 100%;
  left: 0;
  background: #fff; }

.link-dark {
  color: #333; }

.link-light {
  color: #999; }

.shadow-level-01 {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.14); }

.shadow-level-02 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 4px 5px rgba(0, 0, 0, 0.12), 0px 3px 5px rgba(0, 0, 0, 0.14); }

img {
  width: 100%; }

svg.social-icon {
  width: 24px;
  height: 24px;
  margin-left: 24px;
  padding-right: 16px; }

.social a svg.social-icon {
  background: #717171;
  padding: 8px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }
  .social a svg.social-icon:hover {
    background: #1C6BE6; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }

hr {
  border-top: 3px solid #111111; }

a:hover .link-underline {
  border-bottom: 1px dotted #1C6BE6;
  color: #1C6BE6; }

.logo-shadow {
  box-shadow: none;
  transition: 240ms; }

a:hover .logo-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 4px 5px rgba(0, 0, 0, 0.12), 0px 3px 5px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px); }

a:active .logo-shadow {
  box-shadow: none;
  transform: translateY(1px); }

div.social a {
  border-bottom: none; }

ul {
  list-style-type: disc;
  list-style-position: outside; }
  ul li {
    margin-left: 32px; }

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  background: #111111; }

.contact {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center; }
  .contact p {
    color: #717171 !important; }
  .contact a {
    font-family: "Karla", sans-serif;
    color: #1C6BE6 !important;
    text-decoration: none;
    -webkit-transition: color border-bottom .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .contact a:hover {
      border-bottom: 1px dotted #1C6BE6;
      color: #2EB872; }
  .contact div.social a {
    border-bottom: none; }

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