/*
 * Core Loader
 */
/* SCSS Utilities
 *
 * Helper mixins and functions for use throughout the theme
 */
/**
 * Style resets & mixins
 */
/**
 * SCSS Dev Utilities
 */
.future-slider .slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0; }

/*
 * Typography
 *
 * Theme font families
 * Font family sass function
 */
/* Header Mixins */
/* Theme Breakpoints
 *
 * Media and screen values, and helper functions
 */
/* Core CSS Colors
 *
 * List of named colors for use in CSS.
 * SCSS maps `color()` helper function
 */
/* Core Layout Values
 *
 * Default theme values
 * Theme layout mixins
 */
/* SCSS Layout Variables */
/**
 * SCSS Theme Layout Utilities
 */
/*
 * Core Loader
 */
/* SCSS Utilities
 *
 * Helper mixins and functions for use throughout the theme
 */
/**
 * Style resets & mixins
 */
/**
 * SCSS Dev Utilities
 */
.future-slider .slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0; }

/*
 * Typography
 *
 * Theme font families
 * Font family sass function
 */
/* Header Mixins */
/* Theme Breakpoints
 *
 * Media and screen values, and helper functions
 */
/* Core CSS Colors
 *
 * List of named colors for use in CSS.
 * SCSS maps `color()` helper function
 */
/* Core Layout Values
 *
 * Default theme values
 * Theme layout mixins
 */
/* SCSS Layout Variables */
/**
 * SCSS Theme Layout Utilities
 */
/*
 * Twitter feed styles
 */
.post-list__item--tweet .name {
  font-weight: 500;
  margin-right: 1.25rem; }

.post-list__item--tweet a {
  text-decoration: none;
  color: #d1d1d1; }

.post-list__item--tweet img {
  height: auto;
  max-width: 100%; }

.post-terms {
  color: #d1d1d1;
  font-size: 0.75rem; }
  .post-terms li {
    display: inline-block;
    /* stylelint-disable selector-max-specificity */
    /* stylelint-enable */ }
    .post-terms li::after {
      content: "-";
      margin: 0 0.375rem; }
    .post-terms li:last-child::after {
      display: none; }
    .post-terms li::after {
      content: '\2022'; }
    .post-terms li:last-child::after {
      display: none; }
  .post-terms a {
    text-decoration: none;
    color: #d1d1d1; }
    .post-terms a:hover, .post-terms a:focus {
      color: #ed8b00; }

.byline a {
  text-decoration: none;
  color: #40474e; }
  .byline a:hover, .byline a:focus {
    color: #40474e; }
  .byline a:hover {
    text-decoration: underline; }

/*
 * Post List module styles
 */
.post-list > * {
  border-bottom: none;
  margin-bottom: 1rem;
  padding-bottom: 0; }
  .post-list > *:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.post-list__item {
  position: relative; }

.post-list__item-title {
  font-size: 1.375rem; }

.post-list__item-title-link {
  text-decoration: none;
  color: #40474e; }
  .post-list__item-title-link:hover, .post-list__item-title-link:focus {
    color: #ed8b00; }

.byline--post-list a {
  font-weight: 500; }

.post-list__item-read-more {
  text-decoration: none;
  color: #40474e;
  text-transform: lowercase; }
  .post-list__item-read-more:hover, .post-list__item-read-more:focus {
    color: #ed8b00; }
  .home .post-list__item-read-more {
    font-weight: 500; }

.post-list__item-tags {
  color: #d1d1d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 0.75rem;
  text-transform: lowercase; }
  .post-list__item-tags li::after {
    content: "-";
    margin: 0 0.375rem; }
  .post-list__item-tags li:last-child::after {
    display: none; }
  .post-list__item-tags a {
    text-decoration: none;
    color: #d1d1d1; }
    .post-list__item-tags a:hover, .post-list__item-tags a:focus {
      color: #ed8b00; }

.post-list__item-source {
  text-decoration: none;
  color: #d1d1d1;
  font-size: 0.75rem; }
  .post-list__item-source:hover, .post-list__item-source:focus {
    color: #ed8b00; }

.post-list--posts {
  /* stylelint-disable selector-max-specificity */
  /* Target only read more links of post lists in home page popular section */
  /* stylelint-enable */ }
  .post-list--posts > * {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem; }
    .post-list--posts > *:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .post-list--posts.wrap-ajax-loaded {
    border-top: 1px solid #d1d1d1;
    margin-top: 2rem;
    padding-top: 1.25rem;
    width: 100%; }
  .post-list--posts .byline--post-list {
    margin-bottom: 1rem; }
  .home-section--popular .post-list--posts .post-list__item-read-more {
    display: block;
    margin-bottom: 1rem; }
  .post-list--posts .post-list__item-title {
    font: 700 1.375rem/1.625rem 'proxima-nova', Helvetica, Arial, sans-serif;
    letter-spacing: calc(-5 / 1000em);
    color: #40474e;
    font-weight: 500; }

.post-list--featured .post-list__item::after,
.post-list--posts .post-list__item::after {
  clear: both;
  content: '';
  display: table; }

.post-list--featured .post-list__item-thumbnail,
.post-list--posts .post-list__item-thumbnail {
  display: block;
  margin-bottom: 1em; }
  @media (min-width: 641px) {
    .post-list--featured .post-list__item-thumbnail,
    .post-list--posts .post-list__item-thumbnail {
      float: right;
      margin-left: 1.5rem;
      max-width: 22.5rem; } }
  .post-list--featured .post-list__item-thumbnail img,
  .post-list--posts .post-list__item-thumbnail img {
    display: block;
    width: 100%; }

.post-list--events .post-list__item-header {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.post-list--events .post-list__item-title {
  font-weight: 500;
  margin-right: 1rem; }

.post-list--events .post-list__item-date {
  color: #d1d1d1;
  font-size: 0.75rem; }

.post-list--related > * {
  border-bottom: none;
  margin-bottom: 3.3rem;
  padding-bottom: 0; }
  .post-list--related > *:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.post-list--related .post-list__item-title {
  line-height: 1.25;
  font-size: 1.25rem; }
  @media (min-width: 769px) {
    .post-list--related .post-list__item-title {
      font-size: 1.375rem; } }

.post-list--tweets > * {
  border-bottom: none;
  margin-bottom: 1.5rem;
  padding-bottom: 0; }
  .post-list--tweets > *:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track::before,
.slick-track::after {
  display: table;
  content: ''; }

.slick-track::after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #4b4f54; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
  -webkit-appearance: none; }

select {
  -webkit-appearance: none; }

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

body.home {
  background: #fff; }

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 11px 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  @media (min-width: 768px) {
    .btn {
      padding: 11px 21px; } }
  .btn.btn-orange {
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    background: #ed8b00; }
    .btn.btn-orange:hover, .btn.btn-orange:focus {
      background: #ed8b00; }
  .btn.btn-black {
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    background: #000; }
    .btn.btn-black:hover, .btn.btn-black:focus {
      background: #111111; }
  .btn.btn-dark-blue {
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    background: #0057b8; }
    .btn.btn-dark-blue:hover, .btn.btn-dark-blue:focus {
      background: #003f85; }
  .btn.btn-future-blue {
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    background: #4100ff; }
    .btn.btn-future-blue:hover, .btn.btn-future-blue:focus {
      background: #3400cc; }
  .btn.btn-white {
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    background: #fff;
    color: #4100ff; }
    .btn.btn-white:hover, .btn.btn-white:focus {
      background: #e6e6e6; }

.link {
  display: inline-block;
  vertical-align: top;
  color: #ed8b00;
  font-size: 0.938rem;
  padding-right: 22px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .link::after {
    content: "\e902";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font: 13px/1 "icomoon";
    margin-top: -1px; }
  .link:hover, .link:focus {
    color: #ba6d00; }

.all-link {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 300;
  color: #000;
  margin-bottom: 0.375rem; }
  @media (min-width: 768px) {
    .all-link {
      font-size: 1rem; } }
  .all-link:hover, .all-link:focus {
    color: #ed8b00; }

.home-main {
  padding: 2.875rem 0; }
  @media (min-width: 768px) {
    .home-main {
      padding: 1.563rem 0; } }
  @media (min-width: 1024px) {
    .home-main {
      padding: 1.563rem 0 6.438rem; } }
  @media (min-width: 1024px) {
    .home-main > .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .home-main .aside {
      width: 380px; } }
  @media (min-width: 1201px) {
    .home-main .aside {
      width: 418px; } }
  @media (min-width: 768px) {
    .home-main .aside .widget-box .order {
      -webkit-transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
      -o-transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
      will-change: transform;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .home-main .aside .widget-box .order .img-wrap {
        overflow: hidden; }
        .home-main .aside .widget-box .order .img-wrap img {
          display: block;
          position: relative;
          -webkit-transition: -webkit-transform 0.25s ease-in-out;
          transition: -webkit-transform 0.25s ease-in-out;
          -o-transition: transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          will-change: transform;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .home-main .aside .widget-box .order:hover, .home-main .aside .widget-box .order:focus {
        -webkit-transform: translate3d(0, -4.5px, 0);
                transform: translate3d(0, -4.5px, 0); } }
  @media (min-width: 768px) {
    .home-main .post {
      -webkit-transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
      -o-transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
      font-smoothing: antialiased;
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transform: translateZ(0.00001px);
              transform: translateZ(0.00001px); }
      .home-main .post .img-frame a {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .home-main .post .img-frame .img {
        z-index: 1;
        image-rendering: optimize-contrast;
        -webkit-filter: blur(0);
                filter: blur(0); } }

#content-col {
  margin-bottom: 4rem; }
  @media (min-width: 1024px) {
    #content-col {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 3.125rem 0 0;
      margin-bottom: 0; } }
  @media (min-width: 1201px) {
    #content-col {
      padding: 0 8.75rem 0 0; } }
  #content-col .top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #97999b;
    padding-bottom: 0.813rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      #content-col .top-row {
        min-height: 60px;
        margin-bottom: 2rem; } }
    #content-col .top-row ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 1.75rem;
      line-height: 1.22;
      font-weight: 300;
      margin: 0 -16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (min-width: 768px) {
        #content-col .top-row ul {
          margin: 0 -24px; } }
      @media (min-width: 1201px) {
        #content-col .top-row ul {
          font-size: 2.25rem; } }
      #content-col .top-row ul li {
        padding: 0 16px; }
        @media (min-width: 768px) {
          #content-col .top-row ul li {
            padding: 0 24px; } }
        #content-col .top-row ul li.active a {
          color: #ed8b00; }
        #content-col .top-row ul li a {
          -webkit-transition: color 0.3s linear;
          -o-transition: color 0.3s linear;
          transition: color 0.3s linear;
          color: #d0d0ce;
          text-decoration: none; }
          #content-col .top-row ul li a:hover, #content-col .top-row ul li a:focus {
            color: #ed8b00; }
  #content-col .widget-box {
    margin-bottom: 1.875rem; }

#content-col .post-list--posts > .post {
  padding-bottom: 0; }

.post {
  margin-bottom: 2rem;
  padding: 0;
  border: 1px solid #d0d0ce; }
  @media (min-width: 768px) {
    .post {
      margin-bottom: 1.438rem; } }
  .post > .post-wrap,
  .post > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-decoration: none;
    color: #97999b; }
  .post .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 104px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .post .img-wrap {
        width: 198px; } }
    @media (min-width: 1201px) {
      .post .img-wrap {
        width: 238px; } }
    .post .img-wrap .img-frame {
      width: 100%;
      padding-top: 100%; }
      @media (min-width: 768px) {
        .post .img-wrap .img-frame {
          padding-top: 79.83%; } }
    .post .img-wrap .img {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      /*@include breakpoints(s-large) {
        bottom: 0;
        left: 0;
        top: 0;
      }*/ }
      .post .img-wrap .img.has-mobile-image {
        display: none; }
        @media (min-width: 768px) {
          .post .img-wrap .img.has-mobile-image {
            display: block; } }
      @media (min-width: 768px) {
        .post .img-wrap .img.img-mobile {
          display: none; } }
  @media (min-width: 1024px) {
    .post:first-child .content-wrap {
      height: 190px; } }
  @media (min-width: 1024px) {
    .post:nth-child(2) .content-wrap {
      height: 190px; } }
  .post .content-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 300; }
    @media (min-width: 768px) {
      .post .content-wrap {
        padding: 0.625rem 0.625rem 0.625rem 1.25rem;
        font-size: 1rem; } }
    @media (min-width: 1024px) {
      .post .content-wrap {
        min-height: 190px; } }
    @media (min-width: 1201px) {
      .post .content-wrap {
        padding: 0.625rem 1.875rem; } }
    .post .content-wrap .tag {
      display: inline-block;
      vertical-align: top;
      background: #7a99ac;
      padding: 0.125rem 0.5rem;
      color: #fff;
      font-size: 0.688rem;
      line-height: 1.23;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
      font-weight: 700; }
      @media (min-width: 768px) {
        .post .content-wrap .tag {
          padding: 0.188rem 0.75rem;
          font-size: 0.813rem; } }
      .post .content-wrap .tag.bio {
        background-color: #5bc2e7; }
      .post .content-wrap .tag.consumer {
        background-color: #00873e; }
      .post .content-wrap .tag.clf {
        background-color: #ef3340; }
      .post .content-wrap .tag.crypto {
        background-color: #6e3fa3; }
      .post .content-wrap .tag.enterprise {
        background-color: #0057b8; }
      .post .content-wrap .tag.fintech {
        background-color: #00a3ad; }
      .post .content-wrap .tag.lsv {
        background-color: #f1c400; }
      .post .content-wrap .tag.podcast {
        background-color: #ed8b00; }
      .post .content-wrap .tag.summit {
        background-color: #ed8b00; }
      .post .content-wrap .tag.general {
        background-color: #ed8b00; }
      .post .content-wrap .tag.company {
        background-color: #ed8b00; }
    .post .content-wrap h3 {
      font-size: 1rem;
      line-height: 1.21;
      margin-bottom: 0.25rem;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (min-width: 768px) {
        .post .content-wrap h3 {
          font-size: 1.5rem;
          margin-bottom: 0.688rem;
          font-weight: 700; } }
      @media (min-width: 1201px) {
        .post .content-wrap h3 {
          font-size: 1.75rem; } }
      @media (max-width: 767px) {
        .post .content-wrap h3 {
          -webkit-line-clamp: 2; } }
      .post .content-wrap h3 a {
        color: #4b4f54;
        text-decoration: none; }
  @media (max-width: 767px) {
    .post .byline--post-list {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; } }
  .post .byline--post-list a {
    font-weight: 300;
    color: #97999b; }

.btn-wrap {
  text-align: center; }
  @media (min-width: 768px) {
    .btn-wrap {
      margin-top: 2.188rem; } }

.home-main .load-more {
  text-align: center;
  padding-top: 32px; }

.load-more-btn,
.home-main .load-more__button {
  -webkit-transition: color 0.3s linear, background 0.3s linear;
  -o-transition: color 0.3s linear, background 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear;
  display: inline-block;
  vertical-align: top;
  background: none;
  padding: 0 22px 0 0;
  outline: none;
  color: #ed8b00;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  border: 0 none;
  position: relative; }
  .load-more-btn::after,
  .home-main .load-more__button::after {
    content: "\e902";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font: 14px/1 "icomoon";
    margin-top: -1px; }

.widget-box {
  font-size: 0.875rem;
  line-height: 1.63;
  font-weight: 400;
  color: #4b4f54;
  margin-bottom: 4.563rem; }
  @media (min-width: 768px) {
    .widget-box {
      font-size: 1rem;
      margin-bottom: 3.188rem; } }
  .widget-box:last-child {
    margin-bottom: 0; }
  .widget-box .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #97999b;
    padding-bottom: 0.875rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .widget-box .top {
        min-height: 65px;
        padding-bottom: 1rem; } }
  .widget-box .topic {
    display: block;
    font-size: 1.75rem;
    line-height: 1.21;
    color: #4b4f54;
    font-weight: 400;
    padding: 0; }
    @media (min-width: 768px) {
      .widget-box .topic {
        font-size: 2.25rem;
        line-height: 1.22; } }
  .widget-box .adv-link-img-wrap {
    display: block; }
    .widget-box .adv-link-img-wrap img {
      display: block;
      width: 100%; }
  .widget-box .order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #dcf3f4;
    padding: 1.5rem 1.5rem 2rem;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .widget-box .order {
        margin-top: 2rem; } }
    .widget-box .order.round-corners {
      border-radius: 1rem 0 1rem 1rem; }
    .widget-box .order .text-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 20px; }
    .widget-box .order h3 {
      font-size: 1.75rem;
      line-height: 1.214;
      font-weight: 800;
      margin-bottom: 0.5rem; }
      @media (max-width: 1023px) {
        .widget-box .order h3 {
          font-size: 1.5rem; } }
    .widget-box .order .img-wrap {
      width: 122px; }
      @media (min-width: 768px) {
        .widget-box .order .img-wrap {
          width: 134px; } }
      .widget-box .order .img-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .widget-box .order p {
      display: block;
      margin-bottom: 0.625rem; }
      @media (min-width: 768px) {
        .widget-box .order p {
          margin-bottom: 1rem; } }
  .widget-box .signup-form {
    padding-right: 105px; }
    @media (min-width: 768px) {
      .widget-box .signup-form {
        max-width: 28.938rem; } }
    .widget-box .signup-form input[type="email"] {
      font-size: 0.875rem;
      border-width: 0 0 1px;
      border-color: #4b4f54;
      border: solid #d0d0ce;
      border-width: 1px 0 1px 1px;
      width: 100%; }
    .widget-box .signup-form input[type="submit"] {
      width: 105px; }
      @media (min-width: 768px) {
        .widget-box .signup-form input[type="submit"] {
          width: 125px; } }
  .widget-box .thankyou-message-sidebar {
    height: auto !important;
    padding-top: 50px; }
    .widget-box .thankyou-message-sidebar .thankyou-message-inner::before {
      width: 52px;
      height: 52px; }
  .widget-box .mktoForm.signup-form-sidebar {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
    padding: 0 !important;
    font: 1rem/1.667 'proxima-nova', Helvetica, Arial, sans-serif !important;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .widget-box .mktoForm.signup-form-sidebar input[type="email"] {
      background: none;
      outline: none !important;
      padding: 11px 15px !important;
      width: 100% !important;
      line-height: 1.2;
      font-size: 0.875rem;
      border: 1px solid #d0d0ce !important;
      border-right-width: 0 !important;
      border-radius: 0 !important; }
      @media (max-width: 767px) {
        .widget-box .mktoForm.signup-form-sidebar input[type="email"] {
          height: 44px; } }
    .widget-box .mktoForm.signup-form-sidebar button[type="submit"] {
      -webkit-transition: background 0.3s linear;
      -o-transition: background 0.3s linear;
      transition: background 0.3s linear;
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      background: #ed8b00 !important;
      border: none !important;
      outline: none;
      border-radius: 0;
      cursor: pointer;
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1;
      padding: 0.313rem 0 !important; }
      .widget-box .mktoForm.signup-form-sidebar button[type="submit"]::before {
        content: "Sign Up "; }
      .widget-box .mktoForm.signup-form-sidebar button[type="submit"] img {
        display: none !important; }
      .widget-box .mktoForm.signup-form-sidebar button[type="submit"]:hover, .widget-box .mktoForm.signup-form-sidebar button[type="submit"]:focus {
        background: #b06613 !important;
        border: none !important; }
      .widget-box .mktoForm.signup-form-sidebar button[type="submit"][disabled] {
        display: block !important; }
        .widget-box .mktoForm.signup-form-sidebar button[type="submit"][disabled]::before {
          content: ""; }
    .widget-box .mktoForm.signup-form-sidebar .mktoFormCol {
      margin: 0 !important; }
    .widget-box .mktoForm.signup-form-sidebar .mktoButtonRow {
      position: absolute !important;
      right: 0;
      height: 40px;
      width: 125px !important;
      bottom: 0; }
      @media (max-width: 767px) {
        .widget-box .mktoForm.signup-form-sidebar .mktoButtonRow {
          height: 44px; } }
    .widget-box .mktoForm.signup-form-sidebar .mktoButtonWrap {
      position: absolute;
      right: 0;
      height: 100%;
      width: 100%;
      top: 0; }
    .widget-box .mktoForm.signup-form-sidebar .mktoFormRow {
      position: relative !important;
      width: 100% !important; }
      .widget-box .mktoForm.signup-form-sidebar .mktoFormRow:nth-child(8) {
        padding-right: 125px; }
      .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap .mktoHtmlText {
        padding-left: 1.938rem;
        font-size: 0.875rem;
        line-height: 1.63;
        color: #4b4f54;
        font-weight: 300;
        margin-bottom: 0.813rem; }
        @media (min-width: 768px) {
          .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap .mktoHtmlText {
            font-size: 1rem;
            padding-left: 2.375rem;
            margin-bottom: 1.25rem; } }
      .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap > label {
        display: block;
        font-size: 0.813rem;
        line-height: 1.81;
        color: #4b4f54;
        font-weight: 700;
        padding-left: 1.938rem;
        position: relative;
        width: 100% !important;
        cursor: pointer; }
        @media (min-width: 768px) {
          .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap > label {
            font-size: 1rem;
            padding-left: 2.375rem; } }
      .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
        position: absolute;
        left: 0;
        top: 3px;
        width: 18px;
        height: 18px;
        /*> label {
              position: absolute;
              left: 0;
              top: 0;
              width: 18px;
              height: 18px;
              border-radius: 2px;
              border: 1px solid $steel;
              margin: 0 !important;

              &:before {
                  transition: opacity 0.3s linear, visibility 0.3s linear;
                  content: "";
                  position: absolute;
                  left: 50%;
                  top: 50%;
                  transform: translate(-50%, -50%) rotate(-45deg);
                  width: 9px;
                  height: 4px;
                  border: solid $steel;
                  border-width: 0 0 1px 1px;
                  margin-top: -1px;
                  opacity: 0;
                  visibility: hidden;
              }
          }*/ }
        .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap .mktoCheckboxList input[type="checkbox"] {
          position: fixed;
          left: 0;
          top: 0;
          opacity: 0;
          z-index: -1; }
          .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap .mktoCheckboxList input[type="checkbox"] + label {
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border-radius: 2px;
            border: 1px solid #4b4f54;
            margin: 0 !important; }
            .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap .mktoCheckboxList input[type="checkbox"] + label:before {
              -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
              -o-transition: opacity 0.3s linear, visibility 0.3s linear;
              transition: opacity 0.3s linear, visibility 0.3s linear;
              content: "";
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                  -ms-transform: translate(-50%, -50%) rotate(-45deg);
                      transform: translate(-50%, -50%) rotate(-45deg);
              width: 9px;
              height: 4px;
              border: solid #4b4f54;
              border-width: 0 0 1px 1px;
              margin-top: -1px;
              opacity: 0;
              visibility: hidden; }
          .widget-box .mktoForm.signup-form-sidebar .mktoFormRow .mktoFieldWrap .mktoCheckboxList input[type="checkbox"]:checked + label:before {
            opacity: 1;
            visibility: visible; }
    .widget-box .mktoForm.signup-form-sidebar .mktoLabel {
      float: none !important; }
    .widget-box .mktoForm.signup-form-sidebar.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
      border: 0 none !important; }
  .widget-box .topics-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 1rem; }
    @media (min-width: 768px) {
      .widget-box .topics-list {
        font-size: 1.25rem;
        padding-top: 0.875rem; } }
    .widget-box .topics-list li {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 1.313rem; }
      @media (min-width: 768px) {
        .widget-box .topics-list li {
          margin-bottom: 1rem; } }
      .widget-box .topics-list li a {
        -webkit-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
        color: #4b4f54;
        text-decoration: none; }
        .widget-box .topics-list li a:hover, .widget-box .topics-list li a:focus {
          color: #ed8b00; }
  .widget-box .form-wrap {
    margin-top: 16px; }
  .widget-box .txt-wrap {
    line-height: 1.375; }

.podcast-lists {
  padding: 0;
  margin: 0;
  list-style: none; }
  .podcast-lists > li {
    position: relative;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .podcast-lists > li {
        position: static;
        padding: 0; } }
    .podcast-lists > li + li {
      margin-top: 1.25rem; }
  .podcast-lists .epi-detail {
    width: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
    color: #000; }
    @media (min-width: 768px) {
      .podcast-lists .epi-detail {
        padding: 0 0.25rem; } }
    .podcast-lists .epi-detail:hover .play, .podcast-lists .epi-detail:focus .play {
      background: #ed8b00; }
    .podcast-lists .epi-detail .holder {
      padding-left: 3rem;
      position: relative; }
      @media (min-width: 1024px) {
        .podcast-lists .epi-detail .holder {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative; } }
    .podcast-lists .epi-detail .player-holder {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .podcast-lists .epi-detail .play {
      -webkit-transition: background 0.3s linear;
      -o-transition: background 0.3s linear;
      transition: background 0.3s linear;
      display: block;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #ed8b00;
      overflow: hidden; }
      .podcast-lists .epi-detail .play::after {
        content: "\e90a";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font: 12px/1 "icomoon";
        color: #fff;
        margin-left: 2px; }
    .podcast-lists .epi-detail .text-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .podcast-lists .epi-detail .epi {
      display: block;
      font-size: 1rem;
      line-height: 1.1875;
      font-weight: 300;
      margin-bottom: 0;
      position: relative;
      color: #97999b; }
    .podcast-lists .epi-detail .title {
      display: block;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.4375;
      color: #4b4f54; }
    .podcast-lists .epi-detail .play-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 0.5rem; }
      .podcast-lists .epi-detail .play-info .player {
        position: relative; }
        .podcast-lists .epi-detail .play-info .player span {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 11px;
          line-height: 1.18;
          font-weight: 700;
          color: #4b4f54; }
          .podcast-lists .epi-detail .play-info .player span.start {
            left: 0; }
          .podcast-lists .epi-detail .play-info .player span.end {
            left: auto;
            right: 0; }
      .podcast-lists .epi-detail .play-info .foot {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0.125rem; }
      .podcast-lists .epi-detail .play-info .speed {
        -webkit-transition: color 0.3s linear, background 0.3s linear;
        -o-transition: color 0.3s linear, background 0.3s linear;
        transition: color 0.3s linear, background 0.3s linear;
        display: inline-block;
        vertical-align: top;
        border: 2px solid #d0d0ce;
        min-width: 43px;
        text-align: center;
        padding: 3px;
        font-size: 11px;
        line-height: 1.18;
        font-weight: 700;
        color: #d0d0ce;
        text-decoration: none; }
        .podcast-lists .epi-detail .play-info .speed:hover, .podcast-lists .epi-detail .play-info .speed:focus {
          background: #d0d0ce;
          color: #fff; }
      .podcast-lists .epi-detail .play-info ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 0.688rem;
        line-height: 1.18;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 -4px;
        padding-left: 0.625rem; }
        .podcast-lists .epi-detail .play-info ul li {
          display: inline-block;
          vertical-align: middle;
          padding: 0 4px; }
          .podcast-lists .epi-detail .play-info ul li a {
            -webkit-transition: color 0.3s linear;
            -o-transition: color 0.3s linear;
            transition: color 0.3s linear;
            color: #97999b;
            text-decoration: none; }
            .podcast-lists .epi-detail .play-info ul li a:hover, .podcast-lists .epi-detail .play-info ul li a:focus {
              color: #ed8b00; }

.checklist {
  margin: 0 0 0.938rem;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .checklist {
      margin: 0 0 1.375rem; } }
  .checklist li + li {
    margin-top: 0.813rem; }
    @media (min-width: 768px) {
      .checklist li + li {
        margin-top: 1.25rem; } }
  .checklist input[type="checkbox"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .checklist input[type="checkbox"]:checked + .fake-input::before {
      opacity: 1;
      visibility: visible; }
  .checklist label {
    display: block;
    padding-left: 1.938rem;
    position: relative;
    cursor: pointer; }
    @media (min-width: 768px) {
      .checklist label {
        padding-left: 2.375rem; } }
  .checklist .title {
    display: block;
    font-size: 0.813rem;
    line-height: 1.81;
    color: #4b4f54;
    font-weight: 700; }
    @media (min-width: 768px) {
      .checklist .title {
        font-size: 1rem; } }
  .checklist .fake-input {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #4b4f54; }
    .checklist .fake-input::before {
      -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
      -o-transition: opacity 0.3s linear, visibility 0.3s linear;
      transition: opacity 0.3s linear, visibility 0.3s linear;
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 9px;
      height: 4px;
      border: solid #4b4f54;
      border-width: 0 0 1px 1px;
      margin-top: -1px;
      opacity: 0;
      visibility: hidden; }
  .checklist .fake-label {
    display: block; }
    .checklist .fake-label > span {
      display: block; }

@media (min-width: 1024px) {
  .visible-sm {
    display: none; } }

.hidden-sm {
  display: none; }
  @media (min-width: 1024px) {
    .hidden-sm {
      display: block; } }

.terms-inline > span::after {
  content: ' | '; }

.terms-inline > span:last-of-type::after {
  content: none; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px); }
  60% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px); }
  60% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

.anim-bounce {
  position: relative;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite; }

.tab-content--item .post-list--posts.wrap-ajax-loaded {
  margin-top: 2rem;
  padding-top: 0;
  width: 100%;
  border-top: 0 none; }
  @media (min-width: 768px) {
    .tab-content--item .post-list--posts.wrap-ajax-loaded {
      margin-top: 1.438rem; } }

.home-main .tab-content--item.is-appeared .load-more__button,
.home-main .section-news.is-appeared .load-more__button {
  -webkit-animation: bounce 2s 3;
          animation: bounce 2s 3; }

@media (min-width: 1024px) {
  #module-advertise .order {
    min-height: 226px; } }

#module-advertise .order ~ .order {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    #module-advertise .order ~ .order {
      margin-top: 1.25rem; } }

.post-popular--hidden {
  display: none; }

@media (min-width: 768px) {
  .widget-box + .widget-box--ad-links {
    margin-top: -2.08rem; } }

.section-news .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #97999b;
  padding-bottom: 0.875rem; }
  @media (min-width: 768px) {
    .section-news .top {
      min-height: 65px;
      padding-bottom: 1rem; } }

.section-news .topic {
  display: block;
  font-size: 1.75rem;
  line-height: 1.21;
  color: #4b4f54;
  font-weight: 400;
  padding: 0; }
  @media (min-width: 768px) {
    .section-news .topic {
      font-size: 2.25rem;
      line-height: 1.22; } }

.news-list {
  font-size: 1rem;
  line-height: 1.1875; }
  .news-list li {
    padding: 24px 0;
    border-bottom: 1px solid #d0d0ce; }
  .news-list h3 {
    margin-bottom: 8px;
    font-size: 1.75rem;
    line-height: 1.214;
    font-weight: 800;
    letter-spacing: -0.01em; }
    @media (max-width: 1023px) {
      .news-list h3 {
        font-size: 1.5rem; } }
    .news-list h3 a {
      -webkit-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      transition: color 0.3s linear;
      color: #4b4f54;
      text-decoration: none; }
      .news-list h3 a:hover, .news-list h3 a:focus {
        color: #ed8b00; }
  .news-list .author {
    color: #97999b; }
    .news-list .author a {
      -webkit-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      transition: color 0.3s linear;
      color: #97999b;
      text-decoration: none; }
      .news-list .author a:hover, .news-list .author a:focus {
        color: #ed8b00; }

.tag {
  display: inline-block;
  vertical-align: top;
  padding: 3px 11px;
  font-size: 0.813rem;
  line-height: 1.230;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff; }
  .tag.bio {
    background-color: #5bc2e7; }
  .tag.consumer {
    background-color: #93c90e; }
  .tag.clf {
    background-color: #4b4f54; }
  .tag.crypto {
    background-color: #6e3fa3; }
  .tag.enterprise {
    background-color: #0057b8; }
  .tag.fintech {
    background-color: #00a3ad; }
  .tag.lsv {
    background-color: #f1c400; }
  .tag.podcast {
    background-color: #ed8b00; }
  .tag.summit {
    background-color: #ed8b00; }
  .tag.general {
    background-color: #ed8b00; }
  .tag.company {
    background-color: #ed8b00; }

.latest-episodes {
  margin-top: 32px; }
  .latest-episodes .top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 21px; }
  .latest-episodes h3 {
    font-size: 1.75rem;
    line-height: 1.214;
    font-weight: 800; }
    @media (max-width: 1023px) {
      .latest-episodes h3 {
        font-size: 1.5rem; } }
  .latest-episodes .see-all {
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    color: #4b4f54;
    text-decoration: none; }
    .latest-episodes .see-all:hover, .latest-episodes .see-all:focus {
      color: #ed8b00; }

.future-slider {
  margin: 0 0 16px !important;
  padding-top: 21px; }
  @media (max-width: 767px) {
    .future-slider {
      margin-bottom: 30px !important; } }
  .future-slider + .home-main {
    padding-top: 0; }
  .future-slider .container {
    margin: 0 auto; }
  .future-slider .slider {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .future-slider .slider .slick-track,
    .future-slider .slider .slick-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .future-slider .slider .slick-dots {
      padding-top: 16px;
      width: calc(100% + 8px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0 -4px; }
      @media (max-width: 767px) {
        .future-slider .slider .slick-dots {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .future-slider .slider .slick-dots button {
        width: 14px;
        height: 14px;
        background: #e3e4e3;
        padding: 0;
        overflow: hidden;
        text-indent: -999px;
        border: none;
        -webkit-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;
        outline: none; }
        .future-slider .slider .slick-dots button:hover, .future-slider .slider .slick-dots button:focus {
          background: #ed8b00; }
      .future-slider .slider .slick-dots li {
        line-height: 1;
        padding: 0 4px; }
        .future-slider .slider .slick-dots li.slick-active button {
          background: #ed8b00; }
  .future-slider .slide-item {
    background: #4100ff;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    overflow: hidden;
    height: 100%;
    margin: 0 -1px;
    direction: ltr; }
    @media (max-width: 767px) {
      .future-slider .slide-item {
        text-align: center;
        display: block;
        margin: 0; } }
    .future-slider .slide-item img {
      display: inline-block;
      vertical-align: top; }
    .future-slider .slide-item h1 {
      font-size: 2.25rem;
      line-height: 1.1111;
      margin-bottom: 11px;
      font-weight: 800;
      color: #fff; }
      @media (max-width: 1023px) {
        .future-slider .slide-item h1 {
          font-size: 30px; } }
    .future-slider .slide-item p {
      margin-bottom: 23px; }
    .future-slider .slide-item .content-left {
      padding: 56px 30px 56px 48px;
      max-width: 69%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 69%;
          -ms-flex: 0 0 69%;
              flex: 0 0 69%;
      position: relative;
      z-index: 1; }
      @media (max-width: 1023px) {
        .future-slider .slide-item .content-left {
          padding: 30px 15px; } }
      @media (max-width: 767px) {
        .future-slider .slide-item .content-left {
          max-width: none; } }
    .future-slider .slide-item .logo-hold {
      padding: 43px 40px; }
      @media (max-width: 1023px) {
        .future-slider .slide-item .logo-hold {
          max-width: 220px;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 220px;
              -ms-flex: 0 0 220px;
                  flex: 0 0 220px;
          padding: 30px 15px; } }
      @media (max-width: 767px) {
        .future-slider .slide-item .logo-hold {
          max-width: none;
          text-align: center;
          background: #4100ff; } }
    .future-slider .slide-item.style-01 {
      color: #4b4f54; }
      @media (max-width: 767px) {
        .future-slider .slide-item.style-01 {
          background: #f1faff; } }
      .future-slider .slide-item.style-01 .text-wrap {
        margin-right: -170px; }
        @media (max-width: 1023px) {
          .future-slider .slide-item.style-01 .text-wrap {
            margin-right: -100px; } }
        @media (max-width: 767px) {
          .future-slider .slide-item.style-01 .text-wrap {
            margin: 0; } }
      .future-slider .slide-item.style-01 h1 {
        color: #4b4f54; }
      .future-slider .slide-item.style-01 .content-left {
        padding-top: 48px;
        padding-bottom: 48px;
        background: #f1faff;
        max-width: 350px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 350px;
            -ms-flex: 0 0 350px;
                flex: 0 0 350px;
        margin-right: 90px; }
        @media (max-width: 1023px) {
          .future-slider .slide-item.style-01 .content-left {
            padding-top: 30px;
            padding-bottom: 30px;
            max-width: 300px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 300px;
                -ms-flex: 0 0 300px;
                    flex: 0 0 300px; } }
        @media (max-width: 767px) {
          .future-slider .slide-item.style-01 .content-left {
            max-width: none;
            margin-right: 0; } }
        .future-slider .slide-item.style-01 .content-left::after {
          position: absolute;
          bottom: 149px;
          right: -348px;
          content: '';
          background: #f1faff;
          width: 800px;
          height: 300px;
          z-index: -1;
          -webkit-transform: rotate(55deg) skew(3deg);
              -ms-transform: rotate(55deg) skew(3deg);
                  transform: rotate(55deg) skew(3deg); }
          @media (max-width: 1023px) {
            .future-slider .slide-item.style-01 .content-left::after {
              height: 200px;
              -webkit-transform: rotate(75deg) skew(3deg);
                  -ms-transform: rotate(75deg) skew(3deg);
                      transform: rotate(75deg) skew(3deg);
              bottom: 290px;
              right: -380px; } }
          @media (max-width: 767px) {
            .future-slider .slide-item.style-01 .content-left::after {
              display: none; } }

/*
 * Home Page Styles
 */
.site-content__primary > * {
  border-bottom: none;
  margin-bottom: 5rem;
  padding-bottom: 0; }
  .site-content__primary > *:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.home-section__header {
  border-bottom: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem; }

.home-section__title {
  font: 700 1.375rem/1.625rem 'proxima-nova', Helvetica, Arial, sans-serif;
  letter-spacing: calc(-5 / 1000em);
  color: #40474e;
  font-size: 2.25rem;
  line-height: 1; }

.home-section__subtitle {
  font-weight: 500;
  text-transform: uppercase; }

.home-section__paragraph {
  margin-bottom: 1.5em; }

.home-section__small-title {
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.home-section__read-more {
  text-decoration: none;
  color: #40474e;
  line-height: 1;
  margin-left: auto;
  margin-top: 1rem; }
  .home-section__read-more:hover, .home-section__read-more:focus {
    color: #ed8b00; }

.home .site-content {
  position: relative;
  z-index: 1; }

.home .site-content__primary {
  background: transparent; }


/*# sourceMappingURL=home.9fc651407fa637326fa6.min.css.map*/