/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: "NB International";
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  src: url(/static/fonts/fonts/NBInternational-Regular.eot);
  src: url(/static/fonts/fonts/NBInternational-Regular.eot?#iefix) format("embed-opentype"),url(/static/fonts/NBInternational-Regular.ttf) format("truetype"),url(/static/fonts/NBInternational-Regular.svg) format("svg"); }
@font-face {
  font-family: "NB International";
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  src: url(/static/fonts/fonts/NBInternational-Bold.eot);
  src: url(/static/fonts/fonts/NBInternational-Bold.eot?#iefix) format("embed-opentype"),url(/static/fonts/NBInternational-Bold.ttf) format("truetype"),url(/static/fonts/NBInternational-Bold.svg) format("svg"); }
a {
  color: #000;
  text-decoration: none;
  transition: opacity .3s ease-in-out; }

a:hover:not(.nav__link):not(.press__link):not(.four-o-four__link) {
  opacity: .6; }

.about__content,
.article__content,
.press__description,
.news__description,
.talks__description {
  font-size: 18px;
  line-height: 22px; }

.no-display {
  display: none; }

.body-wrapper {
  background-color: #A49EA2;
  font-family: 'NB International';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  padding: 0 5.3% 5.3%; }
  @media screen and (min-width: 700px) {
    .body-wrapper {
      padding: 0 2.9% 2.9%; } }

.gray-background {
  background-color: #A49EA2; }

.orange-background {
  background-color: #FF5900; }

.yellow-background {
  background-color: #FFE040; }

.purple-background {
  background-color: #7300DF; }

.body-wrapper *::selection {
  background-color: #FF5900; }

.col__img {
  width: 100%; }

.row {
  overflow: hidden; }

@media screen and (min-width: 700px) {
  .col--2 {
    box-sizing: border-box;
    float: left;
    margin-right: 1.6%;
    width: -moz-calc((50% - 1px) - (1.6% / 2));
    width: -webkit-calc((50% - 1px) - (1.6% / 2));
    width: calc((50% - 1px) - (1.6% / 2)); } }

@media screen and (min-width: 700px) {
  .col--2:nth-child(2n) {
    margin-right: 0; } }

@media screen and (min-width: 700px) {
  .col--2:nth-child(2n+1) {
    clear: left; } }

@media screen and (min-width: 700px) {
  .col--3 {
    float: left;
    margin-right: 1.6%;
    width: -moz-calc(33.33% - (3.2% / 3));
    width: -webkit-calc(33.33% - (3.2% / 3));
    width: calc(33.33% - (3.2% / 3)); } }

@media screen and (min-width: 700px) {
  .col--3:nth-child(3n) {
    margin-right: 0; } }

@media screen and (min-width: 700px) {
  .col--3:nth-child(3n+1) {
    clear: left; } }

.block {
  display: block; }

.site__header {
  left: 0;
  padding: 25px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6; }
  @media screen and (min-width: 700px) {
    .site__header {
      padding: 30px 0; } }

.site__header::after,
.home__social-links--desktop::after,
.row::after,
.press__page,
.talks__col--conf {
  clear: both;
  content: '';
  display: table; }

.site__title-link {
  color: #000;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 5.3%;
  text-decoration: none;
  transition: opacity .3s ease-in-out; }
  @media screen and (min-width: 350px) {
    .site__title-link {
      font-size: 26px; } }
  @media screen and (min-width: 415px) {
    .site__title-link {
      font-size: 32px;
      line-height: 32px; } }
  @media screen and (min-width: 593px) {
    .site__title-link {
      font-size: 23px;
      line-height: 33px; } }
  @media screen and (min-width: 700px) {
    .site__title-link {
      padding-left: 2.9%; } }

.home,
.site__header {
  transition: background-color .3s ease-in-out; }

.home__social-links--desktop {
  float: right;
  padding-right: 5.3%; }
  @media screen and (min-width: 593px) {
    .home__social-links--desktop {
      padding-right: 2.9%;
      width: 50%; } }

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

.header__icon {
  background-repeat: no-repeat;
  display: none;
  transition: opacity .3s ease-in-out; }
  @media screen and (min-width: 515px) {
    .header__icon {
      display: block;
      height: 34px;
      width: 34px; } }

@media screen and (min-width: 593px) {
  .email__link {
    margin-left: 20px;
    width: 43px; } }

.email__link,
.social__icons-toggle {
  cursor: pointer;
  display: none; }
  @media screen and (min-width: 593px) {
    .email__link,
    .social__icons-toggle {
      display: inline-block;
      float: right; } }

.email__link .header__icon {
  width: 100%; }

.social__icons {
  display: none;
  float: right;
  list-style: none; }
  @media screen and (max-width: 593px) {
    .social__icons {
      display: none !important; } }

.social__icon {
  float: right;
  margin-left: 7px; }

.social__icon-link {
  display: inline-block;
  transition: opacity .3s ease-in-out; }

.social__icon-link:hover,
.header__icon:hover,
.site__title-link:hover,
.drawer-hamburger:hover,
.drawer__close-icon:hover {
  opacity: .6; }

.toggle__img {
  background-size: contain;
  margin-left: 7px; }

.social__icons-toggle .toggle__img {
  background-image: url(/static/img/heart.svg); }

.social__icons-toggle--active .toggle__img {
  background-image: url(/static/img/x.svg); }

.drawer {
  background-color: #000;
  bottom: 0;
  box-shadow: -1px -2px 5px rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: -110%;
  top: 0;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%; }
  @media screen and (min-width: 593px) {
    .drawer {
      min-width: 593px;
      max-width: 746px;
      width: 50%; } }

.drawer.drawer--right {
  right: 0; }

.drawer-hamburger {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 25px;
  margin-left: 15px;
  outline: 0;
  position: relative;
  transition: opacity .3s ease-in-out;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 25px; }
  @media screen and (min-width: 415px) {
    .drawer-hamburger {
      height: 32px;
      width: 35px; } }
  @media screen and (min-width: 593px) {
    .drawer-hamburger {
      height: 33px;
      margin-left: 20px;
      width: 25px; } }

.drawer-hamburger__icon {
  display: block;
  height: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px; }

.drawer-nav {
  width: 100%; }

.drawer__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin: 30px 0 0 38px;
  outline: 0;
  position: relative;
  transition: opacity .3s ease-in-out;
  width: 40px; }

.drawer__close-icon::after,
.drawer__close-icon::before {
  background-color: #FFF;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: opacity .3s ease-in-out;
  width: 100%; }
  @media screen and (min-width: 593px) {
    .drawer__close-icon::after,
    .drawer__close-icon::before {
      height: 3px; } }

.drawer__close-icon::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.drawer__close-icon::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav__list {
  list-style-type: none;
  padding: 36px 0 55px; }

.nav__link {
  border-bottom: 3px solid #000;
  color: #A49EA2;
  display: inline-block;
  font-size: 65px;
  font-weight: normal;
  line-height: 65px;
  margin: 0 0 5px 40px;
  text-decoration: none;
  transition: border .3s ease-in-out, color .3s ease-in-out; }
  @media screen and (min-width: 593px) {
    .nav__link {
      font-size: 130px;
      letter-spacing: -3px;
      line-height: 130px; } }

.nav__link:hover {
  border-color: #FFF;
  color: #FFF; }

.nav__link--current {
  border-color: #FFF;
  color: #FFF; }

.home__content {
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 52px;
  margin-top: 125px; }
  @media screen and (min-width: 593px) {
    .home__content {
      font-size: 80px;
      line-height: 82px;
      margin-top: 115px; } }

.home__content a {
  background-image: -moz-linear-gradient(to bottom, #FFF 100%, transparent 0%);
  background-image: -webkit-linear-gradient(to bottom, #FFF 100%, transparent 0%);
  background-image: linear-gradient(to bottom, #FFF 100%, transparent 0%);
  background-position: center 55px;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  color: #FFF;
  display: inline;
  opacity: 1 !important;
  text-decoration: none; }
  @media screen and (min-width: 593px) {
    .home__content a {
      background-position: center 89px; } }

.home__social-links--mobile {
  list-style-type: none;
  margin-top: 36px;
  padding: 0; }
  @media screen and (min-width: 593px) {
    .home__social-links--mobile {
      display: none; } }

.home__social-link {
  border-bottom: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 48px;
  line-height: 49px;
  text-decoration: none;
  transition: all .3s ease-in-out; }

.home__social-link:hover {
  border-color: #FFF;
  color: #FFF; }

.page__title {
  color: #FFF;
  font-size: 100px;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 80px;
  padding: 35px 0 54px;
  transition: color .3s ease-in-out; }
  @media screen and (min-width: 700px) {
    .page__title {
      font-size: 130px;
      line-height: 120px;
      padding: 10px 0 54px; } }

.page-title__link {
  display: inline-block;
  text-decoration: none; }

.page-title__link:hover .page__title {
  color: #000; }

.page-body.body-wrapper {
  box-sizing: border-box;
  margin: 80px auto; }
  @media screen and (min-width: 515px) {
    .page-body.body-wrapper {
      margin: 100px auto; } }

.post__img {
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity .3s ease-in-out;
  width: 100%; }

.news__col {
  margin-bottom: 30px; }
  @media screen and (min-width: 515px) {
    .news__col {
      margin-bottom: 80px; } }

.post__title {
  border-bottom: 2px solid #000;
  display: inline-block;
  font-size: 40px;
  font-weight: normal;
  margin: 10px 0 20px;
  text-decoration: none;
  transition: border .3s ease-in-out; }
  @media screen and (min-width: 700px) {
    .post__title {
      display: block;
      font-size: 50px;
      margin: 20px 0 30px; } }
  @media screen and (min-width: 900px) {
    .post__title {
      font-size: 70px; } }

.news__col .post__title {
  margin: 32px 0 22px;
  padding-bottom: 12px; }

.post__link {
  color: #000;
  display: block;
  text-decoration: none;
  transition: opacity .3s ease-in-out; }

.post__link:hover .post__img,
.post__link:hover .press__description {
  opacity: .6; }

.press__title {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 20px 0 0; }

.press__description {
  color: #000;
  margin-bottom: 20px;
  margin-top: 2px;
  overflow-wrap: break-word;
  transition: opacity .3s ease-in-out; }

.article__img {
  display: block; }

.article__title {
  margin-bottom: 30px; }
  @media screen and (min-width: 700px) {
    .article__title {
      box-sizing: content-box;
      float: left;
      margin-bottom: 0;
      padding-right: 10.1%;
      width: 41.6%; } }

.article__author {
  font-size: 18px; }

.article__text {
  margin-top: 25px; }
  @media screen and (min-width: 700px) {
    .article__text {
      margin-top: 40px; } }

.article__text .post__title {
  margin-bottom: 12px;
  margin-top: 0;
  padding-bottom: 15px; }
  @media screen and (min-width: 700px) {
    .article__text .post__title {
      padding-bottom: 25px; } }

@media screen and (min-width: 700px) {
  .article__content {
    float: left;
    width: 48.3%; } }

.article__content p {
  margin-bottom: 20px; }

.article__content h3 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px; }

.article__content h4 {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 20px; }

#bg-gradient-nav,
.bg-gradient {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 100%;
  z-index: -1; }

#bg-gradient-nav {
  height: 100%;
  position: absolute; }

.bg-gradient {
  min-height: 100vh;
  position: fixed; }

.about__title {
  border-bottom: 1.5px solid #000;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px; }

.about__content {
  display: block;
  margin-bottom: 20px; }

.about__content p {
  margin-bottom: 20px; }

.about__client-list {
  font-size: 18px;
  line-height: 22px; }

.about__link {
  display: inline-block; }

.talks__page,
.talks__page * {
  box-sizing: border-box; }

.talks__col {
  float: left; }

.row--talks {
  border-top: 1.5px solid #000;
  padding-bottom: 20px;
  padding-top: 12px; }

.talks__col--conf {
  width: 100%; }
  @media screen and (min-width: 515px) {
    .talks__col--conf {
      width: 40%; } }
  @media screen and (min-width: 550px) {
    .talks__col--conf {
      width: 45%; } }
  @media screen and (min-width: 800px) {
    .talks__col--conf {
      width: 33.33%; } }

.talks__conf-title,
.talks__talk-title {
  font-size: 20px;
  line-height: 23px; }
  @media screen and (min-width: 700px) {
    .talks__conf-title,
    .talks__talk-title {
      font-size: 25px;
      line-height: 28px; } }
  @media screen and (min-width: 1024px) {
    .talks__conf-title,
    .talks__talk-title {
      font-size: 28px;
      line-height: 28px; } }

.talks__conf-title,
.talks__date-info {
  display: block; }
  @media screen and (min-width: 700px) {
    .talks__conf-title,
    .talks__date-info {
      display: inline-block;
      float: left; } }

.talks__conf-title {
  margin-bottom: 13px;
  text-transform: uppercase; }
  @media screen and (min-width: 700px) {
    .talks__conf-title {
      margin-bottom: 0;
      width: 60%; } }

.talks__col--talk-title,
.talks__col--toggle {
  width: 100%; }
  @media screen and (min-width: 515px) {
    .talks__col--talk-title,
    .talks__col--toggle {
      padding-left: 15px;
      width: 60%; } }
  @media screen and (min-width: 550px) {
    .talks__col--talk-title,
    .talks__col--toggle {
      padding-left: 25px;
      width: 55%; } }

.talks__col--talk-title {
  padding-bottom: 10px;
  padding-top: 13px; }
  @media screen and (min-width: 515px) {
    .talks__col--talk-title {
      padding-top: 0; } }
  @media screen and (min-width: 800px) {
    .talks__col--talk-title {
      padding-bottom: 0;
      padding-left: 15px;
      width: 33.33%; } }

@media screen and (min-width: 800px) {
  .talks__talk-title {
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px); } }

@media screen and (min-width: 800px) {
  .talks__col--location,
  .talks__col--toggle {
    width: -moz-calc((33.33% -20px) / 2);
    width: -webkit-calc((33.33% - 20px) / 2);
    width: calc((33.33% - 20px) / 2); } }

.talks__col--toggle {
  float: right;
  font-size: 14px;
  padding-bottom: 4px; }
  @media screen and (min-width: 800px) {
    .talks__col--toggle {
      float: left; } }

.talks__col--location {
  margin-left: 20px;
  padding-right: 25px; }

.talks__image {
  margin-bottom: 20px; }
  @media screen and (min-width: 800px) {
    .talks__image {
      float: left; } }

.talks__date-info {
  vertical-align: top; }
  @media screen and (min-width: 700px) {
    .talks__date-info {
      padding-left: 30px;
      width: 40%; } }
  @media screen and (min-width: 800px) {
    .talks__date-info {
      padding-left: 11%; } }

@media screen and (min-width: 800px) {
  .talks__toggle {
    text-align: right; } }

.talks__more-info-toggle {
  cursor: pointer;
  font-size: 14px;
  transition: opacity .3s ease-in-out; }
  @media screen and (min-width: 800px) {
    .talks__more-info-toggle {
      font-size: 16px;
      line-height: 25px; } }

.talks__more-info-toggle.talks--desktop-only {
  padding-right: 29px; }

.more-info--underline {
  border-bottom: 2px solid #000;
  padding-bottom: 1px;
  transition: border .3s ease-in-out; }

.talks__more-info-toggle:hover {
  opacity: .6; }

.talks__date {
  font-size: 14px;
  line-height: 25px;
  text-align: left; }
  @media screen and (min-width: 800px) {
    .talks__date {
      font-size: 16px;
      line-height: 28px; } }

.talks--mobile-only {
  display: block;
  font-size: 14px; }
  @media screen and (min-width: 800px) {
    .talks--mobile-only {
      display: none; } }

.talks--desktop-only {
  display: none; }
  @media screen and (min-width: 800px) {
    .talks--desktop-only {
      display: block;
      line-height: 25px; } }

.talks__more-info {
  display: none;
  margin-top: 10px; }

.talks__more-info .talks__image {
  width: 100%; }
  @media screen and (min-width: 800px) {
    .talks__more-info .talks__image {
      width: 33.33%; } }

.talks__more-info .talks__description p {
  margin-bottom: 16px; }
  @media screen and (min-width: 1400px) {
    .talks__more-info .talks__description p {
      line-height: 21px;
      margin-bottom: 10px; } }

.talks__more-info .talks__description {
  padding-bottom: 4px; }
  @media screen and (min-width: 800px) {
    .talks__more-info .talks__description {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
      -moz-column-gap: 25px;
      -webkit-column-gap: 25px;
      column-gap: 25px;
      column-fill: auto;
      float: left;
      min-height: 330px;
      padding-bottom: 20px;
      padding-left: 15px;
      width: 66.6%; } }

.talks__location {
  padding-left: -moz-calc(14px + 5px);
  padding-left: -webkit-calc(14px + 5px);
  padding-left: calc(14px + 5px);
  position: relative; }

.arrow {
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 800px) {
    .arrow {
      top: 1%;
      transform: translateY(0); } }

.more-info__toggle-text,
.talks__more-info-toggle--toggled .more-info__toggle-text--collapsed {
  display: none; }

.more-info__toggle-text--collapsed,
.talks__more-info-toggle--toggled .more-info__toggle-text--expanded {
  display: block; }

.body-wrapper.error,
.error .site__header {
  transition: background-color .3s ease-in-out; }

.four-o-four {
  color: #FFF;
  font-size: 62px;
  letter-spacing: -2px;
  line-height: 62px;
  padding-top: 20px; }
  @media screen and (min-width: 700px) {
    .four-o-four {
      font-size: 125px;
      line-height: 120px; } }

.four-o-four__message {
  margin-bottom: 13px; }
  @media screen and (min-width: 700px) {
    .four-o-four__message {
      margin-bottom: 20px; } }

.four-o-four__link {
  color: #FFF;
  position: relative; }

.four-o-four__link::before {
  background-color: #FFF;
  bottom: 8px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }
  @media screen and (min-width: 700px) {
    .four-o-four__link::before {
      bottom: 18px; } }
