@charset "UTF-8";
/*!
Theme Name: Blockworks
Author: Wheelhouse
Author URI: https://www.wheelhouse.io
Description: A custom theme by Wheelhouse
Version: 1.0.0
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: heading;
  src: url('./fonts/tiempos-headline-web-regular.eot');
  src: url('./fonts/tiempos-headline-web-regular.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/tiempos-headline-web-regular.woff2') format('woff2'),
    url('./fonts/tiempos-headline-web-regular.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: base;
  src: url('./fonts/soehne-web-halbfett.eot');
  src: url('./fonts/soehne-web-halbfett.eot?#iefix') format('embedded-opentype'),
    url('./fonts/soehne-web-halbfett.woff2') format('woff2'),
    url('./fonts/soehne-web-halbfett.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: base;
  src: url('./fonts/soehne-web-buch.eot');
  src: url('./fonts/soehne-web-buch.eot?#iefix') format('embedded-opentype'),
    url('./fonts/soehne-web-buch.woff2') format('woff2'),
    url('./fonts/soehne-web-buch.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: permissionless;
  src: url('./fonts/gabriel-sans-normal.otf');
  font-weight: regular;
  font-display: swap;
}

@font-face {
  font-family: permissionless;
  src: url('./fonts/gabriel-sans-medium.otf');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: permissionless;
  src: url('./fonts/sequel-100-wide.otf');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: permissionless;
  src: url('./fonts/gabriel-sans-bold.otf');
  font-weight: bold;
  font-display: swap;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

@media (max-width: 768px) {
  .slick-list {
    overflow: visible;
  }
  .slick-list .slick-slide {
    width: 95% !important;
  }
  .slick-list .slide-item {
    margin-left: -15px;
  }
  .slick-list .slide-item .card {
    margin-left: 15px;
  }
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: base;
  font-size: 15px;
}

a {
  color: black;
  text-decoration: none;
}

a:visited {
  color: initial;
}

a:hover,
a:focus,
a:active {
  color: #5b35d5;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 40px;
  line-height: 1.1;
}

h1,
h2 {
  font-family: heading;
  line-height: 1.1;
}

figcaption {
  color: #676767;
  font-size: 13px;
  text-align: center;
}

.button {
  padding: 15px;
  background-color: #5a35d500;
  border-radius: 5px;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button.white {
  background-color: white;
  color: #5b35d5;
  border-color: white;
}

.button.black {
  background-color: black;
  color: white;
  border: 0px;
  font-size: 12px;
}

.button.white.purple-stroke {
  background-color: white;
  color: #5b35d5;
  border-color: #5b35d5;
}

.button:hover {
  background-color: #5b35d5;
  color: white;
  border-color: white;
}

.css-grid-3 {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[3]; */
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}

.css-grid-4 {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[3]; */
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
}

.css-grid-5 {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[3]; */
  -ms-grid-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
}

.divider.lg {
  height: 100px;
}

.divider.md {
  height: 50px;
}

.divider.sm {
  height: 20px;
}

.webinar-date {
  text-transform: capitalize;
}

.webinar-date span {
  text-transform: uppercase;
}

.timewrap {
  text-transform: uppercase;
  font-size: inherit !important;
  font-weight: 400 !important;
}

input[type='text'] {
  border: 1px solid #9b9b9b;
  padding: 13px;
}

input[type='button'] {
  background: black;
  border: none;
  height: 50px;
  border-radius: 6px;
  color: white;
  padding: 0px 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.container-narrow {
  max-width: 720px !important;
}

img {
  max-width: 100%;
  height: auto;
}

.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1375px;
  width: 100%;
}

@media screen and (max-width: 1020px) {
  .grid {
    width: 88.23529%;
  }
}

@media screen and (max-width: 620px) {
  .grid {
    width: 96.77419%;
  }
}

.grid-0 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1375px;
  width: 100%;
}

.col-desk-0 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-1 {
  margin-left: 8.33333%;
}

.col-desk-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66667%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-2 {
  margin-left: 16.66667%;
}

.col-desk-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-4 {
  margin-left: 33.33333%;
}

.col-desk-5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66667%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-5 {
  margin-left: 41.66667%;
}

.col-desk-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-7 {
  margin-left: 58.33333%;
}

.col-desk-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-8 {
  margin-left: 66.66667%;
}

.col-desk-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-10 {
  margin-left: 83.33333%;
}

.col-desk-11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66667%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-11 {
  margin-left: 91.66667%;
}

.col-desk-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1020px) {
  .col-tab-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-1 {
    margin-left: 8.33333%;
  }
  .col-tab-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-2 {
    margin-left: 16.66667%;
  }
  .col-tab-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-4 {
    margin-left: 33.33333%;
  }
  .col-tab-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-5 {
    margin-left: 41.66667%;
  }
  .col-tab-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-7 {
    margin-left: 58.33333%;
  }
  .col-tab-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-8 {
    margin-left: 66.66667%;
  }
  .col-tab-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-10 {
    margin-left: 83.33333%;
  }
  .col-tab-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-11 {
    margin-left: 91.66667%;
  }
  .col-tab-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.container {
  width: 95%;
  margin: auto;
}

.container-narrow {
  max-width: 936px;
  margin: auto;
}

.no-pad-l {
  padding-left: 0px;
}

.no-pad {
  padding: 0px;
}

.no-pad-r {
  padding-right: 0px;
}

body {
  padding-top: 60px;
  line-height: 1.4;
}

html {
  scroll-behavior: smooth;
}

.section {
  margin-bottom: 40px;
}

.section-title {
  border-top: 5px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 16px;
}

.section-title h3 {
  margin: 0px;
  padding: 10px 0px;
  font-size: 16px;
}

.section-title span {
  display: inline-block;
  margin-left: 10px;
}

.navigation .logo.regular {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.grid,
.container {
  max-width: none;
  width: 95%;
}

.container > .grid {
  width: 100%;
}

.home-wrap .grid,
.home-wrap .container {
  width: 100%;
}

.home-wrap > .container {
  padding: 0 1.09091%;
}

.home-wrap .three-col-section .col-desk-3 {
  width: 26%;
}

.home-wrap .three-col-section .col-desk-6 {
  width: 48%;
}

footer .logo2 {
  height: 28px;
  width: 28px;
  margin-bottom: 20px;
}

.card {
  border-bottom: 1px solid #e1e2e3;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.card_excerpt {
  display: none;
}

.card img {
  max-width: 100%;
}

.card .imgbox {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}

.card .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.card .imgbox img:hover {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.card ul {
  padding: 0px;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card ul li {
  margin-right: 5px;
}

.card .tags span,
.card .tags a {
  background-color: #5b35d5;
  color: white;
  padding: 3px;
  line-height: 0px;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card .tags span {
  background: #9b9b9b;
}

.card .card_title {
  font-size: 17px;
  font-family: heading;
  margin: 10px 0px;
  display: block;
  line-height: 1.1;
}

.card .card-content {
  padding: 10px 0 10px 3%;
}

.card .post-creation-details {
  font-size: 12px;
  text-transform: none;
  color: #676767;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.card .post-creation-details a {
  color: #676767;
}

.card-button {
  display: none;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

.card .button {
  display: none;
}

.card:hover .imgbox img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.card .accessbutton a {
  display: table;
  background-color: #5b35d5;
  border-color: #5b35d5;
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 11px 24px;
}

.card .accessbutton a:hover {
  background-color: #33247b;
  border-color: #33247b;
}

.post-type-archive-webinars .ajax-load-more-wrap .card {
  position: relative;
}

.horizontal .imglink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 324px;
  flex: 0 0 324px;
}

.ondemandtoggler {
  background-color: #5b35d5;
  border-color: #5b35d5;
  color: #fff;
  margin-top: 15px;
  display: table;
}

.ondemandtoggler:hover {
  background-color: #33247b;
  border-color: #33247b;
}

.responsive-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ondemandvideo {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.ondemandvideo.showvideo {
  opacity: 1;
  height: auto;
  padding-top: 40px;
}

.highlights ul {
  padding-left: 0;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.highlights li {
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 7px 12px 20px;
  font-weight: bold;
  list-style: none;
  font-size: 18px;
  position: relative;
}

.highlights li:before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  margin-left: -15px;
  margin-right: 5px;
  font-size: 18px;
  color: #5b35d5;
}

.readmore .minimal-h .card {
  border-top: 1px solid #e1e2e3;
  margin: 20px 0;
  padding: 10px 0 !important;
}

.readmore .minimal-h .card .tags a {
  background: none;
  color: #5b35d5;
  padding: 0;
  font-size: 10px !important;
  letter-spacing: 0.04em;
}

.readmore .minimal-h .card_title {
  font-size: 20px !important;
}

.readmore .minimal-h .card .tags,
.readmore .minimal-h .card .post-creation-details {
  display: block;
}

.readmore .minimal-h .card img {
  height: 100px;
}

.readmore .minimal-h .card .imgbox {
  height: 100px;
  width: 170px;
}

.featured .card {
  border: 0px;
}

.featured .card_title {
  font-size: 30px;
}

.featured .card_excerpt {
  display: block;
}

.featured.small .card_title {
  font-size: 20px;
}

.featured.small .card {
  border: 1px;
}

.metric .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  min-height: 48px;
  padding-bottom: 0;
}

.metric .card_title {
  font-size: 14px;
  font-family: base;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.metric .card .podcast-image {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
}

.metric__list .metric__item {
  border-bottom: 1px solid #e1e2e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal .card,
.event-horizontal .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 19px;
  padding-bottom: 17px;
}

.horizontal .card img,
.event-horizontal .card img {
  width: 324px;
}

textarea {
  border: 1px solid #e1e2e3;
  background-color: #f7f7f7;
}

input[type='text'] {
  height: 50px;
  border: 1px solid #e1e2e3;
  background-color: #f7f7f7;
}

input[type='submit'] {
  background-color: #5b35d5;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 13px !important;
  letter-spacing: 0.04em;
  padding: 17px 30px;
}

.podcast-list .card_excerpt,
.podcast-list .card-button {
  display: block;
  line-height: 1.6em;
}

.podcast-list .card .imgbox {
  padding-top: 100%;
}

.podcast-list .card img {
  height: auto;
  max-width: none;
  margin: auto;
}

.podcast-list .card .post-creation-details,
.podcast-list .card_title,
.podcast-list .card .tags {
  display: none;
}

.podcast-list .card-content {
  padding-top: 5px;
  margin-bottom: 20px;
}

.post-type-archive-webinars .webinar .card {
  padding-bottom: 60px !important;
}

.post-type-archive-webinars .webinar .card:nth-child(6n + 1) {
  padding-left: 15px !important;
}

.post-type-archive-webinars .webinar .card:last-of-type,
.post-type-archive-webinars .webinar .card:nth-child(5n) {
  padding-right: 15px !important;
}

.post-type-archive-webinars .webinar .card .button {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}

.webinar .card .card-content {
  padding-left: 0;
}

.webinar .card .imgbox {
  padding-top: 28%;
}

.webinar .card .ticket-details img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.webinar .card .ticket-details ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.webinar .card .ticket-details ul li {
  width: 49%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.webinar .card .ticket-name {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
  font-size: 14px;
  padding-right: 5px;
}

.webinar .card .ticket-name span {
  text-transform: capitalize;
  font-weight: normal;
}

.webinar .card .button {
  display: block;
  width: 100%;
  margin: auto;
}

.webinar .card .accordion-speaker-list {
  margin-top: 0px;
}

.webinar .card .accordion-speaker-list ul {
  margin-top: 0px;
}

.webinar .card .accordion-speaker-list ul li {
  margin: 0px;
}

.section-grid .card {
  padding: 0px 15px;
  border: 0px;
  border-right: 1px solid #e1e2e3;
  position: relative;
  padding-bottom: 20px;
}

.section-grid .card:nth-child(5n) {
  border-right: 0px;
  padding-right: 0px;
}

.section-grid .card:last-of-type {
  border-right: 0px;
  padding-right: 0px;
}

.section-grid .card:nth-child(6n + 1) {
  padding-left: 0px;
}

.section-grid .card-button {
  position: absolute;
  bottom: 20px;
}

.section-grid.podcast-list .card:nth-child(6n + 1) {
  padding-left: 15px;
}

.section-grid.podcast-list .card:last-of-type,
.section-grid.podcast-list .card:nth-child(5n) {
  padding-right: 15px;
}

.grid.flip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-template-default .page-content {
  padding-top: 60px;
  padding-bottom: 100px;
}

.page-template-default .page-content h3 {
  font-size: 20px;
  font-family: heading;
}

.banner {
  background-color: #5b35d50a;
  padding: 25px 6%;
  width: 100%;
}

.banner.center,
.banner.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.banner h2 {
  font-size: 44px;
  font-family: heading;
  margin: 0px;
  width: 100%;
  max-width: 650px;
}

.banner p {
  font-size: 17px;
  width: 100%;
  max-width: 650px;
}

.testimonial-text {
  font-size: 27px;
  margin-bottom: 30px;
}

.testimonial-name {
  font-size: 22px;
  margin-bottom: 20px;
}

.testimonial-logo {
  width: 200px;
}

.testimonial-title {
  font-size: 14px;
}

.sponsors-list.grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0px;
}

.section-slider {
  min-height: 100px;
}

.slick-arrow {
  border: black solid 1px !important;
  border-radius: 0px;
  color: black;
  background-color: white;
  height: 48px;
  width: 48px;
}

.slick-arrow:hover {
  color: #5b35d5;
  cursor: pointer;
}

.slide-navigation,
.slick-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots {
  padding: 0px;
  list-style: none;
  width: 98%;
  margin: auto;
}

.slick-dots li {
  width: 100%;
  height: 2px;
  background-color: white;
  border-top: #e1e2e3 2px solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: -2px;
}

.slick-dots li button {
  width: 100%;
  opacity: 0;
}

.slide-dots {
  width: 100%;
}

li.slick-active {
  border-top: black 4px solid;
  margin-bottom: 0px;
}

.slide-item .card {
  margin: 0px 8px;
  border-bottom: none !important;
  padding-top: 7px;
}

.slide-item .card img {
  width: 100%;
}

.slide-item.event {
  background: #f8f7fe;
  border-radius: 4px;
  padding-bottom: 25px;
}

.slide-item.event .button {
  background-color: #5b35d5;
  color: #fff;
  border-color: #5b35d5;
}

.slide-item.event .button:hover {
  background-color: #33247b;
  border-color: #33247b;
}

.event .card .button,
.webinar .card .button {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.gfield_description a {
  text-decoration: underline;
}

.alm-btn-wrap {
  margin-bottom: 50px;
  text-align: center;
}

.alm-load-more-btn.more.button {
  font-size: 13px;
  letter-spacing: 0.04em;
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
}

.alm-load-more-btn.more.button.done {
  opacity: 0.5;
}

.alm-load-more-btn.more.button.done:hover {
  color: #9b9b9b;
  border-color: #9b9b9b;
  background-color: transparent;
}

footer {
  padding: 70px 0px;
  background-color: #120b2b;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}

footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 350px;
}

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-right: 18px;
  -webkit-column-count: 2;
  column-count: 2;
}

footer ul li {
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

footer ul li a {
  color: white;
  text-transform: uppercase;
}

footer ul li a:visited {
  color: inherit !important;
}

footer ul li a:hover {
  color: #5b35d5 !important;
}

footer .footer-copy {
  letter-spacing: 0.06em;
  font-size: 10px;
  margin-top: 60px;
}

.social-links {
  width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.social-links a {
  color: white;
  font-size: 18px;
}

.social-links a:hover {
  color: #5b35d5 !important;
}

.page-header {
  border-bottom: 5px solid;
  margin-bottom: 25px;
  width: 100%;
  font-family: heading;
}

.page-header h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.page-header div {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1;
}

.page-header.default-page-header {
  width: 95%;
}

.ticker-con {
  width: 100%;
  background: white;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  color: black;
  border-bottom: 1px solid #e1e2e3;
}

.ticker-con .tick-move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ticker-con .tick-stock-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 23px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticker-con .tick-stock-con .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 20px;
}

.ticker-con .tick-stock-con .stat.up::before {
  content: '';
  border-width: 0px 5px 6px 5px;
  border-style: solid;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 5px;
  left: -15px;
  border-color: transparent transparent #19a974 transparent;
}

.ticker-con .tick-stock-con .stat.down::before {
  content: '';
  border-width: 6px 5px 0 5px;
  border-style: solid;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 5px;
  left: -15px;
  border-color: #fd4235 transparent transparent transparent;
}

.ticker-con .tick-stock-con .tick-title {
  font-weight: bold;
  margin-right: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.ticker-con .tick-stock-con .tick-dollar.down,
.ticker-con .tick-stock-con .tick-percent.down {
  background: rgba(253, 66, 53, 0.11);
}

.ticker-con .tick-stock-con .tick-dollar.normal,
.ticker-con .tick-stock-con .tick-percent.normal {
  background-color: rgba(225, 226, 227, 0.11);
}

.ticker-con .tick-stock-con .tick-dollar.up,
.ticker-con .tick-stock-con .tick-percent.up {
  background: rgba(25, 169, 116, 0.11);
}

body {
  overflow-x: hidden;
}

.ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  white-space: nowrap;
}

.tick-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ticker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: ticker 35s infinite linear;
  animation: ticker 25s infinite linear;
}

.ticker:hover .ticker__list {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.ticker__item {
  margin-right: 20px;
}

@-webkit-keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.archive-page-events .post-content > .section {
  padding-left: 0;
  padding-right: 0;
}

.archive-page-events .past-events .title-sec .section {
  padding-left: 0;
  padding-right: 0;
}

.archive-page-events .past-events .pasteventarea .section {
  padding-left: 0;
  padding-right: 0;
}

.archive-page-events .past-events .pasteventarea .grid {
  width: 100%;
}

.single-header {
  background-color: #120b2b;
  color: white;
  padding-top: 25px;
  height: auto;
  margin-bottom: 250px;
}

.single-header h1 {
  font-family: heading;
  margin-bottom: 18px;
  font-size: 36px;
}

.single-header .single-sub-heading {
  font-size: 14px;
  margin-bottom: 27px;
  font-family: heading;
}

.single-header .single-full-img {
  height: 526px;
  position: relative;
  bottom: -224px;
  margin-top: -232px;
  color: #676767;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: right;
}

.single-header .single-full-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 526px;
}

.single-header.podcast {
  padding: 0px;
  margin: 0px;
  height: auto;
  margin-bottom: 35px;
  background-color: transparent;
}

.single-header.podcast .single-full-img {
  height: auto;
  margin: 0px;
  position: static;
}

.single-header.podcast .single-full-img img {
  height: 488px;
}

@media (max-width: 767px) {
  .single-header.podcast .single-full-img img {
    height: 340px;
  }
}

.post-title {
  font-family: heading;
  font-size: 44px;
  margin-top: 0;
}

.post-content {
  padding-bottom: 50px;
}

/* article links */
.post-content p a {
  text-decoration: underline;
  color: #5b35d5;
}

.post-content .card-content a {
  text-decoration: none !important;
}

.post-content .card-content a.button:hover {
  color: #fff !important;
}

.social-icons-con {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e2e3;
  border-bottom: 1px solid #e1e2e3;
  padding: 25px 30px;
}

.social-icons-con span {
  width: 100px;
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.social-icons-con div {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.podcast-card-archive iframe {
  width: 100%;
  height: 500px;
  max-width: none !important;
  margin-top: 20px;
}

.podcast-card-archive .card {
  max-width: 824px;
}

.podcast-card-archive .card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.sponsors-list img {
  height: 70px;
  margin-right: 20px;
}

.archive-page-podcast .sponsors-list {
  border-bottom: 5px solid #000;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-page-podcast .sponsors-list img {
  height: auto;
  max-height: 60px;
  max-width: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.archive-page-podcast .post-content h3 {
  margin-top: 30px;
}

.event-header {
  margin-bottom: 0px;
  height: 488px;
  padding: 0px;
}

.event-header img {
  position: relative;
  height: 100%;
  max-height: 488px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-intro {
  background-color: #5b35d50a;
  position: relative;
}

.event-navigation {
  padding: 20px 0px;
  letter-spacing: 0.05em;
}

.event-menu-item {
  margin-right: 35px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.event-content-con {
  padding: 50px 0px 80px;
}

.event-content-con h1 {
  margin-bottom: 10px;
}

.event-content-narrow {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: auto;
}

.event-sections .page-header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.event-sections a {
  text-decoration: underline;
  color: #5b35d5;
}

.event-details-card {
  border-radius: 5px;
  padding: 26px;
  margin-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
}

.event-details-card h2 {
  margin: 0px;
}

.event-details-card span {
  font-size: 12px;
}

.event-details-card .event-deets-text {
  font-size: 15px;
  font-weight: normal;
}

.eventtext.above {
  margin-bottom: 15px;
}

.eventtext.below {
  margin-top: 15px;
}

.pos-rel {
  position: relative;
}

.e-content {
  padding-bottom: 20px;
}

.e-content .accordion {
  margin-top: -1px;
}

.event-navigation {
  padding: 20px 0px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 1;
}

.event-navigation:after {
  border-bottom: 1px solid #e1e2e3;
  position: absolute;
  left: 0;
  right: 0;
  width: 149.4%;
  background: #fff;
  content: ' ';
  display: block;
  bottom: 0;
  height: 100%;
  margin-left: -10%;
  z-index: 1;
}

.general.event .event-details-card {
  z-index: 1;
  position: relative;
}

.event-content-narrow {
  position: relative;
  z-index: 2;
}

.about-header-wrap {
  background-color: #f8f7fe;
  padding: 3% 4% 3% 4%;
  font-size: 17px;
}

.about-header-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.about-header-wrap h2 {
  font-size: 44px;
  margin-top: 0;
}

.about-header-wrap .text {
  padding-left: 3.5%;
}

.advertise-wrap .grid {
  max-width: 1220px !important;
}

.advertise-wrap .container {
  max-width: 1200px !important;
}

.advertise-text {
  text-align: left;
  font-size: 17px;
}

.advertise-text h2 {
  font-size: 44px;
  margin-bottom: 5px;
}

.advertise-text.webinars-text {
  margin-top: 80px;
}

.page-template-page-advertise .webinars-contact h2 {
  text-align: left;
}

.page-template-page-careers .main-content {
  max-width: 1100px;
  padding-bottom: 60px;
}

.page-template-page-careers .main-content h2 {
  font-size: 36px;
  margin-top: 60px;
}

.open-positions {
  padding-bottom: 60px;
  margin-bottom: 40px;
}

.open-positions h2 {
  margin-top: 30px !important;
  max-width: none !important;
}

.open-positions p,
.open-positions h3 {
  max-width: none !important;
}

.open-positions a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: underline;
  font-size: 13px;
}

.page-template-page-newsletter .about-header-wrap {
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-template-page-newsletter .about-header-wrap .text {
  margin-top: 30px;
}

.page-template-page-newsletter .about-header-wrap .text > * {
  max-width: 540px;
}

.page-template-page-newsletter .about-header-wrap input[type='text'],
.page-template-page-newsletter .about-header-wrap input[type='email'] {
  background: #fff;
  max-width: 400px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.page-template-page-newsletter .about-header-wrap .gform_wrapper .gform_footer {
  margin-top: 0 !important;
}

.webinars-contact {
  padding-top: 70px;
  padding-bottom: 60px;
}

.webinars-contact h2 {
  text-align: center;
  font-size: 44px;
}

.ap-podcast-list {
  margin: 60px auto;
  max-width: 1220px;
}

.ap-webinars-list {
  max-width: 1100px;
  margin-top: 30px;
}

.ap-webinars-list > * {
  margin-top: 20px;
}

.pod-samples {
  max-width: 860px;
  margin-top: 30px;
}

.pod-samples audio {
  width: 100%;
  margin: 10px 0;
}

.advertise-header-wrap,
.clients-header-wrap,
.contact-us-header-wrap,
.financial-disclosures-header-wrap {
  background-color: #f8f7fe;
  padding: 3% 4% 3% 4%;
  font-size: 17px;
}

.advertise-header-wrap h2,
.clients-header-wrap h2,
.contact-us-header-wrap h2,
.financial-disclosures-header-wrap h2 {
  font-size: 44px;
  margin-top: 0;
}

.advertise-header-wrap *,
.clients-header-wrap *,
.contact-us-header-wrap *,
.financial-disclosures-header-wrap * {
  max-width: 720px;
}

.client-list {
  max-width: 1320px;
  padding: 70px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client-list > div {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-list img {
  max-height: 116px;
}

.client-form {
  padding-bottom: 60px;
}

.client-form h2 {
  font-size: 44px;
  text-align: center;
}

input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}

input[type='checkbox'] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 12px 0 0;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  border: 1px solid #000;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

input[type='checkbox']:checked + label span {
  background: #000;
}

.team-group {
  padding: 50px 0 20px;
}

.team-group h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
}

.team-list {
  width: 97%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-list img {
  width: 100%;
  height: auto;
}

.team-list .member {
  width: 20%;
  margin-bottom: 80px;
}

@media (max-width: 1100px) {
  .team-list .member {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .team-list .member {
    width: 33.333%;
  }
}

@media (max-width: 600px) {
  .team-list .member {
    width: 50%;
  }
}

.team-list h3 {
  font-size: 22px;
  margin: 15px 0 0;
}

.team-list .title {
  font-size: 14px;
  margin-top: 5px;
}

.team-list .socials {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.team-list .socials a {
  text-decoration: underline;
  margin-right: 10px;
}

.event-content-con {
  background: #f8f7fe;
  position: relative;
  margin-bottom: 30px;
}

.event-content-con:after {
  background: #f8f7fe;
  position: absolute;
  left: 0;
  right: 0;
  width: 149.4%;
  content: ' ';
  display: block;
  bottom: 0;
  height: 100%;
  margin-left: -10%;
  z-index: 1;
}

.stick-wrap.event {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: auto;
  padding-top: 100px;
  margin-top: -250px;
}

.stick-wrap.event .event-details-card {
  position: relative;
}

.stick-wrap.event .social-icons-con {
  position: relative;
  background-color: none;
}

.page-template-page-podcast .page-header {
  width: 95%;
}

.page-template-page-podcast .banner.center {
  width: 95%;
  margin: 0 auto 50px;
  padding-top: 35px;
  padding-bottom: 45px;
}

.page-template-page-podcast .banner.center .button {
  display: table;
  margin: 20px auto 0;
}

.center-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.accordion {
  padding: 16px 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e1e2e3;
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-title {
  font-weight: bold;
  font-size: 18px;
  padding-left: 85px;
  position: relative;
}

.accordion-title span {
  background-color: #5b35d5;
  padding: 3px 4px;
  color: white;
  font-weight: normal;
  margin-right: 40px;
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 0px;
}

.accordion-content {
  padding-left: 85px;
  padding-top: 20px;
  max-height: 600px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.accordion-content.ac-open {
  max-height: 0px;
  padding-top: 0px;
}

.accordion-speaker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.accordion-speaker-img {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 30px;
}

.speaker-vertical .speaker-item {
  margin-bottom: 30px;
}

body {
  padding: 0px;
}

.nav-items {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.events-template-default .nav-items {
  position: relative;
}

.navigation {
  position: relative;
  top: unset;
}

.alert {
  background-color: #120b2b;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  padding: 10px 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.alert > * {
  margin: 0px 10px;
  font-weight: 600;
}

.alert a {
  color: #959595;
  text-decoration: underline;
}

.speaker-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
}

.speaker-item p strong {
  display: inline-block;
  margin-bottom: 5px;
}

.speaker-item.large p {
  font-size: 14px;
}

.speaker-item.large p strong {
  font-size: 22px;
}

.home .speaker-item span {
  display: none;
}

.slick-slide {
  height: auto;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized .slick-slide > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized .slick-slide .slide-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-initialized .slick-slide .slide-item .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slick-initialized .slick-slide .slide-item .card > * {
  width: 100%;
}

.slick-initialized .slick-slide .slide-item .card .card-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  padding-bottom: 75px;
}

.slick-initialized .slick-slide .slide-item .card .card-content .button {
  position: absolute;
  bottom: 0;
  width: 95%;
  max-width: 360px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slide-item.event .accordion-speaker-list {
  display: none;
}

.slide-item.webinar {
  padding-bottom: 25px;
}

.slide-item {
  margin: 0 5px;
}

.speaker-item.large .speaker-img-lg {
  width: 95px !important;
  height: 95px !important;
  border-radius: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 20px;
  margin-left: 20px;
}

.speaker-item.large .speaker-img-xl {
  width: 130px !important;
  height: 130px !important;
  border-radius: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 10px 20px 20px 20px;
}

.tax-collection .metric .general.event {
  display: none;
}

.quote-section .testimonial-text {
  margin-bottom: 0;
}

.quote-section .testimonial-text p {
  font-size: 16px;
  max-width: 620px;
  width: 95%;
}

.quote-section .testimonial-name {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
}

.quote-section .testimonial-title,
.quote-section .testimonial-logo-div,
.quote-section .testimonial-name {
  max-width: 620px;
  width: 95%;
}

.quote-section .banner {
  padding-top: 60px;
  padding-bottom: 80px;
  margin: 20px 0;
  text-align: left;
}

.e-content.companies .sponsor-list.companies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.e-content.companies .sponsor-list.companies-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 20px 0;
  width: 18%;
  background-color: #fff;
  min-height: 110px;
}

@media (max-width: 768px) {
  .e-content.companies .sponsor-list.companies-list > div {
    width: 43% !important;
    min-height: 90px;
  }
}

.e-content.companies .sponsor-list.companies-list > div img {
  max-width: 87%;
  width: auto;
  max-height: 100px;
}

.e-content.companies {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.e-content.companies h3 {
  margin-bottom: 20px;
}

.e-content.companies.sponsors {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.e-content.companies.sponsors .sponsor-group {
  width: 100%;
  margin-top: 10px;
}

.e-content.companies.sponsors .sponsor-group:first-child {
  margin-top: 0;
}

.e-content.companies.sponsors .sponsor-group .sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e1e2e3;
}

.e-content.companies.sponsors .sponsor-group .sponsor-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 20px 0;
}

.e-content.companies.sponsors .sponsor-group .sponsor-list img {
  max-width: 92%;
  max-height: 110px;
}

.e-content.companies.sponsors .sponsor-group .sponsor-list.logo-size-large > * {
  width: 45%;
  min-height: 150px;
}

.e-content.companies.sponsors
  .sponsor-group
  .sponsor-list.logo-size-large
  > *
  img {
  max-width: 87%;
}

.e-content.companies.sponsors
  .sponsor-group
  .sponsor-list.logo-size-medium
  > * {
  width: 30%;
  min-height: 140px;
}

.e-content.companies.sponsors
  .sponsor-group
  .sponsor-list.logo-size-medium
  > *
  img {
  max-width: 82%;
}

.e-content.companies.sponsors .sponsor-group .sponsor-list.logo-size-small > * {
  width: 22%;
  min-height: 130px;
}

.e-content.companies.sponsors
  .sponsor-group
  .sponsor-list.logo-size-small
  > *
  img {
  max-width: 85%;
}

.e-content.companies.sponsors
  .sponsor-group
  .sponsor-list.logo-size-x-small
  > * {
  width: 18%;
  min-height: 125px;
}

.e-content.companies.sponsors
  .sponsor-group
  .sponsor-list.logo-size-x-small
  > *
  img {
  max-width: 87%;
}

.event .card .button {
  display: block;
  max-width: 300px;
  margin: auto;
  margin-top: 30px;
}

.event .card .imgbox img {
  height: 100%;
}

.event-deets-text span {
  font-size: 12px;
  font-weight: 600;
}

.event-deets-text.speakers-list > *:last-child {
  display: none;
}

.webinar-header {
  margin-bottom: 50px;
  padding-top: 90px;
}

.webinar-header .topbar {
  position: relative;
  margin-top: -90px;
  padding-top: 90px;
  padding-bottom: 40px;
}

.webinar-header .topbar:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 8000px;
  background: #e1e2e3;
  content: ' ';
  display: block;
  bottom: 0;
  height: 100%;
  margin-left: -200%;
  z-index: -1;
}

.webinar-header .col-desk-8 > div {
  width: 100%;
  font-size: 17px;
  max-width: 610px;
}

.webinar-thumbnail img {
  width: 100%;
}

.post-tag {
  background-color: #5b35d5;
  color: white;
  display: inline;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.navigation {
  width: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e2e3;
  position: relative;
}

.navigation .menu-left,
.navigation .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .menu-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.navigation .menu-items ul li {
  padding: 0px 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-items {
  display: flex;
  flex-direction: row;
}

.top-menu-secondary {
  border-bottom: 1px solid #e1e2e3;
}

.top-menu-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  background-color: white;
  margin-top: 0;
  margin-bottom: 0;
}

.top-menu-secondary ul li {
  width: 11%;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-menu-secondary ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-events .top-menu-secondary {
  display: none;
}

@media (max-width: 1150px) {
  .top-menu-secondary {
    display: none;
  }
}

.single-post .stick-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.single-post .single-page-default .single-header .container-narrow {
  max-width: 936px !important;
}

.single-webinars .webinar-header {
  overflow-x: hidden;
}

.single-webinars .webinar-header .grid {
  max-width: 1360px;
}

.single-webinars .webinar-single + .grid {
  max-width: 1360px;
}

.menu-slide {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 90%;
  max-width: 500px;
  padding: 25px;
  background-color: white;
  -webkit-box-shadow: 8px 0px 14px #0000001f;
  box-shadow: 8px 0px 14px #0000001f;
  z-index: 100;
}

.menu-slide .slide-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 25px 25px;
}

.menu-slide .slide-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-slide .slide-social span {
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
}

.menu-slide .slide-social div a {
  margin: 0px 10px;
}

.menu-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-close-btn span {
  margin-right: 8px;
}

.slider-category-items {
  margin-top: 30px;
  border-bottom: 1px solid #e1e2e3;
  margin-bottom: 30px;
}

.slider-category-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 400px;
  padding: 0px;
}

.slider-category-items ul li {
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-right: 18px;
}

#nav-trigger {
  border-right: 1px solid #e1e2e3;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#nav-close {
  cursor: pointer;
}

.nav-txt {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.search-icon.icon {
  padding: 20px;
}

.search-icon {
  cursor: pointer;
}

.search-bar {
  position: relative;
}

.search-bar .search-form {
  position: relative;
  border-left: 1px solid #e1e2e3;
  height: 60px;
  width: 100%;
  max-width: 60px;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 40px;
}

.search-bar .search-form:hover {
  background-color: #5b35d5;
  color: white;
}

.search-bar .search-form:hover .search-input {
  width: 240px;
  padding: 0px 15px;
}

.search-bar .search-input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 0px;
  right: 60px;
  top: 0px;
  padding: 0px 0px;
  height: 60px;
  border-radius: 0px;
  border: 0px;
  background-color: #f7f7f7;
  outline: none;
}

#menu-tag ul {
  list-style-type: none;
  margin-left: 15px;
  padding-inline-start: 0px !important;
}

#menu-tag a {
  background-color: #5b35d5;
  color: #fff;
  padding: 6px 8px 6px 8px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: normal;
}

.slide-query .card img {
  height: 250px;
}

.slide-query .card .post-creation-details {
  display: none;
}

#menu-slide {
  -webkit-transform: translate(-600px, 10px);
  transform: translate(-600px, 10px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  top: -9px;
}

#menu-slide.menu-open {
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.top-list-con {
  border-bottom: solid 1px #e1e2e3;
  padding: 0px 1.09091%;
}

.top-list-con .section {
  margin: 0px;
}

.minimal-h .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0px;
}

.minimal-h .card .imgbox {
  width: 80px;
  height: 60px;
}

.minimal-h .card .card_title {
  font-size: 13px;
  line-height: 1.3;
}

.minimal-h .card .tags {
  margin-top: -8px;
}

.minimal-h .card .tags .post-categories,
.minimal-h .card .post-creation-details {
  display: none;
}

.minimal-h .card img {
  height: 60px;
}

.podcasts-section .card,
.podcasts-section .card .card-content {
  padding-top: 0;
  padding-bottom: 0;
}

.podcasts-section .minimal-h .card .card_title {
  font-size: 17px;
}

.podcasts-section .card {
  display: none;
}

.podcasts-section .card:nth-child(1),
.podcasts-section .card:nth-child(2),
.podcasts-section .card:nth-child(3),
.podcasts-section .card:nth-child(4),
.podcasts-section .card:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.podcasts-section .card:nth-child(5) {
  border-right: none;
  padding-right: none;
}

.top-list-con {
  margin-bottom: 17px;
}

.top-list-con .minimal-h .card-content {
  padding: 0 1% 0 4%;
}

.top-list-con .minimal-h .card .card_title {
  margin: 0;
}

.card_title {
  letter-spacing: 0.015em;
}

.ticket-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ticket-details ul li {
  width: 50%;
}

.speaker-item img {
  height: 50px !important;
  width: 50px !important;
  margin: 20px;
}

.general.event {
  margin-top: 20px;
  padding-bottom: 20px;
}

.general.event .event-details-card-head {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: white;
  border-radius: 4px 4px 0px 0px;
  background-color: #5b35d5;
  text-transform: uppercase;
  font-weight: bold;
}

.general.event .event-details-card {
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #120b2b;
}

.general.event .button {
  font-size: 12px;
}

.three-col-section .section {
  padding: 0;
}

.error404 .content-area {
  text-align: center;
  padding: 130px 0 160px;
}

.subscription-box {
  border: solid 1px;
  border: 1px solid #e1e2e3;
  border-radius: 4px;
  padding: 10px 25px 25px;
  margin-top: 25px;
}

.subscription-box.sidebox .title {
  margin-bottom: 25px;
}

.subscription-box.sidebox input[type='text'] {
  width: 100%;
  max-width: none;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.subscription-box.sidebox .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
}

.subscription-box.sidebox .gform_wrapper .gform_footer input[type='submit'] {
  margin: 0;
}

.subscription-box.sidebox .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscription-box.sidebox .gform_fields .gfield {
  width: 100% !important;
  padding-right: 10px !important;
  margin: 0 !important;
}

.subscription-box.sidebox div.ginput_container {
  width: 100% !important;
  margin: 0 !important;
}

.subscription-box.sidebox div.ginput_container input {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.subscription-box.footer-sub {
  border: 0px;
  padding: 0px;
}

.subscription-box.footer-sub .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.subscription-box.footer-sub .gform_wrapper .gform_body {
  width: 100%;
}

.subscription-box.footer-sub .gform_wrapper .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscription-box.footer-sub .gform_wrapper .gform_body .gform_fields .gfield {
  width: 100% !important;
  padding-right: 10px !important;
  margin: 0 !important;
}

.subscription-box.footer-sub .gform_wrapper .gform_body div.ginput_container {
  width: 100% !important;
  margin: 0;
}

.subscription-box.footer-sub
  .gform_wrapper
  .gform_body
  div.ginput_container
  input {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.subscription-box.footer-sub form {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscription-box.footer-sub form input[type='text'] {
  border: 0px;
  width: 100%;
  padding: 5px 15px !important;
}

.subscription-box.footer-sub form input[type='submit'] {
  background-color: #5b35d5;
  border-radius: 0px;
}

.subscription-box .title {
  color: black;
  font-size: 20px;
  line-height: 1.1;
  font-family: heading;
}

.subscription-box .title span {
  font-size: 12px;
  color: #676767;
  font-family: base;
  margin-bottom: 20px;
  display: inline-block;
}

.subscription-box form {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscription-box form input[type='text'] {
  max-width: 63%;
  margin-right: 6px;
  font-size: 16px;
}

.subscription-box form input[type='button'] {
  width: 37%;
}

.single-header .container {
  position: relative;
  border-top: 1px solid transparent;
  max-width: 1360px;
}

.author .page-header,
.search-results .page-header,
.category .page-header {
  width: 95%;
}

.single-category-header {
  position: absolute;
  top: 18px;
}

.single-category-header ul {
  list-style: none;
  padding: 0;
  margin: 10px 0px;
}

.single-category-header a {
  text-transform: uppercase;
  color: white;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 12px;
}

.logo-white {
  display: none;
}

.single-events {
  padding: 0px;
}

.single-events .logo-norm {
  display: none;
}

.single-events .logo-white {
  display: block;
  height: 28px;
}

.single-events .navigation {
  color: white;
  background-color: transparent;
  margin-bottom: -60px;
  position: relative;
}

.single-events .navigation ul a {
  color: white;
}

.single-events .single-page-default + .grid {
  padding-top: 40px;
}

.single-events .stick-wrap.event.pushed-down {
  margin-top: 40px;
}

.single-events .single-page-default .col-desk-3 {
  padding: 0;
  z-index: 1;
}

.single-page-default .post-creation-details {
  color: #676767;
  font-size: 14px;
}

.single-page-default .post-creation-details a {
  color: #676767;
}

.pp-multiple-authors-wrapper {
  margin-top: 40px;
}

.pp-multiple-authors-wrapper .imgbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.pp-multiple-authors-wrapper li {
  background: #f8f7fe;
  border-radius: 4px;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px !important;
}

.pp-multiple-authors-wrapper li .author {
  font-family: heading;
  margin: 0;
  text-decoration: none;
  color: black;
}

.pp-multiple-authors-wrapper li .author_company,
.pp-multiple-authors-wrapper li .author_title {
  color: #676767;
  font-size: 14px;
}

.pp-multiple-authors-wrapper li img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.pp-multiple-authors-wrapper li .multiple-authors-description {
  margin-top: 20px;
}

.podcasts-section .minimal-h .card .imgbox {
  height: 80px;
}

.podcasts-section .minimal-h .card .imgbox img {
  height: 80px;
}

.top-list-con .minimal-h .card {
  padding-top: 12px;
  padding-bottom: 12px;
}

.top-list-con .minimal-h .card .imgbox {
  width: 85px;
  height: 60px;
}

.top-list-con .minimal-h .card .imgbox img {
  height: 65px;
}

img.logo-norm {
  height: 28px;
  width: 175px;
}

.slide-logo img {
  height: 24px;
  width: 19px;
}

.only-mob {
  display: none;
}

@media screen and (max-width: 620px) {
  .section-grid.podcast-list .card:nth-child(6n + 1) {
    padding-left: 0 !important;
  }
  .section-grid.podcast-list .card-button {
    bottom: 0;
  }
  .section-grid.podcast-list .card {
    margin-bottom: 50px !important;
  }
  .podcasts-section .card {
    margin: 6px 0;
  }
  .section-grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .horizontal .card,
  .event-horizontal .card {
    display: block;
  }
  .horizontal .card img,
  .event-horizontal .card img {
    width: 100%;
  }
  #menu-slide {
    -webkit-transform: translate(-500px, 10px);
    transform: translate(-526px, 10px);
  }
  .section-grid {
    row-gap: 0px !important;
    grid-gap: 20px;
  }
  .section-grid .card {
    padding: 0px;
    border: 0px;
  }
  footer {
    padding-top: 40px;
  }
  footer img.logo {
    width: 29px;
    margin-bottom: 20px;
  }
  .logo2 {
    width: 28px;
  }
  img.logo {
    width: 29px;
    margin-bottom: 20px;
  }
  .featured .card_title {
    font-size: 30px;
  }
  footer .footer-nav {
    max-width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
  .social-links {
    margin: 20px auto;
  }
  footer .social-links {
    margin: 20px 0 !important;
  }
  footer .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  footer .grid .subby {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
  }
  .hide-mob {
    display: none !important;
  }
  .only-mob {
    display: block;
  }
}

.horizontal .card img,
.event-horizontal .card .imglink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 324px;
  flex: 0 0 324px;
}

@media (max-width: 1440px) {
  .horizontal .card .imglink,
  .horizontal .card img,
  .event-horizontal .card .imglink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
}

@media (max-width: 1360px) {
  .horizontal .card .imglink,
  .horizontal .card img,
  .event-horizontal .card .imglink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
  }
}

@media (max-width: 1100px) {
  .event-sections .css-grid-3 {
    /* -ms-grid-columns: (1fr)[2]; */
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1260px) {
  .single-category-header {
    position: relative;
    top: 0;
    max-width: 936px !important;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 1170px) {
  .single-page-default {
    overflow-x: hidden;
  }
  .event-main-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .single-events .single-page-default .col-desk-3 {
    margin-top: 40px;
  }
  .event-navigation {
    display: none;
  }
  .stick-wrap.event .social-icons-con {
    border-bottom: none;
  }
  .foot-menu-wrap {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 40px;
  }
  .home-wrap .card-type.horizontal,
  .home-wrap .col-tab-12 .featured.small {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #menu-tag {
    display: none;
  }
}

@media (max-width: 1000px) {
  .first-list.section-grid {
    row-gap: 0 !important;
    /* -ms-grid-columns: (1fr)[2] !important; */
    -ms-grid-columns: repeat(2, 1fr) !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .first-list.section-grid .card {
    padding: 5px 10px 5px 0 !important;
    border: none !important;
  }
  .home-wrap .three-col-section .col-desk-6,
  .home-wrap .three-col-section .col-desk-3 {
    width: 100% !important;
  }
  .single-post .single-header {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .single-post .single-header .single-full-img {
    bottom: 0;
    margin-top: 0;
    height: auto;
  }
  .single-post .single-header .single-full-img .photocredit {
    color: #fff;
  }
}

@media (max-width: 960px) {
  .navigation .menu-items {
    display: none;
  }

  .pricing-section .price-list.columns-1 .price-item,
  .pricing-section .price-list.columns-2 .price-item,
  .pricing-section .price-list.columns-3 .price-item,
  .pricing-section .price-list.columns-4 .price-item {
    width: 100% !important;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .e-content.companies.sponsors
    .sponsor-group
    .sponsor-list.logo-size-x-small
    > *,
  .e-content.companies.sponsors
    .sponsor-group
    .sponsor-list.logo-size-small
    > *,
  .e-content.companies.sponsors
    .sponsor-group
    .sponsor-list.logo-size-medium
    > *,
  .e-content.companies.sponsors
    .sponsor-group
    .sponsor-list.logo-size-large
    > *,
  .e-content.companies .sponsor-list.companies-list > div {
    width: 43% !important;
    min-height: 90px;
  }

  .home-wrap {
    overflow-x: hidden;
  }
}

@media (max-width: 600px) {
  .first-list.section-grid {
    /* -ms-grid-columns: (1fr)[1] !important; */
    -ms-grid-columns: repeat(1, 1fr) !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .event-sections.speakers-section .css-grid-3 {
    /* -ms-grid-columns: (1fr)[1]; */
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Prices page */
#prices-newsletter-description {
  font-size: 22px !important;
  max-width: none !important;
  margin: 10px 0 8px 0;
  width: 100%;
}

.prices-banner {
  background-color: #5b35d50a;
  padding: 12px 6%;
  width: 100%;
}

.prices-newsletter-container {
  margin-top: 0px;
}

.prices-text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.prices-header-wrap {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .prices-header-wrap .text div iframe {
    height: 510px;
  }

  .prices-header-wrap .text,
  .prices-header-wrap .image {
    width: 100%;
  }

  .prices-text-container {
    flex-direction: column;
    width: 100%;
  }
}

.card-grid-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28%;
  padding-left: 1.09091%;
  padding-right: 1.09091%;
}

.card-grid-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.33333%;
}

.center {
  margin: auto;
  width: 50%;
  padding: 8px;
}

/* card styles */
.prices-card {
  border: 1px solid #ededed;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.prices-card-heading {
  display: inline-flex;
}

.prices-card-heading .p-time {
  font-size: 1.17em;
  margin-left: 6px;
}

.prices-card-container {
  padding: 2px 16px;
}

.prices-ds {
  width: 100%;
  cursor: pointer;
}

.market-data-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* On screens that are 992px wide or less, go from three columns to one column */
@media screen and (max-width: 992px) {
  .card-grid-4 {
    flex: 100%;
    margin-bottom: 15px;
  }
}
/* fixes sparkline tooltip getting cut off */
.jqstooltip {
  width: auto !important;
  height: auto !important;
}
/* coin list */
.coin-list-widget {
  overflow-x: auto;
  width: 100%;
  height: 100%;
  margin: 15px 0 10px 0;
  border-radius: 14px;
}

.coin-list-widget table {
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  border-radius: 14px;
}

.prices-coin-list > tr > td {
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
  text-align: left;
  white-space: nowrap;
}

.prices-coin-list > tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}
.prices-coin-list > tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  text-align: left;
  padding: 10px;
}

.coin-list-logo {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

/* shorthand colors */
.cl-green {
  color: #0ac18e;
}

.cl-red {
  color: #ed1414;
}

/* shorthand floats */
.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

/* tooltip */
.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
}

.tooltip > span {
  margin-top: 20px;
}

.tooltip .top {
  min-width: 300px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px 20px;
  color: #fff;
  background-color: #333333;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #333333;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .top {
  visibility: visible;
  opacity: 1;
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #333333;
  border: 1px solid #333333;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.prices-tooltip {
  color: #ccc;
  cursor: pointer;
}
