/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 0 0 1em;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 81.25%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 0 0 1em;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select {
  vertical-align: baseline;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #fff;
}

img, video, iframe, object {
  max-width: 100%;
  height: auto;
}

audio, canvas, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  box-sizing: border-box;
}

li {
  list-style-position: inside;
}

@media screen and (min-width: 19.25em) {
  li {
    list-style-position: outside;
    margin-left: 1em;
  }
}
@media screen and (min-width: 50em) {
  li {
    margin-left: 0;
  }
}
body {
  font-family: Myriad Pro, sans-serif;
  line-height: 1.7;
}

@media screen and (min-width: 20.375em) {
  body {
    font-size: 1.125em;
  }
}
.page-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: Myriad Pro, sans-serif;
  font-weight: 700;
  font-size: 3.375em;
  line-height: 1.25;
  margin-bottom: 0.444444444em;
}

@media screen and (min-width: 50em) {
  .page-title {
    word-wrap: normal;
    overflow-wrap: normal;
  }
}
.sub-title {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 0.666666667em;
  font-weight: 600;
}

.minor-title {
  font-size: 1em;
  font-weight: 700;
}

.intro {
  font-size: 1.33em;
  line-height: 1.5;
}

body {
  color: #2f2f2f;
}

a {
  color: #177c76;
  text-decoration: none;
  border-bottom: 1px solid #177c76;
}

a:hover {
  color: #36bdb2;
  border: none;
}

ul ul {
  margin-left: 0;
}

@media screen and (min-width: 25em) {
  ul ul {
    margin-left: 1.5em;
  }
}
.section {
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.5em;
}

.section:last-child, .section--last {
  border-bottom: none;
}

.content-image {
  float: right;
  margin: 0 0 1em 1em;
}

.card {
  background: #f2f2f2;
  box-sizing: border-box;
  margin-bottom: 2em;
  border-top: 5px solid #36bdb2;
}

.card__heading {
  padding: 1em;
}

.card__inner {
  border-top: 1px solid #dedede;
  padding: 1em;
}

.card__list {
  margin-left: 1em;
}

.card__list, .key {
  margin-bottom: 0;
}

.key__item {
  padding: 0.25em 0.5em;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}

.key__item--visual {
  background: #bd6236;
}

.key__item--auditory {
  background: #983cf8;
}

.key__item--tactile {
  background: #30ca66;
}

.key__item--gustatory {
  background: #2d98f0;
}

.key__item--olfactory {
  background: #f0342d;
}

.key__item--vestibular {
  background: #c84db9;
}

.key__item--proprioceptive {
  background: #3c4b57;
}

.thumbnail {
  margin-bottom: 1em;
}

.nested-list {
  margin-left: 1em;
}

.button-list {
  margin-bottom: 1.5em;
}

.button-list__item {
  display: inline-block;
  margin: 0 0.5em 1em 0;
}

.table {
  margin-bottom: 1em;
}

.table th, .table td {
  padding: 1em;
}

.table th {
  background: #36bdb2;
  color: #fff;
}

.table tr {
  border-bottom: 1px solid #dedede;
}

.table tr:nth-child(even) {
  background: #f2f2f2;
}

@media (max-width: 32.8125em) {
  .table--2-col {
    border-bottom: 1px solid #36bdb2;
  }
  .table--2-col thead {
    display: none;
  }
  .table--2-col tr {
    border-top: 1px solid #36bdb2;
    display: block;
  }
  .table--2-col td {
    display: block;
  }
  .table--2-col td::before {
    content: attr(data-label);
    color: #36bdb2;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
  }
}
.section-nav {
  border-top: 1px solid #dedede;
  padding-top: 1em;
}

.download-box {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 1em 1em 1em 0.5em;
  box-sizing: border-box;
  margin-bottom: 2em;
  display: inline-block;
  font-size: 0.777777778em;
}

.download-box__item {
  display: inline-block;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #dedede;
}

.download-box__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.download-box__item a {
  border-bottom: none;
}

.download-box__link {
  border-bottom: 1px solid #177c76;
}

a:hover .download-box__link {
  border-bottom: none;
}

.icon {
  max-width: 5em;
  margin: 0 auto 1em;
}

.icon-pdf, .icon-print {
  display: inline-block;
  width: 2.666666667em;
  height: 1.888888889em;
  vertical-align: middle;
}

.header {
  background: #1a1a1a;
  padding: 1.5em 0;
}

.header__utility {
  text-align: center;
  padding: 1em 0 0;
}

@media screen and (min-width: 19.1875em) {
  .header__utility {
    padding: 0;
  }
}
.logo {
  max-width: 10.555555556em;
}

@media screen and (min-width: 25em) {
  .logo {
    max-width: 12.777777778em;
  }
}
@media screen and (min-width: 30em) {
  .logo {
    max-width: 16.777777778em;
  }
}
.logo-link {
  text-align: center;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 19.1875em) {
  .logo-link {
    display: inline-block;
    position: relative;
    z-index: 2;
    border: none;
    text-align: left;
    margin: 0;
  }
}
.nav-toggle {
  cursor: pointer;
  color: #36bdb2;
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: none;
  font-size: 0.625em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3.375em 0 0;
  -webkit-tap-highlight-color: transparent;
  width: 3.3em;
  word-wrap: normal;
  overflow-wrap: normal;
  display: inline-block;
  margin-left: 0.5em;
}

@media screen and (min-width: 19.1875em) {
  .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin-left: 0;
  }
}
@media screen and (min-width: 50em) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:hover, .nav-toggle:focus {
  color: #fff;
}

.js-mustard .off-canvas-container {
  position: relative;
}

.js-mustard .off-canvas-body {
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.js-mustard .off-canvas-body.is-open {
  -webkit-transform: translate3d(-18.75em, 0, 0);
  -o-transform: translateX(-18.75em);
  transform: translate3d(-18.75em, 0, 0);
}

@media screen and (min-width: 50em) {
  .js-mustard .off-canvas-body.is-open {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
}
.js-mustard .nav-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 18.75em;
  max-width: 100%;
}

.js-mustard .nav-main.is-active {
  z-index: 2;
}

.nav-main, .js-mustard .nav-main {
  background: #36bdb2;
}

.nav-main__list, .js-mustard .nav-main__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-main__item, .js-mustard .nav-main__item {
  margin-left: 0;
}

.nav-main__item a, .js-mustard .nav-main__item a {
  color: #fff;
  outline: none;
  padding: 1em;
  display: block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.nav-main__item a:hover, .nav-main__item a:focus, .js-mustard .nav-main__item a:hover, .js-mustard .nav-main__item a:focus {
  background: #177c76;
  color: #fff;
}

@media screen and (min-width: 50em) {
  .nav-main, .js-mustard .nav-main {
    background: 0 0;
    text-align: right;
    position: absolute;
    top: 4.5em;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .nav-main__list, .js-mustard .nav-main__list {
    width: 88%;
    margin: 0 auto;
  }
  .nav-main__item, .js-mustard .nav-main__item {
    font-size: 1em;
    display: inline-block;
    margin-left: 1em;
  }
  .nav-main__item:first-child, .js-mustard .nav-main__item:first-child {
    margin-left: 0;
  }
  .nav-main__item a, .js-mustard .nav-main__item a {
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    display: inline;
    -webkit-transition: none;
    transition: none;
  }
  .nav-main__item a:hover, .nav-main__item a:focus, .js-mustard .nav-main__item a:hover, .js-mustard .nav-main__item a:focus {
    color: #36bdb2;
    background: 0 0;
    text-decoration: none;
  }
}
.nav-close {
  background-color: transparent;
  background-position: center center;
  box-sizing: content-box;
  border: none;
  padding: 0.5625em;
  width: 1.625em;
  height: 1.625em;
  position: absolute;
  z-index: 3;
  right: 0.4375em;
  top: 0.4375em;
  -moz-transition: all ease 0.3s 1s ease-in-out;
  -o-transition: all ease 0.3s 1s ease-in-out;
  -webkit-transition: all ease 0.3s 1s ease-in-out;
  -ms-transition: all ease 0.3s 1s ease-in-out;
  transition: all ease 0.3s 1s ease-in-out;
  opacity: 0.5;
}

@media screen and (min-width: 50em) {
  .nav-close {
    display: none;
  }
}
.nav-close__text {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}

.nav-close:hover, .nav-close:focus {
  opacity: 1;
  outline: none;
}

.search {
  position: absolute;
  top: 1em;
  right: 3em;
}

@media screen and (min-width: 50em) {
  .search {
    top: 0;
    right: 0;
  }
}
.search-toggle {
  border: none;
  padding: 0.875em;
  background: #3f3f3f;
  background-position: center;
  vertical-align: top;
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
}

@media screen and (min-width: 19.1875em) {
  .search-toggle {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 3em;
    margin-right: 0;
  }
}
@media screen and (min-width: 50em) {
  .search-toggle {
    display: none;
  }
}
.search-toggle:hover {
  background-color: #36bdb2;
}

#search-form {
  position: absolute;
  top: -500%;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 50em) {
  #search-form {
    top: 0;
    right: 0;
    left: auto;
    width: auto;
  }
}
#search-form:target, #search-form.is-shown {
  padding-top: 7em;
  top: -1.5em;
}

@media screen and (min-width: 50em) {
  #search-form:target, #search-form.is-shown {
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    padding-top: 0;
  }
}
.search__inner {
  background: #1a1a1a;
  padding: 1em;
  text-align: right;
}

.search__label {
  display: none;
}

.search__input {
  border: none;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.search__btn {
  border: none;
  padding: 0.525em 0.75em 0.425em;
  background-color: #3f3f3f;
  background-position: center;
  vertical-align: top;
  width: 1em;
  height: 1.222222222em;
  box-sizing: content-box;
}

.search__btn:hover {
  background-color: #36bdb2;
}

.btn-label {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}

.hero {
  position: relative;
  background: #36bdb2;
  min-height: 10em;
  overflow: hidden;
  color: #fff;
}

.hero--home {
  background: #36bdb2 url(/images/hero-full.jpg) top center no-repeat;
  background-size: cover;
  padding: 3em 0;
  min-height: 10em;
  margin-bottom: 3em;
}

@media screen and (min-width: 60em) {
  .hero--home {
    background: #36bdb2 url(/images/hero.png) top right no-repeat;
    background-size: contain;
  }
}
.hero__title {
  color: #fff;
  margin: 1em 0;
}

.hero__inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(54, 189, 178, 0.8);
}

.hero__image {
  width: 100%;
}

.article-header {
  height: 16.666666667em;
  display: block;
  background: url(/images/banner.jpg) center center no-repeat;
  background-size: cover;
}

.article-header--according-to-sense {
  background: url(/images/banner-2.jpg) center center no-repeat;
  background-size: cover;
}

.article-header--what-are-the-senses {
  background: url(/images/banner-3.jpg) center center no-repeat;
  background-size: cover;
}

.article-header--strategies {
  background: url(/images/banner-6.jpg) center center no-repeat;
  background-size: cover;
}

.article-header--visual-under-responsive {
  background: url(/images/banner-4.jpg) center center no-repeat;
  background-size: cover;
}

.article-header--case-studies {
  background: url(/images/banner-5.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-height: 600px) {
  .article-header {
    height: 8em;
  }
}
.breadcrumbs {
  margin: 2em 0 3em;
  font-size: 0.777777778em;
}

.breadcrumbs__item {
  display: inline-block;
  margin-left: 0;
}

.breadcrumbs__item:before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

.breadcrumbs__item:first-child:before {
  display: none;
}

.secondary-nav {
  border-top: 1px solid #dedede;
  margin-bottom: 2em;
}

.secondary-nav__item {
  display: block;
  padding: 0.5em 0;
  border-bottom: 1px solid #dedede;
}

.footer {
  background: #dedede url(/images/spiral-white.png) top center no-repeat;
  border-top: 10px solid #36bdb2;
  padding: 3em 0;
  margin-top: 3em;
}

.footer-list {
  list-style: none;
}

.footer-list--columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.footer-base {
  font-size: 0.888888889em;
  margin-top: 3em;
}

.footer-base__item {
  display: inline-block;
  margin-right: 1em;
  margin-left: 0;
}

.footer-base__item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 52.5625em) {
  .footer-base__item--right {
    float: right;
  }
}
.btn {
  display: inline-block;
  padding: 0.75em 1em;
  border-radius: 3px;
  border: none;
  background: #36bdb2;
  color: #fff;
}

.btn:hover {
  color: #fff;
  background: #177c76;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 189, 178, 0.5);
}

.l-wrap {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 60em) {
  .l-wrap {
    width: 88%;
    max-width: 82.5em;
  }
}
.l-grid {
  margin-left: -2.5%;
}

.l-grid__item-half, .l-grid__item-third, .l-grid__item-two-thirds, .l-grid__item-quarter, .l-grid__item-three-quarters {
  vertical-align: top;
  width: 97.5%;
  margin-left: 2.5%;
}

@media screen and (min-width: 50em) {
  .l-grid__item-half {
    width: 47.5%;
  }
}
@media screen and (min-width: 50em) {
  .l-grid__item-third {
    width: 30.833333333%;
  }
}
@media screen and (min-width: 50em) {
  .l-grid__item-two-thirds {
    width: 64.166666667%;
  }
}
@media screen and (min-width: 50em) {
  .l-grid__item-quarter {
    width: 22.5%;
  }
}
@media screen and (min-width: 50em) {
  .l-grid__item-three-quarters {
    width: 72.5%;
  }
}
.l-media {
  margin-bottom: 1em;
}

.l-media, .l-media__body {
  overflow: hidden;
}

.l-media__img-wrap {
  display: block;
  margin-bottom: 1em;
}

@media screen and (min-width: 20em) {
  .l-media__img-wrap {
    float: left;
    width: 33%;
    margin-right: 6%;
  }
}
.l-media__img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 20em) {
  .l-stretch {
    text-align: right;
  }
}
.l-stretch__item {
  display: block;
  clear: left;
  margin-bottom: 1em;
}

@media screen and (min-width: 20em) {
  .l-stretch__item {
    display: inline-block;
    clear: none;
  }
}
.l-stretch__left {
  display: block;
  clear: left;
  margin-bottom: 1em;
}

@media screen and (min-width: 20em) {
  .l-stretch__left {
    float: left;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  float: none;
  position: static;
  overflow: visible;
}

body {
  color: #000;
  background: white !important;
  -webkit-print-color-adjust: exact;
  margin-top: 2em;
  margin-bottom: 2em;
}

header[role=banner] {
  box-shadow: inset 0 0 0 1000px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#000000')";
}

footer[role=contentinfo] {
  background: #dedede;
  box-shadow: inset 0 0 0 1000px #dedede;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede', endColorstr='#dedede')";
}

img,
p,
ul,
li,
a {
  display: inline-block;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  position: relative;
}

.hero {
  background: none;
  color: #000;
}

.icon {
  width: 5em;
}

a,
a:visited {
  text-decoration: underline;
}

/*a[href]:after {
	content: " (" attr(href) ")";
}*/
abbr[title]:after {
  content: " (" attr(title) ")";
}

/*
* Don't show links for images, or javascript/internal links
*/
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group; /* h5bp.com/t */
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

@page {
  margin: 0.5cm;
}
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h1,
h2,
h3,
.l-grid:first-of-type .l-grid__item-two-thirds {
  page-break-after: avoid;
}

.search-toggle,
.nav-toggle,
.article-header,
.download-box,
[role=contentinfo] section,
.nav-main,
ul.footer-base__item,
.l-grid__item-quarter img,
.l-grid__item-third {
  display: none;
}

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