@charset "UTF-8";
/**
 * Styles loaded by the Front-End
 */
/*
Theme Name: Basis Theme
Author: Centro Marketing
Description: Basis Wordpress Theme.
Version: 1
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
Text Domain: basis
*/
/**
 * Settings
 */
/**
 * Easings
 */
/**
 * Core
 */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
 * Animations
 */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Basis Reset */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.has-poppy-background-color {
  background-color: #ff4949;
}

.has-poppy-color {
  color: #ff4949 !important;
}

.has-jade-background-color {
  background-color: #28A960;
}

.has-jade-color {
  color: #28A960 !important;
}

.has-carrot-background-color {
  background-color: #fb8a00;
}

.has-carrot-color {
  color: #fb8a00 !important;
}

.has-marigold-background-color {
  background-color: #feb92f;
}

.has-marigold-color {
  color: #feb92f !important;
}

.has-daisy-background-color {
  background-color: #ffe78d;
}

.has-daisy-color {
  color: #ffe78d !important;
}

.has-honeydew-background-color {
  background-color: #ffd787;
}

.has-honeydew-color {
  color: #ffd787 !important;
}

.has-cerulean-background-color {
  background-color: #16a7db;
}

.has-cerulean-color {
  color: #16a7db !important;
}

.has-powder-background-color {
  background-color: #E6F5FA;
}

.has-powder-color {
  color: #E6F5FA !important;
}

.has-saphire-background-color {
  background-color: #2273d2;
}

.has-saphire-color {
  color: #2273d2 !important;
}

.has-bunker-background-color {
  background-color: #292b2e;
}

.has-bunker-color {
  color: #292b2e !important;
}

.has-charcoal-background-color {
  background-color: #3A3D3F;
}

.has-charcoal-color {
  color: #3A3D3F !important;
}

.has-ash-background-color {
  background-color: #26272b;
}

.has-ash-color {
  color: #26272b !important;
}

.has-slate-background-color {
  background-color: #3a3d40;
}

.has-slate-color {
  color: #3a3d40 !important;
}

.has-shadow-background-color {
  background-color: #454545;
}

.has-shadow-color {
  color: #454545 !important;
}

.has-shadow-blue-background-color {
  background-color: #556879;
}

.has-shadow-blue-color {
  color: #556879 !important;
}

.has-night-background-color {
  background-color: #4a4e4d;
}

.has-night-color {
  color: #4a4e4d !important;
}

.has-grey-background-color {
  background-color: #353537;
}

.has-grey-color {
  color: #353537 !important;
}

.has-graphite-background-color {
  background-color: #838383;
}

.has-graphite-color {
  color: #838383 !important;
}

.has-cloud-background-color {
  background-color: #d3d3d3;
}

.has-cloud-color {
  color: #d3d3d3 !important;
}

.has-alabaster-background-color {
  background-color: #f7f7f7;
}

.has-alabaster-color {
  color: #f7f7f7 !important;
}

.has-anthracite-background-color {
  background-color: #232528;
}

.has-anthracite-color {
  color: #232528 !important;
}

.has-black-color {
  color: #0A0D10 !important;
}

.has-black-background-color {
  background-color: #0A0D10;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color {
  color: #ffffff !important;
}

.has-concrete-background-color {
  background-color: #acacac;
}

.has-concrete-color {
  color: #acacac !important;
}

.has-stripes-background-color {
  background: url("/wp-content/themes/basis/assets/img/theme/stripes-bg-img.png") !important;
  border: 10px solid #ffffff !important;
}

/* Cross-Browser Transitions */
/* Cross-Browser Transforms */
/* Cross-Browser Shadows */
/* Cross-Browser Border Radius */
/* Cross-Browser Blur */
/* Cross-Browser KeyFrames */
/* Cross-Browser CSS Animations */
/* Used to Clear Animations with value: none */
@media (min-width: 1025px) {
  .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .not_desktop-hide {
    display: none !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .not_mobile-hide {
    display: none !important;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html, input, button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 62.5%;
  line-height: 1;
  color: #3a3d40;
}

.font-weight-normal {
  font-weight: 400 !important;
}

em {
  font-style: italic;
}

h1, .h1 {
  font-size: 9.1rem;
  font-weight: 300;
  margin-bottom: 2.4rem;
  text-transform: none !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  h1, .h1 {
    font-size: 6.1rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 4.3rem;
  }
}

h2, .h2, .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date, .site-footer .menu-footer-menu-container li.toggle > a {
  font-size: 1.6rem;
  letter-spacing: 0.14rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
h2.text-small, h2.has-small-font-size, .h2.text-small, .text-small.wp-block-latest-posts__post-author, .text-small.wp-block-latest-posts__post-date, .site-footer .menu-footer-menu-container li.toggle > a.text-small, .h2.has-small-font-size, .has-small-font-size.wp-block-latest-posts__post-author, .has-small-font-size.wp-block-latest-posts__post-date, .site-footer .menu-footer-menu-container li.toggle > a.has-small-font-size {
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
}

h3, .h3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  text-transform: none;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 2.6rem;
  }
}

h4, .h4, .wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 1.8rem;
}

p, .speakers-expanded .bio, .p, .hentry ul, .hentry ol {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
p.text-large, .speakers-expanded .text-large.bio, .p.text-large, .hentry ul.text-large, .hentry ol.text-large {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 767px) {
  p, .speakers-expanded .bio, .p, .hentry ul, .hentry ol {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}

.a {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  padding: 0.1rem;
  color: #454545;
  -moz-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  box-shadow: inset 0 -0.2rem 0 0 #feb92f;
}
.a:hover {
  color: #454545;
  -moz-box-shadow: inset 0 -2.5rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -2.5rem 0 0 #feb92f;
  box-shadow: inset 0 -2.5rem 0 0 #feb92f;
}

.h2-b + h3,
.h2-b + .wp-block-group .h3,
.h2-b + .h2-b + .h3 {
  line-height: 1.5 !important;
}

.h2-b {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.8rem;
  text-transform: none;
}
@media (max-width: 767px) {
  .h2-b {
    font-size: 3rem;
  }
}

.h3-b {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 1.8rem;
  text-transform: none;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .h3-b {
    font-size: 2.4rem;
  }
}

.h3-b-bold {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.8rem;
  text-transform: none;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .h3-b-bold {
    font-size: 2.2rem;
  }
}

.h4-b {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 1.8rem;
  text-transform: none;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .h4-b {
    font-size: 1.8rem;
  }
}

.footnote {
  font-size: 1.1rem;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 1.8rem;
}

.footnote-2 {
  font-size: 1.4rem;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 1.8rem;
  margin-top: -1.2rem;
}

.stat-val {
  font-size: 5.4rem;
  line-height: 0.9;
}

.stat-label {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.25;
}

.accent-bar-blue {
  position: relative;
}
.accent-bar-blue:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #16a7db;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -13px;
}
.dark-theme .accent-bar-blue:before {
  background: #2273d2;
}
@media (max-width: 599px) {
  .accent-bar-blue:before {
    display: none;
  }
}

div.vimeo-link {
  display: none !important;
}

/* Post Styles */
.single h1 {
  font-size: 4.8rem;
  color: #26272b;
  line-height: 0.98;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .single h1 {
    font-size: 3.8rem;
  }
}
.single .hentry .post-content {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
  color: #454545;
}
.single .hentry .post-content.text-large {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single .hentry .post-content {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.single .hentry .post-content .wp-caption-text {
  display: none;
}
.single .hentry .post-content a:not(.single-post-cta a) {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  padding: 0.1rem;
  color: #454545;
  -moz-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  box-shadow: inset 0 -0.2rem 0 0 #feb92f;
}
.single .hentry .post-content a:not(.single-post-cta a):hover {
  color: #454545;
  -moz-box-shadow: inset 0 -2.5rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -2.5rem 0 0 #feb92f;
  box-shadow: inset 0 -2.5rem 0 0 #feb92f;
}
.single .hentry .post-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.single .hentry .post-content p, .single .hentry .post-content .speakers-expanded .bio, .speakers-expanded .single .hentry .post-content .bio, .single .hentry .post-content ol, .single .hentry .post-content ul, .single .hentry .post-content h2, .single .hentry .post-content h3, .single .hentry .post-content h4, .single .hentry .post-content h5, .single .hentry .post-content h6, .single .hentry .post-content .wp-block-image {
  margin-bottom: 1.8rem;
}
.single .hentry .post-content p, .single .hentry .post-content .speakers-expanded .bio, .speakers-expanded .single .hentry .post-content .bio, .single .hentry .post-content ol, .single .hentry .post-content ul, .single .hentry .post-content h2, .single .hentry .post-content h3, .single .hentry .post-content h4, .single .hentry .post-content h5, .single .hentry .post-content h6 {
  text-align: left !important;
}
.single .hentry .post-content ul {
  list-style: none;
  padding-left: 2rem;
}
.single .hentry .post-content ul li {
  margin-bottom: 1.2rem;
}
.single .hentry .post-content ul li:before {
  content: "•";
  color: #16a7db;
  font-weight: bold;
  display: block;
  width: 2rem;
  margin-left: -2rem;
  position: absolute;
}
.single .hentry .post-content ul li ul, .single .hentry .post-content ul li ol {
  margin-bottom: 0;
}
.single .hentry .post-content ul li ul li, .single .hentry .post-content ul li ol li {
  margin-bottom: 0rem;
}
.single .hentry .post-content ul li ul li:before, .single .hentry .post-content ul li ol li:before {
  color: #838383;
}
.single .hentry .post-content ol {
  list-style: none;
  counter-reset: ordered-list-counter;
  padding-left: 2rem;
}
.single .hentry .post-content ol li {
  counter-increment: ordered-list-counter;
  margin-bottom: 1.2rem;
}
.single .hentry .post-content ol li:before {
  content: counter(ordered-list-counter) ". ";
  color: #16a7db;
  font-weight: bold;
  width: 2rem;
  margin-left: -2rem;
  font-size: 2.2rem;
  display: block;
  position: absolute;
  margin-top: -0.35rem;
}
.single .hentry .post-content ol li ol, .single .hentry .post-content ol li ul {
  margin-bottom: 0;
}
.single .hentry .post-content ol li ol li, .single .hentry .post-content ol li ul li {
  margin-bottom: 0rem;
}
.single .hentry .post-content ol li ol li:before, .single .hentry .post-content ol li ul li:before {
  font-size: 1.8rem;
  color: #838383;
}
.single .hentry .post-content strong {
  font-weight: 600;
}
.single .hentry .post-content em {
  font-style: italic;
}
.single .hentry .post-content h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  text-transform: none;
  margin-bottom: 1.8rem;
  font-size: 2.8rem;
  color: #454545;
  font-weight: 400;
  letter-spacing: 0.04rem;
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .single .hentry .post-content h2 {
    font-size: 2.6rem;
  }
}
.single .hentry .post-content h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
}
.single .hentry .post-content h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.single .hentry .post-content h5, .single .hentry .post-content h6 {
  font-weight: bold;
  margin-bottom: 0;
}

body h2, body .h2, body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date, body .site-footer .menu-footer-menu-container li.toggle > a, .site-footer .menu-footer-menu-container body li.toggle > a, body .h2-b, body h2:not(.has-text-color), body .wp-block-cover h2:not(.has-text-color), body .h2-b:not(.has-text-color) {
  color: #0A0D10;
}
body h3, body .h3, body .h3-b, body h3:not(.has-text-color) {
  color: #3a3d40;
}
body .h3-b-bold {
  color: #3a3d40;
}
body h4, body .h4, body .wp-block-latest-posts.wp-block-latest-posts__list li a, .wp-block-latest-posts.wp-block-latest-posts__list li body a, body .h4-b, body h4:not(.has-text-color) {
  color: #3a3d40;
}
body p, body .speakers-expanded .bio, .speakers-expanded body .bio, body .p, body p:not(.has-text-color) {
  color: #454545;
}
body .footnote {
  color: #454545;
}
body .footnote-2 {
  color: #454545;
}
body .stat-val, body p.stat-val, body .speakers-expanded .stat-val.bio, .speakers-expanded body .stat-val.bio, body .wp-block-cover p.stat-val:not(.has-text-color) {
  color: #2273d2;
}
body .stat-label, body p.stat-label, body .speakers-expanded .stat-label.bio, .speakers-expanded body .stat-label.bio {
  color: #26272b;
}
body .stat-val.stat-val-highlight {
  color: #feb92f !important;
}
body .wp-block-getwid-tabs__tab-content-wrapper a {
  color: #16a7db;
}
body .wp-block-getwid-tabs__tab-content-wrapper a:hover {
  opacity: 0.9;
}

body .dark-theme h2, body .dark-theme .h2, body .dark-theme .wp-block-latest-posts__post-author, body .dark-theme .wp-block-latest-posts__post-date, body .dark-theme .site-footer .menu-footer-menu-container li.toggle > a, .site-footer .menu-footer-menu-container body .dark-theme li.toggle > a, body .dark-theme .h2-b, body .dark-theme h2.has-text-color, body .dark-theme .wp-block-cover h2:not(.has-text-color), body .dark-theme h2:not(.has-text-color) {
  color: #d3d3d3;
}
body .dark-theme h3, body .dark-theme .h3, body .dark-theme .h3-b, body .dark-theme h2.h3-b:not(.has-text-color), body .dark-theme h3.has-text-color, body .dark-theme .wp-block-cover h3:not(.has-text-color) {
  color: #f7f7f7;
}
body .dark-theme .h3-b-bold {
  color: #f7f7f7;
}
body .dark-theme h4, body .dark-theme .h4, body .dark-theme .wp-block-latest-posts.wp-block-latest-posts__list li a, .wp-block-latest-posts.wp-block-latest-posts__list li body .dark-theme a, body .dark-theme .h4-b, body .dark-theme h4:not(.has-text-color) {
  color: #d3d3d3;
}
body .dark-theme p, body .dark-theme .speakers-expanded .bio, .speakers-expanded body .dark-theme .bio, body .dark-theme .p, body .dark-theme p.has-text-color, body .dark-theme .wp-block-cover p:not(.has-text-color), body .dark-theme p:not(.has-text-color) {
  color: #f7f7f7;
}
body .dark-theme .is-style-outline a.wp-block-button__link {
  color: #f7f7f7;
}
body .dark-theme .stat-val.stat-val-highlight {
  color: #feb92f !important;
}
body .dark-theme .footnote-2 {
  color: #d3d3d3;
}

.form-box h2 {
  color: #2273d2 !important;
}

@media (max-width: 1024px) {
  br {
    display: none;
  }
}
input:focus, textarea:focus, select:focus, button:focus, a:focus, *:focus,
input:active, textarea:active, select:active, button:active, a:active, *:active,
input:active:focus, textarea:active:focus, select:active:focus, button:active:focus, a:active:focus, *:active:focus {
  outline: none !important;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  outline: none !important;
}

/* Sal.js extensions */
[data-sal=slide-up-fade] {
  opacity: 0;
  transform: translateY(3rem);
  transition-property: opacity, transform;
}

[data-sal=slide-down-fade] {
  opacity: 0;
  transform: translateY(-3rem);
  transition-property: opacity, transform;
}

[data-sal=slide-left-fade] {
  opacity: 0;
  transform: translateX(3rem);
  transition-property: opacity, transform;
}

[data-sal=slide-right-fade] {
  opacity: 0;
  transform: translateX(-3rem);
  transition-property: opacity, transform;
}

/* Helper Mixins */
/* Key Frames */
@-webkit-keyframes sticky-header-show {
  from {
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  to {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes sticky-header-show {
  from {
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  to {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes sticky-header-show {
  from {
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  to {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes sticky-header-show {
  from {
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  to {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes sticky-header-hide {
  from {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: ranslateY(-85px);
    -o-transform: ranslateY(-85px);
    -ms-transform: ranslateY(-85px);
    -webkit-transform: ranslateY(-85px);
    transform: ranslateY(-85px);
  }
}
@-moz-keyframes sticky-header-hide {
  from {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: ranslateY(-85px);
    -o-transform: ranslateY(-85px);
    -ms-transform: ranslateY(-85px);
    -webkit-transform: ranslateY(-85px);
    transform: ranslateY(-85px);
  }
}
@-o-keyframes sticky-header-hide {
  from {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: ranslateY(-85px);
    -o-transform: ranslateY(-85px);
    -ms-transform: ranslateY(-85px);
    -webkit-transform: ranslateY(-85px);
    transform: ranslateY(-85px);
  }
}
@keyframes sticky-header-hide {
  from {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: ranslateY(-85px);
    -o-transform: ranslateY(-85px);
    -ms-transform: ranslateY(-85px);
    -webkit-transform: ranslateY(-85px);
    transform: ranslateY(-85px);
  }
}
@-webkit-keyframes main-nav-menu-show {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes main-nav-menu-show {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes main-nav-menu-show {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes main-nav-menu-show {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes main-nav-menu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes main-nav-menu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-o-keyframes main-nav-menu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes main-nav-menu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes animation_main-nav-mobile-menu-show {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes animation_main-nav-mobile-menu-show {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes animation_main-nav-mobile-menu-show {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes animation_main-nav-mobile-menu-show {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes animation_main-nav-mobile-menu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-moz-keyframes animation_main-nav-mobile-menu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-o-keyframes animation_main-nav-mobile-menu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes animation_main-nav-mobile-menu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes animation_main-nav-mobile-submenu-show {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes animation_main-nav-mobile-submenu-show {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-o-keyframes animation_main-nav-mobile-submenu-show {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes animation_main-nav-mobile-submenu-show {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes animation_main-nav-mobile-submenu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes animation_main-nav-mobile-submenu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-o-keyframes animation_main-nav-mobile-submenu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animation_main-nav-mobile-submenu-hide {
  0% {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes animation_pagination_spinner {
  0% {
    background-color: #0A0D10;
  }
  20% {
    background-color: #16a7db;
  }
  40% {
    background-color: #0A0D10;
  }
  100% {
    background-color: #0A0D10;
  }
}
@-moz-keyframes animation_pagination_spinner {
  0% {
    background-color: #0A0D10;
  }
  20% {
    background-color: #16a7db;
  }
  40% {
    background-color: #0A0D10;
  }
  100% {
    background-color: #0A0D10;
  }
}
@-o-keyframes animation_pagination_spinner {
  0% {
    background-color: #0A0D10;
  }
  20% {
    background-color: #16a7db;
  }
  40% {
    background-color: #0A0D10;
  }
  100% {
    background-color: #0A0D10;
  }
}
@keyframes animation_pagination_spinner {
  0% {
    background-color: #0A0D10;
  }
  20% {
    background-color: #16a7db;
  }
  40% {
    background-color: #0A0D10;
  }
  100% {
    background-color: #0A0D10;
  }
}
@-webkit-keyframes animation_post-nav-search-show {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes animation_post-nav-search-show {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-o-keyframes animation_post-nav-search-show {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes animation_post-nav-search-show {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes animation_post-nav-search-hide {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-moz-keyframes animation_post-nav-search-hide {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-o-keyframes animation_post-nav-search-hide {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes animation_post-nav-search-hide {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes animation_sticky-post-nav-show {
  from {
    -moz-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  to {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes animation_sticky-post-nav-show {
  from {
    -moz-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  to {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes animation_sticky-post-nav-show {
  from {
    -moz-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  to {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes animation_sticky-post-nav-show {
  from {
    -moz-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  to {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes animation_sticky-post-nav-hide {
  from {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: ranslateY(-150px);
    -o-transform: ranslateY(-150px);
    -ms-transform: ranslateY(-150px);
    -webkit-transform: ranslateY(-150px);
    transform: ranslateY(-150px);
  }
}
@-moz-keyframes animation_sticky-post-nav-hide {
  from {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: ranslateY(-150px);
    -o-transform: ranslateY(-150px);
    -ms-transform: ranslateY(-150px);
    -webkit-transform: ranslateY(-150px);
    transform: ranslateY(-150px);
  }
}
@-o-keyframes animation_sticky-post-nav-hide {
  from {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: ranslateY(-150px);
    -o-transform: ranslateY(-150px);
    -ms-transform: ranslateY(-150px);
    -webkit-transform: ranslateY(-150px);
    transform: ranslateY(-150px);
  }
}
@keyframes animation_sticky-post-nav-hide {
  from {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: ranslateY(-150px);
    -o-transform: ranslateY(-150px);
    -ms-transform: ranslateY(-150px);
    -webkit-transform: ranslateY(-150px);
    transform: ranslateY(-150px);
  }
}
.icon-generic img {
  max-height: 4.2rem;
  width: auto;
}

.emblem-generic img {
  opacity: 0.8;
}

/*
 * Hamburger Menu Button
 */
.basis-mobile-nav-btn--vortex .basis-mobile-nav-btn-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.basis-mobile-nav-btn--vortex .basis-mobile-nav-btn-inner::before, .basis-mobile-nav-btn--vortex .basis-mobile-nav-btn-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.basis-mobile-nav-btn--vortex .basis-mobile-nav-btn-inner::before {
  transition-property: top, opacity;
}
.basis-mobile-nav-btn--vortex .basis-mobile-nav-btn-inner::after {
  transition-property: bottom, transform;
}
.basis-mobile-nav-btn--vortex.is-active .basis-mobile-nav-btn-inner {
  opacity: 0.75;
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.basis-mobile-nav-btn--vortex.is-active .basis-mobile-nav-btn-inner::before, .basis-mobile-nav-btn--vortex.is-active .basis-mobile-nav-btn-inner::after {
  transition-delay: 0s;
}
.basis-mobile-nav-btn--vortex.is-active .basis-mobile-nav-btn-inner::before {
  top: 0;
  opacity: 0;
}
.basis-mobile-nav-btn--vortex.is-active .basis-mobile-nav-btn-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

.basis-mobile-nav-btn {
  padding: 0px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.basis-mobile-nav-btn:hover {
  opacity: 1;
}
.basis-mobile-nav-btn.is-active:hover {
  opacity: 1;
}
.basis-mobile-nav-btn.is-active .basis-mobile-nav-btn-inner,
.basis-mobile-nav-btn.is-active .basis-mobile-nav-btn-inner::before,
.basis-mobile-nav-btn.is-active .basis-mobile-nav-btn-inner::after {
  background-color: #f7f7f7;
}

.basis-mobile-nav-btn-box {
  width: 28px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.basis-mobile-nav-btn-inner {
  display: block;
  top: 50%;
  margin-top: 2px;
}
.basis-mobile-nav-btn-inner, .basis-mobile-nav-btn-inner::before, .basis-mobile-nav-btn-inner::after {
  width: 28px;
  height: 2px;
  background-color: #f7f7f7;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.basis-mobile-nav-btn-inner::before, .basis-mobile-nav-btn-inner::after {
  content: "";
  display: block;
}
.basis-mobile-nav-btn-inner::before {
  top: -8px;
}
.basis-mobile-nav-btn-inner::after {
  bottom: -8px;
}

/* Mixins */
button {
  outline: none;
  border: none;
}

.button, .wp-block-button__link {
  white-space: nowrap;
  -moz-transition: all 125ms ease-out;
  -o-transition: all 125ms ease-out;
  -ms-transition: all 125ms ease-out;
  -webkit-transition: all 125ms ease-out;
  transition: all 125ms ease-out;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.button-fill, .is-style-fill .wp-block-button__link {
  font-size: 1.8rem;
  color: #3A3D3F;
  background-color: #feb92f;
  padding: 11px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button-fill:hover, .is-style-fill .wp-block-button__link:hover {
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -moz-box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
}

.button-outline, .is-style-outline .wp-block-button__link {
  font-size: 1.8rem;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #feb92f;
  padding: 1.1rem 1.8rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button-outline:hover, .is-style-outline .wp-block-button__link:hover {
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -moz-box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
}

.button-underline, .is-style-underline .wp-block-button__link {
  display: inline;
  white-space: nowrap;
  color: #ffffff;
  background-color: transparent;
  font-weight: 600;
  padding: 1rem 0.1rem 1.2rem 0.1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.123rem;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: inset 0 -0.4rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -0.4rem 0 0 #feb92f;
  box-shadow: inset 0 -0.4rem 0 0 #feb92f;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.button-underline:hover, .is-style-underline .wp-block-button__link:hover {
  -moz-box-shadow: inset 0 -4.5rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -4.5rem 0 0 #feb92f;
  box-shadow: inset 0 -4.5rem 0 0 #feb92f;
}

.button-inline-style, .button-inline .wp-block-button__link {
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.1rem;
  margin-top: 0.6rem;
  display: inline-block;
  -moz-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  box-shadow: inset 0 -0.2rem 0 0 #feb92f;
}
.button-inline-style:hover, .button-inline .wp-block-button__link:hover {
  -moz-box-shadow: inset 0 -2.5rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -2.5rem 0 0 #feb92f;
  box-shadow: inset 0 -2.5rem 0 0 #feb92f;
}

.button-basic-hover {
  white-space: nowrap;
  line-height: 1.3;
  -moz-transition: all 125ms ease-out;
  -o-transition: all 125ms ease-out;
  -ms-transition: all 125ms ease-out;
  -webkit-transition: all 125ms ease-out;
  transition: all 125ms ease-out;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  box-shadow: inset 0 -0.2rem 0 0 #feb92f;
}
.button-basic-hover:hover {
  -moz-box-shadow: inset 0 -2.5rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -2.5rem 0 0 #feb92f;
  box-shadow: inset 0 -2.5rem 0 0 #feb92f;
}

.button-underline-small {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.05rem;
  padding: 0.3rem 0.1rem;
  -moz-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  box-shadow: inset 0 -0.2rem 0 0 #feb92f;
}
.button-underline-small:hover {
  color: #3A3D3F !important;
  -moz-box-shadow: inset 0 -2.3rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -2.3rem 0 0 #feb92f;
  box-shadow: inset 0 -2.3rem 0 0 #feb92f;
}

/* Variables */
/* Theme Image URLs */
/* Shadows */
/* Z-index */
/* Generic */
body, html {
  margin: 0;
  background-color: #0A0D10;
}

a {
  color: #ffffff;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

body {
  overflow-x: hidden;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

/* Helper Classes */
.border-radius {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.display-none {
  display: none;
}

.display-inline-block {
  display: inline-block;
}

.text-center {
  text-align: center;
}

@media (max-width: 500px) {
  .has-text-align-center, .text-center {
    text-align: left;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.no-margin {
  margin: 0 !important;
}

.no-min-height {
  min-height: 0;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.justify-content-center {
  justify-content: center !important;
}

.border-top-none {
  border-top: none !important;
}

/* Columns */
.no-gutter, .no-gutter .wp-block-column {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Containers */
.container, .custom-index-container, .single.type-guides .article-content-container, .single.type-reports .article-content-container, .single.type-guides article > div:first-child, .single.type-reports article > div:first-child, .single .single-article-content article .wp-post-image, .basis-vimeo-player-img-btn {
  width: 100%;
  margin: 0 auto;
  max-width: 1206px;
}
.container.container-md, .container-md.custom-index-container, .single.type-guides .container-md.article-content-container, .single.type-reports .container-md.article-content-container, .single.type-guides article > div.container-md:first-child, .single.type-reports article > div.container-md:first-child, .single .single-article-content article .wp-post-image, .basis-vimeo-player-img-btn {
  max-width: 1024px;
}
.container.container-sm, .container-sm.custom-index-container, .single.type-guides .container-sm.article-content-container, .single.type-reports .container-sm.article-content-container, .single.type-guides article > div.container-sm:first-child, .single.type-reports article > div.container-sm:first-child, .single .single-article-content article .container-sm.wp-post-image, .container-sm.basis-vimeo-player-img-btn {
  max-width: 700px;
}
.container.container-xsm, .container-xsm.custom-index-container, .single.type-guides .container-xsm.article-content-container, .single.type-reports .container-xsm.article-content-container, .single.type-guides article > div.container-xsm:first-child, .single.type-reports article > div.container-xsm:first-child, .single .single-article-content article .container-xsm.wp-post-image, .container-xsm.basis-vimeo-player-img-btn {
  max-width: 390px;
}
@media (max-width: 1420px) {
  .container, .custom-index-container, .single.type-guides .article-content-container, .single.type-reports .article-content-container, .single.type-guides article > div:first-child, .single.type-reports article > div:first-child, .single .single-article-content article .wp-post-image, .basis-vimeo-player-img-btn {
    max-width: 1100px;
  }
}
@media (max-width: 1240px) {
  .container, .custom-index-container, .single.type-guides .article-content-container, .single.type-reports .article-content-container, .single.type-guides article > div:first-child, .single.type-reports article > div:first-child, .single .single-article-content article .wp-post-image, .basis-vimeo-player-img-btn, .container.container-md, .single.type-guides .container-md.article-content-container, .single.type-reports .container-md.article-content-container {
    max-width: 920px;
  }
}
@media (max-width: 1100px) {
  .container, .custom-index-container, .single.type-guides .article-content-container, .single.type-reports .article-content-container, .single.type-guides article > div:first-child, .single.type-reports article > div:first-child, .single .single-article-content article .wp-post-image, .basis-vimeo-player-img-btn, .container.container-md, .single.type-guides .container-md.article-content-container, .single.type-reports .container-md.article-content-container {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 1100px) {
  .container.container-sm, .container-sm.custom-index-container, .single.type-guides .container-sm.article-content-container, .single.type-reports .container-sm.article-content-container, .single.type-guides article > div.container-sm:first-child, .single.type-reports article > div.container-sm:first-child, .single .single-article-content article .container-sm.wp-post-image, .container-sm.basis-vimeo-player-img-btn, .container.container-xsm, .container-xsm.custom-index-container, .single.type-guides .container-xsm.article-content-container, .single.type-reports .container-xsm.article-content-container, .single.type-guides article > div.container-xsm:first-child, .single.type-reports article > div.container-xsm:first-child, .single .single-article-content article .container-xsm.wp-post-image, .container-xsm.basis-vimeo-player-img-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .container.container-sm, .container-sm.custom-index-container, .single.type-guides .container-sm.article-content-container, .single.type-reports .container-sm.article-content-container, .single.type-guides article > div.container-sm:first-child, .single.type-reports article > div.container-sm:first-child, .single .single-article-content article .container-sm.wp-post-image, .container-sm.basis-vimeo-player-img-btn, .container.container-xsm, .container-xsm.custom-index-container, .single.type-guides .container-xsm.article-content-container, .single.type-reports .container-xsm.article-content-container, .single.type-guides article > div.container-xsm:first-child, .single.type-reports article > div.container-xsm:first-child, .single .single-article-content article .container-xsm.wp-post-image, .container-xsm.basis-vimeo-player-img-btn {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.container.container-half, .container-half.custom-index-container, .single.type-guides .container-half.article-content-container, .single.type-reports .container-half.article-content-container, .single.type-guides article > div.container-half:first-child, .single.type-reports article > div.container-half:first-child, .single .single-article-content article .container-half.wp-post-image, .container-half.basis-vimeo-player-img-btn {
  max-width: 597px;
}
@media (max-width: 1420px) {
  .container.container-half, .container-half.custom-index-container, .single.type-guides .container-half.article-content-container, .single.type-reports .container-half.article-content-container, .single.type-guides article > div.container-half:first-child, .single.type-reports article > div.container-half:first-child, .single .single-article-content article .container-half.wp-post-image, .container-half.basis-vimeo-player-img-btn {
    max-width: 546px;
  }
}
@media (max-width: 1240px) {
  .container.container-half, .container-half.custom-index-container, .single.type-guides .container-half.article-content-container, .single.type-reports .container-half.article-content-container, .single.type-guides article > div.container-half:first-child, .single.type-reports article > div.container-half:first-child, .single .single-article-content article .container-half.wp-post-image, .container-half.basis-vimeo-player-img-btn {
    max-width: 455px;
  }
}
@media (max-width: 1100px) {
  .container.container-half, .container-half.custom-index-container, .single.type-guides .container-half.article-content-container, .single.type-reports .container-half.article-content-container, .single.type-guides article > div.container-half:first-child, .single.type-reports article > div.container-half:first-child, .single .single-article-content article .container-half.wp-post-image, .container-half.basis-vimeo-player-img-btn {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .container.container-half, .container-half.custom-index-container, .single.type-guides .container-half.article-content-container, .single.type-reports .container-half.article-content-container, .single.type-guides article > div.container-half:first-child, .single.type-reports article > div.container-half:first-child, .single .single-article-content article .container-half.wp-post-image, .container-half.basis-vimeo-player-img-btn {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container, .custom-index-container, .single.type-guides .article-content-container, .single.type-reports .article-content-container, .single.type-guides article > div:first-child, .single.type-reports article > div:first-child, .single .single-article-content article .wp-post-image, .basis-vimeo-player-img-btn, .container.container-md, .single.type-guides .container-md.article-content-container, .single.type-reports .container-md.article-content-container, .container.container-sm, .single.type-guides .container-sm.article-content-container, .single.type-reports .container-sm.article-content-container, .container.container-xsm, .single.type-guides .container-xsm.article-content-container, .single.type-reports .container-xsm.article-content-container {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .container .container, .custom-index-container .container, .container .custom-index-container, .custom-index-container .custom-index-container, .single.type-guides .article-content-container .container, .single.type-guides .article-content-container .custom-index-container, .single.type-reports .article-content-container .container, .single.type-reports .article-content-container .custom-index-container, .container .single.type-guides .article-content-container, .custom-index-container .single.type-guides .article-content-container, .single.type-guides .container .article-content-container, .single.type-guides .custom-index-container .article-content-container, .single.type-guides .article-content-container .article-content-container, .container .single.type-reports .article-content-container, .custom-index-container .single.type-reports .article-content-container, .single.type-reports .container .article-content-container, .single.type-reports .custom-index-container .article-content-container, .single.type-reports .article-content-container .article-content-container, .single.type-guides article > div:first-child .container, .single.type-guides article > div:first-child .custom-index-container, .single.type-guides article > div:first-child .article-content-container, .single.type-reports article > div:first-child .container, .single.type-reports article > div:first-child .custom-index-container, .single.type-reports article > div:first-child .article-content-container, .container .single.type-guides article > div:first-child, .custom-index-container .single.type-guides article > div:first-child, .single.type-guides .article-content-container .single.type-guides article > div:first-child, .single.type-reports .article-content-container .single.type-guides article > div:first-child, .single.type-guides .container article > div:first-child, .single.type-guides .custom-index-container article > div:first-child, .single.type-guides .article-content-container article > div:first-child, .single.type-guides article > div:first-child article > div:first-child, .single.type-reports article > div:first-child .single.type-guides article > div:first-child, .container .single.type-reports article > div:first-child, .custom-index-container .single.type-reports article > div:first-child, .single.type-guides .article-content-container .single.type-reports article > div:first-child, .single.type-reports .article-content-container .single.type-reports article > div:first-child, .single.type-reports .container article > div:first-child, .single.type-reports .custom-index-container article > div:first-child, .single.type-reports .article-content-container article > div:first-child, .single.type-guides article > div:first-child .single.type-reports article > div:first-child, .single.type-reports article > div:first-child article > div:first-child, .single .single-article-content article .wp-post-image .container, .single .single-article-content article .wp-post-image .custom-index-container, .single.type-guides .single-article-content article .wp-post-image .article-content-container, .single.type-reports .single-article-content article .wp-post-image .article-content-container, .single.type-guides .single-article-content article .wp-post-image article > div:first-child, .single.type-reports .single-article-content article .wp-post-image article > div:first-child, .container .single .single-article-content article .wp-post-image, .custom-index-container .single .single-article-content article .wp-post-image, .single.type-guides .article-content-container .single .single-article-content article .wp-post-image, .single.type-reports .article-content-container .single .single-article-content article .wp-post-image, .single.type-guides article > div:first-child .single .single-article-content article .wp-post-image, .single.type-reports article > div:first-child .single .single-article-content article .wp-post-image, .single .single-article-content article .container .wp-post-image, .single .single-article-content article .custom-index-container .wp-post-image, .single.type-guides .single-article-content article .article-content-container .wp-post-image, .single.type-reports .single-article-content article .article-content-container .wp-post-image, .single.type-guides .single-article-content article > div:first-child .wp-post-image, .single.type-reports .single-article-content article > div:first-child .wp-post-image, .single .single-article-content article .wp-post-image .wp-post-image, .basis-vimeo-player-img-btn .container, .basis-vimeo-player-img-btn .custom-index-container, .basis-vimeo-player-img-btn .single.type-guides .article-content-container, .single.type-guides .basis-vimeo-player-img-btn .article-content-container, .basis-vimeo-player-img-btn .single.type-reports .article-content-container, .single.type-reports .basis-vimeo-player-img-btn .article-content-container, .basis-vimeo-player-img-btn .single.type-guides article > div:first-child, .single.type-guides .basis-vimeo-player-img-btn article > div:first-child, .basis-vimeo-player-img-btn .single.type-reports article > div:first-child, .single.type-reports .basis-vimeo-player-img-btn article > div:first-child, .basis-vimeo-player-img-btn .single .single-article-content article .wp-post-image, .single .single-article-content article .basis-vimeo-player-img-btn .wp-post-image, .container .basis-vimeo-player-img-btn, .custom-index-container .basis-vimeo-player-img-btn, .single.type-guides .article-content-container .basis-vimeo-player-img-btn, .single.type-reports .article-content-container .basis-vimeo-player-img-btn, .single.type-guides article > div:first-child .basis-vimeo-player-img-btn, .single.type-reports article > div:first-child .basis-vimeo-player-img-btn, .single .single-article-content article .wp-post-image .basis-vimeo-player-img-btn, .basis-vimeo-player-img-btn .basis-vimeo-player-img-btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-col-text {
  max-width: 432px;
}
.wp-block-column:first-child .container-col-text {
  padding-right: 2.4rem;
}
.wp-block-column:last-child .container-col-text {
  padding-left: 2.4rem;
}

.post-container, .single.type-podcast article > div:first-child {
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .post-container, .single.type-podcast article > div:first-child {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.section-padding {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.section-padding.section-padding-lg {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
.section-padding.section-padding-top-none {
  padding-top: 0 !important;
}
.section-padding.section-padding-bottom-none {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .section-padding.section-padding-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.object-padding, .wp-block-columns.object-padding {
  padding: 3.2rem 3.2rem;
}

/* Page Content */
.site-content {
  background-color: #26272b;
  min-height: 360px;
}

.header-spacing {
  padding-top: 176px;
}
@media (max-width: 767px) {
  .header-spacing {
    padding-top: 118px;
  }
}

.blog .header-spacing, .archive .header-spacing {
  padding-top: 176px;
}
@media (max-width: 767px) {
  .blog .header-spacing, .archive .header-spacing {
    padding-top: 118px;
  }
}

/* Component Mixins */
.site-header {
  z-index: 9;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .site-header {
    z-index: 20;
  }
}
.site-header .site-menus .menu-utility-menu-container li:last-child a {
  padding-right: 0 !important;
}
.site-header .site-menus a {
  color: #f7f7f7;
  text-decoration: none;
  display: block;
}
.site-header .site-menus li.cta a {
  white-space: nowrap;
  -moz-transition: all 125ms ease-out;
  -o-transition: all 125ms ease-out;
  -ms-transition: all 125ms ease-out;
  -webkit-transition: all 125ms ease-out;
  transition: all 125ms ease-out;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-size: 1.8rem;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #feb92f;
  padding: 1.1rem 1.8rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.site-header .site-menus li.cta a:hover {
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -moz-box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
}
.site-header .site-menus li.featured-content-menu-item span.name {
  display: none;
}
.site-header .site-menus li.featured-content-menu-item h4 {
  font-size: 1.2rem;
  color: #f7f7f7;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .site-header .site-menus li.featured-content-menu-item {
    display: none !important;
  }
  .site-header .site-menus > div > ul > li.dropdown-2-col > ul {
    width: 27.9rem;
  }
  .site-header .site-menus > div > ul > li.dropdown-2-col > ul > li {
    width: 100%;
  }
  .site-header .site-menus > div > ul > li > ul {
    left: -100px;
  }
}

@media (min-width: 768px) {
  .logged-in .site-header {
    top: 32px;
  }
  .logged-in .site-header.scrolled, .logged-in .site-header.sticky {
    top: 32px;
  }

  .site-header {
    position: absolute;
    padding: 40px 0 25px 0;
    font-size: 1.8rem;
  }
  .site-header .container, .site-header .custom-index-container, .site-header .single.type-guides .article-content-container, .single.type-guides .site-header .article-content-container, .site-header .single.type-reports .article-content-container, .single.type-reports .site-header .article-content-container, .site-header .single.type-guides article > div:first-child, .single.type-guides .site-header article > div:first-child, .site-header .single.type-reports article > div:first-child, .single.type-reports .site-header article > div:first-child, .site-header .single .single-article-content article .wp-post-image, .single .single-article-content article .site-header .wp-post-image, .site-header .basis-vimeo-player-img-btn {
    display: flex;
    align-items: center;
  }

  .logged-in .site-header {
    top: 32px;
  }

  /* Main Branding */
  .site-branding {
    width: 144px;
    min-width: 144px;
    padding-right: 2.4rem;
  }
  .site-branding img {
    max-width: 100%;
    height: auto;
  }

  /* Main Navigation */
  .site-menus {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .site-menus li.menu-item-has-children {
    position: relative;
  }
  .site-menus li.menu-item-has-children.on:before {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-show;
    animation-fill-mode: forwards;
  }
  .site-menus li.menu-item-has-children.off:before {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-hide;
    animation-fill-mode: forwards;
  }
  .site-menus li.menu-item-has-children:hover:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #3a3d40 transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
    pointer-events: none;
  }
  .site-menus .menu-main-menu-container {
    width: 100%;
  }
  .site-menus > div > ul {
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
  .site-menus > div > ul > li:hover > ul, .site-menus > div > ul > li.dropdown-3-col:hover > ul {
    display: flex;
  }
  .site-menus > div > ul > li > ul, .site-menus > div > ul > li.dropdown-3-col > ul {
    width: 62rem;
  }
  .site-menus > div > ul > li > ul > li, .site-menus > div > ul > li.dropdown-3-col > ul > li {
    width: 33%;
  }
  .site-menus > div > ul > li.dropdown-2-col:hover > ul {
    display: block;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul {
    width: 52.9rem;
  }

  /* Sticky Header */

  /* Media Queries */
}
@media (min-width: 768px) and (max-width: 1299px) and (min-width: 1025px) {
  .site-menus > div > ul > li.dropdown-2-col > ul {
    margin-left: -90px;
  }
}
@media (min-width: 768px) {
  .site-menus > div > ul > li.dropdown-2-col > ul > li {
    width: 54%;
    display: inline-block;
    white-space: nowrap;
    float: left;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1.2rem;
    width: 40%;
    float: right;
    display: block;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item, .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item:hover {
    background: #26272b;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post {
    margin-top: 1.2rem;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li {
    color: #d3d3d3;
    border-top: 1px solid #454545;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li:last-child,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li:last-child {
    padding-bottom: 0;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li a,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li a {
    display: inline-block;
    white-space: normal;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .left,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .left {
    width: 40px;
    align-self: flex-start;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .left a,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .left a {
    margin-right: 0.6rem;
    display: block;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .left img,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .left img {
    max-width: 72px;
    height: auto;
    min-width: 72px;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .meta,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .meta {
    font-size: 1.6rem;
    letter-spacing: 0.14rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .meta.text-small, .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .meta.has-small-font-size,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .meta.text-small,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .meta.has-small-font-size {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .cta,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .cta {
    color: #ffe78d;
    text-decoration: underline;
    display: block;
    margin-top: 0.3rem;
    font-size: 1.3rem;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .cta:hover,
.site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .cta:hover {
    color: #feb92f;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post {
    border-top: none;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .left {
    width: 72px;
    margin-right: 0.6rem;
    align-self: flex-start;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .primary-featured-post > li .left a {
    display: block;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .left {
    margin-right: 0.6rem;
    width: 40px;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .left a {
    display: block;
  }
  .site-menus > div > ul > li.dropdown-2-col > ul > li.featured-content-menu-item .secondary-featured-posts > li .left img {
    min-width: 40px;
    max-width: 40px;
  }
}
@media (min-width: 768px) {
  .site-menus > div > ul > li > a {
    padding: 3rem 3.2rem 3rem 3.2rem;
  }
  .site-menus > div > ul > li > a:hover {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .site-menus > div > ul > li > ul {
    position: absolute;
    display: none;
    flex-wrap: wrap;
    background: #3a3d40;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 2.4rem;
  }
  .site-menus > div > ul > li > ul > li {
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .site-menus > div > ul > li > ul > li:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .site-menus > div > ul > li > ul > li.menu-item-has-children {
    position: relative;
  }
  .site-menus > div > ul > li > ul > li.menu-item-has-children:hover:before {
    border-color: transparent transparent #4a4e4d transparent;
  }
  .site-menus > div > ul > li > ul > li.menu-item-has-children li.menu-item-has-children:before {
    display: none;
  }
  .site-menus > div > ul > li > ul > li.menu-item-has-children > a > span.name:after {
    content: "";
    background-image: url("/wp-content/themes/basis/assets/img/theme/basis_caret_small.svg");
    width: 1.8rem;
    height: 1.2rem;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 0.75rem;
    left: -0.1rem;
  }
  .site-menus > div > ul > li > ul > li > a {
    padding: 0.6rem 0.6rem;
  }
  .site-menus > div > ul > li > ul > li > a .description {
    font-size: 1.2rem;
    margin-top: 0.3rem;
    display: block;
    color: #d3d3d3;
  }
  .site-menus > div > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    background: #4a4e4d;
    padding: 2.4rem;
    width: 431px;
    justify-content: space-between;
  }
  .site-menus > div > ul > li > ul > li > ul > li {
    margin-right: 0.5%;
    width: 49%;
  }
  .site-menus > div > ul > li > ul > li > ul > li:last-child {
    margin-right: 0;
  }
  .site-menus > div > ul > li > ul > li > ul > li:last-child .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .site-menus > div > ul > li > ul > li > ul > li:last-child .sub-menu li {
    width: 50%;
  }
  .site-menus > div > ul > li > ul > li > ul > li.menu-item-has-children > a {
    font-size: 1.6rem;
    letter-spacing: 0.14rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .site-menus > div > ul > li > ul > li > ul > li.menu-item-has-children > a.text-small, .site-menus > div > ul > li > ul > li > ul > li.menu-item-has-children > a.has-small-font-size {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
  .site-menus > div > ul > li > ul > li > ul > li ul li {
    font-size: 1.3rem;
  }
  .site-menus > div > ul > li > ul > li > ul > li ul li a {
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    background: rgba(0, 0, 0, 0);
  }
  .site-menus > div > ul > li > ul > li > ul > li ul li a:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .site-menus > div > ul > li > ul > li:hover > ul {
    display: flex;
  }
  .site-menus > div > ul > li > ul > li.on > ul {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-show;
    animation-fill-mode: forwards;
    display: flex;
  }
  .site-menus > div > ul > li > ul > li.off > ul {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-hide;
    animation-fill-mode: forwards;
    display: flex;
  }
}
@media (min-width: 768px) {
  .site-menus > div > ul > li.on > ul {
    display: block;
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-show;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) {
  .site-menus > div > ul > li.off > ul {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-hide;
    animation-fill-mode: forwards;
    display: flex;
  }
}
@media (min-width: 768px) {
  .site-menus > div > ul > li.dropdown-2-col.on > ul, .site-menus > div > ul > li.dropdown-2-col.off > ul {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-menus li.show-children:before, .site-menus li.show-children:hover:before {
    display: none;
  }
  .site-menus li.show-children:hover > ul {
    display: block;
  }
  .site-menus li.show-children.dropdown-2-col.on > ul, .site-menus li.show-children.dropdown-2-col.off > ul {
    display: block !important;
  }
  .site-menus li.show-children > ul {
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    -o-animation-name: none !important;
    animation-name: none !important;
    display: block !important;
    position: relative;
    background: transparent;
    padding: 0 0 0.6rem 1.2rem;
    width: auto;
    max-width: 96%;
  }
  .site-menus li.show-children > ul a {
    color: #d3d3d3;
    font-size: 1.3rem;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    display: inline-block;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    background: rgba(0, 0, 0, 0);
  }
  .site-menus li.show-children > ul a:hover {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .site-menus .toggle > a {
    cursor: default;
  }
}
@media (min-width: 768px) {
  .site-header {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .site-header ul.sub-menu {
    -moz-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
  }
  .site-header .show-children > ul.sub-menu,
.site-header .toggle .toggle > ul.sub-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .site-header.scrolled, .site-header.sticky {
    position: fixed;
    top: 0;
    background: #26272b;
    padding: 4px 0px 3px 0px;
    -moz-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
  }
  .site-header.scrolled {
    /* animation properties */
    -moz-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0);
    box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0);
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: sticky-header-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: sticky-header-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: sticky-header-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: sticky-header-hide;
    animation-fill-mode: forwards;
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  .site-header.sticky {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: sticky-header-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: sticky-header-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: sticky-header-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: sticky-header-show;
    animation-fill-mode: forwards;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .site-header .site-menus > div > ul > li > a {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .site-header .site-menus > div > ul > li > a {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .site-header .site-branding {
    padding-right: 1.2rem;
  }
  .site-header .site-menus > div > ul > li > a {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .site-header {
    font-size: 1.6rem;
  }
}
/* Mobile Navigation */
@media (max-width: 782px) {
  .logged-in .site-header {
    top: 46px;
  }
  .logged-in .site-header.scrolled, .logged-in .site-header.sticky {
    top: 0;
  }
}
@media (max-width: 767px) {
  .site-header {
    font-size: 1.8rem;
    background: #26272b;
    position: fixed;
    transform: none !important;
    animation: none !important;
    -webkit-animation: none !important;
    top: 0 !important;
    margin-top: -2px;
    /* Sticky Header */
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .site-header .container, .site-header .custom-index-container, .site-header .single.type-guides .article-content-container, .single.type-guides .site-header .article-content-container, .site-header .single.type-reports .article-content-container, .single.type-reports .site-header .article-content-container, .site-header .single.type-guides article > div:first-child, .single.type-guides .site-header article > div:first-child, .site-header .single.type-reports article > div:first-child, .single.type-reports .site-header article > div:first-child, .site-header .single .single-article-content article .wp-post-image, .single .single-article-content article .site-header .wp-post-image, .site-header .basis-vimeo-player-img-btn {
    display: flex;
    align-items: center;
  }
  .site-header.scrolled, .site-header.sticky {
    position: fixed;
    padding: 4px 0px 3px 0px;
    -moz-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
  }
  .site-header.scrolled {
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  .site-header.scrolled {
    /* animation properties */
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: sticky-header-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: sticky-header-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: sticky-header-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: sticky-header-hide;
    animation-fill-mode: forwards;
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  .site-header.sticky {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: sticky-header-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: sticky-header-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: sticky-header-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: sticky-header-show;
    animation-fill-mode: forwards;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .site-header .featured-content-menu-item {
    display: none;
  }
  .site-header > .container, .site-header > .custom-index-container, .single.type-guides .site-header > .article-content-container, .single.type-reports .site-header > .article-content-container, .single.type-guides article.site-header > div:first-child, .single.type-reports article.site-header > div:first-child, .single .single-article-content article .site-header > .wp-post-image, .site-header > .basis-vimeo-player-img-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
  .site-header .site-branding {
    width: 114px;
    margin-right: auto;
  }
  .site-header .site-branding a {
    display: block;
  }
  .site-header .site-branding img {
    max-width: 100%;
    position: relative;
    top: 2px;
  }
  .site-header .site-menus {
    position: absolute;
    display: none;
  }
  .site-header .basis-mobile-nav-btn {
    margin-right: -15px;
    height: 26px;
    margin-top: -4px;
  }
  .site-header .site-menus {
    height: 100vh;
    height: calc(100vh - 47px);
    /*(
    li.active > .sub-menu:after {
      content: '';
      background: #0a0c10;
      width: 100vw;
      height: 100vh;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
    }
    */
  }
  .site-header .site-menus .description {
    display: none;
  }
  .site-header .site-menus, .site-header .site-menus .sub-menu {
    display: none;
    opacity: 0;
    align-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    background: #0A0D10;
    width: 100%;
    left: 0;
    top: 65px;
  }
  .site-header .site-menus .sub-menu, .site-header .site-menus ul.menu {
    height: 61vh;
    height: calc(100vh - 317px);
    overflow: auto;
  }
  .site-header .site-menus .sub-menu .sub-menu {
    min-height: 900px;
  }
  .site-header .site-menus .sub-menu .sub-menu .sub-menu > li:nth-child(2) {
    display: none;
  }
  .site-header .site-menus ul {
    padding-top: 20px;
  }
  .site-header .site-menus.is-active {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_main-nav-mobile-menu-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_main-nav-mobile-menu-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_main-nav-mobile-menu-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: animation_main-nav-mobile-menu-show;
    animation-fill-mode: forwards;
    opacity: 1;
    display: block;
  }
  .site-header .site-menus.is-inactive {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_main-nav-mobile-menu-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_main-nav-mobile-menu-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_main-nav-mobile-menu-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: animation_main-nav-mobile-menu-hide;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
  }
  .site-header .site-menus .sub-menu {
    top: 0;
    z-index: 1;
  }
  .site-header .site-menus li.active > .sub-menu {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 380ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_main-nav-mobile-submenu-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 380ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_main-nav-mobile-submenu-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 380ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_main-nav-mobile-submenu-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 380ms;
    animation-timing-function: ease-out;
    animation-name: animation_main-nav-mobile-submenu-show;
    animation-fill-mode: forwards;
    display: block;
    opacity: 1;
  }
  .site-header .site-menus li.inactive > .sub-menu {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_main-nav-mobile-submenu-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_main-nav-mobile-submenu-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_main-nav-mobile-submenu-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: animation_main-nav-mobile-submenu-hide;
    animation-fill-mode: forwards;
    display: block;
    opacity: 0;
  }
  .site-header .site-menus > div {
    width: 100%;
  }
  .site-header .site-menus .menu-utility-menu-container {
    height: 91px;
    z-index: 99;
    position: absolute;
    bottom: 111px;
    background: #0A0D10;
  }
  .site-header .site-menus .menu-main-menu-container {
    text-align: center;
  }
  .site-header .site-menus .menu-main-menu-container a {
    padding: 1.8rem 0;
  }
  .site-header .site-menus .menu-main-menu-container li {
    cursor: pointer;
  }
  .site-header .site-menus .menu-main-menu-container > ul > li {
    display: block;
  }
  .site-header .site-menus .menu-main-menu-container li.menu-item-has-children .name {
    position: relative;
  }
  .site-header .site-menus .menu-main-menu-container li.menu-item-has-children > a > .name:after, .site-header .site-menus .menu-main-menu-container li.menu-item-has-children > div > .name:after {
    content: "";
    background-image: url("/wp-content/themes/basis/assets/img/theme/basis_caret_small.svg");
    width: 1.8rem;
    height: 1.2rem;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 0.75rem;
    left: -0.1rem;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    position: absolute;
    top: auto;
    left: auto;
    margin-left: 11px;
    margin-top: 4px;
  }
  .site-header .site-menus .menu-main-menu-container li.menu-item-back-link > a:before, .site-header .site-menus .menu-main-menu-container li.menu-item-back-link > div:before {
    content: "";
    background-image: url("/wp-content/themes/basis/assets/img/theme/basis_caret_small.svg");
    width: 1.8rem;
    height: 1.2rem;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 0.75rem;
    left: -0.1rem;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    position: absolute;
    top: auto;
    left: auto;
    margin-left: -29px;
    margin-top: 4px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .site-header .site-menus .menu-utility-menu-container {
    text-align: center;
    padding: 2.4rem 0;
  }
  .site-header .site-menus .menu-utility-menu-container a {
    display: inline-block;
    margin-bottom: 2.4rem;
  }
}
.site-header .site-menus .sub-menu a {
  white-space: normal;
}

.basis-notice-banner {
  display: none;
  background: rgba(58, 61, 64, 0.5);
  padding: 0.4rem;
  position: absolute;
  width: 100%;
  z-index: 14;
  text-align: center;
}
.basis-notice-banner a {
  text-decoration: underline;
  color: #feb92f !important;
  font-weight: normal;
}
.basis-notice-banner .close-banner {
  position: absolute;
  right: 2.4rem;
  top: 0.53rem;
}
.basis-notice-banner p, .basis-notice-banner .speakers-expanded .bio, .speakers-expanded .basis-notice-banner .bio {
  font-size: 1.2rem;
  color: #ffffff !important;
  font-weight: 600;
}
.basis-notice-banner button.close-banner img {
  width: 11px;
  height: auto;
}
.basis-notice-banner button.close-banner {
  outline: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .basis-notice-banner {
    position: relative;
    top: 64px;
    text-align: left;
    background: #0A0D10;
  }
  .basis-notice-banner p, .basis-notice-banner .speakers-expanded .bio, .speakers-expanded .basis-notice-banner .bio {
    text-indent: 10px;
  }
  .basis-notice-banner .container, .basis-notice-banner .custom-index-container, .basis-notice-banner .single.type-guides .article-content-container, .single.type-guides .basis-notice-banner .article-content-container, .basis-notice-banner .single.type-reports .article-content-container, .single.type-reports .basis-notice-banner .article-content-container, .basis-notice-banner .single.type-guides article > div:first-child, .single.type-guides .basis-notice-banner article > div:first-child, .basis-notice-banner .single.type-reports article > div:first-child, .single.type-reports .basis-notice-banner article > div:first-child, .basis-notice-banner .single .single-article-content article .wp-post-image, .single .single-article-content article .basis-notice-banner .wp-post-image, .basis-notice-banner .basis-vimeo-player-img-btn {
    padding-left: 0;
    padding-right: 0;
  }
  .basis-notice-banner .close-banner {
    right: 1rem;
  }
}

/* Footer */
.site-footer {
  position: relative;
  background-color: #0A0D10;
  color: #d3d3d3;
  line-height: 1.3;
  padding: 3.6rem 0 0.6rem 0;
}
.site-footer p, .site-footer .speakers-expanded .bio, .speakers-expanded .site-footer .bio {
  margin-bottom: 0;
}
.site-footer, .site-footer p, .site-footer .speakers-expanded .bio, .speakers-expanded .site-footer .bio {
  font-size: 1.4rem;
}
.site-footer a {
  text-decoration: none;
  color: #f7f7f7;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .menu-footer-menu-container li a {
  display: block;
  font-size: 1.4rem;
  padding: 0.4rem 0;
}
.site-footer .menu-footer-menu-container li.toggle > a {
  color: #f7f7f7 !important;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 0.6rem;
}
.site-footer ul ul ul a {
  color: #d3d3d3;
}
.site-footer li.title > a span, .site-footer h4 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #f7f7f7 !important;
}
.site-footer li.title > a {
  padding-top: 0;
}
.site-footer .site-footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.4rem;
}
.site-footer .site-footer-top > ul.sidebar-footer:first-child {
  white-space: nowrap;
}
.site-footer .site-footer-top > ul.sidebar-footer:first-child .wp-block-image {
  max-width: 10.7rem;
}
.site-footer .site-footer-top > ul.sidebar-footer:first-child img {
  max-width: 100%;
  height: auto;
}
.site-footer .site-footer-top > ul.sidebar-footer:last-child .wp-block-image {
  max-height: 2.8rem;
}
.site-footer .site-footer-top > ul.sidebar-footer:last-child img {
  max-height: 2.8rem;
  width: auto;
}
.site-footer .site-footer-menu {
  width: 100%;
}
.site-footer .site-footer-menu > div {
  width: 96%;
  display: flex;
  justify-content: space-evenly;
  width: calc(100% - 76px);
}
.site-footer .site-footer-menu > div > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.site-footer .site-footer-menu > div > ul > li > ul {
  padding: 1.2rem 0;
}
.site-footer .site-footer-bottom {
  padding-bottom: 3.2rem;
  border-top: 1px solid #26272b;
  padding-top: 1.8rem;
  display: flex;
  justify-content: space-between;
}
.site-footer .site-footer-bottom img {
  max-height: 1.8rem;
  width: auto;
}
.site-footer .site-footer-bottom .sidebar-bottom-right > ul {
  display: flex;
}
.site-footer .site-footer-bottom .sidebar-bottom-right > ul a {
  opacity: 0.85;
  padding: 0 0.5rem;
}
.site-footer .site-footer-bottom .sidebar-bottom-right > ul a:hover {
  opacity: 1;
}
.site-footer .site-footer-bottom .sidebar-bottom-left {
  width: 50%;
  font-size: 1.4rem;
  color: #d3d3d3;
}
.site-footer .site-footer-bottom .sidebar-bottom-left .copyright {
  color: #838383;
}
.site-footer .site-footer-bottom .sidebar-bottom-left img {
  max-height: 3.8rem;
  width: auto;
  margin-right: 2.4rem;
}
.site-footer .site-footer-bottom .sidebar-bottom-left .widget_media_image {
  float: left;
}
.site-footer .footer-menu-2-col > ul.sub-menu {
  width: 400px;
}
.site-footer .footer-menu-2-col > ul.sub-menu > li:first-child {
  float: left;
  width: 200px;
  margin-right: 50px;
}
@media (max-width: 1420px) {
  .site-footer .site-footer-menu > div {
    width: 90%;
    width: calc(100% - 32px);
  }
}
@media (max-width: 1240px) {
  .site-footer .footer-menu-2-col > ul.sub-menu > li:first-child {
    width: auto;
    margin-right: 20px;
  }
  .site-footer .site-footer-top {
    display: block;
  }
  .site-footer .sidebar-footer {
    margin-top: 2.4rem;
  }
  .site-footer .sidebar-footer > li {
    display: inline-block;
    margin-right: 0.6rem;
  }
  .site-footer .sidebar-footer > li:first-child {
    display: block;
  }
  .site-footer .site-footer-menu > div {
    width: 100%;
  }
  .site-footer .footer-menu-2-col > ul.sub-menu {
    width: 357px;
  }
}
@media (max-width: 940px) {
  .site-footer .sub-menu .sub-menu {
    display: none;
  }
  .site-footer .footer-menu-2-col > ul.sub-menu {
    width: auto;
  }
}
@media (max-width: 767px) {
  .site-footer .site-footer-menu,
.site-footer .site-footer-top,
.site-footer .sidebar-footer,
.site-footer .sidebar-bottom-right {
    display: none;
  }
  .site-footer .site-footer-bottom {
    border-top: none;
  }
  .site-footer .site-footer-bottom .sidebar-bottom-left {
    width: 100%;
  }
  .site-footer {
    padding: 1rem 0 2.4rem 0;
    text-align: center;
  }
}

.sidebar-primary {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  padding-top: 0;
  padding-bottom: 100px;
}
.sidebar-primary h3 {
  color: #f7f7f7;
  margin-bottom: 0;
}
.sidebar-primary .button-inline-style, .sidebar-primary .button-inline .wp-block-button__link, .button-inline .sidebar-primary .wp-block-button__link {
  color: #f7f7f7;
  line-height: 1.1;
  padding-top: 0;
}

.single-article-sidebar > ul > li > div {
  padding-top: 2.4rem;
}
@media (max-width: 767px) {
  .single-article-sidebar .post-container, .single-article-sidebar .single.type-podcast article > div:first-child, .single.type-podcast .single-article-sidebar article > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .post-navigation {
    padding-top: 16rem;
    color: #f7f7f7;
    font-size: 1.6rem;
    position: absolute;
    width: 100%;
    z-index: 8;
  }
  .post-navigation > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .post-navigation > ul > li {
    padding: 2rem 2rem;
    cursor: default;
    position: relative;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
  }
  .post-navigation > ul > li.search-icon {
    cursor: pointer;
    padding: 0;
  }
  .post-navigation > ul > li.search-icon img {
    padding: 2rem 2rem;
  }
  .post-navigation > ul > li.search-icon img, .post-navigation > ul > li.search-icon form {
    display: inline-block;
  }
  .post-navigation > ul > li.search-icon #btn-search-form-close, .post-navigation > ul > li.search-icon form {
    display: none;
  }
  .post-navigation > ul > li.search-icon #btn-search-form {
    display: inline-block;
    position: relative;
    top: 1px;
  }
  .post-navigation > ul > li.search-icon #btn-search-form-close, .post-navigation > ul > li.search-icon #btn-search-form {
    height: 15px;
  }
  .post-navigation > ul > li.search-icon.active #btn-search-form-close {
    position: relative;
    display: inline-block;
    top: 2px;
  }
  .post-navigation > ul > li.search-icon.active form {
    display: flex;
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_post-nav-search-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_post-nav-search-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_post-nav-search-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: animation_post-nav-search-show;
    animation-fill-mode: forwards;
  }
  .post-navigation > ul > li.search-icon.active #btn-search-form {
    display: none;
  }
  .post-navigation > ul > li.search-icon.inactive form {
    display: flex;
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_post-nav-search-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_post-nav-search-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_post-nav-search-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: animation_post-nav-search-hide;
    animation-fill-mode: forwards;
  }
  .post-navigation > ul > li:hover:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #3a3d40 transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
    pointer-events: none;
    border-width: 0 8px 8px 8px;
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
  }
  .post-navigation > ul > li.on:before {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-show;
    animation-fill-mode: forwards;
  }
  .post-navigation > ul > li.off:before {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-hide;
    animation-fill-mode: forwards;
  }
  .post-navigation > ul > li.on > ul {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-show;
    animation-fill-mode: forwards;
    display: block;
  }
  .post-navigation > ul > li.off > ul {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: main-nav-menu-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: main-nav-menu-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: main-nav-menu-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: main-nav-menu-hide;
    animation-fill-mode: forwards;
    display: block;
  }
  .post-navigation > ul > li.home-icon:before, .post-navigation > ul > li.search-icon:before {
    display: none;
  }
  .post-navigation > ul > li > ul {
    display: none;
    -moz-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 2rem;
    background: #3A3D3F;
    font-size: 1.4rem;
    margin-top: 1.6rem;
    margin-left: -15px;
  }
  .post-navigation > ul > li > ul li a {
    white-space: nowrap;
    padding-bottom: 0.3rem;
    display: block;
    line-height: 1.5;
  }
  .post-navigation > ul > li > ul li a:hover {
    color: #ffe78d;
  }
  .post-navigation > ul > li > ul li:last-child a {
    margin-bottom: 0;
  }
  .post-navigation > ul > li:hover {
    color: #ffffff;
  }
  .post-navigation > ul > li:hover > ul {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-header.scrolled + #container .post-navigation, .site-header.sticky + #container .post-navigation {
    position: fixed;
    top: 83px;
    background: #0A0D10;
    padding: 4px 0px 3px 0px;
    -moz-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0.5);
  }
  .site-header.scrolled + #container .post-navigation {
    /* animation properties */
    -moz-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0);
    box-shadow: 0px 19px 37px -25px rgba(0, 0, 0, 0);
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_sticky-post-nav-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_sticky-post-nav-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_sticky-post-nav-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: animation_sticky-post-nav-hide;
    animation-fill-mode: forwards;
    -moz-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  .site-header.sticky + #container .post-navigation {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_sticky-post-nav-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_sticky-post-nav-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_sticky-post-nav-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: animation_sticky-post-nav-show;
    animation-fill-mode: forwards;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.logged-in .site-header.scrolled + #container .post-navigation, .logged-in .site-header.sticky + #container .post-navigation {
  top: 115px;
}
@media (max-width: 782px) {
  .logged-in .site-header.scrolled + #container .post-navigation, .logged-in .site-header.sticky + #container .post-navigation {
    top: 82px;
  }
}

@media (max-width: 767px) {
  .post-navigation {
    display: none;
  }
}
button#btn-post-navigation-mobile {
  width: 100%;
  top: 66px;
  position: absolute;
  background: #feb92f;
  border: none;
  padding: 1.2rem;
}

@media (max-width: 767px) {
  .post-navigation {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    width: 222px;
    padding: 3.2rem;
    height: 100vh;
    height: calc(100vh - 6.4rem);
    background: #26272b;
    top: 0;
    right: 0;
    overflow: auto;
    z-index: 22;
  }
  .post-navigation input {
    border-radius: 0;
  }
  .post-navigation input[type=search] {
    -webkit-appearance: none;
  }
  .post-navigation > ul {
    padding-bottom: 40px;
  }
  .post-navigation > ul > li {
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #838383;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .post-navigation > ul > li li {
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .post-navigation > ul > li ul {
    margin-top: 0.6rem;
  }
  .post-navigation li {
    font-size: 1.6rem;
    margin-bottom: 0.9rem;
  }
  .post-navigation.active {
    display: block;
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 380ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_main-nav-mobile-submenu-show;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 380ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_main-nav-mobile-submenu-show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 380ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_main-nav-mobile-submenu-show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 380ms;
    animation-timing-function: ease-out;
    animation-name: animation_main-nav-mobile-submenu-show;
    animation-fill-mode: forwards;
  }
  .post-navigation.inactive {
    display: block;
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-name: animation_main-nav-mobile-submenu-hide;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 240ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: animation_main-nav-mobile-submenu-hide;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0ms;
    -o-animation-duration: 240ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: animation_main-nav-mobile-submenu-hide;
    -o-animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 240ms;
    animation-timing-function: ease-out;
    animation-name: animation_main-nav-mobile-submenu-hide;
    animation-fill-mode: forwards;
  }
  .post-navigation li.search-icon {
    display: flex;
    flex-flow: row-reverse;
    margin-bottom: 2.4rem;
  }
  .post-navigation .home-icon,
.post-navigation #btn-search-form-close,
.post-navigation .search-submit {
    display: none;
  }

  #post-filter-btn-mobile {
    background: transparent;
    border: none;
    outline: none;
    position: relative;
    top: 4px;
    left: 6px;
  }
  #post-filter-btn-mobile img {
    width: 22px;
    height: 20px;
  }
}
input[type=submit].search-submit {
  border: none;
  outline: none;
}

@media (min-width: 768px) {
  .archive .search-form, .blog .search-form, .single .search-form, .search .search-form {
    position: absolute;
    display: flex;
    margin-left: -219px;
    margin-top: 11px;
  }
}
.archive .search-form input[type=search], .blog .search-form input[type=search], .single .search-form input[type=search], .search .search-form input[type=search] {
  background: #0A0D10;
  border: none;
  line-height: 1.5;
  padding: 0.6rem;
  width: 220px;
  color: #f7f7f7;
  outline: none;
  font-size: 1.6rem;
  margin-right: -3px;
  padding: 0.5rem 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.archive .search-form input[type=submit].search-submit, .blog .search-form input[type=submit].search-submit, .single .search-form input[type=submit].search-submit, .search .search-form input[type=submit].search-submit {
  font-size: 1.6rem;
  padding: 0.7rem 1.2rem;
  border-radius: 0px 4px 4px 0px;
  background: url("/wp-content/themes/basis/assets/img/theme/basis_caret_submit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  background-size: 10px;
  background-position: 4px 9px;
  padding-bottom: 11px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .archive .search-form input[type=submit].search-submit, .blog .search-form input[type=submit].search-submit, .single .search-form input[type=submit].search-submit, .search .search-form input[type=submit].search-submit {
    display: none;
  }
  .archive .search-form input[type=search], .blog .search-form input[type=search], .single .search-form input[type=search], .search .search-form input[type=search] {
    width: 177px;
    border-bottom: 2px solid #feb92f;
    border-radius: 0;
    background: transparent;
  }
  .archive .search-form #btn-search-form, .blog .search-form #btn-search-form, .single .search-form #btn-search-form, .search .search-form #btn-search-form {
    margin-right: 1rem;
  }
}

/* Clear the ‘X’ from input field */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

.site-overlay, #et-popup-carousel-overlay {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
  opacity: 0;
  display: none;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.site-overlay img.close-btn, #et-popup-carousel-overlay img.close-btn {
  width: 2.4rem;
  height: 2.4rem;
  position: fixed;
  right: 3.2rem;
  top: 3.2rem;
  pointer-events: none;
  opacity: 0.5;
}
.site-overlay.active, .active#et-popup-carousel-overlay {
  display: block;
  opacity: 1;
}

/* Player Styles */
.vimeo-player-container {
  display: none;
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  z-index: 13;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (min-width: 1025px) {
  .vimeo-player-container {
    width: 150vh;
    left: 50%;
    margin-left: -75vh;
  }
}
.vimeo-player-container.active {
  display: block;
}
.vimeo-player-container iframe {
  background: #0A0D10;
  -moz-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
}

/* Button Styles */
.basis-vimeo-player {
  cursor: pointer;
}
.basis-vimeo-player span.play-icon {
  font-size: 11px;
  position: relative;
  top: -1px;
  left: 3px;
}

.basis-vimeo-player-section-btn {
  position: relative;
}
.basis-vimeo-player-section-btn:hover:before {
  opacity: 0.7;
}
.basis-vimeo-player-section-btn:before {
  content: "";
  background: url("/wp-content/themes/basis/assets/img/theme/play_btn_white.svg");
  width: 7rem;
  height: 7rem;
  left: 50%;
  bottom: 11.5rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -3.5rem;
  margin-top: -3.5rem;
  opacity: 0.3;
  z-index: 2;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
@media (max-width: 767px) {
  .basis-vimeo-player-section-btn:before {
    width: 5rem;
    height: 5rem;
    bottom: 7rem;
    opacity: 0.5;
  }
}
@media (max-width: 500px) {
  .basis-vimeo-player-section-btn:before {
    margin-left: 0;
    left: 2.4rem;
  }
}
.basis-vimeo-player-section-btn:before:hover:before {
  opacity: 0.7;
}

.basis-vimeo-player-img-btn {
  position: relative;
  cursor: pointer;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}
.basis-vimeo-player-img-btn img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .basis-vimeo-player-img-btn {
    width: 100%;
    padding: 0;
  }
}
.basis-vimeo-player-img-btn img.wp-post-image {
  max-width: 100%;
}
@media (max-width: 1100px) {
  .basis-vimeo-player-img-btn img.wp-post-image {
    margin: 0;
  }
}
.basis-vimeo-player-img-btn:before {
  content: "";
  background: url("/wp-content/themes/basis/assets/img/theme/play_btn_white.svg");
  width: 3rem;
  height: 3rem;
  left: 50%;
  top: 50%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  opacity: 0.7;
  z-index: 2;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.basis-vimeo-player-img-btn.basis-vimeo-player-img-btn-lg:before {
  width: 12rem;
  height: 12rem;
  margin-left: -6rem;
  margin-top: -6rem;
}
.basis-vimeo-player-img-btn:hover {
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.basis-vimeo-player-img-btn:hover:before {
  opacity: 1;
}

.form-box {
  -moz-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  min-height: 600px;
  padding: 3.2rem;
  background-color: #ffffff;
  text-align: center;
  color: #26272b;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .form-box {
    width: 100%;
    padding: 2.4rem;
    margin-bottom: -3.2rem;
  }
}

.hexagon-bg {
  position: relative;
  /*
  &:after{
    z-index: 0;
    content: '';
    display: block;
    position: absolute;
    width: 201px;
    height: 174px;
    @include hexagon_clip_path;
    background: #c1c2c3;
    top: 50%;
    left: 50%;
    margin-left: -101px;
    margin-top: -87px;
  }
  */
}
.hexagon-bg:before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/basis/assets/img/theme/hexagon-home.svg);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 197px;
  height: 170px;
  text-align: center;
  display: block;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -99px;
  margin-top: -85px;
}
.hexagon-bg > * {
  z-index: 3;
  position: relative;
}

.archive:not(.post-type-archive-news) .hentry p, .archive:not(.post-type-archive-news) .hentry .speakers-expanded .bio, .speakers-expanded .archive:not(.post-type-archive-news) .hentry .bio, .tax-type-post .hentry p, .tax-type-post .hentry .speakers-expanded .bio, .speakers-expanded .tax-type-post .hentry .bio, .blog .hentry p, .blog .hentry .speakers-expanded .bio, .speakers-expanded .blog .hentry .bio, .search .hentry p, .search .hentry .speakers-expanded .bio, .speakers-expanded .search .hentry .bio, .related-content .hentry p, .related-content .hentry .speakers-expanded .bio, .speakers-expanded .related-content .hentry .bio {
  color: #f7f7f7;
}

.archive:not(.post-type-archive-news) .hentry .entry-meta > ul > li, .blog .hentry .entry-meta > ul > li, .search .hentry .entry-meta > ul > li, .related-content .hentry .entry-meta > ul > li {
  color: #d3d3d3;
}

.archive.post-type-archive-news .entry-meta > ul > li,
.tax-type-news .entry-meta > ul > li,
.tax-type-press .entry-meta > ul > li {
  color: #26272b !important;
}

.tax-type-news .entry-meta {
  margin-top: 0 !important;
}

.single .entry-meta > ul > li {
  color: #26272b;
}

.single .hentry, .single .hentry h2, .single .hentry .h2, .single .hentry .wp-block-latest-posts__post-author, .single .hentry .wp-block-latest-posts__post-date, .single .hentry .site-footer .menu-footer-menu-container li.toggle > a, .site-footer .menu-footer-menu-container .single .hentry li.toggle > a, .archive .hentry, .archive .hentry h2, .archive .hentry .h2, .archive .hentry .wp-block-latest-posts__post-author, .archive .hentry .wp-block-latest-posts__post-date, .archive .hentry .site-footer .menu-footer-menu-container li.toggle > a, .site-footer .menu-footer-menu-container .archive .hentry li.toggle > a, .blog .hentry, .blog .hentry h2, .blog .hentry .h2, .blog .hentry .wp-block-latest-posts__post-author, .blog .hentry .wp-block-latest-posts__post-date, .blog .hentry .site-footer .menu-footer-menu-container li.toggle > a, .site-footer .menu-footer-menu-container .blog .hentry li.toggle > a, .search .hentry, .search .hentry h2, .search .hentry .h2, .search .hentry .wp-block-latest-posts__post-author, .search .hentry .wp-block-latest-posts__post-date, .search .hentry .site-footer .menu-footer-menu-container li.toggle > a, .site-footer .menu-footer-menu-container .search .hentry li.toggle > a, .related-content .hentry, .related-content .hentry h2, .related-content .hentry .h2, .related-content .hentry .wp-block-latest-posts__post-author, .related-content .hentry .wp-block-latest-posts__post-date, .related-content .hentry .site-footer .menu-footer-menu-container li.toggle > a, .site-footer .menu-footer-menu-container .related-content .hentry li.toggle > a {
  color: #f7f7f7;
}
.single .hentry .entry-meta, .archive .hentry .entry-meta, .blog .hentry .entry-meta, .search .hentry .entry-meta, .related-content .hentry .entry-meta {
  color: #d3d3d3;
  margin-top: 1.8rem;
}
.single .hentry a, .archive .hentry a, .blog .hentry a, .search .hentry a, .related-content .hentry a {
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #f7f7f7;
}
.single .hentry a:hover, .archive .hentry a:hover, .blog .hentry a:hover, .search .hentry a:hover, .related-content .hentry a:hover {
  color: #feb92f;
}
.single .hentry .thumbnail-link, .archive .hentry .thumbnail-link, .blog .hentry .thumbnail-link, .search .hentry .thumbnail-link, .related-content .hentry .thumbnail-link {
  display: block;
  margin-bottom: 1.8rem;
}
.single .hentry .thumbnail-link img, .archive .hentry .thumbnail-link img, .blog .hentry .thumbnail-link img, .search .hentry .thumbnail-link img, .related-content .hentry .thumbnail-link img {
  width: 100%;
  height: auto;
}

.archive .post-index .hentry a.read-more-link, .blog .post-index .hentry a.read-more-link, .search .post-index .hentry a.read-more-link {
  display: none;
}

.entry-meta {
  color: #d3d3d3;
}
.entry-meta > ul > li {
  position: relative;
  display: inline-block;
}
.entry-meta > ul > li:after {
  content: " • ";
  pointer-events: none;
  color: #838383;
}
.entry-meta > ul > li:last-child:after {
  display: none;
}

.single .article-content-container .entry-meta {
  display: flex;
  justify-content: space-between;
  color: #3A3D3F;
}
.single .article-content-container .entry-meta > ul:first-child > li:nth-last-child(2):after {
  display: none;
}
.single .article-content-container .entry-meta a {
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #3A3D3F;
}
.single .article-content-container .entry-meta a:hover {
  color: #feb92f;
}
.single .article-content-container .entry-meta .tax-sm a {
  color: #838383;
  font-size: 95%;
}
.single .article-content-container .entry-meta .tax-sm a:hover {
  color: #feb92f;
}
@media (max-width: 767px) {
  .single .article-content-container .entry-meta {
    display: block;
  }
  .single .article-content-container .entry-meta ul {
    margin-bottom: 0;
  }
}
.single .article-content-container .entry-meta #post-filter-btn-mobile img {
  width: 15px;
  height: 18px;
}

/*
 * Webinar Entry
 */
.entry-meta li.upcoming-date:after {
  display: none;
}

li.upcoming-date {
  width: 100%;
}

.thumbnail-link.podcast-spread {
  display: flex !important;
}
.thumbnail-link.podcast-spread img {
  width: 50% !important;
}

@media (min-width: 768px) {
  .single .post-navigation {
    display: none;
  }

  .single .site-header.sticky + #container .post-navigation,
.single .site-header.scrolled + #container .post-navigation {
    display: block;
  }
}
/* TODO: Move to it's own file */
.overlay-img {
  width: 100% !important;
  left: 0;
  top: 0;
  position: absolute;
  margin: 0;
  max-width: 9999px;
  height: auto;
  max-height: 700px;
  overflow: hidden;
}
.single .overlay-img {
  -webkit-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="6" /></filter></svg>#blur');
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  opacity: 0.1;
}
.archive .overlay-img {
  opacity: 0.4;
  max-height: none;
}
.overlay-img img {
  width: 100%;
  height: auto;
  min-height: 477px;
}
.archive .overlay-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 1550px) {
  .archive .overlay-img img {
    height: 900px;
    width: auto;
    min-width: 100%;
  }
}

.single article {
  position: relative;
  z-index: 2;
}
.single .single-article-content article .wp-post-image {
  display: block;
  position: relative;
  -moz-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  height: auto;
}
.single .single .hentry, .single .archive .hentry {
  color: #3A3D3F;
}
.single .section-violate {
  background-color: #ffffff;
  margin-top: -100px;
  padding-top: 113px;
}
@media (max-width: 767px) {
  .single .section-violate {
    padding-top: 0;
    margin-top: 0;
  }
}

.single .site-content {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .single .site-content {
    padding-top: 67px;
  }
  .single .site-content .single-article-content .wp-post-image {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.article-content-container {
  max-width: 760px;
  margin: 0 auto;
  margin: 0 auto;
  padding-top: 1.8rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .article-content-container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media (max-width: 767px) {
  .article-content-container {
    padding-top: 2.4rem;
  }
}

@media (max-width: 767px) {
  .article-content-container.image {
    padding: 0 !important;
  }
}
.single .hentry .single-post-cta {
  margin-top: 3.2rem;
  display: inline-block;
}
.single .hentry .single-post-cta a {
  color: #3A3D3F;
}

.speakers-expanded {
  padding-left: 0;
}
.speakers-expanded, .speakers-expanded li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.speakers-expanded li {
  display: flex;
  margin: 40px 0;
}
.speakers-expanded li:last-child {
  margin-bottom: 0;
}
.speakers-expanded img {
  width: 183px;
}
.speakers-expanded .picture {
  width: 183px;
  margin-right: 40px;
  margin-top: 7px;
}
.speakers-expanded .contents h3 {
  margin-bottom: 0;
}
.speakers-expanded .contents h3 .name {
  color: #16a7db;
  font-weight: 400;
}
.speakers-expanded .bio {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .speakers-expanded .picture {
    display: none;
  }
}

.post-content .speakers-expanded {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.post-content .speakers-expanded, .post-content .speakers-expanded li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-content .speakers-expanded li:before {
  display: none !important;
}
@media (max-width: 767px) {
  .post-content .speakers-expanded .picture {
    display: block;
  }
}
.post-content .speakers-expanded {
  display: flex;
}
.post-content .speakers-expanded.vert {
  display: block;
}
@media (max-width: 767px) {
  .post-content .speakers-expanded {
    display: block;
  }
}
.post-content .speakers-expanded li {
  align-items: center;
  margin: 0;
  margin-right: 20px;
  min-width: 50%;
}
.post-content .speakers-expanded img {
  width: 89px;
}
.post-content .speakers-expanded .picture {
  width: 89px;
  min-width: 89px;
  margin-right: 20px;
  margin-top: 7px;
}
.post-content .speakers-expanded h3 {
  font-weight: 400 !important;
}
.post-content .speakers-expanded h3 .name {
  font-weight: 600 !important;
}

.action-links {
  margin: 0 2.4rem;
}
.action-links, .action-links li {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  margin-left: 0;
  list-style: none;
}
.action-links:before, .action-links li:before {
  display: none !important;
}
.action-links a, .action-links button, .action-links li a, .action-links li button {
  color: #3A3D3F !important;
  line-height: 1 !important;
  display: inline-block !important;
}
.action-links li {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .action-links li {
    margin-bottom: 1.2rem !important;
  }
}

.single.type-guides article .wp-post-image, .single.type-reports article .wp-post-image, .single.type-podcast article .wp-post-image {
  max-height: 280px;
  width: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .single.type-guides article > div:first-child, .single.type-reports article > div:first-child, .single.type-podcast article > div:first-child {
    padding-top: 1rem;
    background-color: #ffffff;
  }
  .single.type-guides .article-content-container > .right, .single.type-reports .article-content-container > .right, .single.type-podcast .article-content-container > .right {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
  .single.type-guides .overlay-img, .single.type-reports .overlay-img, .single.type-podcast .overlay-img {
    display: none;
  }
}

.single.type-guides .overlay-img, .single.type-reports .overlay-img {
  opacity: 0.25;
  -webkit-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="0" /></filter></svg>#blur');
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
}
.single.type-guides .article-content-container, .single.type-reports .article-content-container {
  display: flex;
}
.single.type-guides .article-content-container > .left, .single.type-reports .article-content-container > .left {
  width: 52%;
  margin-right: 8%;
}
.single.type-guides .article-content-container > .right, .single.type-reports .article-content-container > .right {
  width: 40%;
  margin-top: -3rem;
}
@media (max-width: 1024px) {
  .single.type-guides .article-content-container, .single.type-reports .article-content-container {
    display: block;
  }
  .single.type-guides .article-content-container > .left, .single.type-guides .article-content-container > .right, .single.type-reports .article-content-container > .left, .single.type-reports .article-content-container > .right {
    width: 100%;
  }
}

/* TODO: Some code lives in single-guide.scss */
.single.type-podcast .overlay-img {
  opacity: 0.5;
  -webkit-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="0" /></filter></svg>#blur');
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
}
.single.type-podcast article > div:first-child img {
  max-width: 160px !important;
  height: auto;
  max-height: 9999px;
}
.single.type-podcast .section-violate {
  margin-top: -48px;
  padding-top: 72px;
}
@media (max-width: 767px) {
  .single.type-podcast .section-violate {
    padding-top: 0;
    margin-top: 0;
  }
}
.single.type-podcast .podcast-subscription-list {
  margin-bottom: 2.4rem;
}
.single.type-podcast .podcast-subscription-list > li {
  display: inline-block;
}
.single.type-podcast .podcast-subscription-list img {
  max-width: 130px;
  height: auto;
}

.single-news .entry-meta > ul > li:after {
  content: " • ";
  pointer-events: none;
  display: inline-block !important;
  color: #838383;
}
.single-news .article-content-container a span {
  text-decoration: none !important;
}
.single-news .entry-meta > ul > li:last-child:after {
  display: none !important;
}
.single-news .single-article-content article .news-article-item .wp-post-image {
  max-width: 160px;
  height: auto;
  margin-left: 0;
  position: relative;
  top: 50px;
  padding: 1.2rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .single-news .single-article-content article .news-article-item .wp-post-image {
    margin-left: 2.4rem !important;
    box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27) !important;
    -webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27) !important;
    top: 29px !important;
  }
}
.single-news .single-article-content article .news-article-item + .section-violate {
  background-color: #ffffff;
  margin-top: 0px;
  padding-top: 44px;
}
.single-news .pattern-related-content img {
  display: none;
}

.post-index {
  background-color: #3a3d40;
  position: relative;
  z-index: 2;
}
.post-index > div > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1025px) {
  .post-index:not(.post-list-entry-sm) > div > div > div > article {
    width: 30.3%;
    margin: 3rem 2%;
    /*
    &:nth-child(4):not(:last-child), &:nth-child(5){
      width: 48%;
      margin: 3rem 2%;
    }
    &:nth-child(1), &:nth-child(4):not(:last-child), &:nth-child(3n + 6){ margin-left: 0; }
    &:nth-child(3), &:nth-child(5),  &:nth-child(3n + 8){ margin-right: 0; }
    &:nth-child(1), &:nth-child(2), &:nth-child(3){ opacity: 1 !important; } // Override Sal Animation
    */
  }
  .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(1), .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(4):not(:last-child), .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(3n+7) {
    margin-left: 0;
  }
  .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(3), .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(6), .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(3n+9) {
    margin-right: 0;
  }
  .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(1), .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(2), .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(3) {
    opacity: 1 !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .post-index:not(.post-list-entry-sm) > div > div > div {
    max-width: 720px;
    margin: 0 auto;
  }
  .post-index:not(.post-list-entry-sm) > div > div > div > article {
    width: 48%;
    margin: 3rem 2%;
  }
  .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(1), .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(2n+1) {
    margin-left: 0;
  }
  .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-child(2n) {
    margin-right: 0;
  }
  .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-last-child(1), .post-index:not(.post-list-entry-sm) > div > div > div > article:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .post-index:not(.post-list-entry-sm) > div > div > div > article {
    width: 100%;
    margin: 3rem 0;
  }
}

.post-index.post-list-entry-sm > div > div > div > article {
  display: flex;
  width: 100%;
  margin: 3rem 0;
}
.post-index.post-list-entry-sm > div > div > div > article > a {
  display: block;
  max-width: 160px;
  margin-right: 2.4rem;
}

@media (max-width: 1024px) {
  .post-index.post-list-entry-sm > div > div > div > article {
    display: block;
  }
  .post-index.post-list-entry-sm > div > div > div > article > a {
    display: block;
    max-width: 100%;
    margin-right: 0;
  }
  .post-index.post-list-entry-sm #posts-list-container {
    padding-bottom: 4.8rem;
  }
  .post-index.post-list-entry-sm .post-loader-spinner {
    margin-top: -42px;
  }
}
.post-index.post-list-sidebar > .container, .post-index.post-list-sidebar > .custom-index-container, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image, .single.type-guides article.post-index.post-list-sidebar > div:first-child, .single.type-reports article.post-index.post-list-sidebar > div:first-child, .single.type-guides .post-index.post-list-sidebar > .article-content-container, .single.type-reports .post-index.post-list-sidebar > .article-content-container {
  display: flex;
}
.post-index.post-list-sidebar > .container > .left, .post-index.post-list-sidebar > .custom-index-container > .left, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .left, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .left, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .left, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .left, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .left, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .left {
  max-width: 760px;
}
.post-index.post-list-sidebar > .container > .left .text-center, .post-index.post-list-sidebar > .custom-index-container > .left .text-center, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .left .text-center, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .left .text-center, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .left .text-center, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .left .text-center, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .left .text-center, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .left .text-center {
  display: block;
  text-align: left !important;
}
.post-index.post-list-sidebar > .container > .left article, .post-index.post-list-sidebar > .custom-index-container > .left article, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .left article, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .left article, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .left article, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .left article, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .left article, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .left article {
  margin: 2rem 0;
}
.post-index.post-list-sidebar > .container > .right, .post-index.post-list-sidebar > .custom-index-container > .right, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #828282;
  width: 243px;
  min-width: 243px;
  background: rgba(0, 0, 0, 0.2);
  padding: 3.6rem;
  margin-left: 6rem;
}
.post-index.post-list-sidebar > .container > .right > div, .post-index.post-list-sidebar > .custom-index-container > .right > div, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right > div, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right > div, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right > div, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right > div, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right > div, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right > div {
  display: block !important;
}
.post-index.post-list-sidebar > .container > .right h2, .post-index.post-list-sidebar > .custom-index-container > .right h2, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right h2, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right h2, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right h2, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right h2, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right h2, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right h2, .post-index.post-list-sidebar > .container > .right h3, .post-index.post-list-sidebar > .custom-index-container > .right h3, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right h3, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right h3, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right h3, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right h3, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right h3, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right h3, .post-index.post-list-sidebar > .container > .right h5, .post-index.post-list-sidebar > .custom-index-container > .right h5, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right h5, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right h5, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right h5, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right h5, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right h5, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right h5 {
  color: #d3d3d3;
}
.post-index.post-list-sidebar > .container > .right img, .post-index.post-list-sidebar > .custom-index-container > .right img, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right img, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right img, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right img, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right img, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right img, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right img {
  max-width: 100%;
}
.post-index.post-list-sidebar > .container > .right p, .post-index.post-list-sidebar > .custom-index-container > .right p, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right p, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right p, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right p, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right p, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right p, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right p, .post-index.post-list-sidebar > .container > .right .speakers-expanded .bio, .post-index.post-list-sidebar > .custom-index-container > .right .speakers-expanded .bio, .speakers-expanded .post-index.post-list-sidebar > .container > .right .bio, .speakers-expanded .post-index.post-list-sidebar > .custom-index-container > .right .bio, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right .speakers-expanded .bio, .speakers-expanded .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right .bio, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right .speakers-expanded .bio, .speakers-expanded .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right .bio, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right .speakers-expanded .bio, .speakers-expanded .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right .bio, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right .speakers-expanded .bio, .speakers-expanded .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right .bio, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right .speakers-expanded .bio, .speakers-expanded .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right .bio, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right .speakers-expanded .bio, .speakers-expanded .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right .bio {
  font-size: 1.4rem;
  color: #d3d3d3 !important;
}
.post-index.post-list-sidebar > .container > .right .author-img, .post-index.post-list-sidebar > .custom-index-container > .right .author-img, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right .author-img, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right .author-img, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right .author-img, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right .author-img, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right .author-img, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right .author-img {
  max-width: 160px;
  margin-bottom: 1.2rem;
}
.post-index.post-list-sidebar > .container > .right .podcast-subscription-list img, .post-index.post-list-sidebar > .custom-index-container > .right .podcast-subscription-list img, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right .podcast-subscription-list img, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right .podcast-subscription-list img, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right .podcast-subscription-list img, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right .podcast-subscription-list img, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right .podcast-subscription-list img, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right .podcast-subscription-list img {
  max-width: 116px !important;
  margin-bottom: 0.6rem;
}

header.sticky + #container .post-index.post-list-sidebar > .container > .right, header.sticky + #container .post-index.post-list-sidebar > .custom-index-container > .right, header.sticky + #container .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right, header.sticky + #container .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right, .single .single-article-content article header.sticky + #container .post-index.post-list-sidebar > .wp-post-image > .right, header.sticky + #container .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right, .single.type-guides header.sticky + #container article.post-index.post-list-sidebar > div:first-child > .right, header.sticky + #container .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right, .single.type-reports header.sticky + #container article.post-index.post-list-sidebar > div:first-child > .right, header.sticky + #container .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right, .single.type-guides header.sticky + #container .post-index.post-list-sidebar > .article-content-container > .right, header.sticky + #container .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right, .single.type-reports header.sticky + #container .post-index.post-list-sidebar > .article-content-container > .right {
  top: 176px;
}

.logged-in .post-index.post-list-sidebar > .container > .right, .logged-in .post-index.post-list-sidebar > .custom-index-container > .right, .logged-in .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right, .logged-in .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right, .single .single-article-content article .logged-in .post-index.post-list-sidebar > .wp-post-image > .right, .logged-in .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right, .single.type-guides .logged-in article.post-index.post-list-sidebar > div:first-child > .right, .logged-in .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right, .single.type-reports .logged-in article.post-index.post-list-sidebar > div:first-child > .right, .logged-in .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right, .single.type-guides .logged-in .post-index.post-list-sidebar > .article-content-container > .right, .logged-in .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right, .single.type-reports .logged-in .post-index.post-list-sidebar > .article-content-container > .right {
  top: 67px;
}
.logged-in header.sticky + #container .post-index.post-list-sidebar > .container > .right, .logged-in header.sticky + #container .post-index.post-list-sidebar > .custom-index-container > .right, .logged-in header.sticky + #container .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right, .logged-in header.sticky + #container .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right, .single .single-article-content article .logged-in header.sticky + #container .post-index.post-list-sidebar > .wp-post-image > .right, .logged-in header.sticky + #container .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right, .single.type-guides .logged-in header.sticky + #container article.post-index.post-list-sidebar > div:first-child > .right, .logged-in header.sticky + #container .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right, .single.type-reports .logged-in header.sticky + #container article.post-index.post-list-sidebar > div:first-child > .right, .logged-in header.sticky + #container .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right, .single.type-guides .logged-in header.sticky + #container .post-index.post-list-sidebar > .article-content-container > .right, .logged-in header.sticky + #container .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right, .single.type-reports .logged-in header.sticky + #container .post-index.post-list-sidebar > .article-content-container > .right {
  top: 208px;
}

@media (max-width: 1024px) {
  .post-index.post-list-sidebar {
    padding-bottom: 0px !important;
  }
  .post-index.post-list-sidebar > .container, .post-index.post-list-sidebar > .custom-index-container, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image, .single.type-guides article.post-index.post-list-sidebar > div:first-child, .single.type-reports article.post-index.post-list-sidebar > div:first-child, .single.type-guides .post-index.post-list-sidebar > .article-content-container, .single.type-reports .post-index.post-list-sidebar > .article-content-container {
    display: block;
  }
  .post-index.post-list-sidebar > .container > .left, .post-index.post-list-sidebar > .custom-index-container > .left, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .left, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .left, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .left, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .left, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .left, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .left {
    max-width: 500px;
    margin: 0 auto;
  }
  .post-index.post-list-sidebar > .container > .right, .post-index.post-list-sidebar > .custom-index-container > .right, .post-index.post-list-sidebar > .basis-vimeo-player-img-btn > .right, .single .single-article-content article .post-index.post-list-sidebar > .wp-post-image > .right, .single.type-guides article.post-index.post-list-sidebar > div:first-child > .right, .single.type-reports article.post-index.post-list-sidebar > div:first-child > .right, .single.type-guides .post-index.post-list-sidebar > .article-content-container > .right, .single.type-reports .post-index.post-list-sidebar > .article-content-container > .right {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    width: 100%;
    width: calc(100vw - 4.8rem);
    min-width: 0;
    padding: 4.8rem 2.4rem;
  }
}
.blog .wp-block-getwid-media-text-slider-slide__content {
  padding: 0 0 10rem 0 !important;
}

.blog .wp-block-getwid-media-text-slider-slide__content .entry-meta > ul > li {
  color: #d3d3d3 !important;
}

.blog .wp-block-getwid-media-text-slider-slide__content p, .blog .wp-block-getwid-media-text-slider-slide__content .speakers-expanded .bio, .speakers-expanded .blog .wp-block-getwid-media-text-slider-slide__content .bio {
  color: #f7f7f7 !important;
}

.blog .slick-next, .blog .slick-prev {
  top: 26%;
}

.term-podcast .hentry .thumbnail-link img + img {
  display: none;
}

.term-podcast .hentry .thumbnail-link img {
  width: 100% !important;
  height: auto;
}

.post-type-archive-news a.thumbnail-link {
  display: block !important;
  height: auto !important;
}

.post-type-archive-news .hentry .thumbnail-link img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.post-type-archive-news .hentry .thumbnail-link img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 120px;
}

.post-type-archive-news main .thumbnail-link, .tax-type-news main .thumbnail-link {
  height: 160px !important;
}

.post-type-archive-news .hentry .thumbnail-link img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 120px;
}

.tax-type-news .button-outline, .tax-type-news .is-style-outline .wp-block-button__link, .is-style-outline .tax-type-news .wp-block-button__link {
  color: #0A0D10;
}

@media (max-width: 767px) {
  .custom-index-container {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}
.post-type-archive-news main .news-section.post-index:not(.post-list-entry-sm) > div > div > div > article, .tax-type-news main .news-section.post-index:not(.post-list-entry-sm) > div > div > div > article {
  width: 28% !important;
  margin-right: 4% !important;
}
.post-type-archive-news main .news-section.post-index:not(.post-list-entry-sm) > div > div > div > article:last-child, .tax-type-news main .news-section.post-index:not(.post-list-entry-sm) > div > div > div > article:last-child {
  margin-right: 0 !important;
}
.post-type-archive-news main .thumbnail-link, .tax-type-news main .thumbnail-link {
  height: 166px;
  width: 226px;
  display: flex !important;
  align-items: flex-end;
  margin-bottom: 4.4rem !important;
}
.post-type-archive-news main .thumbnail-link img, .tax-type-news main .thumbnail-link img {
  max-width: 100%;
}
.post-type-archive-news main a:not(.wp-block-button__link), .tax-type-news main a:not(.wp-block-button__link) {
  color: #3a3d40 !important;
}
.post-type-archive-news main a:not(.wp-block-button__link):hover, .tax-type-news main a:not(.wp-block-button__link):hover {
  color: #2273d2 !important;
}
.post-type-archive-news main .entry-meta a, .tax-type-news main .entry-meta a {
  color: #838383 !important;
}
.post-type-archive-news main .entry-meta a:hover, .tax-type-news main .entry-meta a:hover {
  color: #2273d2 !important;
}
.post-type-archive-news main h3.entry-title a, .tax-type-news main h3.entry-title a {
  font-size: 2.6rem !important;
}
.post-type-archive-news main .has-alabaster-background-color, .tax-type-news main .has-alabaster-background-color {
  background: #f7f7f7 !important;
}
.post-type-archive-news main .news-social-links, .tax-type-news main .news-social-links {
  display: flex;
  justify-content: center;
  margin-top: 5.2rem;
}
.post-type-archive-news main .news-social-links a, .tax-type-news main .news-social-links a {
  display: block;
  padding: 0 2.4rem;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.post-type-archive-news main .news-social-links a:hover, .tax-type-news main .news-social-links a:hover {
  opacity: 0.85;
}
.post-type-archive-news main .news-social-links img, .tax-type-news main .news-social-links img {
  height: 48px;
  width: auto;
}
.post-type-archive-news main .has-charcoal-background-color h2, .tax-type-news main .has-charcoal-background-color h2 {
  color: #f7f7f7 !important;
}
.post-type-archive-news main .press-section.post-index:not(.post-list-entry-sm) > div > div > div > article, .tax-type-news main .press-section.post-index:not(.post-list-entry-sm) > div > div > div > article {
  width: 100% !important;
  max-width: 760px;
  margin: 1.2rem auto !important;
}
.post-type-archive-news main .press-section.post-index:not(.post-list-entry-sm) > div > div > div > article:first-child, .tax-type-news main .press-section.post-index:not(.post-list-entry-sm) > div > div > div > article:first-child {
  margin-top: 3.2rem !important;
}

@media (max-width: 1024px) {
  .post-type-archive-news main .thumbnail-link {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .post-type-archive-news main .thumbnail-link {
    height: auto !important;
  }
  .post-type-archive-news main .news-section.post-index:not(.post-list-entry-sm) > div > div > div > article {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 500px) {
  .post-type-archive-news main .text-center {
    text-align: left !important;
  }

  .post-type-archive-news main .news-social-links img {
    height: 32px;
  }

  .post-type-archive-news main .news-social-links {
    justify-content: flex-start;
    margin-left: -2.4rem;
  }

  .post-type-archive-news main .wp-block-buttons {
    justify-content: flex-start !important;
    margin-top: 3.2rem;
  }
}
.tax-type-news .post-index {
  background: #ffffff !important;
}
.tax-type-news.term-press-release .thumbnail-link {
  display: none !important;
}
.tax-type-news.term-press-release article header + div {
  display: none;
}
.tax-type-news.term-press-release #posts-list-container {
  display: block !important;
}
.tax-type-news.term-press-release article {
  width: 100% !important;
  margin: 4rem auto !important;
  max-width: 760px !important;
}
.tax-type-news.term-featured .entry-meta ul {
  margin-bottom: 0.6rem !important;
}
.tax-type-news.term-featured main h3.entry-title a {
  font-size: 2rem !important;
}
.tax-type-news.term-featured article {
  display: flex;
}
.tax-type-news.term-featured article header + div {
  display: none;
}
.tax-type-news.term-featured main .thumbnail-link {
  height: auto !important;
  max-width: 27% !important;
  min-width: 27% !important;
  width: 27% !important;
  margin-right: 4% !important;
  max-height: 90px !important;
  max-width: 105px !important;
  align-self: flex start !important;
  justify-content: flex-end !important;
}
.tax-type-news.term-featured #posts-list-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 969px;
  margin: 3.2rem auto 0 auto !important;
}
.tax-type-news.term-featured #posts-list-container img {
  max-height: 90px;
  max-width: 105px !important;
  width: auto !important;
  align-self: flex-start !important;
}
.tax-type-news.term-featured #posts-list-container article {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2.4rem !important;
}
.tax-type-news.term-featured #posts-list-container article:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .tax-type-news.term-featured #posts-list-container img {
    max-width: 100% !important;
  }

  .tax-type-news.term-featured #posts-list-container article {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.posts-pagination #post-loader {
  margin-top: 3.6rem;
}
.posts-pagination nav.navigation.posts-navigation {
  display: none;
}

.post-loader-spinner {
  position: absolute;
  margin-top: 96px;
  margin-left: -52px;
  left: 50%;
}
.post-loader-spinner .preloader {
  height: 2px;
  opacity: 0;
  display: block;
}
.post-loader-spinner.active .preloader {
  opacity: 1;
}
.post-loader-spinner.active .preloader span {
  display: inline-block;
  background-color: #0A0D10;
  width: 32px;
  height: 4px;
  margin-right: 2px;
  -webkit-animation-delay: 0ms;
  -webkit-animation-duration: 1600ms;
  -moz-animation-timing-function: ease;
  -webkit-animation-name: animation_pagination_spinner;
  -moz-animation-delay: 0ms;
  -moz-animation-duration: 1600ms;
  -moz-animation-timing-function: ease;
  -moz-animation-name: animation_pagination_spinner;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0ms;
  -o-animation-duration: 1600ms;
  -o-animation-timing-function: ease;
  -o-animation-name: animation_pagination_spinner;
  -o-animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-duration: 1600ms;
  animation-timing-function: ease;
  animation-name: animation_pagination_spinner;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.post-loader-spinner.active .preloader span:nth-child(2) {
  animation-delay: 200ms;
}
.post-loader-spinner.active .preloader span:nth-child(3) {
  animation-delay: 400ms;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #2273d2;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2273d2;
}
.switch input:checked + .slider:before {
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #454545;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.featured-posts-hero .type-post-webinar .read-more-link {
  display: none;
}
.featured-posts-hero .type-post-webinar .read-more-link:last-child {
  display: inline-block;
}
.featured-posts-hero h2.h3 {
  font-weight: normal;
  letter-spacing: 0.05rem;
}
.featured-posts-hero .post.hentry .thumbnail-link {
  margin-bottom: 0;
}
.featured-posts-hero .featured-posts-hero-list > li {
  display: none;
}
.featured-posts-hero .featured-posts-hero-list > li.active {
  display: block;
}
.featured-posts-hero .entry-featured-hero {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .featured-posts-hero .entry-featured-hero {
    display: block;
  }
}
.featured-posts-hero .entry-featured-hero-img {
  margin-right: 5%;
  min-width: 62%;
}
.featured-posts-hero .entry-featured-hero-img img {
  -moz-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
}
@media (max-width: 1024px) {
  .featured-posts-hero .entry-featured-hero-img {
    min-width: 47.5%;
  }
}
@media (max-width: 767px) {
  .featured-posts-hero .entry-featured-hero-img {
    min-width: 100%;
    margin-bottom: 2.4rem;
  }
}
.featured-posts-hero.section-padding.section-padding-lg {
  padding-top: 2rem;
}

.custom-index-container {
  display: flex;
  align-items: center;
}
.custom-index-container .custom-index-left {
  min-width: 67%;
}
.custom-index-container .custom-index-right {
  padding-right: 10rem;
}
.custom-index-container .custom-index-right img {
  max-width: 100%;
  -moz-box-shadow: 18px 18px 0 0 #3B3D3F;
  -webkit-box-shadow: 18px 18px 0 0 #3B3D3F;
  box-shadow: 18px 18px 0 0 #3B3D3F;
}
@media (max-width: 767px) {
  .custom-index-container .custom-index-right {
    display: none;
  }
}

.custom-index-header,
.custom-index-featured-posts-hero,
.custom-index-aside-img {
  position: relative;
  z-index: 2;
}

.custom-index-header .index-subheading, .custom-index-header h1 {
  max-width: 760px;
  margin-bottom: 0;
}
.custom-index-header .index-subheading {
  color: #d3d3d3;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-top: 1.2rem;
}
.custom-index-header .index-subheading:last-child {
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 2.4rem;
  margin-bottom: 1.2rem;
}

.custom-index-featured-posts-hero h2 {
  max-width: 570px;
}
.custom-index-featured-posts-hero p, .custom-index-featured-posts-hero .speakers-expanded .bio, .speakers-expanded .custom-index-featured-posts-hero .bio {
  color: #f7f7f7;
  max-width: 570px;
}
.custom-index-featured-posts-hero .entry-meta > ul {
  margin-bottom: 0;
}
.custom-index-featured-posts-hero .entry-featured-hero-img {
  margin-right: 2%;
  max-width: 28%;
  min-width: 28%;
}
.custom-index-featured-posts-hero .entry-featured-hero {
  align-items: flex-start;
}

/*
.term-guides, .term-reports{
  .custom-index-featured-posts-hero .entry-featured-hero-img{
    width: auto;
    min-width: 0;
    img{
      width: auto;
      max-width: 100%;
      max-height: 280px;
    }
  }
}
*/
.term-podcast .custom-index-featured-posts-hero .entry-featured-hero-img {
  margin-right: 2%;
  max-width: 14%;
  min-width: 14%;
}
@media (max-width: 767px) {
  .term-podcast .custom-index-featured-posts-hero .entry-featured-hero-img {
    min-width: 140px;
    max-width: 140px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .custom-index-header h1 span {
    margin-bottom: 0 !important;
  }
  .custom-index-header h1:last-child {
    padding-bottom: 3.2rem;
  }
  .custom-index-header .index-subheading, .custom-index-header .index-subheading:last-child {
    font-size: 2.4rem;
    border-bottom: none;
  }

  .archive .overlay-img {
    display: none;
    opacity: 1;
    max-height: none;
    position: static;
    margin-bottom: 2.4rem;
    margin-top: -52px;
    height: 181px;
  }
  .archive .overlay-img img {
    min-height: 0;
    width: 100%;
    height: auto;
  }

  .custom-index-container {
    padding: 0;
  }

  .custom-index-featured-posts-hero .entry-featured-hero-img, .type-podcast .custom-index-featured-posts-hero .entry-featured-hero-img {
    margin-right: 0;
    min-width: 100%;
    min-height: 100%;
  }
}
.progress-bar.progress-bar-donut {
  width: 96px;
  position: relative;
  padding: 6px;
  border-radius: 50%;
}
.progress-bar.progress-bar-donut:before {
  content: "";
  top: -2px;
  left: -2px;
  width: 96px;
  height: 96px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
}
.progress-bar.progress-bar-donut svg {
  display: block;
  width: 100%;
  position: absolute;
  top: 3px;
  max-width: 87px;
  left: 3px;
}
.progress-bar.progress-bar-donut .wp-block-getwid-counter__number {
  color: #0A0D10;
  font-size: 22px;
}
.progress-bar.progress-bar-donut .block-counter-percent .wp-block-getwid-counter__number:after {
  content: "%";
  display: inline-block !important;
}
.progress-bar.progress-bar-donut .block-counter-hrs .wp-block-getwid-counter__number:after {
  content: "HRS";
  display: inline-block !important;
}
.progress-bar.progress-bar-donut .wp-block-getwid-counter__number {
  left: 31px;
  top: 39px;
  position: absolute;
}
.progress-bar.progress-bar-donut .wp-block-getwid-counter__suffix {
  padding-top: 101px;
  width: 468px;
  margin-left: -54px;
  font-size: 2rem;
  line-height: 1.2;
  color: #838383;
  margin-bottom: 1.8rem;
}
.pattern-stats-highlight-multi .progress-bar.progress-bar-donut .wp-block-getwid-counter__suffix {
  margin-left: 0;
  width: 100px;
  text-align: center;
  margin-left: -10px;
}
.pattern-stats-highlight-multi .wp-block-columns {
  justify-content: space-between;
}
.pattern-stats-highlight-multi .progress-bar.progress-bar-donut {
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .pattern-stats-highlight-multi {
    /*
    .progress-bar.progress-bar-donut{ justify-content: flex-start; }
    .footnote-2 { text-align: left; }
    .progress-bar.progress-bar-donut{ 
      padding-left: 0 !important; 
      margin-left: 0;
    }
    */
  }
  .pattern-stats-highlight-multi .wp-block-columns {
    display: block !important;
  }
  .pattern-stats-highlight-multi .wp-block-column {
    width: 100%;
  }
  .pattern-stats-highlight-multi .wp-block-getwid-counter {
    position: relative;
  }
  .pattern-stats-highlight-multi .pattern-stats-highlight-multi .progress-bar.progress-bar-donut .wp-block-getwid-counter__suffix {
    text-align: center !important;
    margin: 0 auto !important;
  }
  .pattern-stats-highlight-multi .progress-bar.progress-bar-donut:before {
    left: 50%;
    margin-left: -48px;
  }
  .pattern-stats-highlight-multi .progress-bar.progress-bar-donut .wp-block-getwid-counter__number {
    left: 50%;
    top: 29px;
    position: absolute;
    margin-left: -15px;
  }
  .pattern-stats-highlight-multi .progress-bar.progress-bar-donut svg {
    left: 50%;
    margin-left: -42px;
  }
}

.programmatic-howto-svg {
  max-width: 268px;
  height: auto;
}
.programmatic-howto-svg #programmatic-howto-1-mouse-g {
  transition: transform 500ms ease-out 400ms;
  transform: translate(20px, 20px);
}
.programmatic-howto-svg #programmatic-howto-1-mouse-g path {
  opacity: 0;
  transform-origin: 50% 50%;
}
.programmatic-howto-svg #programmatic-howto-1-mouse-g path:first-child {
  transition: all 500ms ease 1000ms;
  transform: scale(0);
}
.programmatic-howto-svg #programmatic-howto-1-mouse-g path:nth-child(2), .programmatic-howto-svg #programmatic-howto-1-mouse-g path:nth-child(4), .programmatic-howto-svg #programmatic-howto-1-mouse-g path:nth-child(5) {
  transition: all 200ms ease 900ms;
  transform: scale(0) translate(2px, 2px);
}
.programmatic-howto-svg #programmatic-howto-1-mouse-g #programmatic-howto-1-arrow {
  opacity: 1;
}
.programmatic-howto-svg #programmatic-howto-1-plant,
.programmatic-howto-svg #programmatic-howto-1-cup {
  transition: transform 500ms ease-out 50ms;
}
.programmatic-howto-svg #programmatic-howto-1-plant {
  transform: translateX(50%);
}
.programmatic-howto-svg #programmatic-howto-1-cup {
  transform: translateX(-50%);
}
.programmatic-howto-svg.animate #programmatic-howto-1-mouse-g {
  transform: translate(0px, 0px);
}
.programmatic-howto-svg.animate #programmatic-howto-1-mouse-g path {
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-1-mouse-g path:nth-child(1) {
  transform: scale(1);
}
.programmatic-howto-svg.animate #programmatic-howto-1-mouse-g path:nth-child(2), .programmatic-howto-svg.animate #programmatic-howto-1-mouse-g path:nth-child(4), .programmatic-howto-svg.animate #programmatic-howto-1-mouse-g path:nth-child(5) {
  transform: scale(1) translate(0px, 0px);
}
.programmatic-howto-svg.animate #programmatic-howto-1-plant {
  transform: translateX(0%);
}
.programmatic-howto-svg.animate #programmatic-howto-1-cup {
  transform: translateX(0%);
}
.programmatic-howto-svg #programmatic-howto-2-obj {
  transition: all 500ms ease 1000ms;
  opacity: 1;
  transform: translateX(-20px);
}
.programmatic-howto-svg #programmatic-howto-2-surface {
  transform: translateX(0px);
  opacity: 0;
  transition: all 500ms ease 1250ms;
}
.programmatic-howto-svg #programmatic-howto-2-gavel {
  transition: all 500ms ease 1250ms;
  opacity: 0;
  transform: translateX(20px);
}
.programmatic-howto-svg.animate #programmatic-howto-2-obj {
  transform: translateX(0px);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-2-surface {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-2-gavel {
  transform: translateX(0px);
  opacity: 1;
}
.programmatic-howto-svg #programmatic-howto-3-left {
  transition: all 500ms ease-out 1500ms;
  opacity: 0;
  transform: translateY(40px);
}
.programmatic-howto-svg #programmatic-howto-3-right {
  transition: all 500ms ease-out 1600ms;
  opacity: 0;
  transform: translateY(40px);
}
.programmatic-howto-svg #programmatic-howto-3-center {
  transition: all 500ms ease 2000ms;
  opacity: 0;
  transform: translateY(40px);
}
.programmatic-howto-svg #programmatic-howto-3-sparkle {
  transition: all 500ms ease 2100ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 75%;
}
.programmatic-howto-svg #programmatic-howto-3-circle {
  transition: all 300ms ease 2100ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.programmatic-howto-svg.animate #programmatic-howto-3-left {
  transform: translateY(0px);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-3-right {
  transform: translateY(0px);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-3-center {
  transform: translateY(0px);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-3-sparkle {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-3-circle {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg #programmatic-howto-4-inner {
  transition: all 300ms ease-out 2300ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.programmatic-howto-svg #programmatic-howto-4-sparkle {
  transition: all 300ms ease-out 2400ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.programmatic-howto-svg.animate #programmatic-howto-4-inner {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-4-sparkle {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg #programmatic-howto-5-img {
  transition: all 300ms ease-out 3000ms;
  opacity: 0;
  transform: translateY(20px);
}
.programmatic-howto-svg #programmatic-howto-5-content {
  transition: all 300ms ease-out 3000ms;
  opacity: 0;
  transform: translateY(20px);
}
.programmatic-howto-svg #programmatic-howto-5-ad {
  transition: all 300ms ease-out 3200ms;
  opacity: 0;
  transform: translateY(20px);
}
.programmatic-howto-svg #programmatic-howto-5-circle {
  transition: all 300ms ease-out 3400ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 75% 15%;
}
.programmatic-howto-svg #programmatic-howto-5-star {
  transition: all 300ms ease-out 3400ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 75% 15%;
}
.programmatic-howto-svg.animate #programmatic-howto-5-img {
  transform: translateY(0px);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-5-content {
  transform: translateY(0px);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-5-ad {
  transform: translateY(0px);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-5-circle {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-5-star {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg #programmatic-howto-6-yellow-sparkle {
  transition: all 300ms ease-out 4050ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.programmatic-howto-svg #programmatic-howto-6-blue-sparkle {
  transition: all 300ms ease-out 4000ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.programmatic-howto-svg #programmatic-howto-6-mouse-g {
  transition: transform 500ms ease-out 3600ms;
  transform: translate(20px, 20px);
}
.programmatic-howto-svg #programmatic-howto-6-mouse-g path {
  opacity: 0;
  transform-origin: 50% 50%;
}
.programmatic-howto-svg #programmatic-howto-6-mouse-g path:first-child {
  transition: all 500ms ease 4000ms;
  transform: scale(0);
}
.programmatic-howto-svg #programmatic-howto-6-mouse-g path:nth-child(2), .programmatic-howto-svg #programmatic-howto-6-mouse-g path:nth-child(4), .programmatic-howto-svg #programmatic-howto-6-mouse-g path:nth-child(5) {
  transition: all 200ms ease 4000ms;
  transform: scale(0) translate(2px, 2px);
}
.programmatic-howto-svg #programmatic-howto-6-mouse-g #programmatic-howto-6-arrow {
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-6-yellow-sparkle {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-6-blue-sparkle {
  transform: scale(1);
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-6-mouse-g {
  transform: translate(0px, 0px);
}
.programmatic-howto-svg.animate #programmatic-howto-6-mouse-g path {
  opacity: 1;
}
.programmatic-howto-svg.animate #programmatic-howto-6-mouse-g path:nth-child(1) {
  transform: scale(1);
}
.programmatic-howto-svg.animate #programmatic-howto-6-mouse-g path:nth-child(2), .programmatic-howto-svg.animate #programmatic-howto-6-mouse-g path:nth-child(4), .programmatic-howto-svg.animate #programmatic-howto-6-mouse-g path:nth-child(5) {
  transform: scale(1) translate(0px, 0px);
}
@media (max-width: 1023px) {
  .programmatic-howto-svg * {
    transition: none !important;
  }
}

.tv-asset,
.tv-asset:before,
.tv-asset:after,
.tv-asset-content,
.tv-asset-content:before,
.centro-section-flex-image-text,
.centro-flex-container {
  transition: all 150ms ease;
}

.tv-asset {
  background: #6E7478;
  background: linear-gradient(180deg, #6E7478 0%, #4B4E50 100%);
  width: 100%;
  padding-top: 57%;
  position: relative;
  border-radius: 1px;
  box-shadow: 0px 30px 14px -24px rgba(0, 0, 0, 0.34);
}

.tv-asset:before {
  content: "";
  background: #252627;
  background: #000;
  width: 96.24%;
  padding-top: 49.2%;
  position: absolute;
  top: 4.5%;
  left: 1.88%;
}

.tv-asset:after {
  content: "";
  width: 7.5%;
  background: #fff;
  box-shadow: 0px 1px 4px #16A7DB;
  position: absolute;
  left: 46.25%;
  bottom: 4.2%;
  height: 1px;
}

.tv-asset-content:before {
  content: "";
  background: linear-gradient(117.5deg, rgba(63, 63, 63, 0.1) 1.28%, rgba(0, 0, 0, 0.1) 100%);
  width: 96.24%;
  padding-top: 49.25%;
  position: absolute;
  top: 4.25%;
  left: 1.88%;
  z-index: 2;
}

.centro-section-flex-image-text .textual p, .centro-section-flex-image-text .textual .speakers-expanded .bio, .speakers-expanded .centro-section-flex-image-text .textual .bio {
  padding: 0 20px;
  margin: 24px 0 0 0;
  text-shadow: 1px 0px 25px white;
}

.centro-section-flex-image-text .textual p.small, .centro-section-flex-image-text .textual .speakers-expanded .small.bio, .speakers-expanded .centro-section-flex-image-text .textual .small.bio {
  font-size: 14px;
  margin: 5px 0 0 0;
  line-height: 1.2;
  font-style: italic;
}

@media (max-width: 1212px) {
  .centro-flex-container {
    max-width: 86%;
  }
}
@media (max-width: 1023px) {
  .centro-flex-container > * {
    min-width: 100%;
    flex-grow: unset;
    flex-basis: unset;
    margin: 0px 0 42px 0;
  }

  .centro-flex-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) and (min-width: 650px) {
  .centro-flex-container > * {
    display: flex;
    align-items: center;
  }

  .image-asset {
    min-width: 30%;
  }

  .centro-flex-container {
    max-width: 560px;
  }

  .centro-section-flex-image-text .textual p, .centro-section-flex-image-text .textual .speakers-expanded .bio, .speakers-expanded .centro-section-flex-image-text .textual .bio {
    margin-top: 2px;
    padding: 0 0 0 29px;
  }
}
@media (max-width: 649px) {
  .centro-section-flex-image-text {
    padding: 50px 0 0 0;
    background: linear-gradient(180deg, #e8e8e8 0%, #f0f0f0 100%);
  }

  .centro-flex-container {
    max-width: 320px;
  }

  .centro-section-flex-image-text {
    background-position: top;
  }
}
@media (max-width: 359px) {
  .centro-flex-container {
    max-width: 85%;
  }
}
/* Logos */
.tv-asset-content.logo-element:before {
  background: linear-gradient(117.5deg, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0) 100%);
}

.tv-asset .logo-screen {
  position: absolute;
  left: 31.52%;
  width: 38.015%;
  top: 32.5%;
}

.tv-asset .timer-screen {
  width: 96.24%;
  position: absolute;
  top: 4.5%;
  left: 1.88%;
}

.tv-asset .masking-element {
  width: 96.24%;
  padding-top: 49.25%;
  position: absolute;
  top: 4.5%;
  left: 1.88%;
  z-index: 2;
  overflow: hidden;
}

.centro-connected-tv-counter {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  position: absolute;
  bottom: 12%;
  z-index: 3;
  left: 5%;
}

/* Videos List */
.centro-connected-tv-video-list,
.centro-connected-tv-video-list > li {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 56px;
}

.centro-connected-tv-video-list {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 0;
  margin-top: -47px;
  display: flex;
  transition: all 250ms ease-out;
  left: -16px;
}

.centro-connected-tv-video-list > li {
  margin: 0 1px 0 1px;
  transform: scale(0.86);
  filter: blur(1.5px);
  transition: all 250ms ease-out;
}

.centro-connected-tv-ad-note {
  position: absolute;
  top: 8px;
  right: 6px;
  z-index: 8;
  width: 66px;
}

.centro-connected-tv-video-list > li.active {
  transform: scale(1);
  filter: blur(0px);
}

.centro-connected-tv-video-list img {
  transition: all 250ms ease-out;
  width: 65px;
  height: 96px;
  padding: 3px;
  box-shadow: 0 0 0 2px transparent;
}

.centro-connected-tv-video-list .active img {
  box-shadow: 0 0 0 2px #16A7DB;
}

@media (max-width: 1212px) {
  /* TODO: Video Carousel positioning breaks down */
}
/* Progress Rings */
.progress-ring {
  position: relative;
  width: 96px;
  height: 96px;
  border: 1px solid #C4C4C4;
  padding: 7px;
  border-radius: 50%;
  margin: 0 auto 26px auto;
}

.progress-ring-text {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  font-size: 22px;
  margin-top: -11px;
  font-family: courier, sans-serif;
}

/* Text Tile Image */
.text-title-img-section p, .text-title-img-section .speakers-expanded .bio, .speakers-expanded .text-title-img-section .bio {
  text-align: center;
  margin-bottom: 73px;
}

.text-title-img-section p, .text-title-img-section .speakers-expanded .bio, .speakers-expanded .text-title-img-section .bio,
.text-title-img-section .text-sec {
  font-size: 18px;
  line-height: 26px;
  color: #75777A;
}

.text-title-img-section .text-sec,
.text-title-img-section .text-sec p,
.text-title-img-section .text-sec .speakers-expanded .bio,
.speakers-expanded .text-title-img-section .text-sec .bio {
  text-align: left;
  margin-bottom: 0;
}

/* Cord Cutting */
.centro-cord-cutting-animation {
  margin: 0 auto;
  position: relative;
  width: 629px;
  max-width: 100%;
  margin-left: -10%;
  margin-bottom: -79px;
}

.centro-cord-cutting-animation:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5%;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), white);
  left: 0;
  top: 1.2%;
  z-index: 2;
}

#centro-cord-cut-main {
  width: 100%;
  position: relative;
}

#centro-cord-cut-bolt-1,
#centro-cord-cut-bolt-2,
#centro-cord-cut-bolt-3,
#centro-cord-cut-pulse-1,
#centro-cord-cut-pulse-2,
#centro-cord-cut-pulse-3,
#centro-cord-cut-binary,
#centro-cord-cut-stripes {
  position: absolute;
}

#centro-cord-cut-bolt-1 {
  left: 42%;
  top: -8%;
}

#centro-cord-cut-bolt-2 {
  left: 47%;
  top: -3%;
}

#centro-cord-cut-bolt-3 {
  left: 47%;
  top: 6%;
}

#centro-cord-cut-pulse-1 {
  left: 81%;
  top: 21.5%;
}

#centro-cord-cut-pulse-2 {
  left: 77%;
  top: 12.5%;
}

#centro-cord-cut-pulse-3 {
  left: 73%;
  top: 3.5%;
}

#centro-cord-cut-stripes {
  padding-top: 38.78%;
  width: 125%;
  background-image: url("/wp-content/themes/basis/assets/img/theme/legacy/stripes-dark.png");
  opacity: 0.25;
}

#centro-cord-cut-binary {
  padding-top: 38.78%;
  width: 125%;
  background-image: url("/wp-content/themes/basis/assets/img/theme/legacy/binary_bg.png");
}

#centro-cord-cut-stripes,
#centro-cord-cut-binary {
  left: 0;
  top: 29%;
  background-size: 70%;
}

#centro-cord-cut-binary:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 70%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 70%);
}

/* Animations */
#centro-cord-cut-bolt-1 {
  transform-origin: bottom;
  transform: translate(0px, 15px);
}

#centro-cord-cut-bolt-2 {
  transform-origin: bottom left;
  transform: translate(-15px, 15px);
}

#centro-cord-cut-bolt-3 {
  transform-origin: left;
  transform: translate(-15px, 0px);
}

#centro-cord-cut-pulse-1,
#centro-cord-cut-pulse-2,
#centro-cord-cut-pulse-3 {
  transform-origin: bottom;
  transform: translate(0px, 50px);
}

#centro-cord-cut-binary {
  animation: slide 30s linear infinite;
  -webkit-animation: slide 30s linear infinite;
  background-position: -704px 0;
}

@keyframes slide {
  from {
    background-position: -704px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: -704px 0;
  }
  to {
    background-position: 0 0;
  }
}
.centro-cord-cut-animated {
  opacity: 0;
  transition: all 200ms ease-out;
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.centro-cord-cut-animated-pulse {
  opacity: 0;
}

#centro-cord-cut-bolt-1.animate,
#centro-cord-cut-bolt-2.animate,
#centro-cord-cut-bolt-3.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

#centro-cord-cut-bolt-1.animate.dim,
#centro-cord-cut-bolt-2.animate.dim,
#centro-cord-cut-bolt-3.animate.dim {
  opacity: 0.7;
}

#centro-cord-cut-pulse-1.animate,
#centro-cord-cut-pulse-2.animate,
#centro-cord-cut-pulse-3.animate {
  /*
  opacity: 1;
  transform: translate(0px, 0px);
  */
}

#centro-cord-cut-pulse-1.animate,
#centro-cord-cut-pulse-2.animate,
#centro-cord-cut-pulse-3.animate {
  animation: pulse1 2.5s infinite;
  animation-timing-function: linear;
}
@keyframes pulse1 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 0;
    transform: translateY(0px) scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(0px) scale(1, 1);
  }
}

#centro-cord-cut-pulse-2.animate {
  animation: pulse2 2.5s infinite 250ms;
  animation-timing-function: linear;
}
@keyframes pulse2 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
    transform: translateY(0px) scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(0px) scale(1, 1);
  }
}

#centro-cord-cut-pulse-3.animate {
  animation: pulse3 2.5s infinite 500ms;
  animation-timing-function: linear;
}
@keyframes pulse3 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
    transform: translateY(0px) scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(0px) scale(1, 1);
  }
}

@media (max-width: 1270px) {
  #centro-cord-cut-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #centro-cord-cut-container {
    margin-bottom: -28px;
    margin-top: 60px;
  }
}
.retargeting-howto-svg {
  max-width: 268px;
  height: auto;
}
.retargeting-howto-svg #retargeting-mouse-g {
  transition: transform 500ms ease-out 400ms;
  transform: translate(20px, 20px);
}
.retargeting-howto-svg #retargeting-mouse-g path {
  opacity: 0;
  transform-origin: 50% 50%;
}
.retargeting-howto-svg #retargeting-mouse-g path:first-child {
  transition: all 500ms ease 1000ms;
  transform: scale(0);
}
.retargeting-howto-svg #retargeting-mouse-g path:nth-child(2), .retargeting-howto-svg #retargeting-mouse-g path:nth-child(4), .retargeting-howto-svg #retargeting-mouse-g path:nth-child(5) {
  transition: all 200ms ease 900ms;
  transform: scale(0) translate(2px, 2px);
}
.retargeting-howto-svg #retargeting-mouse-g #retargeting-cursor {
  opacity: 1;
}
.retargeting-howto-svg #retargeting-howto-1-plant,
.retargeting-howto-svg #retargeting-howto-1-cup {
  transition: transform 500ms ease-out 50ms;
}
.retargeting-howto-svg #retargeting-howto-1-plant {
  transform: translateX(50%);
}
.retargeting-howto-svg #retargeting-howto-1-cup {
  transform: translateX(-50%);
}
.retargeting-howto-svg.animate #retargeting-mouse-g {
  transform: translate(0px, 0px);
}
.retargeting-howto-svg.animate #retargeting-mouse-g path {
  opacity: 1;
}
.retargeting-howto-svg.animate #retargeting-mouse-g path:nth-child(1) {
  transform: scale(1);
  opacity: 0.18;
}
.retargeting-howto-svg.animate #retargeting-mouse-g path:nth-child(2), .retargeting-howto-svg.animate #retargeting-mouse-g path:nth-child(4), .retargeting-howto-svg.animate #retargeting-mouse-g path:nth-child(5) {
  transform: scale(1) translate(0px, 0px);
}
.retargeting-howto-svg.animate #retargeting-howto-1-plant {
  transform: translateX(0%);
}
.retargeting-howto-svg.animate #retargeting-howto-1-cup {
  transform: translateX(0%);
}
.retargeting-howto-svg #retargeting-mouse-2 {
  transition: transform 500ms ease-out 2450ms;
  transform: translate(20px, 20px);
}
.retargeting-howto-svg #retargeting-mouse-2 path {
  opacity: 0;
  transform-origin: 50% 50%;
}
.retargeting-howto-svg #retargeting-mouse-2 path:first-child {
  transition: all 500ms ease 2900ms;
}
.retargeting-howto-svg #retargeting-mouse-2 path:nth-child(2), .retargeting-howto-svg #retargeting-mouse-2 path:nth-child(4), .retargeting-howto-svg #retargeting-mouse-2 path:nth-child(5) {
  transition: all 200ms ease 2800ms;
  transform: translate(2px, 2px);
}
.retargeting-howto-svg #retargeting-mouse-2 #retargeting-cursor-2 {
  opacity: 1;
}
.retargeting-howto-svg #retargeting-screen-a-2 {
  transition: all 400ms ease-out 2500ms;
  transform: translate(0px, 100px);
  opacity: 0;
}
.retargeting-howto-svg #retargeting-screen-b-2 {
  transition: all 500ms ease-out 1400ms;
  transform: translate(67px, 22px);
  opacity: 1;
}
.retargeting-howto-svg #retargeting-screen-c-2 {
  transition: all 450ms ease-out 2000ms;
  transform: translate(-67px, 22px);
  opacity: 1;
}
.retargeting-howto-svg #retargeting-computer-2-block {
  fill: rgba(255, 255, 255, 0);
  transition: all 500ms ease-out 2500ms;
}
.retargeting-howto-svg.animate #retargeting-computer-2-block {
  fill: white;
}
.retargeting-howto-svg.animate #retargeting-screen-b-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}
.retargeting-howto-svg.animate #retargeting-screen-c-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}
.retargeting-howto-svg.animate #retargeting-screen-a-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}
.retargeting-howto-svg.animate #retargeting-mouse-2 {
  transform: translate(0px, 0px);
}
.retargeting-howto-svg.animate #retargeting-mouse-2 path {
  opacity: 1;
}
.retargeting-howto-svg.animate #retargeting-mouse-2 path:nth-child(1) {
  transform: scale(1);
  opacity: 0.18;
}
.retargeting-howto-svg.animate #retargeting-mouse-2 path:nth-child(2), .retargeting-howto-svg.animate #retargeting-mouse-2 path:nth-child(4), .retargeting-howto-svg.animate #retargeting-mouse-2 path:nth-child(5) {
  transform: scale(1) translate(0px, 0px);
}
.retargeting-howto-svg #retargeting-mouse-3 {
  transition: transform 500ms ease-out 3750ms;
  transform: translate(20px, 20px);
}
.retargeting-howto-svg #retargeting-mouse-3 path {
  opacity: 0;
  transform-origin: 50% 50%;
}
.retargeting-howto-svg #retargeting-mouse-3 path:first-child {
  transition: all 500ms ease 4000ms;
}
.retargeting-howto-svg #retargeting-mouse-3 path:nth-child(2), .retargeting-howto-svg #retargeting-mouse-3 path:nth-child(4), .retargeting-howto-svg #retargeting-mouse-3 path:nth-child(5) {
  transition: all 200ms ease 4200ms;
  transform: translate(2px, 2px);
}
.retargeting-howto-svg #retargeting-mouse-3 #retargeting-cursor-3 {
  opacity: 1;
}
.retargeting-howto-svg #retargeting-screen-3 {
  transition: all 500ms ease-out 3600ms;
  transform: translate(0px, 50px);
  opacity: 0;
}
.retargeting-howto-svg #retargeting-cash-3 {
  transition: all 300ms ease-out 4100ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.retargeting-howto-svg #retargeting-plus-3 {
  transition: all 300ms ease-out 4200ms;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.retargeting-howto-svg.animate #retargeting-mouse-3 {
  transform: translate(0px, 0px);
}
.retargeting-howto-svg.animate #retargeting-mouse-3 path {
  opacity: 1;
}
.retargeting-howto-svg.animate #retargeting-mouse-3 path:nth-child(1) {
  transform: scale(1);
  opacity: 0.18;
}
.retargeting-howto-svg.animate #retargeting-mouse-3 path:nth-child(2), .retargeting-howto-svg.animate #retargeting-mouse-3 path:nth-child(4), .retargeting-howto-svg.animate #retargeting-mouse-3 path:nth-child(5) {
  transform: scale(1) translate(0px, 0px);
}
.retargeting-howto-svg.animate #retargeting-screen-3 {
  transform: translate(0px, 0px);
  opacity: 1;
}
.retargeting-howto-svg.animate #retargeting-cash-3 {
  transform: scale(1);
  opacity: 1;
}
.retargeting-howto-svg.animate #retargeting-plus-3 {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 1023px) {
  .retargeting-howto-svg * {
    transition: none !important;
  }
}

.video-matrix-section {
  padding: 0px 0;
}
.video-matrix-section .inner-wrap {
  display: flex;
  align-items: center;
}
.video-matrix-section .text-contents {
  padding-left: 120px;
}
.video-matrix-section p.text, .video-matrix-section .speakers-expanded .text.bio, .speakers-expanded .video-matrix-section .text.bio {
  font-size: 18px;
  line-height: 26px;
  color: #75777A;
}
.video-matrix-section .graphic-content {
  width: 762px;
  height: 512px;
  position: relative;
  margin-left: -160px;
  /* Container */
}
.video-matrix-section .graphic-content:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #fff, rgba(247, 247, 247, 0));
  width: 100px;
  left: 0;
  height: 512px;
  display: block;
  z-index: 2;
  top: 0;
}
.video-matrix-section .graphic-content .dot {
  width: 18px;
  height: 18px;
  position: absolute;
  background: #3A3D3F;
  border-radius: 50%;
  opacity: 1;
}
.video-matrix-section .graphic-content .dot:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.video-matrix-section .graphic-content .dot.pulse-1 {
  animation: display-pulse-1 2s infinite;
  left: 184px;
  top: 251px;
}
.video-matrix-section .graphic-content .dot.pulse-2 {
  animation: display-pulse-2 2s infinite;
  left: 352px;
  top: 227px;
  background: #16A7DB;
}
.video-matrix-section .graphic-content .dot.pulse-3 {
  animation: display-pulse-3 2s infinite;
  left: 737px;
  top: 273px;
  background: #16A7DB;
}
.video-matrix-section .graphic-content .dot.pulse-4 {
  animation: display-pulse-4 2s infinite;
  left: 472px;
  top: 273px;
  background: #FFBF3D;
}
.video-matrix-section .graphic-content .dot.pulse-5 {
  animation: display-pulse-1 2s infinite;
  left: 612px;
  top: 113px;
}
.video-matrix-section .graphic-content .dot.pulse-6 {
  animation: display-pulse-1 2s infinite;
  left: 467px;
  top: 429px;
}
.video-matrix-section .graphic-content .dot.pulse-7 {
  animation: display-pulse-platform 2s infinite;
  left: 288px;
  top: 134px;
  background: #d1edf8;
  width: 32px;
  height: 32px;
}
@keyframes display-pulse-1 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #3a3d3f;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(58, 61, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(58, 61, 63, 0);
  }
}
@keyframes display-pulse-2 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #16a7db;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(22, 167, 219, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 167, 219, 0);
  }
}
@keyframes display-pulse-3 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #16a7db;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(22, 167, 219, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 167, 219, 0);
  }
}
@keyframes display-pulse-4 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #ffbf3d;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 191, 61, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 191, 61, 0);
  }
}
.video-matrix-section .graphic-content .pulse-symbol {
  position: absolute;
  width: 200px;
  height: 200px;
  margin: 0;
  top: 50px;
  left: 204px;
  z-index: -1;
  /* Pulse Design */
  /* Pulse Animation */
  /* Pulse Application */
}
.video-matrix-section .graphic-content .pulse-symbol svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  transform-origin: center;
}
.video-matrix-section .graphic-content .pulse-symbol circle {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-location: inside;
  stroke: #f0f1f1;
  stroke-width: 2px;
  transform-origin: center;
  transform: scale(0.2);
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.video-matrix-section .graphic-content .pulse-symbol circle {
  animation: pulse 4s infinite;
  animation-timing-function: linear;
}
.video-matrix-section .graphic-content .pulse-symbol circle.still {
  animation: none !important;
  display: none !important;
}
.video-matrix-section .graphic-content .pulse-symbol circle:nth-child(2) {
  animation-delay: 1s;
}
.video-matrix-section .graphic-content .pulse-symbol circle:nth-child(3) {
  animation-delay: 2s;
}
.video-matrix-section .graphic-content .pulse-symbol circle:nth-child(4) {
  animation-delay: 3s;
}
.video-matrix-section .graphic-content .pulse-symbol circle:nth-child(5) {
  animation-delay: 4s;
}
.video-matrix-section .graphic-content .bubble {
  background-color: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 86px;
  height: 86px;
  position: absolute;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.723555px;
  text-transform: uppercase;
  color: #3A3D3F;
  transition: all 1000ms ease;
  background-size: 67%;
  background-position: center;
  background-repeat: no-repeat;
}
.video-matrix-section .graphic-content .bubble span {
  opacity: 1;
  transition: all 250ms ease 0;
  position: relative;
  top: 41px;
}
.video-matrix-section .graphic-content .bubble.animate {
  transform: rotateY(180deg) scale(-1, 1);
}
.video-matrix-section .graphic-content .bubble.animate span {
  opacity: 0;
  transition: all 250ms ease 0ms;
}
.video-matrix-section .graphic-content .bubble:nth-child(1) {
  left: 433px;
  top: 83px;
  width: 106px;
  height: 106px;
  background-size: 72%;
}
.video-matrix-section .graphic-content .bubble:nth-child(1).animate {
  background-color: #37B360;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/matrix-ctv.svg);
}
.video-matrix-section .graphic-content .bubble:nth-child(2) {
  left: 604px;
  top: 302px;
  width: 110px;
  height: 110px;
}
.video-matrix-section .graphic-content .bubble:nth-child(2).animate {
  background-color: #fc5151;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/matrix-social.svg);
}
.video-matrix-section .graphic-content .bubble:nth-child(3) {
  left: 646px;
  top: 158px;
  width: 86px;
  height: 86px;
  background-size: 54%;
}
.video-matrix-section .graphic-content .bubble:nth-child(3) span {
  top: 36px;
}
.video-matrix-section .graphic-content .bubble:nth-child(3).animate {
  background-color: #FC9608;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/matrix-audio.svg);
}
.video-matrix-section .graphic-content .bubble:nth-child(4) {
  left: 250px;
  top: 300px;
  width: 148px;
  height: 148px;
}
.video-matrix-section .graphic-content .bubble:nth-child(4) span {
  top: 44px;
}
.video-matrix-section .graphic-content .bubble:nth-child(4).animate {
  background-color: #16a7db;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/matrix-browser.svg);
}
.video-matrix-section .graphic-content .platform-bubble {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 137px;
  left: 228px;
  font-weight: bold;
}
@media (max-width: 1255px) {
  .video-matrix-section .graphic-content {
    margin-left: -90px;
  }
  .video-matrix-section .text-contents {
    padding-left: 60px;
  }
}
@media (max-width: 1130px) {
  .video-matrix-section .graphic-content {
    margin-left: -110px;
  }
  .video-matrix-section .text-contents {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .video-matrix-section .graphic-content {
    margin-left: 0px;
  }
  .video-matrix-section .text-contents {
    padding-left: 0px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .video-matrix-section .inner-wrap {
    display: block;
  }
}
@media (max-width: 811px) {
  .video-matrix-section .graphic-content {
    margin-left: -110px;
  }
}
@media (max-width: 767px) {
  .video-matrix-section .inner-wrap {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .video-matrix-section .inner-wrap > * {
    width: 100%;
  }
  .video-matrix-section .inner-wrap .text-contents {
    padding-top: 30px;
  }
  .video-matrix-section .inner-wrap .graphic-content {
    transform: scale(0.5) !important;
    transform-origin: left top;
    left: 29% !important;
    margin-bottom: -218px;
    margin-top: -41px;
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 450px) {
  .video-matrix-section .inner-wrap .graphic-content {
    left: 12% !important;
  }
}
@media (max-width: 370px) {
  .video-matrix-section .inner-wrap .graphic-content {
    left: -1% !important;
  }
}

.wp-block-getwid-tabs.video-channel-page .stripes-img {
  content: "";
  position: absolute;
  width: 346px;
  height: 280px;
  background-size: 100% !important;
  left: 0;
  top: 40px;
  background: url(/wp-content/themes/basis/assets/img/theme/legacy/stripes.png);
  opacity: 0;
  transition: all 250ms ease 550ms;
}

.wp-block-getwid-tabs.video-channel-page .tabs-visual-area {
  height: 328px;
  margin-top: -67px;
  position: relative;
}

.wp-block-getwid-tabs.video-channel-page {
  position: relative;
  z-index: 3;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease-out;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.bg-img {
  transform: translateY(0px);
  transition-duration: 1000ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.bg-img:nth-child(2) {
  transition-delay: 200ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.first {
  transition-delay: 0ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.second {
  transition-delay: 300ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.shadow-basic {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.shadow-lg {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.shadow-lg-cut {
  box-shadow: 0px -20px 40px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.animate img, .wp-block-getwid-tabs.video-channel-page .tabs-visual-area.animate .stripes-img {
  opacity: 1;
  transform: translateY(0px);
}
.wp-block-getwid-tabs.video-channel-page.tab-dsp .tabs-visual-area {
  margin-left: -40px;
}
.wp-block-getwid-tabs.video-channel-page.tab-dsp .el-1 {
  width: 420px;
  top: 3px;
}
.wp-block-getwid-tabs.video-channel-page.tab-dsp .el-2 {
  width: 294px;
  left: 260px;
  top: 127px;
}
.wp-block-getwid-tabs.video-channel-page.tab-dsp .el-3 {
  width: 184px;
  left: 173px;
}
.wp-block-getwid-tabs.video-channel-page.tab-dsp .stripes-img {
  width: 313px;
  height: 255px;
  top: 45px;
  left: 200px;
}
.wp-block-getwid-tabs.video-channel-page.tab-workflow .el-1 {
  width: 399px;
}
.wp-block-getwid-tabs.video-channel-page.tab-workflow .el-2 {
  width: 399px;
  top: 90px;
  left: 160px;
}
.wp-block-getwid-tabs.video-channel-page.tab-workflow .el-3 {
  width: 229px;
  left: 55px;
  top: 25px;
}
.wp-block-getwid-tabs.video-channel-page.tab-workflow .el-4 {
  width: 292px;
  left: 235px;
  top: 55px;
}
.wp-block-getwid-tabs.video-channel-page.tab-workflow .stripes-img {
  width: 304px;
  height: 213px;
  top: 37px;
  left: 200px;
}
.wp-block-getwid-tabs.video-channel-page.tab-insights .tabs-visual-area {
  margin-left: -40px;
}
.wp-block-getwid-tabs.video-channel-page.tab-insights .el-1 {
  width: 391px;
  top: 15px;
  left: 90px;
}
.wp-block-getwid-tabs.video-channel-page.tab-insights .el-2 {
  width: 287px;
}
.wp-block-getwid-tabs.video-channel-page.tab-insights .el-3 {
  width: 297px;
  top: 70px;
  left: 230px;
}
.wp-block-getwid-tabs.video-channel-page.tab-insights .stripes-img {
  width: 291px;
  height: 141px;
  top: 153px;
  left: 150px;
}
.wp-block-getwid-tabs.video-channel-page.tab-ba .el-1 {
  width: 293px;
  left: 265px;
}
.wp-block-getwid-tabs.video-channel-page.tab-ba .el-2 {
  width: 174px;
  top: 193px;
  left: 12px;
}
.wp-block-getwid-tabs.video-channel-page.tab-ba .el-3 {
  width: 194px;
}
.wp-block-getwid-tabs.video-channel-page.tab-ba .el-4 {
  width: 270px;
  left: 191px;
  top: 100px;
}
.wp-block-getwid-tabs.video-channel-page.tab-ba .stripes-img {
  width: 291px;
  height: 251px;
  top: 74px;
  left: 196px;
}

.mobile-ad-tabs {
  height: 583px;
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-logo {
  position: absolute !important;
  top: -6px !important;
  right: 104px !important;
  width: 141px !important;
}
@media (max-width: 1440px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-logo {
    right: 165px !important;
  }
}
@media (max-width: 1325px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-logo {
    right: 138px !important;
  }
}
@media (max-width: 1024px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-logo {
    left: 15px !important;
    top: 87px !important;
    min-width: 0 !important;
    width: 65px !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-logo {
    left: 15px !important;
  }
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video {
  position: absolute;
  width: 377px;
  top: -25px;
  right: -114px;
}
@media (max-width: 1440px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video {
    right: -57px;
  }
}
@media (max-width: 1325px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video {
    right: -82px;
  }
}
@media (max-width: 1024px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video {
    max-width: 189px !important;
    position: absolute;
    top: 78px;
    left: -18px;
    margin-bottom: -256px !important;
    z-index: -1 !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video {
    margin-left: auto;
    margin-right: auto;
    left: -104px;
  }
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video:focus {
  outline: none;
  border: none;
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page video::-webkit-media-controls-volume-slider {
  display: none;
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-bg {
  position: absolute;
  width: 377px;
  top: -155px;
  right: -114px;
  background: #000;
  height: 459px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1440px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-bg {
    right: -57px;
  }
}
@media (max-width: 1325px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-bg {
    right: -82px;
  }
}
@media (max-width: 1024px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-bg {
    max-width: 189px !important;
    position: relative;
    top: 3px;
    left: -18px;
    margin-bottom: -256px !important;
    z-index: -1 !important;
    height: 236px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .video-bg {
    left: -19px;
  }
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .tabs-visual-area img {
  position: absolute;
  top: -160px;
  right: -114px;
  width: 377px;
}
.mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.native-img {
  width: 514px;
  right: -180px;
  top: -127px;
}
@media (max-width: 1440px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .tabs-visual-area img {
    right: -57px;
  }
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.native-img {
    right: -122px;
  }
}
@media (max-width: 1325px) {
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .tabs-visual-area img {
    right: -82px;
  }
  .mobile-ad-tabs .wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.native-img {
    right: -149px;
  }
}
.mobile-ad-tabs .img-mobile {
  max-width: 173px !important;
  position: absolute;
  top: -273px;
  left: 30px;
  margin-bottom: -256px !important;
  z-index: -1 !important;
}
@media (max-width: 767px) {
  .mobile-ad-tabs .img-mobile {
    margin-left: auto;
    margin-right: auto;
    left: 11px;
  }
}
@media (max-width: 767px) {
  .mobile-ad-tabs .tabs-text-area p, .mobile-ad-tabs .tabs-text-area .speakers-expanded .bio, .speakers-expanded .mobile-ad-tabs .tabs-text-area .bio {
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #75777A !important;
  }
}

.fade-top {
  position: absolute;
  right: 30px !important;
  top: 0 !important;
  display: block;
  width: 377px;
  height: 76px;
  z-index: 99;
}

.phone-component {
  box-shadow: 0px 19px 39px rgba(0, 0, 0, 0.13);
  border-radius: 53px 53px 0 0;
  position: absolute;
  right: -132px;
  top: -226px;
  max-width: 414px;
}
@media (max-width: 1440px) {
  .phone-component {
    right: -75px;
  }
}
@media (max-width: 1325px) {
  .phone-component {
    right: -100px;
  }
}
@media (max-width: 1024px) {
  .phone-component {
    border-radius: 23px 23px 0 0;
    max-width: 214px;
    top: 70px;
    left: 0%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .phone-component {
    left: 0;
    top: 70px;
    left: 50%;
    margin-left: -107px;
  }
}

.vel-container.full-screen:after {
  content: "";
  background: #3a3d3f;
  width: 357px;
  height: 100%;
  position: absolute;
  display: block;
  right: 50px;
  border-radius: 5px 5px 0 0;
  z-index: 0;
}

.vel-3-video-area {
  z-index: 3;
}

.wp-block-getwid-tabs.video-channel-page .img-mobile {
  height: 245px !important;
}
.wp-block-getwid-tabs.video-channel-page .phone-component {
  right: 0px;
  top: -226px;
}
@media (max-width: 1440px) {
  .wp-block-getwid-tabs.video-channel-page .phone-component {
    right: 0px;
  }
}
@media (max-width: 1325px) {
  .wp-block-getwid-tabs.video-channel-page .phone-component {
    right: 0px;
  }
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.video-channel-page .phone-component {
    top: 70px !important;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .wp-block-getwid-tabs.video-channel-page .phone-component {
    top: 70px;
    left: 50%;
    margin-left: -107px;
  }
}
.wp-block-getwid-tabs.video-channel-page .bolded-text-plain {
  margin-top: 10px !important;
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.video-channel-page {
    height: auto !important;
  }
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area img.vel {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-width: 100%;
}
.wp-block-getwid-tabs.video-channel-page .vel-slogan {
  width: 90px !important;
  height: auto;
  position: absolute;
  left: 9px !important;
  top: 87px !important;
}
.wp-block-getwid-tabs.video-channel-page .vel-logo {
  width: 78px !important;
  height: auto;
  position: absolute;
  left: auto !important;
  right: 9px !important;
  top: 73px !important;
}
.wp-block-getwid-tabs.video-channel-page img.vel.vel-ad {
  right: -2px;
  left: auto;
  top: -2px !important;
  width: 22px !important;
}
.wp-block-getwid-tabs.video-channel-page img.vel.vel-skip {
  width: 87px !important;
  top: 172px !important;
  right: 12px !important;
}
.wp-block-getwid-tabs.video-channel-page img.vel.vel-visit-ad {
  width: 93px !important;
  top: 50px !important;
  right: 14px !important;
}
.wp-block-getwid-tabs.video-channel-page .vel-timer {
  position: absolute;
  top: 192px;
  left: 14px;
  font-size: 16px;
  color: #fff;
}
.wp-block-getwid-tabs.video-channel-page .vel-timer img.icon-info {
  width: 21px !important;
  height: auto;
  position: relative;
  top: 9px;
  left: -2px;
}
.wp-block-getwid-tabs.video-channel-page .vel.vel-player {
  position: absolute;
  top: 231px;
  width: 100%;
  height: 5px;
  background: #3a3d3f;
}
.wp-block-getwid-tabs.video-channel-page .vel.vel-player .line-played {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffbf3d;
  width: 70%;
  height: 5px;
}
.wp-block-getwid-tabs.video-channel-page .vel.vel-player-2 {
  position: absolute;
  top: 142px;
  width: 100%;
  height: 20px;
}
.wp-block-getwid-tabs.video-channel-page .vel.vel-player-3 {
  position: absolute;
  top: 142px;
  width: 100%;
  height: 20px;
}
.wp-block-getwid-tabs.video-channel-page .arrow-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  position: relative;
  left: 13px;
  top: 2px;
}
.wp-block-getwid-tabs.video-channel-page .line {
  width: 244px;
  height: 2px;
  background: #fff;
  position: relative;
  left: 36px;
  top: -5px;
}
.wp-block-getwid-tabs.video-channel-page .line-played {
  position: absolute;
  background: #ffbf3d;
  width: 70%;
  height: 2px;
  transition: all 12000ms linear 500ms;
}
.wp-block-getwid-tabs.video-channel-page .line-played.no-transition {
  transition: none;
}
.wp-block-getwid-tabs.video-channel-page .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
  opacity: 1;
  left: 70%;
  margin-left: -1px;
  top: -3px;
  transition: all 5000ms linear 500ms;
}
.wp-block-getwid-tabs.video-channel-page .dot.no-transition {
  transition: none;
}
.wp-block-getwid-tabs.video-channel-page .vel-2-video-area,
.wp-block-getwid-tabs.video-channel-page .vel-1-video-area,
.wp-block-getwid-tabs.video-channel-page .vel-3-video-area {
  overflow: hidden;
  height: 167px;
}
.wp-block-getwid-tabs.video-channel-page .vel-2-video-area img,
.wp-block-getwid-tabs.video-channel-page .vel-1-video-area img,
.wp-block-getwid-tabs.video-channel-page .vel-3-video-area img {
  position: relative;
  z-index: 2;
}
.wp-block-getwid-tabs.video-channel-page .vel-3-video-area {
  height: 201px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-1 .vel-2-video-area {
  height: 241px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-1 .vel-2-video-area:before {
  content: "";
  display: none;
}
.wp-block-getwid-tabs.video-channel-page .vel-slogan, .wp-block-getwid-tabs.video-channel-page .vel-logo, .wp-block-getwid-tabs.video-channel-page .vel-logo-emblem {
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease-out 2000ms;
}
.wp-block-getwid-tabs.video-channel-page .vel-logo {
  transition-delay: 2800ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1 img.vel-1 {
  transition: all 1000ms ease-out 150ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1 .player-top {
  position: relative !important;
  right: 0 !important;
  top: -1px !important;
  z-index: 99 !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1 .vel-container {
  width: 458px;
  height: 491px;
  right: -20px;
  top: -87px;
  overflow: hidden;
  position: absolute;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1 .vel-2-video-area {
  right: 50px;
  top: 418px;
  width: 357px;
  position: absolute;
  transition: all 1000ms ease-out 150ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1 .vel-3-video-area {
  right: 50px;
  top: 418px;
  width: 357px;
  position: absolute;
  transition: all 1000ms ease-out 150ms;
  z-index: 9;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1 video {
  right: 0;
  top: 0;
  width: 357px;
  margin-top: 35px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1.animate img.vel-1 {
  top: -367px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1.animate .vel-2-video-area {
  top: 0px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1.animate .vel-3-video-area {
  top: 0px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1.animate .vel-slogan, .wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1.animate .vel-logo, .wp-block-getwid-tabs.video-channel-page .tabs-visual-area.tabs-area-1.animate .vel-logo-emblem {
  opacity: 1;
  transform: translateY(0px);
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel.vel-timer {
  top: -11px !important;
  z-index: 99;
  right: 19px !important;
  font-size: 13px !important;
  left: auto;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel.vel-timer .icon-info {
  width: auto !important;
  height: 25px !important;
  top: 10px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 img.vel-1 {
  transition: all 1000ms ease-out 150ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel-slogan {
  width: 71px !important;
  height: auto;
  position: absolute;
  left: 8px !important;
  top: 39px !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel-logo {
  width: 70px !important;
  height: auto;
  position: absolute;
  left: auto !important;
  right: 9px !important;
  top: 57px !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .line, .wp-block-getwid-tabs.video-channel-page .tabs-area-2 .line-played {
  border-radius: 3px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel-container {
  width: 458px;
  height: 491px;
  right: -20px;
  top: -87px;
  overflow: hidden;
  position: absolute;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .line-played, .wp-block-getwid-tabs.video-channel-page .tabs-area-2 .dot {
  transition: all 12000ms linear 500ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .line-played.no-transition, .wp-block-getwid-tabs.video-channel-page .tabs-area-2 .dot.no-transition {
  transition: none;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel-2-video-area {
  top: 341px;
  width: 297px;
  right: 79px;
  position: absolute;
  transition: all 1000ms ease-out 150ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel-3-video-area {
  top: 341px;
  width: 357px;
  right: 50px;
  position: absolute;
  transition: all 1000ms ease-out 150ms;
  overflow: visible;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel-close {
  z-index: 9;
  top: -72px !important;
  z-index: 9;
  right: 15px !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 video {
  right: 0;
  top: 0;
  width: 297px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2 .vel-3-video-area video {
  width: 357px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.animate img.vel-1 {
  top: -241px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.animate .vel-2-video-area {
  top: 90px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.animate .vel-3-video-area {
  top: 90px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.animate .vel-slogan, .wp-block-getwid-tabs.video-channel-page .tabs-area-2.animate .vel-logo, .wp-block-getwid-tabs.video-channel-page .tabs-area-2.animate .vel-logo-emblem {
  opacity: 1;
  transform: translateY(0px);
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-3-video-area, .wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-container.full-screen:after {
  transform: scale(0);
  opacity: 0;
  transition: all 750ms ease-out 600ms;
  transform-origin: bottom;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-3-video-area, .wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-container.full-screen:after {
  transform: scale(1);
  opacity: 1;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .line-played, .wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .dot {
  transition-duration: 14s !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel.vel-player-3 {
  top: 212px !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .line {
  width: 306px;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-2, .wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-3, .wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-4, .wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-5 {
  top: 6px;
  opacity: 0;
  transition: all 500ms ease;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-2 {
  transition-delay: 0ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-3 {
  transition-delay: 6000ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-4 {
  width: 30% !important;
  left: 40.45% !important;
  transition-delay: 9500ms;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3 .vel-5 {
  transition-delay: 10000ms;
  left: 3.6% !important;
  width: 100% !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-2 {
  opacity: 1;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-2.hide-again {
  opacity: 0 !important;
  transition-delay: 1500ms !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-3 {
  opacity: 1;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-3.hide-again {
  opacity: 0 !important;
  transition-delay: 1500ms !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-4 {
  opacity: 1;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-4.hide-again {
  opacity: 0 !important;
  transition-delay: 400ms !important;
  transition-duration: 0ms !important;
}
.wp-block-getwid-tabs.video-channel-page .tabs-area-2.tabs-area-3.animate .vel-5 {
  opacity: 1;
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.video-channel-page .tabs-visual-area {
    display: block !important;
    position: absolute !important;
    left: -3px !important;
    top: -168px !important;
    transform: scale(0.5);
    transform-origin: top left;
  }
  .wp-block-getwid-tabs.video-channel-page .tabs-visual-area video {
    z-index: 0 !important;
    left: 0px;
    max-width: 999px !important;
  }
  .wp-block-getwid-tabs.video-channel-page .vel-container {
    max-width: 99999px !important;
    right: auto !important;
    left: 35px !important;
  }
  .wp-block-getwid-tabs.video-channel-page .phone-component {
    margin-left: 0 !important;
    left: 0 !important;
  }
}

.mobile-drive-section {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  padding: 168px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .mobile-drive-section {
    padding: 48px 24px 160px 0px;
  }
}
.mobile-drive-section .inner-wrap {
  display: flex;
}
@media (max-width: 1023px) {
  .mobile-drive-section .inner-wrap {
    display: block;
    padding-bottom: 233px !important;
  }
}
.mobile-drive-section .text-contents {
  max-width: 432px;
  position: relative;
  z-index: 3;
}
.mobile-drive-section .text-contents .text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #75777A;
}
.mobile-drive-section .illustration {
  margin-top: -88px;
}
@media (max-width: 1023px) {
  .mobile-drive-section .illustration {
    margin-top: 8px;
  }
}
.mobile-drive-section .illustration:before {
  content: "";
  position: absolute;
  background: #F7F7F7;
  width: 40%;
  /* top: 0; */
  left: 0;
  height: 300px;
  display: block;
  z-index: 2;
}
@media (max-width: 1023px) {
  .mobile-drive-section .illustration:before {
    display: none;
  }
}
.mobile-drive-section .illustration:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #F7F7F7, rgba(247, 247, 247, 0));
  width: 100px;
  left: 40%;
  height: 300px;
  display: block;
  z-index: 2;
}
@media (max-width: 1023px) {
  .mobile-drive-section .illustration:after {
    display: none;
  }
}
.mobile-drive-section .illustration .city, .mobile-drive-section .illustration .people {
  transition: all 2500ms ease;
  transform: translateX(-600px);
}
.mobile-drive-section .illustration .people {
  transform: translateX(690px);
}
.mobile-drive-section .illustration .people .person {
  opacity: 0;
  border-radius: 50%;
  position: absolute;
}
.mobile-drive-section .illustration .people .person img {
  max-width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.mobile-drive-section .illustration .city img {
  position: absolute;
  left: 0;
  width: 2485px;
  height: auto;
}
.mobile-drive-section .illustration .car {
  position: absolute;
  left: 50%;
  margin-left: 98px;
  margin-top: 110px;
  z-index: 9;
}
@media (max-width: 1440px) {
  .mobile-drive-section .illustration .car {
    margin-left: 200px;
  }
}
@media (max-width: 1024px) {
  .mobile-drive-section .illustration .car {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .mobile-drive-section .illustration .car {
    left: 0%;
    margin-left: 24px;
  }
}
.mobile-drive-section .illustration .car .pin-el {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 1000ms ease 750ms;
}
.mobile-drive-section .illustration .people {
  position: absolute;
  left: 50%;
  width: 600px;
  margin-left: -150px;
}
@media (max-width: 1440px) {
  .mobile-drive-section .illustration .people {
    margin-left: -50px;
  }
}
@media (max-width: 1024px) {
  .mobile-drive-section .illustration .people {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .mobile-drive-section .illustration .people {
    left: 0%;
    margin-left: -197px;
  }
}
.mobile-drive-section .illustration .people .person {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 250ms ease;
}
.mobile-drive-section .illustration .people .person:nth-child(5) {
  transition: all 250ms ease 1000ms;
}
.mobile-drive-section .illustration .people .person:nth-child(4) {
  transition: all 250ms ease 1250ms;
}
.mobile-drive-section .illustration .people .person:nth-child(3) {
  transition: all 250ms ease 1750ms;
}
.mobile-drive-section .illustration .people .person:nth-child(2) {
  transition: all 250ms ease 2250ms;
}
@media (max-width: 1150px) {
  .mobile-drive-section .illustration .people .person:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mobile-drive-section .illustration .people .person:nth-child(2) {
    display: block;
  }
}
.mobile-drive-section .illustration .people .person:nth-child(1) {
  transition: all 250ms ease 2750ms;
}
.mobile-drive-section .illustration .people .person:nth-child(6) {
  display: none;
}
.mobile-drive-section .illustration .people .person:nth-child(5) {
  width: 87px;
  height: 87px;
  top: 125px;
  left: 560px;
}
.mobile-drive-section .illustration .people .person:nth-child(4) {
  width: 73px;
  height: 73px;
  top: 60px;
  left: 440px;
}
.mobile-drive-section .illustration .people .person:nth-child(3) {
  width: 56px;
  height: 56px;
  top: 180px;
  left: 175px;
}
.mobile-drive-section .illustration .people .person:nth-child(2) {
  width: 52px;
  height: 52px;
  top: 164px;
  left: 80px;
}
.mobile-drive-section .illustration .people .person:nth-child(1) {
  width: 73px;
  height: 73px;
  top: 40px;
  left: 190px;
}
.mobile-drive-section .illustration.animate .pin-el {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.mobile-drive-section .illustration.animate .pin-el {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.mobile-drive-section .illustration.animate .pin-el {
  opacity: 1;
  transform: scale(1);
}
.mobile-drive-section .illustration.animate .city {
  transform: translateX(-1570px);
}
.mobile-drive-section .illustration.animate .people {
  transform: translateX(0px);
}
.mobile-drive-section .illustration.animate .people .person {
  opacity: 1;
  transform: scale(1);
}

.pulse-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: pulse-play-effect 2s infinite;
}
@keyframes pulse-play-effect {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #d1d1d1;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(209, 209, 209, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0);
  }
}

.display-matrix-section, .display-3-col-section {
  padding: 60px 0;
}
.display-matrix-section p.note, .display-matrix-section .speakers-expanded .note.bio, .speakers-expanded .display-matrix-section .note.bio, .display-3-col-section p.note, .display-3-col-section .speakers-expanded .note.bio, .speakers-expanded .display-3-col-section .note.bio {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #75777A;
}

.display-3-col-section {
  text-align: center;
}
.display-3-col-section p.h2, .display-3-col-section p.wp-block-latest-posts__post-author, .display-3-col-section p.wp-block-latest-posts__post-date, .display-3-col-section .speakers-expanded .h2.bio, .display-3-col-section .speakers-expanded .bio.wp-block-latest-posts__post-author, .display-3-col-section .speakers-expanded .bio.wp-block-latest-posts__post-date, .speakers-expanded .display-3-col-section .h2.bio, .speakers-expanded .display-3-col-section .bio.wp-block-latest-posts__post-author, .speakers-expanded .display-3-col-section .bio.wp-block-latest-posts__post-date, .display-3-col-section .speakers-expanded .site-footer .menu-footer-menu-container li.toggle > a.bio, .speakers-expanded .site-footer .menu-footer-menu-container .display-3-col-section li.toggle > a.bio, .display-3-col-section .site-footer .menu-footer-menu-container .speakers-expanded li.toggle > a.bio, .site-footer .menu-footer-menu-container .speakers-expanded .display-3-col-section li.toggle > a.bio {
  margin: 0 auto;
}
.display-3-col-section .graphic-content {
  display: flex;
  margin-top: 48px;
}
.display-3-col-section .graphic-content .col {
  width: 27%;
  margin-left: 3.16%;
  margin-right: 3.16%;
}
.display-3-col-section .graphic-content .col .img.shadowed {
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.2);
}
.display-3-col-section .graphic-content .col img {
  max-width: 100%;
}
.display-3-col-section .graphic-content .col p, .display-3-col-section .graphic-content .col .speakers-expanded .bio, .speakers-expanded .display-3-col-section .graphic-content .col .bio {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2.0384px;
  text-transform: uppercase;
  color: #3A3D3F;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .display-3-col-section .graphic-content {
    display: block;
  }
  .display-3-col-section .graphic-content .col {
    width: 270px;
    margin: 0 auto;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .display-3-col-section {
    padding: 36px 0;
  }
  .display-3-col-section .note br {
    display: none;
  }
}

.display-matrix-section {
  padding: 0px 0;
}
.display-matrix-section .inner-wrap {
  display: flex;
  align-items: center;
}
.display-matrix-section .text-contents {
  padding-left: 120px;
}
.display-matrix-section p.text, .display-matrix-section .speakers-expanded .text.bio, .speakers-expanded .display-matrix-section .text.bio {
  font-size: 18px;
  line-height: 26px;
  color: #75777A;
}
.display-matrix-section .graphic-content {
  width: 762px;
  height: 512px;
  position: relative;
  margin-left: -160px;
}
.display-matrix-section .graphic-content:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #F7F7F7, rgba(247, 247, 247, 0));
  width: 100px;
  left: 0;
  height: 512px;
  display: block;
  z-index: 2;
  top: 0;
}
.display-matrix-section .graphic-content .dot {
  width: 18px;
  height: 18px;
  position: absolute;
  background: #3A3D3F;
  border-radius: 50%;
  opacity: 1;
}
.display-matrix-section .graphic-content .dot:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.display-matrix-section .graphic-content .dot.pulse-1 {
  animation: display-pulse-1 2s infinite;
  left: 122px;
  top: 307px;
}
.display-matrix-section .graphic-content .dot.pulse-2 {
  animation: display-pulse-2 2s infinite;
  left: 454px;
  top: 76px;
  background: #16A7DB;
}
.display-matrix-section .graphic-content .dot.pulse-3 {
  animation: display-pulse-3 2s infinite;
  left: 461px;
  top: 414px;
  background: #16A7DB;
}
.display-matrix-section .graphic-content .dot.pulse-4 {
  animation: display-pulse-4 2s infinite;
  left: 714px;
  top: 254px;
  background: #FFBF3D;
}
@keyframes display-pulse-1 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #3a3d3f;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(58, 61, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(58, 61, 63, 0);
  }
}
@keyframes display-pulse-2 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #16a7db;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(22, 167, 219, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 167, 219, 0);
  }
}
@keyframes display-pulse-3 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #16a7db;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(22, 167, 219, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 167, 219, 0);
  }
}
@keyframes display-pulse-4 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #ffbf3d;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 191, 61, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 191, 61, 0);
  }
}
.display-matrix-section .graphic-content .bubble {
  background-color: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 86px;
  height: 86px;
  position: absolute;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 86px;
  text-align: center;
  letter-spacing: 0.723555px;
  text-transform: uppercase;
  color: #3A3D3F;
  transition: all 1000ms ease;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.display-matrix-section .graphic-content .bubble span {
  opacity: 1;
  transition: all 250ms ease 0;
}
.display-matrix-section .graphic-content .bubble.animate {
  transform: rotateY(180deg) scale(-1, 1);
}
.display-matrix-section .graphic-content .bubble.animate span {
  opacity: 0;
  transition: all 250ms ease 0ms;
}
.display-matrix-section .graphic-content .bubble:nth-child(1) {
  left: 605px;
  top: 66px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 13px;
  background-size: 72%;
}
.display-matrix-section .graphic-content .bubble:nth-child(1).animate {
  background-color: #FC9608;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/DeviceBased_Icon.svg);
}
.display-matrix-section .graphic-content .bubble:nth-child(2) {
  left: 122px;
  top: 90px;
}
.display-matrix-section .graphic-content .bubble:nth-child(2).animate {
  background-color: #37B360;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/Contextual_Icon.svg);
}
.display-matrix-section .graphic-content .bubble:nth-child(3) {
  left: 295px;
  top: 130px;
  background-size: 70%;
}
.display-matrix-section .graphic-content .bubble:nth-child(3).animate {
  background-color: #FFBF3D;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/Behavioral_Icon.svg);
}
.display-matrix-section .graphic-content .bubble:nth-child(4) {
  left: 415px;
  top: 244px;
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 14px;
}
.display-matrix-section .graphic-content .bubble:nth-child(4).animate {
  background-color: #75777A;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/Daypart_Icon.svg);
}
.display-matrix-section .graphic-content .bubble:nth-child(5) {
  left: 594px;
  top: 303px;
  width: 102px;
  height: 102px;
  line-height: 102px;
  font-size: 12px;
}
.display-matrix-section .graphic-content .bubble:nth-child(5).animate {
  background-color: #FC5151;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/Retargeting_Icon.svg);
}
.display-matrix-section .graphic-content .bubble:nth-child(6) {
  left: 220px;
  top: 316px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 14px;
  background-size: 50%;
}
.display-matrix-section .graphic-content .bubble:nth-child(6).animate {
  background-color: #16A7DB;
  background-image: url(/wp-content/themes/basis/assets/img/theme/legacy/Geographic_Icon.svg);
}
@media (max-width: 1255px) {
  .display-matrix-section .graphic-content {
    margin-left: -90px;
  }
  .display-matrix-section .text-contents {
    padding-left: 60px;
  }
}
@media (max-width: 1130px) {
  .display-matrix-section .graphic-content {
    margin-left: -110px;
  }
  .display-matrix-section .text-contents {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .display-matrix-section .graphic-content {
    margin-left: 0px;
  }
  .display-matrix-section .text-contents {
    padding-left: 0px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .display-matrix-section .inner-wrap {
    display: block;
  }
}
@media (max-width: 811px) {
  .display-matrix-section .graphic-content {
    margin-left: -110px;
  }
}
@media (max-width: 767px) {
  .display-matrix-section .graphic-content {
    transform: scale(0.5) !important;
    transform-origin: left top;
    margin-left: -51px;
    margin-bottom: -224px;
  }
}

.wp-block-getwid-tabs.mobile-channel-page {
  height: 583px;
}
.wp-block-getwid-tabs.mobile-channel-page .video-logo {
  position: absolute !important;
  top: -6px !important;
  right: 104px !important;
  width: 141px !important;
}
@media (max-width: 1440px) {
  .wp-block-getwid-tabs.mobile-channel-page .video-logo {
    right: 165px !important;
  }
}
@media (max-width: 1325px) {
  .wp-block-getwid-tabs.mobile-channel-page .video-logo {
    right: 138px !important;
  }
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.mobile-channel-page .video-logo {
    left: 15px !important;
    top: 87px !important;
    min-width: 0 !important;
    width: 65px !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .wp-block-getwid-tabs.mobile-channel-page .video-logo {
    left: 15px !important;
  }
}
.wp-block-getwid-tabs.mobile-channel-page video {
  position: absolute;
  width: 377px;
  top: -7px;
  right: 17px;
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.mobile-channel-page video {
    max-width: 189px !important;
    position: absolute;
    top: 78px;
    left: -18px;
    margin-bottom: -256px !important;
    z-index: -1 !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .wp-block-getwid-tabs.mobile-channel-page video {
    margin-left: auto;
    margin-right: auto;
    left: -104px;
  }
}
.wp-block-getwid-tabs.mobile-channel-page video:focus {
  outline: none;
  border: none;
}
.wp-block-getwid-tabs.mobile-channel-page video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.wp-block-getwid-tabs.mobile-channel-page video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.wp-block-getwid-tabs.mobile-channel-page video::-webkit-media-controls-volume-slider {
  display: none;
}
.wp-block-getwid-tabs.mobile-channel-page .video-bg {
  position: absolute;
  width: 377px;
  top: -89px;
  right: 17px;
  background: #000;
  height: 459px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.mobile-channel-page .video-bg {
    max-width: 189px !important;
    position: relative;
    top: 3px;
    left: -18px;
    margin-bottom: -256px !important;
    z-index: -1 !important;
    height: 236px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .wp-block-getwid-tabs.mobile-channel-page .video-bg {
    left: -19px;
  }
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area img {
  position: absolute;
  top: -57px;
  right: 18px;
  width: 377px;
  /*
  @media (max-width: 1440px){
    right: -57px;
    &.native-img{
      right: -122px;
    }
  }
  @media (max-width: 1325px){
    right: -82px;
    &.native-img{
      right: -149px;
    }
  }
  */
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area img.native-img {
  width: 514px;
  right: -47px;
  top: -54px;
}
.wp-block-getwid-tabs.mobile-channel-page .img-mobile {
  max-width: 173px !important;
  position: absolute;
  top: -273px;
  left: 30px;
  margin-bottom: -256px !important;
  z-index: -1 !important;
}
@media (max-width: 767px) {
  .wp-block-getwid-tabs.mobile-channel-page .img-mobile {
    margin-left: auto;
    margin-right: auto;
    left: 11px;
  }
}
@media (max-width: 767px) {
  .wp-block-getwid-tabs.mobile-channel-page .tabs-text-area p, .wp-block-getwid-tabs.mobile-channel-page .tabs-text-area .speakers-expanded .bio, .speakers-expanded .wp-block-getwid-tabs.mobile-channel-page .tabs-text-area .bio {
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #75777A !important;
  }
}

.fade-top {
  position: absolute;
  right: 30px !important;
  top: 0 !important;
  display: block;
  width: 377px;
  height: 76px;
  z-index: 99;
}

.phone-component {
  box-shadow: 0px 19px 39px rgba(0, 0, 0, 0.13);
  border-radius: 53px 53px 0 0;
  position: absolute;
  right: -132px;
  top: -226px;
  max-width: 414px;
}
@media (max-width: 1440px) {
  .phone-component {
    right: -75px;
  }
}
@media (max-width: 1325px) {
  .phone-component {
    right: -100px;
  }
}
@media (max-width: 1024px) {
  .phone-component {
    border-radius: 23px 23px 0 0;
    max-width: 214px;
    top: 70px;
    left: 0%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .phone-component {
    left: 0;
    top: 70px;
    left: 50%;
    margin-left: -107px;
  }
}

.vel-container.full-screen:after {
  content: "";
  background: #3a3d3f;
  width: 357px;
  height: 100%;
  position: absolute;
  display: block;
  right: 50px;
  border-radius: 5px 5px 0 0;
  z-index: 0;
}

.vel-3-video-area {
  z-index: 3;
}

.wp-block-getwid-tabs.mobile-channel-page .img-mobile {
  height: 245px !important;
}
.wp-block-getwid-tabs.mobile-channel-page .phone-component {
  right: 0px;
  top: -226px;
}
@media (max-width: 1440px) {
  .wp-block-getwid-tabs.mobile-channel-page .phone-component {
    right: 0px;
  }
}
@media (max-width: 1325px) {
  .wp-block-getwid-tabs.mobile-channel-page .phone-component {
    right: 0px;
  }
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.mobile-channel-page .phone-component {
    top: 70px !important;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .wp-block-getwid-tabs.mobile-channel-page .phone-component {
    top: 70px;
    left: 50%;
    margin-left: -107px;
  }
}
.wp-block-getwid-tabs.mobile-channel-page .bolded-text-plain {
  margin-top: 10px !important;
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.mobile-channel-page {
    height: auto !important;
  }
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area img.vel {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-width: 100%;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-slogan {
  width: 90px !important;
  height: auto;
  position: absolute;
  left: 9px !important;
  top: 87px !important;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-logo {
  width: 78px !important;
  height: auto;
  position: absolute;
  left: auto !important;
  right: 9px !important;
  top: 73px !important;
}
.wp-block-getwid-tabs.mobile-channel-page img.vel.vel-ad {
  right: -2px;
  left: auto;
  top: -2px !important;
  width: 22px !important;
}
.wp-block-getwid-tabs.mobile-channel-page img.vel.vel-skip {
  width: 87px !important;
  top: 172px !important;
  right: 12px !important;
}
.wp-block-getwid-tabs.mobile-channel-page img.vel.vel-visit-ad {
  width: 93px !important;
  top: 50px !important;
  right: 14px !important;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-timer {
  position: absolute;
  top: 192px;
  left: 14px;
  font-size: 16px;
  color: #fff;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-timer img.icon-info {
  width: 21px !important;
  height: auto;
  position: relative;
  top: 9px;
  left: -2px;
}
.wp-block-getwid-tabs.mobile-channel-page .vel.vel-player {
  position: absolute;
  top: 231px;
  width: 100%;
  height: 5px;
  background: #3a3d3f;
}
.wp-block-getwid-tabs.mobile-channel-page .vel.vel-player .line-played {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffbf3d;
  width: 70%;
  height: 5px;
}
.wp-block-getwid-tabs.mobile-channel-page .vel.vel-player-2 {
  position: absolute;
  top: 142px;
  width: 100%;
  height: 20px;
}
.wp-block-getwid-tabs.mobile-channel-page .vel.vel-player-3 {
  position: absolute;
  top: 142px;
  width: 100%;
  height: 20px;
}
.wp-block-getwid-tabs.mobile-channel-page .arrow-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  position: relative;
  left: 13px;
  top: 2px;
}
.wp-block-getwid-tabs.mobile-channel-page .line {
  width: 244px;
  height: 2px;
  background: #fff;
  position: relative;
  left: 36px;
  top: -5px;
}
.wp-block-getwid-tabs.mobile-channel-page .line-played {
  position: absolute;
  background: #ffbf3d;
  width: 70%;
  height: 2px;
  transition: all 12000ms linear 500ms;
}
.wp-block-getwid-tabs.mobile-channel-page .line-played.no-transition {
  transition: none;
}
.wp-block-getwid-tabs.mobile-channel-page .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
  opacity: 1;
  left: 70%;
  margin-left: -1px;
  top: -3px;
  transition: all 5000ms linear 500ms;
}
.wp-block-getwid-tabs.mobile-channel-page .dot.no-transition {
  transition: none;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-2-video-area,
.wp-block-getwid-tabs.mobile-channel-page .vel-1-video-area,
.wp-block-getwid-tabs.mobile-channel-page .vel-3-video-area {
  overflow: hidden;
  height: 167px;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-2-video-area img,
.wp-block-getwid-tabs.mobile-channel-page .vel-1-video-area img,
.wp-block-getwid-tabs.mobile-channel-page .vel-3-video-area img {
  position: relative;
  z-index: 2;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-3-video-area {
  height: 201px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-1 .vel-2-video-area {
  height: 241px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-1 .vel-2-video-area:before {
  content: "";
  display: none;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-slogan, .wp-block-getwid-tabs.mobile-channel-page .vel-logo, .wp-block-getwid-tabs.mobile-channel-page .vel-logo-emblem {
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease-out 2000ms;
}
.wp-block-getwid-tabs.mobile-channel-page .vel-logo {
  transition-delay: 2800ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1 img.vel-1 {
  transition: all 1000ms ease-out 150ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1 .player-top {
  position: relative !important;
  right: 0 !important;
  top: -1px !important;
  z-index: 99 !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1 .vel-container {
  width: 458px;
  height: 491px;
  right: -20px;
  top: -151px;
  overflow: hidden;
  position: absolute;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1 .vel-2-video-area {
  right: 50px;
  top: 418px;
  width: 357px;
  position: absolute;
  transition: all 1000ms ease-out 150ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1 .vel-3-video-area {
  right: 50px;
  top: 418px;
  width: 357px;
  position: absolute;
  transition: all 1000ms ease-out 150ms;
  z-index: 9;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1 video {
  right: 0;
  top: 0;
  width: 357px;
  margin-top: 35px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1.animate img.vel-1 {
  top: -367px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1.animate .vel-2-video-area {
  top: 0px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1.animate .vel-3-video-area {
  top: 0px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1.animate .vel-slogan, .wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1.animate .vel-logo, .wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area.tabs-area-1.animate .vel-logo-emblem {
  opacity: 1;
  transform: translateY(0px);
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel.vel-timer {
  top: -11px !important;
  z-index: 99;
  right: 19px !important;
  font-size: 13px !important;
  left: auto;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel.vel-timer .icon-info {
  width: auto !important;
  height: 25px !important;
  top: 10px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 img.vel-1 {
  transition: all 1000ms ease-out 150ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel-slogan {
  width: 71px !important;
  height: auto;
  position: absolute;
  left: 8px !important;
  top: 39px !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel-logo {
  width: 70px !important;
  height: auto;
  position: absolute;
  left: auto !important;
  right: 9px !important;
  top: 57px !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .line, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .line-played {
  border-radius: 3px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel-container {
  width: 458px;
  height: 491px;
  right: -20px;
  top: -151px;
  overflow: hidden;
  position: absolute;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .line-played, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .dot {
  transition: all 12000ms linear 500ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .line-played.no-transition, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .dot.no-transition {
  transition: none;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel-2-video-area {
  top: 341px;
  width: 297px;
  right: 79px;
  position: absolute;
  transition: all 1000ms ease-out 150ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel-3-video-area {
  top: 341px;
  width: 357px;
  right: 50px;
  position: absolute;
  transition: all 1000ms ease-out 150ms;
  overflow: visible;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel-close {
  z-index: 9;
  top: -72px !important;
  z-index: 9;
  right: 15px !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 video {
  right: 0;
  top: 0;
  width: 297px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2 .vel-3-video-area video {
  width: 357px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.animate img.vel-1 {
  top: -241px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.animate .vel-2-video-area {
  top: 90px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.animate .vel-3-video-area {
  top: 90px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.animate .vel-slogan, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.animate .vel-logo, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.animate .vel-logo-emblem {
  opacity: 1;
  transform: translateY(0px);
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-3-video-area, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-container.full-screen:after {
  transform: scale(0);
  opacity: 0;
  transition: all 750ms ease-out 600ms;
  transform-origin: bottom;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-3-video-area, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-container.full-screen:after {
  transform: scale(1);
  opacity: 1;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .line-played, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .dot {
  transition-duration: 14s !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel.vel-player-3 {
  top: 212px !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .line {
  width: 306px;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-2, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-3, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-4, .wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-5 {
  top: 6px;
  opacity: 0;
  transition: all 500ms ease;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-2 {
  transition-delay: 0ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-3 {
  transition-delay: 6000ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-4 {
  width: 30% !important;
  left: 40.45% !important;
  transition-delay: 9500ms;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3 .vel-5 {
  transition-delay: 10000ms;
  left: 3.6% !important;
  width: 100% !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-2 {
  opacity: 1;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-2.hide-again {
  opacity: 0 !important;
  transition-delay: 1500ms !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-3 {
  opacity: 1;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-3.hide-again {
  opacity: 0 !important;
  transition-delay: 1500ms !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-4 {
  opacity: 1;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-4.hide-again {
  opacity: 0 !important;
  transition-delay: 400ms !important;
  transition-duration: 0ms !important;
}
.wp-block-getwid-tabs.mobile-channel-page .tabs-area-2.tabs-area-3.animate .vel-5 {
  opacity: 1;
}
@media (max-width: 1024px) {
  .wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area {
    display: block !important;
    position: absolute !important;
    left: -3px !important;
    top: -168px !important;
    transform: scale(0.5);
    transform-origin: top left;
  }
  .wp-block-getwid-tabs.mobile-channel-page .tabs-visual-area video {
    z-index: 0 !important;
    left: 0px;
    max-width: 999px !important;
  }
  .wp-block-getwid-tabs.mobile-channel-page .vel-container {
    max-width: 99999px !important;
    right: auto !important;
    left: 35px !important;
  }
  .wp-block-getwid-tabs.mobile-channel-page .phone-component {
    margin-left: 0 !important;
    left: 0 !important;
  }
}

.mobile-drive-section {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  padding: 168px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .mobile-drive-section {
    padding: 48px 24px 160px 0px;
  }
}
.mobile-drive-section .inner-wrap {
  display: flex;
}
@media (max-width: 1023px) {
  .mobile-drive-section .inner-wrap {
    display: block;
    padding-bottom: 233px !important;
  }
}
.mobile-drive-section .text-contents {
  max-width: 432px;
  position: relative;
  z-index: 3;
}
.mobile-drive-section .text-contents .text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #75777A;
}
.mobile-drive-section .illustration {
  margin-top: -171px;
}
@media (max-width: 1023px) {
  .mobile-drive-section .illustration {
    margin-top: 8px;
  }
}
.mobile-drive-section .illustration:before {
  content: "";
  position: absolute;
  background: #F7F7F7;
  width: 40%;
  /* top: 0; */
  left: 0;
  height: 300px;
  display: block;
  z-index: 2;
}
@media (max-width: 1023px) {
  .mobile-drive-section .illustration:before {
    display: none;
  }
}
.mobile-drive-section .illustration:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #F7F7F7, rgba(247, 247, 247, 0));
  width: 100px;
  left: 40%;
  height: 300px;
  display: block;
  z-index: 2;
}
@media (max-width: 1023px) {
  .mobile-drive-section .illustration:after {
    display: none;
  }
}
.mobile-drive-section .illustration .city, .mobile-drive-section .illustration .people {
  transition: all 2500ms ease;
  transform: translateX(-600px);
}
.mobile-drive-section .illustration .people {
  transform: translateX(690px);
}
.mobile-drive-section .illustration .people .person {
  opacity: 0;
  border-radius: 50%;
  position: absolute;
}
.mobile-drive-section .illustration .people .person img {
  max-width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.mobile-drive-section .illustration .city img {
  position: absolute;
  left: 0;
  width: 2485px;
  height: auto;
}
.mobile-drive-section .illustration .car {
  position: absolute;
  left: 50%;
  margin-left: 98px;
  margin-top: 110px;
  z-index: 7;
}
@media (max-width: 1440px) {
  .mobile-drive-section .illustration .car {
    margin-left: 200px;
  }
}
@media (max-width: 1024px) {
  .mobile-drive-section .illustration .car {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .mobile-drive-section .illustration .car {
    left: 0%;
    margin-left: 24px;
  }
}
.mobile-drive-section .illustration .car .pin-el {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 1000ms ease 750ms;
}
.mobile-drive-section .illustration .people {
  position: absolute;
  left: 50%;
  width: 600px;
  margin-left: -150px;
}
@media (max-width: 1440px) {
  .mobile-drive-section .illustration .people {
    margin-left: -50px;
  }
}
@media (max-width: 1024px) {
  .mobile-drive-section .illustration .people {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .mobile-drive-section .illustration .people {
    left: 0%;
    margin-left: -197px;
  }
}
.mobile-drive-section .illustration .people .person {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 250ms ease;
}
.mobile-drive-section .illustration .people .person:nth-child(5) {
  transition: all 250ms ease 1000ms;
}
.mobile-drive-section .illustration .people .person:nth-child(4) {
  transition: all 250ms ease 1250ms;
}
.mobile-drive-section .illustration .people .person:nth-child(3) {
  transition: all 250ms ease 1750ms;
}
.mobile-drive-section .illustration .people .person:nth-child(2) {
  transition: all 250ms ease 2250ms;
}
@media (max-width: 1150px) {
  .mobile-drive-section .illustration .people .person:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mobile-drive-section .illustration .people .person:nth-child(2) {
    display: block;
  }
}
.mobile-drive-section .illustration .people .person:nth-child(1) {
  transition: all 250ms ease 2750ms;
}
.mobile-drive-section .illustration .people .person:nth-child(6) {
  display: none;
}
.mobile-drive-section .illustration .people .person:nth-child(5) {
  width: 87px;
  height: 87px;
  top: 125px;
  left: 560px;
}
.mobile-drive-section .illustration .people .person:nth-child(4) {
  width: 73px;
  height: 73px;
  top: 60px;
  left: 440px;
}
.mobile-drive-section .illustration .people .person:nth-child(3) {
  width: 56px;
  height: 56px;
  top: 180px;
  left: 175px;
}
.mobile-drive-section .illustration .people .person:nth-child(2) {
  width: 52px;
  height: 52px;
  top: 164px;
  left: 80px;
}
.mobile-drive-section .illustration .people .person:nth-child(1) {
  width: 73px;
  height: 73px;
  top: 40px;
  left: 190px;
}
.mobile-drive-section .illustration.animate .pin-el {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.mobile-drive-section .illustration.animate .pin-el {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.mobile-drive-section .illustration.animate .pin-el {
  opacity: 1;
  transform: scale(1);
}
.mobile-drive-section .illustration.animate .city {
  transform: translateX(-1570px);
}
.mobile-drive-section .illustration.animate .people {
  transform: translateX(0px);
}
.mobile-drive-section .illustration.animate .people .person {
  opacity: 1;
  transform: scale(1);
}

.pulse-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: pulse-play-effect 2s infinite;
}
@keyframes pulse-play-effect {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #d1d1d1;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(209, 209, 209, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0);
  }
}

.display-matrix-section, .display-3-col-section {
  padding: 60px 0;
}
.display-matrix-section p.note, .display-matrix-section .speakers-expanded .note.bio, .speakers-expanded .display-matrix-section .note.bio, .display-3-col-section p.note, .display-3-col-section .speakers-expanded .note.bio, .speakers-expanded .display-3-col-section .note.bio {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #75777A;
}

.in-feed-svg {
  position: relative;
  left: 115px;
  top: 50px;
}

.in-feed-svg svg {
  display: block;
  position: relative;
  z-index: 3;
}

.in-feed-svg-main-container {
  position: absolute;
  z-index: 10;
  width: 440px;
  position: absolute;
  top: 338px;
  left: -54px;
  transform: scale(0.8);
  transform-origin: center;
}

.in-feed-svg-main-container,
.in-feed-items-container svg,
.in-feed-svg-main-container-placeholder,
.in-feed-bottom-gradient {
  transition: all 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0px) scale(0.8);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
}

.in-feed-items-container {
  height: 505px;
  overflow: hidden;
}

.in-feed-items-container svg,
.in-feed-svg-main-container-placeholder,
.in-feed-bottom-gradient {
  transition: all 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0px);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
}

.in-feed-svg-main-container.animate,
.in-feed-items-container.animate svg,
.in-feed-items-container.animate .in-feed-svg-main-container-placeholder,
.in-feed-bottom-gradient.animate {
  transform: translateY(-250px);
}

.in-feed-svg-main-container.animate {
  transform: translateY(-250px) scale(1);
}

.in-feed-svg-main-container.animate-2 {
  background-color: #fff;
  box-shadow: 0px 21px 42px rgba(0, 0, 0, 0.15);
}

.in-feed-svg-main-container:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 150ms ease;
  box-shadow: 0 0 50px 0 black;
}

.in-feed-svg-stripes {
  height: 410px;
  width: 746px;
  background-image: url("/wp-content/themes/basis/assets/img/theme/legacy/stripes-dark.png");
  position: absolute;
  background-size: 50%;
  opacity: 0;
  transition: all 250ms linear;
  left: -122px;
}

.in-feed-svg-stripes.animate-2 {
  opacity: 0.5;
}

.in-feed-svg-stripes:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  background: -webkit-radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  z-index: 2;
}

.in-feed-items-container:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  pointer-events: none;
}

.in-feed-items-container .in-feed-bottom-gradient {
  z-index: 10;
  z-index: 10;
  height: 100px;
  position: absolute;
  width: 100%;
  margin-top: -107px;
}

.in-feed-items-container .in-feed-bottom-gradient:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  z-index: 5;
  pointer-events: none;
}

.in-feed-svg-main-container-placeholder {
  height: 288px;
}

.in-feed-items-container {
  position: relative;
  z-index: 2;
}

.content-recommendation-svg {
  position: relative;
  left: 190px;
}

.content-recommendation-svg-food {
  transition: all 250ms ease-out;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  width: 322px;
  height: 95px;
  position: absolute;
  top: 50px;
  left: 0;
  transform: scale(0.9);
  transform-origin: left;
  opacity: 0.5;
}

.content-recommendation-svg-food.animate {
  background-color: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  transform: scale(1);
  opacity: 1;
}

.content-recommendation-svg-stripes {
  height: 410px;
  width: 746px;
  background-image: url("/wp-content/themes/basis/assets/img/theme/legacy/stripes-dark.png");
  position: absolute;
  top: 36px;
  background-size: 50%;
  left: -100px;
  opacity: 0;
  transition: all 250ms linear;
}

.content-recommendation-svg-stripes.animate {
  opacity: 0.5;
}

.content-recommendation-svg-stripes:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  background: -webkit-radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  z-index: 2;
}

.branded-content-svg {
  position: relative;
  width: 407px;
  left: -100px;
}

.branded-content-svg-stripes {
  height: 410px;
  width: 746px;
  background-image: url("/wp-content/themes/basis/assets/img/theme/legacy/stripes-dark.png");
  position: absolute;
  top: 36px;
  background-size: 50%;
  left: -103px;
  opacity: 0;
  transition: all 500ms linear;
}

.branded-content-svg-stripes.animate {
  opacity: 0.5;
}

.branded-content-svg-stripes:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  background: -webkit-radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, #f7f7f7 88%);
  z-index: 2;
}

.branded-content-svg-2 {
  position: relative;
  height: 362px;
}

.branded-content-svg-1 {
  height: 306px;
}

.branded-content-svg-2,
.branded-content-svg-1 {
  transition: all 500ms ease-out;
  transform: translateY(60px);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.branded-content-svg-1 {
  position: absolute;
  z-index: 2;
  top: 90px;
  right: -130px;
  transition-delay: 300ms;
}

.branded-content-svg-2 {
  width: 407px;
}

.branded-content-svg-2.animate,
.branded-content-svg-1.animate {
  transform: translateY(0px);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.branded-content-svg-2.animate {
  overflow: hidden;
}

.branded-content-svg-1.animate {
  box-shadow: 0px 17px 35px rgba(0, 0, 0, 0.15);
}

.page-template-page-native .text-title-img-section,
.text-title-img-section li:nth-child(even) {
  background: #f7f7f7;
}

.page-template-page-native .text-title-img-section .inner-wrap {
  max-width: 965px;
}

.page-template-page-native li.row.bgimg.bgh100.drop-margins-default:nth-child(2) {
  padding: 0;
}

.page-template-page-native li.row.bgimg.bgh100.drop-margins-default:nth-child(1) {
  padding-bottom: 0;
}

.page-template-page-native li.row.bgimg.bgh100.drop-margins-default:nth-child(3) {
  padding-top: 120px;
}

.stats-grid .inner-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.stats-grid .col {
  width: 200px;
}

.stats-grid .col p, .stats-grid .col .speakers-expanded .bio, .speakers-expanded .stats-grid .col .bio {
  font-size: 16px;
  line-height: 16px;
  color: #3B3D40;
}

.stats-grid p.note, .stats-grid .speakers-expanded .note.bio, .speakers-expanded .stats-grid .note.bio {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #919696;
}

@media (max-width: 1023px) {
  .in-feed-svg {
    left: 0;
    transform: scale(0.8);
    transform-origin: right;
  }

  .branded-content-svg {
    left: 0;
    transform: scale(0.73);
    transform-origin: center;
  }

  .content-recommendation-svg {
    left: 0;
    transform: scale(0.75);
  }
}
@media (max-width: 767px) {
  .in-feed-svg {
    left: -10px;
    transform: scale(0.7);
    top: -91px;
    margin-bottom: -200px;
    transform-origin: center;
  }

  .branded-content-svg {
    left: 0;
    transform: scale(0.59);
    transform-origin: left;
    margin-top: -50px;
    margin-bottom: -33px;
  }

  .content-recommendation-svg {
    left: 0;
    transform: scale(1);
    margin-bottom: 53px;
  }

  div#content-recommendation-svg-base {
    display: block;
  }

  div#content-recommendation-svg-base {
    display: block;
    width: 324px;
    overflow: hidden;
  }

  .page-template-page-native .text-title-img-section li:last-child .image-sec img {
    max-width: 9999px;
  }

  .content-recommendation-svg {
    transform-origin: left;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  color: inherit;
}

.wp-block-cover *:last-child {
  margin-bottom: 0 !important;
}

.wp-block-cover video {
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  height: auto !important;
  width: 100% !important;
  min-height: 100% !important;
}

.wp-block-cover {
  overflow: hidden;
}

@media (max-width: 1420px) {
  .wp-block-cover video {
    width: auto !important;
  }
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  object-fit: contain;
  height: auto;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

@media (max-width: 599px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 1.8rem;
  }
}
.wp-block-image figcaption {
  text-align: center;
  font-style: italic;
  margin: 0;
}

.wp-block-image img {
  height: auto;
}

@media (max-width: 500px) {
  .wp-block-image.icon-generic figure {
    margin-left: 0;
  }
}
/* Remove bottom margins of last elements within block group container */
.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  color: #838383;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
  border-bottom: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
  color: #d3d3d3;
  margin-bottom: 0;
  font-size: 2.2rem;
}

.slick-prev:before, .slick-next:before {
  content: "";
  background: url("/wp-content/themes/basis/assets/img/theme/basis_caret.svg");
  display: block;
  background-repeat: no-repeat;
}

.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
  width: 40px;
  height: 55px;
}

.slick-next {
  right: -4px !important;
}

.slick-next:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transform-origin: left;
}

.slick-dots li,
.slick-dots li button {
  width: 48px;
}

.slick-dots li button:before {
  content: "";
  width: 48px;
  height: 3px;
  display: block;
  background: #838383;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #feb92f;
}

@media (max-width: 767px) {
  .wp-block-getwid-media-text-slider-slide__content-wrapper,
.wp-block-getwid-media-text-slider-slide__content {
    min-height: 300px !important;
  }

  .slick-prev:before, .slick-next:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .wp-block-getwid-media-text-slider-slide__content {
    padding: 9.6rem 0 7rem 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
}
.media-text-slider-quote .slick-prev, .media-text-slider-quote .slick-next {
  display: none !important;
}
.media-text-slider-quote .wp-block-getwid-media-text-slider-slide__content {
  padding: 0;
}
.media-text-slider-quote .wp-block-column:last-child {
  padding-left: 2.4rem;
}
.media-text-slider-quote .wp-block-column:first-child {
  background: url("/wp-content/themes/basis/assets/img/theme/hexagon-border.svg") no-repeat;
}
@media (max-width: 781px) {
  .media-text-slider-quote .wp-block-column:last-child {
    padding-left: 0rem;
  }
}
@media (max-width: 781px) {
  .media-text-slider-quote .wp-block-columns {
    flex-wrap: nowrap;
  }
  .media-text-slider-quote .wp-block-getwid-media-text-slider-slide__content-wrapper {
    min-width: 0 !important;
  }
  .media-text-slider-quote .wp-block-column:first-child {
    flex-basis: 215px !important;
  }
  .media-text-slider-quote .wp-block-column:first-child {
    background-size: contain;
  }
}
@media (max-width: 599px) {
  .media-text-slider-quote .wp-block-getwid-media-text-slider-slide__content {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .media-text-slider-quote .wp-block-column:first-child {
    background-size: 83%;
  }
  .media-text-slider-quote * {
    min-height: 0 !important;
  }
  .media-text-slider-quote .wp-block-column:first-child {
    flex-basis: 185px !important;
    align-self: flex-start;
  }
}
.media-text-slider-quote .wp-block-image {
  padding-left: 2px;
  float: right;
  padding-bottom: 32px;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
.media-text-slider-quote .wp-block-image img {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 128px;
  height: 111px;
}
.media-text-slider-quote .wp-block-image:after, .media-text-slider-quote .wp-block-image:before {
  z-index: -1;
  top: 15px;
  content: "";
  display: block;
  position: absolute;
  width: 132px;
  height: 115px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #16a7db;
  margin-top: -2px;
  margin-left: -2px;
}
.media-text-slider-quote .wp-block-image:before {
  opacity: 0.2;
  top: auto;
  bottom: 0;
  right: 42px;
}
@media (max-width: 767px) {
  .media-text-slider-quote .wp-block-image {
    padding-right: 1.8rem;
  }
  .media-text-slider-quote .wp-block-image img {
    width: 92px;
    height: 80px;
  }
  .media-text-slider-quote .wp-block-image:after, .media-text-slider-quote .wp-block-image:before {
    width: 96px;
    height: 84px;
  }
  .media-text-slider-quote .wp-block-image:before {
    display: none;
  }
}

.wp-block-getwid-tabs {
  counter-reset: tabs-counter-titles;
}
.wp-block-getwid-tabs .wp-block-image img {
  height: auto;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link {
  background: transparent;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link:hover {
  border: none;
}

.wp-block-getwid-tabs__tab-content {
  padding: 0;
  border: none;
}

.wp-block-getwid-tabs__tab-content .wp-block-column:first-child:not(:last-child) {
  padding-right: 6rem;
}
@media (max-width: 781px) {
  .wp-block-getwid-tabs__tab-content .wp-block-column:first-child:not(:last-child) {
    padding-right: 0;
  }
}

.has-alabaster-background-color .wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-links:after {
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.has-slate-background-color .wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-links:after {
  background: linear-gradient(to left, #3a3d40 0%, rgba(58, 61, 64, 0) 100%) !important;
}

@media (max-width: 767px) {
  .wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-links {
    flex-wrap: nowrap;
    width: calc(100% + 2.4rem);
    overflow: scroll;
    padding-bottom: 0.9rem;
  }
  .wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-links:after {
    content: "";
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
    width: 4.8rem;
    position: absolute;
    right: -2.4rem;
    top: 0;
    height: 60px;
    pointer-events: none;
  }
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link {
  margin: 0;
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link a {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  display: block;
  color: #3a3d40;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 600;
  padding: 0 1.2rem;
  white-space: nowrap;
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link a {
    font-size: 2rem;
  }
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  width: calc(100% - 2.4rem);
  left: 1.2rem;
  bottom: -1px;
  height: 4px;
  background: transparent;
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link:first-child a {
  padding-left: 1px !important;
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link:first-child a:after {
  left: 0;
  width: calc(100% - 1.2rem);
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link:last-child {
  padding-right: 2.4rem;
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link:last-child a {
  padding-right: 1px !important;
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link:last-child a:after {
  width: calc(100% - 1.2rem);
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link.ui-state-active a {
  color: #2273d2;
}
.wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link.ui-state-active a:after {
  background: #2273d2;
}
.dark-theme .wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link a {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark-theme .wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link.ui-state-active a {
  color: #16a7db;
}
.dark-theme .wp-block-getwid-tabs:not(.has-layout-vertical-right):not(.has-layout-horizontal-styled):not(.has-layout-vertical-hex-nav):not(.has-layout-toggle) .wp-block-getwid-tabs__nav-link.ui-state-active a:after {
  background: #16a7db;
}

.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  border: none;
  background: transparent;
}
.has-layout-vertical-right .wp-block-getwid-tabs__nav-links {
  margin: 0 0 0 22px;
}
.has-layout-vertical-right .wp-block-getwid-tabs__title {
  text-indent: -99999px;
  display: block;
  position: relative;
  width: 17px;
  height: 9.809px;
  background-color: #d3d3d3;
  margin: 4.896px 0;
  border-left: 0;
  border-right: 0;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.has-layout-vertical-right .wp-block-getwid-tabs__title, .has-layout-vertical-right .wp-block-getwid-tabs__title:after, .has-layout-vertical-right .wp-block-getwid-tabs__title:before {
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.has-layout-vertical-right .wp-block-getwid-tabs__title:before, .has-layout-vertical-right .wp-block-getwid-tabs__title:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
}
.has-layout-vertical-right .wp-block-getwid-tabs__title:before {
  bottom: 100%;
  border-bottom: 4.896px solid #d3d3d3;
}
.has-layout-vertical-right .wp-block-getwid-tabs__title:after {
  top: 100%;
  width: 0;
  border-top: 4.896px solid #d3d3d3;
}
.has-layout-vertical-right .ui-tabs-active .wp-block-getwid-tabs__title {
  background-color: #2273d2;
}
.has-layout-vertical-right .ui-tabs-active .wp-block-getwid-tabs__title:before {
  border-bottom-color: #2273d2;
}
.has-layout-vertical-right .ui-tabs-active .wp-block-getwid-tabs__title:after {
  border-top-color: #2273d2;
}
.has-layout-vertical-right .wp-block-getwid-tabs__nav-links {
  align-self: center;
}
@media (max-width: 500px) {
  .has-layout-vertical-right .wp-block-getwid-tabs__nav-links {
    align-self: flex-start;
  }
}
.has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper {
  counter-increment: tabs-counter-titles 1;
}
.has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column p.h2:first-child:before, .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column .speakers-expanded .h2.bio:first-child:before, .speakers-expanded .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column .h2.bio:first-child:before, .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column .speakers-expanded .site-footer .menu-footer-menu-container li.toggle > a.bio:first-child:before, .speakers-expanded .site-footer .menu-footer-menu-container .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column li.toggle > a.bio:first-child:before, .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column .site-footer .menu-footer-menu-container .speakers-expanded li.toggle > a.bio:first-child:before, .site-footer .menu-footer-menu-container .speakers-expanded .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column li.toggle > a.bio:first-child:before, .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column p.wp-block-latest-posts__post-author:first-child:before, .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column .speakers-expanded .bio.wp-block-latest-posts__post-author:first-child:before, .speakers-expanded .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column .bio.wp-block-latest-posts__post-author:first-child:before, .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column p.wp-block-latest-posts__post-date:first-child:before, .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column .speakers-expanded .bio.wp-block-latest-posts__post-date:first-child:before, .speakers-expanded .has-layout-vertical-right .wp-block-getwid-tabs__tab-content-wrapper .wp-block-column .bio.wp-block-latest-posts__post-date:first-child:before {
  content: counter(tabs-counter-titles, decimal-leading-zero);
}
.has-layout-vertical-right .wp-block-column:first-child .wp-block-group {
  margin-left: 0;
}
@media (max-width: 500px) {
  .has-layout-vertical-right .wp-block-column:first-child {
    margin-bottom: 2.4rem;
  }
}

.wp-block-getwid-tabs .wp-block-column p.h2:first-child, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .h2.bio:first-child, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .h2.bio:first-child, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .site-footer .menu-footer-menu-container li.toggle > a.bio:first-child, .speakers-expanded .site-footer .menu-footer-menu-container .wp-block-getwid-tabs .wp-block-column li.toggle > a.bio:first-child, .wp-block-getwid-tabs .wp-block-column .site-footer .menu-footer-menu-container .speakers-expanded li.toggle > a.bio:first-child, .site-footer .menu-footer-menu-container .speakers-expanded .wp-block-getwid-tabs .wp-block-column li.toggle > a.bio:first-child, .wp-block-getwid-tabs .wp-block-column p.wp-block-latest-posts__post-author:first-child, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .bio.wp-block-latest-posts__post-author:first-child, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .bio.wp-block-latest-posts__post-author:first-child, .wp-block-getwid-tabs .wp-block-column p.wp-block-latest-posts__post-date:first-child, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .bio.wp-block-latest-posts__post-date:first-child, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .bio.wp-block-latest-posts__post-date:first-child {
  position: relative;
  padding-top: 1.2rem;
}
.wp-block-getwid-tabs .wp-block-column p.h2:first-child:before, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .h2.bio:first-child:before, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .h2.bio:first-child:before, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .site-footer .menu-footer-menu-container li.toggle > a.bio:first-child:before, .speakers-expanded .site-footer .menu-footer-menu-container .wp-block-getwid-tabs .wp-block-column li.toggle > a.bio:first-child:before, .wp-block-getwid-tabs .wp-block-column .site-footer .menu-footer-menu-container .speakers-expanded li.toggle > a.bio:first-child:before, .site-footer .menu-footer-menu-container .speakers-expanded .wp-block-getwid-tabs .wp-block-column li.toggle > a.bio:first-child:before, .wp-block-getwid-tabs .wp-block-column p.wp-block-latest-posts__post-author:first-child:before, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .bio.wp-block-latest-posts__post-author:first-child:before, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .bio.wp-block-latest-posts__post-author:first-child:before, .wp-block-getwid-tabs .wp-block-column p.wp-block-latest-posts__post-date:first-child:before, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .bio.wp-block-latest-posts__post-date:first-child:before, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .bio.wp-block-latest-posts__post-date:first-child:before {
  margin-right: 2.4rem;
}
.wp-block-getwid-tabs .wp-block-column p.h2:first-child:after, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .h2.bio:first-child:after, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .h2.bio:first-child:after, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .site-footer .menu-footer-menu-container li.toggle > a.bio:first-child:after, .speakers-expanded .site-footer .menu-footer-menu-container .wp-block-getwid-tabs .wp-block-column li.toggle > a.bio:first-child:after, .wp-block-getwid-tabs .wp-block-column .site-footer .menu-footer-menu-container .speakers-expanded li.toggle > a.bio:first-child:after, .site-footer .menu-footer-menu-container .speakers-expanded .wp-block-getwid-tabs .wp-block-column li.toggle > a.bio:first-child:after, .wp-block-getwid-tabs .wp-block-column p.wp-block-latest-posts__post-author:first-child:after, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .bio.wp-block-latest-posts__post-author:first-child:after, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .bio.wp-block-latest-posts__post-author:first-child:after, .wp-block-getwid-tabs .wp-block-column p.wp-block-latest-posts__post-date:first-child:after, .wp-block-getwid-tabs .wp-block-column .speakers-expanded .bio.wp-block-latest-posts__post-date:first-child:after, .speakers-expanded .wp-block-getwid-tabs .wp-block-column .bio.wp-block-latest-posts__post-date:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 4px;
  background-color: #2273d2;
}

.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links {
  border-bottom: 2px solid #acacac;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 4.6rem;
  position: relative;
  align-items: flex-end;
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #acacac;
  left: 0;
  bottom: -5px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links:after {
  content: "";
  position: absolute;
  left: 42%;
  right: -3px;
  bottom: -6px;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #acacac;
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links > li a {
  position: relative;
  display: block;
  padding-bottom: 53px !important;
  margin-bottom: -20px;
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links > li a:before, .pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links > li a:after {
  bottom: 2px;
  left: 50%;
  margin-left: -20px;
  pointer-events: none;
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links > li a:before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 40px;
  height: 35px;
  text-align: center;
  display: block;
  z-index: 1;
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links > li a:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 41px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #2273d2;
  margin-left: -23px;
  bottom: -1px;
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links > li.ui-state-active {
  font-weight: bold;
  color: #2273d2;
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links > li.ui-state-active a:before {
  background: #2273d2;
  color: #f7f7f7;
}
.pattern-tabs-horizontal-styled li.wp-block-getwid-tabs__nav-link {
  max-width: 120px;
  text-align: center;
}
.pattern-tabs-horizontal-styled li.wp-block-getwid-tabs__nav-link a {
  font-size: 2rem;
  line-height: 1.05;
  color: #454545;
  font-weight: 400;
}
.pattern-tabs-horizontal-styled li.wp-block-getwid-tabs__nav-link.ui-state-active a {
  color: #2273d2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links {
    flex-wrap: nowrap;
    justify-content: space-evenly !important;
  }
  .pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links li.wp-block-getwid-tabs__nav-link {
    max-width: 20%;
  }
  .pattern-tabs-horizontal-styled .wp-block-getwid-tabs__nav-links li.wp-block-getwid-tabs__nav-link a {
    font-size: 1.6rem;
  }
}
.pattern-tabs-horizontal-styled .wp-block-getwid-tabs__tab-content {
  background-color: rgba(22, 167, 219, 0.15);
  max-width: 751px;
  margin: 0 auto;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .pattern-tabs-horizontal-styled .wp-block-getwid-tabs__tab-content {
    margin-left: -2.4rem;
    margin-right: 2.4rem;
    width: 100%;
  }
}
.pattern-tabs-horizontal-styled.dark-theme .wp-block-getwid-tabs__tab-content {
  background-color: rgba(17, 88, 172, 0.2);
}
.pattern-tabs-horizontal-styled.dark-theme li.wp-block-getwid-tabs__nav-link a {
  color: #f7f7f7;
}
.pattern-tabs-horizontal-styled.dark-theme li.wp-block-getwid-tabs__nav-link.ui-state-active a {
  color: #E6F5FA;
}
.pattern-tabs-horizontal-styled.dark-theme .wp-block-getwid-tabs__nav-links {
  border-bottom: 2px solid #acacac;
}
.pattern-tabs-horizontal-styled.dark-theme .wp-block-getwid-tabs__nav-links:before {
  background: #acacac;
}
.pattern-tabs-horizontal-styled.dark-theme .wp-block-getwid-tabs__nav-links:after {
  border-color: transparent transparent transparent #acacac;
}
.pattern-tabs-horizontal-styled.dark-theme .wp-block-getwid-tabs__nav-links > li.ui-state-active {
  color: #2273d2;
}

.has-layout-vertical-hex-nav {
  min-height: 273px;
  padding-top: 14px;
  padding-bottom: 46px;
}
@media (max-width: 1024px) {
  .has-layout-vertical-hex-nav {
    display: block;
    margin: 0 auto;
    padding-top: 0 !important;
    max-width: 320px;
  }
}
.has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links {
  position: absolute;
  width: 251px;
  height: 251px;
  left: 50%;
  margin-left: -174px;
  text-align: center;
}
.has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links li, .has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links a, .has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links span, .has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links a:before {
  width: 141px;
  height: 122px;
  line-height: 122px;
}
.has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links li a {
  font-size: 2.5rem;
  position: relative;
  display: block;
  color: #838383;
  z-index: 1;
}
.has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links li a:before {
  content: "";
  position: absolute;
  background: #d3d3d3;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  text-align: center;
  display: block;
  z-index: -1;
}
.has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links li.ui-state-active a {
  color: #ffffff;
  font-weight: 600;
}
.has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links li.ui-state-active a:before {
  background: #2273d2;
}
.has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links li:nth-child(1) {
  top: 64px;
  left: 28px;
}
@media (max-width: 1024px) {
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__nav-links {
    position: relative;
    left: 0;
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper {
    position: absolute;
    left: 50%;
    width: 271px;
    margin-left: -158px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper li {
    position: relative;
    margin-bottom: 16px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(2) {
    margin-left: -366px;
    text-align: right;
    margin-top: 33px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(2) li:nth-child(2) {
    right: 0px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(2) li:nth-child(2) {
    right: 40px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(2) li:nth-child(3) {
    right: 40px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(2) li:nth-child(4) {
    right: 0px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(3) {
    margin-left: 108px;
    margin-top: -20px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(3) li:nth-child(2) {
    left: 0px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(3) li:nth-child(2) {
    left: 32px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(3) li:nth-child(3) {
    left: 32px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(3) li:nth-child(4) {
    left: 15px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(4) {
    margin-left: 108px;
    margin-top: 100px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(4) li:nth-child(1) {
    left: 20px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(4) li:nth-child(2) {
    left: 30px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(4) li:nth-child(3) {
    left: 30px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper:nth-child(4) li:nth-child(4) {
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper {
    position: relative;
    top: 21px;
  }
  .has-layout-vertical-hex-nav .wp-block-getwid-tabs__tab-content-wrapper li {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
}

@media (max-width: 767px) {
  .has-layout-horizontal-center .wp-block-getwid-tabs__nav-links {
    justify-content: flex-start;
  }
}

.has-layout-toggle {
  position: relative;
}
.has-layout-toggle .wp-block-getwid-tabs__tab-content {
  padding-top: 2.4rem;
}
.has-layout-toggle .wp-block-getwid-tabs__tab-content-wrapper {
  position: relative;
  z-index: 2;
}
.has-layout-toggle .wp-block-getwid-tabs__tab-content-wrapper:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 81px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(59, 61, 63, 0.35) 0%, rgba(196, 196, 196, 0) 49.48%);
}
.has-layout-toggle .wp-block-getwid-tabs__tab-content-wrapper:last-child:before {
  background: linear-gradient(180deg, rgba(34, 115, 210, 0.49) 0%, rgba(255, 255, 255, 0) 49.48%);
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link {
  margin: 0;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link a {
  border: 1px solid #838383;
  font-size: 16px !important;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  padding: 0.6rem 2rem 0.4rem 2rem !important;
  color: #838383;
  background: #ffffff;
  position: relative;
  top: 14px;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link a:after {
  display: none !important;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link a:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #0A0D10 transparent transparent;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link:last-child a {
  color: #2273d2;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link:last-child a:before {
  left: auto;
  right: 8px;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #2273d2;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link.ui-state-active a {
  background: #0A0D10;
  color: #ffffff;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link.ui-state-active a:before {
  border-color: transparent #ffffff transparent transparent;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link.ui-state-active:last-child a {
  background: #2273d2;
  color: #ffffff;
  background: linear-gradient(321.5deg, #556879 7.52%, #2273D2 35.37%, #10B8F3 89.63%);
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link.ui-state-active:last-child a:before {
  border-color: transparent transparent transparent #ffffff;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link:first-child a {
  padding: 0.6rem 1rem 0.4rem 2rem !important;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  border-right: none;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-link:last-child a {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  padding: 0.6rem 2rem 0.4rem 1rem !important;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-links {
  overflow: visible !important;
  width: 100%;
  border-bottom: 1px solid #838383;
  position: relative;
  z-index: 3;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.has-layout-toggle .wp-block-getwid-tabs__nav-links:after {
  display: none;
}

.wp-block-getwid-counter__number {
  font-size: 5.4rem;
}
.dark-theme .wp-block-getwid-counter__number {
  color: #f7f7f7;
}

.wp-block-getwid-counter.percent-after .wp-block-getwid-counter__number:after {
  content: "%";
}

.wp-block-getwid-counter__suffix {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #d3d3d3;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-getwid-counter.stat-val.stat-val-highlight .wp-block-getwid-counter__number {
  color: #feb92f !important;
  font-weight: bold;
}

.wp-block-getwid-counter.stat-val.stat-val-highlight .wp-block-getwid-counter__suffix {
  color: #ffd787 !important;
  font-weight: bold;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border: none;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child a {
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 600;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #0A0D10;
}
.wp-block-getwid-accordion .fa-plus:before, .wp-block-getwid-accordion .fa-minus:before {
  content: "";
  background: url("/wp-content/themes/basis/assets/img/theme/icon-accordion-open.svg") no-repeat;
  width: 43px;
  height: 43px;
  display: block;
}
.wp-block-getwid-accordion .fa-minus:before {
  background: url("/wp-content/themes/basis/assets/img/theme/icon-accordion-close.svg") no-repeat;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__content-wrapper {
  border-bottom: 1px solid #26272b;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  border: none;
  padding: 0 0 2.4rem 8.8rem;
}
.dark-theme .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a,
.dark-theme .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child a {
  color: #f7f7f7;
}
@media (max-width: 1024px) {
  .wp-block-getwid-accordion .wp-block-getwid-accordion__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wp-block-getwid-accordion {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .wp-block-getwid-accordion .fa-plus:before, .wp-block-getwid-accordion .fa-minus:before {
    background-size: contain;
    width: 23px;
    height: 23px;
    display: block;
  }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__content {
    padding: 0 2.4rem 2.4rem 6.8rem;
    width: auto;
  }
}

.wp-block-getwid-accordion.accordion-numerical {
  counter-reset: accordion-numerical-list-counter;
}
.wp-block-getwid-accordion.accordion-numerical .wp-block-getwid-accordion__header {
  counter-increment: accordion-numerical-list-counter;
}
.wp-block-getwid-accordion.accordion-numerical .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title {
  display: flex;
  align-items: center;
}
.wp-block-getwid-accordion.accordion-numerical .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title:before {
  color: #0A0D10;
  font-size: 3.6rem;
  font-weight: 400;
  content: counter(accordion-numerical-list-counter) ".";
  display: block;
  margin-right: 1.2rem;
}
.dark-theme .wp-block-getwid-accordion.accordion-numerical .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title:before {
  color: #ffffff;
}

.wp-block-getwid-accordion__content a {
  color: #feb92f;
}
.dark-theme .wp-block-getwid-accordion__content a {
  color: #16a7db;
}
.wp-block-getwid-accordion__content a:hover {
  opacity: 0.9;
}

.wp-block-acf-basis-related-content {
  display: flex;
  justify-content: center;
  color: #d3d3d3;
}
.wp-block-acf-basis-related-content > article {
  width: 32%;
}
.wp-block-acf-basis-related-content > article img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.wp-block-acf-basis-related-content > article:first-child {
  margin-right: 1%;
}
.wp-block-acf-basis-related-content > article:nth-child(2) {
  margin-left: 1%;
  margin-right: 1%;
}
.wp-block-acf-basis-related-content > article:last-child {
  margin-left: 1%;
}
.wp-block-acf-basis-related-content > article h3 a:hover {
  color: #ffe78d;
}
@media (max-width: 767px) {
  .wp-block-acf-basis-related-content {
    display: block;
  }
  .wp-block-acf-basis-related-content > article {
    width: 100%;
    clear: both;
    margin: 0 auto !important;
    margin-bottom: 3.2rem !important;
    max-width: 400px;
  }
  .wp-block-acf-basis-related-content > article img {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.wp-block-acf-basis-related-content.page-related-content {
  display: flex;
}
.wp-block-acf-basis-related-content.page-related-content .left {
  min-width: 60%;
  margin-right: 5%;
}
.wp-block-acf-basis-related-content.page-related-content .left article {
  margin-bottom: 0;
  display: flex;
}
.wp-block-acf-basis-related-content.page-related-content .left article .thumbnail-link {
  min-width: 50%;
  margin-right: 5%;
}
.wp-block-acf-basis-related-content.page-related-content .left article .entry-title {
  font-size: 3.2rem;
}
.wp-block-acf-basis-related-content.page-related-content .right article {
  margin-bottom: 3.2rem;
}
.wp-block-acf-basis-related-content.page-related-content .right article:last-child {
  margin-bottom: 0;
}
.wp-block-acf-basis-related-content.page-related-content .right .read-more-link {
  display: none;
}
.wp-block-acf-basis-related-content.page-related-content .right .entry-meta ul {
  margin-bottom: 0.2rem;
}
.wp-block-acf-basis-related-content.page-related-content .right .entry-title {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 1024px) {
  .wp-block-acf-basis-related-content.page-related-content .left article {
    display: block;
  }
  .wp-block-acf-basis-related-content.page-related-content .left .thumbnail-link {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .wp-block-acf-basis-related-content.page-related-content {
    display: block;
  }
  .wp-block-acf-basis-related-content.page-related-content .left {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
}

.basis-acf-block-lever-jobs {
  max-width: 1207px;
  margin: 0 auto;
}
.basis-acf-block-lever-jobs .raised-block {
  -moz-box-shadow: 0 20px 40px 0 rgba(59, 61, 63, 0.12);
  -webkit-box-shadow: 0 20px 40px 0 rgba(59, 61, 63, 0.12);
  box-shadow: 0 20px 40px 0 rgba(59, 61, 63, 0.12);
  text-align: left;
  position: relative;
  overflow: hidden;
  max-width: 373px;
}
.basis-acf-block-lever-jobs .wp-block-column {
  display: flex;
  justify-content: center;
  margin-bottom: 2.8rem;
}
.basis-acf-block-lever-jobs img {
  width: 100%;
}
.basis-acf-block-lever-jobs .content {
  padding: 1.9rem 2.4rem 4.2rem 2.4rem;
  color: #3a3d40;
}
.basis-acf-block-lever-jobs h3 {
  font-size: 2.1rem;
  color: #26272b;
  font-weight: 400;
}
.basis-acf-block-lever-jobs a {
  position: absolute !important;
  bottom: 24px;
  color: #0A0D10 !important;
  white-space: nowrap;
  -moz-transition: all 125ms ease-out;
  -o-transition: all 125ms ease-out;
  -ms-transition: all 125ms ease-out;
  -webkit-transition: all 125ms ease-out;
  transition: all 125ms ease-out;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.05rem;
  padding: 0.3rem 0.1rem;
  -moz-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  box-shadow: inset 0 -0.2rem 0 0 #feb92f;
  font-size: 1.6rem !important;
}
.basis-acf-block-lever-jobs a:hover {
  color: #3A3D3F !important;
  -moz-box-shadow: inset 0 -2.3rem 0 0 #feb92f;
  -webkit-box-shadow: inset 0 -2.3rem 0 0 #feb92f;
  box-shadow: inset 0 -2.3rem 0 0 #feb92f;
}
.basis-acf-block-lever-jobs span.anchor {
  color: #0A0D10 !important;
  font-size: 1.6rem !important;
}
@media (min-width: 600px) and (max-width: 781px) {
  .basis-acf-block-lever-jobs .raised-block {
    width: auto;
  }
  .basis-acf-block-lever-jobs .wp-block-column:not(:only-child) {
    flex-basis: 32% !important;
  }
}
@media (max-width: 500px) {
  .basis-acf-block-lever-jobs .wp-block-column {
    justify-content: flex-start;
  }
}

.et-icon-grid {
  margin-top: 70px !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: calc(100% + 200px);
  margin-left: -100px !important;
  margin-bottom: 0px !important;
}
.et-icon-grid, .et-icon-grid > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1323px) {
  .et-icon-grid {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.et-icon-grid > li {
  width: 22%;
  position: relative;
}
.et-icon-grid > li:last-child:after, .et-icon-grid > li:last-child .dotted-line {
  display: none !important;
}
.et-icon-grid p, .et-icon-grid .speakers-expanded .bio, .speakers-expanded .et-icon-grid .bio {
  margin-bottom: 0;
}
.et-icon-grid img {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 48px;
}
.et-icon-grid .dotted-line {
  height: 15px;
  top: 19px;
  position: absolute;
  width: 135px;
  left: 100%;
  margin-left: -66px;
}
@media (max-width: 1023px) {
  .et-icon-grid {
    max-width: 483px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .et-icon-grid .dotted-line {
    transform: rotate(90deg);
    left: 22px;
    top: 86px;
  }
  .et-icon-grid > li {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    min-height: 154px;
  }
  .et-icon-grid img {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-left: 0;
    margin-top: -6px;
  }
  .et-icon-grid .the-text {
    max-width: 397px;
  }
}
@media (max-width: 660px) {
  .et-icon-grid {
    max-width: 320px;
  }
  .et-icon-grid > li {
    width: 100%;
  }
}

.words-list {
  text-align: center;
  margin: 0 0 30px 0 !important;
}
.words-list, .words-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.words-list > li {
  font-size: 32px;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
}
.words-list > li:after {
  content: "/";
  margin-left: 3px;
  margin-right: 1px;
  margin-top: 13px;
  color: #26272B;
}
.words-list > li:last-child:after {
  display: none;
}
.words-list > li > button {
  font-size: 32px;
  cursor: pointer;
  color: #26272B;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  background: transparent;
}
.words-list > li > button:hover {
  opacity: 0.8;
}

.et-popup-carousel .contents {
  display: none;
}

.et-popup-carousel-countainer {
  position: fixed;
  top: 160px;
  left: 50%;
  background: #fff;
  border-radius: 5px;
  z-index: 99999;
  width: 600px;
  margin-left: -300px;
  box-shadow: 14px 14px 52px 2px rgba(0, 0, 0, 0.12);
}

body.fixed-position {
  overflow: hidden;
}

#et-popup-carousel-html {
  display: none;
  opacity: 0;
  transition: all 250ms ease-out;
  transform: scale(0.5) translateY(150px);
  transform-origin: bottom;
  z-index: 99999;
  text-align: center;
}

#et-popup-carousel-html .contents *:last-child {
  margin-bottom: 0;
}

#et-popup-carousel-html .contents {
  padding: 30px;
  transition: all 200ms ease;
  transform: translateY(0px);
  opacity: 1;
}

#et-popup-carousel-html .et-nav li {
  display: inline-block;
}

#et-popup-carousel-html .et-nav button {
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #D3D3D3;
  background: #fff;
  transition: all 150ms ease;
  display: block;
  margin-left: 3px;
  width: 11px;
  height: 11px;
  padding: 0;
}

#et-popup-carousel-html .contents h3.yellow-heading {
  font-size: 32px;
  color: #fdbf4c;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

#et-popup-carousel-html .contents {
  min-height: 251px;
}

#et-popup-carousel-html .et-nav .active button {
  border-color: #FDBF4C;
  background: #FDBF4C;
}

#et-popup-carousel-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #000;
  opacity: 0;
}

#et-popup-carousel-overlay {
  z-index: 9999;
  transition: all 250ms ease-out;
  display: none;
  opacity: 0;
  z-index: 9999;
}

#et-popup-carousel-overlay.available, #et-popup-carousel-html.available {
  display: block;
}

#et-popup-carousel-html.active {
  opacity: 1;
  transform: scale(1) translateY(0px);
}

#et-popup-carousel-overlay.active {
  opacity: 0.5;
}

#et-popup-carousel-close {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: #ccc;
  transition: all 150ms ease;
  z-index: 99999;
  opacity: 0.6;
}

#et-popup-carousel-close:hover {
  opacity: 1;
}

#et-popup-carousel-close:hover {
  color: #bbb;
}

#et-popup-carousel-html .et-tool {
  clear: both;
  border-top: 1px solid #eaeaea;
  padding: 30px;
}

#et-popup-carousel-html .et-arrow {
  background: url("/wp-content/themes/basis/assets/img/theme/basis_caret_small.svg") no-repeat;
  position: absolute;
  height: 16px;
  width: 35px;
  background-position: center;
  transition: all 250ms ease-out;
  transform: translateX(0px);
  cursor: pointer;
  border: none;
  box-shadow: none !important;
  outline: none !important;
}

#et-popup-carousel-html .et-arrow.arrow-next {
  right: 20px;
}

#et-popup-carousel-html .et-arrow.arrow-prev {
  left: 20px;
  transform: rotate(180deg) translateX(0px);
}

#et-popup-carousel-html .et-arrow.arrow-next:hover {
  transform: translateX(5px);
}

#et-popup-carousel-html .et-arrow.arrow-prev:hover {
  transform: rotate(180deg) translateX(5px);
}

ul#popup-carousel-nav {
  text-align: center;
}

#et-popup-carousel-html .et-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#et-popup-carousel-html .et-nav button,
#et-popup-carousel-html .et-nav button:focus {
  box-shadow: none !important;
  outline: none !important;
}

#et-popup-carousel-html .et-nav .active button {
  border-color: #FDBF4C;
  background: #FDBF4C;
}

#et-popup-carousel-html .et-fade-out-down {
  transform: translateY(5px);
  opacity: 0;
}

.lead-trigger-close img {
  height: 20px !important;
  width: 20px !important;
}

@media (max-width: 767px) {
  #et-popup-carousel-html,
#et-popup-carousel-html .contents h3.yellow-heading {
    text-align: left;
  }

  .et-popup-carousel-countainer {
    top: 35px;
    width: 90%;
    margin-left: 5%;
    left: 0;
  }

  #et-popup-carousel-html .contents {
    min-height: 251px;
    height: 70%;
    height: 70vh;
    height: calc(100vh - 144px);
    overflow: auto;
    padding-top: 60px;
  }
}
/* // Leadership Page // */
#et-popup-carousel-html .contents .full p, #et-popup-carousel-html .contents .full .speakers-expanded .bio, .speakers-expanded #et-popup-carousel-html .contents .full .bio {
  margin-bottom: 12px;
  text-align: left;
}

a.ion-social-linkedin:before {
  font-size: 27px;
}

a.ion-social-linkedin {
  margin: 30px 0 10px 0;
  display: block;
}

.basis-acf-block-profile-list .words-list li:after {
  display: none !important;
}

.basis-acf-block-profile-list .words-list .title {
  font-weight: normal !important;
}

.basis-acf-block-profile-list ul.ul-zero.sn-links {
  margin-bottom: 20px;
}

.basis-acf-block-profile-list ul.ul-zero.sn-links li {
  display: inline-block;
  margin-right: 11px;
}

.layout-leadership .leadership-section ul.leadership-list.board-of-directors {
  margin: 0 auto !important;
}

.basis-acf-block-profile-list button {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  background: transparent;
  border: none;
  outline: none !important;
}

#et-popup-carousel-html .contents {
  max-height: 85vh;
  overflow: scroll;
}

#et-popup-carousel-html .headshot {
  max-width: 180px;
  margin: 20px auto 15px auto;
}

#et-popup-carousel-html .headshot img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: inline-block;
}

#et-popup-carousel-html ul.ul-zero.sn-links {
  text-align: center;
}

#et-popup-carousel-html .meta .h5 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #3A3D40;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
  text-transform: none;
  font-weight: 500;
}

#et-popup-carousel-html .meta .title {
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
}

@media (max-width: 767px) {
  .basis-acf-block-profile-list .et-popup-carousel-countainer {
    top: 60px;
  }

  #et-popup-carousel-html .contents {
    max-height: 59vh;
    overflow: scroll;
  }

  .et-popup-carousel-countainer .bottom {
    padding-bottom: 40px;
  }

  #et-popup-carousel-html .contents .top {
    text-align: center;
  }
}
.basis-acf-block-profile-list img {
  max-width: 100%;
}
.basis-acf-block-profile-list .profile-item {
  max-width: 233px;
}
.basis-acf-block-profile-list .wp-block-column {
  display: flex;
  justify-content: center;
}
.basis-acf-block-profile-list .wp-block-column {
  display: flex;
  justify-content: center;
  margin-bottom: 2.8rem;
}
.basis-acf-block-profile-list p, .basis-acf-block-profile-list .speakers-expanded .bio, .speakers-expanded .basis-acf-block-profile-list .bio {
  margin-bottom: 0.2rem;
}
.basis-acf-block-profile-list .title {
  font-size: 1.4rem;
  color: #454545;
}
.basis-acf-block-profile-list .headshot {
  margin-bottom: 10px;
}
.basis-acf-block-profile-list .popup-item {
  cursor: pointer;
}
.basis-acf-block-profile-list .popup-item:hover img {
  opacity: 0.9;
}
@media (min-width: 600px) and (max-width: 781px) {
  .basis-acf-block-profile-list .profile-item {
    width: auto;
  }
  .basis-acf-block-profile-list .wp-block-column:not(:only-child) {
    flex-basis: 32% !important;
  }
}
@media (max-width: 500px) {
  .basis-acf-block-profile-list .wp-block-column {
    justify-content: flex-start;
  }
}

.et-popup-carousel-countainer .headshot + .meta p, .et-popup-carousel-countainer .headshot + .meta .speakers-expanded .bio, .speakers-expanded .et-popup-carousel-countainer .headshot + .meta .bio {
  text-align: center !important;
}
.et-popup-carousel-countainer .bottom p, .et-popup-carousel-countainer .bottom .speakers-expanded .bio, .speakers-expanded .et-popup-carousel-countainer .bottom .bio {
  color: #838383;
}
.et-popup-carousel-countainer ul.wp-block-social-links.has-icon-background-color {
  justify-content: center;
}
.et-popup-carousel-countainer li.wp-social-link.wp-block-social-link a {
  display: block;
  max-width: 16px;
  max-height: 16px;
}
.et-popup-carousel-countainer svg {
  max-width: 100%;
}

/*
////////////// Photo Gallery
*/
.et-vmmv-slider-page-container {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.et-vmmv-slider button {
  border: none;
  padding: 0;
  background: transparent;
}

.et-vmmv-slider button:focus {
  outline: none;
}

.et-vmmv-slider ul, .et-vmmv-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Container */
.et-vmmv-slider {
  width: 100%;
  width: 100vw;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}

/* Image Lists + Images */
.et-vmmv-slides-container {
  transition: transform 500ms ease;
  display: inline-flex;
}

.et-vmmv-slider-page-container .h5 {
  margin-bottom: 10px;
  text-align: center;
}

.et-vmmv-slides-container.sliding {
  /* TODO: Styles for sliding */
}

.et-vmmv-slides-container.no-transition,
.et-vmmv-slides-container.no-transition li,
.et-vmmv-slides-container.no-transition img {
  transition: none !important;
}

.et-vwmv-slider-imgs {
  display: inline-flex;
  cursor: pointer;
}

.et-vwmv-slider-imgs:active {
  cursor: grabbing;
}

.et-vwmv-slider-imgs li {
  display: block;
  padding: 0 9px;
  transition: all 325ms ease;
  transform-origin: right;
}

@media (max-width: 924px) {
  .et-vmmv-slider img {
    transform-origin: bottom center;
  }
}
.et-vmmv-slider img {
  display: block;
  box-shadow: 0px 6px 20px -4px rgba(0, 0, 0, 0);
  transition: z-index 0ms linear, box-shadow 200ms linear, transform 325ms ease;
  transform-origin: bottom right;
}

@media (max-width: 924px) {
  .et-vmmv-slider img {
    transform-origin: bottom center;
  }
}
.et-vwmv-slider-imgs li:hover img,
.et-vwmv-slider-imgs li.expanded img {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.25), 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

/* Navigation */
.et-vwmv-slider-nav li {
  display: inline-block;
  margin: 0;
}

.et-vmmv-slider .et-vwmv-slider-nav {
  margin: 24px 0;
  text-align: center;
  clear: both;
}

.et-vwmv-slider-nav button {
  padding: 12px 2px;
}

.et-vwmv-slider-nav button span {
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #D3D3D3;
  background: #D3D3D3;
  transition: all 150ms ease;
  display: block;
  margin-left: 1px;
  width: 12px;
  height: 12px;
  padding: 0;
}

@media (max-width: 925px) {
  .et-vmmv-slider .et-vwmv-slider-nav {
    margin: 5px 0 24px 0;
  }

  .et-vwmv-slider-nav button span {
    border: 1px solid #D3D3D3;
  }

  .et-vwmv-slider-nav button span {
    width: 11px;
    height: 11px;
    margin-left: -1px;
  }
}
.et-vwmv-slider-nav .active button span {
  border-color: #FDBF4C;
  background: #FDBF4C;
}

@media (min-width: 925px) {
  .et-vwmv-slider-nav button:hover span {
    border-color: #FDBF4C;
    background: #FDBF4C;
    transition: all 150ms ease;
  }
}
.page-template-page-institute-about .et-vmmv-slider-page-container {
  margin-top: 0;
  padding-top: 30px;
}

#centro-audio-carousel-audio {
  display: none;
}

.basis-acf-faux-audio-player-block {
  background-color: #F7F7F7;
  padding: 60px 0;
}

ul.tabs-condensed {
  width: 100%;
  display: flex;
  justify-content: center;
}
ul.tabs-condensed, ul.tabs-condensed > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tabs-condensed {
  margin: 25px 0 0 0;
}
ul.tabs-condensed > li {
  display: inline-block;
  margin-right: 20px;
}
ul.tabs-condensed > li:last-child {
  margin-right: 0;
}
ul.tabs-condensed > li:last-child .link:after {
  padding-right: 0;
}
ul.tabs-condensed .spacer {
  height: 60px;
}
ul.tabs-condensed p, ul.tabs-condensed .speakers-expanded .bio, .speakers-expanded ul.tabs-condensed .bio {
  margin-top: -92px;
}
ul.tabs-condensed .link {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #75777A;
  margin-bottom: 504px;
  cursor: pointer;
}
ul.tabs-condensed .link:hover {
  color: #3b3d3f;
}
ul.tabs-condensed .link:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #75777A;
  opacity: 0.3;
  left: 0;
  bottom: -4px;
  z-index: 1;
  padding-right: 24px;
}
ul.tabs-condensed .link:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background-color: transparent;
  left: 0;
  bottom: -4px;
  z-index: 2;
}
ul.tabs-condensed p, ul.tabs-condensed .speakers-expanded .bio, .speakers-expanded ul.tabs-condensed .bio {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #75777A;
  left: 0;
}
ul.tabs-condensed p span, ul.tabs-condensed .speakers-expanded .bio span, .speakers-expanded ul.tabs-condensed .bio span {
  opacity: 0.7;
}
ul.tabs-condensed li.active .link {
  color: #16A7DB;
}
ul.tabs-condensed li.active .link:before {
  background-color: #16A7DB;
}
ul.tabs-condensed li.active p, ul.tabs-condensed li.active .speakers-expanded .bio, .speakers-expanded ul.tabs-condensed li.active .bio {
  display: block;
}

.basis-acf-faux-audio-player-block .centro-audio-ad-section-player-carousel {
  position: relative;
  overflow: hidden;
}
.basis-acf-faux-audio-player-block .centro-audio-ad-section-player-carousel:before, .basis-acf-faux-audio-player-block .centro-audio-ad-section-player-carousel:after {
  content: "";
  position: absolute;
  width: 104px;
  height: 234px;
  top: 104px;
  z-index: 6;
}
.basis-acf-faux-audio-player-block .centro-audio-ad-section-player-carousel:before {
  left: 0;
  background: linear-gradient(90deg, #f7f7f7 0, rgba(247, 247, 247, 0) 100%);
}
.basis-acf-faux-audio-player-block .centro-audio-ad-section-player-carousel:after {
  right: 0;
  background: linear-gradient(-90deg, #f7f7f7 0, rgba(247, 247, 247, 0) 100%);
}
@media (max-width: 900px) {
  .basis-acf-faux-audio-player-block .centro-audio-ad-section-player-carousel:before, .basis-acf-faux-audio-player-block .centro-audio-ad-section-player-carousel:after {
    display: none;
  }
}
@media (max-width: 900px) {
  .basis-acf-faux-audio-player-block .basis-acf-faux-audio-player-block .inner-wrap {
    padding: 0 !important;
  }
}
.basis-acf-faux-audio-player-block .audio-play-menu, .basis-acf-faux-audio-player-block .audio-play-menu li,
.basis-acf-faux-audio-player-block .audio-carousel, .basis-acf-faux-audio-player-block .audio-carousel li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.basis-acf-faux-audio-player-block .audio-play-menu,
.basis-acf-faux-audio-player-block .audio-carousel {
  position: absolute;
  width: 100%;
}
.basis-acf-faux-audio-player-block .audio-play-menu li,
.basis-acf-faux-audio-player-block .audio-carousel li {
  display: inline-block;
}
.basis-acf-faux-audio-player-block .audio-carousel {
  bottom: 240px;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: auto;
  text-align: center;
  z-index: 1;
}
.basis-acf-faux-audio-player-block .audio-carousel:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 436px;
  height: 240px;
  margin-left: -219px;
  margin-top: -56px;
  background-image: url(/wp-content/themes/basis/assets/img/theme/faux-audio-player/audio-player-stripes.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.basis-acf-faux-audio-player-block .audio-carousel li {
  width: 208px;
  height: 208px;
  transition: all 750ms ease-in-out;
  background-color: #b6b7b9;
  border-radius: 3px;
  margin-right: 28px;
  position: relative;
  top: 0px;
}
.basis-acf-faux-audio-player-block .audio-carousel li:last-child {
  margin-right: 0;
}
.basis-acf-faux-audio-player-block .audio-carousel li:first-child, .basis-acf-faux-audio-player-block .audio-carousel li:nth-child(6) {
  background-color: #ebebeb;
}
.basis-acf-faux-audio-player-block .audio-carousel li:nth-child(2), .basis-acf-faux-audio-player-block .audio-carousel li:nth-child(8) {
  background-color: #b6b7b8;
}
.basis-acf-faux-audio-player-block .audio-carousel li:nth-child(3) {
  background-color: #17a7db;
}
.basis-acf-faux-audio-player-block .audio-carousel li:nth-child(4), .basis-acf-faux-audio-player-block .audio-carousel li:nth-child(9) {
  background-color: #75777A;
}
.basis-acf-faux-audio-player-block .audio-carousel li:nth-child(5) {
  background-color: #fdc859;
}
.basis-acf-faux-audio-player-block .audio-carousel li:nth-child(7) {
  background: url(/wp-content/themes/basis/assets/img/theme/faux-audio-player/companion.png);
  background-size: cover;
}
.basis-acf-faux-audio-player-block .audio-carousel li:after {
  content: "";
  background: url("/wp-content/themes/basis/assets/img/theme/faux-audio-player/music-note.png");
  height: 103px;
  width: 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  margin-left: -61px;
  margin-top: -53px;
}
.basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3) p, .basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3) .speakers-expanded .bio, .speakers-expanded .basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3) .bio, .basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3) img {
  position: absolute;
  left: 50%;
  top: 50%;
}
.basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3) p, .basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3) .speakers-expanded .bio, .speakers-expanded .basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3) .bio {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #F7F7F7;
  margin-left: -38px;
  margin-top: -39px;
}
.basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 144px;
  height: 56px;
  margin-left: -70px;
  margin-top: -11px;
  background: url(/wp-content/themes/basis/assets/img/theme/faux-audio-player/soundwave_bg.png) repeat 0 0;
  background-size: contain;
  box-sizing: border-box;
  transition: all 1000ms ease-out;
}
.basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(3).playing:before {
  background-position: -388px 0;
  transition: all 15000ms linear;
}
.basis-acf-faux-audio-player-block .audio-carousel li.el:after {
  display: none;
}
.basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(7):before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  width: 69px;
  height: 29px;
  margin-left: -98px;
  margin-top: 0px;
  background: url(/wp-content/themes/basis/assets/img/theme/faux-audio-player/soundwave_bg.png) repeat 0 0;
  background-size: contain;
  box-sizing: border-box;
  transition: all 1000ms ease-out;
}
.basis-acf-faux-audio-player-block .audio-carousel li.el:nth-child(7).playing:before {
  background-position: -388px 0;
  transition: all 15000ms linear;
}
.basis-acf-faux-audio-player-block .audio-carousel .png {
  display: none;
}
.basis-acf-faux-audio-player-block .audio-carousel > li {
  transform: translateX(660px);
  will-change: width, height, transform;
}
.basis-acf-faux-audio-player-block .audio-carousel.is-audio > li {
  transform: translateX(479px);
}
.basis-acf-faux-audio-player-block .audio-carousel.is-audio > li:nth-child(3) {
  width: 236px;
  height: 236px;
  top: 16px;
}
.basis-acf-faux-audio-player-block .audio-carousel.is-companion > li {
  transform: translateX(-477px);
}
.basis-acf-faux-audio-player-block .audio-carousel.is-companion > li:nth-child(7) {
  width: 236px;
  height: 236px;
  top: 16px;
}
.basis-acf-faux-audio-player-block .audio-play-menu {
  top: 378px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
.basis-acf-faux-audio-player-block .audio-play-menu li {
  margin-right: 20px;
}
.basis-acf-faux-audio-player-block .audio-play-menu li:last-child {
  margin-right: 0;
}
.basis-acf-faux-audio-player-block .audio-play-menu button {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}
.basis-acf-faux-audio-player-block .audio-play-menu button.play-pause {
  width: 59px;
  height: 59px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  background: url(/wp-content/themes/basis/assets/img/theme/faux-audio-player/audio-icon-play.svg) #fff;
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 30%;
  position: relative;
}
.basis-acf-faux-audio-player-block .audio-play-menu button.play-pause.playing {
  background: url(/wp-content/themes/basis/assets/img/theme/faux-audio-player/audio-icon-pause.svg) #fff;
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
}
.basis-acf-faux-audio-player-block .audio-play-menu button.play-pause:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: pulse-play 2s infinite;
}
@keyframes pulse-play {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 167, 219, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(22, 167, 219, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 167, 219, 0);
  }
}
.basis-acf-faux-audio-player-block .audio-play-menu button.play-pause.interacted:after {
  opacity: 0;
}
.basis-acf-faux-audio-player-block .audio-play-menu button.shuffle {
  background: url(/wp-content/themes/basis/assets/img/theme/faux-audio-player/audio-icon-shuffle.svg) #fff;
  background-repeat: no-repeat;
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.basis-acf-faux-audio-player-block .audio-play-menu button.repeat {
  background: url(/wp-content/themes/basis/assets/img/theme/faux-audio-player/audio-icon-repeat.svg) #fff;
  background-repeat: no-repeat;
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

/* 
////////// Events
*/
.mec-calendar-events-side.mec-clear > div > button.btn.button, .mec-calendar-events-side.mec-clear > div > button.btn.wp-block-button__link {
  display: none !important;
}

.centro-events-calendar {
  padding-top: 90px;
}

.mec-calendar .mec-month-side > .btn {
  border: 2px solid #ffbf3d !important;
  background: transparent !important;
  text-transform: none !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  padding: 8px 20px !important;
  border-radius: 4px !important;
}

.mec-calendar .mec-month-side > .btn:hover {
  background: #ffbf3d !important;
}

.mec-calendar .mec-month-side > .btn:active, .mec-calendar .mec-month-side > .btn:focus {
  outline: none !important;
}

.lity-container, .mec-wrap, .mec-wrap div:not([class^=elementor-]) {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec {
  display: block !important;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec.centro-no-events {
  display: none !important;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec .centro-event-summary {
  color: #4c4e50;
  cursor: pointer;
  padding: 0px 0 20px 0;
  font-size: 16px;
}

.mec-calendar .mec-event-article:hover {
  background: transparent;
  border-color: #ffbf3d;
  transition: all 150ms ease;
}

.mec-calendar .mec-calendar-events-sec.expanded .mec-event-article:hover {
  border-color: #e5e8ea;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec .centro-event-body {
  max-height: 0;
  overflow: hidden;
  transition: all 250ms ease-out;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec .centro-event-body > *:last-child {
  margin-bottom: 32px;
}

.mec-calendar .mec-calendar-events-sec[data-past=true] .centro-event-summary {
  opacity: 1;
}

.mec-calendar .mec-calendar-events-sec p, .mec-calendar .mec-calendar-events-sec .speakers-expanded .bio, .speakers-expanded .mec-calendar .mec-calendar-events-sec .bio {
  margin: 0;
  font-weight: 400;
}

.mec-calendar .mec-calendar-events-sec[data-past=true] .p1 {
  opacity: 0.5;
}

.mec-calendar .mec-calendar-events-sec[data-past=true] .centro-mec-event-image {
  opacity: 0.8;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec.expanded article.expand .centro-event-body {
  max-height: 600px;
}

.mec-calendar-table-head > dt:nth-child(6),
.mec-calendar-table-head > dt:last-child,
.mec-calendar-row > dt:nth-child(6),
.mec-calendar-row > dt:last-child {
  display: none;
}

.mec-event-footer {
  display: none;
}

.mec-calendar .mec-calendar-topsec {
  display: flex;
  background: transparent;
}

.mec-calendar {
  margin-bottom: 0;
  margin-top: 60px;
  border: none;
  box-shadow: none;
  width: 100%;
}

.mec-calendar .mec-calendar-events-side {
  border-left: none;
  display: block;
  padding: 0;
  width: 100%;
}

.mec-calendar-side.mec-clear {
  min-width: 526px;
  max-width: 526px;
  padding: 34px 34px 30px 34px;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 23px 32px -14px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-right: 93px;
  align-self: flex-start;
  background: #fff;
}

.mec-calendar .mec-event-article {
  border-top: none;
  border-bottom: 1px solid #e5e8ea;
}

.mec-calendar .mec-calendar-side .mec-next-month,
.mec-calendar .mec-calendar-side .mec-previous-month {
  position: absolute;
  top: 17px;
  display: block;
  box-shadow: none;
  border: none;
  z-index: 2;
}

.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,
.mec-calendar .mec-calendar-side .mec-next-month i {
  color: #bac2c7;
  font-size: 14px;
  font-weight: 600;
  transition: all 150ms ease;
}

.mec-calendar .mec-calendar-side .mec-previous-month {
  margin-left: 13px;
}

.mec-calendar .mec-calendar-side .mec-next-month {
  margin-left: 0px;
  margin-right: 13px;
}

.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover i,
.mec-calendar .mec-calendar-side .mec-next-month:hover i {
  color: #ffbf3d;
}

.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,
.mec-calendar .mec-calendar-side .mec-next-month:hover {
  background: transparent;
}

.mec-calendar-table-head,
.mec-calendar dl {
  width: 100%;
  padding: 3px 22px;
}

.mec-calendar dt {
  height: auto;
  width: auto;
  padding: 0;
  line-height: 30px;
  border-radius: 2px;
  border: 0;
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
  transition: background-color 160ms ease;
  position: relative;
}

.mec-calendar dt[data-today=true] {
  background: transparent !important;
}

/*
.mec-calendar dt[data-today=true]:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  border: 1px solid #d4d6d8;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
  transition: opacity 150ms ease;
}
*/
.mec-calendar .mec-calendar-row dt.mec-selected-day {
  color: #697075;
}

.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day {
  background: #EDF2F5;
}

.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a {
  color: #697075;
}

.mec-calendar .mec-calendar-row dt.active {
  background: #ffbf3d !important;
}

.mec-calendar .mec-calendar-row dt.active a {
  color: #fff !important;
  background: #ffbf3d !important;
}

.mec-calendar .mec-calendar-row dt.mec-has-event[data-today=true] {
  background: #EDF2F5 !important;
}

.mec-calendar .mec-calendar-row dt.mec-has-event[data-today=true]:before {
  display: block !important;
}

.mec-calendar .mec-calendar-row dt.mec-has-event[data-today=true]:hover {
  background: #ffbf3d !important;
}

.mec-calendar .mec-calendar-row dt.mec-has-event[data-today=true]:before {
  border-color: #abb6bd;
}

.mec-calendar .mec-calendar-row dt.mec-has-event[data-today=true]:hover:before {
  opacity: 0;
}

.mec-calendar-side .mec-calendar-table {
  min-height: 0;
}

.mec-calendar .mec-has-event:after {
  display: none;
}

.mec-calendar .mec-has-event {
  background: #EDF2F5;
}

.mec-calendar .mec-has-event a {
  color: #697075;
  border-radius: 0;
  transition: none;
  box-shadow: none;
}

.mec-calendar dt {
  color: #2c3135;
  font-size: 16px;
  font-weight: 500;
}

.mec-calendar .mec-calendar-table-head dt {
  color: #7f8fa4;
  font-size: 16px;
  font-weight: 500;
}

.mec-calendar .mec-has-event a,
.mec-calendar .mec-has-event a:hover {
  background: transparent;
}

.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day {
  background: #EDF2F5;
}

.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day:hover a {
  color: #fff;
}

.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day:not(.mec-has-event) {
  background: transparent;
  color: #2c3135;
}

.mec-calendar .mec-calendar-row dt:hover {
  background: #f9fafb;
}

.mec-calendar .mec-calendar-header {
  width: 100%;
  margin-top: -4px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.mec-calendar .mec-calendar-header h2 {
  color: #4b4d4f;
  text-transform: none;
  font-size: 19px;
  font-weight: 600;
  margin: 0;
}

.mec-calendar .mec-event-article .mec-event-title {
  font-weight: 300;
  font-size: 27px;
  text-transform: none;
  color: #5c5e60;
  margin-top: 0;
  margin-bottom: 0;
}

.mec-calendar .mec-event-article .mec-event-time {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  color: #989898;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec,
.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec article {
  position: relative;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec article:after {
  content: "";
  position: absolute;
  pointer-events: none;
  height: 20px;
  width: 20px;
  right: 0;
  background: url(/wp-content/themes/centro/images/maximize-grey.svg);
  background-repeat: no-repeat;
  top: 45px;
}

.mec-calendar-events-side.mec-clear {
  max-width: 517px;
  position: relative;
  top: -6px;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec.expanded article.expand:after {
  background: url(/wp-content/themes/centro/images/minimize-grey.svg);
  background-repeat: no-repeat;
  top: 54px;
}

.mec-calendar .mec-event-article {
  padding-top: 0;
  padding-bottom: 0;
}

.centro-mec-event-image {
  height: 238px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.centro-mec-event-image img {
  width: 100%;
  margin-left: 0;
}

.centro-event-body, .mec-wrap p, .mec-wrap .speakers-expanded .bio, .speakers-expanded .mec-wrap .bio {
  color: #4b4d4f;
  font-size: 16px;
  line-height: 28px;
}

.mec-wrap .button.btn, .mec-wrap .btn.wp-block-button__link, .mec-wrap a.button.btn {
  margin-top: 20px;
  margin-bottom: 32px;
  text-transform: none;
  background: transparent;
  border: 2px solid #ffbf3d;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding: 14px 14px;
  display: inline-block;
  clear: both;
}

.mec-wrap .button.btn:hover, .mec-wrap .btn.wp-block-button__link:hover, .mec-wrap a.button.btn:hover {
  background: #ffbf3d;
}

.centro-calendar-bg-img {
  width: 45.5%;
  position: absolute;
  left: 0;
  top: 560px;
  z-index: 0;
  height: 25%;
  height: calc(51% - 221px);
  background-size: 80%;
  background-repeat: repeat;
  background-position: right;
}

.mec-calendar-topsec, .mec-event-footer {
  position: relative;
  z-index: 1;
}

/* .mec-wrap{ position: relative; } */
.mec-modal-preloader,
.mec-modal-result.mec-month-navigator-loading {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background: no-repeat rgba(255, 255, 255, 0.88) url("/wp-content/themes/centro/images/centro_loader.gif") center 44px;
  border-style: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  background-size: 156px;
}

.page-template-page-institute-events .content-sec {
  position: relative;
}

article.mec-event-article .centro-event-body {
  position: relative;
}

article.mec-event-article[data-online=true] .centro-event-body:before {
  content: "Virtual Event";
  position: absolute;
  right: 0;
  top: 15px;
  color: #fff;
  background-color: #3aabdf;
  background-image: url(/wp-content/themes/centro/images/virtual_icon_reverse.svg);
  z-index: 2;
  padding: 7px 9px 7px 53px;
  font-size: 16px;
  line-height: 27px;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 9px 7px;
}

article.mec-event-article[data-online=true] .dot {
  color: #b1b1b2;
  opacity: 1;
}

article.mec-event-article[data-online=true] .dot:after {
  content: " Virtual ";
  font-size: 0.875rem;
  color: #3b3d3f !important;
  line-height: 1.2;
}

.mec-calendar .no-events-this-month {
  text-align: left;
  margin: 0 auto;
  margin-top: 43px;
  padding: 33px 26px 20px 26px;
  background: #fff;
  display: block;
  border: 1px solid #e5e8ea;
  margin-left: 0;
}

.mec-calendar .date-meta.h5 {
  margin-bottom: 3px !important;
  padding-top: 24px;
}

@media (max-width: 1130px) {
  .mec-calendar-side.mec-clear {
    margin-right: 43px;
  }
}
@media (max-width: 1040px) {
  .mec-calendar-side.mec-clear {
    max-width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 880px) {
  .mec-calendar .mec-calendar-topsec {
    display: block;
  }

  .mec-calendar {
    margin-top: 0;
  }

  .mec-calendar-side.mec-clear {
    height: auto;
    box-shadow: none;
    border: none;
  }

  .mec-calendar-table {
    display: none;
  }

  .mec-calendar .mec-calendar-side .mec-next-month, .mec-calendar .mec-calendar-side .mec-previous-month {
    top: -9px;
  }

  .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,
.mec-calendar .mec-calendar-side .mec-next-month i {
    font-size: 22px;
  }

  .mec-calendar-events-side.mec-clear {
    position: relative;
    top: 0;
    margin-top: 37px;
  }

  .mec-calendar-side.mec-clear {
    padding: 0 !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .mec-calendar .mec-calendar-side .mec-next-month {
    margin-right: 28px;
  }

  .mec-calendar .mec-calendar-side .mec-previous-month {
    margin-left: 28px;
  }

  .mec-skin-monthly-view-month-navigator-container {
    padding: 15px;
    max-width: 999px;
    margin: 0 auto;
  }

  .mec-calendar .mec-calendar-header {
    margin-top: 0;
    margin-bottom: -10px;
  }

  .mec-month-navigator {
    position: relative;
    top: 11px;
  }

  .mec-calendar .no-events-this-month {
    margin-top: 0;
  }

  .no-events-this-month h3 {
    font-size: 21px;
  }

  .centro-events-calendar {
    max-width: 520px;
    margin: 0 auto;
  }
}
@media (max-width: 759px) {
  .mec-calendar .no-events-this-month {
    border-top: 0;
  }

  .centro-events-calendar {
    padding-top: 40px;
  }

  .centro-events-calendar h3.h5 {
    margin-bottom: 12px;
  }
}
.mec-calendar-day.mec-has-event.mec-selected-day {
  background: #edf2f5 !important;
}

.mec-calendar-day.mec-has-event.mec-selected-day:hover {
  background: #ffbf3d !important;
}

.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a {
  color: #697075;
}

.centro-event-body a.cta-link {
  text-decoration: none !important;
  box-shadow: inset 0px -2px 0px 0px #ffbf3d;
  -webkit-box-shadow: inset 0px -2px 0px 0px #ffbf3d;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px !important;
}

.centro-event-body a.cta-link:hover {
  text-decoration: none !important;
  box-shadow: inset 0px -1.2em 0px 0px #ffbf3d;
  -webkit-box-shadow: inset 0px -1.2em 0px 0px #ffbf3d;
}

@media (max-width: 610px) {
  body .podcasts-list .inner-wrap .item .image img {
    max-width: 100px;
    max-height: 100px;
    min-width: 0;
  }
}
.pattern-hero-generic-jumbo .wp-block-cover, .pattern-hero-generic-jumbo .wp-block-cover-image,
.pattern-hero-generic .wp-block-cover,
.pattern-hero-generic .wp-block-cover-image,
.pattern-hero-carousel .wp-block-cover,
.pattern-hero-carousel .wp-block-cover-image {
  padding: 23rem 0 20rem 0;
}

.pattern-hero-post-style .wp-block-cover, .pattern-hero-post-style .wp-block-cover-image {
  padding: 17.6rem 0 7.2rem 0;
}
@media (min-width: 600px) and (max-width: 781px) {
  .pattern-hero-post-style .wp-block-image.size-large.post-image {
    margin-right: 3rem;
  }
}
@media (max-width: 767px) {
  .pattern-hero-post-style .wp-block-column:first-child {
    margin-bottom: 2.4rem;
  }
}

.pattern-hero-quote .wp-block-cover, .pattern-hero-quote .wp-block-cover-image {
  padding: 23rem 0 7.2rem 0;
}
.pattern-hero-quote .wp-block-getwid-media-text-slider-slide-content {
  max-width: 735px;
}

.pattern-hero-generic-jumbo .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container,
.pattern-hero-generic-jumbo .wp-block-cover-image .wp-block-cover__inner-container,
.pattern-hero-generic-jumbo .wp-block-cover .wp-block-cover__inner-container,
.pattern-hero-generic .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container,
.pattern-hero-generic .wp-block-cover-image .wp-block-cover__inner-container,
.pattern-hero-generic .wp-block-cover .wp-block-cover__inner-container,
.pattern-hero-quote .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container,
.pattern-hero-quote .wp-block-cover-image .wp-block-cover__inner-container,
.pattern-hero-quote .wp-block-cover .wp-block-cover__inner-container,
.pattern-hero-carousel .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container,
.pattern-hero-carousel .wp-block-cover-image .wp-block-cover__inner-container,
.pattern-hero-carousel .wp-block-cover .wp-block-cover__inner-container {
  color: #f7f7f7;
}
@media (max-width: 767px) {
  .pattern-hero-generic-jumbo .wp-block-cover, .pattern-hero-generic-jumbo .wp-block-cover-image,
.pattern-hero-generic .wp-block-cover,
.pattern-hero-generic .wp-block-cover-image,
.pattern-hero-quote .wp-block-cover,
.pattern-hero-quote .wp-block-cover-image,
.pattern-hero-carousel .wp-block-cover,
.pattern-hero-carousel .wp-block-cover-image {
    padding: 11rem 0 6rem 0;
    min-height: 0 !important;
  }
}
.pattern-hero-generic-jumbo .wp-block-cover h4, .pattern-hero-generic-jumbo .wp-block-cover .h4, .pattern-hero-generic-jumbo .wp-block-cover .wp-block-latest-posts.wp-block-latest-posts__list li a, .wp-block-latest-posts.wp-block-latest-posts__list li .pattern-hero-generic-jumbo .wp-block-cover a, .pattern-hero-generic-jumbo .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container h4, .pattern-hero-generic-jumbo .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container .h4, .pattern-hero-generic-jumbo .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container .wp-block-latest-posts.wp-block-latest-posts__list li a, .wp-block-latest-posts.wp-block-latest-posts__list li .pattern-hero-generic-jumbo .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container a,
.pattern-hero-generic .wp-block-cover h4,
.pattern-hero-generic .wp-block-cover .h4,
.pattern-hero-generic .wp-block-cover .wp-block-latest-posts.wp-block-latest-posts__list li a,
.wp-block-latest-posts.wp-block-latest-posts__list li .pattern-hero-generic .wp-block-cover a,
.pattern-hero-generic .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container h4,
.pattern-hero-generic .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container .h4,
.pattern-hero-generic .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container .wp-block-latest-posts.wp-block-latest-posts__list li a,
.wp-block-latest-posts.wp-block-latest-posts__list li .pattern-hero-generic .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container a,
.pattern-hero-quote .wp-block-cover h4,
.pattern-hero-quote .wp-block-cover .h4,
.pattern-hero-quote .wp-block-cover .wp-block-latest-posts.wp-block-latest-posts__list li a,
.wp-block-latest-posts.wp-block-latest-posts__list li .pattern-hero-quote .wp-block-cover a,
.pattern-hero-quote .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container h4,
.pattern-hero-quote .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container .h4,
.pattern-hero-quote .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container .wp-block-latest-posts.wp-block-latest-posts__list li a,
.wp-block-latest-posts.wp-block-latest-posts__list li .pattern-hero-quote .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container a,
.pattern-hero-carousel .wp-block-cover h4,
.pattern-hero-carousel .wp-block-cover .h4,
.pattern-hero-carousel .wp-block-cover .wp-block-latest-posts.wp-block-latest-posts__list li a,
.wp-block-latest-posts.wp-block-latest-posts__list li .pattern-hero-carousel .wp-block-cover a,
.pattern-hero-carousel .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container h4,
.pattern-hero-carousel .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container .h4,
.pattern-hero-carousel .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container .wp-block-latest-posts.wp-block-latest-posts__list li a,
.wp-block-latest-posts.wp-block-latest-posts__list li .pattern-hero-carousel .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-group__inner-container a {
  font-weight: 400;
  margin-bottom: 3.4rem;
}

.pattern-hero-generic-jumbo .wp-block-cover__inner-container {
  align-self: flex-start;
}

.pattern-hero-quote .attribution {
  font-size: 1.6rem;
  line-height: 1;
  color: #d3d3d3;
}
.pattern-hero-quote ul.slick-dots {
  text-align: left;
  padding-left: 248px;
  width: auto;
}
.pattern-hero-quote ul.slick-dots .slick-active button:before {
  background: #2273d2;
}
@media (max-width: 767px) {
  .pattern-hero-quote ul.slick-dots {
    padding-left: 0;
  }
}

.pattern-side-by-side {
  margin-bottom: 0;
}
.pattern-side-by-side .wp-block-column:first-child .container-half {
  padding-right: 6rem;
  padding-bottom: 6rem;
}
.pattern-side-by-side .wp-block-column:last-child .container-half {
  padding-left: 6rem;
  padding-bottom: 6rem;
}
.pattern-side-by-side .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .pattern-side-by-side .wp-block-column:first-child .container-half {
    margin-left: 9%;
  }
  .pattern-side-by-side .wp-block-column:last-child .container-half {
    padding-right: 9%;
  }
}
@media (max-width: 599px) {
  .pattern-side-by-side .wp-block-column:first-child .container-half,
.pattern-side-by-side .wp-block-column:last-child .container-half {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.pattern-call-to-action p, .pattern-call-to-action .speakers-expanded .bio, .speakers-expanded .pattern-call-to-action .bio {
  margin-bottom: 0;
  font-size: 1.8rem !important;
}
.pattern-call-to-action .wp-block-buttons {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .pattern-call-to-action {
    padding: 0;
    padding-bottom: 0 !important;
  }
  .pattern-call-to-action .container, .pattern-call-to-action .basis-vimeo-player-img-btn, .pattern-call-to-action .single .single-article-content article .wp-post-image, .single .single-article-content article .pattern-call-to-action .wp-post-image, .pattern-call-to-action .single.type-guides article > div:first-child, .single.type-guides .pattern-call-to-action article > div:first-child, .pattern-call-to-action .single.type-reports article > div:first-child, .single.type-reports .pattern-call-to-action article > div:first-child, .pattern-call-to-action .single.type-guides .article-content-container, .single.type-guides .pattern-call-to-action .article-content-container, .pattern-call-to-action .single.type-reports .article-content-container, .single.type-reports .pattern-call-to-action .article-content-container, .pattern-call-to-action .custom-index-container {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
  .pattern-call-to-action .container, .pattern-call-to-action .basis-vimeo-player-img-btn, .pattern-call-to-action .single .single-article-content article .wp-post-image, .single .single-article-content article .pattern-call-to-action .wp-post-image, .pattern-call-to-action .single.type-guides article > div:first-child, .single.type-guides .pattern-call-to-action article > div:first-child, .pattern-call-to-action .single.type-reports article > div:first-child, .single.type-reports .pattern-call-to-action article > div:first-child, .pattern-call-to-action .single.type-guides .article-content-container, .single.type-guides .pattern-call-to-action .article-content-container, .pattern-call-to-action .single.type-reports .article-content-container, .single.type-reports .pattern-call-to-action .article-content-container, .pattern-call-to-action .custom-index-container, .pattern-call-to-action .container div, .pattern-call-to-action .basis-vimeo-player-img-btn div, .pattern-call-to-action .single .single-article-content article .wp-post-image div, .single .single-article-content article .pattern-call-to-action .wp-post-image div, .pattern-call-to-action .single.type-guides article > div:first-child div, .single.type-guides .pattern-call-to-action article > div:first-child div, .pattern-call-to-action .single.type-reports article > div:first-child div, .single.type-reports .pattern-call-to-action article > div:first-child div, .pattern-call-to-action .single.type-guides .article-content-container div, .single.type-guides .pattern-call-to-action .article-content-container div, .pattern-call-to-action .single.type-reports .article-content-container div, .single.type-reports .pattern-call-to-action .article-content-container div, .pattern-call-to-action .custom-index-container div {
    display: block;
    float: none;
  }
  .pattern-call-to-action .container .wp-block-button__link, .pattern-call-to-action .basis-vimeo-player-img-btn .wp-block-button__link, .pattern-call-to-action .single .single-article-content article .wp-post-image .wp-block-button__link, .single .single-article-content article .pattern-call-to-action .wp-post-image .wp-block-button__link, .pattern-call-to-action .single.type-guides article > div:first-child .wp-block-button__link, .single.type-guides .pattern-call-to-action article > div:first-child .wp-block-button__link, .pattern-call-to-action .single.type-reports article > div:first-child .wp-block-button__link, .single.type-reports .pattern-call-to-action article > div:first-child .wp-block-button__link, .pattern-call-to-action .single.type-guides .article-content-container .wp-block-button__link, .single.type-guides .pattern-call-to-action .article-content-container .wp-block-button__link, .pattern-call-to-action .single.type-reports .article-content-container .wp-block-button__link, .single.type-reports .pattern-call-to-action .article-content-container .wp-block-button__link, .pattern-call-to-action .custom-index-container .wp-block-button__link {
    margin-top: 1.8rem;
  }
}

.pattern-video-player .wp-block-buttons {
  display: none;
}
.pattern-video-player.text-center {
  text-align: center !important;
}
@media (max-width: 767px) {
  .pattern-video-player .wp-block-spacer {
    height: 1.2rem !important;
  }
  .pattern-video-player:before {
    left: 50%;
    margin-left: -25px;
    bottom: 4.2rem;
  }
  .pattern-video-player .container-sm {
    max-width: 323px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  .wp-block-cover {
    min-height: 297px;
    align-items: flex-start;
  }
  .wp-block-cover .wp-block-group__inner-container {
    padding-top: 4.2rem;
  }
}
.pattern-emblem-list figcaption, .pattern-emblem-list-cover figcaption {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
  color: #454545;
  font-style: normal;
  margin-top: 0.6rem;
}
.pattern-emblem-list figcaption strong, .pattern-emblem-list-cover figcaption strong {
  font-size: 1.4rem;
  font-weight: 400;
  color: #838383;
}
.pattern-emblem-list.dark-theme figcaption, .pattern-emblem-list-cover.dark-theme figcaption {
  color: #838383;
}
.pattern-emblem-list.dark-theme figcaption strong, .pattern-emblem-list-cover.dark-theme figcaption strong {
  color: #4a4e4d;
}
@media (min-width: 600px) and (max-width: 781px) {
  .pattern-emblem-list .wp-block-buttons, .pattern-emblem-list-cover .wp-block-buttons {
    justify-content: flex-start;
  }
  .pattern-emblem-list .wp-block-columns, .pattern-emblem-list-cover .wp-block-columns {
    justify-content: center;
  }
  .pattern-emblem-list .wp-block-columns .wp-block-column:not(:only-child), .pattern-emblem-list-cover .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(32% - 1em) !important;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 599px) {
  .pattern-emblem-list .wp-block-buttons, .pattern-emblem-list-cover .wp-block-buttons {
    justify-content: flex-start;
  }
  .pattern-emblem-list .wp-block-columns, .pattern-emblem-list-cover .wp-block-columns {
    justify-content: center;
  }
  .pattern-emblem-list .wp-block-columns .wp-block-column:not(:only-child), .pattern-emblem-list-cover .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 1em) !important;
    margin-bottom: 1.8rem;
  }
  .pattern-emblem-list .wp-block-columns .wp-block-column:not(:only-child) .wp-block-image .aligncenter, .pattern-emblem-list-cover .wp-block-columns .wp-block-column:not(:only-child) .wp-block-image .aligncenter {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .pattern-emblem-list .wp-block-columns {
    display: block;
  }
}

.pattern-ordered-list .wp-block-column:first-child {
  padding-right: 7rem;
}
@media (max-width: 767px) {
  .pattern-ordered-list {
    padding-top: 0;
  }
  .pattern-ordered-list .wp-block-column, .pattern-ordered-list .wp-block-column:first-child {
    width: 100%;
    padding-right: 0;
    flex-basis: 100% !important;
  }
  .pattern-ordered-list .section-padding.section-padding-lg {
    padding-bottom: 1.2rem;
  }
}

.styled-section-numerical-list {
  counter-reset: section-numerical-list-counter;
  list-style: none;
  border-left: 3px solid #acacac;
  color: #838383;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .styled-section-numerical-list {
    margin-left: 1.8rem;
  }
}
.styled-section-numerical-list:before, .styled-section-numerical-list:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #acacac;
  margin-left: -5px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.styled-section-numerical-list:before {
  margin-top: -28px;
}
.styled-section-numerical-list:after {
  margin-top: 17px;
}
.styled-section-numerical-list > li {
  counter-increment: section-numerical-list-counter;
  position: relative;
  padding: 18px 0;
}
.styled-section-numerical-list > li > strong {
  padding: 0 0 0 6.5rem;
  text-indent: -223px;
  color: #d3d3d3;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 600;
  display: block;
  position: absolute;
  margin-top: -26px;
  top: 50%;
}
.styled-section-numerical-list > li li {
  margin-bottom: 0;
  display: inline;
  margin-right: 3px;
}
.styled-section-numerical-list > li > ul {
  text-indent: 0;
  padding-left: 6.5rem;
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .styled-section-numerical-list > li > ul {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .styled-section-numerical-list > li {
    padding: 1.8rem 0 1.8rem 4rem;
  }
}
.styled-section-numerical-list > li:before, .styled-section-numerical-list > li:after {
  left: -22px;
}
.styled-section-numerical-list > li:before {
  content: counter(section-numerical-list-counter);
  position: absolute;
  background: #f7f7f7;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 40px;
  height: 35px;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  color: #2273d2;
  line-height: 35px;
  z-index: 1;
  top: 50%;
  margin-top: -18px;
}
.styled-section-numerical-list > li:after {
  z-index: 0;
  top: 1.8rem;
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 39px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #2273d2;
  margin-top: -20px;
  margin-left: -2px;
  top: 50%;
}
.styled-section-numerical-list > li.active {
  font-weight: bold;
  color: #2273d2;
}
.styled-section-numerical-list > li.active:before {
  background: #2273d2;
  color: #f7f7f7;
}
.styled-section-numerical-list:not(.numerical-list-year-2017) > li {
  padding-left: 7rem;
}
.styled-section-numerical-list.numerical-list-year-2017 {
  margin-left: 145px;
  counter-reset: section-numerical-list-counter-year-2017 2017;
}
.styled-section-numerical-list.numerical-list-year-2017 > li {
  counter-increment: section-numerical-list-counter-year-2017;
}
.styled-section-numerical-list.numerical-list-year-2017 > li:before {
  content: "";
}
.styled-section-numerical-list.numerical-list-year-2017 > li > *:first-child:before {
  text-indent: -119px;
  color: #d3d3d3;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 600;
  position: absolute;
  margin-top: -8px;
  margin-left: -99px;
  display: none;
}
@media (max-width: 767px) {
  .styled-section-numerical-list.numerical-list-year-2017 {
    margin-top: 3.2rem;
    margin-left: 116px;
  }
  .styled-section-numerical-list.numerical-list-year-2017 > li > *:first-child:before {
    margin-left: -40px;
  }
}

.section-styled-unordered-list-hex {
  display: flex;
  justify-content: center;
  padding-top: 139px;
  padding-bottom: 42px;
  padding-left: 23px;
  padding-right: 23px;
}
.section-styled-unordered-list-hex li {
  max-width: 200px;
  max-width: calc(200px - 40px);
  width: calc(200px - 40px);
  position: relative;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #454545;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 2rem;
}
.section-styled-unordered-list-hex li:before, .section-styled-unordered-list-hex li:nth-child(3n+3):after {
  content: "";
  display: block;
  position: absolute;
  background: #16a7db;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 200px;
  height: 175px;
  z-index: -1;
}
.section-styled-unordered-list-hex li:nth-child(odd) {
  top: -96px;
}
.section-styled-unordered-list-hex li:nth-child(3n+1):before {
  opacity: 0.3;
}
.section-styled-unordered-list-hex li:nth-child(3n+2):before {
  opacity: 0.1;
}
.section-styled-unordered-list-hex li:nth-child(3n+3):before {
  background: #f7f7f7;
  width: 193px;
  height: 168px;
}
.section-styled-unordered-list-hex li:nth-child(3n+3):after {
  z-index: -2;
}
@media (max-width: 1240px) {
  .section-styled-unordered-list-hex {
    padding-top: 107px;
    padding-bottom: 29px;
  }
  .section-styled-unordered-list-hex li {
    max-width: 169px;
    max-width: calc(169px - 40px);
    width: calc(169px - 40px);
    padding: 0 2rem;
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .section-styled-unordered-list-hex li:before, .section-styled-unordered-list-hex li:nth-child(3n+3):after {
    width: 169px;
    height: 148px;
  }
  .section-styled-unordered-list-hex li:nth-child(odd) {
    top: -78px;
  }
  .section-styled-unordered-list-hex li:nth-child(3n+3):before {
    width: 165px;
    height: 144px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .section-styled-unordered-list-hex {
    padding-top: 78px;
    padding-bottom: 16px;
  }
  .section-styled-unordered-list-hex li {
    max-width: 124px;
    max-width: calc(124px - 40px);
    width: calc(124px - 40px);
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.1;
  }
  .section-styled-unordered-list-hex li:before, .section-styled-unordered-list-hex li:nth-child(3n+3):after {
    width: 124px;
    height: 109px;
  }
  .section-styled-unordered-list-hex li:nth-child(odd) {
    top: -61px;
  }
  .section-styled-unordered-list-hex li:nth-child(3n+3):before {
    width: 120px;
    height: 105px;
  }
}
@media (max-width: 767px) {
  .section-styled-unordered-list-hex {
    display: block;
    padding-top: 20px;
    padding-bottom: 48px;
    padding-left: 0;
    padding-left: 5.4rem;
  }
  .section-styled-unordered-list-hex li {
    margin: 0 auto;
    height: 109px;
    margin-bottom: -28px;
  }
  .section-styled-unordered-list-hex li:nth-child(odd) {
    top: auto;
    left: -72px;
  }
  .section-styled-unordered-list-hex li:nth-child(even) {
    left: 72px;
    top: 0px;
  }
}
@media (max-width: 500px) {
  .section-styled-unordered-list-hex {
    padding-top: 0;
    padding-bottom: 48px;
    padding-left: 2.4rem;
  }
  .section-styled-unordered-list-hex li {
    max-width: 155px;
    max-width: calc(155px - 40px);
    width: calc(155px - 40px);
    height: 135px;
    margin-bottom: -62px;
    margin-left: auto;
    padding-left: 0;
    margin-left: 0;
  }
  .section-styled-unordered-list-hex li:before, .section-styled-unordered-list-hex li:nth-child(3n+3):after {
    width: 155px;
    height: 135px;
  }
  .section-styled-unordered-list-hex li:nth-child(3n+3):before {
    width: 151px;
    height: 131px;
  }
  .section-styled-unordered-list-hex li:nth-child(odd) {
    top: auto;
    left: auto;
  }
  .section-styled-unordered-list-hex li:nth-child(even) {
    left: 126px;
    top: 0px;
  }
}

.pattern-quote-highlight-carousel {
  text-align: center;
}
.pattern-quote-highlight-carousel .wp-block-columns {
  justify-content: center;
}
@media (max-width: 1024px) {
  .pattern-quote-highlight-carousel .wp-block-column {
    margin-bottom: 2.4rem;
  }
  .pattern-quote-highlight-carousel .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .pattern-quote-highlight-carousel .wp-block-cover {
    min-height: 430px !important;
  }
  .pattern-quote-highlight-carousel .wp-block-column {
    margin-bottom: 3.6rem;
  }
}
.pattern-quote-highlight-carousel .wp-block-getwid-tabs {
  justify-content: center;
}
.pattern-quote-highlight-carousel .wp-block-pullquote {
  margin: 0;
  padding: 0;
}
.pattern-quote-highlight-carousel .wp-block-pullquote blockquote {
  text-align: center;
  max-width: 80%;
}
@media (max-width: 599px) {
  .pattern-quote-highlight-carousel .wp-block-pullquote blockquote {
    text-align: left;
    max-width: 100%;
  }
}
.pattern-quote-highlight-carousel ul.wp-block-getwid-tabs__nav-links {
  position: absolute;
  right: 3.6rem;
}
.pattern-quote-highlight-carousel .wp-block-pullquote blockquote cite {
  color: #feb92f;
  font-size: 1.8rem;
  line-height: 1.3;
  font-style: italic;
}
.pattern-quote-highlight-carousel .wp-block-pullquote blockquote p, .pattern-quote-highlight-carousel .wp-block-pullquote blockquote .speakers-expanded .bio, .speakers-expanded .pattern-quote-highlight-carousel .wp-block-pullquote blockquote .bio {
  text-transform: uppercase;
  letter-spacing: -0.01rem;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .pattern-quote-highlight-carousel .wp-block-pullquote blockquote p, .pattern-quote-highlight-carousel .wp-block-pullquote blockquote .speakers-expanded .bio, .speakers-expanded .pattern-quote-highlight-carousel .wp-block-pullquote blockquote .bio {
    font-size: 2rem;
  }
}
.pattern-quote-highlight-carousel .wp-block-cover {
  justify-content: flex-start;
  align-items: flex-start;
}

.pattern-quote-carousel-no-img .wp-block-getwid-media-text-slider-slide__content {
  padding-top: 42px;
  padding-bottom: 42px;
}
.pattern-quote-carousel-no-img .slick-prev, .pattern-quote-carousel-no-img .slick-next, .pattern-quote-carousel-no-img .slick-prev:before, .pattern-quote-carousel-no-img .slick-next:before {
  top: 29%;
}
.pattern-quote-carousel-no-img .slick-dots {
  padding-bottom: 22px;
}
@media (max-width: 500px) {
  .pattern-quote-carousel-no-img .wp-block-getwid-media-text-slider-slide__content {
    padding: 3.2rem 0 !important;
  }
  .pattern-quote-carousel-no-img .slick-dots {
    text-align: left;
    padding-bottom: 15px;
  }
}

.pattern-quote-carousel-img p, .pattern-quote-carousel-img .speakers-expanded .bio, .speakers-expanded .pattern-quote-carousel-img .bio {
  position: relative;
  padding-left: 17px;
  color: #3a3d40;
}
.pattern-quote-carousel-img p:first-child, .pattern-quote-carousel-img .speakers-expanded .bio:first-child, .speakers-expanded .pattern-quote-carousel-img .bio:first-child {
  padding-top: 14px;
}
.pattern-quote-carousel-img p:first-child:before, .pattern-quote-carousel-img .speakers-expanded .bio:first-child:before, .speakers-expanded .pattern-quote-carousel-img .bio:first-child:before {
  content: "";
  width: 89px;
  height: 79px;
  z-index: -1;
  opacity: 0.075;
  pointer-events: none;
  background: url("/wp-content/themes/basis/assets/img/theme/quote-img.png") no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.pattern-quote-carousel-img .attribution {
  color: #3a3d40;
  font-size: 1.8rem;
  line-height: 1.1;
  font-style: italic;
}
.pattern-quote-carousel-img.dark-theme .attribution {
  color: #d3d3d3;
}
.pattern-quote-carousel-img .wp-block-image img {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 176px;
  height: 153px;
}
.pattern-quote-carousel-img .wp-block-image:after, .pattern-quote-carousel-img .wp-block-image:before {
  width: 180px;
  height: 157px;
}
@media (max-width: 767px) {
  .pattern-quote-carousel-img .wp-block-image img {
    width: 92px;
    height: 80px;
  }
  .pattern-quote-carousel-img .wp-block-image:after, .pattern-quote-carousel-img .wp-block-image:before {
    width: 96px;
    height: 84px;
  }
  .pattern-quote-carousel-img .wp-block-image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .pattern-quote-carousel-img .media-text-slider-quote .wp-block-columns {
    display: block;
  }
}
@media (max-width: 1024px) {
  .pattern-quote-carousel-img .wp-block-getwid-media-text-slider-slide-content__content-wrapper .wp-block-column:first-child {
    display: none !important;
  }
  .pattern-quote-carousel-img .wp-block-getwid-media-text-slider-slide__content,
.pattern-quote-carousel-img .wp-block-getwid-media-text-slider-slide-content {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .pattern-quote-carousel-img p, .pattern-quote-carousel-img .speakers-expanded .bio, .speakers-expanded .pattern-quote-carousel-img .bio {
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .pattern-media-text-cover-1-col .wp-block-cover {
    width: calc(100% + 4.8rem) !important;
    padding: 3.2rem 2.4rem;
    margin-top: 3.2rem;
    min-height: 0 !important;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
  .pattern-media-text-cover-1-col .wp-block-cover__inner-container * {
    text-align: left !important;
  }
  .pattern-media-text-cover-1-col .wp-block-cover__inner-container *:last-child {
    margin-bottom: 0;
  }
}

.pattern-2-col-html img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .pattern-2-col-html .wp-block-column:last-child {
    margin-top: 2.4rem;
  }
}

.pattern-page-summary .h2-b {
  max-width: 760px;
}
.pattern-page-summary p, .pattern-page-summary .speakers-expanded .bio, .speakers-expanded .pattern-page-summary .bio {
  max-width: 952px;
  padding-left: 53px;
}
@media (max-width: 500px) {
  .pattern-page-summary p, .pattern-page-summary .speakers-expanded .bio, .speakers-expanded .pattern-page-summary .bio {
    padding-left: 0px;
  }
}

.pattern-page-summary-tabs .wp-block-getwid-tabs__tab-content-wrapper ul {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: space-evenly;
  font-weight: 600;
  color: #0A0D10;
  font-style: 18px;
  line-height: 36px;
}
.pattern-page-summary-tabs .wp-block-getwid-tabs__tab-content-wrapper ul ul {
  display: block;
  color: #838383;
  font-style: 16px;
  line-height: 26px;
}
.pattern-page-summary-tabs .wp-block-getwid-tabs__tab-content-wrapper:last-child ul ul {
  color: #2273d2;
}
@media (max-width: 1024px) {
  .pattern-page-summary-tabs .has-layout-horizontal-center .wp-block-getwid-tabs__nav-links {
    justify-content: center !important;
  }
  .pattern-page-summary-tabs .wp-block-getwid-tabs__tab-content-wrapper ul {
    flex-wrap: wrap;
  }
  .pattern-page-summary-tabs .wp-block-getwid-tabs__tab-content-wrapper ul li {
    min-width: 25%;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .pattern-page-summary-tabs .wp-block-getwid-tabs__tab-content-wrapper ul li {
    min-width: 50%;
  }
}

.pattern-emblem-summary img {
  max-height: 39px;
  width: auto;
}
.pattern-emblem-summary .wp-block-columns .wp-block-column {
  position: relative;
}
.pattern-emblem-summary .wp-block-columns .wp-block-column:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #acacac;
  right: -11.9%;
  top: 0;
}
.pattern-emblem-summary .wp-block-columns .wp-block-column:last-child:after,
.pattern-emblem-summary .wp-block-columns .wp-block-column .wp-block-column:after {
  display: none;
}
@media (max-width: 781px) {
  .pattern-emblem-summary img {
    max-height: 30px;
    width: auto;
  }
  .pattern-emblem-summary .wp-block-columns .wp-block-column {
    max-width: 25%;
  }
  .pattern-emblem-summary .wp-block-columns .wp-block-column:after {
    right: -23.9%;
  }
}
@media (max-width: 500px) {
  .pattern-emblem-summary img {
    max-height: 20px;
    width: auto;
  }
  .pattern-emblem-summary .wp-block-columns .wp-block-column {
    max-width: 100%;
    margin-bottom: 0.6rem;
  }
  .pattern-emblem-summary .wp-block-columns .wp-block-column:after {
    display: none;
  }
}

.pattern-cover-3-col .wp-block-column > *:not(img) {
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
}
.pattern-cover-3-col img {
  max-width: 100%;
  margin-bottom: 1.2rem;
}
@media (max-width: 781px) {
  .pattern-cover-3-col .wp-block-columns {
    justify-content: center !important;
  }
  .pattern-cover-3-col .wp-block-column {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 500px) {
  .pattern-cover-3-col .wp-block-column > *:not(img) {
    margin-left: 0;
  }
}

.pattern-emblems-collapsed .wp-block-columns {
  margin-bottom: 46px;
}
@media (max-width: 781px) {
  .pattern-emblems-collapsed .wp-block-column:not(:only-child) {
    flex-basis: 12.98% !important;
  }
}
@media (max-width: 599px) {
  .pattern-emblems-collapsed .wp-block-columns {
    margin-bottom: 0;
  }
  .pattern-emblems-collapsed .wp-block-column:not(:only-child) {
    flex-basis: 40% !important;
    margin-bottom: 24px !important;
  }
  .pattern-emblems-collapsed .wp-block-image img {
    max-width: 100px;
  }
}

.pattern-icon-title-text .wp-block-columns.are-vertically-aligned-top.container.icon-title-text-column, .pattern-icon-title-text .wp-block-columns.are-vertically-aligned-top.icon-title-text-column.basis-vimeo-player-img-btn, .pattern-icon-title-text .single .single-article-content article .wp-block-columns.are-vertically-aligned-top.icon-title-text-column.wp-post-image, .single .single-article-content article .pattern-icon-title-text .wp-block-columns.are-vertically-aligned-top.icon-title-text-column.wp-post-image, .pattern-icon-title-text .single.type-guides article > div.wp-block-columns.are-vertically-aligned-top.icon-title-text-column:first-child, .single.type-guides .pattern-icon-title-text article > div.wp-block-columns.are-vertically-aligned-top.icon-title-text-column:first-child, .pattern-icon-title-text .single.type-reports article > div.wp-block-columns.are-vertically-aligned-top.icon-title-text-column:first-child, .single.type-reports .pattern-icon-title-text article > div.wp-block-columns.are-vertically-aligned-top.icon-title-text-column:first-child, .pattern-icon-title-text .single.type-guides .wp-block-columns.are-vertically-aligned-top.icon-title-text-column.article-content-container, .single.type-guides .pattern-icon-title-text .wp-block-columns.are-vertically-aligned-top.icon-title-text-column.article-content-container, .pattern-icon-title-text .single.type-reports .wp-block-columns.are-vertically-aligned-top.icon-title-text-column.article-content-container, .single.type-reports .pattern-icon-title-text .wp-block-columns.are-vertically-aligned-top.icon-title-text-column.article-content-container, .pattern-icon-title-text .wp-block-columns.are-vertically-aligned-top.icon-title-text-column.custom-index-container {
  justify-content: center;
}
.pattern-icon-title-text p, .pattern-icon-title-text .speakers-expanded .bio, .speakers-expanded .pattern-icon-title-text .bio {
  max-width: 98%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .pattern-icon-title-text p, .pattern-icon-title-text .speakers-expanded .bio, .speakers-expanded .pattern-icon-title-text .bio {
    max-width: 100%;
  }
  .pattern-icon-title-text .wp-block-column {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 500px) {
  .pattern-icon-title-text figure.aligncenter.size-full.is-resized {
    margin-left: 0;
  }
}
.pattern-icon-title-text.dark-theme h3, .pattern-icon-title-text.dark-theme .h4, .pattern-icon-title-text.dark-theme .wp-block-latest-posts.wp-block-latest-posts__list li a, .wp-block-latest-posts.wp-block-latest-posts__list li .pattern-icon-title-text.dark-theme a {
  color: #ffffff;
}
.pattern-icon-title-text.dark-theme p, .pattern-icon-title-text.dark-theme .speakers-expanded .bio, .speakers-expanded .pattern-icon-title-text.dark-theme .bio {
  color: #d3d3d3;
}
.pattern-icon-title-text h2, .pattern-icon-title-text .h2, .pattern-icon-title-text .site-footer .menu-footer-menu-container li.toggle > a, .site-footer .menu-footer-menu-container .pattern-icon-title-text li.toggle > a, .pattern-icon-title-text .wp-block-latest-posts__post-author, .pattern-icon-title-text .wp-block-latest-posts__post-date, .pattern-icon-title-text .has-text-align-center {
  text-align: center !important;
}
.pattern-icon-title-text figure.aligncenter.size-full.is-resized {
  margin-left: auto;
  margin-bottom: 10px;
}

.pattern-rich-icons-4-col .wp-block-columns {
  justify-content: space-between;
}

.pattern-photo-grid .wp-block-image {
  position: relative;
  margin-bottom: 1.2rem;
}
.pattern-photo-grid .wp-block-image:hover {
  opacity: 0.9;
}
.pattern-photo-grid .wp-block-image figcaption {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  color: #f7f7f7;
  padding: 2.8rem 2.4rem;
  pointer-events: none;
}
.pattern-photo-grid .wp-block-image figcaption:before {
  content: "";
  height: 3px;
  background: #feb92f;
  width: 37px;
  position: absolute;
  top: -3px;
}
@media (max-width: 781px) {
  .pattern-photo-grid .wp-block-image {
    position: relative;
    height: 213px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .pattern-toggle-blur .wp-block-column:first-child {
    margin-bottom: 1.8rem;
  }
}
.pattern-toggle-blur li {
  list-style: disc;
  margin-left: 20px;
}

@media (min-width: 600px) and (max-width: 781px) {
  .pattern-icon-overview .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media (max-width: 599px) {
  .pattern-icon-overview .wp-block-column {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 500px) {
  .pattern-icon-overview .wp-block-columns {
    margin-bottom: 0;
  }
  .pattern-icon-overview .wp-block-image figure, .pattern-icon-overview .wp-block-image img {
    margin-left: 0;
  }
  .pattern-icon-overview .wp-block-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 781px) {
  .pattern-highlight-cover .wp-block-columns {
    justify-content: center;
    margin-bottom: 0;
  }
  .pattern-highlight-cover .wp-block-column {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 500px) {
  .pattern-highlight-cover .wp-block-buttons.is-content-justification-center {
    justify-content: flex-start;
  }
}

.pattern-multi-accordion .wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  width: auto;
  padding-left: 0;
}
.pattern-multi-accordion .wp-block-getwid-accordion__header-title {
  /*
  img:nth-child(2){ display: none; }
  img:nth-child(1){ display: block; }
  */
}
.pattern-multi-accordion .wp-block-getwid-accordion__header-title img {
  float: left;
  margin-bottom: 7px;
  max-width: 54px;
  margin-right: 11px;
  position: relative;
  top: -3px;
}
.pattern-multi-accordion .ui-state-active .wp-block-getwid-accordion__header-title {
  /*
  simg:nth-child(2){ display: block; }
  img:nth-child(1){ display: none; }
  */
}
.pattern-multi-accordion span.wp-block-getwid-accordion__header-title {
  width: 100% !important;
}
.pattern-multi-accordion .wp-block-getwid-accordion__header-wrapper, .pattern-multi-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pattern-multi-accordion .wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
  color: #66676e;
  padding: 12px 0 0px 0 !important;
  font-size: 1.4rem;
}
.pattern-multi-accordion .wp-block-getwid-accordion .wp-block-getwid-accordion__header a strong {
  display: block;
  margin-top: 4px;
  font-size: 2rem;
  font-weight: 400;
  color: #0A0D10;
}
.pattern-multi-accordion .wp-block-getwid-accordion .wp-block-getwid-accordion__header a strong + br {
  display: none;
}

@media (max-width: 767px) {
  .pattern-background-image-highlight .wp-block-cover {
    min-height: 300px !important;
  }
}
@media (max-width: 500px) {
  .pattern-background-image-highlight .wp-block-cover {
    justify-content: flex-start;
  }
}

.block-highlight-list {
  border-left: 8px solid #feb92f;
  -moz-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 3.2rem 3.2rem;
  margin: 0 2.4rem 2.4rem 2.4rem;
}
.dark-theme .block-highlight-list {
  background: #353536;
}
.block-highlight-list *:last-child {
  margin-bottom: 0;
}
.block-highlight-list a {
  color: #feb92f;
}
.dark-theme .block-highlight-list a {
  color: #16a7db;
}
.block-highlight-list a:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .pattern-highlight-list .wp-block-columns {
    display: block;
    margin-bottom: 0;
  }
  .pattern-highlight-list .block-highlight-list {
    margin: 0 0 1.8rem 0;
  }
}

.pattern-stats-highlight-donut .wp-block-column {
  display: flex;
  justify-content: center;
}
.pattern-stats-highlight-cover h2 {
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
}
.pattern-stats-highlight-cover .wp-block-columns {
  justify-content: center;
}
.pattern-stats-highlight-cover .wp-block-column {
  margin-bottom: 1.2rem;
}

.form-container {
  -moz-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.27);
  padding: 2.4rem;
  background: #ffffff;
  min-height: 600px;
}
.form-container h3 {
  font-weight: 600;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .form-container {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .form-container * {
    text-align: left !important;
  }
}

.pattern-form-group {
  position: relative;
  z-index: 2;
}
.pattern-form-group .form-container {
  margin-top: -250px;
}
@media (max-width: 767px) {
  .pattern-form-group .form-container {
    margin-top: 2.4rem;
  }
  .pattern-form-group .wp-block-column {
    width: 100%;
    margin: 0 !important;
  }
  .pattern-form-group .wp-block-columns {
    display: block;
  }
}

.pattern-subhero-styled.subhero-extra-styled {
  border-top: 4px solid #feb92f;
  background-image: url("/wp-content/themes/basis/assets/img/theme/stripes-pattern-narrow-2x-dark.png");
  background-position: top;
  background-repeat: repeat-x;
  background-size: 50%;
}

.pattern-black-box-3-col .wp-block-column > .wp-block-group {
  max-width: 280px;
  padding: 3.2rem 2.4rem;
}
.pattern-black-box-3-col .wp-block-column p, .pattern-black-box-3-col .wp-block-column .speakers-expanded .bio, .speakers-expanded .pattern-black-box-3-col .wp-block-column .bio {
  font-style: 1.7rem;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 781px) {
  .pattern-black-box-3-col .wp-block-column {
    margin-bottom: 2.4rem;
  }
  .pattern-black-box-3-col .wp-block-columns {
    margin-bottom: 0rem;
  }
}

.pattern-quote-carousel-img-expanded {
  padding-bottom: 40px;
}
.pattern-quote-carousel-img-expanded .wp-block-getwid-media-text-slider-slide__content {
  padding-top: 0;
  padding-bottom: 30px;
}
.pattern-quote-carousel-img-expanded .slick-next, .pattern-quote-carousel-img-expanded .slick-prev {
  top: 30%;
}
.pattern-quote-carousel-img-expanded p:first-child, .pattern-quote-carousel-img-expanded .speakers-expanded .bio:first-child, .speakers-expanded .pattern-quote-carousel-img-expanded .bio:first-child {
  position: relative;
  padding-top: 36px;
}
.pattern-quote-carousel-img-expanded p:first-child:before, .pattern-quote-carousel-img-expanded .speakers-expanded .bio:first-child:before, .speakers-expanded .pattern-quote-carousel-img-expanded .bio:first-child:before {
  content: "";
  width: 62px;
  height: 74px;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
  background: url("/wp-content/themes/basis/assets/img/theme/quote-img-dark.png") no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  top: 11px;
  left: -14px;
}
@media (max-width: 1024px) {
  .pattern-quote-carousel-img-expanded .h3-b {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .pattern-quote-carousel-img-expanded .wp-block-getwid-media-text-slider-slide__content {
    padding: 0 0 30px 0 !important;
  }
  .pattern-quote-carousel-img-expanded .slick-dots {
    text-align: left;
  }
  .pattern-quote-carousel-img-expanded p:first-child:before, .pattern-quote-carousel-img-expanded .speakers-expanded .bio:first-child:before, .speakers-expanded .pattern-quote-carousel-img-expanded .bio:first-child:before {
    top: 18px;
    left: 2px;
    width: 39px;
  }
}

.jenn {padding-top:500px !important;}

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