/*  Base Sassy stylesheet  @version 1.0  */
/* Helpers/vars etc. */
/* Font stacks */
/* Borders */
/* Colours */
.header__bg, .header__starfield, .header__starfield canvas { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

/** Utility classes and the like */
.util--remove-p-margin p { margin-bottom: 0; }
.util--highlight { color: #ee3350; }
.util--highlight-bold { color: #ee3350; font-weight: 500; }
.util--highlight-underline { border-bottom: 3px solid #ee3350; }
@media (max-width: 768px) { .util--hide-mobile { display: none; } }

/* External plugin styles */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE and iOS. */
/* Document ========================================================================== */
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------*\ SETTINGS
\*------------------------------------*/
/*------------------------------------*\ LOGIC aka THE MAGIC
\*------------------------------------*/
/*------------------------------------*\ GRID LAYOUT
\*------------------------------------*/
.grid { display: block; list-style: none; padding: 0; margin: 0; margin-left: -60px; font-size: 0rem; }

.grid__cell { box-sizing: border-box; display: inline-block; width: 100%; padding: 0; padding-left: 60px; margin: 0; vertical-align: top; font-size: 1rem; }

.grid--right { text-align: right; }
.grid--right > .grid__cell { text-align: left; }

.grid--middle > .grid__cell { vertical-align: middle; }

.grid--flush { margin-left: 0; }
.grid--flush > .grid__cell { padding-left: 0; }

/*------------------------------------*\ GRID WIDTHS
\*------------------------------------*/
.\31\/2, .\32\/4 { width: 50%; }

.\31\/3 { width: 33.33333%; }

.\32\/3 { width: 66.66667%; }

.\31\/4 { width: 25%; }

.\33\/4 { width: 75%; }

.\31\/5 { width: 20%; }

.\32\/5 { width: 40%; }

.\33\/5 { width: 60%; }

.\34\/5 { width: 80%; }

@media screen and (max-width: 500px) { .\31\/2--mobile, .\32\/4--mobile { width: 50%; }
  .\31\/3--mobile { width: 33.33333%; }
  .\32\/3--mobile { width: 66.66667%; }
  .\31\/4--mobile { width: 25%; }
  .\33\/4--mobile { width: 75%; }
  .\31\/5--mobile { width: 20%; }
  .\32\/5--mobile { width: 40%; }
  .\33\/5--mobile { width: 60%; }
  .\34\/5--mobile { width: 80%; } }
@media screen and (max-width: 787px) { .\31\/2--tablet, .\32\/4--tablet { width: 50%; }
  .\31\/3--tablet { width: 33.33333%; }
  .\32\/3--tablet { width: 66.66667%; }
  .\31\/4--tablet { width: 25%; }
  .\33\/4--tablet { width: 75%; }
  .\31\/5--tablet { width: 20%; }
  .\32\/5--tablet { width: 40%; }
  .\33\/5--tablet { width: 60%; }
  .\34\/5--tablet { width: 80%; } }
@media screen and (min-width: 501px) { .\31\/2--tablet-and-up, .\32\/4--tablet-and-up { width: 50%; }
  .\31\/3--tablet-and-up { width: 33.33333%; }
  .\32\/3--tablet-and-up { width: 66.66667%; }
  .\31\/4--tablet-and-up { width: 25%; }
  .\33\/4--tablet-and-up { width: 75%; }
  .\31\/5--tablet-and-up { width: 20%; }
  .\32\/5--tablet-and-up { width: 40%; }
  .\33\/5--tablet-and-up { width: 60%; }
  .\34\/5--tablet-and-up { width: 80%; } }
@media screen and (min-width: 1024px) { .\31\/2--small-desktop, .\32\/4--small-desktop { width: 50%; }
  .\31\/3--small-desktop { width: 33.33333%; }
  .\32\/3--small-desktop { width: 66.66667%; }
  .\31\/4--small-desktop { width: 25%; }
  .\33\/4--small-desktop { width: 75%; }
  .\31\/5--small-desktop { width: 20%; }
  .\32\/5--small-desktop { width: 40%; }
  .\33\/5--small-desktop { width: 60%; }
  .\34\/5--small-desktop { width: 80%; } }
@media screen and (min-width: 1280px) { .\31\/2--desktop, .\32\/4--desktop { width: 50%; }
  .\31\/3--desktop { width: 33.33333%; }
  .\32\/3--desktop { width: 66.66667%; }
  .\31\/4--desktop { width: 25%; }
  .\33\/4--desktop { width: 75%; }
  .\31\/5--desktop { width: 20%; }
  .\32\/5--desktop { width: 40%; }
  .\33\/5--desktop { width: 60%; }
  .\34\/5--desktop { width: 80%; } }
@media screen and (min-width: 1600px) { .\31\/2--large-desktop, .\32\/4--large-desktop { width: 50%; }
  .\31\/3--large-desktop { width: 33.33333%; }
  .\32\/3--large-desktop { width: 66.66667%; }
  .\31\/4--large-desktop { width: 25%; }
  .\33\/4--large-desktop { width: 75%; }
  .\31\/5--large-desktop { width: 20%; }
  .\32\/5--large-desktop { width: 40%; }
  .\33\/5--large-desktop { width: 60%; }
  .\34\/5--large-desktop { width: 80%; } }
@media screen and (min-width: 1920px) { .\31\/2--huge-desktop, .\32\/4--huge-desktop { width: 50%; }
  .\31\/3--huge-desktop { width: 33.33333%; }
  .\32\/3--huge-desktop { width: 66.66667%; }
  .\31\/4--huge-desktop { width: 25%; }
  .\33\/4--huge-desktop { width: 75%; }
  .\31\/5--huge-desktop { width: 20%; }
  .\32\/5--huge-desktop { width: 40%; }
  .\33\/5--huge-desktop { width: 60%; }
  .\34\/5--huge-desktop { width: 80%; } }
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) { .\31\/2--retina, .\32\/4--retina { width: 50%; }
  .\31\/3--retina { width: 33.33333%; }
  .\32\/3--retina { width: 66.66667%; }
  .\31\/4--retina { width: 25%; }
  .\33\/4--retina { width: 75%; }
  .\31\/5--retina { width: 20%; }
  .\32\/5--retina { width: 40%; }
  .\33\/5--retina { width: 60%; }
  .\34\/5--retina { width: 80%; } }
/* Icons */
/*** Main styles ***/
body { background: #FFFFFF; color: #7b7b7b; }

body, button, input, optgroup, select, textarea { font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 300; color: #7b7b7b; }

.wrapper { box-sizing: border-box; max-width: 1200px; margin: 0 auto; padding: 0 30px; }

.section__header { text-align: center; margin-bottom: 60px; }
.section__header span { font-size: 16px; color: #ee3350; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; }
.section__header h3 { font-weight: 400; font-size: 28px; margin: 15px 0 0 0; color: #0a1721; }
.section__details { margin-bottom: 60px; text-align: center; }
.section--padded { padding-top: 120px; padding-bottom: 120px; }

/** Probably move this to a new file or something. It's a grid override/addition */
.grid .grid__cell--overflow { overflow: visible; }
.grid .grid__cell--overflow img { max-width: 180%; }

/** Header. Holds navigation and parallax background image */
.header { position: relative; }
.header__bg { background-color: #0a1721; background-size: cover; width: 100%; height: 100%; z-index: -1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ; filter: alpha(opacity=0) ; -moz-opacity: 0 ; -khtml-opacity: 0 ; opacity: 0 ; -moz-transition: opacity 1s ease-in; -o-transition: opacity 1s ease-in; -webkit-transition: opacity 1s ease-in; transition: opacity 1s ease-in; }
.header__bg:after { position: absolute; width: 0; height: 0; overflow: hidden; z-index: -1; content: url("/assets/img/space-bg-smaller.jpg"); }
.header__bg--loaded { background-image: url("/assets/img/space-bg-smaller.jpg"); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" ; filter: alpha(opacity=60) ; -moz-opacity: 0.6 ; -khtml-opacity: 0.6 ; opacity: 0.6 ; }
.header__starfield { width: 100%; height: 100%; z-index: -2; background-color: #000000; }
.header__starfield canvas { width: 100%; height: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ; filter: alpha(opacity=0) ; -moz-opacity: 0 ; -khtml-opacity: 0 ; opacity: 0 ; -moz-transition: opacity 1s ease-in; -o-transition: opacity 1s ease-in; -webkit-transition: opacity 1s ease-in; transition: opacity 1s ease-in; }
.header__starfield canvas.loaded { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter: alpha(opacity=100) ; -moz-opacity: 1 ; -khtml-opacity: 1 ; opacity: 1 ; }
.header > .wrapper { display: flex; }

/** Navigation. Includes logo and menu items. */
.navigation { position: absolute; top: 0; left: 0; right: 0; padding: 60px; }
.navigation__logo { float: left; }
.navigation__logo a { position: relative; display: block; }
.navigation__logo a img { width: auto; height: 35px; position: relative; display: block; }
.navigation__menu { flex: auto; }
.navigation__menu__mobile-trigger { display: none; text-align: right; }
.navigation__menu__mobile-trigger i { color: #fff; font-size: 28px; line-height: 35px; cursor: pointer; }
.navigation__menu ul { display: flex; justify-content: flex-end; list-style: none; margin: 0; padding: 0; }
.navigation__menu__item { font-size: 15px; font-weight: 400; line-height: 35px; padding: 0 20px; align-items: flex-start; cursor: pointer; letter-spacing: 0.04em; text-align: center; }
.navigation__menu__item a { position: relative; display: block; color: #ffffff; text-decoration: none; }
.navigation__menu__item a:hover { color: #eaeaea; }
.navigation__menu__item a:hover:before { background: #eaeaea; width: 100%; transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
.navigation__menu__item a:hover:after { background: transparent; width: 100%; transition: 0s; }
.navigation__menu__item a:before, .navigation__menu__item a:after { content: ''; position: absolute; width: 0%; height: 2px; bottom: -2px; background: #eaeaea; }
.navigation__menu__item a:before { left: 0; }
.navigation__menu__item a:after { right: 0; background: #eaeaea; transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
@media (max-width: 1024px) { .navigation { padding: 30px; } }
@media (max-width: 768px) { .navigation__menu { height: 100%; }
  .navigation__menu__mobile-trigger { display: block; }
  .navigation__menu ul { display: none; flex-direction: column; justify-content: center; height: 100%; }
  .navigation__menu__item { line-height: 72px; }
  .navigation__menu__item a { font-size: 18px; }
  .navigation--mobile-visible { position: fixed; bottom: 0; background: rgba(10, 23, 33, 0.9); z-index: 2; }
  .navigation--mobile-visible .navigation__menu ul { display: flex !important; } }

/** Hero. Includes larger logo and tagline. */
.hero { display: table; height: 60vh; width: 100%; box-sizing: border-box; padding: 0 30px; }
@-webkit-keyframes orbit { from { -webkit-transform: rotate(0.01deg) translateX(5px) rotate(0deg); }
  to { -webkit-transform: rotate(360deg) translateX(5px) rotate(-360deg); } }
@-moz-keyframes orbit { from { -moz-transform: rotate(0.01deg) translateX(5px) rotate(0deg); }
  to { -moz-transform: rotate(360deg) translateX(5px) rotate(-360deg); } }
@-o-keyframes orbit { from { -o-transform: rotate(0.01deg) translateX(5px) rotate(0deg); }
  to { -o-transform: rotate(360deg) translateX(5px) rotate(-360deg); } }
@keyframes orbit { from { transform: rotate(0.01deg) translateX(5px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(5px) rotate(-360deg); } }
.hero__floating { position: relative; display: inline-block; /* Floaty effect */ -moz-transform: translateX(5px) rotate(0.01deg); -o-transform: translateX(5px) rotate(0.01deg); -ms-transform: translateX(5px) rotate(0.01deg); -webkit-transform: translateX(5px) rotate(0.01deg); transform: translateX(5px) rotate(0.01deg); -moz-animation: orbit 8s linear infinite; -o-animation: orbit 8s linear infinite; -webkit-animation: orbit 8s linear infinite; animation: orbit 8s linear infinite; }
.hero__container { display: table-cell; vertical-align: middle; text-align: center; }
.hero__image { margin-bottom: 45px; }
@media (max-width: 767px) { .hero__image img { max-width: 75%; } }
.hero__text { color: #fff; max-width: 395px; margin: 0 auto; }
.hero__text p { font-size: 24px; }
.hero__scroll-down, .hero__scroll-down:before { position: absolute; left: 50%; width: 30px; height: 50px; margin-left: -15px; bottom: 50px; box-shadow: inset 0 0 0 1px #fff; border-radius: 15px; }
@supports (-ms-accelerator: true) or (-ms-ime-align: auto) { .hero__scroll-down, .hero__scroll-down:before { margin-left: -14px; } }
.hero__scroll-down:before { content: ''; width: 6px; height: 6px; background: #fff; margin-left: -3px; top: 6px; border-radius: 3px; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: scroll; animation-name: scroll; }
@-webkit-keyframes scroll { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translateY(32px); transform: translateY(32px); } }
@keyframes scroll { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translateY(32px); transform: translateY(32px); } }
.hero--home { height: 100vh; }

.mission { background-image: url(/assets/img/mission-img-smaller.jpg); background-repeat: no-repeat; background-size: cover; background-position: 100% 45%; }
.mission__statement { padding: 150px 60px; box-sizing: border-box; text-align: justify; max-width: calc(1200px / 2); }
@media (max-width: 1279px) { .mission__statement { padding: 100px 60px; } }
.mission__statement h2 { color: #0a1721; }
.mission__statement p + p { margin-top: 30px; }
@media (max-width: 1279px) { .mission { background: none; }
  .mission__statement { max-width: 100%; } }

.services { background: #fafafa; padding: 120px 0; text-align: center; }
@media (max-width: 1023px) { .services { padding-bottom: 90px; } }

.service__icon { margin-bottom: 30px; }
.service__header { margin-bottom: 30px; }
.service__header h2 { font-size: 20px; margin: 0; font-weight: 400; color: #0a1721; }
.service__details { max-width: 400px; margin: 0 auto; }
.service__details p { color: #7b7b7b; }
@media (max-width: 1023px) { .service { margin-bottom: 60px; }
  .service__icon, .service__header { margin-bottom: 15px; } }

.case-study { background: #2cb4d6; background: -moz-linear-gradient(45deg, #2cb4d6 0%, #28d1c5 100%); background: -webkit-linear-gradient(45deg, #2cb4d6 0%, #28d1c5 100%); background: linear-gradient(45deg, #2cb4d6 0%, #28d1c5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb4d6', endColorstr='#28d1c5',GradientType=1 ); padding: 120px 0; color: #fff; /* &__details {
	h3 {
		margin: 45px 0;
		font-size: 20px;
		color: $black;
		font-weight: 400;
	}
} */ }
.case-study__brand { text-align: center; margin-bottom: 60px; }
.case-study__brand img { margin-bottom: 15px; }
.case-study__brand p { font-size: 18px; }
.case-study__tabs { margin-bottom: 45px; }
.case-study__tabs ul { display: flex; align-items: center; list-style: none; margin: 0; padding: 15px 0; border-bottom: 1px solid #fff; }
.case-study__tabs ul .case-study__tabs-header { text-align: center; cursor: pointer; width: 25%; font-weight: 400; font-size: 18px; line-height: 2em; }
.case-study__tabs ul .case-study__tabs-header--selected { font-weight: 600; }
.case-study__tabs-content h3 { margin: 0 0 45px 0; }
.case-study__tabs-content p { margin: 0 0 30px 0; }
.case-study__tabs-content button { display: block; }
.case-study__tabs-content__featured-image { text-align: right; }
@media (max-width: 1023px) { .case-study__tabs-content__featured-image { text-align: center; } }
@media (max-width: 1023px) { .case-study__tabs { display: none; }
  .case-study__tabs ul { flex-direction: column; }
  .case-study__tabs ul .case-study__tabs-header { width: 100%; }
  .case-study__tabs-content button { margin: 0 auto; }
  .case-study__tabs-content__featured-image { margin-top: 30px; } }

.about { padding: 120px 0; text-align: center; }
@media (max-width: 768px) { .about { padding-bottom: 90px; } }

.person__avatar { margin-bottom: 15px; }
.person__avatar img { max-width: 75%; }
.person__details-name { font-size: 18px; color: #0a1721; font-weight: 400; }
.person__details-position { text-transform: uppercase; font-size: 14px; color: #ee3350; }
@media (max-width: 768px) { .person { margin-bottom: 30px; } }

.discuss { background: linear-gradient(rgba(10, 23, 33, 0.9), rgba(10, 23, 33, 0.9)), url(../img/code-bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center bottom; padding: 120px 0; color: #f4f4f4; text-align: center; }
.discuss__title { text-align: center; font-size: 32px; }
.discuss__title h3 { font-weight: 300; margin: 0 0 60px 0; }
.discuss__tagline p { font-size: 18px; margin: 0 0 60px 0; }
.discuss__button button { background: #ee3350; color: #FFF; }

.contact { padding: 120px 0; background: #fafafa; }
.contact form p { line-height: 4em; font-size: 20px; margin: 0; }
.contact form p.contact__form__signoff { line-height: 1.8em; margin: 20px 0; }
.contact__field { position: relative; z-index: 1; display: inline-block; vertical-align: top; overflow: hidden; margin-top: -0.3em; }
@media (max-width: 768px) { .contact__field { width: 100%; } }
.contact__field-input { outline: none; position: relative; display: block; border: 0 none; border-radius: 0; box-shadow: none; margin-top: 1.25em; width: 100%; padding: 0.5em 0.5em; box-sizing: border-box; background: transparent; opacity: 0.6; transition: all 0.5s linear; }
@media (max-width: 768px) { .contact__field-input { width: 100%; padding-left: 0; } }
.contact__field-input:focus, .contact__field-input:valid, .contact__field-input--invalid { opacity: 1; }
.contact__field-input:focus + label::after, .contact__field-input--invalid + label::after { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.contact__field-input:focus + label span, .contact__field-input--invalid + label span { opacity: 1; transition: all 0.5s linear; }
.contact__field-select { margin-top: 1.15em; }
.contact__field-label { display: inline-block; font-weight: 400; font-size: 14px; color: #7b7b7b; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; bottom: 0; left: 0; padding: 0 0.25em; width: 100%; height: calc(100% - 1em); text-align: left; pointer-events: none; }
@media (max-width: 768px) { .contact__field-label { padding-left: 0; } }
.contact__field-label span { display: block; padding: 0em 0.5em; width: 100%; position: absolute; opacity: 0; -webkit-transform: translate3d(0, -45%, 0); transform: translate3d(0, -45%, 0); }
@media (max-width: 768px) { .contact__field-label span { padding-left: 0; } }
.contact__field-label::before, .contact__field-label::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; border-bottom: 1px solid #7b7b7b; opacity: 0.6; }
.contact__field-label::after { margin-top: 2px; border-bottom: 4px solid red; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; border-color: #ee3350; }
.contact__did-it-work { display: none; line-height: 1.8em !important; }
.contact__did-it-work--show { display: block; }
.contact__submit { cursor: pointer; background: #ee3350; color: #FFF; }

/* 
.contact_old {
	padding: 120px 0;
	
	form {
		line-height: 4em;
		font-size: 20px;
	}
	
	&__field {
		position: relative;
		z-index: 1;
		display: inline-block;
		max-width: 350px;
		width: calc(100% - 2em);
		vertical-align: top;
		overflow: hidden;
		margin-top: -0.3em;
		
		&-input {
			outline: none;
			position: relative;
			display: block;
			float: right;
			border: none;
			border-radius: 0;
			margin-top: 1.3em;
			width: 100%;
			padding: 0.5em 0.5em;
			box-sizing: border-box;
			
			&:focus + label::after {
			//&:valid + label::after {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}
			
			&:focus + label span {
				opacity: 1;
				transition: all 0.5s linear;
			}
		}
		
		&-label {
			display: inline-block;
			float: right;
			font-weight: 400;
			font-size: 14px;
			color: $grey;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 0 0.25em;
			width: 100%;
			height: calc(100% - 1em);
			text-align: left;
			pointer-events: none;
			
			span {
				display: block;
				padding: 0em 0.5em;
				width: 100%;
				position: absolute;
				opacity: 0;
				-webkit-transform: translate3d(0, -45%, 0);
				transform: translate3d(0, -45%, 0);
			}
			
			&::before, &::after {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				border-bottom: 1px solid $grey;
			}

			&::after {
				margin-top: 2px;
				border-bottom: 4px solid red;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
				-webkit-transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				border-color: $red;
			}
		}
	}
} */
.case__detail h1 { margin-bottom: 120px; }
.case__detail .grid__cell { margin-bottom: 120px; }
.case__header { margin-bottom: 45px; }
.case__header h2 { font-size: 32px; text-transform: uppercase; margin: 0 0 45px 0; }
.case__header img { display: block; }
.case__content p:last-child { margin: 0; }
.case__content blockquote { padding: 0; margin: 0; }
.case__content blockquote p { font-size: 2.4em; font-family: "Roboto Slab", Georgia, serif; font-weight: 300; letter-spacing: -0.02em; line-height: 1.6em; }
.case__content blockquote cite { padding-left: 50px; }

.footer { background: #0a1721; padding: 40px 0; color: #ffffff; }
.footer p { margin: 0; font-size: 16px; }
@media (max-width: 768px) { .footer__left { text-align: center; margin-bottom: 20px; } }
.footer__left img { width: 140px; }
.footer__left img + p { padding-top: 30px; }
.footer__right { text-align: right; }
@media (max-width: 768px) { .footer__right { text-align: center; } }
.footer__right p { line-height: 28px; }

.error_message { text-align: center; padding: 10vh 0; }
.error_message h2 { color: #0a1721; }
.error_message p { color: #7b7b7b; }

h1, h2, h3, h4, h5, h6 { font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: 700; letter-spacing: 0.01em; line-height: 1.2em; }

p { font-size: 20px; margin: 0 0 1.2em 0; line-height: 1.8em; }

img { max-width: 100%; }

button { background: #fff; padding: 14px 20px; color: #0a1721; cursor: pointer; border-radius: 4px; border: 0; font-size: 14px; }
