/* BB OVERRIDES */
/* Push footer down to the bottom with Flexbox */
.fl-page {
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1. iOS 7.1, BB10 */
  display: flex;
  -ms-flex-direction: column;
  /* IE10 */
  -webkit-flex-direction: column;
  /* Safari / iOS */
  flex-direction: column;
  min-height: 100vh; }

.fl-page-footer-wrap {
  margin-top: auto;
  position: relative; }

.admin-bar .fl-page-nav-right.fl-page-header-fixed,
.admin-bar .fl-page-header-fixed,
.admin-bar .fl-page-header-vertical {
  top: 30px; }

.fl-builder-bar-title img {
  display: none; }

.fl-page-nav-collapse ul.navbar-nav > li {
  border-color: #11072d; }

.fl-page-header {
  background-color: transparent;
  border-color: transparent; }

/* Translucent Nav is available as an ACF option for pages */
.fl-page-header-primary {
  position: relative;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 21px; }

.fl-post-meta-bottom {
  font-style: normal; }

.translucent-nav {
  /* overrides the above*/ }
  .translucent-nav .fl-page-header-primary {
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    z-index: 11; }
  .translucent-nav .fl-page {
    background: #fff url(/wp-content/themes/kinetica/images/backgrounds/bg-strip.jpg) top left;
    background-repeat: no-repeat; }
  .translucent-nav .fl-page-content {
    background: initial; }
  .translucent-nav .fl-row:first-of-type .fl-row-content-wrap {
    padding-top: 140px; }
  .translucent-nav .photo-header.fl-row .fl-row-content-wrap {
    padding-top: 120px;
    padding-bottom: 60px; }

.single-class .fl-page-content,
.single-post .fl-page-content,
.single-event .fl-page-content,
.single-press-release .fl-page-content,
.single-partner .fl-page-content:not(.has-header) {
  padding-top: 100px; }

.fl-photo-caption {
  font-size: 85%;
  color: #999;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  white-space: initial;
  text-overflow: initial; }

.wp-caption p.wp-caption-text {
  font-size: 85%;
  line-height: initial; }

/* Used for staggered left-right items */
@media (min-width: 768px) {
  .hitter.left {
    text-align: right; } }
@media (min-width: 992px) {
  .fl-page-nav-right .fl-page-header-row > div {
    padding-right: 0;
    padding-left: 0; } }
.solutions-hitters .fl-col-group {
  margin-top: 20px; }

.fl-page-nav .navbar-nav,
.fl-page-nav .navbar-nav a {
  text-transform: initial;
  font-size: 17px; }
  .fl-page-nav .navbar-nav .active a,
  .fl-page-nav .navbar-nav a .active a {
    background: transparent !important;
    color: #00a8e2 !important; }

.fl-module-content h2 {
  margin-top: 0; }

.fl-builder-edit .fl-page-header-primary {
  position: relative; }

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li {
  padding: 10px 10px 10px; }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
    padding: 2px; }
    @media (max-width: 767px) {
      .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
        color: black !important; } }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li:not(.whats-new-toplink):not(.btn) > a:before {
    content: '';
    opacity: 0;
    background-color: #7430d1;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    -webkit-transition: 150ms left, 150ms right;
    -o-transition: 150ms left, 150ms right;
    transition: 150ms left, 150ms right; }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li:not(.whats-new-toplink):not(.btn) > a:after {
    content: '';
    opacity: 0;
    background-color: #7430d1;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    -webkit-transition: 150ms left, 150ms right;
    -o-transition: 150ms left, 150ms right;
    transition: 150ms left, 150ms right; }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li:not(.whats-new-toplink):not(.btn) > a:hover:before {
    left: 0;
    opacity: 1; }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li:not(.whats-new-toplink):not(.btn) > a:hover:after {
    right: 0;
    opacity: 1; }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.btn {
    border-radius: 0; }
    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.btn > a {
      font-weight: bold;
      color: white !important; }
    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.btn > a:hover {
      color: #fff; }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a {
    border-bottom: 2px solid #fff; }

/* Overrides for Magnific Popup */
.mfp-bg {
  background: #100e19;
  opacity: 0.9; }

.mfp-arrow i {
  font-size: 250%; }

.mfp-arrow.arrow-right {
  right: 0; }

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a,
.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
  padding: 2px; }

.fl-post-feed-post:last-of-type {
  border-bottom: 0; }

/* Not Working - why? */
/* Footer */
.fl-page-footer {
  font-size: 14px;
  padding: 80px 0; }

.fl-page-footer-text {
  line-height: 30px; }

/* Mega Nav */
.fl-page-footer-row {
  margin: 0; }

.fl-page-footer-nav > li {
  font-size: 16px;
  width: 25%;
  float: left;
  text-transform: uppercase; }
.fl-page-footer-nav li a {
  padding: 0; }
.fl-page-footer-nav > li > a {
  font-weight: bold; }
  @media (max-width: 1024px) {
    .fl-page-footer-nav > li > a {
      font-size: 12px; } }
.fl-page-footer-nav ul.sub-menu {
  display: block;
  padding-left: 0;
  margin-top: 15px;
  list-style-type: none; }
.fl-page-footer-nav .sub-menu li {
  font-size: 15px;
  float: none;
  text-transform: initial; }

#try-now-btn {
  z-index: 1; }

@media (max-width: 767px) {
  #try-now-btn {
    margin-top: 10px;
    border-radius: 6px; }

  #try-now-btn a {
    text-align: center; } }
@media (max-width: 850px) {
  .dropdown .container {
    margin-top: -2px; }

  /* Mobile Nav Icon Toggle
	----------------------------------------------------------- */
  .fl-page-nav-toggle-icon {
    position: relative; }
    .fl-page-nav-toggle-icon .fl-page-header-logo {
      text-align: center;
      margin-right: 0; }
    .fl-page-nav-toggle-icon .fl-page-header-content {
      margin-top: 20px; }
    .fl-page-nav-toggle-icon .fl-page-nav-col,
    .fl-page-nav-toggle-icon .navbar {
      position: static; }
    .fl-page-nav-toggle-icon .fl-page-nav-wrap {
      padding-bottom: 0; }
    .fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle {
      background: transparent;
      font-size: 22px;
      line-height: 19px;
      padding: 6px 8px;
      position: absolute;
      right: 20px;
      width: auto; }
      .fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle:hover, .fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle:focus {
        background: transparent; }
    .fl-page-nav-toggle-icon .fl-page-nav-collapse {
      padding-bottom: 10px; }

  /* Mobile Nav Colors
	----------------------------------------------------------- */
  .fl-page-nav ul.sub-menu {
    height: 100%;
    overflow: hidden; } }
/* Overrides to accomodate changes to breakpoints for navbar, allow space for Kinetica Live and Language Dropdown Selector */
/* Media Query - 850px or greater */
@media (min-width: 850px) {
  /* Nav Right Layout
	----------------------------------------------------------- */
  .fl-page-nav-right .fl-page-header-wrap {
    background: white;
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

  .fl-page-nav-right {
    text-align: right; }
    .fl-page-nav-right .fl-page-header-container {
      padding-bottom: 0; }
    .fl-page-nav-right .fl-page-header-container::before {
      display: block; }
    .fl-page-nav-right .fl-page-header-row {
      width: 104%; }
      .fl-page-nav-right .fl-page-header-row div.fl-page-header-logo {
        padding: 0; }
      .fl-page-nav-right .fl-page-header-row > div {
        display: flex;
        float: none;
        vertical-align: middle;
        align-items: center;
        justify-content: center; }
    .fl-page-nav-right .fl-page-header-logo {
      padding: 10px 0 0 0;
      text-align: left; }
    .fl-page-nav-right .fl-page-nav-wrap {
      background: none;
      border: none;
      margin-left: 0;
      margin-right: 0; }
    .fl-page-nav-right .fl-page-nav {
      border: none;
      margin: 0; }
      .fl-page-nav-right .fl-page-nav ul {
        display: flex;
        align-items: center; }
        .fl-page-nav-right .fl-page-nav ul.lang-list {
          display: block; }
        .fl-page-nav-right .fl-page-nav ul.navbar-nav {
          float: right !important; }
          .fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
            display: block;
            float: left;
            flex-grow: 1;
            white-space: nowrap; }

  .fl-fixed-width .fl-page-nav-right .fl-page-header-container {
    padding-left: 0;
    padding-right: 0; } }
/* LANGUAGE DROPDOWN POSITION */
.menu-item__lang-selector .lang-list.-active {
  top: 2px;
  right: auto;
  left: 90px; }
  @media (min-width: 768px) {
    .menu-item__lang-selector .lang-list.-active {
      top: 2px;
      right: 22px;
      left: auto; } }
  @media (min-width: 1200px) {
    .menu-item__lang-selector .lang-list.-active {
      top: 25px;
      right: 25px;
      left: auto; } }

/* Syntax Highlighter Overrrides */
.syntaxhighlighter {
  font-size: 0.85em !important;
  padding: 5px;
  background-color: #f5f5f5 !important; }

.syntaxhighlighter table td.code .line {
  padding: 0.25em 1em !important; }

.syntaxhighlighter .line.alt1 {
  background-color: #f5f5f5 !important; }

.syntaxhighlighter .line.alt2 {
  background-color: #f5f5f5 !important; }

.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
  color: #333 !important; }

/* Mobile Overrides */
@media (max-width: 767px) {
  .fl-page-header-primary {
    background-color: rgba(0, 0, 0, 0.8); }

  .fl-page-nav-toggle-icon .fl-page-nav-collapse {
    border-color: #11072d; }

  /* Nav on small devices has some differences */
  .translucent-nav .fl-page-header-primary {
    background-color: #11072d; }

  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li {
    padding-left: 0px;
    border-bottom-color: #271759; }

  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.btn {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 768px) {
  .fl-page-nav-wrap {
    border: none;
    background-color: #fff; } }
@media (min-width: 1200px) {
  .fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container,
  .fl-page-header-fixed .fl-page-header-container.container {
    padding-top: 0;
    padding-bottom: 0; }

  .fl-page-nav-right.fl-page-header-fixed,
  header.fl-page-header-fixed {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .fl-page-nav-right .fl-page-header-wrap {
    background: white;
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
    .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container {
      padding-top: 0;
      padding-bottom: 0; }
      .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-header-logo {
        /* padding-left: 30px; */ }
      .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-header-logo-col {
        padding: 24px 0 24px 0; }
      .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar .nav {
        float: none !important;
        padding-left: 46px; }
      .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar li a {
        color: #2B3A5E;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px; }
        .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar li a:hover {
          color: #7430d1; }
      .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar li.btn {
        float: right;
        padding: 0; }
        .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar li.btn a {
          padding: 28px 17px 28px 17px; }

  .fl-page-nav-right .fl-page-header-container {
    padding-bottom: 10px;
    padding-top: 10px; }

  .fl-page-nav-right .fl-page-header-row {
    width: 103%;
    display: flex;
    align-items: center; } }
h2,
h3 {
  color: #003249; }

@media (max-width: 1110) and (min-width: 992px) {
  .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar li {
    padding: 26px 6px; }
  .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar .nav {
    padding-left: 20px; } }

.fl-page-nav .navbar-toggle * {
  color: #271957 !important; }

.fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar li a {
  color: #2B3A5E; }

/* Dropdown menu fixes DMcKnight */
@media (max-width: 1199px) and (min-width: 768px) {
  .fl-page-nav ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .menu-item:hover .dropdown {
    top: auto !important;
    margin-top: 10px;
    background: #fff !important; }

  .fl-page-nav ul.navbar-nav > li > a {
    font-size: 16px;
    white-space: nowrap; }

  .fl-page-nav ul.navbar-nav > li {
    padding: 10px 7px !important; }

  .menu-item:hover .dropdown .container {
    padding: 0px 40px 50px;
    position: relative; } }
@media (min-width: 1200px) {
  .fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
    display: flex;
    float: none;
    flex-grow: 1;
    white-space: nowrap;
    min-height: 100%;
    flex-direction: column;
    justify-content: center; }

  .fl-page-nav-right .fl-page-header-wrap .fl-page-header-container .fl-page-nav.navbar .nav {
    float: none !important;
    padding-left: 46px;
    display: flex;
    align-items: stretch; }

  .fl-page-header-primary .dropdown {
    top: 98px; } }
.menu-item__lang-selector .selected-lang {
  line-height: 1; }

/* SITE WIDE STYLE HACKS */
body.modal-active:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: .4;
  z-index: 10; }

ul.wide,
ol.wide {
  margin: 10px 0; }
  ul.wide li,
  ol.wide li {
    margin-bottom: 10px; }
    ul.wide li > b,
    ol.wide li > b {
      display: block; }

ul.nodots {
  list-style-type: none;
  padding-left: 0; }

ul.noindent {
  padding-left: 20px; }

ul.noindent.nodots {
  padding-left: 0; }

h1 + .subtitle,
h2 + .subtitle {
  font-size: 125%;
  color: #aba7bd; }

.btn {
  background-color: #271957;
  border-radius: 2px;
  font-weight: bold;
  color: #fff; }
  .btn:hover, .btn a:hover {
    background-color: #8E3FB1;
    color: #fff; }
  .btn a:visited {
    color: #fff; }
  .btn.large {
    font-size: 130%; }
  .btn.wide {
    width: 100%; }
  .btn.btn-light, .btn.btn-light:hover, .btn.btn-light:visited {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #8e3fb1;
    color: #8e3fb1;
    letter-spacing: 1px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: inline-block; }

.hitter {
  text-align: center; }
  .hitter .large.icon {
    font-size: 500%;
    color: #2E89BD; }
  .hitter h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 125%;
    margin-top: 0; }

/* Page styles */
h1 {
  font-size: 35px; }
  @media (min-width: 992px) {
    h1 {
      font-size: 45px; } }

h3 {
  margin-top: 30px; }

h4 {
  margin-top: 30px; }

/* Single Header Styles... Blog, Tutorials, etc. */
.single-tutorial h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }
.single-tutorial h4 {
  font-size: 125%; }

/* Fix to enable deep-linking within the doc... otherwise the part jumped to is hidden by the menu. */
/* h3:before,  h4:before,  h5:before  {  display:block; content:" ";  margin-top:-110px;  height:110px;  visibility:hidden; }
*/
.std_panel h1 {
  text-align: center; }
.std_panel h2 {
  text-align: center;
  font-size: 250%; }
.std_panel h1 .highlight {
  font-weight: bold; }
.std_panel h1 + .subtitle,
.std_panel h2 + .subtitle {
  text-align: center; }

.on_indigo {
  color: #e2e3e9;
  background-color: #271759;
  font-weight: 400; }
  .on_indigo h1 {
    color: #fff; }
  .on_indigo h2 {
    color: #fff; }
  .on_indigo h3 {
    color: #fff; }
  .on_indigo a {
    color: #cbc0ed; }
  .on_indigo .caption {
    color: #d4d1e1; }
  .on_indigo .btn {
    background-color: #2E89BD;
    color: #fff; }
    .on_indigo .btn:hover {
      background-color: #ed1e79; }
  .on_indigo .white-btn {
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
    .on_indigo .white-btn:hover {
      background-color: #fff;
      color: #333; }
  .on_indigo.tiled_above {
    background-image: url(/wp-content/themes/kinetica/images/backgrounds/horizontal_tiles_woi.png); }
  .on_indigo.tiled_below {
    background-image: url(/wp-content/themes/kinetica/images/backgrounds/horizontal_tiles_iow.png); }

.on_blue {
  color: #e2e3e9;
  font-weight: 400;
  background: #2E89BD;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3077ad 0%, #40b9e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3077ad 0%, #40b9e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3077ad 0%, #40b9e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .on_blue h1 {
    color: #fff; }
  .on_blue h2 {
    color: #fff; }
  .on_blue h3 {
    color: #fff; }
  .on_blue a {
    color: #D6E9F4;
    text-decoration: underline; }
  .on_blue .subtitle {
    color: #D6E9F4; }
  .on_blue .caption {
    color: #fff; }
  .on_blue .btn {
    background-color: #D6E9F4;
    color: #2E89BD;
    font-weight: 400;
    text-decoration: none;
    margin-top: -3px; }
    .on_blue .btn:hover {
      background-color: #fff; }

.on_grey {
  background-color: #eeeff5; }
  .on_grey .subtitle {
    color: #a8a4bd; }

.on_white {
  background-color: #fff; }

/* Tiled Backgrounds */
.tiled {
  background-image: url(/wp-content/themes/kinetica/images/backgrounds/grid_tiles.png);
  background-position: bottom center; }

.tiled_above {
  background-image: url(/wp-content/themes/kinetica/images/backgrounds/horizontal_tiles_iow.png);
  background-position: top center;
  background-repeat: repeat-x; }

.tiled_below {
  background-image: url(/wp-content/themes/kinetica/images/backgrounds/horizontal_tiles_woi.png);
  background-position: bottom center;
  background-repeat: repeat-x; }

/* Sidebar */
.fl-sidebar-right .module {
  border: 4px solid #f3f4f6;
  margin-bottom: 20px; }

.fl-sidebar-right .module h3 {
  margin: 0;
  padding: 5px 10px;
  background-color: #f3f4f6; }

.fl-sidebar-right .module > div {
  margin: 5px;
  padding: 5px; }

/* On Headers for the main pages */
.dark_photo_overlay {
  background-color: rgba(0, 0, 0, 0.5); }

/* Captions below photos */
.caption,
.fl-photo-caption {
  font-size: 85%;
  color: #333;
  text-overflow: default; }

.fl-photo-caption-hover {
  color: #fff; }

/* Constrain image sizes in the content layer */
.fl-post-content img {
  max-width: 100%; }

/* Edit Link - Usually used to give Admins the ability to edit a chunk of content */
.edit_link,
.edit_link a,
a.edit_link,
.ssba-sharecount {
  display: none; }

.admin-bar .edit_link {
  display: initial; }

.admin-bar .edit_link a,
.admin-bar a.edit_link,
.admin-bar a.post-edit-link {
  display: initial;
  color: #ed1e79;
  font-size: 13px !important;
  text-decoration: none !important;
  font-weight: normal !important;
  text-transform: none !important; }

.admin-bar .ssba-sharecount {
  display: block; }

.callout {
  background-color: #eeeff5;
  padding: 10px 20px 10px 60px;
  margin: 20px 0 20px; }
  .callout p {
    margin: 0; }
  .callout p:first-child:before {
    display: block;
    font-size: 200%;
    color: #878196;
    float: left;
    margin-left: -45px;
    margin-top: -5px;
    font-family: 'FontAwesome';
    content: '\f05a'; }
  .callout.advice p:first-child:before {
    content: '\f1cd'; }
  .callout.warning {
    background-color: #fff4db;
    color: #cc9001; }
  .callout.warning p:first-child:before {
    content: '\f071';
    color: #f5ad00; }
  .callout.success {
    background-color: #edfbed;
    color: #476747; }
  .callout.success p:first-child:before {
    content: '\f046';
    color: #476747; }

/* Notes to self */
.jz_note {
  display: none;
  background-color: #f6f600;
  color: #553;
  position: relative;
  padding: 0 5px;
  font-size: 90%;
  border: 1px dashed #d9da66; }

.admin-bar .jz_note {
  display: inline-block; }

/* In the footer of the page? */
.social-icons {
  margin-left: 5px;
  font-size: 20px;
  display: inline-block; }
  .social-icons a {
    color: #fff;
    text-align: right; }
  .social-icons i {
    padding-left: 8px; }

.avatar {
  background: #fff;
  border: 4px solid #ededef;
  border-radius: 5px; }
  .avatar img {
    display: block;
    width: 110px;
    height: 110px; }

.kin-breadcrumb {
  text-transform: uppercase; }

.intro-para {
  font-size: 125%;
  margin-bottom: 20px; }

/* Layout for an image with a video click handler */
a.vidoverlay {
  position: relative;
  font-size: 700%; }

a.vidoverlay:before {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 5;
  content: '\F01D';
  font-family: "FontAwesome";
  opacity: 0.6;
  color: #71698a; }

a.vidoverlay.dark:before {
  color: #fff; }

a.vidoverlay:hover:before {
  opacity: 0.9; }

/* Hide some content from public viewing */
.hide-from-public {
  display: none; }

.insider .hide-from-public,
.admin-bar .hide-from-public {
  display: block; }

/* Content Tables are used to display information in the body of the content */
.data-table {
  width: 100%;
  background-color: #fff; }
  .data-table th {
    color: #fff;
    background-color: #271759;
    padding: 2px 5px;
    border: 1px solid #fff; }
  .data-table td {
    padding: 2px 5px;
    border: 1px solid #fff; }
  .data-table tr:nth-child(odd) {
    background-color: #eeeff5; }
    .data-table tr:nth-child(odd) td:first-child {
      background-color: #eeeff5;
      font-weight: 500; }
  .data-table tr:nth-child(even) {
    background-color: #f3f4f6; }
    .data-table tr:nth-child(even) td:first-child {
      background-color: #f3f4f6;
      font-weight: 500; }

/* Used on the accelerator pages */
.accelerator-table {
  width: 100%;
  font-size: 90%;
  margin: 20px 0; }
  .accelerator-table th {
    color: #fff;
    background-color: #271759;
    padding: 2px 5px;
    border: 1px solid #fff; }
  .accelerator-table tr.sub td {
    background-color: #2E89BD;
    color: #fff;
    width: 16.66%;
    vertical-align: bottom;
    font-weight: bold; }
  .accelerator-table td {
    vertical-align: top;
    background-color: #f3f4f6;
    border: 1px solid #fff;
    padding: 2px 5px; }

.pullquote {
  font-style: normal;
  color: #000000;
  border-left: 8px solid #71698a;
  padding-left: 30px;
  margin: 20px 0; }
  .pullquote .quote {
    color: #4d4a56;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 180%;
    line-height: 50px;
    font-weight: 500;
    font-family: "Helvetica Neue", "Helvetica", Roboto, Arial, sans-serif; }
  .pullquote .quote:before {
    content: '\201C';
    color: #71698a;
    font-size: 70px;
    display: inline-block;
    height: 0.55em;
    color: #fff;
    vertical-align: bottom; }
    @media (max-width: 768px) {
      .pullquote .quote:before {
        font-size: 60px;
        padding-top: 14px;
        height: 0.45em; } }
  .pullquote .quote:after {
    content: '\201D';
    color: #71698a;
    font-size: 70px;
    display: inline-block;
    height: 0.55em;
    color: #fff;
    vertical-align: bottom; }
    @media (max-width: 768px) {
      .pullquote .quote:after {
        font-size: 60px;
        padding-top: 14px;
        height: 0.45em; } }
  .pullquote .attribution {
    font-size: 75%;
    display: block; }

.fl-slide-text .pullquote {
  border: 0; }
  .fl-slide-text .pullquote .quote:before {
    color: #fff; }

/* Turn Images into Mauve */
img.mauve {
  filter: sepia(1) grayscale(60%) hue-rotate(-160deg) opacity(0.8); }

/* Style the warning for private pages */
h1 .private_notice {
  background-color: #c00;
  font-size: 10px;
  color: #fff;
  padding: 3px 8px;
  border-radius: 2px;
  vertical-align: text-top; }

/* Results of forms... this would be inserted into the header of the page.  - GF Handles it differently . FadeIn will be faded in */
.response {
  border-left: 5px solid #666;
  background-color: #f6f6f6;
  padding: 5px 10px;
  font-size: 90%;
  margin: 10px 0px 20px; }

.response .title {
  font-size: 120%;
  font-weight: 700; }

.response.success {
  border-left: 5px solid #69be28;
  background-color: #e6f2df;
  color: #69be28; }

.response.success a {
  color: #3d7215; }

.response.success .title {
  color: #69be28;
  font-weight: bold; }

.response.fail {
  border-left: 5px solid #c00;
  background-color: #fcc; }

.response.fail .title {
  color: #c00; }

.response.fail .title a {
  color: #800; }

.tabs {
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  margin-top: 20px; }
  .tabs .tab {
    background-color: #f6f6f6;
    top: 1px;
    position: relative;
    display: inline-block;
    list-style-type: none;
    border-radius: 3px;
    padding: 3px 10px 3px;
    border: 1px solid #ccc;
    margin-right: 5px; }
    .tabs .tab.active {
      background-color: #fff;
      box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
      font-weight: bold;
      border-bottom-color: #fff; }

.tabbed .section {
  display: none; }
  .tabbed .section.active {
    display: block; }

.new {
  vertical-align: super;
  font-size: 70%;
  font-weight: normal;
  color: #933;
  padding: 0 3px; }

/* Bootstrap Overrides */
.breadcrumb {
  background-color: initial;
  font-size: 90%;
  text-transform: uppercase;
  padding: 0;
  margin-left: 5px; }

@media only screen and (min-width: 48em) {
  .two.hitters > div,
  .two.hitters > li {
    width: 48%; }

  .three.hitters > div,
  .three.hitters > li {
    width: 32.8%; }

  .four.hitters > div,
  .four.hitters > li {
    width: 24.5%; }

  .five.hitters > div,
  .five.hitters > li {
    width: 19.5%; } }
/* Hitters are an easy way to do column layouts...  */
.hitters {
  list-style-type: none;
  padding-left: 0px; }
  @media only screen and (min-width: 48em) {
    .hitters {
      margin-right: -30px; } }
  .hitters > div, .hitters > li {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    vertical-align: top; }
    @media only screen and (min-width: 48em) {
      .hitters > div, .hitters > li {
        border-right: 10px solid transparent;
        padding-right: 20px; } }
  .hitters.center > div {
    text-align: center; }

.maincontent ul.hitters {
  padding: 0px; }

.c-header-title {
  text-align: left !important;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 30px;
  padding-bottom: 29px; }
  @media (max-width: 480px) {
    .c-header-title {
      line-height: 52px; } }
.c-header-subtitle {
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 39px; }
  @media (max-width: 480px) {
    .c-header-subtitle {
      font-size: 18px;
      line-height: 28px; } }

div.c-section.counter-background {
  background: url("https://www.kinetica.com/wp-content/uploads/2018/02/iStock-641802942_sm.jpg") no-repeat center center/cover;
  padding-top: 80px;
  padding-bottom: 60px; }
  div.c-section.counter-background .subtitle {
    margin-bottom: 200px; }

@media (max-width: 1024px) {
  .active-analytics-container .with-overlay {
    position: relative; }
    .active-analytics-container .with-overlay:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: black;
      opacity: .5;
      z-index: 1;
      display: block; } }
.active-analytics-container.-space {
  margin-top: 180px;
  margin-bottom: 180px; }
  @media (max-width: 1024px) {
    .active-analytics-container.-space {
      margin-bottom: 80px;
      margin-top: 0 !important; } }
.active-analytics-container .container {
  position: relative; }
.active-analytics-container img {
  width: 100%; }
.active-analytics-container .-right {
  position: absolute;
  bottom: 0;
  right: 0; }

.c-section:before, .c-section:after {
  content: "";
  display: table; }
.c-section:after {
  clear: both; }
.c-section.-block {
  padding: 40px 0; }
.c-section.-space {
  margin-top: 80px; }
.c-section.-overlap {
  top: -420px;
  position: relative;
  margin-bottom: -420px; }
.c-section.-dark-blue {
  color: #e2e3e9;
  font-weight: 400;
  background-color: rgba(36, 24, 86, 0.53);
  background: -moz-linear-gradient(103deg, #241856 0%, #470E5F 54.71%, #290492 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(103deg, #241856 0%, #470E5F 54.71%, #290492 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(103deg, #241856 0%, #470E5F 54.71%, #290492 100%); }
.c-section.-blue {
  background: url("/wp-content/uploads/2018/08/CTA-blue-background-1.jpg") no-repeat center center/cover; }
.c-section.-darkestblue {
  background-color: #0E0827; }
.c-section.-blue {
  background-color: #1A90D2; }
.c-section.-gray {
  background-color: #EDEEF5; }
  .c-section.-gray-gradient {
    background: linear-gradient(0deg, #E7EAF8 0%, #FFFFFF 100%); }
.c-section-header.-overlap {
  padding-bottom: 428px; }
.c-section-header__title {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 52px;
  text-align: center;
  color: #1A3148; }
  .c-section-header__title.-mini {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 2px; }
  .c-section-header__title.-topspacer {
    padding-top: 30px; }
  .c-section-header__title.-subdued {
    font-size: 24px;
    line-height: 40px; }
  .c-section-header__title.-weighed {
    font-weight: 400; }
  .c-section-header__title.-bold {
    font-weight: bold; }
  .c-section-header__title.-blue {
    color: #528CCE; }
  .c-section-header__title.-light {
    color: #FFFFFF;
    margin-bottom: 40px; }
  .c-section-header__title.-active-analytics {
    width: 36%;
    text-align: left;
    font-size: 30px;
    line-height: 42px;
    margin-top: 26px;
    margin-bottom: 60px;
    z-index: 1;
    background: white;
    text-align: left; }
    .c-section-header__title.-active-analytics img {
      width: 100%; }
    @media (max-width: 1024px) {
      .c-section-header__title.-active-analytics.-left {
        width: 92%;
        margin: 0 auto;
        left: auto;
        right: auto;
        margin-bottom: 20px;
        position: absolute;
        top: -560px; } }
    @media (max-width: 490px) {
      .c-section-header__title.-active-analytics.-left {
        font-size: 20px !important;
        font-weight: bold; } }
    @media (max-width: 1024px) {
      .c-section-header__title.-active-analytics.-right {
        width: 92%;
        margin: 0 auto;
        left: auto;
        right: auto;
        padding-left: 10px;
        padding-right: 10px; } }
    .c-section-header__title.-active-analytics.-right.-first {
      background: transparent;
      color: white;
      margin-bottom: 46px; }
.c-section-header__subtitle {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #1A3148;
  text-align: center; }
  .c-section-header__subtitle.-light {
    color: #e2e3e9;
    margin-bottom: 60px; }
  .c-section-header__subtitle.-spacer {
    margin-top: 28px;
    margin-bottom: 114px; }
.c-section-header__link {
  text-transform: uppercase;
  background-color: #FFFFFF;
  line-height: 28px;
  font-size: 16px;
  color: #7C41AF;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  max-width: 344px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 54px auto; }
  .c-section-header__link.-topspacer {
    margin-top: 80px; }
.c-section-content {
  font-size: 18px;
  text-align: center;
  color: #1A3148;
  line-height: 24px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .c-section-content__header {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px; }

/* Layout for an image with a video click handler */
a.-overlay {
  position: relative;
  font-size: 700%; }
  a.-overlay:before {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
    content: '\F01D';
    font-family: "FontAwesome";
    opacity: 0.7;
    color: #71698a;
    transform: translateY(-50%); }
    a.-overlay:before:hover {
      opacity: 0.9; }
  a.-overlay.-dark:before {
    color: #fff; }

.c-block {
  padding: 40px;
  text-align: center;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 1139px) {
    .c-block {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 600px) {
    .c-block {
      display: block; } }
  .c-block.-less {
    padding: 40px 20px; }
  .c-block.-more {
    padding-top: 120px;
    padding-bottom: 120px; }
    .c-block.-more.-aa-left {
      position: absolute;
      left: -50px;
      top: 0;
      padding: 0; }
      @media (max-width: 1024px) {
        .c-block.-more.-aa-left {
          position: relative;
          left: 0; } }
    .c-block.-more.-aa-right {
      position: absolute;
      right: 0;
      bottom: -120px;
      padding: 0; }
      @media (max-width: 1024px) {
        .c-block.-more.-aa-right {
          position: relative;
          bottom: 0; } }
    @media screen and (max-width: 490px) {
      .c-block.-more.-aa-left, .c-block.-more.-aa-right {
        padding: 20px 0; } }
  .c-block.-divider:not(:last-of-type) {
    border-bottom: 2px solid rgba(199, 199, 199, 0.25); }
  .c-block img {
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 1139px) {
      .c-block img {
        width: 100%; } }
    .c-block img.-small {
      width: auto; }

.-related-resources h2 {
  margin-bottom: 60px; }

.c-contentblock {
  margin-top: 40px;
  text-align: center; }
  .c-contentblock.top .c-contentblock__title {
    height: 50px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-contentblock {
      margin-top: -420px; } }
  @supports (-ms-ime-align: auto) {
    .c-contentblock {
      margin-top: -370px; } }
  .c-contentblock__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #52535C;
    margin-top: 24px;
    margin-bottom: 17px; }
    .c-contentblock__title.-topspacer {
      padding-top: 42px; }
    .c-contentblock__title.-aa {
      margin-bottom: 14px;
      margin-top: 0; }
  .c-contentblock__body {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #52535C; }
    .c-contentblock__body.-maxwidth {
      max-width: 356px;
      margin-left: auto;
      margin-right: auto; }

.c-process {
  border: 1px solid #B7B7B7;
  background-color: #0E0827;
  margin-left: 106px;
  margin-right: 106px;
  padding-top: 36px;
  overflow: hidden;
  position: relative;
  border-radius: 20px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-process {
      margin-top: -120px; } }
  @supports (-ms-ime-align: auto) {
    .c-process {
      margin-top: -120px; } }
  @media (max-width: 768px) {
    .c-process {
      text-align: center;
      margin-left: 0;
      margin-right: 0; } }
  .c-process__title {
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
    top: 334px;
    left: -16px;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #E2E3E9; }
    @media (max-width: 992px) {
      .c-process__title {
        left: -60px; } }
    @media (max-width: 768px) {
      .c-process__title {
        position: relative;
        top: -20px;
        letter-spacing: 0;
        transform: none; } }
    @media (max-width: 480px) {
      .c-process__title {
        left: -30px; } }
  .c-process__col {
    float: left; }
    .c-process__col:nth-of-type(1) {
      width: 26%;
      padding-left: 134px; }
      .c-process__col:nth-of-type(1) h5 {
        text-transform: uppercase;
        color: #9590a7;
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        width: 144px; }
        .c-process__col:nth-of-type(1) h5:nth-of-type(1) {
          margin-top: 42px; }
        .c-process__col:nth-of-type(1) h5:nth-of-type(2) {
          margin-top: 220px; }
        .c-process__col:nth-of-type(1) h5:nth-of-type(3) {
          margin-top: 210px; }
      @media (max-width: 992px) {
        .c-process__col:nth-of-type(1) {
          padding-left: 45px; }
          .c-process__col:nth-of-type(1) h5:nth-of-type(2) {
            margin-top: 304px; }
          .c-process__col:nth-of-type(1) h5:nth-of-type(3) {
            margin-top: 380px; } }
      @media (max-width: 768px) {
        .c-process__col:nth-of-type(1) {
          padding-left: 0;
          position: absolute; }
          .c-process__col:nth-of-type(1) h5 {
            transform: rotate(-90deg);
            position: absolute;
            left: -40px; }
            .c-process__col:nth-of-type(1) h5:nth-of-type(1) {
              top: -12px; }
            .c-process__col:nth-of-type(1) h5:nth-of-type(2) {
              top: 20px; }
            .c-process__col:nth-of-type(1) h5:nth-of-type(3) {
              top: 310px; } }
    .c-process__col:nth-of-type(2) {
      width: 74%;
      padding-left: 60px;
      padding-right: 44px; }
      @media (max-width: 768px) {
        .c-process__col:nth-of-type(2) {
          width: 100%;
          padding-left: 54px;
          padding-right: 20px; } }
  .c-process-bubbles {
    overflow: hidden; }
    .c-process-bubbles__bubble {
      width: 33%;
      float: left;
      padding-left: 44px;
      position: relative; }
      .c-process-bubbles__bubble-image {
        float: left;
        border: 2px solid #00b8d6;
        background-color: transparent;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        text-align: center;
        padding-top: 16px; }
        @media (max-width: 768px) {
          .c-process-bubbles__bubble-image {
            width: 46px;
            height: 46px;
            padding-top: 6px; } }
      .c-process-bubbles__bubble-arrow {
        border-left: 2px solid #00b8d6;
        height: 28px;
        position: relative;
        float: left;
        clear: left;
        margin-left: 32px;
        margin-top: 14px;
        margin-bottom: 14px; }
        .c-process-bubbles__bubble-arrow:before {
          position: absolute;
          left: -5px;
          top: -8px;
          content: " ";
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-bottom: 8px solid #00b8d6; }
        .c-process-bubbles__bubble-arrow:after {
          position: absolute;
          left: -5px;
          bottom: -8px;
          content: " ";
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 8px solid #00b8d6; }
        @media (max-width: 768px) {
          .c-process-bubbles__bubble-arrow {
            margin-left: 22px; } }
      .c-process-bubbles__bubble p {
        width: 44px;
        float: left;
        margin-top: 8px;
        margin-left: 14px;
        text-align: center;
        color: #00b8d6;
        line-height: 14px;
        font-size: 12px;
        font-weight: 600;
        padding-top: 10px; }
      @media (max-width: 992px) {
        .c-process-bubbles__bubble {
          padding-left: 6%; }
          .c-process-bubbles__bubble p {
            margin-left: 11px;
            margin-bottom: 2px;
            padding-top: 0; } }
      @media (max-width: 768px) {
        .c-process-bubbles__bubble {
          min-width: 46px; }
          .c-process-bubbles__bubble p {
            margin-left: 6px; } }
  .c-process-stack {
    border: 5px solid #7C41AF;
    border-radius: 18px;
    background-color: #eeeff5;
    padding: 14px 14px 24px; }
    .c-process-stack-items:before, .c-process-stack-items:after {
      content: "";
      display: table; }
    .c-process-stack-items:after {
      clear: both; }
    .c-process-stack__item {
      margin-top: 16px;
      padding: 8px;
      background-color: #f3f4f6;
      border: 1px solid #180D38;
      text-align: center;
      position: relative;
      font-weight: 600;
      font-size: 15px;
      color: #180D38; }
      @media (max-width: 480px) {
        .c-process-stack__item {
          font-size: 13px; } }
      .c-process-stack__item.-full {
        clear: both; }
        .c-process-stack__item.-full .c-process-stack__item-tooltip {
          left: 27%;
          bottom: 75%;
          top: unset;
          width: 250px; }
        .c-process-stack__item.-full:hover .c-process-stack__item-tooltip {
          visibility: visible;
          opacity: 0.92; }
      .c-process-stack__item.-half {
        float: left;
        width: 49.25%; }
        @media (max-width: 1070px) {
          .c-process-stack__item.-half {
            min-height: 68px; } }
        @media (max-width: 942px) {
          .c-process-stack__item.-half {
            min-height: 93px; } }
        @media (max-width: 768px) {
          .c-process-stack__item.-half {
            min-height: unset; } }
        @media (max-width: 773px) {
          .c-process-stack__item.-half {
            min-height: 118px; } }
        @media (max-width: 739px) {
          .c-process-stack__item.-half {
            min-height: 68px; } }
        @media (max-width: 521px) {
          .c-process-stack__item.-half {
            min-height: 93px; } }
        @media (max-width: 368px) {
          .c-process-stack__item.-half {
            width: 100%;
            float: none;
            clear: both;
            min-height: unset; } }
        @media (max-width: 992px) {
          .c-process-stack__item.-half p {
            line-height: 17px; } }
        .c-process-stack__item.-half:nth-of-type(2) {
          margin-left: 1.5%; }
          @media (max-width: 368px) {
            .c-process-stack__item.-half:nth-of-type(2) {
              margin-left: unset; } }
        .c-process-stack__item.-half .c-process-stack__item-tooltip {
          left: 6%;
          bottom: 86%;
          top: unset;
          width: 250px; }
          .c-process-stack__item.-half .c-process-stack__item-tooltip p {
            margin: 0 auto;
            padding-top: 15px;
            padding-bottom: 14px;
            line-height: 19px; }
        .c-process-stack__item.-half:hover .c-process-stack__item-tooltip {
          visibility: visible;
          opacity: 0.92; }
      .c-process-stack__item.-quarter {
        float: left;
        width: 23.875%; }
        @media (max-width: 1091px) {
          .c-process-stack__item.-quarter {
            min-height: 104px; } }
        @media (max-width: 992px) {
          .c-process-stack__item.-quarter {
            min-height: unset; } }
        .c-process-stack__item.-quarter p {
          margin: 0 auto;
          padding-top: 15px;
          padding-bottom: 14px;
          line-height: 19px; }
        .c-process-stack__item.-quarter:not(:last-child) {
          margin-right: 1.5%; }
        .c-process-stack__item.-quarter .c-process-stack__item-tooltip {
          left: -48%;
          bottom: 78%;
          top: unset;
          width: 250px; }
        .c-process-stack__item.-quarter:hover .c-process-stack__item-tooltip {
          visibility: visible;
          opacity: 0.92; }
        @media (max-width: 992px) {
          .c-process-stack__item.-quarter {
            width: 49.25%; }
            .c-process-stack__item.-quarter p {
              line-height: 17px; }
            .c-process-stack__item.-quarter:nth-of-type(2), .c-process-stack__item.-quarter:last-child {
              margin-right: 0; } }
        @media (max-width: 357px) {
          .c-process-stack__item.-quarter:first-child {
            max-height: 81px; }
            .c-process-stack__item.-quarter:first-child p {
              padding-top: 6px; } }
      .c-process-stack__item.-bright {
        border: 1px solid #00b8d6; }
      .c-process-stack__item-tooltip {
        position: absolute;
        left: -8px;
        top: 0;
        visibility: hidden;
        box-sizing: border-box;
        width: 168px;
        background-color: #1A90D2;
        border: 2px solid #3F83B7;
        border-radius: 16px;
        box-shadow: 0 0 4px NaNpx rgba(0, 0, 0, 0.59);
        color: #FFFFFF;
        line-height: 18px;
        font-size: 14px;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        padding: 10px 10px 8px 12px;
        opacity: 0;
        transition: all 0.4s;
        z-index: 1;
        text-align: left; }
        .c-process-stack__item-tooltip p {
          margin: unset !important; }
        .c-process-stack__item-tooltip:after {
          content: " ";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -12px;
          border-width: 12px;
          border-style: solid;
          border-color: #3F83B7 transparent transparent transparent;
          opacity: 0.9; }
  .c-process-graphics {
    margin-top: 36px;
    padding-left: 22px; }
    .c-process-graphics:before, .c-process-graphics:after {
      content: "";
      display: table; }
    .c-process-graphics:after {
      clear: both; }
    .c-process-graphics img {
      float: left;
      width: 45px; }
    .c-process-graphics__col {
      float: left;
      margin-left: 14px; }
      .c-process-graphics__col + div {
        margin-left: 32px; }
      .c-process-graphics__col img + img {
        margin-left: 6px; }
    @media screen and (max-width: 1220px) {
      .c-process-graphics__col + div {
        margin-left: 60px;
        margin-top: 10px; } }
    @media (max-width: 992px) {
      .c-process-graphics {
        margin-top: 18px;
        padding-left: 12px; }
        .c-process-graphics :first-child {
          margin-left: 10%;
          margin-right: 50%;
          margin-bottom: 2px; }
        .c-process-graphics__col {
          width: 45%;
          padding-left: 5%;
          margin-top: 20px; }
          .c-process-graphics__col :first-child {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 0; }
          .c-process-graphics__col + div {
            margin-left: 0;
            margin-top: 20px;
            margin-left: 0; }
          .c-process-graphics__col img + img {
            margin-left: 0; }
          .c-process-graphics__col img:nth-of-type(3) {
            clear: left; }
          .c-process-graphics__col img:nth-of-type(2), .c-process-graphics__col img:nth-of-type(4) {
            margin-left: 4px; }
          .c-process-graphics__col img:nth-of-type(3), .c-process-graphics__col img:nth-of-type(4) {
            margin-top: 4px; } }
    @media (max-width: 850px) {
      .c-process-graphics__col img:nth-of-type(2), .c-process-graphics__col img:nth-of-type(4) {
        margin-left: 0; } }
    @media (max-width: 400px) {
      .c-process-graphics__col {
        width: unset;
        padding-top: 6px;
        padding-left: 6px;
        margin-left: 0; } }
    @media (max-width: 368px) {
      .c-process-graphics__col {
        width: 100%;
        text-align: center;
        padding-left: 0; }
        .c-process-graphics__col img {
          float: none;
          padding-top: 4px; }
          .c-process-graphics__col img:nth-of-type(2), .c-process-graphics__col img:nth-of-type(4) {
            margin-left: 0; }
          .c-process-graphics__col img:nth-of-type(3), .c-process-graphics__col img:nth-of-type(4) {
            margin-top: 0; } }
  .c-process-logos {
    margin: 20px 20px 58px 20px;
    border-top: 1px dashed;
    padding: 14px 16px 0; }
    .c-process-logos:before, .c-process-logos:after {
      content: "";
      display: table; }
    .c-process-logos:after {
      clear: both; }
    .c-process-logos__logo {
      float: left;
      width: 25%; }
      .c-process-logos__logo.-text {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        color: #E2E3E9; }
    @media (max-width: 992px) {
      .c-process-logos__logo {
        width: 49%; }
        .c-process-logos__logo.-text {
          font-size: 14px; }
        .c-process-logos__logo:nth-of-type(2), .c-process-logos__logo:nth-of-type(4) {
          margin-left: 1%; }
        .c-process-logos__logo:nth-of-type(3), .c-process-logos__logo:nth-of-type(4) {
          margin-top: 12px; } }

.c-architecture-section {
  float: left;
  background-color: #eeeff5;
  border-radius: 13px;
  text-align: center;
  margin-bottom: 24px; }
  .c-architecture-section:before, .c-architecture-section:after {
    content: "";
    display: table; }
  .c-architecture-section:after {
    clear: both; }
  .c-architecture-section.-full {
    float: none;
    width: 100%; }
  .c-architecture-section.-tall {
    width: 20%;
    min-height: 409px; }
  .c-architecture-section.-block {
    width: 39%;
    margin-left: 1%;
    min-height: 278px; }
  .c-architecture-section.-long {
    width: 79%;
    margin-left: 1%; }
  @media (max-width: 520px) {
    .c-architecture-section.-tall, .c-architecture-section.-block, .c-architecture-section.-long {
      float: none;
      width: 100%;
      min-height: unset; } }
  .c-architecture-section.-outlined {
    border: 3px solid #672CD0;
    background-color: #FFFFFF; }
    .c-architecture-section.-outlined.insight-engine {
      background: #CCBFE2; }
  .c-architecture-section__header {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #3F4453;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
    .c-architecture-section__header h4 {
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      margin: 0;
      padding: 0; }
    .c-architecture-section__header.-callout {
      background-color: transparent;
      padding-top: 24px; }
      .c-architecture-section__header.-callout h4 {
        color: #672CD0;
        font-size: 22px;
        font-weight: bold; }
  .c-architecture-section__body {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
    @media (max-width: 520px) {
      .c-architecture-section__body:before, .c-architecture-section__body:after {
        content: "";
        display: table; }
      .c-architecture-section__body:after {
        clear: both; } }
    .c-architecture-section__body img.-white {
      background-color: #FFFFFF; }
    .c-architecture-section__body img + img {
      margin-left: 30px; }
    .c-architecture-section__body.-stacked img {
      clear: both;
      margin-left: auto;
      margin-right: auto; }
      .c-architecture-section__body.-stacked img + img {
        margin-top: 12px; }
    @media (max-width: 660px) {
      .c-architecture-section__body.-stacked {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    .c-architecture-section__body-row {
      padding-top: 28px;
      padding-bottom: 16px;
      padding-left: 16%;
      padding-right: 16%; }
      .c-architecture-section__body-row:before, .c-architecture-section__body-row:after {
        content: "";
        display: table; }
      .c-architecture-section__body-row:after {
        clear: both; }
      .c-architecture-section__body-row img:first-child {
        float: left; }
      .c-architecture-section__body-row img:last-child {
        float: right; }
      @media (max-width: 992px) {
        .c-architecture-section__body-row {
          padding-left: 0;
          padding-right: 0; }
          .c-architecture-section__body-row img:first-child, .c-architecture-section__body-row img:last-child {
            float: none; }
          .c-architecture-section__body-row img + img {
            margin-left: 12px; } }
      @media (max-width: 740px) {
        .c-architecture-section__body-row {
          padding-top: 0; }
          .c-architecture-section__body-row img:first-child, .c-architecture-section__body-row img:last-child {
            padding-left: 10px;
            padding-right: 10px; }
          .c-architecture-section__body-row img + img {
            padding-top: 16px; } }
    .c-architecture-section__body-col {
      padding-left: 24px;
      padding-right: 24px; }
      .c-architecture-section__body-col:before, .c-architecture-section__body-col:after {
        content: "";
        display: table; }
      .c-architecture-section__body-col:after {
        clear: both; }
      .c-architecture-section__body-col__quarter {
        float: left;
        width: 25%;
        text-align: center; }
        @media (max-width: 640px) {
          .c-architecture-section__body-col__quarter {
            min-height: 44px;
            width: 50%;
            margin-top: 6px; } }
    .c-architecture-section__body-stacked__item {
      margin-left: auto;
      margin-right: auto; }
      .c-architecture-section__body-stacked__item + .c-architecture-section__body-stacked__item {
        padding-top: 24px; }
        @media (max-width: 640px) {
          .c-architecture-section__body-stacked__item + .c-architecture-section__body-stacked__item {
            padding-top: 34px; } }
        @media (max-width: 520px) {
          .c-architecture-section__body-stacked__item + .c-architecture-section__body-stacked__item {
            padding-top: 0; } }
      @media (max-width: 640px) {
        .c-architecture-section__body-stacked__item:last-child {
          padding-bottom: 8px; } }
      @media (max-width: 520px) {
        .c-architecture-section__body-stacked__item {
          width: 50%;
          float: left;
          min-height: 51px;
          margin-top: 16px; }
          .c-architecture-section__body-stacked__item:last-child {
            padding-bottom: 0; } }
    .c-architecture-section__body-tiles {
      margin-left: 32px;
      margin-right: 32px; }
      .c-architecture-section__body-tiles__tile {
        margin-top: 6px;
        margin-bottom: 6px;
        width: 100%;
        text-align: center;
        padding-left: 12px;
        background: lightblue; }
        .c-architecture-section__body-tiles__tile img:first-child {
          float: left; }

.c-learnmore {
  float: left; }
  .c-learnmore:before, .c-learnmore:after {
    content: "";
    display: table; }
  .c-learnmore:after {
    clear: both; }
  .c-learnmore span {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase; }
  .c-learnmore h1 {
    margin-top: 8px; }
  .c-learnmore p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px; }
  .c-learnmore__link {
    color: #7C41AF;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 56px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    background-color: #FFFFFF;
    max-width: 290px; }
    .c-learnmore__link.left-align {
      margin-left: 0; }
  .c-learnmore__image {
    position: relative; }
    .c-learnmore__image img {
      position: absolute;
      top: 14px;
      right: 18px; }
    @media (max-width: 700px) {
      .c-learnmore__image {
        display: none; } }
  @media (max-width: 992px) {
    .c-learnmore h1 {
      font-size: 35px; }
    .c-learnmore p {
      line-height: 26px;
      max-width: 360px; }
    .c-learnmore__image img {
      top: 22px;
      right: -40px; } }

@media (max-width: 480px) {
  h1 {
    font-size: 36px !important; }

  h2 {
    font-size: 175% !important; } }
.custom-iframe {
  width: 100%;
  height: 450px;
  margin-top: 60px;
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .custom-iframe {
      height: auto; } }

.c-hero {
  padding-top: 290px;
  margin-bottom: 180px; }
  .c-hero:before, .c-hero:after {
    content: "";
    display: table; }
  .c-hero:after {
    clear: both; }
  .c-hero.active-analytics-hero {
    margin-bottom: 180px; }
    @media (max-width: 1370px) {
      .c-hero.active-analytics-hero {
        margin-bottom: 740px; }
        .c-hero.active-analytics-hero .c-hero__content-list {
          margin-top: 120px; } }
    @media (max-width: 600px) {
      .c-hero.active-analytics-hero .c-hero__content-list {
        margin-top: 120px !important; } }
    @media (max-width: 488px) {
      .c-hero.active-analytics-hero .c-hero__content-list {
        margin-top: 0; } }
  .c-hero__lower {
    margin-bottom: 60px;
    margin-top: 30px; }
    .c-hero__lower:before, .c-hero__lower:after {
      content: "";
      display: table; }
    .c-hero__lower:after {
      clear: both; }
  .c-hero__quote {
    width: 39%;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
    position: relative;
    color: #aba7bd;
    padding-right: 40px; }
    .c-hero__quote:before {
      content: '';
      display: block;
      height: 6px;
      width: 100px;
      background: #8e35b3;
      margin-bottom: 30px;
      margin-top: 8px; }
    @media (max-width: 1024px) {
      .c-hero__quote {
        width: 100%; } }
  .c-hero__intro {
    padding-left: 80px;
    width: 61%;
    float: right; }
    @media (max-width: 1024px) {
      .c-hero__intro {
        width: 100%;
        padding-left: 0; } }
  .c-hero__content {
    width: 60%;
    float: right;
    background: white;
    margin-bottom: -160px;
    position: relative;
    padding: 20px 80px; }
    @media (max-width: 1024px) {
      .c-hero__content {
        padding: 20px; }
        .c-hero__content h1 {
          font-size: 30px !important; } }
    .c-hero__content-list {
      position: absolute;
      background: white;
      left: 0;
      right: 0;
      padding: 40px;
      z-index: 1; }
      .c-hero__content-list:before, .c-hero__content-list:after {
        content: "";
        display: table; }
      .c-hero__content-list:after {
        clear: both; }
      @media screen and (max-width: 1024px) {
        .c-hero__content-list {
          margin-bottom: 800px; } }
      @media screen and (max-width: 600px) {
        .c-hero__content-list {
          margin-top: 20px;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 20px; } }
      @media screen and (max-width: 490px) {
        .c-hero__content-list {
          margin-top: 257px; } }
    .c-hero__content h1 {
      margin-bottom: 60px; }
    .c-hero__content h6 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: .2em;
      margin-top: 30px; }
    .c-hero__content p {
      color: #52535C; }
    @media (max-width: 1024px) {
      .c-hero__content {
        width: 100%;
        float: none; } }

.custom-col-3 {
  width: 21%;
  display: inline-block;
  margin: 0 1%;
  vertical-align: top; }
  .custom-col-3 > h4 {
    color: black;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase; }
  .custom-col-3 p {
    font-size: 16px; }
  @media (max-width: 1024px) {
    .custom-col-3 {
      width: 100%;
      margin: 0;
      display: block; } }

.image-full {
  margin: 40px auto;
  display: block; }

.custom-container {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 1200px;
  max-width: 95%;
  margin: 60px auto; }
  .custom-container:before, .custom-container:after {
    content: "";
    display: table; }
  .custom-container:after {
    clear: both; }
  .custom-container h2 {
    font-size: 36px; }
  .custom-container h2.-space {
    margin-bottom: 60px; }
  .custom-container > h4 {
    color: #aba7bd; }
    .custom-container > h4.group-sub-title {
      font-size: 24px;
      margin-bottom: 20px; }
  .custom-container .column-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }
    .custom-container .column-content.gray {
      padding: 50px 20px; }
      .custom-container .column-content.gray .custom-column .image {
        min-height: 70px;
        height: 70px; }
        .custom-container .column-content.gray .custom-column .image > div {
          display: table;
          width: 100%;
          height: 100%; }
          .custom-container .column-content.gray .custom-column .image > div > div {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle; }
      .custom-container .column-content.gray .custom-column .title {
        min-height: 90px; }
    .custom-container .column-content:not(.gray).reveal {
      margin-top: 80px; }
      .custom-container .column-content:not(.gray).reveal .custom-column .image {
        min-height: 120px;
        height: 120px; }
        .custom-container .column-content:not(.gray).reveal .custom-column .image img {
          height: 100px;
          max-width: 100%;
          width: auto; }
    .custom-container .column-content:not(.gray) .custom-column .image {
      min-height: 70px;
      height: 70px; }
      .custom-container .column-content:not(.gray) .custom-column .image > div {
        display: table;
        width: 100%;
        height: 100%; }
        .custom-container .column-content:not(.gray) .custom-column .image > div > div {
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle; }
    .custom-container .column-content:not(.gray) .custom-column .title {
      min-height: 90px; }
    .custom-container .column-content .custom-column {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      padding: 0 10px;
      margin-bottom: 30px; }
      .custom-container .column-content .custom-column.three h4, .custom-container .column-content .custom-column.four h4 {
        font-weight: bold;
        color: #52535C; }
      .custom-container .column-content .custom-column.four > div {
        min-height: 130px; }
      .custom-container .column-content .custom-column img {
        width: 100%;
        max-width: 80px; }
      .custom-container .column-content .custom-column > div {
        min-height: 100px; }

@media screen and (max-width: 1200px) {
  .custom-container .column-content .custom-column.four > div {
    min-height: 160px; }
  .custom-container .column-content .custom-column > div {
    min-height: 130px; } }
@media screen and (max-width: 1000px) {
  .custom-container .column-content .custom-column.four > div {
    min-height: 180px; }

  .c-contentblock.top .c-contentblock__title {
    height: 80px; } }
@media screen and (min-width: 951px) {
  .custom-container .column-content .custom-column.three {
    width: 31%; }
    .custom-container .column-content .custom-column.three:nth-of-type(3n-1) {
      margin-left: 3.333%;
      margin-right: 3.333%; }
  .custom-container .column-content .custom-column.four {
    width: 22.5%; }
    .custom-container .column-content .custom-column.four:not(:last-of-type) {
      margin-right: 2.3333%; } }
@media screen and (max-width: 950px) {
  .custom-container .column-content .custom-column.three:not(:last-of-type) {
    margin-bottom: 20px; }
  .custom-container .column-content .custom-column.three > div {
    min-height: auto; }
  .custom-container .column-content .custom-column > div {
    min-height: 100px; }

  div.c-section.counter-background {
    padding: 80px 20px; }
    div.c-section.counter-background .subtitle {
      margin-bottom: 50px; } }
@media screen and (max-width: 950px) {
  .custom-container .column-content .custom-column.four > div {
    min-height: 100px; } }
@media screen and (min-width: 601px) and (max-width: 950px) {
  .custom-container .column-content .custom-column.four {
    width: 47.5%; }
    .custom-container .column-content .custom-column.four:nth-of-type(2n) {
      margin-left: 5%; } }
@media screen and (max-width: 767px) {
  .custom-container > h4.group-sub-title {
    font-size: 18px; }
  .custom-container .column-content .custom-column.three h4 {
    font-size: 16px; }
  .custom-container .column-content .custom-column.four > div {
    min-height: 130px; }

  .product-details .c-contentblock.top .c-contentblock__title {
    height: auto; }

  .c-section-header__subtitle {
    font-size: 16px;
    line-height: 24px; } }
@media screen and (max-width: 600px) {
  .custom-container {
    max-width: 100%;
    padding: 0 20px; }
    .custom-container .column-content .custom-column {
      padding: 0; }
      .custom-container .column-content .custom-column:not(:last-of-type) {
        margin-bottom: 20px; }
      .custom-container .column-content .custom-column > div {
        min-height: auto; } }
@media screen and (max-width: 767px) {
  .custom-container .column-content .custom-column.four > div {
    min-height: auto; } }
/* STD Forms */
button, input[type=button], input[type=submit] {
  border: 0;
  background-color: #8E3FB1;
  border-radius: 0; }

button:hover, input[type=button]:hover, input[type=submit]:hover {
  background-color: #271957;
  border: 0; }

button:active, input[type=button]:active, input[type=submit]:active {
  background-color: #271957;
  border: 0; }

/* GRAVITY FORMS DEFAULT STYLING */
.gf-modal {
  position: relative;
  padding: 20px;
  background: #fff;
  width: auto;
  max-width: 600px;
  margin: 20px auto; }
  .gf-modal .gform_footer {
    text-align: right; }
  .gf-modal .gform_wrapper {
    margin: 0; }
  .gf-modal .gform_wrapper h3.gform_title {
    margin: -20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #271759;
    color: #fff;
    text-transform: uppercase; }

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 120%;
  font-weight: bold;
  padding-top: 2px;
  font-family: "Open Sans", sans-serif;
  margin-right: 4px;
  background-color: #f190aa;
  color: #fff;
  vertical-align: middle;
  border-radius: 20px;
  text-align: center;
  width: 25px;
  height: 25px;
  margin-right: 5px; }

/* Progress Bar */
.gform_wrapper .percentbar_blue {
  background-color: #2e89bd;
  color: #fff; }

.gform_wrapper .gf_progressbar {
  padding: 0; }

/* Error Messages */
.gform_wrapper div.validation_error {
  background-color: #ffeaea;
  border: 0;
  color: #c31717; }

.gform_wrapper li.gfield.gfield_error {
  border: 0;
  background-color: initial; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: initial; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #c31717; }

.gform_wrapper .field_description_below.gfield_error .gfield_description {
  padding-top: 0; }

.gform_wrapper .gfield_error .gfield_label {
  color: #c31717; }

.gform_wrapper .validation_message {
  color: #c31717; }

.kinetica {
  /* INLINE DEMO FORM */ }
  .kinetica .gform_wrapper ul li.gfield {
    margin-top: 5px; }
  .kinetica .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none; }
  .kinetica .gform_wrapper label.gfield_label {
    font-weight: normal;
    font-size: 85%; }
  .kinetica .gform_wrapper .top_label div.ginput_container {
    margin-top: 0; }
  .kinetica .gform_wrapper .gform_footer {
    margin-top: 5px; }
  .kinetica .gform_wrapper .field_description_below .gfield_description {
    padding-top: 3px;
    font-style: italic; }
  .kinetica .gform_confirmation_wrapper {
    padding: 20px 10px;
    margin: 25px auto; }
  .kinetica .gform_wrapper h3.gform_title {
    font-weight: 300;
    font-size: 24px; }
  .kinetica .ginput_container_time label {
    display: none !important; }
  .kinetica .ginput_container_time input {
    display: inline-block; }
  .kinetica .on_indigo .gform_confirmation_wrapper {
    background-color: #180D38;
    color: #fff; }
  .kinetica .on_grey .gform_confirmation_wrapper {
    background-color: #e2e4ec;
    color: #271759; }
  .kinetica .on_blue .gform_confirmation_wrapper {
    background-color: #D6E9F4;
    color: #025382; }
  .kinetica .gform_confirmation_message {
    padding-left: 50px;
    padding-top: 5px; }
    .kinetica .gform_confirmation_message::before {
      float: left;
      margin-left: -40px;
      margin-top: -5px;
      font-family: 'FontAwesome';
      content: "\f087";
      font-size: 180%; }
  .kinetica .try-demo h2 {
    margin: 0;
    margin-bottom: 10px; }
  .kinetica .try-demo .fl-module-content {
    margin-top: 0;
    margin-bottom: 0; }
  .kinetica .try-demo .fl-widget {
    margin-bottom: 0; }
  .kinetica .try-demo .gform_wrapper .gform_heading {
    margin-bottom: 0; }
  .kinetica .try-demo .gform_wrapper {
    margin: 0; }
  .kinetica .try-demo #gform_2 {
    position: relative; }
    .kinetica .try-demo #gform_2 .gform_heading {
      margin-bottom: 20px; }
    .kinetica .try-demo #gform_2 .gform_description {
      margin-bottom: 0; }
    .kinetica .try-demo #gform_2 li.gfield {
      margin-top: 0; }
    .kinetica .try-demo #gform_2 label {
      display: none; }
    .kinetica .try-demo #gform_2 .button {
      background-color: #D6E9F4;
      color: #2E89BD;
      border: 0;
      padding: 8px 12px; }
    .kinetica .try-demo #gform_2 input.small {
      width: 65%; }
    @media (min-width: 768px) {
      .kinetica .try-demo #gform_2 .gform_footer {
        position: absolute;
        bottom: 0;
        right: 20px;
        width: auto; } }
  .kinetica #gform_18 {
    position: relative;
    max-width: 965px;
    margin: auto; }
    .kinetica #gform_18 .gform_heading {
      display: none; }
    .kinetica #gform_18 .gform_description {
      margin-bottom: 0; }
    .kinetica #gform_18 .gform_body {
      max-width: 965px; }
    .kinetica #gform_18 li.gfield {
      margin-top: 0;
      background-color: #271759; }
    .kinetica #gform_18 label {
      display: none; }
    .kinetica #gform_18 .button {
      background-color: #2E89BD;
      color: #D6E9F4;
      color: #fff;
      border: 0;
      padding: 8px 12px; }
    .kinetica #gform_18 .button:visited {
      background-color: #2E89BD; }
    .kinetica #gform_18 input.small {
      width: 65%; }
    @media (min-width: 768px) {
      .kinetica #gform_18 .gform_footer {
        position: absolute;
        bottom: 0;
        right: 20px;
        padding: 0; } }

/* GF STYLING : Blog Subscription */
.gform_confirmation_message_13 {
  background-color: #f6f6f6; }

/* Register to Download Form */
#gform_wrapper_8 .gform_page_footer {
  border-top: 0;
  text-align: right; }
#gform_wrapper_8 .gform_page_footer .button.gform_next_button {
  margin-right: 0;
  font-size: 90%; }
#gform_wrapper_8 .gform_page_footer .button.gform_previous_button {
  background-color: #c0cbd2;
  font-size: 90%; }
#gform_wrapper_8 .gform_page_footer .button.gform_submit_button {
  font-size: 90%; }
#gform_wrapper_8 #field_8_12 .gfield_label {
  float: left;
  margin-right: 3px; }
#gform_wrapper_8 #field_8_21 .gchoice_8_21_1 input {
  vertical-align: top; }
#gform_wrapper_8 .inline_license {
  max-height: 100px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  font-family: monospace;
  font-size: 10px;
  overflow: auto;
  margin-top: 20px; }
#gform_wrapper_8 input[type="submit"] {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #8e3fb1;
  color: #8e3fb1;
  letter-spacing: 1px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: inline-block; }

#gform_9 label {
  display: none; }
#gform_9 input, #gform_9 select {
  display: block;
  width: 100%;
  margin-bottom: 10px; }
#gform_9 input[type="text"], #gform_9 select {
  color: black; }
  #gform_9 input[type="text"] option, #gform_9 select option {
    color: black; }
#gform_9 .gform_fields {
  display: inline; }
#gform_9 .gfield {
  display: inline; }
#gform_9 .ginput_container {
  display: inline; }
#gform_9 .gform_footer {
  display: inline; }
#gform_9 .gform_body {
  display: inline; }

.fl-post-meta #gform_9 {
  background-color: #f3f4f6;
  padding: 10px; }
.fl-post-meta .gform_confirmation_wrapper_9 {
  background-color: #271759;
  color: #fff;
  padding: 5px 10px;
  margin-top: 20px; }

.kinetica footer .gform_wrapper form {
  text-align: center; }
  @media (min-width: 768px) {
    .kinetica footer .gform_wrapper form {
      text-align: right; } }
.kinetica footer .gform_wrapper input[type=text] {
  height: 30px; }
.kinetica footer .gform_wrapper .gform_footer input[type=submit] {
  margin-right: 0 !important;
  font-size: 12px; }
.kinetica footer .gform_confirmation_wrapper {
  padding: 0; }
.kinetica footer .gform_confirmation_message {
  padding: 5px;
  background-color: #413c4e;
  border-radius: 4px;
  text-align: center; }
  .kinetica footer .gform_confirmation_message::before {
    float: none;
    margin: 0;
    padding-right: 8px;
    font-family: 'FontAwesome';
    content: "\f087";
    font-size: 140%; }

.hbspt-form ul {
  padding-left: 0;
  list-style: none; }

.wistiaHubspotFormWrapper {
  width: 90% !important; }
  .wistiaHubspotFormWrapper .hs-form-field {
    margin: 0 !important; }
  .wistiaHubspotFormWrapper input, .wistiaHubspotFormWrapper select {
    font-size: 12px !important; }

@media only screen and (min-width: 641px) {
  div.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }

  div.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 44%; } }
textarea.code {
  display: block;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  padding: 20px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  border: 0 none;
  resize: none;
  white-space: pre;
  overflow-x: auto; }

.copybtn {
  position: relative; }

.copybtn::after {
  display: inline-block;
  content: '\2713';
  color: #449944;
  margin-left: 0;
  max-width: 0;
  font-size: 22px;
  transform: scale(0);
  transition: all 0.3s linear; }

.copybtn.confirmed::after {
  transform: scale(1);
  max-width: unset;
  margin-left: 6px;
  transition: all 0.3s linear; }

/* BASIC MODALS */
.basic-modal-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  cursor: default;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999996;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s linear; }

.basic-modal-overlay.on {
  display: block; }

.basic-modal-overlay.on.showing {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s linear; }

.basic-modal-overclose {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: default;
  width: 100%;
  height: 100%; }

.basic-modal-window {
  box-sizing: border-box;
  margin: auto;
  z-index: 999998;
  max-width: 560px;
  height: auto;
  min-height: 550px;
  max-height: 75vh;
  overflow-y: auto;
  top: 100%;
  left: 20px;
  right: 20px;
  padding: 10px 20px 30px;
  position: fixed;
  border-radius: 5px;
  background-color: white;
  display: block;
  opacity: 0;
  transform: translateY(-50%); }

.basic-modal-overlay.on.showing .basic-modal-window {
  top: 50%;
  opacity: 1;
  transition: opacity 0.25s, top 0.5s; }

.basic-modal-window * {
  opacity: 0;
  transition: all 0.5s linear 0.25s; }

.basic-modal-overlay.on.showing .basic-modal-window * {
  opacity: 1;
  transition: all 0.5s linear 0.25s; }

.basic-modal-window .modal-window-content {
  text-align: center; }

.basic-modal-window h4 {
  background: #f3f3f3;
  position: relative;
  padding: 15px;
  margin-bottom: 0; }

.basic-modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: #000;
  border-radius: 100%; }

.basic-modal-close::before {
  content: "\00d7";
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-family: inherit;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  background: #000;
  border-radius: 24px;
  white-space: nowrap;
  display: block;
  position: relative; }

/* END BASIC MODALS */
/* Styling of Regular modals... GF versions have their own version in forms.scss */
.inline.mp-modal {
  position: relative;
  padding: 20px;
  background: #fff;
  width: auto;
  max-width: 600px;
  margin: 20px auto; }
  .inline.mp-modal h3 {
    margin: -20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #271759;
    color: #fff;
    text-transform: uppercase; }

/* SINGLE EVENT TEMPLATE */
.single-event .event-meta {
  margin-bottom: 50px; }
.single-event .event-logo img {
  max-width: 100%; }

.single-press-releases .subtitle {
  font-size: 150%;
  color: #9995ad; }
.single-press-releases .date-loc {
  font-weight: 600;
  margin-bottom: 10px; }
.single-press-releases .loc {
  text-transform: uppercase; }
.single-press-releases .fl-sidebar h3 {
  margin-top: 0; }

/* Login Bar */
.login-wrap {
  background-color: #0f0627;
  font-size: 80%; }

/* Menu Dropdowns */
@media (min-width: 769px) {
  .menu-item {
    position: relative;
    z-index: 11; }
    .menu-item a {
      position: relative;
      z-index: 10000000; }
    .menu-item:hover .dropdown {
      display: block;
      opacity: 1;
      height: auto; }
    .menu-item:hover > a {
      color: #7430d1 !important; } }
  @media (min-width: 769px) and (min-width: 993px) {
    .menu-item:hover .dropdown {
      padding: 40px;
      background: #FFF; }
      .menu-item:hover .dropdown .row {
        display: block;
        position: relative; } }
  @media (min-width: 769px) and (min-width: 768px) and (max-width: 992px) {
    .menu-item:hover .dropdown .container {
      padding: 40px 40px 50px;
      position: relative;
      top: 23px; } }

.menu-item .expand {
  display: none;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 99999;
  transform: rotate(45deg);
  cursor: pointer;
  color: #7430d1;
  font-size: 22px;
  font-weight: bold; }
  .menu-item .expand.-active {
    transform: rotate(0deg); }
  @media (max-width: 767px) {
    .menu-item .expand {
      display: block; } }
.menu-item.-active a {
  color: #7430d1; }
.menu-item.-active .dropdown {
  top: 78px;
  opacity: 1; }
.menu-item__lang-selector {
  padding: 26px 0 26px 26px; }
  .menu-item__lang-selector .selected-lang {
    cursor: pointer; }
    .menu-item__lang-selector .selected-lang__option {
      color: #2B3A5E;
      font-size: 12px;
      font-weight: 600;
      background-position: left 10px center;
      background-repeat: no-repeat;
      padding: 0 12px 0 25px; }
    .menu-item__lang-selector .selected-lang i {
      color: #2B3A5E;
      font-size: 12px;
      font-weight: 600; }
  .menu-item__lang-selector .lang-list {
    padding: 0;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1;
    background-color: white;
    width: 70px;
    margin: 3px 0 0 3px;
    z-index: 2; }
    .menu-item__lang-selector .lang-list.-active {
      border: 1px solid #e2e3e9;
      border-radius: 4px; }
    .menu-item__lang-selector .lang-list li {
      display: none;
      list-style-type: none;
      padding: 2px !important;
      text-align: left; }
      .menu-item__lang-selector .lang-list li:first-child {
        border-bottom: 1px solid; }

.dropdown {
  height: 0;
  opacity: 0;
  position: fixed;
  top: 78px;
  width: 100%;
  max-width: 101%;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  text-align: left;
  transition: all 0.5s ease;
  overflow: hidden;
  display: none;
  z-index: 10;
  border-bottom: 2px solid #EDEEF5; }
  .dropdown .container {
    background: #FFFFFF; }
  @media (max-width: 767px) {
    .dropdown {
      padding-bottom: 10px;
      display: none;
      position: relative;
      height: auto;
      opacity: 1;
      top: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .dropdown .container {
        padding-left: 0;
        padding-right: 0; }
      .dropdown.-active {
        display: block;
        margin-bottom: -10px; } }
  .dropdown.mobile-active {
    position: absolute; }
  .dropdown .person {
    position: absolute;
    width: 20px;
    height: 8px;
    left: 0;
    top: 4px; }
    .dropdown .person:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin: -8px 0 0;
      background: #00a8e2;
      left: 4px;
      width: 22px;
      height: 10px;
      margin-top: 1px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    .dropdown .person:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin: -8px 0 0;
      background: #00a8e2;
      left: 11px;
      width: 8px;
      height: 12px;
      margin-top: -7px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-right-radius: 5px 10px;
      -webkit-border-bottom-left-radius: 5px 10px;
      -moz-border-radius: 5px 5px 5px 5px / 5px 5px 10px 10px;
      border-radius: 5px 5px 5px 5px / 5px 5px 10px 10px; }
  .dropdown .file {
    position: absolute;
    width: 20px;
    height: 6px;
    left: 0;
    top: 4px; }
    .dropdown .file:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin: -8px 0 0;
      background: #00a8e2;
      left: 5px;
      width: 18px;
      height: 24px;
      border: 2px solid #00a8e2;
      background: transparent; }
    .dropdown .file:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin: -8px 0 0;
      background: #00a8e2;
      left: 4px;
      border-width: 4px;
      border-style: solid;
      border-color: #fff #00a8e2 #00a8e2 #fff;
      margin-top: -9px;
      background: transparent; }
  .dropdown .play {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0; }
    .dropdown .play:before {
      margin: -8px 0 0;
      background: #00a8e2;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px; }
    .dropdown .play:after {
      margin: -8px 0 0;
      background: #00a8e2;
      content: "";
      position: absolute;
      top: 50%;
      left: 9px;
      border: 7px solid transparent;
      border-left-color: #fff;
      margin-top: -4px;
      background: transparent; }
  .dropdown .-no-padding {
    padding-right: 0; }
  .dropdown .no-arrow {
    position: relative;
    width: auto;
    font-weight: normal;
    padding-left: 40px;
    color: #00a8e2 !important; }
    .dropdown .no-arrow img {
      max-width: calc(100% + 40px);
      position: relative;
      left: -40px;
      margin-top: 10px;
      max-height: 200px;
      display: block; }
      .dropdown .no-arrow img.-whitepaper {
        transform: rotate(10deg);
        left: 20px;
        margin-bottom: -142px; }
  .dropdown-links {
    padding-left: 0;
    width: 100%; }
    .dropdown-links:before, .dropdown-links:after {
      content: "";
      display: table; }
    .dropdown-links:after {
      clear: both; }
    .dropdown-links a {
      margin: 5px 0 5px 1em;
      padding: 3px;
      display: block; }
    @media (max-width: 767px) {
      .dropdown-links {
        padding-left: 0;
        padding: 10px 0; } }
    @media (min-width: 768px) {
      .dropdown-links .left-nav,
      .dropdown-links .right-nav {
        width: 50%;
        float: left; }
      .dropdown-links .left-nav {
        padding-right: 0px;
        margin-right: 1px; }
      .dropdown-links .right-nav {
        padding-left: 0px;
        margin-right: 1px; } }
    @media (min-width: 768px) {
      .dropdown-links .left-nav.break-never {
        margin-right: 0px; }
      .dropdown-links .right-nav.break-never {
        margin-right: 0px; } }
    @media (min-width: 1090px) {
      .dropdown-links .left-nav.break-later {
        margin-right: 0px; }
      .dropdown-links .right-nav.break-later {
        margin-right: 0px; } }
    @media (min-width: 769px) {
      .dropdown-links a {
        display: block;
        margin-bottom: 8px;
        text-transform: none !important;
        font-weight: 500 !important; }
        .dropdown-links a:hover {
          color: #00a8e2 !important; }
      .dropdown-links.-with-title {
        width: 100%;
        float: right;
        padding-left: 0; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .dropdown-links.-with-title {
      width: 100%;
      float: none;
      padding-left: 0;
      padding-top: 10px; } }
  @media (min-width: 769px) and (max-width: 767px) {
    .dropdown-links.-with-title {
      width: 100%;
      float: none;
      padding-left: 20px;
      padding-top: 10px; } }

    .dropdown-links.-without-title {
      width: 100%;
      float: right; }
      @media (max-width: 992px) {
        .dropdown-links.-without-title {
          width: 100%;
          float: none; } }
      @media (max-width: 767px) {
        .dropdown-links.-without-title {
          width: 100%;
          float: none; } }
  .dropdown-section {
    border-right: 2px solid #EDEEF5; }
    @media (max-width: 767px) {
      .dropdown-section {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        padding: 20px 0; } }
    .dropdown-section > p {
      display: block;
      float: left;
      color: #a6abb8 !important; }
      @media (max-width: 992px) {
        .dropdown-section > p {
          float: none; } }
      @media (max-width: 767px) {
        .dropdown-section > p {
          float: none; } }
  .dropdown p {
    text-transform: uppercase;
    font-weight: normal; }
    .dropdown p a {
      text-transform: uppercase !important;
      font-weight: bold !important; }
  .dropdown .row {
    padding-top: 80px;
    padding-bottom: 15px; }
  .dropdown a {
    color: #2B3A5E;
    font-weight: bold;
    display: block;
    position: relative; }
    @media (max-width: 992px) {
      .dropdown a {
        width: 100%; } }
    @media (min-width: 769px) {
      .dropdown a:hover {
        color: #00a8e2; }
        .dropdown a:hover:not(.no-arrow):before {
          content: '\203A';
          display: block;
          position: absolute;
          left: -10px;
          font-weight: bold; } }
  .dropdown a.normal {
    font-weight: bold; }
  .dropdown .btn {
    background-color: #8E3FB1;
    font-weight: 600;
    margin: 10px 0;
    color: white; }
    .dropdown .btn:hover {
      background-color: #271957; }
  .dropdown .std.item {
    padding: 5px 10px 10px; }
    .dropdown .std.item .desc {
      font-size: 95%; }
  .dropdown .promo {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 5px 10px 10px;
    margin: -5px 0 -5px -10px; }
    .dropdown .promo .cta {
      margin: 10px 0; }
  .dropdown .logo img {
    max-height: 25px;
    max-width: 100%;
    margin-bottom: 10px; }
  .dropdown .resource-type {
    margin-top: -12px; }
    .dropdown .resource-type .title a {
      display: block;
      font-weight: 500;
      max-height: 85px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .dropdown .type {
    font-size: 90%;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 5px;
    color: #9590a7; }
  .dropdown .author {
    display: inline; }
  .dropdown .article .logo img {
    filter: sepia(1) grayscale(20%) hue-rotate(20deg) opacity(0.8) invert(100%); }
  .dropdown .quote {
    display: none; }
  .dropdown .more {
    display: none; }
  .dropdown .title a {
    font-weight: 600; }
  .dropdown .date {
    font-size: 85%;
    color: #a199bb; }
  .dropdown .close {
    display: block;
    font-size: 175%;
    color: #fff;
    position: absolute;
    top: 70px;
    right: 10px; }
    .dropdown .close:hover {
      cursor: pointer; }
  .dropdown .links {
    border-left: 1px dashed #71698a;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .dropdown .links ul {
      list-style-type: none;
      padding-right: 0;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .dropdown .links li {
      margin-bottom: 6px;
      color: #fff;
      font-weight: bold; }
    .dropdown .links li:after {
      content: "\00bb";
      padding-left: 5px; }
    .dropdown .links a {
      font-weight: 600; }
  .dropdown .submenu {
    list-style-type: none;
    padding-left: 0;
    float: left;
    margin-right: 70px;
    margin-bottom: 0; }

.menu-item:hover .dropdown .dropdown-section:last-child {
  border-right: 0px none;
  border-bottom: 0px none; }
.menu-item:hover .dropdown .dropdown-section.active-analytics {
  max-width: 300px; }
@media (min-width: 993px) and (max-width: 1199px) {
  .menu-item:hover .dropdown {
    top: 116px; } }
@media (min-width: 768px) and (max-width: 849px) {
  .menu-item:hover .dropdown {
    top: 163px;
    left: 0;
    transform: translateX(0); } }
@media (min-width: 850px) and (max-width: 992px) {
  .menu-item:hover .dropdown {
    top: 95px; } }

@media (min-width: 993px) {
  .admin-bar .menu-item:hover .dropdown {
    top: 110px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .admin-bar .menu-item:hover .dropdown {
    top: 148px; } }

@media (min-width: 992px) {
  /* Whats New Highlight */
  li.whats-new-toplink {
    position: relative;
    /* a:before   	 { content:""; position:absolute; bottom:-19px; left:40px; z-index:20; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #1d143d; } */ }
    li.whats-new-toplink a:after {
      content: "3";
      background-color: #71698a;
      border-radius: 12px;
      width: 16px;
      height: 16px;
      text-align: center;
      position: absolute;
      top: -5px;
      right: -12px;
      font-size: 75%;
      padding-left: -5px;
      color: #fff; } }
/* BANNER - STRIPS ALONG THE BOTTOM */
.banner .articles {
  text-align: center;
  overflow: auto; }
  .banner .articles .article {
    display: inline-block;
    margin: 20px 0 0;
    padding: 20px 20px 40px;
    vertical-align: top;
    background-color: #fff;
    border: #ccc; }
    .banner .articles .article .logo {
      height: 60px;
      text-align: center; }
    .banner .articles .article .logo img {
      max-height: 60px; }
    .banner .articles .article .title {
      font-size: 100%;
      margin-top: 10px; }
    .banner .articles .article .title a {
      text-decoration: none; }
    .banner .articles .article .quote {
      display: none; }
    .banner .articles .article .date {
      font-size: 85%; }
    .banner .articles .article .more {
      display: none; }
    @media (min-width: 480px) {
      .banner .articles .article {
        width: 340px;
        margin: 20px; } }
    @media (max-width: 480px) {
      .banner .articles .article:nth-child(n+4) {
        display: none; } }

.rotator-with-padding .bx-viewport {
  padding-right: 600px;
  margin-left: 200px; }
.rotator-with-padding .fl-slide {
  margin-right: 20px; }
.rotator-with-padding .fl-content-slider-navigation {
  top: auto;
  bottom: 0;
  width: 100px;
  left: 200px; }
.rotator-with-padding .slider-next {
  right: auto;
  left: 60px; }
  .rotator-with-padding .slider-next .fl-content-slider-svg-container {
    display: none; }
  .rotator-with-padding .slider-next:after {
    content: '\2192';
    display: block;
    position: absolute;
    font-size: 46px;
    color: black; }
.rotator-with-padding .slider-prev .fl-content-slider-svg-container {
  display: none; }
.rotator-with-padding .slider-prev:after {
  content: '\2190';
  display: block;
  position: absolute;
  font-size: 46px;
  color: black; }

.kl-rotator-with-padding .fl-post-nav .clearfix .equalize {
  display: none !important; }
.kl-rotator-with-padding .bx-viewport {
  padding-right: 600px;
  margin-left: 579px; }
.kl-rotator-with-padding .fl-slide {
  margin-right: 20px;
  width: 784px !important;
  padding-right: 30px; }
.kl-rotator-with-padding .fl-content-slider-navigation {
  top: auto;
  bottom: 0;
  width: 100px;
  left: 200px;
  margin-left: 385px; }
.kl-rotator-with-padding .slider-next {
  right: auto;
  left: 60px; }
  .kl-rotator-with-padding .slider-next .fl-content-slider-svg-container {
    display: none; }
  .kl-rotator-with-padding .slider-next:after {
    content: '\2192';
    display: block;
    position: absolute;
    font-size: 46px;
    color: black; }
.kl-rotator-with-padding .slider-prev .fl-content-slider-svg-container {
  display: none; }
.kl-rotator-with-padding .slider-prev:after {
  content: '\2190';
  display: block;
  position: absolute;
  font-size: 46px;
  color: black; }

.courses .course {
  float: left;
  background-color: #f3f4f6;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  padding-bottom: 50px; }
  .courses .course .title {
    font-size: 160%;
    font-weight: bold;
    color: #180D38;
    margin-bottom: 20px; }
  .courses .course .duration {
    font-size: 90%;
    color: #999;
    margin-left: 140px;
    clear: left;
    margin-top: 20px; }
    .courses .course .duration:before {
      content: "Duration: ";
      display: block;
      float: left;
      width: 140px;
      margin-left: -140px;
      font-weight: 400; }
  .courses .course .format {
    font-size: 90%;
    color: #999;
    margin-left: 140px;
    clear: left; }
    .courses .course .format:before {
      content: "Format: ";
      display: block;
      float: left;
      width: 140px;
      margin-left: -140px;
      font-weight: 400; }
  .courses .course .prereq {
    font-size: 90%;
    color: #999;
    padding-left: 140px;
    clear: left;
    margin-bottom: 20px; }
    .courses .course .prereq:before {
      content: "Pre-Requisites: ";
      display: block;
      float: left;
      width: 140px;
      margin-left: -140px;
      font-weight: 400; }
  .courses .course.administrator {
    border-top: 5px solid #2E89BD; }
  .courses .course.developer {
    border-top: 5px solid #00b8d6; }
  .courses .course .cta {
    position: absolute;
    bottom: 10px;
    right: 30px; }
@media (min-width: 787px) {
  .courses .course {
    width: 48.5%; }
    .courses .course:nth-child(odd) {
      margin-right: 1.5%; }
    .courses .course:nth-child(even) {
      margin-left: 1.5%; } }

/* TRY DEMO FORM */
.vertical-form {
  max-width: 800px;
  margin: 10px auto;
  padding: 0px;
  background-color: #f6f6f9;
  border-radius: 5px; }
  .vertical-form .gf_right_half {
    width: 100% !important; }
  .vertical-form .gf_left_half {
    width: 100% !important; }
  .vertical-form #input_2_2 {
    width: 100%; }

.banner .events {
  text-align: center; }
  .banner .events .event {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .banner .events .event .logo {
      text-align: center;
      display: block;
      overflow: hidden;
      height: 50px; }
    .banner .events .event .logo img {
      max-width: 100%;
      height: auto;
      width: auto;
      max-height: 50px; }
    .banner .events .event .title {
      font-weight: bold;
      text-align: center;
      margin-top: 8px;
      margin-bottom: 20px; }
    .banner .events .event .date {
      font-size: 90%;
      margin-top: 10px; }
    .banner .events .event .loc {
      font-size: 90%;
      font-weight: bold;
      margin-bottom: 10px; }
    @media (min-width: 787px) {
      .banner .events .event {
        max-width: 340px;
        padding: 0px 40px; } }

/* MODULE... TYPICALLY FOUND IN SIDEBAR.... */
.module.articles .article {
  margin-top: 20px; }
  .module.articles .article .logo {
    text-align: left;
    margin-bottom: 10px; }
  .module.articles .article .logo img {
    max-height: 30px;
    max-width: 80%;
    filter: sepia(100%) hue-rotate(200deg) saturate(50%); }
  .module.articles .article .title {
    font-size: 100%; }
  .module.articles .article .title a {
    text-decoration: none; }
  .module.articles .article .quote {
    display: none; }
  .module.articles .article .date {
    font-size: 85%; }
  .module.articles .article .more {
    display: none; }

.module.events .event {
  text-align: left;
  margin: 0 20px; }
  .module.events .event .logo {
    text-align: left;
    display: block;
    overflow: hidden;
    margin-bottom: 10px; }
  .module.events .event .logo img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 60px; }
  .module.events .event .date {
    font-size: 85%;
    margin-top: 10px; }
  .module.events .event .loc {
    font-size: 85%;
    font-weight: bold; }

.module.past-events .past-event {
  text-align: left; }
  .module.past-events .past-event .type {
    text-transform: uppercase;
    font-size: 85%;
    color: #fff;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 5px; }
  .module.past-events .past-event .logo {
    text-align: left;
    display: block;
    overflow: hidden;
    margin-bottom: 10px; }
  .module.past-events .past-event .logo img {
    width: 100%; }
  .module.past-events .past-event .date {
    font-size: 85%; }
  .module.past-events .past-event .loc {
    font-size: 85%;
    font-weight: bold; }

.single-partner .module .past-event .partner {
  display: none; }

.module.tutorials {
  text-align: center; }
  .module.tutorials .tutorial {
    margin-bottom: 40px;
    vertical-align: top;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center; }
    .module.tutorials .tutorial .thumbnail {
      width: 200px;
      height: 200px;
      margin: 3px auto;
      border-radius: 50%;
      background-position: center;
      border: 0 none;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      position: relative;
      display: flex;
      align-content: stretch;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-size: cover;
      padding: 0;
      overflow: hidden; }
    .module.tutorials .tutorial .title {
      padding: 20px 20px 0;
      margin-top: -2px;
      text-transform: uppercase;
      font-weight: 600;
      background-color: #fff; }
    .module.tutorials .tutorial .number {
      padding: 10px 10px 20px 20px;
      background-color: #fff;
      color: #c2c2c2;
      font-weight: bold; }
    .module.tutorials .tutorial .desc {
      padding: 0px 20px 0;
      background-color: #fff; }
    .module.tutorials .tutorial .edit_link {
      padding: 0px 20px 0;
      background-color: #fff; }
    .module.tutorials .tutorial a {
      color: #2e89bd; }
    @media (min-width: 787px) {
      .module.tutorials .tutorial {
        width: 47%;
        float: left;
        margin-left: 20px; } }
    @media (min-width: 992px) {
      .module.tutorials .tutorial {
        width: 30%;
        float: left;
        margin-left: 20px; } }

.module.podcasts .podcast {
  text-align: left;
  margin: 20px;
  margin-top: 0;
  background-color: #f3f4f6;
  border-radius: 5px; }
  .module.podcasts .podcast .episode {
    font-size: 90%;
    font-weight: bold;
    color: #ccc;
    text-transform: uppercase;
    margin-left: 190px;
    margin-bottom: -10px;
    padding-top: 20px; }
  .module.podcasts .podcast .title {
    margin-left: 190px;
    font-size: 250%; }
  .module.podcasts .podcast .image {
    float: left;
    display: block;
    overflow: hidden;
    margin: 15px 20px 10px 20px;
    border: 5px solid #fff; }
  .module.podcasts .podcast .image img {
    width: 140px;
    height: auto; }
  .module.podcasts .podcast .the_embed {
    margin-left: 190px;
    padding: 20px;
    padding-left: 0; }
  .module.podcasts .podcast .desc {
    margin-left: 190px; }
  .module.podcasts .podcast .edit_link {
    float: right;
    padding-right: 20px; }

/* MAINCONTENT... BODY OF PAGE */
.maincontent .articles .annual_filters a {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 10px 0 0;
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
  border-radius: 2px; }
  .maincontent .articles .annual_filters a:hover {
    background-color: #ed1e79;
    text-underline: none; }
  .maincontent .articles .annual_filters a.active {
    background-color: #271759; }
.maincontent .articles .article {
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #f3f4f6;
  padding: 10px; }
  .maincontent .articles .article .logo {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 10px; }
  .maincontent .articles .article .logo img {
    width: 100%;
    height: auto; }
  .maincontent .articles .article .title {
    font-size: 140%; }
  .maincontent .articles .article .title a {
    text-decoration: none; }
  .maincontent .articles .article .quote {
    font-style: italic; }
  .maincontent .articles .article .date {
    font-size: 85%; }
  .maincontent .articles .article .more {
    display: none; }
  @media (min-width: 768px) {
    .maincontent .articles .article {
      padding-left: 270px; }
      .maincontent .articles .article .logo {
        float: left;
        width: 250px;
        height: 200px;
        margin-left: -260px; }
      .maincontent .articles .article .logo img {
        max-height: 100px;
        max-width: 200px;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; } }
.maincontent .articles .error {
  margin-top: 30px; }

.home .articles {
  text-align: center;
  vertical-align: top; }
  .home .articles .article {
    background-color: #fff;
    display: inline-block;
    padding: 5px;
    width: 140px;
    height: 70px;
    margin: 0 10px; }
    .home .articles .article .logo {
      position: relative;
      text-align: center;
      background-color: #fff; }
    .home .articles .article .logo img {
      max-height: 70px;
      max-width: 130px;
      margin: auto;
      filter: sepia(1) hue-rotate(-160deg) opacity(0.5); }
    .home .articles .article .title {
      display: none; }
    .home .articles .article .title a {
      display: none; }
    .home .articles .article .quote {
      display: none; }
    .home .articles .article .date {
      display: none; }
    .home .articles .article .more {
      display: none; }
    .home .articles .article .edit_link {
      display: none; }

.maincontent .events .event {
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #f3f4f6;
  padding: 10px; }
  .maincontent .events .event .logo {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 10px; }
  .maincontent .events .event .logo img {
    width: 100%;
    height: auto; }
  .maincontent .events .event .title {
    font-size: 140%; }
  .maincontent .events .event .title a {
    text-decoration: none; }
  .maincontent .events .event .quote {
    font-style: italic; }
  .maincontent .events .event .date {
    font-size: 85%;
    color: #444;
    font-weight: bold; }
  .maincontent .events .event .loc {
    font-size: 85%;
    color: #444;
    font-weight: bold; }
  .maincontent .events .event .more {
    display: none; }
  @media (min-width: 768px) {
    .maincontent .events .event {
      padding-left: 270px; }
      .maincontent .events .event .logo {
        float: left;
        width: 250px;
        height: 200px;
        margin-left: -260px; }
      .maincontent .events .event .logo img {
        max-width: 200px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; } }

.related.partners .partner {
  background-color: #fff;
  padding: 15px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 3px solid #eeeef5; }
  .related.partners .partner:hover {
    box-shadow: 1px 1px 15px #71698a; }
  .related.partners .partner .logo {
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

.channel-partners .related.partners .partner {
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 15px; }
  .channel-partners .related.partners .partner .logo {
    height: 100px;
    width: 100px; }

.related.posts .post {
  padding-left: 0;
  margin-bottom: 10px; }
.related.posts .excerpt {
  display: none; }
.related.posts .author {
  display: none; }
.related.posts .date {
  font-size: 90%;
  color: #999; }

/* Style I used on some partner pages to frame a downloadable PDF - Nov16 */
.pdf-downloader {
  background-color: #eeeff5;
  padding: 20px;
  overflow: auto;
  margin-top: 20px; }
  .pdf-downloader .img {
    float: left;
    margin: 0 20px 0 0; }
  .pdf-downloader .img img {
    height: 60px; }

.related_files .file {
  overflow: auto; }
.related_files .icon {
  position: relative;
  float: left; }
.related_files .icon img {
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  max-width: 70px;
  margin-right: 10px; }
.related_files .icon img.video_overlay {
  box-shadow: none;
  position: absolute;
  top: 0px;
  left: 0px;
  border: none; }
.related_files .name {
  margin-left: 85px; }
.related_files .desc {
  margin-left: 85px;
  font-size: 85%; }
.related_files .edit_link {
  display: block;
  margin-left: 85px; }

.alt-links {
  display: inline-block;
  list-style-type: none;
  margin: 30px 0 0 10px;
  padding: 0; }
  .alt-links li {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 10px;
    background-color: #f3f4f6;
    border-radius: 3px; }
  .alt-links a {
    color: #555; }
  .alt-links a:hover {
    color: #2E89BD; }

/* The resources links on the verticals pages */
.path-solutions .example {
  background-color: #f3f4f6;
  padding: 15px 20px 10px 60px;
  margin: 20px 0;
  color: #444; }
  .path-solutions .example:before {
    float: left;
    font-family: 'FontAwesome';
    content: '\f024';
    font-size: 200%;
    margin: -5px 5px 0 -45px;
    color: #cfcbda; }
  .path-solutions .example p:first-child:before {
    display: block;
    font-size: 140%;
    color: #878196;
    content: "Example:"; }
.path-solutions .resources .type {
  font-size: 85%;
  color: #aaa;
  text-transform: uppercase; }

/* RELATED RESOURCES */
.related.resources {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 -5px; }
  .related.resources .c-resources__item.-tile {
    height: auto;
    min-height: 330px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .related.resources > div {
    flex-basis: calc(33% - 30px);
    min-width: 265px;
    background-color: #fff;
    margin: 15px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .related.resources > div {
        flex-basis: calc(50% - 30px); } }
    @media (max-width: 640px) {
      .related.resources > div {
        flex-basis: calc(100% - 30px);
        min-width: 250px;
        max-width: 360px; } }
  .related.resources .img {
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #fff; }
    .related.resources .img .video {
      position: relative;
      display: block; }
    .related.resources .img .video:after {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      font-family: 'FontAwesome';
      content: '\f144';
      color: #fff;
      font-size: 300%;
      opacity: 0.9; }
  .related.resources .logo {
    text-align: center; }
  .related.resources .logo img,
  .related.resources .img img {
    max-width: 120px; }
  .related.resources .author {
    display: inline; }
  .related.resources .partner {
    float: right; }
  .related.resources .partner img {
    max-height: 35px;
    max-width: 120px; }
  .related.resources .newslogo {
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .related.resources .newslogo img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 200px;
    object-fit: contain;
    position: absolute; }
  .related.resources .attachment {
    padding-left: 140px; }
    .related.resources .attachment .img {
      margin-left: -130px; }
    .related.resources .attachment .type {
      margin-left: -130px; }
    .related.resources .attachment .desc {
      display: none; }
  .related.resources .article .quote {
    display: none; }
  .related.resources .article .more {
    display: none; }
  .related.resources .title {
    line-height: 1.3; }
  .related.resources.past-events > div.techtalk, .related.resources.past-events > div.webinar {
    border: 1pt solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    padding: 0 15px 20px;
    border-radius: 6px; }
  .related.resources .past-event .type,
  .related.resources .techtalk.past-event .type,
  .related.resources .webinar.past-event .type {
    text-transform: uppercase;
    font-size: 80%;
    color: #999;
    margin-bottom: 8px; }
  .related.resources .past-event .title,
  .related.resources .techtalk.past-event .title,
  .related.resources .webinar.past-event .title {
    font-weight: bold; }
  .related.resources .past-event .date,
  .related.resources .techtalk.past-event .date,
  .related.resources .webinar.past-event .date {
    font-size: 80%; }
  .related.resources .past-event .logo,
  .related.resources .techtalk.past-event .logo,
  .related.resources .webinar.past-event .logo {
    margin: 0 -15px 15px -15px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px; }
    .related.resources .past-event .logo a,
    .related.resources .techtalk.past-event .logo a,
    .related.resources .webinar.past-event .logo a {
      display: block;
      margin: 0 auto 0;
      width: 160px;
      height: 160px;
      text-align: center;
      border-radius: 100%;
      overflow: hidden;
      position: relative;
      box-shadow: 0 0 25px 10px rgba(255, 255, 255, 0.3); }
      .related.resources .past-event .logo a img,
      .related.resources .techtalk.past-event .logo a img,
      .related.resources .webinar.past-event .logo a img {
        height: 160px;
        width: auto;
        max-width: 300px;
        object-fit: cover;
        position: absolute;
        right: 0; }
  .related.resources .past-event .partner,
  .related.resources .techtalk.past-event .partner,
  .related.resources .webinar.past-event .partner {
    display: none; }
  .related.resources .past-event .type,
  .related.resources .techtalk.past-event .type,
  .related.resources .webinar.past-event .type {
    margin-bottom: 0;
    padding-bottom: 0; }
  .related.resources .past-event:nth-child(5n+1) .logo,
  .related.resources .techtalk.past-event:nth-child(5n+1) .logo,
  .related.resources .webinar.past-event:nth-child(5n+1) .logo {
    background: #0060f6;
    background: -moz-linear-gradient(-45deg, #0060f6 0%, #0ad9f7 100%);
    background: -webkit-linear-gradient(-45deg, #0060f6 0%, #0ad9f7 100%);
    background: linear-gradient(135deg, #0060f6 0%, #0ad9f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0060f6', endColorstr='#0ad9f7', GradientType=1); }
  .related.resources .past-event:nth-child(5n+2) .logo,
  .related.resources .techtalk.past-event:nth-child(5n+2) .logo,
  .related.resources .webinar.past-event:nth-child(5n+2) .logo {
    background: #6EC3F3;
    background: -moz-linear-gradient(-45deg, #6EC3F3 0%, #c33284 100%);
    background: -webkit-linear-gradient(-45deg, #6EC3F3 0%, #c33284 100%);
    background: linear-gradient(135deg, #6EC3F3 0%, #c33284 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EC3F3', endColorstr='#c33284', GradientType=1); }
  .related.resources .past-event:nth-child(5n+3) .logo,
  .related.resources .techtalk.past-event:nth-child(5n+3) .logo,
  .related.resources .webinar.past-event:nth-child(5n+3) .logo {
    background: #3d1f96;
    background: -moz-linear-gradient(-45deg, #3d1f96 0%, #df42c4 100%);
    background: -webkit-linear-gradient(-45deg, #3d1f96 0%, #df42c4 100%);
    background: linear-gradient(135deg, #3d1f96 0%, #df42c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d1f96', endColorstr='#df42c4', GradientType=1); }
  .related.resources .past-event:nth-child(5n+4) .logo,
  .related.resources .techtalk.past-event:nth-child(5n+4) .logo,
  .related.resources .webinar.past-event:nth-child(5n+4) .logo {
    background: #6ec3f3;
    background: -moz-linear-gradient(-45deg, #6ec3f3 0%, #3553db 100%);
    background: -webkit-linear-gradient(-45deg, #6ec3f3 0%, #3553db 100%);
    background: linear-gradient(135deg, #6ec3f3 0%, #3553db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec3f3', endColorstr='#3553db', GradientType=1); }
  .related.resources .past-event:nth-child(5n+5) .logo,
  .related.resources .techtalk.past-event:nth-child(5n+5) .logo,
  .related.resources .webinar.past-event:nth-child(5n+5) .logo {
    background: #f16778;
    background: -moz-linear-gradient(-45deg, #f16778 0%, #a33ec1 100%);
    background: -webkit-linear-gradient(-45deg, #f16778 0%, #a33ec1 100%);
    background: linear-gradient(135deg, #f16778 0%, #a33ec1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16778', endColorstr='#a33ec1', GradientType=1); }
  .related.resources .past-event .edit_link,
  .related.resources .techtalk.past-event .edit_link,
  .related.resources .webinar.past-event .edit_link {
    opacity: 0;
    margin-left: 0px;
    transition: .3s all;
    position: absolute;
    bottom: 2px;
    left: 0;
    line-height: 18px; }
  .related.resources .past-event:hover .edit_link,
  .related.resources .techtalk.past-event:hover .edit_link,
  .related.resources .webinar.past-event:hover .edit_link {
    opacity: 1;
    margin-left: 15px;
    transition: .3s all; }

h3.resources-widget-title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 200%; }

.page-resources .filters .only {
  display: none;
  text-decoration: underline;
  font-size: 90%;
  color: #2E89BD;
  padding-left: 5px; }
.page-resources .filters .option:hover .only {
  display: inline; }
.page-resources .filters .only:hover {
  cursor: pointer; }
.page-resources .filters .show-all {
  float: right;
  font-size: 90%;
  color: #2E89BD;
  cursor: pointer;
  padding-bottom: 5px; }
.page-resources .filters .show-all:hover {
  text-decoration: underline; }

.perks {
  max-width: 1100px;
  margin: auto; }
  .perks .perk {
    float: left;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px; }
    .perks .perk .title {
      display: block;
      font-weight: bold;
      font-size: 110%;
      margin-bottom: 5px; }
      .perks .perk .title i {
        margin-right: 10px; }
    @media (min-width: 480px) {
      .perks .perk {
        width: 48%;
        margin: 2%; } }
    @media (min-width: 965px) {
      .perks .perk {
        width: 31%;
        margin: 1%; } }

#smartWidget0 .srJobList {
  max-width: 600px;
  margin: 20px auto; }

.gallery.bookshelf {
  list-style-type: none;
  overflow: auto;
  padding: 0; }
  .gallery.bookshelf li {
    float: left;
    padding: 5px;
    overflow: auto;
    width: 250px;
    margin-right: 20px;
    background-color: #f3f4f6; }
  .gallery.bookshelf .img {
    background-color: #fff;
    text-align: center;
    padding: 10px; }
  .gallery.bookshelf .title {
    font-size: 85%; }

/* I hacked the header of the Beaver Builder Post Feed */
.fl-post-feed-header .post-type {
  font-size: 90%;
  color: #aaa;
  text-transform: uppercase; }

.ebook-promo {
  font-style: normal;
  padding-top: 20px;
  overflow: hidden;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: -40px; }
  @media (max-width: 1240px) {
    .ebook-promo {
      padding-left: 20px;
      padding-right: 20px; } }
  .ebook-promo .content {
    width: 50%;
    margin-bottom: 70px; }
    @media (max-width: 1024px) {
      .ebook-promo .content {
        width: 100%;
        padding-bottom: 150px; } }
  .ebook-promo h3 {
    margin-top: 10px;
    color: #000;
    font-size: 230%;
    margin-bottom: 20px;
    max-width: 70%; }
  .ebook-promo h3 + .subtitle {
    color: #164F6D;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 50%; }
  .ebook-promo .type {
    color: #6D7D9A;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase; }
  .ebook-promo img {
    width: 300px;
    max-width: 100%;
    overflow: hidden;
    transform: rotate(4deg);
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 40px;
    bottom: -200px; }
  .ebook-promo a {
    color: #8E3FB1;
    font-weight: 400; }

@media screen and (max-width: 767px) {
  .ebook-promo > div:first-of-type {
    width: 100% !important;
    display: block !important;
    float: none !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 70px;
    text-align: center; }
    .ebook-promo > div:first-of-type a {
      display: inline-block; }
  .ebook-promo img {
    right: 0;
    left: 0;
    margin: auto; }
  .ebook-promo h3 {
    max-width: 100%; }
    .ebook-promo h3 + .subtitle {
      max-width: 100%;
      margin-right: 0 !important; } }
.license_key_shortcode .license_key {
  font-family: monospace, monospace;
  font-size: 85%;
  display: block; }
.license_key_shortcode .license_key_expires {
  display: block; }
  .license_key_shortcode .license_key_expires::before {
    content: "Expires: "; }
.license_key_shortcode #the_key {
  border: 0 none;
  background-color: #edfbed; }
.license_key_shortcode #copy_key_button {
  position: relative; }
.license_key_shortcode #copy_key_button::after {
  display: inline-block;
  content: '\2713';
  color: #449944;
  margin-left: 0;
  max-width: 0;
  font-size: 22px;
  transform: scale(0);
  transition: all 0.3s linear; }
.license_key_shortcode #copy_key_button.confirmed::after {
  transform: scale(1);
  max-width: unset;
  margin-left: 6px;
  transition: all 0.3s linear; }

.vertical-case-studies {
  background-size: cover;
  color: #fff; }
  .vertical-case-studies .hitter {
    padding: 20px 25px;
    background-size: cover; }
    .vertical-case-studies .hitter .logo {
      height: 60px; }
    .vertical-case-studies .hitter .btn {
      margin-top: 15px;
      transition: all .5s ease;
      opacity: 0; }
    .vertical-case-studies .hitter h3 {
      padding-top: 15px;
      text-transform: initial;
      color: #fff;
      transition: all .5s ease; }
    .vertical-case-studies .hitter.telco {
      background-image: url(/wp-content/uploads/2017/01/telco_bg-450x160.jpg); }
    .vertical-case-studies .hitter.healthcare {
      background-image: url(/wp-content/uploads/2017/02/life-sciences-bg-450x182.jpg); }
    .vertical-case-studies .hitter.retail {
      background-image: url(/wp-content/uploads/2016/12/shutterstock_386904634-450x284.jpg); }
    .vertical-case-studies .hitter.energy {
      background-image: url(/wp-content/uploads/2016/12/energy-450x177.jpg); }
    .vertical-case-studies .hitter.logistics {
      background-image: url(/wp-content/uploads/2016/12/vlogistics-450x300.jpg); }
    .vertical-case-studies .hitter.finance {
      background-image: url(/wp-content/uploads/2016/12/finance_bg-450x203.jpg); }
    .vertical-case-studies .hitter:hover h3 {
      transform: translateY(-10px); }
    .vertical-case-studies .hitter:hover .btn {
      transform: translateY(-25px);
      opacity: 1; }

.extreme_promos {
  background: #2a6aaa;
  background: -moz-linear-gradient(-45deg, #2a6aaa 1%, #6e4e89 57%, #813272 100%);
  background: -webkit-linear-gradient(-45deg, #2a6aaa 1%, #6e4e89 57%, #813272 100%);
  background: linear-gradient(135deg, #2a6aaa 1%, #6e4e89 57%, #813272 100%); }
  .extreme_promos .fl-module-content {
    margin: 0; }
  .extreme_promos .hitter {
    position: relative;
    text-align: center;
    overflow: hidden; }
    .extreme_promos .hitter .icon {
      text-transform: uppercase; }
    .extreme_promos .hitter .icon img {
      max-height: 30px; }
    .extreme_promos .hitter .title {
      margin-top: 15px; }
    .extreme_promos .hitter .title a {
      font-size: 120%;
      text-decoration: none;
      color: #fff; }
    .extreme_promos .hitter .title a:hover {
      text-decoration: underline; }
    .extreme_promos .hitter .date {
      font-size: 90%; }
    .extreme_promos .hitter .cta {
      margin-top: 10px; }
    .extreme_promos .hitter div {
      position: relative;
      z-index: 5;
      max-width: 400px;
      margin: auto; }
    .extreme_promos .hitter:hover:before {
      top: 0;
      opacity: 1; }
    .extreme_promos .hitter:before {
      content: '';
      position: absolute;
      top: 100%;
      background: rgba(51, 51, 51, 0.2);
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      z-index: 1; }

/* Animation of Insight Engine Diagram */
@keyframes appear {
  100% {
    opacity: 1; } }
@keyframes fly-in-left {
  0% {
    transform: scale(1.1) translate(-40px, -10px);
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fly-in-right {
  0% {
    transform: scale(1.1) translate(40px, -10px);
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Insight Engine Diagram cont... animates on Scroll Down */
.fl-animated .center-piece,
.fl-animated .side-piece,
.fl-animated .arrow,
.fl-animated .section-title {
  animation: appear 2s 0s 1 forwards;
  opacity: 0; }
.fl-animated #left-pieces .piece {
  animation: fly-in-left 2s 0s 1 forwards; }
.fl-animated #right-pieces .piece {
  animation: fly-in-right 2s 0s 1 forwards; }
.fl-animated #piece1 {
  animation-delay: 0.5s; }
.fl-animated #piece2, .fl-animated #side1, .fl-animated #arrow1, .fl-animated #side1 .piece {
  animation-delay: 1s; }
.fl-animated #piece3, .fl-animated #side2, .fl-animated #arrow2, .fl-animated #side2 .piece {
  animation-delay: 1.5s; }
.fl-animated #piece4, .fl-animated #side3, .fl-animated #arrow3, .fl-animated #side3 .piece, .fl-animated #left-title {
  animation-delay: 2s; }
.fl-animated #piece5, .fl-animated #side4, .fl-animated #arrow4, .fl-animated #side4 .piece {
  animation-delay: 2.5s; }
.fl-animated #piece6, .fl-animated #side5, .fl-animated #arrow5, .fl-animated #side5 .piece {
  animation-delay: 3s; }
.fl-animated #side6, .fl-animated #arrow6, .fl-animated #side6 .piece, .fl-animated #right-title {
  animation-delay: 3.5s; }
.fl-animated #left-pieces a:hover .piece,
.fl-animated #center a:hover .left .piece {
  fill: #2473a2; }
.fl-animated #left-pieces a:hover,
.fl-animated #right-pieces a:hover,
.fl-animated #center a:hover {
  cursor: pointer; }
.fl-animated #right-pieces a:hover .piece,
.fl-animated #center a:hover .right .piece {
  fill: #a02b75; }

/* Extreme Data Chart - LOL... so bad it's good! */
@keyframes scaleDown {
  to {
    transform: scale(0.8, 0.8); } }
@keyframes scaleNormal {
  100% {
    transform: scale(1, 1); } }
@keyframes scaleMain {
  100% {
    transform: scale(1, 1); } }
@keyframes showText {
  to {
    opacity: 1; } }
@keyframes hideText {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fl-animated #main-box {
  transform-origin: 74px 517px;
  transform: scale(0.6, 0.6);
  animation: scaleNormal 6s ease-out 0.5s forwards; }
.fl-animated #box-data {
  transform-origin: 74px 517px;
  transform: scale(2.85, 3.5);
  animation: scaleNormal 6s ease-out 0.5s forwards; }
.fl-animated #TD-text {
  opacity: 0;
  transform-origin: 74px 517px;
  transform: scale(2.8, 2.8);
  animation: showText 2s linear 1s forwards, scaleDown 4.5s linear 0.5s forwards; }
.fl-animated #TD-Boundary {
  fill: rgba(0, 0, 0, 0);
  transform-origin: 74px 517px;
  transform: scale(2.85, 3.5);
  animation: scaleDown 4.5s linear 0.5s forwards; }
.fl-animated #td-tooltip {
  opacity: 0; }
.fl-animated #TD-text:hover text.main,
.fl-animated #TD-text:hover path {
  fill: #1F4169; }
.fl-animated #TD-text:hover #td-tooltip {
  animation: showText 0.5s linear 0s forwards; }
.fl-animated #BD-text {
  opacity: 0;
  transform-origin: 74px 517px;
  transform: scale(2, 2);
  animation: showText 2s linear 2s forwards, scaleDown 4s linear 2s forwards; }
.fl-animated #BD-Boundary {
  transform-origin: 74px 517px;
  transform: scale(2, 2);
  animation: scaleDown 4s linear 2.5s forwards; }
.fl-animated #bd-tooltip {
  opacity: 0; }
.fl-animated #BD-text:hover text.main,
.fl-animated #BD-text:hover #bd-group-icon polygon {
  fill: #1F4169; }
.fl-animated #BD-text:hover #bd-tooltip {
  animation: showText 0.5s linear 0s forwards; }
.fl-animated #ed-description {
  opacity: 0;
  animation: showText 1s linear 5.5s forwards; }
.fl-animated #ED-text {
  opacity: 0;
  animation: showText 2s linear 4.5s forwards; }

.c-modal {
  background: white;
  padding: 60px 20px;
  border-radius: 10px;
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  width: 1240px;
  max-width: 94%;
  max-height: 100vh;
  overflow-y: scroll;
  z-index: 9999999999; }
  .c-modal.-active {
    display: block; }
  .c-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer; }
  .c-modal fieldset {
    /* It's over 9000! */
    max-width: 999999999999999px !important;
    margin-bottom: 20px !important; }
    .c-modal fieldset .hs-input[type="checkbox"] {
      margin-right: 10px; }
    .c-modal fieldset div.input .hs-input {
      width: 100%; }
  .c-modal p {
    color: black; }

.c-resources__item.-hero .hero-title {
  padding-top: 30px; }

.c-block:before, .c-block:after {
  content: "";
  display: table; }
.c-block:after {
  clear: both; }
.c-block:nth-of-type(odd) .c-block__image {
  float: left; }
.c-block:nth-of-type(odd) .c-block__text {
  float: right; }
.c-block:nth-of-type(even) .c-block__image {
  float: right; }
.c-block:nth-of-type(even) .c-block__text {
  float: left; }
.c-block__image {
  width: 40%; }
  @media screen and (max-width: 600px) {
    .c-block__image {
      width: 100%; } }
  .c-block__image img.-circular {
    border-radius: 9999px; }
  .c-block__image img.-small {
    max-width: 85%;
    max-height: 306px; }
  .c-block__image img.-medium {
    max-width: 100%;
    max-height: 360px; }
  .c-block__image img.-large {
    max-width: 115%;
    max-height: 414px; }
.c-block__text {
  width: 60%;
  text-align: left;
  padding: 20px 80px; }
  @media screen and (max-width: 600px) {
    .c-block__text {
      width: 100%;
      padding: 0; } }
  .c-block__text.-white {
    background: white;
    color: #003249; }
  .c-block__text.-aa-left {
    padding-top: 0;
    padding-bottom: 40px; }
  .c-block__text.-aa-right {
    padding-top: 52px; }
  @media screen and (max-width: 1024px) {
    .c-block__text.-aa-left, .c-block__text.-aa-right {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .c-block__text.-aa-left {
      padding: 22px 30px; }
    .c-block__text.-aa-right {
      padding: 22px 30px; } }
.c-block.-flip:nth-of-type(even) .c-block__image {
  float: left; }
.c-block.-flip:nth-of-type(even) .c-block__text {
  float: right; }
.c-block.-flip:nth-of-type(odd) .c-block__image {
  float: right; }
.c-block.-flip:nth-of-type(odd) .c-block__text {
  float: left; }
.c-block.-image-left:nth-of-type(even) .c-block__image, .c-block.-image-left:nth-of-type(odd) .c-block__image {
  float: left; }
.c-block.-image-left:nth-of-type(even) .c-block__text, .c-block.-image-left:nth-of-type(odd) .c-block__text {
  float: right; }
.c-block.-full-width {
  padding: 20px 0; }
  .c-block.-full-width:first-of-type {
    padding-top: 40px; }
@media (max-width: 490px) {
  .c-block.-text-focus {
    padding-bottom: 0; } }
.c-block.-text-focus .c-block__image {
  width: 20%; }
  @media screen and (max-width: 490px) {
    .c-block.-text-focus .c-block__image {
      display: none; } }
.c-block.-text-focus .c-block__text {
  width: 74%;
  padding: 4px 0 0 0; }
  @media screen and (max-width: 490px) {
    .c-block.-text-focus .c-block__text {
      width: 92%;
      float: none !important; }
      .c-block.-text-focus .c-block__text .c-contentblock__body {
        font-size: 14px;
        line-height: 20px; } }
.c-block a {
  color: #6D51E0;
  font-weight: 600; }

.c-image-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  margin-top: 177px;
  max-height: 500px;
  overflow: hidden; }
  .c-image-backdrop:before, .c-image-backdrop:after {
    content: "";
    display: table; }
  .c-image-backdrop:after {
    clear: both; }
  @media (min-width: 992px) {
    .c-image-backdrop {
      width: auto; } }
  @media (min-width: 1100px) {
    .c-image-backdrop {
      width: 1200px; } }
  @media screen and (max-width: 1024px) {
    .c-image-backdrop {
      margin-top: 306px; } }
  @media screen and (max-width: 490px) {
    .c-image-backdrop {
      max-height: none; } }
  .c-image-backdrop img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .c-image-backdrop img {
        width: auto; } }
  .c-image-backdrop + .c-image-backdrop {
    margin-top: 1495px;
    max-height: 100%; }
    @media screen and (max-width: 1024px) {
      .c-image-backdrop + .c-image-backdrop {
        margin-top: 1174px; } }
    @media screen and (max-width: 437px) {
      .c-image-backdrop + .c-image-backdrop {
        margin-top: 993px; } }

.c-resources__container {
  max-width: 1240px;
  margin: 0 auto; }
.c-resources__content {
  background: #F6FCFC; }
.c-resources__item {
  display: block;
  text-decoration: none;
  margin-bottom: 60px; }
  .c-resources__item:before, .c-resources__item:after {
    content: "";
    display: table; }
  .c-resources__item:after {
    clear: both; }
  .c-resources__item:hover {
    text-decoration: none; }
    .c-resources__item:hover .c-resources__hover-text {
      display: block; }
  .c-resources__item.-hero {
    position: relative; }
    .c-resources__item.-hero:after {
      content: '';
      position: absolute;
      background: black;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      display: block;
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s; }
    .c-resources__item.-hero:hover:after {
      opacity: .4; }
    .c-resources__item.-hero:hover .c-resources__content:before {
      width: 100%; }
    .c-resources__item.-hero .c-resources__content {
      position: relative;
      text-align: center;
      width: 900px;
      max-width: 90%;
      margin: 0 auto;
      padding: 50px 100px 80px 100px;
      bottom: -80px;
      z-index: 9; }
      .c-resources__item.-hero .c-resources__content:before {
        content: '';
        height: 6px;
        width: 0%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        background: #6D51E0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }
      @media (max-width: 1024px) {
        .c-resources__item.-hero .c-resources__content {
          width: 100%;
          padding: 20px; } }
      .c-resources__item.-hero .c-resources__content h5 {
        font-size: 36px;
        font-weight: 400; }
    .c-resources__item.-hero h4 {
      color: white;
      font-size: 48px;
      margin-left: 68px;
      position: relative;
      font-weight: 200;
      z-index: 9; }
  .c-resources__item.-featured {
    position: relative;
    margin-top: 205px; }
    .c-resources__item.-featured:first-of-type {
      margin-top: 220px; }
    .c-resources__item.-featured:last-of-type {
      margin-bottom: 280px; }
    .c-resources__item.-featured .c-resources__featured-image:after {
      content: '';
      position: absolute;
      background: black;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      display: block;
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s; }
    .c-resources__item.-featured .c-resources__content {
      position: relative; }
      .c-resources__item.-featured .c-resources__content:before {
        content: '';
        height: 6px;
        width: 0%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        background: #6D51E0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }
    .c-resources__item.-featured:hover .c-resources__featured-image:after {
      opacity: .4; }
    .c-resources__item.-featured:hover .c-resources__content {
      position: relative; }
      .c-resources__item.-featured:hover .c-resources__content:before {
        width: 100%; }
    .c-resources__item.-featured:nth-child(odd) .c-resources__content {
      padding: 50px 30px 70px 30px;
      width: 53%;
      position: relative;
      z-index: 9;
      top: 26px; }
      @media (max-width: 1024px) {
        .c-resources__item.-featured:nth-child(odd) .c-resources__content {
          width: 100%;
          position: static;
          float: none; } }
      .c-resources__item.-featured:nth-child(odd) .c-resources__content h5 {
        font-size: 30px;
        font-weight: 400; }
    .c-resources__item.-featured:nth-child(odd) .c-resources__featured-image {
      position: absolute;
      right: 0;
      top: 0;
      width: 60%;
      height: 360px; }
      @media (max-width: 1024px) {
        .c-resources__item.-featured:nth-child(odd) .c-resources__featured-image {
          position: relative;
          width: 100%;
          float: none; } }
    .c-resources__item.-featured:nth-child(even) {
      margin-bottom: 200px; }
      @media (max-width: 1024px) {
        .c-resources__item.-featured:nth-child(even) {
          margin-bottom: 100px; } }
      .c-resources__item.-featured:nth-child(even) .c-resources__content {
        padding: 50px 30px 70px 30px;
        width: 53%;
        position: relative;
        z-index: 9;
        top: 26px;
        float: right; }
        @media (max-width: 1024px) {
          .c-resources__item.-featured:nth-child(even) .c-resources__content {
            width: 100%;
            position: static;
            float: none; } }
        .c-resources__item.-featured:nth-child(even) .c-resources__content h5 {
          font-size: 30px;
          font-weight: 400; }
      .c-resources__item.-featured:nth-child(even) .c-resources__featured-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 60%;
        height: 360px; }
        @media (max-width: 1024px) {
          .c-resources__item.-featured:nth-child(even) .c-resources__featured-image {
            position: relative;
            width: 100%;
            float: none; } }
  .c-resources__item.-tile {
    vertical-align: top;
    min-height: 330px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
    .c-resources__item.-tile.-show-after-filter {
      display: none; }
    .c-resources__item.-tile:hover .c-resources__featured-image:after {
      opacity: .4; }
    .c-resources__item.-tile .c-resources__content {
      background: transparent; }
    .c-resources__item.-tile .c-resources__featured-image {
      width: 100%;
      height: 200px;
      position: relative; }
      .c-resources__item.-tile .c-resources__featured-image.news {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 75%;
        margin: 0 auto; }
        .c-resources__item.-tile .c-resources__featured-image.news:after {
          left: -18%;
          width: 133%; }
      .c-resources__item.-tile .c-resources__featured-image:after {
        content: '';
        position: absolute;
        background: black;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        display: block;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s; }
    .c-resources__item.-tile h5 {
      font-size: 18px;
      font-weight: 500; }
    .c-resources__item.-tile h6 {
      font-size: 12px;
      margin-top: 20px; }
  .c-resources__item h4 {
    margin-bottom: 160px;
    margin-top: 100px;
    font-weight: 400; }
  .c-resources__item h6 {
    color: #6D51E0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold; }
.c-resources__filters {
  background: #388ABC;
  padding: 20px 26px;
  margin: 40px 0; }
  .c-resources__filters:before, .c-resources__filters:after {
    content: "";
    display: table; }
  .c-resources__filters:after {
    clear: both; }
  .c-resources__filters .selectize-control {
    width: 200px;
    float: left;
    margin-right: 10px; }
    .c-resources__filters .selectize-control .selectize-dropdown-content .option:first-of-type {
      margin-bottom: 20px; }
    .c-resources__filters .selectize-control .selectize-input {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 18px;
      background-color: transparent !important;
      background-image: none;
      border: none;
      color: white;
      text-shadow: none;
      outline: none;
      box-shadow: none; }
      .c-resources__filters .selectize-control .selectize-input:hover, .c-resources__filters .selectize-control .selectize-input:focus {
        background-color: transparent;
        color: white; }
      .c-resources__filters .selectize-control .selectize-input:after {
        border-color: white transparent transparent transparent; }
  @media (max-width: 1024px) {
    .c-resources__filters {
      text-align: center; } }
  .c-resources__filters select {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .c-resources__filters select {
        margin-right: 0; } }
    .c-resources__filters select option {
      background: #388ABC; }
    .c-resources__filters select__title {
      color: white;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer; }
      .c-resources__filters select__title span {
        display: inline-block;
        margin-left: 10px; }
    .c-resources__filters select__options {
      display: none; }
.c-resources__hover-text {
  display: none;
  position: absolute;
  color: white;
  font-weight: bold;
  border-bottom: 4px solid #6D51E0;
  left: 50%;
  top: 48%;
  transform: translate(-50%);
  text-align: center;
  text-transform: uppercase;
  z-index: 9; }

@media screen and (max-width: 1000px) {
  .c-resources__item.-featured:nth-child(odd) .c-resources__featured-image {
    height: 250px; }
  .c-resources__item.-featured:nth-child(odd) .c-resources__content {
    padding: 30px; }
  .c-resources__item.-featured:first-of-type {
    margin-top: 150px; }
  .c-resources__item.-featured:last-of-type {
    margin-bottom: 50px; }
  .c-resources__item.-hero h4 {
    margin-top: 140px; } }
@media screen and (max-width: 767px) {
  .c-resources__item {
    margin-bottom: 40px; }
    .c-resources__item.-featured {
      margin-top: 50px; }
    .c-resources__item.-hero h4 {
      margin-bottom: 50px;
      margin-left: 20px;
      margin-top: 100px; }
    .c-resources__item.-hero .c-resources__content h5 {
      font-size: 30px; } }
/* NEW WIDGET EVENTS and PODCASTS STYLE ADJUSTMENTS  - DMcKnight  */
.small-date {
  font-size: 85%;
  margin-left: 10px; }

@media screen and (min-width: 992px) {
  .c-resources__item-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; } }
@media screen and (min-width: 992px) {
  .widget.events .c-resources__item-container, .related.resources:not(.past-events) .c-resources__item-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .widget.events .c-resources__item-container .c-resources__item, .related.resources:not(.past-events) .c-resources__item-container .c-resources__item {
      flex-basis: 33%;
      height: auto; } }
.widget.events .c-resources__item.-tile.techtalk, .related.resources:not(.past-events) .c-resources__item.-tile.techtalk {
  vertical-align: top;
  min-height: 380px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .widget.events .c-resources__item.-tile.techtalk h6, .related.resources:not(.past-events) .c-resources__item.-tile.techtalk h6 {
    margin-top: 20px; }
  .widget.events .c-resources__item.-tile.techtalk .c-resources__featured-image, .related.resources:not(.past-events) .c-resources__item.-tile.techtalk .c-resources__featured-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto -10px;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
    .widget.events .c-resources__item.-tile.techtalk .c-resources__featured-image:after, .related.resources:not(.past-events) .c-resources__item.-tile.techtalk .c-resources__featured-image:after {
      overflow: hidden !important;
      border-radius: 100% !important; }
.widget.events a:hover h6, .widget.events a:hover .small-date, .related.resources:not(.past-events) a:hover h6, .related.resources:not(.past-events) a:hover .small-date {
  text-decoration-color: rgba(0, 0, 0, 0) !important;
  text-decoration: none !important; }

.c-resources__item-container.podcasts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center; }
  .c-resources__item-container.podcasts .c-resources__item.-tile.podcast {
    vertical-align: top;
    height: auto;
    max-width: 400px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto; }
    .c-resources__item-container.podcasts .c-resources__item.-tile.podcast .image {
      max-width: 200px;
      max-height: 200px;
      margin: 0 auto; }
      .c-resources__item-container.podcasts .c-resources__item.-tile.podcast .image img {
        max-width: 200px;
        max-height: 200px;
        height: auto;
        object-fit: contain;
        display: block;
        border-radius: 20px; }

#register-call-to-action {
  text-align: center; }
  #register-call-to-action h3 {
    font-weight: bold;
    color: #FFF; }
  #register-call-to-action p {
    color: #FFF;
    margin: 20px 0; }
  #register-call-to-action .button {
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    background: #7c41af;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 10px 0 30px; }
    #register-call-to-action .button:hover {
      color: #7c41af;
      background: #FFF;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }

/* Blog Posts */
.blog-name {
  display: none;
  float: right;
  color: #BFBACE;
  text-align: right;
  padding-right: 10px;
  position: relative;
  top: -10px; }
  .blog-name .title {
    font-size: 200%; }
  .blog-name .subtitle {
    text-transform: uppercase;
    color: #615a77; }
  @media (min-width: 992px) {
    .blog-name {
      display: block; } }

.single-press-releases .fl-post-title.press-release {
  margin-top: 100px; }

.kin-breadcrumb {
  text-transform: uppercase;
  margin-bottom: 30px; }

.single-post .kin-breadcrumb {
  margin-top: 60px; }
@media (min-width: 992px) {
  .single-post .kin-breadcrumb {
    margin-left: 65px; } }

.single .post {
  max-width: 860px;
  margin: 0 auto; }
  .single .post .fl-post-title {
    margin-top: 10px; }
  .single .post .fl-post-title.press-release {
    margin-top: 100px; }
  .single .post .fl-post-content {
    margin-top: 60px; }
    .single .post .fl-post-content img.aligncenter {
      margin-top: 15px;
      margin-bottom: 15px; }
  .single .post .post-avatar {
    display: none; }
  .single .post .fl-post-cats-tags {
    display: none; }
  .single .post .fl-post-nav {
    overflow: visible;
    border-top: 0;
    margin-top: 20px; }
    .single .post .fl-post-nav a:hover {
      text-decoration: none; }
  .single .post .fl-post-nav-prev {
    position: relative;
    width: 50%;
    float: left;
    background-color: #f6f6f6;
    min-height: 90px;
    padding: 10px;
    padding-left: 30px;
    border-right: 5px solid #fff; }
    .single .post .fl-post-nav-prev:hover {
      background-color: #f0f0f0; }
    .single .post .fl-post-nav-prev a:before {
      content: "\f137";
      font-family: 'FontAwesome';
      position: absolute;
      top: 25px;
      left: -10px;
      font-size: 180%; }
  .single .post .fl-post-nav-next {
    position: relative;
    width: 50%;
    background-color: #f6f6f6;
    padding: 10px;
    min-height: 90px;
    padding-right: 30px;
    text-align: right; }
    .single .post .fl-post-nav-next:hover {
      background-color: #f0f0f0; }
    .single .post .fl-post-nav-next a:before {
      content: "\f138";
      font-family: 'FontAwesome';
      position: absolute;
      top: 25px;
      right: -10px;
      font-size: 180%; }
  .single .post .fl-post-meta {
    margin-top: 30px;
    font-style: italic; }
  .single .post .fl-post-meta-bottom {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px; }
  .single .post .subtitle {
    font-size: 150%; }

.single .post .top-share,
.single .podcast .top-share {
  display: none;
  text-transform: uppercase;
  font-size: 12px; }
.single .post .top-share .hdr,
.single .podcast .top-share .hdr {
  padding: 2px;
  font-weight: bold; }
.single .post .ssba,
.single .podcast .ssba {
  font-style: normal; }
@media (min-width: 992px) {
  .single .post .fl-post-title,
  .single .podcast .fl-post-title {
    margin-top: 40px; }
  .single .post .top-share,
  .single .podcast .top-share {
    display: block;
    position: fixed;
    top: 285px;
    left: 0;
    width: 75px; }
  .single .post .top-share .ssba img,
  .single .podcast .top-share .ssba img {
    padding: 1px; }
  .single .post .post-avatar,
  .single .podcast .post-avatar {
    position: relative;
    display: block; }
  .single .post .post-avatar img,
  .single .podcast .post-avatar img {
    margin-left: -150px;
    position: absolute;
    top: 10px; } }

.single .event .in_partnership_with {
  text-transform: uppercase; }
  .single .event .in_partnership_with img {
    max-height: 30px;
    max-width: 120px; }
.single .event #reg_form {
  clear: both;
  overflow: auto;
  background-color: #f3f4f6;
  padding: 20px 20px 70px; }
  .single .event #reg_form h2 {
    margin: 10px 0 20px; }

.blog .fl-page-content {
  background: url(/wp-content/themes/kinetica/images/backgrounds/blog-background.jpg) center;
  background-size: cover;
  padding-bottom: 40px;
  background-attachment: fixed; }
.blog .fl-archive {
  margin: 20px;
  padding: 0; }
.blog .fl-content {
  margin: 0; }
.blog .blog-title {
  text-align: right;
  margin: 90px 0 60px;
  color: #fff;
  padding-right: 0; }
  .blog .blog-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 200; }
.blog .subtitle {
  text-transform: uppercase; }
@media (min-width: 992px) {
  .blog .fl-archive {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 40px;
    margin: 0 auto; } }

.archive .post,
.blog .post {
  border-bottom: 0;
  padding: 30px;
  background-color: #fff; }
  .archive .post .author,
  .blog .post .author {
    font-size: 110%;
    font-weight: 500;
    color: #beb5d2;
    margin: 5px 0px;
    text-transform: uppercase; }
  .archive .post .fl-post-header,
  .blog .post .fl-post-header {
    margin-bottom: 15px; }
  .archive .post .fl-post-title,
  .blog .post .fl-post-title {
    font-weight: normal; }
  .archive .post .fl-post-date,
  .blog .post .fl-post-date {
    font-size: 85%; }
  .archive .post .post-avatar,
  .blog .post .post-avatar {
    display: none; }
    .archive .post .post-avatar img,
    .blog .post .post-avatar img {
      margin-top: -5px; }
  .archive .post:nth-child(odd),
  .blog .post:nth-child(odd) {
    background-color: #fff; }
  .archive .post:last-child,
  .blog .post:last-child {
    padding-bottom: 20px; }
  @media (min-width: 992px) {
    .archive .post,
    .blog .post {
      padding: 50px 100px 50px 280px; }
      .archive .post .post-avatar,
      .blog .post .post-avatar {
        display: block;
        margin-left: -150px;
        float: left;
        padding-top: 10px; } }

.blog .podcast {
  border-bottom: 0;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 50px; }
  .blog .podcast .episode {
    font-weight: 500;
    color: #beb5d2;
    text-transform: uppercase;
    margin-bottom: 5px 0;
    padding-top: 20px; }
  .blog .podcast .title {
    font-weight: normal;
    margin-top: 10px; }
  .blog .podcast .subtitle {
    display: inline;
    text-transform: initial;
    color: #777;
    font-size: 100%; }
  .blog .podcast .desc {
    display: inline; }
    .blog .podcast .desc::before {
      content: " "; }
  .blog .podcast .image {
    float: left;
    display: none;
    overflow: hidden;
    margin: 15px 20px 10px 20px;
    border: 5px solid #fff; }
  .blog .podcast .image img {
    margin-top: -5px;
    width: 102px;
    height: auto;
    border: 4px solid #ededef;
    border-radius: 5px; }
  .blog .podcast .the_embed {
    padding: 20px;
    padding-left: 0; }
  .blog .podcast .edit_link {
    padding-right: 20px; }
  @media (min-width: 992px) {
    .blog .podcast {
      padding: 50px 100px 50px 280px; }
      .blog .podcast .image {
        display: block;
        margin-left: -150px;
        float: left;
        padding-top: 10px; } }

.single-partner h1:not(.c-header-title) {
  font-size: 60px; }
.single-partner .fl-content {
  margin-top: 0; }
.single-partner .fl-sidebar {
  margin-top: 0;
  padding-left: 80px; }
.single-partner .related.partner-logo img {
  max-width: 300px;
  max-height: 100px;
  height: auto;
  margin: 0 auto 40px;
  display: block; }

.home {
  /* Four Panels on photo background with icons */
  /* HOME CUSTOMER LOGOS IN FLEX BOX DMcKnight */ }
  .home .home_hero.on_indigo {
    background-color: #0e0429; }
  .home h1 b {
    font-size: 150%; }
  .home h1 .ede {
    font-size: 67px;
    font-weight: 900; }
  .home .p1 {
    text-align: center;
    font-size: 140%;
    max-width: 70%;
    margin: 0 auto 20px; }
    .home .p1 a {
      color: #b19eea; }
  .home .home-callout {
    margin: 0 auto;
    padding: 5px 20px;
    background-color: rgba(187, 40, 72, 0.8);
    display: inline-block;
    color: #fff; }
    .home .home-callout a {
      text-decoration: underline; }
  .home .home_verticals .hitter {
    position: relative;
    background-color: #000;
    margin-bottom: 30px;
    background-size: cover;
    background-position: left center; }
    .home .home_verticals .hitter:before {
      position: absolute;
      content: " ";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    .home .home_verticals .hitter:hover:before {
      display: block; }
    .home .home_verticals .hitter.telco {
      background-image: url(/wp-content/uploads/2017/01/telco_bg-450x160.jpg); }
    .home .home_verticals .hitter.healthcare {
      background-image: url(/wp-content/uploads/2017/02/life-sciences-bg-450x182.jpg); }
    .home .home_verticals .hitter.retail {
      background-image: url(/wp-content/uploads/2016/12/shutterstock_386904634-450x284.jpg); }
    .home .home_verticals .hitter.energy {
      background-image: url(/wp-content/uploads/2016/12/energy-450x177.jpg); }
    .home .home_verticals .hitter.logistics {
      background-image: url(/wp-content/uploads/2016/12/vlogistics-450x300.jpg); }
    .home .home_verticals .hitter.finance {
      background-image: url(/wp-content/uploads/2016/12/finance_bg-450x203.jpg); }
  .home .home_verticals * {
    position: relative;
    /* hack */ }
  .home .home_verticals .title {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 200%; }
    .home .home_verticals .title a {
      display: inline-block;
      padding: 90px 20px 70px;
      color: #fff;
      text-decoration: none;
      width: 100%; }
  @media (min-width: 787px) {
    .home .home_verticals .hitter {
      width: 47%;
      float: left;
      margin-left: 20px; } }
  @media (min-width: 992px) {
    .home .home_verticals .hitter {
      width: 30%;
      float: left;
      margin-left: 20px; } }
  .home #main_pitch .hitter .fl-html {
    background-color: #f3f4f6;
    padding: 20px 10px; }
    @media (min-width: 965px) {
      .home #main_pitch .hitter .fl-html {
        min-height: 350px; } }
  .home .sol2 {
    background-image: url(/wp-content/uploads/2018/06/lighttrails.jpg);
    background-size: cover;
    background-position: center center;
    position: relative; }
    .home .sol2 .solution {
      position: relative;
      background-color: white;
      margin: 10px .5%;
      padding: 48px 30px;
      min-height: 370px; }
      .home .sol2 .solution.bi {
        margin-left: 0; }
      .home .sol2 .solution.ml {
        margin-right: 0; }
    .home .sol2 .title {
      font-size: 22px;
      line-height: 28px;
      font-weight: 900;
      color: #003249;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .home .sol2 .title:after {
        content: '';
        background-color: #355DBB;
        height: 3px;
        width: 44px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .home .sol2 .desc {
      font-weight: 500;
      color: #003249; }
    .home .sol2 .more {
      position: absolute;
      bottom: 50px;
      display: block;
      margin: 0 auto; }
      .home .sol2 .more a {
        font-weight: bold;
        background-color: #fff;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        color: #271759; }
    @media (min-width: 787px) {
      .home .sol2 .solution {
        width: 48.5%;
        float: left; } }
    @media (min-width: 1200px) {
      .home .sol2 .solution {
        width: 24.25%;
        float: left; } }
    @media (max-width: 786px) {
      .home .sol2 .solution {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0; } }
  .home .customer_logos {
    text-align: center;
    padding-bottom: 40px; }
    .home .customer_logos > div {
      display: inline-block;
      padding: 0 30px; }
      .home .customer_logos > div > div {
        height: 80px;
        display: table; }
        .home .customer_logos > div > div > div {
          display: table-cell;
          vertical-align: middle; }
          .home .customer_logos > div > div > div img {
            margin: 0; }
  @media screen and (max-width: 500px) {
    .home .customer_logos > div {
      padding: 0 20px; } }
  .home .awards {
    text-align: center; }
    .home .awards .award {
      display: inline-block;
      padding-right: 20px; }
    .home .awards img {
      height: 100px;
      margin: 0px 20px; }
  .home .logo-panel {
    text-align: center;
    text-transform: uppercase;
    color: #e2e3e9;
    font-size: 75%;
    opacity: 0.8; }
  .home .customer_logos_flex {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1400px;
    padding-bottom: 40px; }
    .home .customer_logos_flex div {
      width: 0;
      padding: 10px 10px;
      flex: 1 1 50%;
      min-width: 50%; }
      @media (min-width: 640px) {
        .home .customer_logos_flex div {
          flex: 1 1 auto;
          min-width: 33%; } }
      @media (min-width: 1080px) {
        .home .customer_logos_flex div {
          flex: 1 1 auto;
          min-width: 160px; } }
      .home .customer_logos_flex div img {
        width: 100%;
        max-width: 160px;
        max-height: 60px;
        object-fit: contain;
        height: auto;
        filter: saturate(0);
        opacity: 0.4;
        transition: all 0.3s linear; }
        .home .customer_logos_flex div img:hover {
          filter: saturate(1);
          opacity: 1;
          transition: all 0.3s linear; }

.extreme-data .three.hitters .hitter {
  background-color: #f3f4f6; }

#particles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.fl-node-57aa50b0911c8 h1 {
  position: relative;
  z-index: 3;
  font-weight: 800;
  font-style: italic;
  background-size: 100% 100%; }

/* background:url(/wp-content/themes/kinetica/images/backgrounds/bg-blur.png); */
.fl-node-57aa50b0911c8 .fl-row-content {
  position: relative;
  z-index: 3;
  font-weight: 800;
  background-size: 100% 100%; }

/* background:url(/wp-content/themes/kinetica/images/backgrounds/bg-blur.png); */
/* giphy-styling on home page */
.laptop {
  display: inline-block;
  width: 100%;
  height: auto;
  display: block;
  max-width: 480px;
  margin: 0 auto; }
  @media (max-width: 1300px) {
    .laptop {
      display: none; } }

.giphy-overlay {
  position: absolute;
  max-width: inherit !important; }
  @media (max-width: 1300px) {
    .giphy-overlay {
      position: static;
      max-width: 93% !important;
      height: auto !important;
      margin: 0 auto; } }

/* PRODUCT PAGE... captions around the hardware and gpu images.  */
.caption {
  max-width: 400px;
  margin: auto;
  margin-bottom: 15px;
  padding: 5px 10px; }

.page-product .main-hero h1 {
  text-transform: uppercase;
  font-size: 350%;
  font-weight: bold; }
.page-product .main-hero .subtitle {
  font-size: 160%;
  margin: auto;
  color: #d4ceea; }
@media (min-width: 787px) {
  .page-product .main-hero h1 {
    font-size: 450%; }
  .page-product .main-hero .subtitle {
    font-size: 220%;
    max-width: 80%; } }

.gpu-cpu-compare {
  max-width: 800px;
  margin: 0 auto; }
  .gpu-cpu-compare .option {
    width: 50%;
    float: left;
    border-bottom: 1px solid #E2E3E9; }
    .gpu-cpu-compare .option .cores {
      font-size: 150%; }
      .gpu-cpu-compare .option .cores .number {
        font-size: 200%;
        display: block;
        margin-bottom: -15px; }
    .gpu-cpu-compare .option .desc {
      text-transform: uppercase;
      color: #9590a7;
      min-height: 60px; }
    .gpu-cpu-compare .option .type {
      font-size: 250%;
      margin-bottom: -20px; }
  .gpu-cpu-compare .cpu {
    text-align: right;
    padding-right: 30px; }
  .gpu-cpu-compare .gpu {
    text-align: left;
    padding-left: 30px;
    border-left: 1px solid #fff; }
  .gpu-cpu-compare .counter {
    position: relative;
    top: 50px;
    font-family: monospace;
    font-size: 120%;
    color: #ccc;
    padding: 0 40px; }
  .gpu-cpu-compare .vs {
    text-align: center;
    padding: 20px;
    clear: both; }
    .gpu-cpu-compare .vs a {
      margin-top: 20px; }
  @media (min-width: 787px) {
    .gpu-cpu-compare .option .cores {
      display: initial; }
      .gpu-cpu-compare .option .cores .number {
        font-size: 300%;
        margin: initial; }
    .gpu-cpu-compare .option .desc {
      min-height: initial; }
    .gpu-cpu-compare .option .type {
      font-size: 250%;
      margin-bottom: -20px; }
    .gpu-cpu-compare .cpu {
      padding-right: 70px; }
    .gpu-cpu-compare .gpu {
      padding-left: 70px; }
    .gpu-cpu-compare .counter {
      padding: 0; } }

.gpu-explanation {
  max-width: 900px;
  margin: auto;
  text-align: center;
  color: #9590a7;
  font-size: 90%;
  /* opacity:1; */ }

.pillar {
  background-color: #f9f9fa;
  padding: 20px;
  text-align: center; }
  .pillar .icon img {
    width: 150px; }
  .pillar h3.title {
    font-size: 160%;
    text-transform: uppercase;
    color: #8e86a9;
    margin: 0;
    margin-top: 10px; }
  .pillar .subtitle {
    font-weight: 500;
    margin: 0 0 20px;
    color: #922a6c; }
  .pillar ul, .pillar .desc {
    padding: 25px 20px 0;
    border-top: 1px solid #d6d6d6; }
  .pillar li {
    margin-bottom: 10px;
    list-style-type: none;
    text-align: left;
    padding-left: 20px; }
    .pillar li:before {
      font-family: 'FontAwesome';
      content: '\f055';
      margin: 0 15px 0 -30px;
      color: #c3bdd4; }

.ecosystem .points {
  text-align: center;
  margin-top: 20px; }
  .ecosystem .points li {
    list-style-type: none;
    margin-bottom: 10px;
    font-weight: 500;
    color: #71698a; }

@media (min-width: 768px) {
  .caption.gpu1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 220px;
    text-align: left;
    width: 300px;
    background-color: rgba(24, 13, 56, 0.5); }

  .caption.gpu2 {
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -540px;
    text-align: left;
    width: 300px;
    background-color: rgba(24, 13, 56, 0.5); }

  .caption.gpu3 {
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: 220px;
    text-align: left;
    width: 300px;
    background-color: rgba(24, 13, 56, 0.5); }

  .caption.hardware1 {
    position: absolute;
    top: 50px;
    width: 220px;
    text-align: left; }

  .caption.hardware2 {
    position: absolute;
    top: 310px;
    left: 310px;
    width: 500px;
    text-align: left;
    max-width: initial; } }
/* Partner logos on Product Page */
.vendor_logos img {
  max-height: 35px; }

/* Checkboxes for features on the product page? */
ul.features {
  padding-left: 35px;
  margin-top: 25px; }
  ul.features li {
    list-style-type: none;
    margin-bottom: 15px; }
  ul.features li::before {
    float: left;
    font-family: 'FontAwesome';
    content: '\f058';
    font-size: 150%;
    margin: -5px 5px 0 -35px;
    color: #7e7794; }

/* Not sure? */
.side-screenshot .fl-photo-img.wp-image-83 {
  height: 480px !important;
  margin-top: 20px;
  width: auto;
  max-width: none; }

/* Timeline on Solutions Page? */
.timeline {
  margin-top: 20px; }
  .timeline .date {
    font-size: 90%; }
  .timeline h4 {
    margin-top: 0px;
    font-weight: 500; }
  .timeline .fl-col-group {
    background-image: url(/wp-content/themes/kinetica/images/backgrounds/timeline_line.png);
    background-position: bottom center;
    background-repeat: no-repeat; }
  .timeline .fl-module-content {
    margin-bottom: 40px;
    margin-top: 0px; }
  .timeline .fl-col-group:nth-child(even) .timeline-center i {
    color: #D6E9F4; }
  .timeline .timeline-center {
    text-align: center; }
  .timeline .timeline-center i {
    font-size: 300%;
    color: #2E89BD;
    background-color: #fff;
    padding-bottom: 20px; }
  .timeline .timeline-left {
    text-align: right; }

/* Leadership Team */
.leadership .team img {
  width: 150px; }

.team {
  text-align: center; }
  .team .individual {
    vertical-align: top;
    display: inline-block;
    width: 220px;
    margin: 10px 20px;
    cursor: pointer; }
  .team .desc {
    display: none; }
  .team .name {
    font-size: 130%; }

/* View of Leadership Team pop-up */
.pop-team {
  position: relative;
  padding: 20px;
  color: #fff;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  font-size: 110%; }
  .pop-team .mfp-close {
    background-color: #271759;
    color: #fff; }
  .pop-team .face {
    float: left;
    margin-right: 20px; }
  .pop-team .face img {
    width: 200px; }
  .pop-team .role {
    font-size: 140%; }
  .pop-team .name {
    font-size: 230%; }
  .pop-team .desc {
    clear: both;
    padding-top: 20px; }

/* For the SVG charts? */
.performance-chart {
  line-height: 1; }

/* Media Center */
.press-gallery {
  background-color: #eeeff5; }
  .press-gallery .fl-photo {
    background-color: #fff;
    padding: 5px; }

/* Industries Panel on the Solutions Page */
.industries .icons {
  text-align: center; }
.industries .industry {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 10px 40px 0;
  padding-bottom: 25px; }
.industries .icon img {
  width: 64px;
  opacity: 0.5; }
.industries .title {
  text-transform: uppercase;
  color: #9590a7; }
.industries .industry:hover img {
  opacity: 1;
  cursor: pointer; }
.industries .industry:hover .title {
  color: #fff;
  cursor: pointer; }
.industries .active .icon img {
  opacity: 1; }
.industries .active .title {
  color: #fff; }
.industries .desc {
  display: none;
  background-color: #eeeff5;
  color: #555;
  padding: 25px;
  font-size: 95%; }
  .industries .desc ul {
    overflow: auto;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    list-style-type: none; }
  .industries .desc a {
    color: #71698a; }
  .industries .desc .bottom-hilite {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -10px;
    background-color: #e3e5ef;
    padding: 10px;
    overflow: auto; }
.industries .opt1-2 {
  width: 50%;
  float: left;
  border-right: 3px solid #fff; }
.industries .opt2-2 {
  padding-left: 20px;
  width: 50%;
  float: left; }
.industries .options li {
  float: left;
  padding: 0 30px;
  width: 33%; }
.industries .options li:first-child {
  padding-left: 0; }
.industries .options b {
  display: block;
  font-weight: normal;
  font-size: 120%;
  color: #180D38;
  margin-bottom: 10px; }
@media (min-width: 992px) {
  .industries .active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 5;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #eeeff5; } }

.application-accelerator .itter .icon {
  color: #5199A0; }
.application-accelerator .accelerator-table tr.sub td {
  background-color: #5199A0; }
.application-accelerator .on_grey {
  background-color: #eeeff5; }

/* The manual creation of the whats-new dropdowns */
.whats-new-mishmash .post {
  margin-bottom: 30px; }

/* Events Template */
.event-type {
  text-transform: uppercase;
  margin-bottom: 20px; }

/* Photo Header */
.heading-shade {
  background-color: rgba(0, 0, 0, 0.4); }

/* Customize the layout of partners and awards on the about page */
.page-about .related.partners .partner {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  border: 0;
  border-bottom: 3px solid #fff; }
  .page-about .related.partners .partner .logo {
    height: 50px; }
  .page-about .related.partners .partner:hover {
    box-shadow: none;
    border-color: #d9d5e4; }
.page-about .awards {
  text-align: center; }
  .page-about .awards .award {
    display: inline-block;
    padding-right: 20px;
    height: 100px; }
    .page-about .awards .award img {
      max-height: 90px;
      max-width: 150px;
      width: auto; }

/* Tutorials */
.single-tutorial .tut-header, .single-podcast .tut-header {
  background-color: #eeeff5;
  min-height: 120px;
  padding-top: 50px;
  padding-bottom: 60px; }
  .single-tutorial .tut-header h1, .single-podcast .tut-header h1 {
    margin-top: 20px; }
.single-tutorial .tut-body, .single-podcast .tut-body {
  margin: -40px;
  padding: 40px;
  margin-bottom: 0;
  background-color: #fff; }
.single-tutorial .the_embed, .single-podcast .the_embed {
  margin-top: 30px; }
.single-tutorial .podcast-name, .single-podcast .podcast-name {
  text-transform: uppercase;
  font-weight: 600;
  color: #71698a;
  margin: 20px 0; }

/* Learn Page */
.page-id-1987 .languages .hitter .img img {
  height: 120px; }
.page-id-1987 .docs-hitters .hitter {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px; }
.page-id-1987 .docs-hitters .icon img {
  width: 100px;
  padding-bottom: 15px; }
@media (min-width: 787px) {
  .page-id-1987 .docs-hitters .hitter {
    width: 47%;
    float: left;
    margin-left: 20px; } }
@media (min-width: 992px) {
  .page-id-1987 .docs-hitters .hitter {
    width: 30%;
    float: left;
    margin-left: 20px; } }

/* Narrow text on a wide page */
.full-body-text {
  max-width: 900px;
  margin: auto; }
  .full-body-text img.alignnone {
    max-width: 600px;
    display: block;
    margin: auto; }

img.std {
  max-width: 600px !important;
  display: block;
  margin: auto; }

.copy_terms {
  font-size: 85%;
  text-align: center; }
  @media (min-width: 992px) {
    .copy_terms {
      text-align: right; } }

.fl-archive-nav > div {
  font-weight: bold;
  background-color: rgba(25, 12, 64, 0.35);
  border-radius: 3px;
  padding: 2px 8px; }
  .fl-archive-nav > div a {
    color: #fff; }

.gray-background {
  background-color: #EDEEF5; }
  .gray-background .fl-row-content-wrap {
    padding-bottom: 0; }
  .gray-background .fl-module-content {
    margin-bottom: 0; }

.solutions-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  margin-bottom: 60px;
  height: 572px; }
  .solutions-hero .fl-row-content-wrap {
    height: 572px; }
    @media (max-width: 1024px) {
      .solutions-hero .fl-row-content-wrap {
        background-position: left top; } }
  .solutions-hero .container {
    position: relative; }
    .solutions-hero .container .c-hero__content {
      position: absolute;
      right: 0;
      top: 0; }

.hero-button .fl-module-content .fl-button-wrap a {
  padding: 34px 40px;
  letter-spacing: .05em; }
  @media (max-width: 1024px) {
    .hero-button .fl-module-content .fl-button-wrap a {
      padding: 20px 28px; } }
  .hero-button .fl-module-content .fl-button-wrap a span {
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
    @media (max-width: 1024px) {
      .hero-button .fl-module-content .fl-button-wrap a span {
        font-size: 14px; } }

.text-tile h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #003249;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0; }
.text-tile .more {
  margin-top: 20px; }
  .text-tile .more a {
    color: #8E3FB1; }
.text-tile:hover {
  background-color: #EDEEF5; }

.fl-bg-video {
  position: relative; }
  .fl-bg-video + .fl-row-content {
    position: relative;
    z-index: 9 !important; }
  .fl-bg-video:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: .2;
    z-index: 9; }

.c-tiles:before, .c-tiles:after {
  content: "";
  display: table; }
.c-tiles:after {
  clear: both; }
.c-tiles__item {
  position: relative;
  width: 33.33%;
  float: left;
  font-size: 20px;
  letter-spacing: .25em;
  height: 228px;
  text-align: center;
  text-transform: uppercase;
  background-size: cover;
  border: 3px solid white;
  transition: all .3s ease-in-out; }
  @media (max-width: 1264px) {
    .c-tiles__item {
      width: 50%; } }
  @media (max-width: 730px) {
    .c-tiles__item {
      width: 100%; } }
  .c-tiles__item span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .c-tiles__item.-white {
    font-weight: bold;
    color: black;
    text-align: left; }
  .c-tiles__item.-logistics {
    background: url("/wp-content/uploads/2018/06/vertical_Logistics.jpg") no-repeat center center/cover;
    background-size: 100%; }
  .c-tiles__item.-finance {
    background: url("/wp-content/uploads/2018/06/vertical_Finance.jpg") no-repeat center center/cover;
    background-size: 100%; }
  .c-tiles__item.-retail {
    background: url("/wp-content/uploads/2018/06/vertical_Retail.jpg") no-repeat center center/cover;
    background-size: 100%; }
  .c-tiles__item.-healthcare {
    background: url("/wp-content/uploads/2018/06/vertical_healthcare.jpg") no-repeat center center/cover;
    background-size: 100%; }
  .c-tiles__item.-energy {
    background: url("/wp-content/uploads/2018/06/Vertical_Energy.jpg") no-repeat center center/cover;
    background-size: 100%; }
  .c-tiles__item.-telecom {
    background: url("/wp-content/uploads/2018/06/Vertical_Telecom.jpg") no-repeat center center/cover;
    background-size: 100%; }
  @media (max-width: 1264px) {
    .c-tiles__item.-white {
      display: none; } }
  .c-tiles__item:not(.-white) {
    font-weight: 400; }
    .c-tiles__item:not(.-white):after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: black;
      opacity: 0; }
    .c-tiles__item:not(.-white):hover {
      background-size: 140% !important; }
      .c-tiles__item:not(.-white):hover:after {
        opacity: .2; }
    .c-tiles__item:not(.-white) span {
      color: white;
      width: 100%;
      text-align: center;
      left: 0; }

.-width {
  padding: 0 200px; }
  @media (max-width: 1024px) {
    .-width {
      padding: 0 20px; } }

.-hover-button a:hover {
  color: #241856;
  text-decoration: none; }

@media (max-width: 991px) {
  .fl-page-header-wrap {
    background: white; } }
.whitespace-normal {
  white-space: normal; }

.home-rotator .fl-module-content {
  margin: 0; }
.home-rotator .fl-row-content-wrap {
  padding: 0 !important; }
.home-rotator .fl-slide {
  padding-top: 140px; }

.c-home-rotator {
  height: 700px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  overflow: hidden; }
  .c-home-rotator__slide {
    height: 700px !important;
    padding-top: 140px;
    background: white;
    position: relative;
    text-align: center;
    overflow: hidden; }
    .c-home-rotator__slide.video:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(39, 25, 87, 0.55);
      top: 0;
      left: 0;
      z-index: 1001; }
  .c-home-rotator img {
    position: relative;
    z-index: 1000000;
    margin-bottom: 20px;
    display: inline-block; }
  .c-home-rotator h2 {
    font-size: 67px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    color: white;
    position: relative;
    z-index: 10000;
    max-width: 1000px;
    margin: 0 auto; }
  .c-home-rotator p {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 10000; }
  .c-home-rotator video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .c-home-rotator .rotator-text {
    display: table;
    width: 100%;
    height: 100%; }
    .c-home-rotator .rotator-text > div {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      padding: 0 100px; }

.home-rotator-cta .cta {
  display: none;
  position: absolute;
  bottom: -30px;
  text-align: center;
  margin: auto;
  z-index: 10;
  left: 0;
  right: 0; }
  .home-rotator-cta .cta.active {
    display: block; }
  .home-rotator-cta .cta a {
    color: #FFF;
    padding: 20px 30px;
    background: #271957;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    max-width: 500px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: bold; }
    .home-rotator-cta .cta a:hover {
      background: #8E3FB1;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }

.investors a {
  margin-bottom: 20px;
  display: inline-block; }

.product-header h1 {
  font-weight: normal; }
.product-header .c-header-subtitle {
  width: 45%; }

.product-introduction .fl-row-content {
  width: 100%;
  max-width: 1000px; }
.product-introduction .c-section-header__subtitle {
  text-align: left;
  max-width: 100%;
  margin: 10px 0 20px; }

.product-challenges .c-section-header__title.-mini {
  font-size: 32px; }

.product-details {
  padding: 40px 40px 0; }
  .product-details .c-contentblock.top > div {
    height: 80px; }

.product-cta a {
  text-decoration: none; }
.product-cta .c-section-header__link {
  background: #7C41AF;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .product-cta .c-section-header__link:hover {
    background: #0f0727;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .product-cta .c-section-header__link.left-align {
    margin: 40px 0; }

.product-ref-arch {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#331a8f+0,140e2a+100,7db9e8+100 */
  background: #331a8f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #331a8f 0%, #140e2a 100%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #331a8f 0%, #140e2a 100%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #331a8f 0%, #140e2a 100%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331a8f', endColorstr='#7db9e8',GradientType=0 );
  /* IE6-9 */ }
  .product-ref-arch .c-section-header__title.-mini {
    font-size: 32px; }

.product-ref-arch-wrapper {
  background: #FFF;
  padding: 20px;
  border-radius: 20px; }

.page-template-template_products .fluid-width-video-wrapper {
  padding-top: 56.75% !important; }

.solutions-optimize .c-contentblock img {
  height: 70px; }
.solutions-optimize .c-contentblock h5 {
  margin-top: 20px;
  height: 50px; }

.infoworld-header-img {
  height: 655px;
  width: 100%; }

.info-world-div-cont {
  width: 70%;
  height: 280px;
  margin: 0 auto;
  background: #F6FCFC;
  bottom: 230px;
  border-top: 10px solid #6D52DF;
  position: relative;
  padding: 0 10px; }

.feat-tech-text {
  color: #6D52DF;
  font-weight: bold;
  text-align: center;
  margin-top: 70px; }

.title-text-infoworld {
  font-weight: bold;
  text-align: center; }

.title-text {
  margin-top: -5px; }

.schedule-text {
  position: absolute;
  bottom: 20%;
  margin-left: 30%;
  font-weight: bold; }

.try-it-out-button {
  position: absolute;
  bottom: 16%; }

.webinar-div {
  background: linear-gradient(to right, #317BB0, #5FB2D8);
  height: 93px;
  margin-top: -185px; }

.button-div-webinar {
  margin-left: 80%;
  margin-right: 10%; }

.webinar-text-div {
  margin-top: 10px;
  margin-left: 95px; }

.webinar-text-btm {
  color: white;
  font-weight: bold; }

.learn-text-btm {
  color: white;
  margin-top: -5px;
  letter-spacing: 1.5px; }

.join-us-button {
  background: white;
  font-weight: bold;
  color: #6D52DF;
  width: 190px;
  height: 56px;
  margin-top: 18px;
  border-radius: 6px; }

.pdf-div {
  text-align: center;
  height: 100%;
  margin-top: -46px;
  margin-bottom: -163px; }

.pdf-doc-infoworld {
  width: 850px;
  height: 1130px;
  margin-bottom: 200px;
  margin-left: 57px;
  background: white; }

.mobile-pdf-div {
  display: none; }

.cta-img-btm {
  height: 515px;
  width: 100%; }

.cta-content-btm {
  text-align: center;
  margin-top: -440px;
  z-index: -1;
  margin-bottom: 187px; }

.cta-schedule-text {
  color: white;
  font-size: 5.5rem;
  margin-bottom: 58px; }

.cta-try-button {
  width: 307px;
  height: 56px;
  background: white;
  color: #6D52DF;
  font-weight: bold;
  font-size: 2rem; }

.info-world-wrapper.fl-row > .fl-row-content-wrap {
  padding: 0; }

.info-world-wrapper .fl-module > .fl-module-content.fl-node-content {
  margin: 0; }

@media only screen and (max-width: 1020px) {
  .infoworld-header-img {
    height: 550px;
    width: 100%; }

  .webinar-div {
    height: 100%;
    margin-top: -140px;
    text-align: center;
    margin-bottom: 46px; }

  .webinar-text-div {
    margin-top: 10px;
    margin-left: 10px; }

  .webinar-text-btm {
    font-size: 24px; }

  .learn-text-btm {
    font-size: 24px; }

  .info-world-div-cont {
    height: 284px;
    bottom: 230px; }

  .join-us-button {
    width: 100%; }

  .button-div-webinar {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px; }

  .join-us-button {
    width: 50%; }

  .cta-try-button {
    width: 50%; }

  .pdf-div {
    margin-bottom: -10vh;
    width: 100%; }

  .pdf-doc-infoworld {
    height: 234px;
    margin-left: 0; }

  .mobile-pdf-div {
    display: none; }

  .pdf-doc-infoworld {
    display: block; } }
@media only screen and (max-width: 600px) {
  .infoworld-header-img {
    height: 406px;
    width: 100%; }

  .info-world-div-cont {
    height: 280px; }

  .button-div-webinar {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-bottom: 10px; }

  .join-us-button {
    width: 50%; }

  .webinar-div {
    height: 100%;
    margin-top: -200px; }

  .webinar-text-div {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px; }

  .cta-img-btm {
    height: 450px; }

  .cta-content-btm {
    margin-bottom: 47px; }

  .cta-try-button {
    width: 50%; }

  .pdf-div {
    margin-top: 35px;
    margin-bottom: 40px;
    width: 100%;
    padding: 10px; }

  .pdf-doc-infoworld {
    height: 234px;
    margin-left: 0;
    display: none; }

  .mobile-pdf-div {
    display: block;
    margin-top: -60px; }

  .click-to-read-text {
    font-size: 28px;
    color: black;
    font-weight: 400; } }
@media screen and (max-width: 1200px) {
  .promo-whitepaper a {
    float: none !important;
    display: block;
    margin-top: 30px !important;
    width: 100%;
    max-width: 200px; } }
@media screen and (max-width: 1000px) {
  .c-home-rotator__slide {
    padding-top: 100px; }

  .c-home-rotator .rotator-text > div {
    padding: 0 30px; }

  .product-header .c-header-subtitle {
    width: 90%; } }
@media screen and (max-width: 767px) {
  .c-home-rotator {
    height: 350px; }
    .c-home-rotator__slide {
      height: 350px !important;
      padding-top: 80px;
      padding-left: 20px;
      padding-right: 20px; }
    .c-home-rotator img {
      width: 60px;
      margin-bottom: 10px; }
    .c-home-rotator h2 {
      font-size: 36px; }
    .c-home-rotator p {
      font-size: 16px; }

  .c-home-rotator__slide {
    padding-top: 80px; }

  .home-rotator-cta .cta {
    bottom: -20px; }
    .home-rotator-cta .cta a {
      padding: 10px 20px;
      font-size: 14px; }

  .fl-row-bg-overlay.on_indigo.std_panel .fl-row-content-wrap {
    padding-top: 100px; }
    .fl-row-bg-overlay.on_indigo.std_panel .fl-row-content-wrap p {
      font-size: 16px !important;
      margin: 20px auto 0 !important; }

  .news-header {
    margin-top: 100px; }

  .product-header .c-header-subtitle {
    width: 100%; }

  .product-challenges .c-section-header__title.-mini {
    font-size: 24px !important; }

  .product-details {
    padding: 10px 20px 0; }

  .product-ref-arch .c-section-header__title.-mini {
    font-size: 24px !important; }

  .industries .active .icon img {
    opacity: 0.5; }
  .industries .active .title {
    color: #9590a7; }

  .solutions-optimize .c-contentblock h5 {
    height: auto; } }
@media screen and (max-width: 540px) {
  .home-rotator-cta .cta {
    width: calc(100% - 40px); } }
.fl-row-bg-overlay.on_indigo.std_panel.no-fixed-height .fl-row-content-wrap {
  height: auto; }
.fl-row-bg-overlay.on_indigo.std_panel.solutions .fl-row-content-wrap {
  height: 600px; }
  .fl-row-bg-overlay.on_indigo.std_panel.solutions .fl-row-content-wrap p {
    color: #FFF; }

.fl-node-5b212c179c313 > .fl-module-content {
  margin: 0 0 60px; }

.fl-node-5a82626a4cdfb > .fl-module-content {
  margin-top: 10px; }

.fl-html .two.hitters .pillar {
  min-height: 450px !important; }

@media screen and (max-width: 1240px) {
  .fl-row-bg-overlay.on_indigo.std_panel:not(.solutions) .fl-row-content-wrap {
    height: auto; } }
@media screen and (max-width: 1000px) {
  .fl-animation svg {
    max-width: 100%;
    height: auto !important; } }
@media screen and (max-width: 767px) {
  .fl-row-bg-overlay.on_indigo.std_panel:not(.solutions).fl-row-full-height {
    height: 600px; }
    .fl-row-bg-overlay.on_indigo.std_panel:not(.solutions).fl-row-full-height .fl-row-content-wrap {
      height: 600px;
      min-height: 600px; }
      .fl-row-bg-overlay.on_indigo.std_panel:not(.solutions).fl-row-full-height .fl-row-content-wrap .fl-rich-text > div {
        margin: 90px auto 0 !important; }
        .fl-row-bg-overlay.on_indigo.std_panel:not(.solutions).fl-row-full-height .fl-row-content-wrap .fl-rich-text > div h1 {
          line-height: 1.2; }
        .fl-row-bg-overlay.on_indigo.std_panel:not(.solutions).fl-row-full-height .fl-row-content-wrap .fl-rich-text > div span:last-of-type {
          font-size: 24px !important;
          line-height: 1.5 !important;
          margin-top: 20px;
          display: inline-block; }

  .fl-html .two.hitters .pillar {
    height: auto !important; }
    .fl-html .two.hitters .pillar:first-of-type {
      margin-right: 0 !important; }

  .investors a {
    margin-bottom: 40px; }

  .timeline .fl-col-group {
    background-position: left bottom; }
  .timeline .fl-col-small {
    max-width: 100%;
    padding-left: 20px; }
  .timeline .timeline-left {
    text-align: left; } }
.has-header #single-partner-content {
  padding-top: 50px; }

#single-partner-header-container {
  height: 400px;
  background-size: cover;
  background-position: 50%; }
  #single-partner-header-container > div {
    padding-top: 140px; }
    #single-partner-header-container > div > * {
      color: #FFF; }

@media screen and (max-width: 767px) {
  #single-partner-header-container {
    height: auto;
    padding: 0 0 50px; } }
.-border-top .fl-row-content {
  border-top: 2px solid #96a6b0; }

#career-values {
  text-align: center; }
  #career-values h2 {
    margin-bottom: 20px;
    font-size: 46px; }
  #career-values p {
    font-size: 18px; }
  #career-values #career-values-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 75px; }
    #career-values #career-values-tiles .tile {
      position: relative;
      margin-bottom: 25px;
      cursor: pointer;
      display: flex; }
      #career-values #career-values-tiles .tile.active .tile-details {
        opacity: 1;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      #career-values #career-values-tiles .tile img {
        width: 100%; }
      #career-values #career-values-tiles .tile .tile-title {
        display: table;
        width: 100%;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center; }
        #career-values #career-values-tiles .tile .tile-title h3 {
          color: #FFF;
          text-transform: uppercase; }
        #career-values #career-values-tiles .tile .tile-title > div {
          display: table-cell;
          width: 100%;
          height: 100%;
          text-align: center;
          vertical-align: middle; }
          #career-values #career-values-tiles .tile .tile-title > div h3 {
            color: #FFF;
            text-transform: uppercase; }
      #career-values #career-values-tiles .tile .tile-details {
        display: table;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        padding: 20px;
        width: calc(100% + 1px);
        height: calc(100% + 1px);
        background: rgba(255, 255, 255, 0.91);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        #career-values #career-values-tiles .tile .tile-details > div {
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle;
          text-align: left; }
          #career-values #career-values-tiles .tile .tile-details > div span, #career-values #career-values-tiles .tile .tile-details > div p {
            color: #000; }
          #career-values #career-values-tiles .tile .tile-details > div span {
            font-weight: bold;
            display: inline-block;
            font-size: 14px;
            margin-bottom: 10px; }
          #career-values #career-values-tiles .tile .tile-details > div p {
            font-weight: 400;
            font-size: 12px; }

@media screen and (max-width: 1200px) {
  #career-values #career-values-tiles .tile .tile-details {
    padding: 10px 20px; }
    #career-values #career-values-tiles .tile .tile-details > div span {
      font-size: 12px; }
    #career-values #career-values-tiles .tile .tile-details > div p {
      font-size: 10px; } }
@media screen and (min-width: 1001px) {
  #career-values #career-values-tiles .tile {
    width: 32%; }
    #career-values #career-values-tiles .tile:nth-of-type(3n-1) {
      margin-left: 2%;
      margin-right: 2%; } }
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #career-values #career-values-tiles .tile {
    width: 49%; }
    #career-values #career-values-tiles .tile:nth-of-type(2n) {
      margin-left: 2%; } }
@media screen and (min-width: 768px) {
  #career-values #career-values-tiles .tile:hover .tile-details {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; } }
@media screen and (max-width: 767px) {
  #career-values #career-values-tiles {
    margin-top: 45px; }
    #career-values #career-values-tiles .tile {
      width: 100%;
      display: block;
      max-width: 400px;
      margin: 0 auto 30px; }
      #career-values #career-values-tiles .tile .tile-details > div span, #career-values #career-values-tiles .tile .tile-details > div p {
        font-size: 12px; }

  .custom-container > h4.group-sub-title {
    font-size: 18px; }
  .custom-container .column-content .custom-column.three h4 {
    font-size: 16px; }
  .custom-container .column-content .custom-column.four > div {
    min-height: 130px; }

  .product-details .c-contentblock > div {
    height: auto; }

  .industries .industry {
    margin: 10px 15px 0; } }
@media screen and (max-width: 400px) {
  #career-values #career-values-tiles .tile .tile-details {
    padding: 10px; }
    #career-values #career-values-tiles .tile .tile-details > div span, #career-values #career-values-tiles .tile .tile-details > div p {
      font-size: 10px; }
    #career-values #career-values-tiles .tile .tile-details > div p {
      margin-bottom: 3px; } }
@media screen and (max-width: 360px) {
  .industries .industry {
    margin: 10px 25px 0; } }
#product-sub-page-header .fl-row-content-wrap {
  padding-top: 0; }

@media screen and (max-width: 768px) {
  #iframe-interior-div {
    padding-top: 100px; } }
@media screen and (min-width: 768px) and (max-width: 825px) {
  #iframe-interior-div {
    padding-top: 160px; } }

.-apple-mobile {
  width: 1px !important;
  min-width: 100%; }
  @media screen and (max-width: 375px) {
    .-apple-mobile-div {
      width: 100%; } }
  @media screen and (min-width: 375px) and (max-width: 768px) {
    .-apple-mobile-div {
      width: 99%; } }

body div#hs-eu-cookie-confirmation {
  background: #2E89BD;
  padding: 10px 0;
  width: 100%;
  position: fixed;
  bottom: 0px;
  top: auto;
  color: white;
  z-index: 9;
  border-bottom: none;
  border-top: none; }
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    box-shadow: none; }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: transparent;
    padding: 0; }
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
      background: transparent !important;
      border: 1px solid white !important; }
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
      color: white;
      text-decoration: underline; }
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
      color: white;
      margin-bottom: 0;
      font-size: 12px;
      float: left;
      width: 85%;
      padding-left: 120px; }
      @media (max-width: 1250px) {
        body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
          padding-left: 0; } }
      @media (max-width: 1020px) {
        body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
          width: 92%; } }
      @media (max-width: 580px) {
        body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
          font-size: 10px; } }

.c-gdpr {
  background: #2E89BD;
  padding: 10px 0;
  width: 100%;
  position: fixed;
  bottom: 0px;
  color: white;
  z-index: 9; }
  .c-gdpr__close {
    float: right;
    font-weight: bold;
    color: white;
    width: 11%;
    font-size: 20px;
    vertical-align: top;
    line-height: 20px;
    cursor: pointer; }
  .c-gdpr p {
    margin-bottom: 0;
    font-size: 12px;
    float: left;
    width: 85%;
    padding-left: 120px; }
  .c-gdpr a {
    color: white;
    text-decoration: underline; }
  @media (max-width: 1020px) {
    .c-gdpr .c-gdpr__close {
      width: 6%; }
    .c-gdpr p {
      width: 92%; } }

.page-template-template_forrester .fl-page-header {
  display: none; }

body.nav-menu-open {
  overflow: hidden;
  left: 0px;
  right: 0px; }

.already-shown .animatedParent .animated {
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1; }

#forrester-header {
  background: #00533b;
  padding: 100px 0 170px; }
  #forrester-header > * {
    color: white; }
  #forrester-header > div > div {
    width: 65%; }
    #forrester-header > div > div h1 {
      color: white;
      margin-top: 80px;
      display: inline-block; }
    #forrester-header > div > div p {
      font-size: 20px; }

#forrester-header-image img {
  width: 100%; }

#forrester-footer-top-bar {
  height: 10px;
  background: #a6d065; }

#forrester-content .button {
  background: #a6d065;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 40px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  #forrester-content .button:hover {
    background: #00533b;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
#forrester-content #content-header {
  padding: 40px 0;
  position: relative; }
  #forrester-content #content-header img {
    width: 100%;
    max-width: 150px; }
  #forrester-content #content-header #mobile-menu-icon {
    display: none;
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: 0; }
    #forrester-content #content-header #mobile-menu-icon.active span {
      background: transparent; }
      #forrester-content #content-header #mobile-menu-icon.active span:before {
        top: 0;
        height: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      #forrester-content #content-header #mobile-menu-icon.active span:after {
        top: 0;
        height: 3px;
        transform: rotate(315deg);
        -webkit-transform: rotate(315deg); }
    #forrester-content #content-header #mobile-menu-icon span {
      height: 2px;
      width: 35px;
      position: absolute;
      display: block;
      content: '';
      top: 45px;
      right: 20px;
      background: #1e1e1e;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      #forrester-content #content-header #mobile-menu-icon span:before {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 35px;
        position: absolute;
        display: block;
        content: '';
        top: -8px;
        background: #1e1e1e;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      #forrester-content #content-header #mobile-menu-icon span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 35px;
        position: absolute;
        display: block;
        content: '';
        top: 8px;
        background: #1e1e1e;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
  #forrester-content #content-header #mobile-menu {
    display: none;
    position: absolute;
    width: calc(100% + 40px);
    left: -20px;
    top: 100%;
    background: #00533b;
    z-index: 100;
    padding: 30px 0px; }
    #forrester-content #content-header #mobile-menu ul {
      padding: 0 40px;
      margin: 0;
      list-style: none; }
      #forrester-content #content-header #mobile-menu ul li {
        display: block;
        list-style: none;
        margin-bottom: 10px; }
        #forrester-content #content-header #mobile-menu ul li a {
          color: white;
          font-size: 18px;
          font-weight: bold;
          opacity: 1;
          text-decoration: none;
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -ms-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          #forrester-content #content-header #mobile-menu ul li a:hover {
            opacity: 0.7;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
#forrester-content #content-tab-bar {
  background: #00533b; }
  #forrester-content #content-tab-bar > div > div {
    display: flex;
    flex-direction: row; }
    #forrester-content #content-tab-bar > div > div a {
      padding: 25px 30px;
      display: inline-block;
      color: white;
      text-decoration: none;
      background: #00533b;
      font-size: 16px;
      font-weight: normal;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      #forrester-content #content-tab-bar > div > div a.active, #forrester-content #content-tab-bar > div > div a:hover {
        background: #69b731;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
  #forrester-content #content-tab-bar #content-tab-bar-line {
    background: #a6d065;
    height: 10px; }
#forrester-content #content-tabs .tab-content {
  display: block; }
  #forrester-content #content-tabs .tab-content.hide {
    display: none; }
  #forrester-content #content-tabs .tab-content .tab-content-header {
    padding: 20px 0 0; }
    #forrester-content #content-tabs .tab-content .tab-content-header .swiper-pagination-bullets .swiper-pagination-bullet {
      background: #cdcece;
      width: 30px;
      height: 30px;
      color: white;
      text-align: center;
      opacity: 1;
      font-size: 16px;
      font-weight: normal;
      line-height: 28px;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      #forrester-content #content-tabs .tab-content .tab-content-header .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, #forrester-content #content-tabs .tab-content .tab-content-header .swiper-pagination-bullets .swiper-pagination-bullet:hover {
        background: #69b731; }
      #forrester-content #content-tabs .tab-content .tab-content-header .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type) {
        margin-right: 10px; }
  #forrester-content #content-tabs .tab-content h3 {
    font-size: 28px;
    color: #00533b;
    font-weight: bold;
    margin-bottom: 20px; }
  #forrester-content #content-tabs .tab-content h4 {
    color: #00533b;
    font-weight: bold;
    font-size: 20px; }
  #forrester-content #content-tabs .tab-content h5 {
    text-transform: uppercase;
    color: #00533b;
    font-weight: bold; }
  #forrester-content #content-tabs .tab-content h6 {
    font-size: 14px;
    font-weight: bold; }
  #forrester-content #content-tabs .tab-content ul {
    padding-left: 20px; }
    #forrester-content #content-tabs .tab-content ul li {
      font-size: 18px;
      color: #1e1e1e; }
  #forrester-content #content-tabs .tab-content p {
    font-size: 18px;
    color: #1e1e1e; }
    #forrester-content #content-tabs .tab-content p.green-highlight {
      color: #69b731;
      font-size: 16px;
      margin-top: 50px; }
  #forrester-content #content-tabs .tab-content .content-split {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #forrester-content #content-tabs .tab-content .content-split > div {
      display: table-cell;
      vertical-align: top;
      width: 50%; }
      #forrester-content #content-tabs .tab-content .content-split > div:first-child {
        padding-right: 5%; }
      #forrester-content #content-tabs .tab-content .content-split > div:last-child {
        padding-top: 35px;
        padding-right: 20px; }
  #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div {
      display: table-cell;
      vertical-align: top;
      width: 50%; }
      #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div .legend-item {
        display: table;
        width: 100%;
        margin-bottom: 25px; }
        #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div .legend-item > div {
          display: table-cell;
          vertical-align: middle; }
          #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div .legend-item > div:first-child {
            width: 30px; }
            #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div .legend-item > div:first-child .block {
              width: 15px;
              height: 15px; }
          #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div .legend-item > div:last-child {
            width: calc(100% - 30px); }
            #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div .legend-item > div:last-child p {
              font-size: 16px;
              font-weight: normal;
              margin-bottom: 0; }
      #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div #chart-wrapper {
        background: #dddddd;
        padding: 20px; }
  #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div {
      display: table-cell;
      vertical-align: top;
      width: 50%; }
      #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div:first-child {
        padding-right: 20px; }
      #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div .legend-item {
        display: table;
        width: 100%;
        margin-bottom: 20px; }
        #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div .legend-item > div {
          display: table-cell;
          vertical-align: middle; }
          #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div .legend-item > div:first-child {
            width: 30px; }
            #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div .legend-item > div:first-child .block {
              width: 15px;
              height: 15px; }
          #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div .legend-item > div:last-child {
            width: calc(100% - 30px); }
            #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div .legend-item > div:last-child p {
              font-size: 14px;
              font-weight: normal;
              margin-bottom: 0; }
      #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div #chart-wrapper {
        background: #dddddd;
        padding: 20px; }
        #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div #chart-wrapper #chart-div {
          background-image: url("../images/forrester-report/db-image.png");
          background-repeat: no-repeat;
          background-position: 50%; }
  #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px; }
    #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div {
      display: table-cell;
      vertical-align: middle; }
      #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div:first-child {
        width: 30%;
        font-size: 11px; }
        #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div:first-child strong {
          color: #333333; }
      #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div:last-child {
        width: 70%;
        padding-left: 15px; }
        #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div:last-child .bar {
          background: #69b731;
          height: 35px;
          padding-left: 10px;
          line-height: 35px;
          font-weight: normal; }
          #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div:last-child .bar label {
            font-weight: normal;
            font-size: 12px;
            color: white; }
  #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row {
    display: table;
    width: 100%;
    margin-bottom: 10px; }
    #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div {
      display: table-cell;
      vertical-align: middle; }
      #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:first-child {
        width: 80px; }
        #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:first-child img {
          width: 70px; }
      #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:last-child {
        width: calc(100% - 80px);
        padding-left: 10px;
        padding-right: 80px; }
        #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:last-child .bar {
          background: #69b731;
          height: 5px;
          display: inline-block;
          margin-bottom: 5px; }
        #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:last-child p {
          font-size: 15px; }
  #forrester-content #content-tabs .tab-content .chart-container.approach-step-two .chart-content .bar-graph > div:first-child {
    width: 40%; }
  #forrester-content #content-tabs .tab-content .chart-container.approach-step-two .chart-content .bar-graph > div:last-child {
    width: 60%; }
  #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div {
    display: flex;
    width: 100%;
    flex-direction: row; }
    #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div > div p {
      font-size: 12px;
      margin-top: 10px; }
  #forrester-content #content-tabs .tab-content .chart-container .chart-header {
    background: #00533b;
    padding: 20px 60px 10px 20px; }
    #forrester-content #content-tabs .tab-content .chart-container .chart-header p {
      color: white;
      font-weight: bold;
      font-size: 14px; }
  #forrester-content #content-tabs .tab-content .chart-container .chart-content {
    padding: 20px;
    background: #cdcece; }
  #forrester-content #content-tabs .tab-content .chart-container .chart-footer {
    background: #cdcece;
    padding: 20px; }
    #forrester-content #content-tabs .tab-content .chart-container .chart-footer p {
      font-size: 10px;
      margin-bottom: 0; }
  #forrester-content #content-tabs .tab-content .chart-container .explanation-legend {
    display: table;
    width: 100%;
    margin-top: 30px; }
    #forrester-content #content-tabs .tab-content .chart-container .explanation-legend > div {
      display: table-cell;
      vertical-align: top; }
      #forrester-content #content-tabs .tab-content .chart-container .explanation-legend > div:first-child {
        width: 30px; }
        #forrester-content #content-tabs .tab-content .chart-container .explanation-legend > div:first-child .block {
          border: 2px solid #333333;
          width: 15px;
          height: 15px;
          position: relative;
          top: 4px; }
      #forrester-content #content-tabs .tab-content .chart-container .explanation-legend > div:last-child {
        width: calc(100% - 30px); }
        #forrester-content #content-tabs .tab-content .chart-container .explanation-legend > div:last-child p {
          color: #333333;
          font-size: 12px; }
#forrester-content #content-tabs #overview {
  padding: 10px 0 50px; }
  #forrester-content #content-tabs #overview #overview-respondents {
    margin-top: 50px; }
    #forrester-content #content-tabs #overview #overview-respondents #overview-respondents-header {
      position: relative;
      margin-bottom: 30px; }
      #forrester-content #content-tabs #overview #overview-respondents #overview-respondents-header:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #cdcece;
        left: 0;
        top: 3px;
        bottom: 0;
        margin: auto;
        z-index: 10; }
      #forrester-content #content-tabs #overview #overview-respondents #overview-respondents-header h5 {
        background-color: white;
        padding: 0 20px 0 0;
        position: relative;
        z-index: 11;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        color: #00533b; }
    #forrester-content #content-tabs #overview #overview-respondents #respondents {
      display: flex;
      width: 100%;
      flex-direction: row; }
      #forrester-content #content-tabs #overview #overview-respondents #respondents > div img {
        height: 94px;
        width: auto;
        max-width: 100%;
        margin-bottom: 25px; }
      #forrester-content #content-tabs #overview #overview-respondents #respondents > div p {
        font-size: 15px;
        margin-bottom: 5px; }
      #forrester-content #content-tabs #overview #overview-respondents #respondents > div h6 {
        margin: 0;
        margin-bottom: 10px; }
#forrester-content #content-tabs #situation, #forrester-content #content-tabs #approach, #forrester-content #content-tabs #opportunity {
  padding: 20px 0 50px; }
#forrester-content #content-tabs #conclusions {
  padding: 10px 0 0; }
  #forrester-content #content-tabs #conclusions #conclusions-content {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #forrester-content #content-tabs #conclusions #conclusions-content > div {
      display: table-cell;
      vertical-align: top; }
      #forrester-content #content-tabs #conclusions #conclusions-content > div:first-child {
        width: 70%; }
      #forrester-content #content-tabs #conclusions #conclusions-content > div:last-child {
        width: 30%;
        padding: 85px 0 0 30px; }
        #forrester-content #content-tabs #conclusions #conclusions-content > div:last-child p {
          font-size: 14px; }
  #forrester-content #content-tabs #conclusions #conclusions-content-footer {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 80px; }
    #forrester-content #content-tabs #conclusions #conclusions-content-footer > div {
      display: table-cell;
      vertical-align: top; }
      #forrester-content #content-tabs #conclusions #conclusions-content-footer > div:first-child {
        width: 70%;
        background: #cdcece;
        padding: 20px; }
        #forrester-content #content-tabs #conclusions #conclusions-content-footer > div:first-child p {
          font-size: 12px; }
      #forrester-content #content-tabs #conclusions #conclusions-content-footer > div:last-child {
        width: 30%;
        padding-left: 30px;
        padding-bottom: 40px; }

#forrester-footer {
  background: #333333;
  padding: 45px 0; }
  #forrester-footer > div > div {
    display: inline-block;
    width: 100%; }
    #forrester-footer > div > div > div {
      display: inline-block;
      width: 50%; }
      #forrester-footer > div > div > div:first-child {
        float: right; }
        #forrester-footer > div > div > div:first-child .gform_confirmation_message {
          color: white;
          font-size: 14px;
          text-align: center;
          padding: 20px 10px; }
        #forrester-footer > div > div > div:first-child .validation_error, #forrester-footer > div > div > div:first-child .validation_message {
          display: none; }
        #forrester-footer > div > div > div:first-child .gform_wrapper ul li {
          text-align: right; }
          #forrester-footer > div > div > div:first-child .gform_wrapper ul li.gfield.gfield_error {
            background: transparent;
            border: none;
            padding: 0;
            margin-bottom: 0px !important; }
            #forrester-footer > div > div > div:first-child .gform_wrapper ul li.gfield.gfield_error .ginput_container {
              margin-top: 8px; }
            #forrester-footer > div > div > div:first-child .gform_wrapper ul li.gfield.gfield_error input[type="text"] {
              margin-bottom: 0; }
              #forrester-footer > div > div > div:first-child .gform_wrapper ul li.gfield.gfield_error input[type="text"]::-webkit-input-placeholder {
                color: #00533b; }
              #forrester-footer > div > div > div:first-child .gform_wrapper ul li.gfield.gfield_error input[type="text"]:-moz-placeholder {
                /* Firefox 18- */
                color: #00533b;
                opacity: 1; }
              #forrester-footer > div > div > div:first-child .gform_wrapper ul li.gfield.gfield_error input[type="text"]::-moz-placeholder {
                /* Firefox 19+ */
                color: #00533b;
                opacity: 1; }
              #forrester-footer > div > div > div:first-child .gform_wrapper ul li.gfield.gfield_error input[type="text"]:-ms-input-placeholder {
                color: #00533b; }
          #forrester-footer > div > div > div:first-child .gform_wrapper ul li label {
            display: none; }
          #forrester-footer > div > div > div:first-child .gform_wrapper ul li input[type="text"] {
            display: inline-block;
            width: 100%;
            max-width: 350px;
            padding-left: 15px;
            height: 40px;
            font-size: 14px; }
        #forrester-footer > div > div > div:first-child .gform_footer {
          padding: 0;
          margin: 0;
          position: relative; }
          #forrester-footer > div > div > div:first-child .gform_footer input[type="submit"] {
            background: #69b731;
            height: 40px;
            position: absolute;
            right: 0;
            top: -40px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 0.75px;
            font-size: 12px;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
            #forrester-footer > div > div > div:first-child .gform_footer input[type="submit"]:hover {
              background: #00533b;
              -webkit-transition: all 300ms ease-in-out;
              -moz-transition: all 300ms ease-in-out;
              -ms-transition: all 300ms ease-in-out;
              -o-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out; }
      #forrester-footer > div > div > div:last-child {
        float: left; }
      #forrester-footer > div > div > div #footer-contact-information ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block; }
        #forrester-footer > div > div > div #footer-contact-information ul li {
          display: inline-block; }
          #forrester-footer > div > div > div #footer-contact-information ul li .sep {
            display: inline-block;
            color: #cdcece;
            position: relative;
            top: -1.5px;
            margin: 0 2.5px; }
      #forrester-footer > div > div > div #footer-contact-information #footer-contact-link {
        display: inline-block; }
      #forrester-footer > div > div > div #footer-contact-information a {
        font-size: 16px;
        color: #cdcece;
        text-decoration: none;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        #forrester-footer > div > div > div #footer-contact-information a:hover {
          color: white;
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -ms-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
      #forrester-footer > div > div > div #footer-copyright-information {
        display: inline-block;
        margin-top: 30px; }
        #forrester-footer > div > div > div #footer-copyright-information p {
          font-size: 10px;
          color: #cdcece;
          text-transform: uppercase;
          letter-spacing: 0.75px;
          display: inline-block; }
        #forrester-footer > div > div > div #footer-copyright-information ul {
          padding: 0;
          margin: 0;
          list-style: none;
          display: inline-block; }
          #forrester-footer > div > div > div #footer-copyright-information ul li {
            display: inline-block; }
            #forrester-footer > div > div > div #footer-copyright-information ul li:last-of-type .sep {
              display: none; }
            #forrester-footer > div > div > div #footer-copyright-information ul li a {
              font-size: 10px;
              color: #cdcece;
              text-decoration: none;
              text-transform: uppercase;
              letter-spacing: 0.75px;
              -webkit-transition: all 300ms ease-in-out;
              -moz-transition: all 300ms ease-in-out;
              -ms-transition: all 300ms ease-in-out;
              -o-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out; }
              #forrester-footer > div > div > div #footer-copyright-information ul li a:hover {
                color: white;
                -webkit-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out; }
      #forrester-footer > div > div > div .sep {
        font-size: 10px;
        display: inline-block;
        color: #cdcece;
        position: relative;
        top: -1.5px;
        margin: 0 2.5px; }
        #forrester-footer > div > div > div .sep.paragraph {
          margin: 0 0 0 -5.5px; }

@media screen and (max-width: 1240px) {
  #forrester-content #content-tabs .tab-content .content-split > div:first-child {
    width: 45%; }
  #forrester-content #content-tabs .tab-content .content-split > div:last-child {
    width: 55%; } }
@media screen and (max-width: 1099px) {
  #forrester-content #content-header {
    padding: 40px; }

  #forrester-footer > div > div > div:first-child {
    width: 40%; }
  #forrester-footer > div > div > div:last-child {
    width: 60%; } }
@media screen and (max-width: 992px) {
  #forrester-header {
    padding: 60px 0 130px; }

  #forrester-content #content-tabs .tab-content .tab-content-header {
    text-align: center; }
  #forrester-content #content-tabs .tab-content .content-split > div:first-child, #forrester-content #content-tabs .tab-content .content-split > div:last-child {
    width: 100%;
    display: block;
    padding-right: 0; }
  #forrester-content #content-tabs #conclusions #conclusions-content > div:first-child, #forrester-content #content-tabs #conclusions #conclusions-content > div:last-child {
    display: block;
    width: 100%; }
  #forrester-content #content-tabs #conclusions #conclusions-content > div:last-child {
    padding: 30px 0 0; }
  #forrester-content #content-tabs #conclusions #conclusions-content-footer {
    margin-top: 40px; }
    #forrester-content #content-tabs #conclusions #conclusions-content-footer > div:first-child, #forrester-content #content-tabs #conclusions #conclusions-content-footer > div:last-child {
      display: block;
      width: 100%; }
    #forrester-content #content-tabs #conclusions #conclusions-content-footer > div:last-child {
      padding-left: 0;
      padding-top: 30px; }

  #forrester-footer > div > div > div {
    float: none;
    display: block; }
    #forrester-footer > div > div > div:first-child, #forrester-footer > div > div > div:last-child {
      width: 100%; }
    #forrester-footer > div > div > div:first-child .gform_wrapper {
      max-width: 100%; }
      #forrester-footer > div > div > div:first-child .gform_wrapper ul li {
        width: 100%;
        text-align: center; }
        #forrester-footer > div > div > div:first-child .gform_wrapper ul li input[type="text"] {
          position: relative;
          left: -5%; }
    #forrester-footer > div > div > div:first-child .gform_footer input[type="submit"] {
      left: 65%; }
    #forrester-footer > div > div > div:last-child {
      text-align: center;
      margin-top: 30px; } }
@media screen and (min-width: 768px) {
  #forrester-content #content-tabs #overview #overview-respondents #respondents > div {
    width: 22.5%; }
    #forrester-content #content-tabs #overview #overview-respondents #respondents > div:not(:last-of-type) {
      margin-right: 3.333%; }
  #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div > div {
    width: 22.5%; }
    #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div > div:not(:last-of-type) {
      margin-right: 3.333%; } }
@media screen and (max-width: 767px) {
  #forrester-header {
    padding: 40px 0 60px; }
    #forrester-header > div > div {
      width: 100%; }
      #forrester-header > div > div p {
        font-size: 18px; }
      #forrester-header > div > div h1 {
        margin-top: 30px;
        font-size: 25px !important; }

  #forrester-content .animatedParent .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1; }
  #forrester-content .button {
    padding: 8px 15px;
    font-size: 12px; }
    #forrester-content .button.prev {
      margin-left: 10px; }
  #forrester-content #content-header {
    padding: 30px 20px; }
    #forrester-content #content-header img {
      max-width: 120px; }
    #forrester-content #content-header #mobile-menu-icon {
      display: block; }
  #forrester-content #content-tab-bar {
    display: none; }
  #forrester-content #content-tabs .tab-content .tab-content-header {
    padding: 10px 0 0; }
    #forrester-content #content-tabs .tab-content .tab-content-header .swiper-pagination-bullets .swiper-pagination-bullet {
      background: #cdcece;
      width: 30px;
      height: 30px;
      color: white;
      text-align: center;
      opacity: 1;
      font-size: 16px;
      font-weight: normal;
      line-height: 28px; }
      #forrester-content #content-tabs .tab-content .tab-content-header .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type) {
        margin-right: 10px; }
  #forrester-content #content-tabs .tab-content h3 {
    font-size: 24px; }
  #forrester-content #content-tabs .tab-content h4 {
    font-size: 18px; }
  #forrester-content #content-tabs .tab-content h6 {
    font-size: 12px; }
  #forrester-content #content-tabs .tab-content ul li {
    font-size: 16px; }
  #forrester-content #content-tabs .tab-content p {
    font-size: 16px; }
    #forrester-content #content-tabs .tab-content p.green-highlight {
      font-size: 14px;
      margin-top: 25px; }
  #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div:first-child, #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div:last-child {
    width: 100%;
    display: block; }
  #forrester-content #content-tabs .tab-content .chart-container.situation-chart-one .chart-content > div > div .legend-item > div:last-child p {
    font-size: 12px; }
  #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div:first-child, #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div:last-child {
    width: 100%;
    display: block; }
  #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-one .chart-content > div > div .legend-item > div:last-child p {
    font-size: 12px; }
  #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:first-child {
    width: 50px; }
    #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:first-child img {
      width: 40px; }
  #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:last-child {
    width: calc(100% - 50px);
    padding-right: 0; }
    #forrester-content #content-tabs .tab-content .chart-container.approach-step-one .chart-content .detail-row > div:last-child p {
      font-size: 13px; }
  #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div:first-child, #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div:last-child {
    width: 100%;
    display: block; }
  #forrester-content #content-tabs .tab-content .chart-container.bar-graph-container .chart-content .bar-graph > div:last-child {
    padding-left: 0; }
  #forrester-content #content-tabs #overview #overview-respondents #overview-respondents-header {
    text-align: center; }
    #forrester-content #content-tabs #overview #overview-respondents #overview-respondents-header h5 {
      padding: 0 10px;
      font-size: 16px; }
  #forrester-content #content-tabs #overview #overview-respondents #respondents {
    display: block;
    text-align: center; }
    #forrester-content #content-tabs #overview #overview-respondents #respondents > div {
      padding-bottom: 20px;
      margin-bottom: 30px;
      border-bottom: 1px solid #dddddd; }
      #forrester-content #content-tabs #overview #overview-respondents #respondents > div h6 {
        font-size: 16px; }
      #forrester-content #content-tabs #overview #overview-respondents #respondents > div p {
        font-size: 14px; }

  #forrester-footer {
    padding: 30px 0; }
    #forrester-footer > div > div > div:last-child {
      margin-top: 15px; }
    #forrester-footer > div > div > div #footer-contact-information a {
      font-size: 14px; }
    #forrester-footer > div > div > div #footer-copyright-information {
      margin-top: 15px; } }
@media screen and (min-width: 551px) and (max-width: 767px) {
  #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div {
    flex-wrap: wrap; }
    #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div > div {
      width: 47.5%;
      margin-bottom: 20px; }
      #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div > div:nth-of-type(2n) {
        margin-left: 5%; } }
@media screen and (max-width: 641px) {
  #forrester-footer > div > div > div:first-child .gform_footer input[type="submit"] {
    width: auto; } }
@media screen and (max-width: 550px) {
  #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div {
    flex-wrap: wrap; }
    #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div > div {
      width: 100%;
      margin-bottom: 30px;
      text-align: center; }
      #forrester-content #content-tabs .tab-content .chart-container.opportunity-chart-two .chart-content > div > div canvas {
        width: 100%;
        max-width: 120px;
        margin: 0 auto; } }
@media screen and (max-width: 480px) {
  #forrester-footer > div > div > div:first-child .gform_wrapper ul li input[type="text"] {
    left: 0; }
  #forrester-footer > div > div > div:first-child .gform_footer input[type="submit"] {
    left: auto; } }
.analytics-template .custom-container .column-content.gray .custom-column .title {
  min-height: 60px; }
.analytics-template .custom-container .column-content .custom-column.four .subtitle {
  min-height: 40px; }
.analytics-template .fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

.location-intelligence-template .custom-container .column-content .custom-column.four .subtitle {
  min-height: 120px; }
.location-intelligence-template .fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

.visual-discovery-template .custom-container .column-content.reveal .custom-column .title {
  min-height: 60px; }
.visual-discovery-template .custom-container .column-content .custom-column.four .subtitle {
  min-height: 60px; }
.visual-discovery-template .fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

.why-gpus-template .custom-container .column-content.gray .custom-column .title {
  min-height: 60px; }
.why-gpus-template .custom-container .column-content .custom-column.four .subtitle {
  min-height: 120px; }
.why-gpus-template .fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

.analytics-template .c-section-header__title, .visual-discovery-template .c-section-header__title, .why-gpus-template .c-section-header__title, .location-intelligence-template .c-section-header__title {
  margin-bottom: 40px; }
.analytics-template .custom-column p, .visual-discovery-template .custom-column p, .why-gpus-template .custom-column p, .location-intelligence-template .custom-column p {
  font-weight: 400; }

@media screen and (max-width: 1200px) {
  .analytics-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: 90px; }

  .visual-discovery-template .custom-container .column-content.reveal .custom-column .title {
    min-height: 90px; }
  .visual-discovery-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: 100px; }

  .why-gpus-template .custom-container .column-content.gray .custom-column .title {
    min-height: 100px; } }
@media screen and (max-width: 1050px) {
  .analytics-template .custom-container .column-content.gray .custom-column .title {
    min-height: 90px; }

  .why-gpus-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: 140px; } }
@media screen and (max-width: 950px) {
  .analytics-template .custom-container .column-content.gray .custom-column .title {
    min-height: 50px; }
  .analytics-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: 60px; }

  .location-intelligence-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: 120px; }

  .visual-discovery-template .custom-container .column-content.reveal .custom-column .title {
    min-height: auto; }
  .visual-discovery-template .custom-container .column-content.gray .custom-column .title {
    min-height: 90px; }
  .visual-discovery-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: 60px; }

  .why-gpus-template .custom-container .column-content.gray .custom-column .title {
    min-height: 50px; }
  .why-gpus-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: 90px; } }
@media screen and (max-width: 767px) {
  .analytics-template .c-section-header__title, .visual-discovery-template .c-section-header__title, .why-gpus-template .c-section-header__title, .location-intelligence-template .c-section-header__title {
    margin-bottom: 20px; }

  .why-gpus-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: 120px; } }
@media screen and (max-width: 600px) {
  .location-intelligence-template .custom-container .column-content.gray .custom-column .title {
    min-height: auto; }
  .location-intelligence-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: auto; }

  .visual-discovery-template .custom-container .column-content.gray .custom-column .title {
    min-height: auto; }

  .why-gpus-template .custom-container .column-content.gray .custom-column .title {
    min-height: auto; }
  .why-gpus-template .custom-container .column-content .custom-column.four .subtitle {
    min-height: auto; } }
.kinetica-live article {
  background-color: #11042F; }
.kinetica-live .c-hero {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0; }
  @media only screen and (max-width: 768px) {
    .kinetica-live .c-hero {
      height: 700px; } }
  .kinetica-live .c-hero img.background {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-hero img.background {
        width: auto; } }
  .kinetica-live .c-hero img.logo {
    position: absolute;
    width: 400px; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-hero img.logo {
        width: 75%; } }
  .kinetica-live .c-hero__content {
    background: none;
    margin-bottom: 0px;
    float: unset;
    width: 100%;
    max-width: 1280px;
    padding: 0px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-hero__content {
        padding: 0 10px; } }
    .kinetica-live .c-hero__content h2 {
      color: #fefeff;
      font-size: 36px;
      line-height: 56px;
      font-weight: 300;
      text-align: center;
      margin-top: 0px;
      letter-spacing: 2px; }
      @media only screen and (max-width: 768px) {
        .kinetica-live .c-hero__content h2 {
          font-size: 28px !important;
          line-height: 44px; } }
.kinetica-live .c-card {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 376px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #9A24E9;
  margin-bottom: 40px;
  letter-spacing: 2px; }
  @media only screen and (max-width: 1360px) {
    .kinetica-live .c-card {
      margin-left: 2.5%;
      margin-right: 2.5%; } }
  @media only screen and (max-width: 768px) {
    .kinetica-live .c-card {
      background-repeat: no-repeat;
      background-position: left center;
      background-size: cover;
      height: 568px;
      width: 95%;
      margin-left: 2.5%;
      margin-right: 2.5%;
      position: relative; } }
  .kinetica-live .c-card object {
    width: 16%; }
  .kinetica-live .c-card h2 {
    text-transform: uppercase;
    color: #fefeff;
    font-weight: 800;
    font-size: 50px;
    line-height: 30px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-card h2 {
        font-size: 40px !important;
        letter-spacing: 6px; } }
  .kinetica-live .c-card__header {
    float: left;
    margin-top: 3.5%;
    margin-left: 3%;
    max-width: 30%; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-card__header {
        margin-left: 0px;
        margin-top: 7%;
        width: 100%;
        max-width: unset;
        text-align: center; } }
    .kinetica-live .c-card__header .c-kl_icon {
      max-height: 45px; }
  .kinetica-live .c-card__info {
    position: relative;
    padding: 1.5%;
    float: right;
    width: 56%;
    height: 350px;
    margin: 13px;
    background: rgba(17, 7, 45, 0.7); }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-card__info {
        width: 93%;
        position: absolute;
        bottom: 0px;
        height: 380px; } }
    .kinetica-live .c-card__info h3 {
      color: #fefeff;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: 2px;
      margin-bottom: 40px;
      margin-top: 0px; }
      @media only screen and (max-width: 768px) {
        .kinetica-live .c-card__info h3 {
          margin-bottom: 20px; } }
    .kinetica-live .c-card__info label {
      text-transform: uppercase;
      color: #31FFFA;
      font-weight: 800;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 0px; }
    .kinetica-live .c-card__info a {
      color: #fefeff;
      position: absolute;
      display: block;
      width: 95%;
      text-align: center;
      background: #9A24E9;
      margin: auto 0;
      bottom: 13px;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 30px;
      letter-spacing: 2px;
      height: 18%;
      padding-top: 2%; }
      .kinetica-live .c-card__info a:hover {
        background: #fc2773; }
      @media only screen and (max-width: 1330px) {
        .kinetica-live .c-card__info a {
          padding-top: 3%; } }
      @media only screen and (max-width: 768px) {
        .kinetica-live .c-card__info a {
          margin-left: 1%; } }
    .kinetica-live .c-card__info__details {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-content: space-around; }
      @media only screen and (max-width: 768px) {
        .kinetica-live .c-card__info__details {
          flex-direction: column;
          justify-content: flex-start;
          height: 350px;
          padding-top: 15px; } }
      .kinetica-live .c-card__info__details .kl-details {
        width: 40%;
        margin: 5% 2% 0 2%; }
        @media only screen and (max-width: 768px) {
          .kinetica-live .c-card__info__details .kl-details {
            text-align: center;
            width: unset;
            margin: 1px; } }
.kinetica-live .c-second_nav {
  position: absolute;
  top: 99px;
  width: 100%;
  z-index: 9;
  background: rgba(17, 7, 45, 0.6);
  height: 53px; }
  .kinetica-live .c-second_nav__links {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly; }
    .kinetica-live .c-second_nav__links .c-links_container {
      width: 34%;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
      @media only screen and (max-width: 768px) {
        .kinetica-live .c-second_nav__links .c-links_container {
          width: 100%; } }
      .kinetica-live .c-second_nav__links .c-links_container p {
        margin-top: 11px; }
      .kinetica-live .c-second_nav__links .c-links_container a {
        text-transform: uppercase;
        color: #fefeff;
        font-size: 14px;
        font-weight: 800;
        line-height: 30px;
        margin: 0px; }
.kinetica-live .c-section {
  margin-bottom: 150px; }
  .kinetica-live .c-section #kl-locations {
    padding-top: 150px; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-section #kl-locations {
        margin-bottom: 120px; } }
.kinetica-live .c-kl_footer {
  display: none;
  width: 100%;
  background-color: #11042F;
  padding-bottom: 1.5%; }
  .kinetica-live .c-kl_footer__back {
    position: relative;
    width: 97%;
    height: 293px;
    margin-left: 1.5%;
    background: url("/wp-content/uploads/2019/07/footer@2x.jpg") no-repeat center center/cover; }
    @media only screen and (max-width: 1360px) {
      .kinetica-live .c-kl_footer__back {
        height: 320px; } }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-kl_footer__back {
        height: 540px;
        width: 94%;
        margin-left: 3%; } }
  .kinetica-live .c-kl_footer .c-kl_icon {
    max-width: 230px;
    margin-top: 16px;
    margin-left: 16px; }
  .kinetica-live .c-kl_footer .o-socials {
    position: absolute;
    bottom: 45px;
    margin-left: 17px; }
    .kinetica-live .c-kl_footer .o-socials a {
      height: 38px;
      width: 38px;
      margin-right: 12px;
      display: inline-block; }
    .kinetica-live .c-kl_footer .o-socials .c-kl_social-icon {
      width: 38px;
      height: 38px;
      margin-right: 12px;
      pointer-events: none; }
  .kinetica-live .c-kl_footer .c-legal {
    position: absolute;
    bottom: 16px;
    margin-left: 17px; }
    .kinetica-live .c-kl_footer .c-legal p {
      color: #fefeff;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 30px;
      font-size: 10px;
      font-weight: 800;
      margin-bottom: 0px; }
  .kinetica-live .c-kl_footer .c-challenge {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 40%;
    height: 99%; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .c-kl_footer .c-challenge {
        position: relative;
        top: unset;
        right: unset;
        height: unset;
        width: 92%;
        margin-left: 16px; } }
    .kinetica-live .c-kl_footer .c-challenge p {
      color: #fefeff;
      font-size: 60px;
      letter-spacing: 3px;
      font-weight: 300;
      text-align: left;
      line-height: 76px;
      margin-top: 3%; }
      @media only screen and (max-width: 768px) {
        .kinetica-live .c-kl_footer .c-challenge p {
          font-size: 50px;
          line-height: 66px; } }
    .kinetica-live .c-kl_footer .c-challenge a {
      background: #fefeff;
      position: absolute;
      display: block;
      width: 100%;
      text-align: center;
      color: #9A24E9;
      margin: auto 0;
      bottom: 13px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 30px;
      letter-spacing: 2px;
      height: 47px;
      padding-top: 1%; }
      .kinetica-live .c-kl_footer .c-challenge a:hover {
        background: #9A24E9;
        color: #FEFEFF; }
      @media only screen and (max-width: 1440px) {
        .kinetica-live .c-kl_footer .c-challenge a {
          padding-top: 1.5%; } }
      @media only screen and (max-width: 768px) {
        .kinetica-live .c-kl_footer .c-challenge a {
          position: relative;
          padding-top: 2%;
          bottom: -35px; } }
.kinetica-live .o-speaker_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  @media only screen and (max-width: 768px) {
    .kinetica-live .o-speaker_grid {
      flex-direction: column; } }
  .kinetica-live .o-speaker_grid .c-speaker {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 65px; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .o-speaker_grid .c-speaker {
        width: 100%;
        flex-direction: row; } }
    .kinetica-live .o-speaker_grid .c-speaker .c-block__image {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        .kinetica-live .o-speaker_grid .c-speaker .c-block__image {
          width: auto; } }
    .kinetica-live .o-speaker_grid .c-speaker__details {
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .kinetica-live .o-speaker_grid .c-speaker__details {
          text-align: left;
          padding-left: 25px; } }
      .kinetica-live .o-speaker_grid .c-speaker__details .o-icons_container :nth-child(1) {
        margin-right: 18px; }
      .kinetica-live .o-speaker_grid .c-speaker__details .o-icons_container :last-child {
        margin-right: 0px; }
      .kinetica-live .o-speaker_grid .c-speaker__details .c-kl_icon {
        max-height: 32px;
        max-width: 40px;
        display: inline-block; }
.kinetica-live .-location-full {
  margin-bottom: 0px;
  background-image: url(/wp-content/uploads/2019/07/locations-left@2x.jpg), url(/wp-content/uploads/2019/07/locations-right@2x.jpg);
  background-repeat: no-repeat;
  background-position-x: left, right;
  background-size: contain; }
  @media only screen and (max-width: 768px) {
    .kinetica-live .-location-full {
      height: auto;
      margin-bottom: 10px; } }
.kinetica-live .-speakers {
  color: #fefeff;
  background-color: #11042F;
  margin-bottom: 0px;
  padding-bottom: 85px;
  padding-left: 5%;
  padding-right: 5%; }
  .kinetica-live .-speakers img {
    width: 140px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .-speakers img {
        width: 108px;
        height: auto;
        margin-top: 25px; } }
  .kinetica-live .-speakers h2 {
    text-transform: uppercase;
    color: #31FFFA;
    font-weight: 800;
    font-size: 50px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 8%; }
    @media only screen and (max-width: 768px) {
      .kinetica-live .-speakers h2 {
        font-size: 40px !important;
        letter-spacing: 3px; } }
  .kinetica-live .-speakers h4 {
    color: #fefeff;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0px; }
  .kinetica-live .-speakers p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px; }
  .kinetica-live .-speakers .container {
    padding: 0px; }
.kinetica-live .-hero-copy {
  margin-bottom: 0px; }
@media only screen and (max-width: 768px) {
  .kinetica-live .-desktop {
    display: none; } }
.kinetica-live .-mobile {
  display: none; }
  @media only screen and (max-width: 768px) {
    .kinetica-live .-mobile {
      display: block; } }

.kinetica-live-subpage {
  background-color: #11042F; }
  .kinetica-live-subpage article {
    background-color: #11042F; }
  .kinetica-live-subpage .-svg_link {
    position: relative;
    display: inline-block; }
    .kinetica-live-subpage .-svg_link object {
      width: 100%; }
  .kinetica-live-subpage .-svg_link:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%; }
  .kinetica-live-subpage .c-kl_footer {
    display: none;
    width: 100%;
    background-color: #11042F;
    padding-bottom: 1.5%; }
    .kinetica-live-subpage .c-kl_footer__back {
      position: relative;
      width: 97%;
      height: 293px;
      margin-left: 1.5%;
      background: url("/wp-content/uploads/2019/07/footer@2x.jpg") no-repeat center center/cover; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .c-kl_footer__back {
          height: 540px;
          width: 94%;
          margin-left: 3%; } }
    .kinetica-live-subpage .c-kl_footer .c-kl_icon {
      max-width: 230px;
      margin-top: 16px;
      margin-left: 16px; }
    .kinetica-live-subpage .c-kl_footer .o-socials {
      position: absolute;
      bottom: 45px;
      margin-left: 17px; }
      .kinetica-live-subpage .c-kl_footer .o-socials a {
        height: 38px;
        width: 38px;
        margin-right: 12px;
        display: inline-block; }
      .kinetica-live-subpage .c-kl_footer .o-socials .c-kl_social-icon {
        width: 38px;
        height: 38px;
        margin-right: 12px;
        pointer-events: none; }
    .kinetica-live-subpage .c-kl_footer .c-legal {
      position: absolute;
      bottom: 16px;
      margin-left: 17px; }
      .kinetica-live-subpage .c-kl_footer .c-legal p {
        color: #fefeff;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 30px;
        font-size: 10px;
        font-weight: 800;
        margin-bottom: 0px; }
    .kinetica-live-subpage .c-kl_footer .c-challenge {
      position: absolute;
      top: 1%;
      right: 1%;
      width: 40%;
      height: 99%; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .c-kl_footer .c-challenge {
          position: relative;
          top: unset;
          right: unset;
          height: unset;
          width: 92%;
          margin-left: 16px; } }
      .kinetica-live-subpage .c-kl_footer .c-challenge p {
        color: #fefeff;
        font-size: 60px;
        letter-spacing: 3px;
        font-weight: 300;
        text-align: left;
        line-height: 76px;
        margin-top: 3%; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-kl_footer .c-challenge p {
            font-size: 50px;
            line-height: 66px; } }
      .kinetica-live-subpage .c-kl_footer .c-challenge a {
        background: #fefeff;
        position: absolute;
        display: block;
        width: 100%;
        text-align: center;
        color: #9A24E9;
        margin: auto 0;
        bottom: 13px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 2px;
        height: 47px;
        padding-top: 1%; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-kl_footer .c-challenge a {
            position: relative;
            padding-top: 2%;
            bottom: -35px; } }
  .kinetica-live-subpage .c-hero {
    padding-top: 110px; }
    @media only screen and (max-width: 768px) {
      .kinetica-live-subpage .c-hero {
        height: 700px; } }
    .kinetica-live-subpage .c-hero img {
      width: 25%;
      height: auto;
      margin-left: 38%; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .c-hero img {
          width: auto; } }
    .kinetica-live-subpage .c-hero .c-kl_icon {
      max-width: 230px;
      margin-top: 0px;
      margin-left: 20px; }
    .kinetica-live-subpage .c-hero__content {
      background: none;
      margin-bottom: 0px;
      float: unset;
      width: 100%;
      max-width: 1280px;
      padding: 0 13%;
      margin: auto;
      text-align: center; }
      .kinetica-live-subpage .c-hero__content h2 {
        color: #fefeff;
        font-size: 100px;
        line-height: 56px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        margin-top: 70px;
        letter-spacing: 5px; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-hero__content h2 {
            width: 100%;
            font-size: 40px !important;
            margin-top: 20px;
            letter-spacing: 3px; } }
      .kinetica-live-subpage .c-hero__content .c-kl_icon {
        max-height: 210px;
        max-width: 180px;
        padding-top: 30px;
        margin-left: 0px; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-hero__content .c-kl_icon {
            max-width: 100px;
            max-height: 100px; } }
    .kinetica-live-subpage .c-hero__info {
      display: flex;
      justify-content: space-evenly;
      padding-top: 150px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .c-hero__info {
          flex-direction: column;
          align-items: start;
          width: 100%; } }
      .kinetica-live-subpage .c-hero__info__icons {
        display: flex;
        flex-direction: column;
        width: 33%;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-hero__info__icons {
            flex-direction: row;
            width: 100%; } }
        .kinetica-live-subpage .c-hero__info__icons h4 {
          color: #FEFEFF;
          font-size: 20px;
          font-weight: 600;
          letter-spacing: 1px;
          line-height: 24px;
          margin-top: 10px;
          margin-bottom: 0px; }
          @media only screen and (max-width: 768px) {
            .kinetica-live-subpage .c-hero__info__icons h4 {
              padding-left: 15px;
              text-align: left; } }
        .kinetica-live-subpage .c-hero__info__icons label {
          font-size: 16px;
          font-weight: 800;
          letter-spacing: 1px;
          line-height: 30px;
          text-transform: uppercase;
          color: #31FFFA; }
        .kinetica-live-subpage .c-hero__info__icons .c-kl_icon {
          max-height: 90px;
          margin-left: 0px; }
          @media only screen and (max-width: 768px) {
            .kinetica-live-subpage .c-hero__info__icons .c-kl_icon {
              width: 60px;
              height: 60px; } }
        .kinetica-live-subpage .c-hero__info__icons .-mobile {
          display: none; }
          @media only screen and (max-width: 768px) {
            .kinetica-live-subpage .c-hero__info__icons .-mobile {
              display: block; } }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-hero__info__icons .-desktop {
            display: none; } }
  .kinetica-live-subpage .c-section {
    width: 100%;
    background: #11042F;
    margin-top: 200px; }
    @media only screen and (max-width: 768px) {
      .kinetica-live-subpage .c-section {
        margin-top: 150px; } }
    .kinetica-live-subpage .c-section.-form-section {
      margin-top: 0px; }
    .kinetica-live-subpage .c-section .c-agenda {
      width: 100%;
      padding-left: 100px;
      padding-right: 100px; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .c-section .c-agenda {
          text-align: center;
          padding-left: 0px;
          padding-right: 0px; } }
      .kinetica-live-subpage .c-section .c-agenda h3 {
        color: #fc2773;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 2px;
        margin-bottom: 30px;
        text-align: center; }
      .kinetica-live-subpage .c-section .c-agenda__item:last-child {
        border-bottom: 0px;
        margin-bottom: 150px; }
      .kinetica-live-subpage .c-section .c-agenda__item {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        border-bottom: 2px solid #8460B0; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-section .c-agenda__item {
            width: 80%;
            flex-direction: column;
            margin: auto;
            padding-bottom: 20px;
            margin-top: 20px; } }
        .kinetica-live-subpage .c-section .c-agenda__item span {
          width: 33%;
          text-align: left;
          font-size: 16px;
          color: #FEFEFF;
          line-height: 80px;
          margin-bottom: 0px; }
          @media only screen and (max-width: 768px) {
            .kinetica-live-subpage .c-section .c-agenda__item span {
              width: auto;
              text-align: center;
              line-height: 26px; } }
    .kinetica-live-subpage .c-section.-details {
      margin-top: 0px; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .c-section.-details {
          margin-top: 150px; } }
      .kinetica-live-subpage .c-section.-details .c-details__announcement {
        width: 50%;
        float: left; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-section.-details .c-details__announcement {
            width: unset;
            float: unset;
            text-align: center;
            margin-bottom: 20px; } }
        .kinetica-live-subpage .c-section.-details .c-details__announcement p {
          color: #FEFEFF;
          font-size: 36px;
          font-weight: 300;
          line-height: 56px;
          letter-spacing: 1px;
          padding-left: 10%;
          padding-right: 10%; }
          @media only screen and (max-width: 768px) {
            .kinetica-live-subpage .c-section.-details .c-details__announcement p {
              font-size: 28px;
              line-height: 44px; } }
      .kinetica-live-subpage .c-section.-details .c-details__copy {
        width: 50%;
        float: right; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .c-section.-details .c-details__copy {
            width: unset;
            float: unset;
            text-align: center; } }
        .kinetica-live-subpage .c-section.-details .c-details__copy p {
          color: #FEFEFF;
          font-size: 20px;
          font-weight: normal;
          line-height: 34px;
          letter-spacing: 1px;
          padding-left: 10%;
          padding-right: 10%; }
  .kinetica-live-subpage .-speakers {
    color: #fefeff;
    background-color: #11042F;
    margin-bottom: 0px;
    margin-top: 55px;
    padding-bottom: 85px;
    padding-left: 5%;
    padding-right: 5%; }
    .kinetica-live-subpage .-speakers img {
      width: 140px;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .-speakers img {
          width: 108px;
          height: auto;
          margin-top: 25px; } }
    .kinetica-live-subpage .-speakers h2 {
      text-transform: uppercase;
      color: #fc2773;
      font-weight: 800;
      font-size: 50px;
      line-height: 30px;
      text-align: center;
      margin-bottom: 8%; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .-speakers h2 {
          font-size: 40px !important;
          letter-spacing: 3px; } }
    .kinetica-live-subpage .-speakers h4 {
      color: #fefeff;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 1px;
      margin-bottom: 0px; }
    .kinetica-live-subpage .-speakers p {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 1px; }
    .kinetica-live-subpage .-speakers .container {
      padding: 0px; }
  .kinetica-live-subpage .o-speaker_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start; }
    @media only screen and (max-width: 768px) {
      .kinetica-live-subpage .o-speaker_grid {
        flex-direction: column; } }
    .kinetica-live-subpage .o-speaker_grid .c-speaker {
      width: 25%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-bottom: 65px; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .o-speaker_grid .c-speaker {
          width: 100%;
          flex-direction: row; } }
      .kinetica-live-subpage .o-speaker_grid .c-speaker .c-block__image {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .o-speaker_grid .c-speaker .c-block__image {
            width: auto; } }
      .kinetica-live-subpage .o-speaker_grid .c-speaker__details {
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .kinetica-live-subpage .o-speaker_grid .c-speaker__details {
            text-align: left;
            padding-left: 25px; } }
        .kinetica-live-subpage .o-speaker_grid .c-speaker__details .o-icons_container :nth-child(1) {
          margin-right: 18px; }
        .kinetica-live-subpage .o-speaker_grid .c-speaker__details .o-icons_container :last-child {
          margin-right: 0px; }
        .kinetica-live-subpage .o-speaker_grid .c-speaker__details .c-kl_icon {
          max-height: 32px;
          max-width: 40px;
          display: inline-block; }
  .kinetica-live-subpage .c-form_container {
    position: relative;
    width: 97%;
    display: inline-block;
    margin-left: 1.5%;
    background-color: #9A24E9;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .kinetica-live-subpage .c-form_container {
        height: unset; } }
    .kinetica-live-subpage .c-form_container .c-form_copy {
      float: left;
      width: 30%;
      margin-bottom: 1px;
      padding-left: 40px;
      padding-top: 40px; }
      @media only screen and (max-width: 768px) {
        .kinetica-live-subpage .c-form_container .c-form_copy {
          float: unset;
          width: unset;
          padding-left: 15px;
          padding-right: 15px;
          text-align: center; } }
      .kinetica-live-subpage .c-form_container .c-form_copy h1 {
        font-size: 50px;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #31FFFA;
        margin-bottom: 30px;
        margin-top: 0px; }
      .kinetica-live-subpage .c-form_container .c-form_copy p {
        letter-spacing: 1px;
        color: #FEFEFF;
        font-size: 20px; }
        .kinetica-live-subpage .c-form_container .c-form_copy p span {
          font-style: italic; }
  .kinetica-live-subpage .hbspt-form {
    float: right;
    width: 70%;
    padding: 35px; }
    @media only screen and (max-width: 768px) {
      .kinetica-live-subpage .hbspt-form {
        float: unset;
        width: unset;
        padding-left: 15px;
        padding-right: 15px; } }
    .kinetica-live-subpage .hbspt-form form {
      width: 95%;
      margin-left: 2.5%;
      background-color: #9A24E9; }
      .kinetica-live-subpage .hbspt-form form label {
        text-transform: uppercase;
        color: #31FFFA;
        font-size: 14px;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 1px; }
        .kinetica-live-subpage .hbspt-form form label.-hs-error-msg {
          margin-bottom: 0px; }
        .kinetica-live-subpage .hbspt-form form label a {
          color: #31FFFA;
          text-decoration: underline; }
      .kinetica-live-subpage .hbspt-form form fieldset {
        width: 100%;
        max-width: 100%; }
      .kinetica-live-subpage .hbspt-form form select {
        width: 100% !important;
        height: 40px;
        background: #9a24e9;
        border: 3px solid #FEFEFF;
        color: #FEFEFF; }
        .kinetica-live-subpage .hbspt-form form select option {
          background: none;
          color: #FEFEFF; }
      .kinetica-live-subpage .hbspt-form form input {
        width: 100% !important;
        height: 40px;
        border: 3px solid #FEFEFF;
        color: #FEFEFF;
        border-radius: 0px;
        background: none; }
      .kinetica-live-subpage .hbspt-form form input[type="submit"] {
        background-color: #FEFEFF;
        color: #9A24E9;
        width: 100%;
        font-weight: 700;
        margin-right: 8px; }
      .kinetica-live-subpage .hbspt-form form input[type="checkbox"] {
        width: auto !important;
        height: unset; }
      .kinetica-live-subpage .hbspt-form form .hs-error-msg {
        color: #11042F;
        font-size: 12px; }
      .kinetica-live-subpage .hbspt-form form .actions {
        margin-right: 8px; }
    .kinetica-live-subpage .hbspt-form p {
      color: #FEFEFF;
      font-size: 20px;
      letter-spacing: 1px; }

.c-kl-eventpage .c-kl-hero-section {
  margin-top: -10px;
  text-align: center;
  background: linear-gradient(213.62deg, #9e23af 40%, #2a1556 80%, #2a1556 100%); }
  @media only screen and (max-width: 768px) {
    .c-kl-eventpage .c-kl-hero-section {
      padding-bottom: 50px; } }
  .c-kl-eventpage .c-kl-hero-section .-img-section {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
  .c-kl-eventpage .c-kl-hero-section .-hero-headings {
    background: none;
    float: unset;
    width: 100%;
    max-width: 1280px;
    padding-top: 366px;
    padding-bottom: 145px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .c-kl-eventpage .c-kl-hero-section .-hero-headings {
        padding-top: 466px; } }
    .c-kl-eventpage .c-kl-hero-section .-hero-headings .-event-host {
      padding: 0;
      color: #FFFFFF;
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 1.11px; }
      @media only screen and (max-width: 768px) {
        .c-kl-eventpage .c-kl-hero-section .-hero-headings .-event-host {
          font-size: 28px;
          font-weight: bold;
          line-height: 50px; } }
    .c-kl-eventpage .c-kl-hero-section .-hero-headings .-event-name {
      padding: 0;
      margin-top: 12px;
      color: #FFFFFF;
      font-size: 65px;
      font-weight: bold;
      letter-spacing: 2px; }
      @media only screen and (max-width: 768px) {
        .c-kl-eventpage .c-kl-hero-section .-hero-headings .-event-name {
          font-size: 36px !important;
          line-height: 50px; } }
  .c-kl-eventpage .c-kl-hero-section .-hero-info {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 106px; }
    @media only screen and (max-width: 768px) {
      .c-kl-eventpage .c-kl-hero-section .-hero-info {
        flex-direction: column;
        align-items: start;
        width: 100%;
        padding-bottom: 50px; } }
    .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section {
      display: flex;
      flex-direction: column;
      width: 33%;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section {
          flex-direction: row;
          width: 100%; } }
      .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .-icon {
        max-height: 50px; }
        @media only screen and (max-width: 768px) {
          .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .-icon {
            width: 60px;
            height: 60px; } }
        .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .-icon .cls-1 {
          fill: white; }
      .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section h4 {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 0px; }
        @media only screen and (max-width: 768px) {
          .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section h4 {
            padding-left: 15px;
            text-align: left; } }
      .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .date {
        width: 170px; }
      .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .time, .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .location {
        width: 190px; }
      .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section label {
        font-size: 18px;
        font-weight: bold;
        line-height: 42px;
        text-transform: uppercase;
        color: #FFFFFF; }
      .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .-mobile {
        display: none; }
        @media only screen and (max-width: 768px) {
          .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .-mobile {
            display: block; } }
      @media only screen and (max-width: 768px) {
        .c-kl-eventpage .c-kl-hero-section .-hero-info .-icon-section .-desktop {
          display: none; } }
  .c-kl-eventpage .c-kl-hero-section .-hero-details {
    width: 100%;
    min-height: 520px !important;
    margin: 0;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .c-kl-eventpage .c-kl-hero-section .-hero-details {
        text-align: center; } }
    .c-kl-eventpage .c-kl-hero-section .-hero-details .-announcement {
      width: 50%;
      float: left; }
      @media only screen and (max-width: 768px) {
        .c-kl-eventpage .c-kl-hero-section .-hero-details .-announcement {
          width: 100%;
          float: none; } }
      .c-kl-eventpage .c-kl-hero-section .-hero-details .-announcement p {
        color: #FFFFFF;
        font-size: 36px;
        font-weight: 300;
        line-height: 54px;
        letter-spacing: 1px;
        padding-left: 39%;
        padding-right: 10%; }
        @media only screen and (max-width: 768px) {
          .c-kl-eventpage .c-kl-hero-section .-hero-details .-announcement p {
            font-size: 28px;
            line-height: 44px;
            margin: 0 auto;
            padding: 5%; } }
    .c-kl-eventpage .c-kl-hero-section .-hero-details .-copy {
      width: 50%;
      float: right; }
      @media only screen and (max-width: 768px) {
        .c-kl-eventpage .c-kl-hero-section .-hero-details .-copy {
          width: 100%;
          float: none; } }
      .c-kl-eventpage .c-kl-hero-section .-hero-details .-copy p {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 36px;
        padding-left: 10%;
        padding-right: 39%; }
        @media only screen and (max-width: 768px) {
          .c-kl-eventpage .c-kl-hero-section .-hero-details .-copy p {
            margin: 0 auto;
            padding: 5%; } }
.c-kl-eventpage .c-kl-rotator-section {
  margin-top: 100px;
  margin-bottom: 105px; }
  @media only screen and (max-width: 768px) {
    .c-kl-eventpage .c-kl-rotator-section {
      display: none; } }
  .c-kl-eventpage .c-kl-rotator-section .-callout {
    height: 298px;
    width: 405px;
    background-color: #261858;
    color: #FFFFFF;
    padding: 39px;
    z-index: 2;
    position: absolute;
    margin-left: 325px;
    margin-top: 212px; }
    .c-kl-eventpage .c-kl-rotator-section .-callout img {
      height: 77px;
      width: 115px; }
    .c-kl-eventpage .c-kl-rotator-section .-callout p {
      font-size: 18px;
      line-height: 36px; }
    .c-kl-eventpage .c-kl-rotator-section .-callout .-heading {
      font-weight: 500; }
  .c-kl-eventpage .c-kl-rotator-section .-rotator {
    z-index: 1; }
  .c-kl-eventpage .c-kl-rotator-section .-rotator::after {
    content: "";
    clear: both;
    display: table; }
.c-kl-eventpage .c-kl-form-section {
  margin-top: 0px;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .c-kl-eventpage .c-kl-form-section {
      padding: 0;
      margin-top: 100px; } }
  .c-kl-eventpage .c-kl-form-section .-form_container {
    position: relative;
    width: 80%;
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .c-kl-eventpage .c-kl-form-section .-form_container {
        height: unset; } }
    .c-kl-eventpage .c-kl-form-section .-form_container .-form_copy {
      float: left;
      width: 38%;
      margin-bottom: 1px;
      padding-left: 180px; }
      @media only screen and (max-width: 768px) {
        .c-kl-eventpage .c-kl-form-section .-form_container .-form_copy {
          float: unset;
          width: unset;
          padding-left: 15px;
          padding-right: 15px;
          text-align: center; } }
      .c-kl-eventpage .c-kl-form-section .-form_container .-form_copy h1 {
        color: #52535C;
        font-size: 30px;
        font-weight: bold;
        line-height: 41px;
        text-transform: uppercase;
        margin-bottom: 18px;
        margin-top: 0px; }
      .c-kl-eventpage .c-kl-form-section .-form_container .-form_copy p {
        color: #52535C;
        font-size: 20px;
        font-weight: 300;
        line-height: 34px; }
    .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form {
      float: right;
      width: 60%;
      padding: 65px 35px 35px 35px; }
      @media only screen and (max-width: 768px) {
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form {
          float: unset;
          width: unset;
          padding-left: 0;
          padding-right: 0; } }
      .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form {
        width: 100%;
        padding-right: 105px;
        margin-left: 2.5%; }
        @media only screen and (max-width: 768px) {
          .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form {
            padding: 0;
            margin: 0; } }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form fieldset {
          width: 100%;
          max-width: 100%; }
          .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form fieldset .input {
            width: 95%; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form .hs-form-field {
          padding-right: 2px; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form .hs_country .input {
          width: 99%; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form label {
          color: #808080;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.44px;
          line-height: 22px;
          text-transform: uppercase; }
          .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form label.-hs-error-msg {
            margin-bottom: 0px; }
          .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form label a {
            text-decoration: underline; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form select {
          width: 100% !important;
          max-width: 100%;
          height: 45px;
          border: 1px solid #E6E6E6;
          border-radius: 3px;
          background-color: #FCFCFC;
          font-family: "Open Sans";
          font-size: 16px; }
          .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form select option {
            background: none;
            color: #808080; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form input {
          width: 100% !important;
          height: 34px;
          border: 1px solid #E6E6E6;
          border-radius: 3px;
          background-color: #FCFCFC; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form input[type="checkbox"] {
          height: 16px;
          width: 16px !important;
          border: 1px solid #E6E6E6;
          border-radius: 2px;
          background-color: #FCFCFC; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form .hs-form-booleancheckbox-display span {
          color: #808080;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.39px;
          line-height: 19px;
          text-transform: uppercase; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form input[type="submit"] {
          background-color: #8E3FB1;
          color: #FFFFFF;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.44px;
          line-height: 22px;
          width: 98% !important;
          border: 0;
          box-shadow: none;
          border-radius: 0;
          text-transform: uppercase;
          background-image: none;
          font-family: "Open Sans"; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form .hs-error-msg {
          color: #808080;
          font-size: 12px; }
        .c-kl-eventpage .c-kl-form-section .-form_container .hbspt-form form .actions {
          margin-right: 8px; }
.c-kl-eventpage .c-kl-cta-section {
  background-image: url(https://www.kinetica.com/wp-content/uploads/2018/06/gradient-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  margin-top: 30px; }
  .c-kl-eventpage .c-kl-cta-section .-cta-content {
    text-align: center;
    padding: 5%;
    width: 1169px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .c-kl-eventpage .c-kl-cta-section .-cta-content {
        width: 100%;
        padding: 10%; } }
  .c-kl-eventpage .c-kl-cta-section h2, .c-kl-eventpage .c-kl-cta-section p {
    color: white;
    margin-bottom: 45px; }
  .c-kl-eventpage .c-kl-cta-section .-cta-btn {
    margin-top: 40px; }
  .c-kl-eventpage .c-kl-cta-section .-cta-btn .launch-start-modal {
    padding: 20px 120px;
    color: #8e3fb1;
    background: white;
    display: inline-block;
    margin: 0 auto;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .c-kl-eventpage .c-kl-cta-section .-cta-btn .launch-start-modal {
        padding: 20px 100px; } }

.clear {
  clear: both; }

.c-kl_footer {
  display: none;
  width: 100%;
  background-color: #11042F;
  padding-bottom: 1.5%; }
  .c-kl_footer__back {
    position: relative;
    width: 97%;
    height: 293px;
    margin-left: 1.5%;
    background: url("/wp-content/uploads/2019/07/footer@2x.jpg") no-repeat center center/cover; }
    @media only screen and (max-width: 1360px) {
      .c-kl_footer__back {
        height: 320px; } }
    @media only screen and (max-width: 768px) {
      .c-kl_footer__back {
        height: 540px;
        width: 94%;
        margin-left: 3%; } }
  .c-kl_footer .c-kl_icon {
    max-width: 230px;
    margin-top: 16px;
    margin-left: 16px; }
  .c-kl_footer .o-socials {
    position: absolute;
    bottom: 45px;
    margin-left: 17px; }
    .c-kl_footer .o-socials a {
      height: 38px;
      width: 38px;
      margin-right: 12px;
      display: inline-block; }
    .c-kl_footer .o-socials .c-kl_social-icon {
      width: 38px;
      height: 38px;
      margin-right: 12px;
      pointer-events: none; }
  .c-kl_footer .c-legal {
    position: absolute;
    bottom: 16px;
    margin-left: 17px; }
    .c-kl_footer .c-legal p {
      color: #fefeff;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 30px;
      font-size: 10px;
      font-weight: 800;
      margin-bottom: 0px; }
  .c-kl_footer .c-challenge {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 40%;
    height: 99%; }
    @media only screen and (max-width: 768px) {
      .c-kl_footer .c-challenge {
        position: relative;
        top: unset;
        right: unset;
        height: unset;
        width: 92%;
        margin-left: 16px; } }
    .c-kl_footer .c-challenge p {
      color: #fefeff;
      font-size: 60px;
      letter-spacing: 3px;
      font-weight: 300;
      text-align: left;
      line-height: 76px;
      margin-top: 3%; }
      @media only screen and (max-width: 768px) {
        .c-kl_footer .c-challenge p {
          font-size: 50px;
          line-height: 66px; } }
    .c-kl_footer .c-challenge a {
      background: #fefeff;
      position: absolute;
      display: block;
      width: 100%;
      text-align: center;
      color: #9A24E9;
      margin: auto 0;
      bottom: 13px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 30px;
      letter-spacing: 2px;
      height: 47px;
      padding-top: 1%; }
      .c-kl_footer .c-challenge a:hover {
        background: #9A24E9;
        color: #FEFEFF; }
      @media only screen and (max-width: 1440px) {
        .c-kl_footer .c-challenge a {
          padding-top: 1.5%; } }
      @media only screen and (max-width: 768px) {
        .c-kl_footer .c-challenge a {
          position: relative;
          padding-top: 2%;
          bottom: -35px; } }

.-centered {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important; }

.c-japanese-lander .section-name {
  height: 37px;
  min-width: 116px;
  text-transform: uppercase;
  background-color: white;
  position: absolute;
  top: 29px;
  left: 176px;
  padding: 8px 20px 5px 20px;
  margin: 0;
  color: #2B3A5E;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .c-japanese-lander .section-name {
      left: 42px; } }
  @media screen and (max-width: 540px) {
    .c-japanese-lander .section-name {
      left: 20px; } }
.c-japanese-lander section {
  margin-bottom: 114px; }
  .c-japanese-lander section:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .c-japanese-lander section {
      margin-bottom: 50px; } }
.c-japanese-lander .c-home-section .c-home-rotator {
  height: 700px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  overflow: hidden; }
  .c-japanese-lander .c-home-section .c-home-rotator__slide {
    height: 700px !important;
    padding-top: 140px;
    background: white;
    position: relative;
    text-align: center;
    overflow: hidden; }
    .c-japanese-lander .c-home-section .c-home-rotator__slide.video:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(39, 25, 87, 0.55);
      top: 0;
      left: 0;
      z-index: 1001; }
  .c-japanese-lander .c-home-section .c-home-rotator img {
    position: relative;
    z-index: 1000000;
    margin-bottom: 20px;
    display: inline-block; }
  .c-japanese-lander .c-home-section .c-home-rotator h2 {
    font-size: 67px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    color: white;
    position: relative;
    z-index: 10000;
    max-width: 1000px;
    margin: 0 auto; }
  .c-japanese-lander .c-home-section .c-home-rotator p {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 10000; }
  .c-japanese-lander .c-home-section .c-home-rotator video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .c-japanese-lander .c-home-section .c-home-rotator .rotator-text {
    display: table;
    width: 100%;
    height: 100%; }
    .c-japanese-lander .c-home-section .c-home-rotator .rotator-text > div {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      padding: 0 100px; }
.c-japanese-lander .c-home-section .home-rotator-cta {
  position: absolute;
  width: 100%; }
  .c-japanese-lander .c-home-section .home-rotator-cta .cta {
    display: none;
    position: absolute;
    bottom: -30px;
    text-align: center;
    margin: auto;
    z-index: 10;
    left: 0;
    right: 0; }
    .c-japanese-lander .c-home-section .home-rotator-cta .cta.active {
      display: block; }
    .c-japanese-lander .c-home-section .home-rotator-cta .cta a {
      color: #FFF;
      padding: 20px 30px;
      background: #271957;
      letter-spacing: .1rem;
      text-transform: uppercase;
      text-decoration: none;
      width: 100%;
      max-width: 500px;
      display: inline-block;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      font-weight: bold; }
      .c-japanese-lander .c-home-section .home-rotator-cta .cta a:hover {
        background: #8E3FB1;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
@media screen and (max-width: 1000px) {
  .c-japanese-lander .c-home-section .c-home-rotator__slide {
    padding-top: 100px; }
  .c-japanese-lander .c-home-section .c-home-rotator .rotator-text > div {
    padding: 0 30px; } }
@media screen and (max-width: 767px) {
  .c-japanese-lander .c-home-section .c-home-rotator {
    height: 350px; }
    .c-japanese-lander .c-home-section .c-home-rotator__slide {
      height: 350px !important;
      padding-top: 80px;
      padding-left: 20px;
      padding-right: 20px; }
    .c-japanese-lander .c-home-section .c-home-rotator img {
      width: 60px;
      margin-bottom: 10px; }
    .c-japanese-lander .c-home-section .c-home-rotator h2 {
      font-size: 36px; }
    .c-japanese-lander .c-home-section .c-home-rotator p {
      font-size: 16px; }
  .c-japanese-lander .c-home-section .c-home-rotator__slide {
    padding-top: 80px; }
  .c-japanese-lander .c-home-section .home-rotator-cta .cta {
    bottom: -20px; }
    .c-japanese-lander .c-home-section .home-rotator-cta .cta a {
      padding: 10px 20px;
      font-size: 14px; } }
@media screen and (max-width: 540px) {
  .c-japanese-lander .c-home-section .home-rotator-cta .cta {
    width: calc(100% - 40px); } }
.c-japanese-lander .c-home-section__customer_logos {
  text-align: center;
  padding-top: 81px;
  padding-bottom: 36px; }
  .c-japanese-lander .c-home-section__customer_logos > div {
    display: inline-block;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .c-japanese-lander .c-home-section__customer_logos > div {
        padding: 0 20px; } }
    .c-japanese-lander .c-home-section__customer_logos > div > div {
      height: 80px;
      display: table; }
      .c-japanese-lander .c-home-section__customer_logos > div > div > div {
        display: table-cell;
        vertical-align: middle; }
        .c-japanese-lander .c-home-section__customer_logos > div > div > div img {
          margin: 0;
          max-width: 125px;
          max-height: 75px; }
.c-japanese-lander .c-home-section__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 45px 0; }
  @media screen and (max-width: 768px) {
    .c-japanese-lander .c-home-section__content {
      padding: 45px 20px; } }
  @media screen and (max-width: 540px) {
    .c-japanese-lander .c-home-section__content {
      padding: 10px 20px; } }
  .c-japanese-lander .c-home-section__content h2, .c-japanese-lander .c-home-section__content h4 {
    text-align: center;
    margin-top: 0; }
  .c-japanese-lander .c-home-section__content h2 {
    font-size: 36px;
    margin-bottom: 68px; }
  .c-japanese-lander .c-home-section__content h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 40px; }
    .c-japanese-lander .c-home-section__content h4.-bottom {
      max-width: 760px;
      margin: 110px auto 0 auto; }
      @media screen and (max-width: 540px) {
        .c-japanese-lander .c-home-section__content h4.-bottom {
          margin: 70px auto 0 auto; } }
  .c-japanese-lander .c-home-section__content .c-tiles:before, .c-japanese-lander .c-home-section__content .c-tiles:after {
    content: "";
    display: table; }
  .c-japanese-lander .c-home-section__content .c-tiles:after {
    clear: both; }
  @media (max-width: 1264px) {
    .c-japanese-lander .c-home-section__content .c-tiles a {
      width: 50%; } }
  @media (max-width: 730px) {
    .c-japanese-lander .c-home-section__content .c-tiles a {
      width: 100%; } }
  .c-japanese-lander .c-home-section__content .c-tiles__item {
    background-size: 100%;
    position: relative;
    width: 33.33%;
    float: left;
    font-size: 20px;
    letter-spacing: .25em;
    height: 228px;
    text-align: center;
    text-transform: uppercase;
    background-size: cover;
    border: 3px solid white;
    transition: all .3s ease-in-out; }
    @media (max-width: 1264px) {
      .c-japanese-lander .c-home-section__content .c-tiles__item {
        width: 50%; } }
    @media (max-width: 730px) {
      .c-japanese-lander .c-home-section__content .c-tiles__item {
        width: 100%; } }
    .c-japanese-lander .c-home-section__content .c-tiles__item span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .c-japanese-lander .c-home-section__content .c-tiles__item.-white {
      font-weight: bold;
      color: black;
      text-align: left; }
      @media (max-width: 1264px) {
        .c-japanese-lander .c-home-section__content .c-tiles__item.-white {
          display: none; } }
      .c-japanese-lander .c-home-section__content .c-tiles__item.-white span {
        margin: 0 auto;
        left: 23%;
        max-width: 240px; }
    .c-japanese-lander .c-home-section__content .c-tiles__item.-white:first-child span {
      left: 30%; }
    .c-japanese-lander .c-home-section__content .c-tiles__item:not(.-white) {
      font-weight: 400; }
      .c-japanese-lander .c-home-section__content .c-tiles__item:not(.-white):after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: black;
        opacity: 0; }
      .c-japanese-lander .c-home-section__content .c-tiles__item:not(.-white):hover {
        background-size: 140% !important; }
        .c-japanese-lander .c-home-section__content .c-tiles__item:not(.-white):hover:after {
          opacity: .2; }
      .c-japanese-lander .c-home-section__content .c-tiles__item:not(.-white) span {
        color: white;
        width: 100%;
        text-align: center;
        left: 0; }
.c-japanese-lander .c-analytics-section {
  margin-bottom: 192px; }
  @media screen and (max-width: 768px) {
    .c-japanese-lander .c-analytics-section {
      margin-bottom: 50px; } }
  .c-japanese-lander .c-analytics-section .active-analytics-container {
    margin-top: 80px; }
  .c-japanese-lander .c-analytics-section .active-analytics-hero {
    position: relative; }
  @media screen and (max-width: 768px) {
    .c-japanese-lander .c-analytics-section .c-section-header__img img {
      height: 375px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; } }
  @media screen and (max-width: 768px) and (max-width: 540px) {
    .c-japanese-lander .c-analytics-section .c-section-header__img img {
      height: 210px; } }
  @media screen and (max-width: 768px) {
    .c-japanese-lander .c-analytics-section .-analytics-video {
      margin-bottom: 60px; } }
  @media screen and (max-width: 540px) {
    .c-japanese-lander .c-analytics-section .-analytics-video {
      margin-bottom: 7px; }
    .c-japanese-lander .c-analytics-section .active-analytics-container {
      margin-top: 0; }
    .c-japanese-lander .c-analytics-section .active-analytics-container .container h1 {
      padding: 0 18px; }
    .c-japanese-lander .c-analytics-section .active-analytics-container .container .c-section-header__img:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: black;
      opacity: .5;
      z-index: 1;
      display: block;
      margin: 0 20px; }
    .c-japanese-lander .c-analytics-section .c-block {
      padding-left: 20px;
      padding-right: 20px; }
      .c-japanese-lander .c-analytics-section .c-block__text {
        padding-left: 0;
        padding-right: 0; } }
.c-japanese-lander .c-product-section .c-hero {
  position: relative; }
.c-japanese-lander .c-resource-section .c-resources__first {
  height: 440px; }
.c-japanese-lander .c-resource-section .c-resources__content {
  bottom: -218px; }
  @media screen and (max-width: 768px) {
    .c-japanese-lander .c-resource-section .c-resources__content {
      bottom: -320px; } }
  @media screen and (max-width: 540px) {
    .c-japanese-lander .c-resource-section .c-resources__content {
      bottom: -284px; } }
  @media screen and (max-width: 320px) {
    .c-japanese-lander .c-resource-section .c-resources__content {
      bottom: -221px; } }
@media screen and (max-width: 768px) {
  .c-japanese-lander .c-resource-section .c-resources__item:last-child {
    margin-top: 120px !important; } }
  @media screen and (max-width: 768px) and (max-width: 540px) {
    .c-japanese-lander .c-resource-section .c-resources__item:last-child {
      margin-top: 60px !important; } }

@media screen and (max-width: 540px) {
  .c-japanese-lander .c-resource-section .c-resources__featured-image:last-child {
    height: 224px; } }
.c-japanese-lander .c-trial-section {
  background-image: url(https://www.kinetica.com/wp-content/uploads/2018/01/stripes-purple.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  text-align: center;
  padding: 62px 0;
  position: relative; }
  @media screen and (max-width: 540px) {
    .c-japanese-lander .c-trial-section .c-trial-section__content {
      padding: 0 30px; }
      .c-japanese-lander .c-trial-section .c-trial-section__content img {
        width: 100%; } }
  .c-japanese-lander .c-trial-section h1 {
    font-size: 400%; }
  .c-japanese-lander .c-trial-section .subtitle {
    font-size: 150%;
    margin-bottom: 36px; }
  .c-japanese-lander .c-trial-section .-trial-image {
    margin-bottom: 10px;
    width: 800px; }
    @media screen and (max-width: 768px) {
      .c-japanese-lander .c-trial-section .-trial-image {
        width: 700px; } }
  .c-japanese-lander .c-trial-section h3 {
    margin-top: 40px; }
  .c-japanese-lander .c-trial-section .-japanese-trial-cards {
    max-width: 900px;
    margin: 20px auto 0 auto;
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .c-japanese-lander .c-trial-section .-japanese-trial-cards {
        flex-direction: column; } }
    .c-japanese-lander .c-trial-section .-japanese-trial-cards .-japanese-trial-card {
      max-width: 420px;
      background-color: rgba(255, 255, 255, 0.08);
      padding: 20px !important;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .c-japanese-lander .c-trial-section .-japanese-trial-cards .-japanese-trial-card {
          margin: 0 auto 20px auto; } }
      @media screen and (max-width: 540px) {
        .c-japanese-lander .c-trial-section .-japanese-trial-cards .-japanese-trial-card {
          margin: 0 20px 20px 20px; } }
    .c-japanese-lander .c-trial-section .-japanese-trial-cards .-japanese-trial-card:first-child {
      margin-right: 60px; }
      @media screen and (max-width: 768px) {
        .c-japanese-lander .c-trial-section .-japanese-trial-cards .-japanese-trial-card:first-child {
          margin-right: auto; } }
      @media screen and (max-width: 540px) {
        .c-japanese-lander .c-trial-section .-japanese-trial-cards .-japanese-trial-card:first-child {
          margin-right: 20px; } }
  .c-japanese-lander .c-trial-section .-japanese-webinar-register {
    max-width: 900px;
    margin: 57px auto 0 auto;
    background-color: rgba(135, 135, 155, 0.4);
    padding: 20px;
    text-align: center; }
    .c-japanese-lander .c-trial-section .-japanese-webinar-register h3 {
      font-weight: 500; }
    .c-japanese-lander .c-trial-section .-japanese-webinar-register__copy {
      font-size: 18px;
      padding-bottom: 42px; }

.header-japanese {
  display: block !important;
  z-index: 11; }
  .header-japanese__wrap {
    display: block !important; }
  @media (min-width: 1140px) {
    .header-japanese #menu-main-menu-1 {
      padding-left: 70px; } }
  @media (max-width: 1140px) {
    .header-japanese #menu-main-menu-1 {
      padding-left: 55px; } }

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 16px;
  right: 16px;
  color: white;
  background-color: #bc32e6;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 2px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .1s ease-in-out;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  z-index: 9999; }
  .float:link, .float:visited, .float:hover, .float:active {
    color: white; }
  .float i {
    margin: 15px auto;
    font-size: 26px; }

.sticky {
  position: fixed; }

@media (max-width: 768px) {
  .extra-top-margin {
    margin-top: 70px; }

  .extra-extra-top-margin:first-of-type {
    margin-top: 121px; }

  .register-to-download {
    font-size: 100% !important;
    width: 100%; } }
@media (max-width: 320px) {
  .adjust-german-top-pos {
    top: -640px !important; }

  .extra-extra-top-margin:first-of-type {
    margin-top: 54px; }

  .register-to-download {
    font-size: 88% !important; } }

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