/*
Theme Name: Foundation Capital
Theme URI: http://foundationcapital.com
Author: Filament Creative
Author URI: https://filamentlab.com
Description: A custom theme for Foundation Capital
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); }
  50% {
    -webkit-transform: rotate(90deg) translateX(-20px);
    transform: rotate(90deg) translateX(-20px); }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); } }
@keyframes bounce {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); }
  50% {
    -webkit-transform: rotate(90deg) translateX(-20px);
    transform: rotate(90deg) translateX(-20px); }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0; } }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.delay-halfs {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-2half {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-3half {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

body {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline; }

p {
  margin: 0 0 15px 0; }
  p:last-child {
    margin: 0; }

ul,
ol,
.list {
  margin: 0 0 0 20px;
  padding: 0; }
  ul li,
  ul .list__item,
  ol li,
  ol .list__item,
  .list li,
  .list .list__item {
    margin: 0 0 10px 0;
    float: left;
    width: 100%; }
    ul li:last-child,
    ul .list__item:last-child,
    ol li:last-child,
    ol .list__item:last-child,
    .list li:last-child,
    .list .list__item:last-child {
      margin: 0; }
  ul--underline,
  ol--underline,
  .list--underline {
    margin: 0; }
    ul--underline li,
    ol--underline li,
    .list--underline li {
      border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
      list-style: none;
      margin: 0 0 10px 0;
      padding: 0 0 10px 0; }
      ul--underline li:last-child,
      ol--underline li:last-child,
      .list--underline li:last-child {
        border: none;
        margin: 0;
        padding: 0; }
  ul--nostyle,
  ol--nostyle,
  .list--nostyle {
    margin: 0; }
    ul--nostyle li,
    ol--nostyle li,
    .list--nostyle li {
      margin: 0 0 5px 0;
      list-style: none; }
      ul--nostyle li:last-child,
      ol--nostyle li:last-child,
      .list--nostyle li:last-child {
        margin: 0; }
    ul--nostyle.list--inline li,
    ol--nostyle.list--inline li,
    .list--nostyle.list--inline li {
      display: inline-block;
      margin: 0 15px 0 0;
      width: auto; }
  ul--slashes,
  ol--slashes,
  .list--slashes {
    float: left;
    width: 100%; }
    ul--slashes .list__item,
    ol--slashes .list__item,
    .list--slashes .list__item {
      display: inline-block;
      list-style: none;
      width: auto;
      color: #B2B2B2; }
      ul--slashes .list__item:after,
      ol--slashes .list__item:after,
      .list--slashes .list__item:after {
        margin: 0 5px;
        content: '/'; }
      ul--slashes .list__item a,
      ol--slashes .list__item a,
      .list--slashes .list__item a {
        color: #B2B2B2; }
        ul--slashes .list__item a:hover,
        ol--slashes .list__item a:hover,
        .list--slashes .list__item a:hover {
          color: #40C0C0; }
      ul--slashes .list__item:last-child:after,
      ol--slashes .list__item:last-child:after,
      .list--slashes .list__item:last-child:after {
        display: none; }
  ul--dots,
  ol--dots,
  .list--dots {
    margin: 0;
    padding: 0;
    float: left;
    width: auto; }
    ul--dots .list__item,
    ol--dots .list__item,
    .list--dots .list__item {
      margin: 0;
      list-style: none;
      display: inline-block;
      width: auto; }
      ul--dots .list__item:after,
      ol--dots .list__item:after,
      .list--dots .list__item:after {
        background-color: #40C0C0;
        border-radius: 5px;
        display: inline-block;
        margin: 0 10px;
        width: 10px;
        height: 10px;
        content: ''; }
      ul--dots .list__item:last-child,
      ol--dots .list__item:last-child,
      .list--dots .list__item:last-child {
        border: none;
        margin: 0; }
        ul--dots .list__item:last-child:after,
        ol--dots .list__item:last-child:after,
        .list--dots .list__item:last-child:after {
          display: none; }
    ul--dots a,
    ol--dots a,
    .list--dots a {
      color: #000000; }
      ul--dots a:hover,
      ol--dots a:hover,
      .list--dots a:hover {
        color: #40C0C0; }
    ul--dots.list--block .list__item,
    ol--dots.list--block .list__item,
    .list--dots.list--block .list__item {
      display: block;
      width: 100%; }
      ul--dots.list--block .list__item:before,
      ol--dots.list--block .list__item:before,
      .list--dots.list--block .list__item:before {
        display: inline-block; }
      ul--dots.list--block .list__item:after,
      ol--dots.list--block .list__item:after,
      .list--dots.list--block .list__item:after {
        display: none; }
    ul--dots.list--rock .list__item,
    ol--dots.list--rock .list__item,
    .list--dots.list--rock .list__item {
      color: #B2B2B2; }
      ul--dots.list--rock .list__item a,
      ul--dots.list--rock .list__item [data-href],
      ol--dots.list--rock .list__item a,
      ol--dots.list--rock .list__item [data-href],
      .list--dots.list--rock .list__item a,
      .list--dots.list--rock .list__item [data-href] {
        color: #B2B2B2; }
        ul--dots.list--rock .list__item a:hover,
        ul--dots.list--rock .list__item [data-href]:hover,
        ol--dots.list--rock .list__item a:hover,
        ol--dots.list--rock .list__item [data-href]:hover,
        .list--dots.list--rock .list__item a:hover,
        .list--dots.list--rock .list__item [data-href]:hover {
          color: #40C0C0; }
      ul--dots.list--rock .list__item:before, ul--dots.list--rock .list__item:after,
      ol--dots.list--rock .list__item:before,
      ol--dots.list--rock .list__item:after,
      .list--dots.list--rock .list__item:before,
      .list--dots.list--rock .list__item:after {
        background-color: #B2B2B2; }
    ul--dots.list--nav,
    ol--dots.list--nav,
    .list--dots.list--nav {
      -webkit-transition: all 200ms;
      transition: all 200ms;
      width: 100%; }
      @media screen and (min-width: 768px) {
        ul--dots.list--nav,
        ol--dots.list--nav,
        .list--dots.list--nav {
          width: auto; } }
      ul--dots.list--nav .list__item,
      ol--dots.list--nav .list__item,
      .list--dots.list--nav .list__item {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
        width: auto; }
        ul--dots.list--nav .list__item:after,
        ol--dots.list--nav .list__item:after,
        .list--dots.list--nav .list__item:after {
          display: inline-block; }
        @media screen and (min-width: 768px) {
          ul--dots.list--nav .list__item:first-child:after,
          ol--dots.list--nav .list__item:first-child:after,
          .list--dots.list--nav .list__item:first-child:after {
            display: inline-block; } }
        ul--dots.list--nav .list__item:last-child:after,
        ol--dots.list--nav .list__item:last-child:after,
        .list--dots.list--nav .list__item:last-child:after {
          display: none; }
        ul--dots.list--nav .list__item--active a,
        ol--dots.list--nav .list__item--active a,
        .list--dots.list--nav .list__item--active a {
          color: #40C0C0; }
          ul--dots.list--nav .list__item--active a:hover,
          ol--dots.list--nav .list__item--active a:hover,
          .list--dots.list--nav .list__item--active a:hover {
            color: #B2B2B2; }
      ul--dots.list--nav.list--active,
      ol--dots.list--nav.list--active,
      .list--dots.list--nav.list--active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        max-height: 100%;
        opacity: 1;
        pointer-events: all; }

.togglenav {
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  margin: 0 0 10px 0;
  padding: 0 20px 10px 0;
  color: #000000;
  float: right;
  width: 100%;
  text-align: right; }
  @media screen and (min-width: 768px) {
    .togglenav {
      border: none;
      margin: 0;
      padding: 0;
      width: auto; } }
  .togglenav--active {
    color: #40C0C0; }
    @media screen and (min-width: 768px) {
      .togglenav--active span {
        display: none; } }
    .togglenav--active.btn--chevron-right:after {
      content: "\68"; }

figure {
  margin: 0 0 15px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    figure {
      margin: 25px 0 40px 0; } }

img {
  display: block;
  max-width: 100%; }

hr {
  background-color: #000000;
  border: none;
  display: block;
  height: 1px;
  width: 100%; }

legend {
  padding: 0; }

.ratio {
  position: relative; }
  .ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .ratio > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hide {
  display: none; }

.show {
  display: block; }

@media screen and (min-width: 1024px) {
  .touch {
    display: none !important; } }

.visuallyhidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

@font-face {
  font-family: "Circular Std";
  src: url("src/fonts/circular/CircularStd-Book.eot");
  src: url("src/fonts/circular/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("src/fonts/circular/CircularStd-Book.woff") format("woff"), url("src/fonts/circular/CircularStd-Book.woff") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Circular Std";
  src: url("src/fonts/circular/CircularStd-Medium.eot");
  src: url("src/fonts/circular/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("src/fonts/circular/CircularStd-Medium.woff") format("woff"), url("src/fonts/circular/CircularStd-Medium.woff") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std";
  src: url("src/fonts/circular/CircularStd-Bold.eot");
  src: url("src/fonts/circular/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("src/fonts/circular/CircularStd-Bold.woff") format("woff"), url("src/fonts/circular/CircularStd-Bold.woff") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto Mono";
  src: url("src/fonts/roboto-mono/RobotoMono-Regular.eot");
  src: url("src/fonts/roboto-mono/RobotoMono-Regular.eot?#iefix") format("embedded-opentype"), url("src/fonts/roboto-mono/RobotoMono-Regular.woff") format("woff"), url("src/fonts/roboto-mono/RobotoMono-Regular.woff") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "foundation-capital";
  src: url("src/fonts/fontastic/foundation-capital.eot");
  src: url("src/fonts/fontastic/foundation-capital.eot?#iefix") format("embedded-opentype"), url("src/fonts/fontastic/foundation-capital.woff") format("woff"), url("src/fonts/fontastic/foundation-capital.woff") format("woff2");
  font-weight: 400;
  font-style: normal; }

[data-icon]:before {
  font-family: "foundation-capital" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon--"]:before,
[class*=" icon--"]:before {
  font-family: "foundation-capital" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon {
  display: inline-block; }
  .icon--twitter:before {
    content: "\62"; }
  .icon--menu:before {
    content: "\63"; }
  .icon--chevron-down:before {
    content: "\64"; }
  .icon--chevron-down-thin:before {
    content: "\65"; }
  .icon--search:before {
    content: "\66"; }
  .icon--play:before {
    content: "\67"; }
  .icon--chevron-left:before {
    content: "\68"; }
  .icon--chevron-left-2x:before {
    content: "\69"; }
  .icon--chevron-right:before {
    content: "\6a"; }
  .icon--chevron-right-2x:before {
    content: "\6b"; }
  .icon--close:before {
    content: "\6c"; }
  .icon--facebook:before {
    content: "\6d"; }
  .icon--linkedin:before {
    content: "\6f"; }
  .icon--medium:before {
    content: "\70"; }
  .icon--arrow-down:before {
    content: "\71"; }
  .icon--arrow-left:before {
    content: "\72"; }
  .icon--arrow-right:before {
    content: "\73"; }
  .icon--arrow-up:before {
    content: "\74"; }
  .icon--instagram:before {
    content: "\75"; }
  .icon--envelope:before {
    content: "\6e"; }
  .icon--angellist:before {
    content: "\61"; }

body {
  font-family: "Circular Std", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.75px; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 18px;
      line-height: 25px; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500; }

h1,
.h1,
h2,
.h2 {
  margin: 0 0 20px 0; }
  @media screen and (min-width: 768px) {
    h1,
    .h1,
    h2,
    .h2 {
      margin: 0 0 40px 0; } }

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 10px 0; }

h1,
.h1 {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -1px; }
  @media screen and (min-width: 768px) {
    h1,
    .h1 {
      font-size: 55px;
      line-height: 58px;
      letter-spacing: -2.5px; } }

h2,
.h2 {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -1px; }
  @media screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 40px;
      line-height: 43px;
      letter-spacing: -2.5px; } }

h3,
.h3 {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -1px; }
  @media screen and (min-width: 768px) {
    h3,
    .h3 {
      font-size: 36px;
      line-height: 39px;
      letter-spacing: -2px; } }

h4,
.h4 {
  font-size: 16px;
  line-height: 19px; }

h5,
.h5 {
  font-size: 14px;
  line-height: 17px; }

h6,
.h6 {
  font-size: 14px;
  line-height: 17px; }

blockquote {
  border-left: 2px #40C0C0 solid;
  padding: 0 0 0 20px;
  margin: 0;
  display: block;
  font-size: 18px;
  line-height: 28px; }
  @media screen and (min-width: 768px) {
    blockquote {
      padding: 0 0 0 40px;
      font-size: 30px;
      line-height: 50px; } }

cite,
.cite {
  margin: 20px 0 0 0;
  padding: 0 0 0 20px;
  font-style: normal;
  display: block;
  color: #B2B2B2; }
  @media screen and (min-width: 768px) {
    cite,
    .cite {
      padding: 0 0 0 40px; } }
  cite__avatar,
  .cite__avatar {
    background-color: #B2B2B2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    display: inline-block;
    border-radius: 15px;
    vertical-align: middle;
    width: 30px;
    height: 30px; }
    @media screen and (min-width: 768px) {
      cite__avatar,
      .cite__avatar {
        border-radius: 20px;
        width: 40px;
        height: 40px; } }

small {
  font-size: 12px;
  line-height: 22px; }

code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 14px;
  line-height: 24px; }

.pebble {
  color: #EEEFF0; }

.smoke {
  color: #E6E7E8; }

.flint {
  color: #E1E1E1; }

.stone {
  color: #CFD0D1; }

.rock {
  color: #B2B2B2; }

.gravel {
  color: #9c9c9c; }

.line {
  border-top: 1px rgba(178, 178, 178, 0.5) solid;
  padding: 20px 0 0 0; }
  .line--title {
    border: none;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .line--title {
        border-top: 1px rgba(178, 178, 178, 0.5) solid;
        padding: 40px 0 0 0; } }

a,
[data-href] {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  text-decoration: none;
  color: #40C0C0; }
  a:hover,
  [data-href]:hover {
    color: #525252; }
  a.underline,
  [data-href].underline {
    text-decoration: underline; }

button,
.btn,
input[type='submit'] {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background-color: #ffffff;
  border: 1px #B2B2B2 solid;
  display: inline-block;
  padding: 20px 40px;
  font-family: "Circular Std", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  width: 100%;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    button,
    .btn,
    input[type='submit'] {
      font-size: 18px;
      line-height: 18px;
      width: auto; } }
  button:hover,
  .btn:hover,
  input:hover[type='submit'] {
    background-color: #40C0C0;
    border-color: #40C0C0;
    color: #ffffff; }
  button--primary, button--secondary, button--tertiary,
  .btn--primary,
  .btn--secondary,
  .btn--tertiary {
    border-color: transparent;
    color: #ffffff; }
    button--primary:hover, button--secondary:hover, button--tertiary:hover,
    .btn--primary:hover,
    .btn--secondary:hover,
    .btn--tertiary:hover {
      border-color: transparent; }
  button--primary,
  .btn--primary {
    background-color: #40C0C0; }
    button--primary:hover,
    .btn--primary:hover {
      background-color: #339a9a; }
  button--secondary,
  .btn--secondary {
    background-color: #339a9a; }
    button--secondary:hover,
    .btn--secondary:hover {
      background-color: #267474; }
  button--tertiary,
  .btn--tertiary {
    background-color: #267474; }
    button--tertiary:hover,
    .btn--tertiary:hover {
      background-color: #339a9a; }
  button--border,
  .btn--border {
    background-color: transparent;
    border-color: #40C0C0;
    color: #40C0C0; }
    button--border:hover,
    .btn--border:hover {
      background-color: #40C0C0;
      color: #ffffff; }
    button--border.btn--secondary:hover, button--border.btn--tertiary:hover,
    .btn--border.btn--secondary:hover,
    .btn--border.btn--tertiary:hover {
      color: #ffffff; }
    button--border.btn--secondary,
    .btn--border.btn--secondary {
      border-color: #339a9a;
      color: #339a9a; }
      button--border.btn--secondary:hover,
      .btn--border.btn--secondary:hover {
        background-color: #339a9a; }
    button--border.btn--tertiary,
    .btn--border.btn--tertiary {
      border-color: #267474;
      color: #267474; }
      button--border.btn--tertiary:hover,
      .btn--border.btn--tertiary:hover {
        background-color: #267474; }
  button--arrow, button--chevron-left, button--chevron-right, button--chevron-left-2x, button--chevron-right-2x,
  .btn--arrow,
  .btn--chevron-left,
  .btn--chevron-right,
  .btn--chevron-left-2x,
  .btn--chevron-right-2x {
    background-color: transparent;
    border: none;
    padding: 0;
    width: auto;
    color: #000000;
    font-size: 14px;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      button--arrow, button--chevron-left, button--chevron-right, button--chevron-left-2x, button--chevron-right-2x,
      .btn--arrow,
      .btn--chevron-left,
      .btn--chevron-right,
      .btn--chevron-left-2x,
      .btn--chevron-right-2x {
        font-size: 18px;
        line-height: 25px; } }
    button--arrow:after, button--arrow:before, button--chevron-left:after, button--chevron-left:before, button--chevron-right:after, button--chevron-right:before, button--chevron-left-2x:after, button--chevron-left-2x:before, button--chevron-right-2x:after, button--chevron-right-2x:before,
    .btn--arrow:after,
    .btn--arrow:before,
    .btn--chevron-left:after,
    .btn--chevron-left:before,
    .btn--chevron-right:after,
    .btn--chevron-right:before,
    .btn--chevron-left-2x:after,
    .btn--chevron-left-2x:before,
    .btn--chevron-right-2x:after,
    .btn--chevron-right-2x:before {
      font-family: "foundation-capital";
      vertical-align: middle;
      text-transform: none; }
    button--arrow:after, button--chevron-left:after, button--chevron-right:after, button--chevron-left-2x:after, button--chevron-right-2x:after,
    .btn--arrow:after,
    .btn--chevron-left:after,
    .btn--chevron-right:after,
    .btn--chevron-left-2x:after,
    .btn--chevron-right-2x:after {
      margin: 0 0 0 5px; }
    button--arrow:hover, button--chevron-left:hover, button--chevron-right:hover, button--chevron-left-2x:hover, button--chevron-right-2x:hover,
    .btn--arrow:hover,
    .btn--chevron-left:hover,
    .btn--chevron-right:hover,
    .btn--chevron-left-2x:hover,
    .btn--chevron-right-2x:hover {
      background-color: transparent;
      color: #40C0C0; }
  button--arrow:after,
  .btn--arrow:after {
    content: "\73"; }
  button--chevron-right:after,
  .btn--chevron-right:after {
    content: "\6a"; }
  button--chevron-right-2x:after,
  .btn--chevron-right-2x:after {
    content: "\6b"; }
  button--chevron-left:before, button--chevron-left-2x:before,
  .btn--chevron-left:before,
  .btn--chevron-left-2x:before {
    margin: 0 5px 0 0;
    content: "\68"; }
  button--chevron-left:after, button--chevron-left-2x:after,
  .btn--chevron-left:after,
  .btn--chevron-left-2x:after {
    display: none; }
  button--chevron-left-2x:before,
  .btn--chevron-left-2x:before {
    content: "\69"; }

fieldset,
.fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  fieldset__list,
  .fieldset__list {
    margin: 0; }
    fieldset__list .list__item,
    .fieldset__list .list__item {
      list-style: none; }
      fieldset__list .list__item input[type='text'],
      fieldset__list .list__item input[type='email'],
      fieldset__list .list__item input[type='password'],
      fieldset__list .list__item input[type='number'],
      fieldset__list .list__item textarea,
      fieldset__list .list__item select,
      .fieldset__list .list__item input[type='text'],
      .fieldset__list .list__item input[type='email'],
      .fieldset__list .list__item input[type='password'],
      .fieldset__list .list__item input[type='number'],
      .fieldset__list .list__item textarea,
      .fieldset__list .list__item select {
        width: 100%; }
      @media screen and (min-width: 768px) {
        fieldset__list .list__item,
        .fieldset__list .list__item {
          margin: 0 20px 20px 0;
          width: calc(50% - 10px); } }
      fieldset__list .list__item:nth-child(even),
      .fieldset__list .list__item:nth-child(even) {
        margin-right: 0; }
      fieldset__list .list__item.list__item--full,
      .fieldset__list .list__item.list__item--full {
        width: 100%; }

label {
  display: inline-block;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #1F1F1F;
  cursor: pointer; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
textarea,
select {
  background-color: #E1E1E1;
  border-radius: 0;
  display: inline-block;
  padding: 15px;
  border: none;
  width: 100%;
  font-family: "Circular Std", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none; }
  @media screen and (min-width: 768px) {
    input[type='text'],
    input[type='email'],
    input[type='password'],
    input[type='number'],
    textarea,
    select {
      width: auto; } }
  input[type='text']:invalid,
  input[type='email']:invalid,
  input[type='password']:invalid,
  input[type='number']:invalid,
  textarea:invalid,
  select:invalid {
    -webkit-box-shadow: none;
    box-shadow: none; }

input[type='submit'] {
  border-radius: 0; }

textarea {
  min-height: 200px; }

select {
  cursor: pointer; }

.section {
  float: left;
  width: 100%;
  padding: 20px 0; }
  .section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (min-width: 768px) {
    .section {
      padding: 40px 0; } }
  @media screen and (min-width: 1024px) {
    .section {
      padding: 60px 0; } }
  .section--header {
    padding-top: calc(60px + 20px); }
    @media screen and (min-width: 768px) {
      .section--header {
        padding-top: calc(60px + 40px); } }
    @media screen and (min-width: 1024px) {
      .section--header {
        padding-top: 80px; } }
  .section--top {
    padding-bottom: 0; }
  .section--bottom {
    padding-top: 0; }
  .section--seamless {
    padding: 0; }
  .section--primary, .section--secondary, .section--tertiary {
    color: #ffffff; }
  .section--primary {
    background-color: #40C0C0; }
  .section--secondary {
    background-color: #339a9a; }
  .section--tertiary {
    background-color: #267474; }
  .section--pebble {
    background-color: #EEEFF0; }
  .section--smoke {
    background-color: #E6E7E8; }
  .section--flint {
    background-color: #E1E1E1; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.container {
  margin: 0 auto;
  width: calc(100% - (20px * 2));
  max-width: 1024px; }
  @media screen and (min-width: 768px) {
    .container {
      width: calc(100% - (40px * 2)); } }
  .container--large {
    max-width: 1200px; }
  .container--max {
    max-width: 1366px; }
  .container--small {
    max-width: 640px; }
  .container:after {
    content: "";
    clear: both;
    display: table; }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px; }

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 1366px; }
  @media screen and (min-width: 768px) {
    .full-width {
      margin: 0 auto;
      width: calc(100% - (40px * 2)); } }

.header {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border-bottom: 1px #000000 solid;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 100; }
  @media screen and (min-width: 1024px) {
    .header {
      border-color: transparent;
      padding: 20px 0 0 0;
      float: left;
      height: 80px;
      -webkit-transition: none;
      transition: none; } }
  .header .header__logo {
    position: relative;
    display: inline-block;
    margin: 15px 0 0 0;
    height: 30px;
    width: auto;
    z-index: 300; }
    @media screen and (min-width: 1024px) {
      .header .header__logo {
        margin: 0;
        height: 40px; } }
    @media screen and (min-width: 1480px) {
      .header .header__logo {
        margin: 0 0 0 -40px; } }
    .header .header__logo svg {
      display: block;
      width: auto;
      height: 100%; }
    .header .header__logo path {
      -webkit-transition: all 200ms;
      transition: all 200ms; }
    .header .header__logo:hover .logo__type {
      fill: #525252; }
  .header .header__menu {
    margin: 16px 0 0 0;
    font-size: 30px;
    line-height: 30px;
    float: right;
    color: #000000; }
    @media screen and (min-width: 1024px) {
      .header .header__menu {
        margin: 6px 0 0 0; } }
    .header .header__menu:hover {
      color: #40C0C0; }
  @media screen and (min-width: 768px) {
    .header .header__overlay {
      -webkit-transition: all 200ms;
      transition: all 200ms;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-backdrop-filter: blur(5px);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      pointer-events: none; } }
  .header .header__nav {
    -webkit-transition: right 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: #000000;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 80px 20px 20px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #525252;
    z-index: 100; }
    @media screen and (min-width: 768px) {
      .header .header__nav {
        right: -460px;
        padding: 60px;
        width: 460px;
        -webkit-transition: none;
        transition: none; } }
    @media screen and (min-width: 1024px) {
      .header .header__nav {
        background-color: transparent;
        position: relative;
        margin: 10px 0 0 0;
        padding: 0;
        top: auto;
        right: auto;
        float: right;
        width: auto;
        height: auto; } }
    .header .header__nav .nav__viewport {
      float: left;
      width: 100%;
      height: 100%;
      -webkit-overflow-scrolling: touch;
      overflow-y: auto; }
      @media screen and (min-width: 1024px) {
        .header .header__nav .nav__viewport {
          height: auto;
          overflow: visible; } }
    .header .header__nav a {
      color: #9c9c9c; }
      .header .header__nav a:hover {
        color: #ffffff; }
    .header .header__nav .nav__search label,
    .header .header__nav .nav__newsletter label {
      display: none;
      font-weight: 500;
      color: #525252; }
      @media screen and (min-width: 768px) {
        .header .header__nav .nav__search label,
        .header .header__nav .nav__newsletter label {
          font-size: 40px;
          line-height: 44px; } }
    .header .header__nav .nav__search input,
    .header .header__nav .nav__newsletter input {
      background-color: transparent;
      border: none;
      border-bottom: 1px #525252 solid;
      padding: 0;
      float: left;
      font-size: 16px;
      line-height: 26px; }
    .header .header__nav .nav__search input[type="text"],
    .header .header__nav .nav__search input[type="email"],
    .header .header__nav .nav__newsletter input[type="text"],
    .header .header__nav .nav__newsletter input[type="email"] {
      width: 70%;
      color: #ffffff; }
    .header .header__nav .nav__search input[type="submit"],
    .header .header__nav .nav__newsletter input[type="submit"] {
      width: 30%;
      text-align: right;
      color: #525252; }
      .header .header__nav .nav__search input[type="submit"]:hover,
      .header .header__nav .nav__newsletter input[type="submit"]:hover {
        color: #ffffff; }
    .header .header__nav .nav__search form {
      position: relative; }
      .header .header__nav .nav__search form:before {
        font-family: "foundation-capital";
        content: "\66";
        position: absolute;
        top: 0;
        left: 0; }
    .header .header__nav .nav__search input[type="text"] {
      padding-left: 30px; }
    .header .header__nav .nav__list {
      display: block;
      margin: 20px 0 0 0;
      padding: 0;
      float: left;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .header .header__nav .nav__list {
          margin: 40px 0 0 0; } }
      @media screen and (min-width: 1024px) {
        .header .header__nav .nav__list {
          margin: 0; } }
      .header .header__nav .nav__list .nav__item .nav__a {
        margin: 0 0 0 80px;
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .header .header__nav .nav__list .nav__item .nav__a {
            margin: 0;
            opacity: 1; } }
      .header .header__nav .nav__list .nav__item:nth-child(1) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((1 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((1 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(2) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((2 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((2 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(3) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((3 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((3 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(4) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((4 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((4 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(5) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((5 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((5 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(6) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((6 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((6 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(7) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((7 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((7 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(8) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((8 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((8 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(9) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((9 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((9 - 1) * 100ms); }
      .header .header__nav .nav__list .nav__item:nth-child(10) .nav__a {
        -webkit-transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((10 - 1) * 100ms);
        transition: color 200ms ease, opacity 200ms ease, margin 800ms cubic-bezier(0.075, 0.82, 0.165, 1) calc((10 - 1) * 100ms); }
    .header .header__nav .nav__item {
      display: block;
      margin: 0 0 10px 0;
      padding: 0;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .header .header__nav .nav__item {
          width: auto; } }
      @media screen and (min-width: 1024px) {
        .header .header__nav .nav__item {
          margin: 0 40px 0 0; } }
      .header .header__nav .nav__item ul {
        -webkit-transition: all 200ms;
        transition: all 200ms;
        margin: 0;
        float: left;
        width: 100%; }
        @media screen and (min-width: 1024px) {
          .header .header__nav .nav__item ul {
            background-color: #ffffff;
            margin: 0 0 0 calc(20px * -1);
            position: absolute;
            padding: 20px;
            width: auto;
            opacity: 0;
            display: none;
            pointer-events: none; } }
        .header .header__nav .nav__item ul li {
          list-style: none;
          float: left;
          width: 100%; }
      .header .header__nav .nav__item:last-child {
        margin: 0; }
      .header .header__nav .nav__item:hover > a {
        color: #9c9c9c; }
      .header .header__nav .nav__item:hover ul {
        pointer-events: all;
        opacity: 1;
        display: block; }
      .header .header__nav .nav__item.nav__item--search {
        display: none; }
        @media screen and (min-width: 1024px) {
          .header .header__nav .nav__item.nav__item--search {
            display: inline-block; } }
        .header .header__nav .nav__item.nav__item--search form {
          display: none;
          margin: 0 0 0 20px; }
          .header .header__nav .nav__item.nav__item--search form label {
            display: none; }
          .header .header__nav .nav__item.nav__item--search form input {
            background-color: transparent;
            border-bottom: 1px #9c9c9c solid;
            padding: 0 0 10px 0;
            font-weight: 300;
            font-size: 16px;
            line-height: 16px;
            width: 200px; }
            .header .header__nav .nav__item.nav__item--search form input[type="submit"] {
              border: none;
              width: auto; }
              .header .header__nav .nav__item.nav__item--search form input[type="submit"]:hover {
                color: #9c9c9c; }
          .header .header__nav .nav__item.nav__item--search form.active {
            display: inline-block; }
    .header .header__nav .nav__a {
      font-weight: 500;
      color: #ffffff;
      font-size: 18px;
      line-height: 18px; }
      @media screen and (min-width: 768px) {
        .header .header__nav .nav__a {
          font-weight: 300;
          font-size: 30px;
          line-height: 30px; } }
      @media screen and (min-width: 1024px) {
        .header .header__nav .nav__a {
          color: #000000;
          font-size: 16px;
          line-height: 16px; } }
      .header .header__nav .nav__a:hover {
        color: #9c9c9c; }
      .header .header__nav .nav__a.nav__a--parent {
        display: none; }
        @media screen and (min-width: 1024px) {
          .header .header__nav .nav__a.nav__a--parent {
            display: inline-block;
            pointer-events: none; } }
        .header .header__nav .nav__a.nav__a--parent:after {
          font-family: "foundation-capital";
          margin: 0 0 0 5px;
          vertical-align: middle;
          font-size: 12px;
          line-height: 12px;
          content: "\64"; }
      .header .header__nav .nav__a.nav__a--active {
        color: #40C0C0; }
      .header .header__nav .nav__a--portfolio {
        color: #525252; }
        @media screen and (min-width: 1024px) {
          .header .header__nav .nav__a--portfolio {
            color: #000000; } }
    .header .header__nav .nav__social {
      margin: 20px 0 0 0;
      display: block;
      float: left;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .header .header__nav .nav__social {
          margin: 40px 0 0 0; } }
      .header .header__nav .nav__social li {
        margin: 0 10px 0 0;
        list-style: none;
        width: auto; }
        .header .header__nav .nav__social li a {
          font-size: 14px;
          line-height: 14px;
          color: #9c9c9c; }
        .header .header__nav .nav__social li span {
          display: none; }
        .header .header__nav .nav__social li:last-child {
          margin: 0; }
    .header .header__nav .nav__newsletter {
      margin: 20px 0 0 0;
      float: left;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .header .header__nav .nav__newsletter {
          margin: 40px 0 0 0; } }
    .header .header__nav .nav__copyright {
      margin: 20px 0 0 0;
      float: left;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .header .header__nav .nav__copyright {
          margin: 40px 0 0 0; } }
      .header .header__nav .nav__copyright .copyright__nav ul {
        margin: 0;
        padding: 0;
        width: auto; }
        .header .header__nav .nav__copyright .copyright__nav ul li {
          margin: 0 10px 0 0;
          display: inline-block;
          list-style: none;
          width: auto; }
          .header .header__nav .nav__copyright .copyright__nav ul li:last-child {
            margin: 0; }
    .header .header__nav .nav__close {
      border: 2px #ffffff solid;
      border-radius: 15px;
      position: absolute;
      padding: 6px 0 0 0;
      font-weight: 700;
      font-size: 14px;
      line-height: 14px;
      top: 20px;
      right: 20px;
      width: 30px;
      height: 30px;
      text-align: center;
      color: #ffffff; }
      .header .header__nav .nav__close:hover {
        background-color: #ffffff;
        color: #282828; }
  @media screen and (min-width: 768px) {
    .header--open .header__overlay {
      pointer-events: all;
      opacity: 1; } }
  .header--open .header__logo path.logo__type {
    fill: #ffffff; }
  .header--open .header__nav {
    right: 0; }
    .header--open .header__nav .nav__list .nav__item .nav__a {
      margin-left: 0;
      opacity: 1; }
  @media screen and (min-width: 1024px) {
    .header--active {
      background-color: #ffffff; } }

.footer {
  background-color: #000000;
  padding: 20px 0 40px 0;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  z-index: 10;
  position: relative; }
  @media screen and (min-width: 768px) {
    .footer {
      border-top: 1px #000000 solid;
      background-color: #ffffff;
      padding: 20px 0;
      font-size: 16px;
      line-height: 26px;
      color: #000000; } }
  .footer a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .footer a {
        color: #000000; } }
    .footer a:hover {
      color: #40C0C0; }
    @media screen and (min-width: 768px) {
      .footer a {
        font-size: 16px;
        line-height: 16px; } }
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .footer__grid {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 0; } }
  .footer__column {
    border-bottom: 1px rgba(178, 178, 178, 0.5) solid;
    padding: 0 0 20px 0; }
    @media screen and (min-width: 768px) {
      .footer__column {
        border: none;
        padding: 0;
        font-size: 16px;
        line-height: 20px; } }
    .footer__column:last-child {
      border: none;
      padding: 0; }
    @media screen and (min-width: 768px) {
      .footer__column--legal {
        grid-column: 1 / 4; } }
    @media screen and (min-width: 1024px) {
      .footer__column--legal {
        color: #9c9c9c; } }
    .footer__column--legal ul {
      margin: 20px 0 0 0;
      display: block; }
    .footer__column--newsletter {
      display: none; }
      @media screen and (min-width: 768px) {
        .footer__column--newsletter {
          display: block;
          grid-column: 5 / 8; } }
    .footer__column--social li, .footer__column--legal li {
      display: inline-block;
      margin: 0 20px 0 0;
      float: none;
      width: auto; }
      .footer__column--social li a span, .footer__column--legal li a span {
        display: none; }
      .footer__column--social li:last-child, .footer__column--legal li:last-child {
        margin: 0; }
    @media screen and (min-width: 768px) {
      .footer__column--social {
        grid-column: 8 / -1;
        text-align: right; } }
    .footer__column--social ul {
      margin: 0 0 20px 0; }
      @media screen and (min-width: 1024px) {
        .footer__column--social ul {
          display: inline-block;
          margin: 0 20px 0 0; } }
      .footer__column--social ul:last-child {
        margin: 0; }
    .footer__column--social li {
      font-size: 16px;
      line-height: 16px; }
      @media screen and (min-width: 1024px) {
        .footer__column--social li {
          margin: 0 0 0 20px; } }
      .footer__column--social li i:before {
        vertical-align: bottom; }
      .footer__column--social li a {
        color: #9c9c9c; }
      @media screen and (min-width: 1024px) {
        .footer__column--social li:first-child {
          margin: 0; } }
      @media screen and (min-width: 1024px) {
        .footer__column--social li:last-child {
          margin: 0 0 0 20px; } }

.filters {
  clear: both; }
  .filters a {
    font-size: 16px; }
  @media screen and (min-width: 768px) {
    .filters__toggle {
      margin: 0 0 0 20px;
      float: right; } }
  .filters.enterprise-subfilters {
    display: none; }
  .filters.subfilters a {
    font-size: 14px; }
  .filters.subfilters .list--dots .list__item:after {
    width: 8px;
    height: 8px;
    margin: 0 8px; }
  @media screen and (min-width: 768px) {
    .filters ul {
      float: right;
      width: auto; } }
  .filters__filter--active {
    color: #40C0C0; }

.modal {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: -1;
  pointer-events: none;
  display: none; }
  .modal__viewport {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: 100vh; }
  .modal__container {
    border: 1px solid #000000;
    margin: 70px auto;
    background: #ffffff; }
    @media screen and (min-width: 768px) {
      .modal__container {
        display: grid; } }
  .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    padding: 10px;
    line-height: 10px; }
    @media screen and (min-width: 768px) {
      .modal__close {
        top: 10px;
        right: 10px; } }
    .modal__close:hover {
      color: #B2B2B2; }

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .modal--show {
    display: block;
    opacity: 1 !important;
    z-index: 200;
    pointer-events: all;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.newsletter {
  background-color: #000000;
  padding: 20px 0;
  float: left;
  width: 100%;
  color: #ffffff; }
  @media screen and (min-width: 768px) {
    .newsletter {
      display: none;
      padding: 40px 0; } }
  .newsletter__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
    @media screen and (min-width: 768px) {
      .newsletter__grid {
        grid-template-columns: repeat(12, 1fr); } }
  .newsletter__column--title, .newsletter__column--form {
    grid-column: 1 / -1; }
  @media screen and (min-width: 768px) {
    .newsletter__column--title {
      grid-column: 1 / 5; } }
  @media screen and (min-width: 768px) {
    .newsletter__column--form {
      grid-column: 5 / -1; } }
  .newsletter__column--form form {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap: 0; }
  .newsletter__column--form input[type="email"],
  .newsletter__column--form input[type="submit"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px rgba(178, 178, 178, 0.5) solid;
    display: inline-block;
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .newsletter__column--form input[type="email"],
      .newsletter__column--form input[type="submit"] {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: -2px; } }
  .newsletter__column--form input[type="submit"] {
    padding-right: 5px;
    text-align: right; }
    .newsletter__column--form input[type="submit"]:hover {
      color: #40C0C0; }
  .newsletter__column--form ::-webkit-input-placeholder {
    color: #B2B2B2;
    opacity: 1; }
  .newsletter__column--form :-ms-input-placeholder {
    color: #B2B2B2;
    opacity: 1; }
  .newsletter__column--form ::-ms-input-placeholder {
    color: #B2B2B2;
    opacity: 1; }
  .newsletter__column--form ::placeholder {
    color: #B2B2B2;
    opacity: 1; }
  .newsletter__title {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .newsletter__title {
        font-size: 25px;
        line-height: 25px; } }
  .newsletter__feedback {
    margin: 20px 0 0 0;
    float: left;
    width: 100%; }
    .newsletter__feedback strong {
      color: #40C0C0; }

.page-id-6461 .sidebar__inner {
  display: none; }

.post {
  border-top: 1px #000000 solid;
  padding: 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .post {
      padding: 0 0 40px 0;
      border: none; } }
  @media screen and (min-width: 768px) {
    .post__grid {
      grid-gap: 0; } }
  .post__image {
    grid-column: 1 / -1;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .post__image {
        grid-column: 1 / 5; } }
    .post__image img {
      -webkit-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      display: block;
      width: 100%;
      height: auto; }
      @media screen and (min-width: 768px) {
        .post__image img {
          border-top: 1px #000000 solid;
          padding: 40px 40px 0 0; } }
      @media screen and (min-width: 1024px) {
        .post__image img {
          float: right; } }
  .post__copy {
    grid-column: 1 / -1;
    color: #000000; }
    @media screen and (min-width: 768px) {
      .post__copy {
        border-top: 1px #000000 solid;
        padding: 40px 0 0 0;
        grid-column: 5 / -1; } }
  .post__title {
    display: inline-block;
    margin: 0 0 20px 0; }
    .post__title a {
      color: #000000; }
      .post__title a:hover {
        color: #40C0C0; }
        .post__title a:hover i {
          -webkit-transition: all 200ms;
          transition: all 200ms;
          margin: 0 0 0 15px; }
    .post__title i {
      margin: 0 0 0 10px;
      font-size: 20px;
      line-height: 20px;
      vertical-align: middle; }
  .post__date {
    color: #B2B2B2; }
  .post__author {
    text-decoration: underline;
    color: #000000; }
    .post__author:hover {
      color: #40C0C0; }
  .post__content {
    margin: 20px 0 0 0; }
  .post__categories {
    margin-top: 20px; }
  .post a:hover .post__title {
    color: #40C0C0; }
  .post:last-child {
    margin: 0; }
  @media screen and (min-width: 1024px) {
    .post--grow .post__image img {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .post--grow.post--active .post__image .post__a img {
      width: 100%; } }

.post-template-single-events-blog header, .post-template-single-conference-blog header {
  border: none; }
  .post-template-single-events-blog header .header__menu, .post-template-single-conference-blog header .header__menu {
    color: white; }

@media screen and (min-width: 1024px) {
  .post-template-single-events-blog .header__nav .nav__item ul li a, .post-template-single-conference-blog .header__nav .nav__item ul li a {
    color: black; } }

@media screen and (min-width: 1024px) {
  .post-template-single-events-blog .header__nav .nav__item ul, .post-template-single-conference-blog .header__nav .nav__item ul {
    background: rgba(255, 255, 255, 0.9); } }

.post-template-single-events-blog .event-info, .post-template-single-conference-blog .event-info {
  padding-bottom: 20px; }

.post-template-single-events-blog .header, .post-template-single-conference-blog .header {
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
  @media screen and (min-width: 1024px) {
    .post-template-single-events-blog .header, .post-template-single-conference-blog .header {
      background: transparent; } }
  .post-template-single-events-blog .header .header__logo .logo__type, .post-template-single-conference-blog .header .header__logo .logo__type {
    fill: white; }
  .post-template-single-events-blog .header .header__nav a, .post-template-single-conference-blog .header .header__nav a {
    color: white; }
  @media screen and (min-width: 1024px) {
    .post-template-single-events-blog .header--active, .post-template-single-conference-blog .header--active {
      background: white; } }
  .post-template-single-events-blog .header--active .header__nav a, .post-template-single-conference-blog .header--active .header__nav a {
    color: black; }
  .post-template-single-events-blog .header--active .header__logo .logo__type, .post-template-single-conference-blog .header--active .header__logo .logo__type {
    fill: black; }
  .post-template-single-events-blog .header .header__nav .nav__a--parent ul a, .post-template-single-conference-blog .header .header__nav .nav__a--parent ul a {
    color: black; }

.post-template-single-events-blog .event__hero .hero__image, .post-template-single-conference-blog .event__hero .hero__image {
  background-color: rgba(178, 178, 178, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 240px; }
  @media screen and (min-width: 768px) {
    .post-template-single-events-blog .event__hero .hero__image, .post-template-single-conference-blog .event__hero .hero__image {
      min-height: 770px; } }

.post-template-single-events-blog .header__column.events, .post-template-single-conference-blog .header__column.events {
  grid-column: 1 / -1; }
  @media screen and (min-width: 1024px) {
    .post-template-single-events-blog .header__column.events, .post-template-single-conference-blog .header__column.events {
      grid-column: 1 / 6; } }

.post-template-single-events-blog .single__content, .post-template-single-conference-blog .single__content {
  grid-column: 1 / -1; }
  @media screen and (min-width: 1024px) {
    .post-template-single-events-blog .single__content, .post-template-single-conference-blog .single__content {
      grid-column: 7 / 12; } }

.post-template-single-events-blog .event-date,
.post-template-single-conference-blog .event-date {
  font-family: "Circular Std", Arial, Helvetica, sans-serif;
  color: #959595; }
  @media screen and (min-width: 768px) {
    .post-template-single-events-blog .event-date,
    .post-template-single-conference-blog .event-date {
      margin-bottom: 22px; } }
  @media screen and (min-width: 1024px) {
    .post-template-single-events-blog .event-date,
    .post-template-single-conference-blog .event-date {
      margin-bottom: 0; } }

.post-template-single-events-blog h1,
.post-template-single-events-blog .event-date,
.post-template-single-events-blog .container-title,
.post-template-single-conference-blog h1,
.post-template-single-conference-blog .event-date,
.post-template-single-conference-blog .container-title {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -.04em; }
  @media screen and (min-width: 768px) {
    .post-template-single-events-blog h1,
    .post-template-single-events-blog .event-date,
    .post-template-single-events-blog .container-title,
    .post-template-single-conference-blog h1,
    .post-template-single-conference-blog .event-date,
    .post-template-single-conference-blog .container-title {
      font-size: 48px;
      line-height: 47px; } }

.post-template-single-events-blog .img-wrapper,
.post-template-single-conference-blog .img-wrapper {
  position: relative;
  width: 100%; }
  .post-template-single-events-blog .img-wrapper:after,
  .post-template-single-conference-blog .img-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0px solid #40C0C0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .post-template-single-events-blog .img-wrapper .image__overlay,
  .post-template-single-conference-blog .img-wrapper .image__overlay {
    position: absolute;
    display: grid;
    -ms-flex-line-pack: end;
    align-content: end;
    text-align: right;
    bottom: auto;
    right: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (min-width: 768px) {
      .post-template-single-events-blog .img-wrapper .image__overlay,
      .post-template-single-conference-blog .img-wrapper .image__overlay {
        padding: 0 0 40px 0;
        top: 0;
        left: 0;
        opacity: 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .post-template-single-events-blog .img-wrapper .image__overlay .image__a,
    .post-template-single-conference-blog .img-wrapper .image__overlay .image__a {
      -webkit-transition: all 200ms;
      transition: all 200ms;
      background-color: #ffffff;
      display: inline-block;
      text-transform: uppercase;
      padding: 10px;
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #000000; }

.post-template-single-events-blog .hosts-container,
.post-template-single-events-blog .guests-container,
.post-template-single-conference-blog .hosts-container,
.post-template-single-conference-blog .guests-container {
  padding-top: 15px; }
  .post-template-single-events-blog .hosts-container.line--title,
  .post-template-single-events-blog .guests-container.line--title,
  .post-template-single-conference-blog .hosts-container.line--title,
  .post-template-single-conference-blog .guests-container.line--title {
    border-top: 1px solid rgba(178, 178, 178, 0.5); }
    @media screen and (min-width: 768px) {
      .post-template-single-events-blog .hosts-container.line--title,
      .post-template-single-events-blog .guests-container.line--title,
      .post-template-single-conference-blog .hosts-container.line--title,
      .post-template-single-conference-blog .guests-container.line--title {
        border-top: none; } }

.hosts.guests {
  padding-top: 0; }

.host, .guest {
  position: relative; }
  .host .absolute, .guest .absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media screen and (min-width: 768px) {
    .host:hover .image__overlay, .guest:hover .image__overlay {
      opacity: 1 !important; }
    .host:hover .img-wrapper:after, .guest:hover .img-wrapper:after {
      border: 3px solid #40C0C0 !important; }
    .host:hover h2, .guest:hover h2 {
      text-decoration: underline; } }

.hosts-container h2,
.guests-container h2 {
  margin: 0; }

.hosts-container .container-title,
.guests-container .container-title {
  margin-bottom: 22px; }
  @media screen and (min-width: 1024px) {
    .hosts-container .container-title,
    .guests-container .container-title {
      margin-bottom: 35px; } }
  @media screen and (min-width: 1024px) {
    .hosts-container .container-title,
    .guests-container .container-title {
      margin-bottom: 52px; } }

.hosts-container .name,
.hosts-container .title,
.guests-container .name,
.guests-container .title {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -.06em; }
  @media screen and (min-width: 768px) {
    .hosts-container .name,
    .hosts-container .title,
    .guests-container .name,
    .guests-container .title {
      font-size: 27px;
      line-height: 34px; } }

.hosts-container .name,
.guests-container .name {
  margin-top: 24px; }

.hosts-container .title,
.guests-container .title {
  color: #B2B2B2; }

.event__photos .owl-height {
  height: 600px; }

.event__photos .featured__gallery {
  list-style-type: none;
  margin: 0; }

.event__photos .owl-item {
  display: block !important;
  max-height: 600px;
  overflow: hidden; }
  .event__photos .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 600px; }
  .event__photos .owl-item:before {
    content: url("img/expand.svg");
    background: white;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    cursor: pointer; }

.event__photos .featured__item {
  float: left;
  width: 100%; }

.event__photos .featured__bar {
  width: 100%;
  margin: 32px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 50; }
  .event__photos .featured__bar .bar__nav {
    margin: 0;
    width: auto; }
    .event__photos .featured__bar .bar__nav li {
      display: inline-block;
      list-style: none;
      margin: 0 20px 0 0;
      width: auto !important;
      float: none; }
      .event__photos .featured__bar .bar__nav li:last-child {
        margin: 0; }
    .event__photos .featured__bar .bar__nav .nav__btn {
      font-size: 30px;
      line-height: 30px;
      color: #000000; }
      .event__photos .featured__bar .bar__nav .nav__btn:hover {
        color: #40C0C0; }
      .event__photos .featured__bar .bar__nav .nav__btn.nav__btn--disabled {
        color: #CFD0D1;
        cursor: default; }

.guests-wrapper,
.hosts-wrapper {
  display: grid;
  grid-gap: 20px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr); }
  .guests-wrapper article img,
  .hosts-wrapper article img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto; }

.hosts-container {
  grid-column: 1 / -1; }
  @media screen and (min-width: 768px) {
    .hosts-container {
      grid-column: 1 / 7; } }

.guests-container {
  grid-column: 1 / -1; }
  @media screen and (min-width: 768px) {
    .guests-container {
      grid-column: 7 / -1; } }

.guestbook .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .guestbook .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .guestbook .container:after {
    content: none; }

.guestbook .guestbook-intro-wrapper {
  padding-bottom: 22px; }
  @media screen and (min-width: 1024px) {
    .guestbook .guestbook-intro-wrapper {
      padding-bottom: 0;
      -ms-flex-preferred-size: 235px;
      flex-basis: 235px; } }
  .guestbook .guestbook-intro-wrapper h2 {
    font-size: 26px;
    line-height: 29px;
    margin: 5px 0 20px; }
    @media screen and (min-width: 768px) {
      .guestbook .guestbook-intro-wrapper h2 {
        font-size: 35px;
        line-height: 35px; } }
    @media screen and (min-width: 1024px) {
      .guestbook .guestbook-intro-wrapper h2 {
        font-size: 48px;
        line-height: 47px; } }
  .guestbook .guestbook-intro-wrapper p {
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .guestbook .guestbook-intro-wrapper p {
        font-size: 18px; } }

.guestbook .entries-wrapper {
  border-top: 1px solid rgba(178, 178, 178, 0.5); }
  @media screen and (min-width: 1024px) {
    .guestbook .entries-wrapper {
      border: none;
      -ms-flex-preferred-size: 784px;
      flex-basis: 784px; } }

.guestbook .form-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: dashed;
  border-color: #000000;
  border-image-source: url("img/dots.svg");
  border-image-slice: 20% 22%;
  border-image-repeat: round;
  border-left: 0;
  border-right: 0;
  font-size: 18px;
  font-weight: 400;
  padding: 24px 0 18px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .guestbook .form-header {
      font-size: 35px; } }
  .guestbook .form-header .down-arrow {
    margin-right: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .guestbook .form-header .down-arrow.open {
      -webkit-transform: rotate(0);
      transform: rotate(0); }

.guestbook #gform_wrapper_1 {
  display: none; }

.guestbook .gform_confirmation_wrapper {
  margin-top: 40px; }

.guestbook blockquote,
.guestbook cite {
  color: #000000;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .guestbook blockquote,
    .guestbook cite {
      font-size: 18px; } }
  .guestbook blockquote p,
  .guestbook cite p {
    margin: 0 0 20px;
    max-width: 640px; }

.guestbook blockquote {
  border: none;
  line-height: 23px;
  padding: 40px 0; }
  .guestbook blockquote:not(:last-of-type) {
    border-bottom: 1px solid rgba(178, 178, 178, 0.5); }

.guestbook cite {
  padding: 0;
  margin: 0;
  font-style: italic; }

.guestbook input[type='text'],
.guestbook input[type='email'],
.guestbook textarea,
.guestbook select {
  background: #ffffff;
  font-size: 16px !important;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .guestbook input[type='text'],
    .guestbook input[type='email'],
    .guestbook textarea,
    .guestbook select {
      font-size: 20px !important; } }

.guestbook #field_1_6 {
  margin-top: 0; }

.guestbook #field_1_9,
.guestbook #field_1_7 {
  margin-top: 0; }

@media screen and (min-width: 1024px) {
  .guestbook #field_1_7 {
    padding-left: 14px; } }

.guestbook #input_1_9,
.guestbook #input_1_7 {
  margin-top: 0; }

.guestbook #input_1_6 {
  border-style: dashed;
  border-color: #000000;
  border-image-source: url("img/dots.svg");
  border-image-slice: 20% 22%;
  border-image-repeat: round;
  border-left: 0;
  border-right: 0;
  padding: 20px 4px 20px; }

.guestbook #field_1_9 {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .guestbook #field_1_9 {
      border-style: dashed;
      border-color: #000000;
      border-image-source: url("img/dots.svg");
      border-image-slice: 20% 21%;
      border-image-repeat: round;
      border-left: 0;
      border-top: 0;
      border-bottom: 0; } }

.guestbook .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  padding-top: 0; }

.guestbook .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: none; }

.guestbook .gform_wrapper .gform_footer {
  text-align: right; }

.guestbook ::-webkit-input-placeholder {
  /* Edge */
  color: #AEAEAE; }

.guestbook :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AEAEAE; }

.guestbook ::-ms-input-placeholder {
  color: #AEAEAE; }

.guestbook ::placeholder {
  color: #AEAEAE; }

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  background: white;
  opacity: 1; }

.fancybox-stage .gallery__single {
  text-align: center;
  list-style: none; }

.fancybox-stage img {
  max-height: 90vh; }

.fancybox-navigation .fancybox-button {
  color: #000000 !important; }

.fancybox-navigation .fancybox-button, .fancybox-infobar {
  opacity: 1 !important;
  visibility: visible; }

.fancybox-infobar {
  top: 87%;
  right: 0;
  left: unset;
  font-size: 18px;
  margin-top: 20px; }

.fancybox-button svg {
  width: unset;
  height: unset;
  display: none; }

.fancybox-button svg path {
  fill: #000000 !important; }

.fancybox-navigation .fancybox-button {
  background: none !important;
  padding: 0;
  top: 87%;
  color: black; }
  .fancybox-navigation .fancybox-button[disabled] {
    color: #CFD0D1 !important; }
  .fancybox-navigation .fancybox-button:before {
    font-size: 30px; }
  .fancybox-navigation .fancybox-button div {
    display: none; }

.fancybox-thumbs {
  background: #000000; }

.fancybox-thumbs__list a:before {
  border-color: #40C0C0;
  border-width: 3px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: unset !important;
  left: 50px; }

.fancybox-content {
  overflow: visible;
  padding: 0; }
  .fancybox-content .owl-item {
    width: 100% !important; }

.fancybox-slide--html .fancybox-close-small {
  border: 1px solid black;
  background: white;
  padding: 5px;
  background-image: url("img/uncollapse.svg");
  background-size: 85px;
  background-position: -22px -22px;
  opacity: 1;
  top: 0px;
  right: 0px; }
  @media screen and (min-width: 768px) {
    .fancybox-slide--html .fancybox-close-small {
      top: 20px;
      right: 20px; } }

.company {
  border: 1px rgba(178, 178, 178, 0.5) solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .company__table {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .company svg {
    display: block;
    width: 60%;
    max-height: 100px;
    margin: 0 auto; }
  .company path,
  .company circle,
  .company polygon {
    -webkit-transition: all 200ms;
    transition: all 200ms; }
  .company__cell {
    display: table-cell;
    vertical-align: middle; }
  .company__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0;
    position: relative; }
    @media screen and (min-width: 768px) {
      .company__grid {
        grid-template-columns: repeat(12, 1fr); } }
    @media screen and (min-width: 1024px) {
      .company__grid {
        border: none; } }
    .company__grid a {
      color: #000000;
      word-break: break-all;
      text-decoration: underline; }
      .company__grid a:hover {
        color: #40C0C0; }
  .company__sidebar {
    border-bottom: 1px solid #000000; }
    @media screen and (min-width: 768px) {
      .company__sidebar {
        border-right: 1px solid #000000;
        border-bottom: 0;
        grid-column: 1 / 5; } }
    .company__sidebar .company__logo {
      float: none;
      text-align: center;
      padding: 50px 30px 40px; }
      @media screen and (min-width: 768px) {
        .company__sidebar .company__logo {
          padding: 30px 30px;
          text-align: right;
          min-height: 225px;
          display: grid;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .company__sidebar svg {
      max-width: 200px;
      max-height: 120px; }
      @media screen and (min-width: 768px) {
        .company__sidebar svg {
          max-width: 265px; } }
  @media screen and (min-width: 768px) {
    .company__content {
      padding-left: 30px;
      grid-column: 5 / -1; } }
  .company__content a {
    text-decoration: underline; }
  .company__logo {
    margin: 0; }
  .company__bio, .company__title, .company__ideas {
    padding: 0px 40px; }
    @media screen and (min-width: 768px) {
      .company__bio, .company__title, .company__ideas {
        padding: 0;
        max-width: 85%; } }
  .company__title {
    font-weight: 300;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .company__title {
        padding: 60px 0 0px; } }
  .company__ideas {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .company__ideas {
        margin: 30px 0 80px; } }
  .company__meta {
    padding: 40px 30px;
    border-top: 1px solid #000000; }
    @media screen and (min-width: 768px) {
      .company__meta__mobile {
        display: none; } }
    .company__meta__desktop {
      display: none; }
      @media screen and (min-width: 768px) {
        .company__meta__desktop {
          display: block; } }
    @media screen and (min-width: 1024px) {
      .company__meta {
        grid-template-columns: repeat(4, 1fr); } }
    .company__meta div {
      margin-bottom: 25px; }
    .company__meta h4 {
      font-size: 18px;
      margin-bottom: 0; }
    .company__meta ul {
      margin: 0; }
    .company__meta li {
      list-style: none;
      margin: 0;
      float: none; }
  .company:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0px solid #40C0C0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .company:hover {
    border-color: #40C0C0; }
    .company:hover:after {
      content: "";
      border: 2px solid #40C0C0; }
  .company--inactive path,
  .company--inactive circle,
  .company--inactive polygon {
    fill: #CFD0D1; }

.slider {
  float: left;
  width: 100%;
  color: white;
  background: black;
  margin-top: 60px; }
  @media screen and (min-width: 640px) {
    .slider {
      min-height: calc(80vh - 60px);
      max-height: calc(80vh - 60px); } }
  @media screen and (min-width: 768px) {
    .slider {
      min-height: 100vh;
      margin-top: 0; } }
  .slider .owl-carousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slider .owl-item,
  .slider .section__grid,
  .slider .slider__container {
    min-height: calc(70vh - 60px); }
    @media screen and (min-width: 640px) {
      .slider .owl-carousel,
      .slider .owl-stage-outer,
      .slider .owl-stage,
      .slider .owl-item,
      .slider .section__grid,
      .slider .slider__container {
        min-height: calc(80vh - 60px); } }
    @media screen and (min-width: 768px) {
      .slider .owl-carousel,
      .slider .owl-stage-outer,
      .slider .owl-stage,
      .slider .owl-item,
      .slider .section__grid,
      .slider .slider__container {
        min-height: 100vh; } }
  .slider .slider__wrapper {
    -webkit-transition: all 1s;
    transition: all 1s; }
    @media screen and (min-width: 1024px) {
      .slider .slider__wrapper--black {
        background-color: #000000; } }
  .slider .slider__container {
    position: relative; }
  .slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px; }
    @media screen and (min-width: 640px) {
      .slider .owl-dots {
        right: 36px; } }
    .slider .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      border: 1px solid white;
      border-radius: 50%;
      margin-bottom: 5px; }
      @media screen and (min-width: 640px) {
        .slider .owl-dots .owl-dot {
          width: 14px;
          height: 14px;
          margin-bottom: 8px; } }
    .slider .owl-dots .owl-dot.active {
      background: white; }
  .slider .slider__section {
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(70vh - 60px); }
    @media screen and (min-width: 640px) {
      .slider .slider__section {
        min-height: calc(80vh - 60px); } }
    @media screen and (min-width: 768px) {
      .slider .slider__section {
        min-height: 100vh; } }
    .slider .slider__section .section__grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      -ms-flex-line-pack: end;
      align-content: end;
      -ms-align-items: end;
      -ms-align-content: end;
      width: 100%; }
    .slider .slider__section .section__image,
    .slider .slider__section .section__copy,
    .slider .slider__section .section__link,
    .slider .slider__section .section__title,
    .slider .slider__section .slide__content {
      grid-column: 1 / -1; }
    .slider .slider__section .slide__content {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      margin-bottom: 20px; }
      @media screen and (min-width: 640px) {
        .slider .slider__section .slide__content {
          margin-bottom: 80px; } }
    .slider .slider__section .section__link {
      position: relative;
      grid-column: 1 / 11;
      margin-top: 20px; }
      @media screen and (min-width: 640px) {
        .slider .slider__section .section__link {
          grid-column: 9 / 12;
          margin-top: 0; } }
      @media screen and (min-width: 1024px) {
        .slider .slider__section .section__link {
          -webkit-transition: all 800ms 400ms;
          transition: all 800ms 400ms;
          -webkit-transform: translateY(40px);
          transform: translateY(40px); } }
    .slider .slider__section .section__copy {
      -webkit-transition: all 800ms 400ms;
      transition: all 800ms 400ms;
      position: relative;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        .slider .slider__section .section__copy {
          padding: 40px; } }
      @media screen and (min-width: 1024px) {
        .slider .slider__section .section__copy {
          padding: calc(40px * 2);
          padding-left: 0;
          grid-column: 1 / 8; } }
      @media screen and (min-width: 1366px) {
        .slider .slider__section .section__copy {
          padding-left: 0; } }
    .slider .slider__section .section__title,
    .slider .slider__section .section__subtitle {
      font-weight: 300;
      grid-column: 1 / 11; }
      @media screen and (min-width: 1024px) {
        .slider .slider__section .section__title,
        .slider .slider__section .section__subtitle {
          -webkit-transition: all 800ms 400ms;
          transition: all 800ms 400ms;
          -webkit-transform: translateY(40px);
          transform: translateY(40px); } }
      @media screen and (min-width: 640px) {
        .slider .slider__section .section__title,
        .slider .slider__section .section__subtitle {
          grid-column: 1 / 5; } }
    .slider .slider__section .section__title {
      position: relative;
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 0.3px; }
    .slider .slider__section .section__subtitle {
      margin: 0;
      font-size: 16px; }
      @media screen and (min-width: 640px) {
        .slider .slider__section .section__subtitle {
          font-size: 20px; } }
    @media screen and (min-width: 640px) {
      .slider .slider__section .section__cta {
        text-align: right; } }
    .slider .slider__section .section__cta a {
      color: white;
      font-family: "Circular Std", Arial, Helvetica, sans-serif;
      text-align: right;
      font-size: 16px; }
      @media screen and (min-width: 640px) {
        .slider .slider__section .section__cta a {
          font-size: 20px; } }
      .slider .slider__section .section__cta a:hover, .slider .slider__section .section__cta a:focus {
        color: #40C0C0; }
    @media screen and (min-width: 1024px) {
      .slider .slider__section.slider__section--active .section__copy,
      .slider .slider__section.slider__section--active .section__image {
        opacity: 1; } }
    @media screen and (min-width: 1024px) {
      .slider .slider__section.slider__section--active .section__title,
      .slider .slider__section.slider__section--active .section__subtitle,
      .slider .slider__section.slider__section--active .section__link {
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
    @media screen and (min-width: 1024px) {
      .slider .slider__section.slider__section--black {
        color: #ffffff; } }
    @media screen and (min-width: 1024px) {
      .slider .slider__section.slider__section--black .section__copy {
        padding: calc(40px * 2); } }
    .slider .slider__section.slider__section--black .section__image {
      background-color: #000000;
      color: #ffffff; }
      @media screen and (min-width: 1024px) {
        .slider .slider__section.slider__section--black .section__image {
          background-color: transparent; } }
    .slider .slider__section.slider__section--black .section__cta {
      position: relative;
      bottom: auto;
      left: auto; }
      .slider .slider__section.slider__section--black .section__cta a {
        color: #40C0C0; }
        .slider .slider__section.slider__section--black .section__cta a:hover {
          color: #ffffff; }
  .slider .slider__nav {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 20px 0; }
    @media screen and (min-width: 768px) {
      .slider .slider__nav {
        padding: 40px 0; } }
    @media screen and (min-width: 1024px) {
      .slider .slider__nav {
        height: 100px;
        padding: 0; } }
    .slider .slider__nav .nav__column--arrows {
      grid-column: 1 / 6; }
      @media screen and (min-width: 1024px) {
        .slider .slider__nav .nav__column--arrows {
          grid-column: 5 / 8; } }
    .slider .slider__nav .nav__column--count {
      grid-column: 6 / -1;
      text-align: right; }
      @media screen and (min-width: 1024px) {
        .slider .slider__nav .nav__column--count {
          grid-column: 8 / -1; } }
    .slider .slider__nav .nav__btn {
      color: #000000;
      font-size: 30px;
      line-height: 30px;
      opacity: 1; }
      .slider .slider__nav .nav__btn span {
        display: inline-block;
        text-indent: -9999px; }
      .slider .slider__nav .nav__btn:hover {
        color: #40C0C0; }
      .slider .slider__nav .nav__btn--disabled {
        color: #B2B2B2;
        cursor: default; }
        .slider .slider__nav .nav__btn--disabled:hover {
          color: #B2B2B2; }

.slider-arrow-container {
  position: fixed;
  top: 80px;
  z-index: 10;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .slider-arrow-container {
      top: 120px; } }

.slider-arrow-up {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  width: auto; }
  .slider-arrow-up svg {
    max-width: 40px; }
    @media screen and (min-width: 768px) {
      .slider-arrow-up svg {
        max-width: initial; } }
  .slider-arrow-up:hover {
    background: none;
    border: none; }

.landing-screen {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 30;
  width: 100%;
  min-height: calc(70.5vh - 60px); }
  @media screen and (min-width: 640px) {
    .landing-screen {
      min-height: calc(80vh - 60px); } }
  @media screen and (min-width: 768px) {
    .landing-screen {
      min-height: 100vh;
      top: 0; } }
  .landing-screen h1 {
    color: #40C0C0;
    max-width: 90%; }
    @media (max-width: 480px) {
      .landing-screen h1 {
        font-size: 21px; } }
    @media screen and (min-width: 768px) {
      .landing-screen h1 {
        max-width: 80%; } }
  .landing-screen button {
    background: none;
    border: none; }
  .landing-screen .btn, .landing-screen input[type='submit'] {
    color: #40C0C0; }
    @media screen and (min-width: 640px) {
      .landing-screen .btn, .landing-screen input[type='submit'] {
        margin-top: 20px; } }
    .landing-screen .btn:hover, .landing-screen input:hover[type='submit'] {
      color: white; }
  .landing-screen .landing-screen-arrow {
    display: block;
    margin: 10px auto 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .landing-screen .landing-screen-arrow {
        margin: 10px auto 0; } }
    .landing-screen .landing-screen-arrow svg {
      max-width: 30px; }
      @media screen and (min-width: 640px) {
        .landing-screen .landing-screen-arrow svg {
          max-width: initial; } }
    @media screen and (min-width: 1024px) {
      .landing-screen .landing-screen-arrow {
        margin: 50px 0 0; } }

@media screen and (min-width: 768px) {
  .podcast__nav .full-width {
    margin: 0 auto;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .hero__image_mobile {
    display: none; } }

.hero__image_web {
  display: none; }
  @media screen and (min-width: 768px) {
    .hero__image_web {
      display: block; } }

#menu-podcast-nav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    #menu-podcast-nav {
      border-left: 1px solid #000000;
      border-right: 1px solid #000000; } }
  #menu-podcast-nav li {
    margin-bottom: -1px;
    text-align: center;
    float: none; }
    @media screen and (min-width: 1024px) {
      #menu-podcast-nav li {
        position: relative; } }
    #menu-podcast-nav li a {
      color: #000000;
      display: block;
      font-size: 15px;
      line-height: 32px;
      padding: 14px 0;
      margin: 0; }
      @media screen and (min-width: 768px) {
        #menu-podcast-nav li a {
          font-size: 20px;
          padding: 15px 0; } }
    #menu-podcast-nav li:not(:last-of-type) {
      border-right: 1px solid #000000; }
    #menu-podcast-nav li:not(.menu-item-has-children) {
      -ms-flex-item-align: start;
      align-self: flex-start; }
    #menu-podcast-nav li.menu-item-has-children {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #menu-podcast-nav li.menu-item-has-children.open {
        background-color: #E7E7E7; }
        #menu-podcast-nav li.menu-item-has-children.open > a:before {
          -webkit-transform: rotate(0deg) translateY(-4px);
          transform: rotate(0deg) translateY(-4px); }
      @media screen and (min-width: 1024px) {
        #menu-podcast-nav li.menu-item-has-children:hover, #menu-podcast-nav li.menu-item-has-children:focus {
          background-color: #E7E7E7;
          margin-bottom: -2px; }
          #menu-podcast-nav li.menu-item-has-children:hover .sub-menu, #menu-podcast-nav li.menu-item-has-children:focus .sub-menu {
            display: block; }
          #menu-podcast-nav li.menu-item-has-children:hover > a:before, #menu-podcast-nav li.menu-item-has-children:focus > a:before {
            -webkit-transform: rotate(0deg) translateY(-4px);
            transform: rotate(0deg) translateY(-4px); }
        #menu-podcast-nav li.menu-item-has-children > a:hover + .sub-menu,
        #menu-podcast-nav li.menu-item-has-children > a:focus + .sub-menu {
          display: block; } }
      #menu-podcast-nav li.menu-item-has-children > a:before {
        content: '\64';
        display: inline-block;
        font-family: "foundation-capital";
        font-size: 12px;
        margin-right: 6px;
        max-height: 27px;
        text-transform: initial;
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          #menu-podcast-nav li.menu-item-has-children > a:before {
            font-size: 16px;
            margin-right: 24px; } }
      #menu-podcast-nav li.menu-item-has-children.open a:before {
        -webkit-transform: rotate(0), translateY(-4px);
        transform: rotate(0), translateY(-4px); }
      #menu-podcast-nav li.menu-item-has-children.focus > a {
        color: #ffffff; }
    #menu-podcast-nav li .sub-menu {
      background-color: #E7E7E7;
      border-bottom: 1px solid #000000;
      display: none;
      left: -1px;
      right: -1px;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: absolute;
      z-index: 10; }
      @media screen and (min-width: 768px) {
        #menu-podcast-nav li .sub-menu {
          border-left: 1px solid #000000;
          border-right: 1px solid #000000; } }
      #menu-podcast-nav li .sub-menu li {
        text-align: left;
        border: none;
        display: block;
        width: 100%; }
        #menu-podcast-nav li .sub-menu li:first-of-type a {
          padding-top: 12px; }
        #menu-podcast-nav li .sub-menu li:last-of-type {
          padding-bottom: 15px; }
        #menu-podcast-nav li .sub-menu li a {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0 31px;
          width: 100%; }
          #menu-podcast-nav li .sub-menu li a:hover, #menu-podcast-nav li .sub-menu li a:focus {
            color: #40C0C0; }
          @media screen and (min-width: 768px) {
            #menu-podcast-nav li .sub-menu li a {
              padding: 0 21px 8px; } }
          #menu-podcast-nav li .sub-menu li a::after {
            content: '\73';
            font-family: 'foundation-capital';
            font-style: normal;
            font-weight: normal;
            line-height: 1; }
  #menu-podcast-nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0; }

.podcast-main {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.nav-open {
  padding-top: 235px; }

.podcast__featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  .podcast__featured img {
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .podcast__featured {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .b2b-ceo .podcast__featured:hover, .b2b-ceo .podcast__featured:focus {
      border: 1px solid #000000; }
      .b2b-ceo .podcast__featured:hover .podcast__featured-content, .b2b-ceo .podcast__featured:focus .podcast__featured-content {
        background-color: #000000; }
        .b2b-ceo .podcast__featured:hover .podcast__featured-content .featured-content-link, .b2b-ceo .podcast__featured:focus .podcast__featured-content .featured-content-link {
          color: #ffffff; } }
  .b2b-ceo .podcast__featured .sc-player {
    max-width: 90%; }
    @media screen and (min-width: 768px) {
      .b2b-ceo .podcast__featured .sc-player {
        max-width: 94%; } }
  .single-podcast .podcast__featured .sc-player {
    display: inline-block;
    max-width: 95%; }
  .single-podcast .podcast__featured .img-wrapper {
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px solid #000000;
    margin: 0 auto;
    max-width: 500px; }
    @media screen and (min-width: 1024px) {
      .single-podcast .podcast__featured .img-wrapper {
        -ms-flex-preferred-size: 458px;
        flex-basis: 458px;
        max-width: none; } }
  @media screen and (min-width: 1024px) {
    .single-podcast .podcast__featured .podcast__featured-content {
      -ms-flex-preferred-size: 815px;
      flex-basis: 815px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }
  .podcast__featured .img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .podcast__featured .img-wrapper {
        -ms-flex-preferred-size: 536px;
        flex-basis: 536px; } }
  .podcast__featured .podcast__featured-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 0 0;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease; }
    @media screen and (min-width: 1024px) {
      .podcast__featured .podcast__featured-content .content-wrapper {
        max-width: 520px; } }
    @media screen and (min-width: 1024px) {
      .podcast__featured .podcast__featured-content .featured-content-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    .podcast__featured .podcast__featured-content .featured-content-link {
      color: #000000;
      display: block; }
    .podcast__featured .podcast__featured-content .title,
    .podcast__featured .podcast__featured-content .host,
    .podcast__featured .podcast__featured-content .date,
    .podcast__featured .podcast__featured-content .content-wrapper {
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        .podcast__featured .podcast__featured-content .title,
        .podcast__featured .podcast__featured-content .host,
        .podcast__featured .podcast__featured-content .date,
        .podcast__featured .podcast__featured-content .content-wrapper {
          padding: 0 37px; } }
    .podcast__featured .podcast__featured-content .title {
      font-size: 38px;
      line-height: 37px; }
    .podcast__featured .podcast__featured-content .host,
    .podcast__featured .podcast__featured-content .date {
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 0; }
    .podcast__featured .podcast__featured-content .host {
      text-decoration: underline; }
    .podcast__featured .podcast__featured-content .date {
      color: #9E9E9E;
      margin-bottom: 26px; }
    .podcast__featured .podcast__featured-content .podcast__categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      padding: 0 0 0 20px;
      margin: 32px 0 0; }
      @media screen and (min-width: 768px) {
        .podcast__featured .podcast__featured-content .podcast__categories {
          padding: 0 0 0 37px; } }
      .podcast__featured .podcast__featured-content .podcast__categories li {
        color: #9E9E9E;
        float: none;
        margin-bottom: 0;
        width: auto; }
        .podcast__featured .podcast__featured-content .podcast__categories li:not(:last-of-type):after {
          background-color: #9E9E9E;
          border-radius: 50%;
          content: '';
          display: inline-block;
          margin: 0 18px;
          height: 10px;
          width: 10px; }
    .podcast__featured .podcast__featured-content .soundcloud-wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 0 0 0; }
      @media screen and (min-width: 768px) {
        .podcast__featured .podcast__featured-content .soundcloud-wrapper {
          padding: 0 0 0 20px; } }
      @media screen and (min-width: 1200px) {
        .podcast__featured .podcast__featured-content .soundcloud-wrapper {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      .podcast__featured .podcast__featured-content .soundcloud-wrapper .sc-scrubber {
        width: 96%; }
      .podcast__featured .podcast__featured-content .soundcloud-wrapper .sc-source {
        font-size: 18px;
        padding: 22px 0 0 20px; }
        @media screen and (min-width: 768px) {
          .podcast__featured .podcast__featured-content .soundcloud-wrapper .sc-source {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0; } }
        .podcast__featured .podcast__featured-content .soundcloud-wrapper .sc-source a {
          text-decoration: underline; }
  .podcast__featured .other-streams {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 20px 0 20px 0;
    margin: 37px 0 0 0;
    border-style: dotted;
    border-color: #000000;
    border-image-source: url("img/dots.svg");
    border-image-slice: 20% 22%;
    border-image-repeat: round;
    border-left: 0;
    border-right: 0; }
    @media screen and (min-width: 768px) {
      .podcast__featured .other-streams {
        margin: 37px 0 0 37px; } }
    .podcast__featured .other-streams h4,
    .podcast__featured .other-streams .streaming-list {
      margin: 0;
      width: 100%; }
    .podcast__featured .other-streams h4 {
      font-size: 18px;
      line-height: 23px;
      text-transform: uppercase; }
    .podcast__featured .other-streams .streaming-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      list-style-type: none; }
      @media screen and (min-width: 1200px) {
        .podcast__featured .other-streams .streaming-list {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .podcast__featured .other-streams .streaming-list li {
        float: none;
        margin-bottom: 0;
        text-align: right; }
        .podcast__featured .other-streams .streaming-list li a {
          color: #000000; }
          .podcast__featured .other-streams .streaming-list li a:hover, .podcast__featured .other-streams .streaming-list li a:focus, .podcast__featured .other-streams .streaming-list li a:active {
            color: #40C0C0; }

.full-width-video {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  margin-top: 60px;
  padding: 50px 100px; }
  @media (min-width: 1024px) {
    .full-width-video {
      margin-top: 0;
      height: 100vh;
      position: static;
      padding: 150px 0; } }
  .full-width-video .container {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%; }
    .full-width-video .container iframe {
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      max-width: 100%;
      max-height: 100%; }

.home__promo-section {
  clear: both;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000; }
  @media screen and (min-width: 768px) {
    .home__promo-section {
      min-height: 700px; } }
  .home__promo-section .container.container--max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    text-align: center;
    max-width: 550px;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 480px) {
      .home__promo-section .container.container--max {
        padding: 0 50px; } }
    @media screen and (min-width: 768px) {
      .home__promo-section .container.container--max {
        padding: 40px 0 0;
        min-height: 690px; } }
    .home__promo-section .container.container--max .promo--content p {
      font-size: 18px;
      font-weight: 300;
      margin: 25px 0 40px; }
      @media screen and (min-width: 480px) {
        .home__promo-section .container.container--max .promo--content p {
          font-size: 20px; } }
      @media screen and (min-width: 640px) {
        .home__promo-section .container.container--max .promo--content p {
          font-size: 24px; } }
      @media screen and (min-width: 768px) {
        .home__promo-section .container.container--max .promo--content p {
          font-size: 28px;
          line-height: 30px;
          letter-spacing: -2px; } }
      @media screen and (min-width: 1500px) {
        .home__promo-section .container.container--max .promo--content p {
          margin: 50px 0 75px; } }
      .home__promo-section .container.container--max .promo--content p span {
        color: #40C0C0; }
    .home__promo-section .container.container--max .btn--arrow {
      color: #ffffff;
      border: 2px #ffffff solid;
      border-radius: 35px;
      margin: 0 auto;
      padding: 10px 18px;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
      .home__promo-section .container.container--max .btn--arrow:hover, .home__promo-section .container.container--max .btn--arrow:focus {
        color: #40C0C0;
        border: 2px #40C0C0 solid; }
      @media screen and (min-width: 480px) {
        .home__promo-section .container.container--max .btn--arrow span {
          font-size: 18px; } }

.companies__header .header__grid {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    .companies__header .header__grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 1366px) {
    .companies__header .header__grid {
      grid-template-columns: 1fr 2fr; } }

.companies__title {
  display: inline;
  margin: 0; }

.companies__filters {
  border-top: 1px rgba(178, 178, 178, 0.5) solid;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .companies__filters {
      border: none;
      padding: 0;
      margin: 0; } }

.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .boxes {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1024px) {
    .boxes {
      grid-template-columns: repeat(4, 1fr); } }
  .boxes > li {
    position: relative;
    list-style: none;
    margin: 0; }
    .boxes > li:before {
      content: '';
      display: block;
      padding-top: 100%; }

.ideas .featured__header, .news-views .featured__header {
  grid-column: 1 / -1; }
  .ideas .featured__header h2, .news-views .featured__header h2 {
    grid-column: 1 / -1;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .ideas .featured__header h2, .news-views .featured__header h2 {
        grid-column: 1 / 5; } }
  .ideas .featured__header nav, .news-views .featured__header nav {
    grid-column: 1 / -1; }
    @media screen and (min-width: 1024px) {
      .ideas .featured__header nav, .news-views .featured__header nav {
        grid-column: 6 / -1; } }

.ideas .index__featured.container, .news-views .index__featured.container {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ideas .index__featured.container, .news-views .index__featured.container {
      width: calc(100% - (40px * 2)); } }

.ideas .index-featured__content, .news-views .index-featured__content {
  grid-column: 1 / -1; }
  .ideas .index-featured__content img, .news-views .index-featured__content img {
    height: auto !important; }

.ideas .episode-recap__content img, .news-views .episode-recap__content img {
  height: auto !important; }

.ideas__header, .news-views__header {
  float: left;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ideas__header, .news-views__header {
      border-top: 1px rgba(178, 178, 178, 0.5) solid;
      padding: 40px 0; } }

.ideas__title, .news-views__title {
  margin: 0;
  grid-column: 1 / -1; }
  @media screen and (min-width: 1024px) {
    .ideas__title, .news-views__title {
      grid-column: 1 / 6; } }
  .ideas__title a, .news-views__title a {
    color: #000000; }
    .ideas__title a:hover, .news-views__title a:hover {
      color: #40C0C0; }

.ideas__nav, .news-views__nav {
  grid-column: 1 / -1; }
  @media screen and (min-width: 1024px) {
    .ideas__nav, .news-views__nav {
      margin: 10px 0 0 0;
      grid-column: 6 / -1; } }
  @media screen and (min-width: 768px) {
    .ideas__nav .nav__list, .news-views__nav .nav__list {
      text-align: right;
      float: right; } }
  .ideas__nav.ideas__nav--active .nav__filters, .news-views__nav.ideas__nav--active .nav__filters {
    color: #40C0C0; }

.ideas__posts, .news-views__posts {
  margin: 20px 0 0 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ideas__posts, .news-views__posts {
      margin: 40px 0 0 0; } }
  @media screen and (min-width: 1024px) {
    .ideas__posts, .news-views__posts {
      margin: 0; } }
  .ideas__posts .post:first-child, .news-views__posts .post:first-child {
    border: none;
    padding-top: 0; }

.ideas__pagination, .news-views__pagination {
  float: left;
  width: 100%; }
  .ideas__pagination .pagination__grid, .news-views__pagination .pagination__grid {
    grid-gap: 0; }
  .ideas__pagination .pagination__column, .news-views__pagination .pagination__column {
    grid-column: 1 / -1; }
    @media screen and (min-width: 768px) {
      .ideas__pagination .pagination__column, .news-views__pagination .pagination__column {
        grid-column: 5 / -1; } }
    .ideas__pagination .pagination__column .column__grid, .news-views__pagination .pagination__column .column__grid {
      display: grid;
      grid-template-columns: 2fr 1fr 2fr;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .ideas__pagination .pagination__column .column__grid, .news-views__pagination .pagination__column .column__grid {
          grid-gap: 20px; } }
      .ideas__pagination .pagination__column .column__grid .grid__column .column__ellipsis, .news-views__pagination .pagination__column .column__grid .grid__column .column__ellipsis {
        display: none; }
      .ideas__pagination .pagination__column .column__grid .grid__column:nth-child(2), .news-views__pagination .pagination__column .column__grid .grid__column:nth-child(2) {
        text-align: center; }
        .ideas__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num, .news-views__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num {
          margin: 0 10px 0 0;
          color: #B2B2B2; }
          @media screen and (min-width: 768px) {
            .ideas__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num, .news-views__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num {
              margin: 0 20px 0 0; } }
          .ideas__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num:hover, .news-views__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num:hover {
            color: #40C0C0; }
          .ideas__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num:last-child, .news-views__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num:last-child {
            margin: 0; }
          .ideas__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num--active, .news-views__pagination .pagination__column .column__grid .grid__column:nth-child(2) .pagination__num--active {
            color: #000000; }
  .ideas__pagination .pagination__prev,
  .ideas__pagination .pagination__next, .news-views__pagination .pagination__prev,
  .news-views__pagination .pagination__next {
    margin: 0 10px 0 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .ideas__pagination .pagination__prev,
      .ideas__pagination .pagination__next, .news-views__pagination .pagination__prev,
      .news-views__pagination .pagination__next {
        margin: 0 20px 0 0;
        font-size: 16px;
        line-height: 16px;
        width: auto; } }
    .ideas__pagination .pagination__prev span,
    .ideas__pagination .pagination__next span, .news-views__pagination .pagination__prev span,
    .news-views__pagination .pagination__next span {
      display: none; }
      @media screen and (min-width: 768px) {
        .ideas__pagination .pagination__prev span,
        .ideas__pagination .pagination__next span, .news-views__pagination .pagination__prev span,
        .news-views__pagination .pagination__next span {
          display: inline; } }
    .ideas__pagination .pagination__prev:before, .ideas__pagination .pagination__prev:after,
    .ideas__pagination .pagination__next:before,
    .ideas__pagination .pagination__next:after, .news-views__pagination .pagination__prev:before, .news-views__pagination .pagination__prev:after,
    .news-views__pagination .pagination__next:before,
    .news-views__pagination .pagination__next:after {
      font-size: 12px;
      vertical-align: baseline; }
    .ideas__pagination .pagination__prev:last-child,
    .ideas__pagination .pagination__next:last-child, .news-views__pagination .pagination__prev:last-child,
    .news-views__pagination .pagination__next:last-child {
      margin: 0; }
  .ideas__pagination .pagination__prev, .news-views__pagination .pagination__prev {
    float: left; }
  .ideas__pagination .pagination__next, .news-views__pagination .pagination__next {
    margin: 0 0 0 20px;
    float: right; }
  .ideas__pagination .pagination__first span,
  .ideas__pagination .pagination__last span, .news-views__pagination .pagination__first span,
  .news-views__pagination .pagination__last span {
    display: none; }
    @media screen and (min-width: 1366px) {
      .ideas__pagination .pagination__first span,
      .ideas__pagination .pagination__last span, .news-views__pagination .pagination__first span,
      .news-views__pagination .pagination__last span {
        display: inline; } }

.ideas__empty .empty__title, .news-views__empty .empty__title {
  margin: 0 0 10px 0; }

.ideas__empty .empty__content, .news-views__empty .empty__content {
  margin: 20px 0;
  max-width: 600px; }
  @media screen and (min-width: 768px) {
    .ideas__empty .empty__content, .news-views__empty .empty__content {
      margin: 40px 0; } }

@media screen and (min-width: 768px) {
  .single__header .header__grid {
    grid-gap: 0; } }

.single__header .header__column {
  grid-column: 1 / -1; }
  @media screen and (min-width: 1024px) {
    .single__header .header__column {
      grid-column: 5 / -1; } }

.single__header .single__btns {
  display: none; }
  @media screen and (min-width: 1024px) {
    .single__header .single__btns {
      display: block; } }

.single__title {
  margin: 0; }

@media screen and (min-width: 768px) {
  .single__section .section__grid {
    grid-gap: 0; } }

.single__sidebar {
  grid-column: 1 / -1; }
  @media screen and (min-width: 768px) {
    .single__sidebar {
      grid-column: 1 / 4;
      grid-row: 1 / -1; } }
  .single__sidebar .sidebar__social {
    margin: 20px 0 0 0;
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .single__sidebar .sidebar__social {
        margin: 40px 0 0 0; } }
    .single__sidebar .sidebar__social ul {
      margin: 0;
      padding: 0;
      float: left;
      width: 100%; }
    .single__sidebar .sidebar__social li {
      list-style: none;
      display: inline-block;
      margin: 0 10px 0 0;
      width: auto; }
      .single__sidebar .sidebar__social li:last-child {
        margin: 0; }
    .single__sidebar .sidebar__social a {
      background-color: #EEEFF0;
      border-radius: 15px;
      display: inline-block;
      padding: 9px 0 0 0;
      width: 30px;
      height: 30px;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      color: #000000; }
      .single__sidebar .sidebar__social a:hover {
        background-color: #40C0C0;
        color: #ffffff; }
  @media screen and (min-width: 768px) {
    .single__sidebar.single__sidebar--sticky .sidebar__inner {
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
      padding: 0 0 40px 0; } }
  @media screen and (min-width: 1024px) {
    .single__sidebar.single__sidebar--sticky .sidebar__inner {
      top: 200px; } }

.single__content {
  grid-column: 1 / -1; }
  @media screen and (min-width: 768px) {
    .single__content {
      grid-column: 5 / -1; } }
  .single__content h1,
  .single__content h2,
  .single__content h3,
  .single__content h4,
  .single__content h5,
  .single__content h6 {
    margin: 20px 0; }
    @media screen and (min-width: 768px) {
      .single__content h1,
      .single__content h2,
      .single__content h3,
      .single__content h4,
      .single__content h5,
      .single__content h6 {
        margin: 40px 0; } }
    .single__content h1:first-child,
    .single__content h2:first-child,
    .single__content h3:first-child,
    .single__content h4:first-child,
    .single__content h5:first-child,
    .single__content h6:first-child {
      margin-top: 0; }
  .single__content ul, .single__content ol {
    float: left;
    width: 100%;
    margin: 0 0 0 20px; }
    @media screen and (min-width: 768px) {
      .single__content ul, .single__content ol {
        margin: 0 0 20px 40px; } }
  @media screen and (min-width: 1024px) {
    .single__content .content__inner {
      max-width: 650px; } }
  .single__content .content__content blockquote,
  .single__content .content__content img,
  .single__content .content__content iframe {
    margin: 20px 0;
    display: block;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .single__content .content__content blockquote,
      .single__content .content__content img,
      .single__content .content__content iframe {
        margin: 40px 0; } }

.single__image {
  margin: 0; }
  .single__image figcaption {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 768px) {
      .single__image figcaption {
        margin: 40px 0 0 0; } }

.single__author {
  font-style: normal; }
  .single__author a {
    color: #000000;
    text-decoration: underline; }
    .single__author a:hover {
      color: #40C0C0; }

.single__date {
  display: block;
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .single__date {
      margin: 40px 0; } }

.single__btns {
  padding: 20px 0 0 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .single__btns {
      padding: 40px 0 0 0; } }
  .single__btns a {
    margin: 0 0 20px 0; }
    @media screen and (min-width: 768px) {
      .single__btns a {
        margin: 0 20px 0 0; } }
    .single__btns a:last-child {
      margin: 0; }

.single__footer {
  float: left;
  width: 100%; }
  .single__footer .single__btns {
    border-top: 1px rgba(178, 178, 178, 0.5) solid; }

.members__hero {
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .members__hero {
      padding-bottom: 80px; } }
  .members__hero .hero__image {
    display: block;
    width: 100%; }

.members__list.section {
  padding: 40px 0; }
  @media screen and (min-width: 1024px) {
    .members__list.section {
      padding-bottom: 120px; } }

.members__list .list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .members__list .list__grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1024px) {
    .members__list .list__grid {
      grid-template-columns: repeat(4, 1fr);
      grid-row-gap: 120px; } }
  .members__list .list__grid .list__item {
    list-style: none;
    margin: 0; }
    .members__list .list__grid .list__item.list__item--term {
      grid-column: 1 / -1; }
      .members__list .list__grid .list__item.list__item--term .item__title {
        margin: 0; }

.members__member .member__image {
  position: relative; }
  .members__member .member__image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0px solid #40C0C0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .members__member .member__image .image__overlay {
    -webkit-transition: all 200ms;
    transition: all 200ms;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (min-width: 1024px) {
      .members__member .member__image .image__overlay {
        display: grid;
        -ms-flex-line-pack: end;
        align-content: end;
        text-align: center;
        bottom: auto;
        right: auto;
        padding: 0 0 40px 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; } }
  .members__member .member__image .image__a {
    -webkit-transition: all 200ms;
    transition: all 200ms;
    background-color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #000000;
    position: relative;
    z-index: 100; }
    .members__member .member__image .image__a--icon {
      background-color: #ffffff;
      border: none;
      text-align: center;
      padding: 8px 0 0 0;
      font-size: 0.9rem;
      line-height: 0.9rem;
      float: left;
      width: 30px;
      height: 30px;
      color: #000000; }
      @media screen and (min-width: 768px) {
        .members__member .member__image .image__a--icon {
          padding: 12px 0 0 0;
          width: 40px;
          height: 40px; } }
      @media screen and (min-width: 1024px) {
        .members__member .member__image .image__a--icon {
          border-radius: 15px;
          margin: 0 10px 0 0;
          padding: 8px 0 0 0;
          float: none;
          width: 30px;
          height: 30px; } }
      .members__member .member__image .image__a--icon.image__a--facebook, .members__member .member__image .image__a--icon.image__a--twitter, .members__member .member__image .image__a--icon.image__a--linkedin {
        color: #ffffff; }
      .members__member .member__image .image__a--icon.image__a--facebook {
        background-color: #3b5998; }
      .members__member .member__image .image__a--icon.image__a--twitter {
        background-color: #1da1f2; }
      .members__member .member__image .image__a--icon.image__a--linkedin {
        background-color: #0077b5; }
      .members__member .member__image .image__a--icon:last-child {
        margin: 0; }
      .members__member .member__image .image__a--icon:hover {
        background-color: #000000;
        color: #ffffff; }

.members__member .member__headshot {
  width: 100%; }

.members__member .member__name,
.members__member .member__title {
  color: #000000;
  margin: 25px 0 0 0;
  font-weight: 300;
  letter-spacing: -1px; }
  @media screen and (min-width: 768px) {
    .members__member .member__name,
    .members__member .member__title {
      font-size: 24px;
      line-height: 28px;
      letter-spacing: -2px; } }
  .members__member .member__name span,
  .members__member .member__title span {
    -webkit-transition: all 200ms;
    transition: all 200ms;
    border-bottom: 1px transparent solid;
    display: inline-block; }

.members__member .member__title {
  color: #B2B2B2;
  margin: 0; }

.members__member--overlay:hover .image__overlay {
  opacity: 1; }

@media screen and (min-width: 768px) {
  .members__member--overlay:hover .member__image:after {
    border: 3px solid #40C0C0; } }

.members__member--overlay:hover .member__name span {
  border-color: #000000; }

.member__title span {
  display: block;
  color: #B2B2B2;
  font-weight: 300; }

.member__hero {
  margin: 60px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .member__hero {
      margin: 80px 0 0 0; } }
  .member__hero .hero__image {
    background-color: rgba(178, 178, 178, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 240px; }
    @media screen and (min-width: 768px) {
      .member__hero .hero__image {
        height: 600px; } }

.member__title {
  margin: 0; }

.member__section {
  padding: 0; }
  .member__section .section__container {
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      .member__section .section__container {
        padding: 60px 0; } }
    .member__section .section__container--border {
      border-top: 1px #B2B2B2 solid; }
  .member__section.member__section--meta .section__container {
    padding-top: 0; }
  .member__section .member__content .content__subtitle {
    color: #9c9c9c;
    font-weight: 300;
    letter-spacing: 0px; }
    @media screen and (min-width: 768px) {
      .member__section .member__content .content__subtitle {
        font-size: 18px;
        line-height: 25px; } }
  .member__section .member__content blockquote {
    margin: 20px 0; }
    @media screen and (min-width: 768px) {
      .member__section .member__content blockquote {
        margin: 40px 0; } }
  .member__section.member__section--interview article {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .member__section.member__section--interview article p.source {
      color: #9c9c9c;
      line-height: 20px; }
      .member__section.member__section--interview article p.source span {
        display: block; }
    .member__section.member__section--interview article a {
      color: #000000;
      text-decoration: underline; }
      .member__section.member__section--interview article a:hover {
        color: #40C0C0; }
  @media screen and (min-width: 768px) {
    .member__section.member__section--companies .boxes {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1024px) {
    .member__section.member__section--companies .boxes {
      grid-template-columns: repeat(3, 1fr); } }
  .member__section.member__section--ideas .post {
    border-bottom: 1px rgba(178, 178, 178, 0.5) solid;
    border-top: none;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 768px) {
      .member__section.member__section--ideas .post {
        padding: 0 0 40px 0;
        margin: 0 0 40px 0; } }
    .member__section.member__section--ideas .post .post__image {
      margin: 0 0 20px 0; }
      @media screen and (min-width: 768px) {
        .member__section.member__section--ideas .post .post__image {
          margin: 0 0 40px 0;
          grid-column: 1 / -1; } }
      .member__section.member__section--ideas .post .post__image img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border: none;
        padding: 0; }
    .member__section.member__section--ideas .post .post__copy {
      min-height: 0px;
      border: none;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .member__section.member__section--ideas .post .post__copy {
          grid-column: 1 / -1; } }
    .member__section.member__section--ideas .post:last-child {
      border: none;
      padding: 0;
      margin: 0; }
  .member__section.member__section--ideas:last-child {
    padding: 0 0 20px 0; }
    @media screen and (min-width: 768px) {
      .member__section.member__section--ideas:last-child {
        padding: 0 0 40px 0; } }
    @media screen and (min-width: 1024px) {
      .member__section.member__section--ideas:last-child {
        padding: 0 0 120px 0; } }
    .member__section.member__section--ideas:last-child .section__container {
      padding-bottom: 0; }

.member__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px; }
  @media screen and (min-width: 768px) {
    .member__grid {
      grid-template-columns: repeat(12, 1fr); } }

@media screen and (min-width: 768px) {
  .member__sidebar {
    grid-column: 1 / 5; } }

@media screen and (min-width: 1024px) {
  .member__sidebar .sidebar__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 200px; } }

@media screen and (min-width: 1024px) {
  .member__sidebar .sidebar__sticky ul {
    margin: 0 0 40px 0; } }

.member__sidebar .member__subtitle {
  margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .member__sidebar .member__subtitle {
      margin: 0; } }

.member__sidebar a {
  color: #000000;
  text-decoration: underline; }
  .member__sidebar a:hover {
    color: #40C0C0; }

.member__sidebar--assistant p,
.member__sidebar--assistant a {
  margin: 0;
  word-break: break-all;
  word-wrap: anywhere; }

@media screen and (min-width: 768px) {
  .member__content {
    grid-column: 6 / -1; } }

.member__subtitle {
  margin: 0;
  color: #B2B2B2; }

.portfolio__hero {
  position: relative; }
  @media screen and (min-width: 768px) {
    .portfolio__hero {
      padding-bottom: 40px; } }
  .portfolio__hero .hero__container {
    position: relative; }
  .portfolio__hero .hero__bg {
    display: none; }
    @media screen and (min-width: 768px) {
      .portfolio__hero .hero__bg {
        background-position: top right;
        background-size: 50% auto;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .portfolio__hero .hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr; }
    @media screen and (min-width: 768px) {
      .portfolio__hero .hero__grid {
        grid-template-columns: 6fr 6fr; } }

.portfolio__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .portfolio__header {
      margin-bottom: calc(40px * 2); } }
  .portfolio__header h3 {
    margin: 0; }
  .portfolio__header a {
    text-align: right;
    color: #000000;
    text-decoration: underline; }
    .portfolio__header a:hover {
      color: #40C0C0; }

.portfolio__featured .featured__box {
  position: relative; }

.portfolio__featured .featured__item {
  float: left;
  width: 100%; }
  .portfolio__featured .featured__item .item__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    margin: 0 0 calc(20px * 3) 0;
    display: block;
    width: 100%;
    height: 240px; }
    @media screen and (min-width: 768px) {
      .portfolio__featured .featured__item .item__image {
        margin: 0 0 calc(40px * 2) 0;
        height: 400px; } }
    @media screen and (min-width: 1024px) {
      .portfolio__featured .featured__item .item__image {
        height: 500px; } }
  .portfolio__featured .featured__item .item__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px; }
    @media screen and (min-width: 768px) {
      .portfolio__featured .featured__item .item__grid {
        grid-gap: 40px; } }
  .portfolio__featured .featured__item .item__header {
    grid-column: 1 / -1; }
    @media screen and (min-width: 768px) {
      .portfolio__featured .featured__item .item__header {
        grid-column: 1 / 6; } }
  .portfolio__featured .featured__item .item__title a {
    color: #000000; }
    .portfolio__featured .featured__item .item__title a:hover {
      color: #40C0C0; }
  .portfolio__featured .featured__item .item__content {
    grid-column: 1 / -1; }
    @media screen and (min-width: 768px) {
      .portfolio__featured .featured__item .item__content {
        grid-column: 6 / -1; } }
    @media screen and (min-width: 768px) {
      .portfolio__featured .featured__item .item__content {
        grid-column: 7 / -2; } }
  .portfolio__featured .featured__item .item__categories {
    margin: 20px 0 0 0; }

.portfolio__featured .featured__bar {
  position: absolute;
  left: 0;
  top: calc(240px + 20px);
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 50; }
  @media screen and (min-width: 768px) {
    .portfolio__featured .featured__bar {
      top: calc(400px + 20px); } }
  @media screen and (min-width: 1024px) {
    .portfolio__featured .featured__bar {
      top: calc(500px + 20px); } }
  .portfolio__featured .featured__bar .bar__nav {
    margin: 0;
    width: auto; }
    .portfolio__featured .featured__bar .bar__nav li {
      display: inline-block;
      list-style: none;
      margin: 0 20px 0 0;
      width: auto; }
      .portfolio__featured .featured__bar .bar__nav li:last-child {
        margin: 0; }
    .portfolio__featured .featured__bar .bar__nav .nav__btn {
      font-size: 30px;
      line-height: 30px;
      color: #000000; }
      .portfolio__featured .featured__bar .bar__nav .nav__btn:hover {
        color: #40C0C0; }
      .portfolio__featured .featured__bar .bar__nav .nav__btn.nav__btn--disabled {
        color: #CFD0D1;
        cursor: default; }

.portfolio__members .members__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .portfolio__members .members__list {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 40px; } }
  .portfolio__members .members__list li {
    display: inline-grid;
    list-style: none;
    float: none;
    width: auto;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .portfolio__members .members__list li span {
        font-size: 30px;
        line-height: 33px; } }
    .portfolio__members .members__list li a {
      color: #40C0C0; }
      .portfolio__members .members__list li a:hover .h3 {
        text-decoration: underline; }
      .portfolio__members .members__list li a:hover .rock {
        color: #B2B2B2;
        text-decoration: none; }

.portfolio__ideas .post:first-child {
  border: none;
  padding-top: 0; }
  .portfolio__ideas .post:first-child .post__image img,
  .portfolio__ideas .post:first-child .post__copy {
    border: none;
    padding-top: 0; }

.search__header {
  float: left;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .search__header {
      border-top: 1px rgba(178, 178, 178, 0.5) solid;
      padding: 20px 0 0 0; } }

.search__form {
  position: relative;
  float: left;
  width: 100%; }
  .search__form label {
    display: none; }
  .search__form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px rgba(178, 178, 178, 0.5) solid;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 10px 0;
    float: left; }
    .search__form input[type="text"] {
      width: 70%; }
      @media screen and (min-width: 768px) {
        .search__form input[type="text"] {
          font-size: 40px;
          line-height: 51px;
          width: 80%; } }
    .search__form input[type="submit"] {
      width: 30%;
      text-align: right; }
      @media screen and (min-width: 768px) {
        .search__form input[type="submit"] {
          font-size: 16px;
          line-height: 51px;
          width: 20%; } }
      .search__form input[type="submit"]:hover {
        background-color: transparent;
        border-color: rgba(178, 178, 178, 0.5);
        color: #40C0C0; }

.search .search__count {
  border-bottom: 1px rgba(178, 178, 178, 0.5) solid;
  padding: 20px 0;
  float: left;
  width: 100%; }

.search .search__results .results__section {
  margin: 0 0 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .search .search__results .results__section {
      margin: 0 0 40px 0; } }
  .search .search__results .results__section .section__header {
    margin: 0 0 20px 0; }
    @media screen and (min-width: 768px) {
      .search .search__results .results__section .section__header {
        margin: 0 0 40px 0; } }
  .search .search__results .results__section .section__title {
    border-top: 1px rgba(178, 178, 178, 0.5) solid;
    padding: 20px 0 0 0; }
    @media screen and (min-width: 768px) {
      .search .search__results .results__section .section__title {
        padding-bottom: 0;
        margin: 0; } }
  .search .search__results .results__section .section__posts .posts__column {
    grid-column: 1 / -1; }
  .search .search__results .results__section--post .section__posts .post:first-child .post__copy, .search .search__results .results__section--page .section__posts .post:first-child .post__copy {
    padding-top: 0;
    border: none; }
  .search .search__results .results__section--post .section__posts .post:first-child .post__image img, .search .search__results .results__section--page .section__posts .post:first-child .post__image img {
    padding-top: 0;
    border: none; }
  .search .search__results .results__section--member .posts__grid, .search .search__results .results__section--company .posts__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .search .search__results .results__section--member .posts__grid, .search .search__results .results__section--company .posts__grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (min-width: 1024px) {
      .search .search__results .results__section--member .posts__grid, .search .search__results .results__section--company .posts__grid {
        grid-template-columns: repeat(4, 1fr); } }
    .search .search__results .results__section--member .posts__grid li, .search .search__results .results__section--company .posts__grid li {
      list-style: none;
      -ms-flex-item-align: center;
      align-self: center;
      margin: 0; }
  .search .search__results .results__section--company .company .company__box .company__logo {
    height: 260px; }
    @media screen and (min-width: 768px) {
      .search .search__results .results__section--company .company .company__box .company__logo {
        height: 210px; } }
    @media screen and (min-width: 1366px) {
      .search .search__results .results__section--company .company .company__box .company__logo {
        height: 300px; } }
  .search .search__results .results__section:last-child {
    margin: 0; }
  .search .search__results .results__section:first-child .section__title {
    border: none; }

.error404__subtitle {
  color: #000000; }

.error404__copy {
  color: #B2B2B2; }
  @media screen and (min-width: 1024px) {
    .error404__copy {
      max-width: 600px; } }

.error404__search {
  margin: 20px 0 0 0; }
  @media screen and (min-width: 768px) {
    .error404__search {
      margin: 40px 0 0 0; } }
  .error404__search form {
    position: relative; }
    .error404__search form:before {
      font-family: "foundation-capital";
      content: "\66";
      position: absolute;
      top: 0;
      left: 0;
      color: #000000; }
  .error404__search label {
    display: none; }
  .error404__search input {
    background-color: transparent;
    border: none;
    border-bottom: 1px #000000 solid;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 26px;
    float: left; }
    .error404__search input[type="text"] {
      width: calc(100% - 100px);
      padding-left: 30px; }
    .error404__search input[type="submit"] {
      width: 100px;
      text-align: right; }
      .error404__search input[type="submit"]:hover {
        background-color: transparent;
        border-color: #000000;
        color: #40C0C0; }

.credo {
  background-color: #000000;
  color: #ffffff; }
  .credo .credo__header {
    border-bottom: 1px #ffffff solid;
    padding: 28px 0 40px 0;
    margin-bottom: 20px; }
  .credo .credo__article {
    padding-top: 20px; }
  .credo .section--top {
    padding-top: 40px; }
  .credo .credo__sidebar {
    margin-top: 90px; }
    @media mq-s {
      .credo .credo__sidebar {
        margin-top: 120px; } }
    @media screen and (min-width: 1024px) {
      .credo .credo__sidebar {
        margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .credo .credo__sidebar .sidebar__inner {
        position: -webkit-sticky;
        position: sticky;
        top: calc(80px + 40px); } }
  .credo .credo__nav {
    margin: 0; }
    .credo .credo__nav .nav__item {
      list-style: none; }
    .credo .credo__nav .nav__a {
      color: #ffffff; }
      .credo .credo__nav .nav__a span {
        margin: 0 20px 0 0; }
      .credo .credo__nav .nav__a:hover, .credo .credo__nav .nav__a.nav__a--active {
        color: #40C0C0; }
  .credo .credo__article {
    border-top: 1px solid #ffffff; }
    @media screen and (min-width: 768px) {
      .credo .credo__article {
        margin: 71px 0 0 0; } }
    @media screen and (min-width: 768px) {
      .credo .credo__article:first-of-type {
        margin: 228px 0 0 0; } }
    .credo .credo__article .article__halo {
      display: inline-block;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0 0 15px 0;
      font-size: 1rem;
      line-height: 1rem; }
    .credo .credo__article .article__title {
      margin-top: 0;
      color: #40C0C0;
      margin-bottom: 0; }
  .credo .credo__cta {
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 768px) {
      .credo .credo__cta {
        margin: 0 0 40px 0; } }
    @media screen and (min-width: 1024px) {
      .credo .credo__cta {
        margin: 0 0 120px 0;
        padding: 40px 0; } }
    .credo .credo__cta .cta__title {
      margin: 0; }
    .credo .credo__cta .cta__a {
      display: block; }
      .credo .credo__cta .cta__a:after {
        -webkit-transition: all 200ms;
        transition: all 200ms;
        font-family: "foundation-capital";
        vertical-align: middle;
        text-transform: none;
        float: right;
        color: #40C0C0;
        content: "\73"; }
      .credo .credo__cta .cta__a:hover {
        color: #ffffff; }
        .credo .credo__cta .cta__a:hover:after {
          color: #40C0C0; }

.home header {
  border: none; }
  .home header .header__menu {
    color: white; }

.home .header .header__nav .nav__item.nav__item--search form input[type="submit"], .home .header .header__nav .nav__item.nav__item--search form input, .home .header .header__nav a {
  color: white; }

.home main {
  position: relative;
  min-height: 60vh; }
  @media screen and (min-width: 768px) {
    .home main {
      min-height: 100vh; } }
  @media screen and (min-width: 640px) {
    .home main {
      min-height: 80vh; } }

.home .header {
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
  @media screen and (min-width: 1024px) {
    .home .header {
      background: transparent; } }
  @media screen and (min-width: 1024px) {
    .home .header__landing-open {
      background: black; } }
  .home .header .header__logo .logo__type {
    fill: white; }
  .home .header .header__nav .nav__a {
    color: white; }
  .home .header .header__nav .nav__item ul a {
    color: #525252; }
    @media screen and (min-width: 1024px) {
      .home .header .header__nav .nav__item ul a {
        color: black; } }
  @media screen and (min-width: 1024px) {
    .home .header .header__nav .nav__item ul {
      background: rgba(255, 255, 255, 0.9); } }

.podcast__hero {
  padding-top: 59px; }
  @media screen and (min-width: 1024px) {
    .podcast__hero {
      padding-top: 80px; } }
  .podcast__hero .line {
    padding: 0; }
  .podcast__hero .container {
    width: 100%; }
    @media screen and (min-width: 1366px) {
      .podcast__hero .container {
        width: calc(100% - (20px * 2)); } }
  .podcast__hero .img-container {
    margin: 0 auto;
    text-align: center; }
    .podcast__hero .img-container img {
      margin: 0 auto; }

.podcasts__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .podcasts__header {
      margin-bottom: 70px; } }
  .podcasts__header h2 {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .podcasts__header h2 {
        font-size: 40px;
        line-height: 47px; } }
  .podcasts__header a {
    color: #000000;
    font-size: 18px;
    text-align: right; }
    .podcasts__header a:hover, .podcasts__header a:focus {
      color: #40C0C0; }

.podcast__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px; }
  @media screen and (min-width: 640px) {
    .podcast__list {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; } }
  @media screen and (min-width: 768px) {
    .podcast__list {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px; } }
  @media screen and (min-width: 1024px) {
    .podcast__list {
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 120px; } }
  .post-type-archive .podcast__list {
    margin-bottom: 150px; }
  .podcast__list li {
    margin: 0; }
  .podcast__list a {
    display: block; }
  .podcast__list .img-wrapper {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .podcast__list .podcast__individual {
    border: 1px solid #000000;
    background: #D4F5F5; }
    .podcast__list .podcast__individual:hover .title, .podcast__list .podcast__individual:focus .title {
      text-decoration: underline; }
    .podcast__list .podcast__individual:hover .img-wrapper:after, .podcast__list .podcast__individual:focus .img-wrapper:after {
      background-color: transparent; }
    .podcast__list .podcast__individual:hover img, .podcast__list .podcast__individual:focus img {
      -webkit-filter: saturate(100%) contrast(1);
      filter: saturate(100%) contrast(1); }
  .podcast__list .individual-content {
    padding: 25px 25px;
    max-width: calc(100% - 1px);
    margin: 0 auto 1px;
    border-top: 1px solid #000000;
    background: #D4F5F5; }
    .podcast__list .individual-content a {
      color: #000000; }
  .podcast__list .episode {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8D8D8D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .podcast__list .episode {
        font-size: 22px;
        margin-bottom: 5px;
        padding-bottom: 21px; } }
  @media screen and (min-width: 1024px) {
    .podcast__list h3,
    .podcast__list h4 {
      font-size: 30px;
      line-height: 35px; } }
  .podcast__list .title {
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 1; }
    @media screen and (min-width: 1024px) {
      .podcast__list .title {
        padding-bottom: 7px; } }
  .podcast__list .guest-name,
  .podcast__list .company-name,
  .podcast__list .guest-title {
    font-weight: 200;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: -1px; }
    @media screen and (min-width: 1024px) {
      .podcast__list .guest-name,
      .podcast__list .company-name,
      .podcast__list .guest-title {
        font-size: 25px; } }

.podcast__host h2 {
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .podcast__host h2 {
      font-size: 40px;
      line-height: 47px; } }

.podcast__host h3 {
  font-size: 22px;
  line-height: 18px; }
  @media screen and (min-width: 768px) {
    .podcast__host h3 {
      font-size: 38px;
      line-height: 25px; } }

.podcast__host .content-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 42px; }
  @media only screen and (min-width: 850px) {
    .podcast__host .content-wrapper {
      padding: 42px 0; } }

.podcast__host .host-photo-wrapper {
  margin-bottom: 32px; }
  @media only screen and (min-width: 850px) {
    .podcast__host .host-photo-wrapper {
      display: none; } }

.podcast__host .description-wrapper {
  font-size: 20px;
  line-height: 26px;
  margin-top: 45px; }
  @media only screen and (min-width: 850px) {
    .podcast__host .description-wrapper {
      font-size: 22px;
      line-height: 1.05;
      max-width: 50%; } }

.podcast__host .host__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  list-style-type: none;
  margin: 36px 0 0;
  padding: 0;
  text-transform: uppercase; }
  .podcast__host .host__links a {
    color: #000000; }

.podcast__host .host__link a {
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  .podcast__host .host__link a:hover, .podcast__host .host__link a:focus {
    color: #40C0C0; }

.podcast__blogposts article:first-of-type {
  border-top: none; }
  .podcast__blogposts article:first-of-type .post__image img {
    border-top: none; }
    @media screen and (min-width: 768px) {
      .podcast__blogposts article:first-of-type .post__image img {
        border-top: none; } }
  .podcast__blogposts article:first-of-type .post__copy {
    border-top: none; }
    @media screen and (min-width: 768px) {
      .podcast__blogposts article:first-of-type .post__copy {
        border-top: none; } }

.episode-recap__header {
  grid-column: 1 / -1; }
  @media screen and (min-width: 1024px) {
    .episode-recap__header {
      grid-column: 1 / 5; } }

.episode-recap__content {
  grid-column: 1 / -1; }
  @media screen and (min-width: 1024px) {
    .episode-recap__content {
      grid-column: 5 / -1; } }

.post-type-archive-podcast .page-header {
  clear: both; }

.post-type-archive-podcast h1 {
  font-size: 26px;
  margin: 32px 0;
  padding: 10px 0; }
  @media screen and (min-width: 768px) {
    .post-type-archive-podcast h1 {
      font-size: 40px; } }
  @media screen and (min-width: 1024px) {
    .post-type-archive-podcast h1 {
      margin: 0 0 80px;
      padding: 0; } }

.section-margin {
  margin-top: 275px; }

.podcast__pagination .pagination__column {
  grid-column: 1 / -1; }

.practice--enterprise {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .practice--enterprise header {
    position: relative; }
  .practice--enterprise .fixed-padding-top {
    padding-top: 170px; }
  .practice--enterprise h1 {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .practice--enterprise h1 {
        margin-bottom: 0; } }
  .practice--enterprise .portfolio__hero {
    padding-top: 20px;
    background: white;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .practice--enterprise .portfolio__hero h2 {
      font-weight: 300;
      line-height: 1.2;
      font-size: 18px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .practice--enterprise .portfolio__hero h2 {
          font-size: 22px;
          text-align: right; } }
    @media (min-width: 768px) {
      .practice--enterprise .portfolio__hero .hero__grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .practice--enterprise .portfolio__hero.fixed {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 10;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .practice--enterprise .portfolio__hero.fixed {
          top: 0; } }
      .practice--enterprise .portfolio__hero.fixed .hero__grid {
        border: none; }
      .practice--enterprise .portfolio__hero.fixed h1 {
        margin-bottom: 0px; }
        @media (min-width: 768px) {
          .practice--enterprise .portfolio__hero.fixed h1 {
            font-size: 30px; } }
      .practice--enterprise .portfolio__hero.fixed h2 {
        font-size: 20px; }
      .practice--enterprise .portfolio__hero.fixed .line--title {
        padding: 10px 0; }
        @media (min-width: 768px) {
          .practice--enterprise .portfolio__hero.fixed .line--title {
            padding: 20px 0; } }
  .practice--enterprise .hero {
    height: 55vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative; }
    .practice--enterprise .hero .full-width {
      position: absolute;
      width: 100%;
      height: 100%;
      max-width: unset; }
      .practice--enterprise .hero .full-width img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: unset; }
      .practice--enterprise .hero .full-width:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); }
    .practice--enterprise .hero p {
      color: white;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 0;
      font-size: 35px; }
      @media (min-width: 768px) {
        .practice--enterprise .hero p {
          font-size: 50px; } }
      .practice--enterprise .hero p span {
        color: #40C0C0;
        opacity: 0; }
  .practice--enterprise .automated {
    background: #000000;
    color: white; }
    .practice--enterprise .automated .intro {
      text-align: center; }
      @media (min-width: 768px) {
        .practice--enterprise .automated .intro {
          margin: 0 auto 70px; } }
      .practice--enterprise .automated .intro h2 {
        font-size: 30px;
        color: white;
        line-height: 1.1;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .practice--enterprise .automated .intro h2 {
            font-size: 60px; } }
      .practice--enterprise .automated .intro p {
        font-size: 20px; }
        @media (min-width: 768px) {
          .practice--enterprise .automated .intro p {
            font-size: 25px; } }
  .practice--enterprise .type-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #818181;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .practice--enterprise .type-nav {
        margin-bottom: 30px; } }
    .practice--enterprise .type-nav .owl-stage.first {
      -webkit-transform: none !important;
      transform: none !important; }
    .practice--enterprise .type-nav .owl-item:first-of-type button {
      text-align: left; }
    .practice--enterprise .type-nav .owl-item:nth-of-type(3) span {
      position: relative; }
      @media (min-width: 768px) {
        .practice--enterprise .type-nav .owl-item:nth-of-type(3) span {
          left: 20px; } }
    .practice--enterprise .type-nav .owl-item:last-of-type button {
      text-align: right; }
    .practice--enterprise .type-nav button {
      border: none;
      color: #818181;
      padding: 0;
      background: none;
      display: block;
      line-height: 1;
      border-bottom: 1px solid transparent;
      outline: 0;
      display: inline-block;
      min-width: unset;
      font-size: 14px;
      letter-spacing: -1px; }
      @media (min-width: 640px) {
        .practice--enterprise .type-nav button {
          font-size: 15px;
          letter-spacing: -1.15px; } }
      @media (min-width: 768px) {
        .practice--enterprise .type-nav button {
          letter-spacing: -1.75px;
          font-size: 18px;
          width: 100%;
          min-width: 150px; } }
      .practice--enterprise .type-nav button:active, .practice--enterprise .type-nav button:hover, .practice--enterprise .type-nav button:focus {
        outline: 0; }
      @media (min-width: 768px) {
        .practice--enterprise .type-nav button {
          font-size: 26px; } }
      @media (min-width: 1024px) {
        .practice--enterprise .type-nav button {
          font-size: 35px; } }
      .practice--enterprise .type-nav button.active {
        color: #40C0C0;
        outline: none; }
        @media (min-width: 768px) {
          .practice--enterprise .type-nav button.active span {
            border-bottom: 1px solid white; } }
      .practice--enterprise .type-nav button span {
        display: inline-block;
        padding: 0 0 20px 0;
        margin-bottom: -1px; }
  .practice--enterprise .type-phase .owl-item {
    border: 1px solid #333333; }
  .practice--enterprise .phase-content {
    margin: 0 auto;
    text-align: left;
    width: 100%; }
    @media (min-width: 768px) {
      .practice--enterprise .phase-content {
        text-align: center;
        max-width: 700px; } }
    .practice--enterprise .phase-content p {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 15px;
      min-height: 60px; }
      @media (min-width: 768px) {
        .practice--enterprise .phase-content p {
          min-height: 90px;
          margin-bottom: 30px;
          font-size: 25px; } }
    .practice--enterprise .phase-content a {
      text-transform: uppercase;
      color: #818181;
      font-size: 14px;
      display: inline-block;
      margin: 0 auto;
      margin-bottom: 15px;
      font-weight: bold;
      letter-spacing: 0.1px; }
      @media (min-width: 768px) {
        .practice--enterprise .phase-content a {
          margin-bottom: 30px; } }
      .practice--enterprise .phase-content a:after {
        content: "\73";
        font-family: "foundation-capital";
        vertical-align: middle;
        text-transform: none;
        margin-left: 20px;
        display: inline-block;
        font-size: 20px;
        position: relative;
        top: -2px; }

@-webkit-keyframes fadeColor {
  0% {
    background: #40C0C0; }
  100% {
    background: #4B4B4B; } }
  .practice--enterprise .phase-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .practice--enterprise .phase-layout {
        margin: 0 auto 50px;
        max-width: 600px;
        font-size: 20px; } }
    .practice--enterprise .phase-layout.applications .apps {
      background: #40C0C0; }
    .practice--enterprise .phase-layout.dataplatforms .platforms {
      background: #40C0C0; }
    .practice--enterprise .phase-layout.security .security {
      background: #40C0C0; }
    .practice--enterprise .phase-layout.infrastructure .infrastructure {
      background: #40C0C0; }
    .practice--enterprise .phase-layout span {
      background: #4B4B4B;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block;
      padding: 20px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 1; }
      @media (min-width: 768px) {
        .practice--enterprise .phase-layout span {
          padding: 20px; } }
    .practice--enterprise .phase-layout .full {
      width: 100%; }
    .practice--enterprise .phase-layout .third {
      width: calc(33.33% - 6.6px); }
  .practice--enterprise .active .phase-layout span {
    -webkit-animation-name: fadeColor;
    animation-name: fadeColor;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .practice--enterprise .active .phase-layout.applications span {
    -webkit-animation: none;
    animation: none; }
  .practice--enterprise .active .phase-layout.applications .apps {
    background: #40C0C0;
    -webkit-animation: none;
    animation: none; }
  .practice--enterprise .active .phase-layout.dataplatforms .platforms ~ span {
    -webkit-animation: none;
    animation: none; }
  .practice--enterprise .active .phase-layout.dataplatforms .platforms {
    background: #40C0C0;
    -webkit-animation: none;
    animation: none; }
  .practice--enterprise .active .phase-layout.security .security ~ span {
    -webkit-animation: none;
    animation: none; }
  .practice--enterprise .active .phase-layout.security .security {
    background: #40C0C0;
    -webkit-animation: none;
    animation: none; }
  .practice--enterprise .active .phase-layout.infrastructure .infrastructure {
    background: #40C0C0;
    -webkit-animation: none;
    animation: none; }
  .practice--enterprise .point-of-view {
    background: #F3F3F3; }
  .practice--enterprise .companies {
    background: #333333;
    color: #A8A8A8;
    padding: 60px 0; }
    .practice--enterprise .companies .company-content {
      margin-right: 1px; }
      .practice--enterprise .companies .company-content h3 {
        letter-spacing: -0.75px;
        margin-bottom: 0;
        font-size: 15px; }
        @media (min-width: 768px) {
          .practice--enterprise .companies .company-content h3 {
            font-size: 22px; } }
        @media (min-width: 1024px) {
          .practice--enterprise .companies .company-content h3 {
            font-size: 30px; } }
      .practice--enterprise .companies .company-content .thesis {
        grid-column: 1 / -1;
        border-bottom: 1px solid #A8A8A8;
        padding-bottom: 20px; }
        @media (min-width: 768px) {
          .practice--enterprise .companies .company-content .thesis {
            padding-bottom: 50px; } }
        @media (min-width: 1024px) {
          .practice--enterprise .companies .company-content .thesis {
            grid-column: 1 / 4;
            border-bottom: none;
            padding-bottom: 0; } }
        .practice--enterprise .companies .company-content .thesis h3 {
          display: inline-block; }
          @media (min-width: 1024px) {
            .practice--enterprise .companies .company-content .thesis h3 {
              border-bottom: 1px solid #A8A8A8;
              padding-bottom: 30px; } }
        .practice--enterprise .companies .company-content .thesis p {
          color: white;
          line-height: 1;
          margin-bottom: 20px;
          font-size: 20px; }
          .practice--enterprise .companies .company-content .thesis p:first-of-type {
            margin-top: 20px; }
            @media (min-width: 768px) {
              .practice--enterprise .companies .company-content .thesis p:first-of-type {
                margin-top: 30px; } }
          @media (min-width: 1200px) {
            .practice--enterprise .companies .company-content .thesis p {
              font-size: 30px; } }
      .practice--enterprise .companies .company-content .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media (min-width: 480px) {
          .practice--enterprise .companies .company-content .flex {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 30px; } }
      .practice--enterprise .companies .company-content a {
        text-transform: uppercase;
        color: #818181;
        display: inline-block;
        font-size: bold;
        font-size: 12px; }
        @media (min-width: 768px) {
          .practice--enterprise .companies .company-content a {
            font-weight: bold;
            letter-spacing: -0.5px;
            font-size: 14px; } }
        .practice--enterprise .companies .company-content a:after {
          content: "\73";
          font-family: "foundation-capital";
          vertical-align: middle;
          text-transform: none;
          display: inline-block;
          font-size: 20px;
          position: relative;
          top: -2px;
          margin-left: 5px; }
          @media (min-width: 768px) {
            .practice--enterprise .companies .company-content a:after {
              margin-left: 20px; } }
      .practice--enterprise .companies .company-content .investments {
        grid-column: 1 / -1; }
        @media (min-width: 1024px) {
          .practice--enterprise .companies .company-content .investments {
            grid-column: 5 / -1; } }
        .practice--enterprise .companies .company-content .investments .flex {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
      .practice--enterprise .companies .company-content .companies-container {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px; }
        @media (min-width: 768px) {
          .practice--enterprise .companies .company-content .companies-container {
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 17px; } }
      .practice--enterprise .companies .company-content .company__cell {
        background: white;
        width: 100%;
        position: relative; }
        .practice--enterprise .companies .company-content .company__cell:before {
          content: '';
          display: block;
          padding-top: 100%; }
        .practice--enterprise .companies .company-content .company__cell a {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          top: 0;
          right: 0;
          border: 3px solid white;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .practice--enterprise .companies .company-content .company__cell a:after {
            display: none; }
          .practice--enterprise .companies .company-content .company__cell a:hover, .practice--enterprise .companies .company-content .company__cell a:focus {
            border: 3px solid #40C0C0; }
        .practice--enterprise .companies .company-content .company__cell svg {
          width: 60%;
          max-height: 100px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.post-template-single-conference-blog {
  background: black;
  color: white; }
  .post-template-single-conference-blog .home__promo-section {
    height: 40vh; }
    @media mq-s {
      .post-template-single-conference-blog .home__promo-section {
        height: 60vh; } }
    @media mq-m {
      .post-template-single-conference-blog .home__promo-section {
        height: 100vh; } }
  .post-template-single-conference-blog .member__image img {
    height: unset; }
  .post-template-single-conference-blog .member__image:hover .image__overlay {
    opacity: 1; }
  .post-template-single-conference-blog .member__image:after {
    display: none; }
  .post-template-single-conference-blog .members__member .member__name, .post-template-single-conference-blog .members__member .member__title {
    color: white; }
  .post-template-single-conference-blog .member__name {
    margin-top: 15px;
    margin-bottom: 10px; }
    .post-template-single-conference-blog .member__name:hover {
      color: #40C0C0; }
  .post-template-single-conference-blog h4 {
    margin-bottom: 5px; }
    .post-template-single-conference-blog h4 a {
      color: white;
      font-size: 18px; }
      .post-template-single-conference-blog h4 a:hover, .post-template-single-conference-blog h4 a:focus {
        color: #40C0C0; }
  .post-template-single-conference-blog [class^="icon--"]:before, .post-template-single-conference-blog [class*=" icon--"]:before {
    color: white; }
  .post-template-single-conference-blog .event__photos .owl-item:before {
    display: none; }
  .post-template-single-conference-blog .agenda {
    list-style: none;
    margin: 0;
    padding: 0;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    .post-template-single-conference-blog .agenda a {
      color: white; }
      .post-template-single-conference-blog .agenda a:hover, .post-template-single-conference-blog .agenda a:focus {
        color: #40C0C0; }
    .post-template-single-conference-blog .agenda ol, .post-template-single-conference-blog .agenda ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .post-template-single-conference-blog .agenda button {
      background: none;
      border: none;
      color: #B2B2B2;
      text-align: left;
      padding: 0;
      outline: 0; }
      .post-template-single-conference-blog .agenda button.closed h3:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .post-template-single-conference-blog .agenda button h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 48px;
      font-weight: normal;
      line-height: 0.9;
      font-size: 24px;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .post-template-single-conference-blog .agenda button h3 {
          font-size: 40px;
          margin-bottom: 20px; } }
      @media screen and (min-width: 1024px) {
        .post-template-single-conference-blog .agenda button h3 {
          font-size: 48px;
          margin-bottom: 30px; } }
      .post-template-single-conference-blog .agenda button h3 span {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 80%; }
        @media screen and (min-width: 768px) {
          .post-template-single-conference-blog .agenda button h3 span {
            max-width: 70%; } }
        @media screen and (min-width: 1024px) {
          .post-template-single-conference-blog .agenda button h3 span {
            max-width: 60%; } }
      .post-template-single-conference-blog .agenda button h3:before {
        content: "\64";
        font-family: "foundation-capital";
        font-size: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        line-height: 2; }
        @media screen and (min-width: 768px) {
          .post-template-single-conference-blog .agenda button h3:before {
            font-size: 40px; } }
    .post-template-single-conference-blog .agenda .time {
      color: #40C0C0; }
    .post-template-single-conference-blog .agenda .agenda__item:nth-of-type(2n + 1) {
      grid-column: 1 / -1; }
      @media screen and (min-width: 768px) {
        .post-template-single-conference-blog .agenda .agenda__item:nth-of-type(2n + 1) {
          grid-column: 1 / 7; } }
    .post-template-single-conference-blog .agenda .agenda__item:nth-of-type(2n + 2) {
      grid-column: 1 / -1; }
      @media screen and (min-width: 768px) {
        .post-template-single-conference-blog .agenda .agenda__item:nth-of-type(2n + 2) {
          grid-column: 7 / -1; } }
    .post-template-single-conference-blog .agenda .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .post-template-single-conference-blog .agenda .flex ol {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 80%; }
        @media screen and (min-width: 768px) {
          .post-template-single-conference-blog .agenda .flex ol {
            max-width: 70%; } }
        @media screen and (min-width: 1024px) {
          .post-template-single-conference-blog .agenda .flex ol {
            max-width: 60%; } }
    .post-template-single-conference-blog .agenda .talk {
      border-bottom: 1px solid #B2B2B2;
      padding-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .post-template-single-conference-blog .agenda .talk {
          padding-bottom: 20px; } }
      .post-template-single-conference-blog .agenda .talk:last-of-type {
        border-bottom: 0 solid #000; }
      .post-template-single-conference-blog .agenda .talk h5 {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1; }
        @media screen and (min-width: 768px) {
          .post-template-single-conference-blog .agenda .talk h5 {
            font-size: 20px; } }
        @media screen and (min-width: 1024px) {
          .post-template-single-conference-blog .agenda .talk h5 {
            font-size: 25px; } }
    .post-template-single-conference-blog .agenda .speakers li {
      margin-bottom: 0; }
  .post-template-single-conference-blog .content {
    color: #959595; }
  .post-template-single-conference-blog .aspect-ratio {
    position: relative;
    padding-bottom: 48.25%; }
  .post-template-single-conference-blog iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/** STRUCTURE */
.sc-player {
  width: 100%;
  height: 60px;
  position: relative;
  margin: 20px 0; }

.sc-player ol,
.sc-player li {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

/* Artworks */
.sc-player .sc-artwork-list {
  display: none; }

.sc-player .sc-artwork-list li {
  list-style-type: none;
  display: none; }

.sc-player .sc-artwork-list li.active {
  list-style-type: none;
  display: block; }

.sc-player .sc-artwork-list li img,
.sc-player .sc-artwork-list li div {
  list-style-type: none;
  width: 100%;
  height: 100%; }

/* controls */
.sc-player .sc-controls {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 8px; }

.sc-player .sc-controls a {
  display: block;
  width: 40px;
  height: 40px; }

.sc-player .sc-controls a.sc-play,
.sc-player .sc-controls a.sc-pause {
  text-indent: -3000px; }

.sc-player .sc-controls a.sc-pause {
  display: none; }

.sc-player .sc-controls a.sc-play {
  display: none; }

.sc-player .sc-controls a.sc-pause {
  display: block; }

/* scrubber */
.sc-waveform-container {
  border: 1px solid #000000; }

.sc-scrubber {
  position: absolute;
  left: -5000px;
  bottom: 10px;
  height: 40px;
  width: 95.5%; }

.sc-player:hover .sc-scrubber,
.sc-player .sc-scrubber {
  display: block;
  left: 45px; }

.sc-scrubber .sc-time-span {
  height: 12px;
  margin: 12px 5px;
  position: relative; }

.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  height: 12px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 0;
  -webkit-transition: width 0.1s linear; }

.sc-scrubber .sc-time-indicators {
  position: absolute;
  right: 0;
  top: -20px; }

/* tracks */
/* Track listings*/
.sc-player ol.sc-trackslist {
  position: absolute;
  float: left;
  width: 92%;
  height: 100%;
  left: 45px;
  /* overflow: auto; */ }

.sc-player ol.sc-trackslist li {
  float: left;
  width: 95.5%;
  cursor: pointer;
  margin: 10px 0;
  padding: 5px;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .sc-player ol.sc-trackslist li {
      margin: 5px 0; } }

/* Track info*/
.sc-player .sc-info {
  display: none;
  position: absolute;
  top: 10px;
  left: -5000px;
  width: 200px;
  padding: 5px;
  height: 450px;
  z-index: 500;
  margin-left: -40px; }

.sc-player .sc-info.active {
  left: 25%;
  top: 5%; }

.sc-player .sc-info-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none; }

.sc-player .sc-info-toggle.active {
  left: -5000px; }

.sc-player .sc-info-close {
  position: absolute;
  top: 10px;
  right: 20px; }

/* utilities */
.sc-player .hidden {
  display: none; }

.sc-player-engine-container {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px; }

/** COLOURS */
.sc-player {
  color: #333;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold; }
  .sc-player .sc-trackslist {
    top: 25px;
    font-size: 16px; }
    .sc-player .sc-trackslist a {
      font-weight: 300;
      color: #9c9c9c;
      text-decoration: none; }

.sc-player a {
  text-decoration: none;
  color: #9c9c9c; }

/* scrubber */
.sc-scrubber {
  background-color: #ffffff; }

.sc-scrubber .sc-time-span {
  background-color: #ffffff; }

.sc-scrubber .sc-time-span img {
  height: 12px;
  width: 100%;
  background-color: #ffffff; }

.sc-scrubber .sc-played {
  background-color: #40C0C0;
  opacity: 1; }

/* controls */
.sc-player .sc-controls a {
  color: transparent;
  background: url("img/soundcloud/play-hover.png"); }

.sc-player .sc-controls a:hover {
  background: url("img/soundcloud/play.png"); }

.sc-player .sc-controls a.sc-pause {
  background: url("img/soundcloud/play-hover.png"); }

.sc-player .sc-controls a.sc-pause:hover {
  background: url("img/soundcloud/play.png"); }

.sc-player.playing .sc-controls a.sc-pause {
  background: url("img/soundcloud/pause-hover.png"); }

.sc-player.playing .sc-controls a.sc-pause:hover {
  background: url("img/soundcloud/pause.png"); }

.sc-scrubber .sc-time-indicators {
  background: #ffffff;
  color: #9c9c9c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px;
  font-size: 0.4em;
  font-weight: normal;
  line-height: 1em;
  width: 100%; }

/* Track listings*/
.sc-track-duration {
  display: none; }

.sc-duration {
  float: right; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }
