/* ------------- */
/* CSS Variables */
/* ------------- */

:root {
  --logo-taglines-height: 18px;
}

/* ----------- */
/* Body Styles */
/* ----------- */

body {
  position: relative;
  z-index: 0;
}

.banded-container-row {
  margin-left: calc((100vw - 100%) / -2) !important;
  padding-left: calc((100vw - 100%) / 2);
  margin-right: calc((100vw - 100%) / -2) !important;
  padding-right: calc((100vw - 100%) / 2);
}

.page-breadcrumb {
  position: relative;
  top: -2.5rem;
  height: 0;
  font-size: 0.85rem;
}

.page-breadcrumb nav {
  margin: 0;
}

/* -------------------- */
/* Anchor Offset Styles */
/* -------------------- */

a.anchor-offset {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

/* ------------- */
/* Header Styles */
/* ------------- */

body > header {
  position: relative;
  z-index: 999;
}

body > section.vh-100 {
  height: calc(100vh - 6rem) !important;
  min-height: 32rem;
}

body > section.vh-100 {
  height: calc(100vh - 6rem) !important;
  min-height: 32rem;
}

.cropped-logo .logo-globe img {
  height: 32px;
}

.cropped-logo .logo-text {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

header .header-right {
  max-width: 400px;
}

header .login-fields > div > input {
  max-height: calc(1.5em + 0.5rem);
  min-height: calc(1.5em + 0.5rem);
  font-size: 0.8rem;
}

header .login-fields .form-check {
  min-height: auto !important;
}

#logo-globe-mobile a:hover {
  text-decoration: none;
}

#logo-globe-mobile .iir-text-logo {
  color: #fff;
  line-height: 17px;
  font-size: 16px;
}

/* --------------------- */
/* Main Container Styles */
/* --------------------- */

.main-container {
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    flex-grow: 1;
}

/* ------------- */
/* Footer Styles */
/* ------------- */

.main-footer {
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(/img/bg_globe_05.png);
  background-size: 560px 594px;
  background-position: 12px 15px;
  background-repeat: no-repeat;
}

/* -------------- */
/* Basic Elements */
/* -------------- */

.gmi-globe-tiny {
  width: 18px;
  height: auto;
}

.gmi-globe-nav {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

fieldset legend {
  width: auto;
  float: none;
}

/* ----------------- */
/* Ad Server Banners */
/* ----------------- */

@media (min-width: 1200px) {
  ins img {
    width: 100%;
  }
}

.blog-post img {
  width: auto;
}

/* --------------- */
/* Utility Classes */
/* --------------- */

.x-small {
  font-size: 0.75rem;
}

.img-flip-x {
  transform: scaleX(-1);
}

.img-flip-y {
  transform: scaleY(-1);
}

/* ------------------- */
/* Bootstrap Overrides */
/* ------------------- */

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
}

/* .container max-width */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

/* .nav-tabs */
.nav-tabs .nav-link {
  color: var(--bs-gray-800);
}

.nav-tabs .nav-link:hover {
  color: var(--logo-orange);
  opacity: 0.8;
}

.nav-tabs .nav-link {
  border: none;
  margin-bottom: -2px;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--logo-orange);
}

.nav-tabs .nav-link.active:hover {
  opacity: 1;
}

/* ---------- */
/* Animations */
/* ---------- */

.smooth {
  transition: all 0.25s ease;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: 100px;
  left: 0;
}

/* --------- */
/* Keyframes */
/* --------- */

@keyframes rotation {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(-359deg);
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 20px);
  }

  to {
    transform: translate(0, -0px);
  }
}

/* ------------- */
/* Media Queries */
/* ------------- */

/* desktop view */
@media all and (min-width: 992px) {
  /* navigation */
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    overflow-x: hidden;
  }

  .navbar .megamenu-2 {
    padding: 1.25rem 1rem !important;
    background: #000000af;
    backdrop-filter: blur(0.5rem);
    color: #fff;
  }

  .navbar .megamenu-2 .dropdown-item.active {
    border-left: 5px solid var(--logo-orange) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
  }

  .navbar .megamenu-2 .dropdown-item.active:hover,
  .navbar .megamenu-2 .dropdown-item.active:focus {
    border-left: 5px solid var(--logo-orange) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
    transform: translateX(2px);
    cursor: pointer;
  }

  .navbar .megamenu-2 .fa-2x.text-success {
    color: limegreen !important;
  }

  .nav-item.dropdown .nav-item-img {
    max-width: 45px;
    width: 45px;
    height: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }

  .navbar .nav-item .dropdown-menu-end {
    right: 0;
  }

  .navbar {
    width: 100%;
  }

  .navbar .nav-item {
    flex: 1 1 auto;
    padding: 1.3%;
  }

  .navbar .nav-item .nav-link {
    font-size: clamp(0.9rem, 0.95rem, 1vw);
    padding: 0.75rem 0 !important;
  }

  .navbar .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; /* Slide to its final position */
    transition-delay: 0.3s;
  }

  .navbar .nav-item .dropdown-menu.thin {
    width: 250px;
  }

  .navbar .nav-item .dropdown-menu.mid {
    width: 365px;
  }

  .navbar .nav-item .dropdown-menu.expanded {
    width: 480px;
  }

  .navbar .nav-item .dropdown-menu.wide {
    width: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .navbar .nav-item .nav-link {
    font-size: clamp(0.7rem, 0.75rem, 1vw);
  }
}

@media (max-width: 991px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar .megamenu {
    max-height: 70vh;
    overflow: auto;
    overflow-x: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-top: 0;
  }

  .navbar .megamenu .border-start {
    border-left: 0 !important;
  }

  .navbar .megamenu .border-end {
    border-right: 0 !important;
  }

  nav .navbar-nav {
    padding-right: 0;
    width: 100%;
  }

  .dropdown-toggle::after {
    position: absolute;
    top: 1.1rem;
    right: 1rem;
  }

  nav .navbar-nav .nav-link {
    color: #fff !important;
    text-align: left !important;
    font-size: 1.1rem;
    padding: 0.8rem 0;
  }

  .navbar-nav > .nav-item > .nav-link:hover,
  .navbar-nav > .nav-item > .nav-link:focus {
    color: var(--logo-orange) !important;
  }

  .nav.navbar-nav .nav-link:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .navbar .nav-item .dropdownToggleButton {
    /* width: 40px; */
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: top;
    padding: 1rem;
    border: 0;
    color: #fff !important;
  }

  .navbar .nav-item .dropdownToggleButton:hover,
  .navbar .nav-item .dropdownToggleButton:focus {
    color: var(--logo-orange) !important;
  }

  .navbar .nav-item .dropdownToggleButton .fa,
  .navbar .nav-item .dropdownToggleButton .fas,
  .navbar .nav-item .dropdownToggleButton .far,
  .navbar .nav-item .dropdownToggleButton .fal,
  .navbar .nav-item .dropdownToggleButton .fa-solid,
  .navbar .nav-item .dropdownToggleButton .fa-regular,
  .navbar .nav-item .dropdownToggleButton .fa-light {
    color: inherit !important;
  }

  .navbar-collapse {
    margin: 0 -1.5rem 0 -1.5rem;
    position: relative;
    background: inherit;
    width: 100%;
    padding-bottom: 1rem;
  }

  .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    margin: 0 -1.5rem 0 -1.5rem;
    box-shadow: none !important;
  }

  .navbar .nav-item .dropdown-menu ul.nav-ul .arrow {
    margin-left: 107px;
  }

  .navbar .nav-item .dropdown-menu ul.nav-ul li a {
    padding: 10px 0 10px 102px;
  }

  #logo-globe-mobile {
    padding: 1rem;
  }

  .make-white {
    filter: brightness(0) invert(1);
  }
}

@media (max-width: 768px) {
  .dropdown-menu.megamenu .megamenu-arrow i.fa-chevron-right,
  .dropdown-menu.megamenu .megamenu-arrow i.fal.fa-chevron-right,
  .dropdown-menu.megamenu .megamenu-arrow i.fa-regular.fa-chevron-right {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
  }
}

/* Header SVG */

header .header-svg-logo {
    max-width: 200px;
    width: fit-content;
}

/* Page Headers */

.page-header {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.page-header:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.page-header > * {
    z-index: 2;
    position: relative;
    text-shadow: 0 0 15px #0009, 0 0 15px #0009, 0 0 15px #0009;
}

.page-header-subtitle {
    letter-spacing: 2px;
}

/* Page Header Background Images */

/* Default */
.page-header-default {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/about-banner.webp');
}

.page-header-industries {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/coverage-banner-new.webp');
    background-position: center 70%;
}

.page-header-database {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/database-banner.png');
}

.page-header-gmitools {
    background-image: url('https://media.industrialinfo.com/gmi-platform/geospatial-solutions-bg.jpg');
}

.page-header-analytics {
    background-image: url('https://media.industrialinfo.com/img/banners/iir-banner-analytics.png');
}

.page-header-news {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/news-banner.png');
}

.page-header-advertising {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/advertisement-banner.png');
}

.page-header-events {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/events-banner.webp');
}

.page-header-podcasts {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/podcasts-banner.webp');
}

.page-header-contact {
    background-image: url('https://media.industrialinfo.com/img/banners/iir-banner-contact.png');
}

.page-header-members {
    background-image: url('https://media.industrialinfo.com/img/banners/iir-banner-1.png');
}

.page-header-internal {
    background-image: url('https://media.industrialinfo.com/banners/2024/iir-training-header.jpg');
}
.primary-btn,
a.primary-btn,
button.primary-btn,
.primary-btn-inverted,
a.primary-btn-inverted,
button.primary-btn-inverted {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 1.5rem;
    padding: .85em 1em;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.primary-btn,
a.primary-btn,
button.primary-btn {
    background-color: #00263d;
    border: 1px solid #00263d;
    color: #66ffff !important;
    text-decoration: none !important;
}

.primary-btn:hover,
a.primary-btn:hover,
button.primary-btn:hover {
    background-color: #66ffff;
    border: 1px solid #00263d;
    color: #00263d !important;
}

@media (min-width: 992px) {
    .primary-btn,
    .primary-btn-inverted {
        margin: 0 0 1rem;
        width: auto;
    }
}

.primary-btn-inverted,
a.primary-btn-inverted,
button.primary-btn-inverted {
    background-color: #66FFFF;
    border: 1px solid #66FFFF;
    color: #00263d !important;
}

.primary-btn-inverted:hover,
a.primary-btn-inverted:hover,
button.primary-btn-inverted:hover {
    background-color: #0094a2;
    border: 1px solid #0094a2;
    color: #66FFFF !important;
}

a.primary-btn.rounded-btn {
    border-radius: 6px;
    margin-right: 1rem;
    padding: .85rem 1.95rem;
}
/* New Megamenu Styles (In-Progress) */

/* Overall Styles */
.navbar .megamenu {
  padding: 0rem;
}

.has-megamenu .dropdown-menu.megamenu {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  top: 0;
  transform: none !important;
  z-index: 9999;
  border-left: 0;
  border-right: 0;
  max-height: 85vh !important;
  overflow-y: auto;
}

.megamenu-item {
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
}

.megamenu-item:hover,
.megamenu-item:focus {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateX(2px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}

.megamenu-tab-item.active {
  background-color: rgba(255, 255, 255, 0.08);
}

.megamenu-link-title {
  color: #ffffff;
  transition: color 0.2s ease;
}

.megamenu-item:hover .megamenu-link-title,
.megamenu-item:focus .megamenu-link-title,
.megamenu-item:focus-visible .megamenu-link-title,
.megamenu-tab-item.active .megamenu-link-title,
.dropdown-item.active .megamenu-link-title {
  color: var(--logo-orange);
}

.megamenu-icon,
.megamenu-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
}

.megamenu-icon {
  width: 2.5rem;
  min-width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.megamenu-icon i {
  line-height: 1;
}

.megamenu-arrow {
  min-width: 1.5rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.megamenu-item:hover .megamenu-arrow,
.megamenu-item:focus .megamenu-arrow {
  transform: translateX(2px);
}

.megamenu .dropdown-item {
  white-space: normal;
}

/* Industry Dropdown Styles */
.industry-card {
  min-height: 6.75rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgba(255, 255, 255, 0.04);
}

.industry-card:hover,
.industry-card:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.industry-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.industry-card-img {
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
}

.industry-card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 38%,
    rgba(0, 0, 0, 0.2) 65%,
    rgba(0, 0, 0, 0.12) 100%
  );
}

.industry-card:hover::before,
.industry-card:focus::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.68) 45%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

.industry-card-content {
  min-height: 6rem;
  padding: 0.5rem !important;
}

.industry-card-content .small,
.industry-card-content p,
.industry-card-cta {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.industry-card-cta {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.03em;
}

.industry-card-cta i {
  transition: transform 0.2s ease;
}

.industry-card:hover .industry-card-img,
.industry-card:focus .industry-card-img {
  transform: scale(1.1);
  opacity: 0.82;
}

.industry-card:hover .industry-card-cta,
.industry-card:focus .industry-card-cta {
  color: rgba(255, 255, 255, 1);
}

.industry-card:hover .industry-card-cta i,
.industry-card:focus .industry-card-cta i {
  transform: translateX(2px);
}

/* News Dropdown Styles */
.news-headline-block {
  border-left: 3px solid var(--logo-orange);
  padding-left: 1rem;
  max-width: 32rem;
}

.news-feature-card {
  min-height: 11rem;
}

.white-paper-card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.75) 38%,
    rgba(0, 0, 0, 0.65) 85%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.white-paper-card:hover::before,
.white-paper-card:focus::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.85) 30%,
    rgba(0, 0, 0, 0.75) 90%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Podcasts & Events Dropdown Styles */
.event-highlight-cta {
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.event-highlight-card:hover .event-highlight-cta,
.event-highlight-card:focus .event-highlight-cta,
.event-highlight-card:focus-visible .event-highlight-cta {
  background-color: var(--logo-orange);
  color: #ffffff;
  border-color: var(--logo-orange);
}

.outlook-icon {
  width: 0.85rem;
  min-width: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Mobile */

@media (max-width: 991.98px) {
  .navbar .has-megamenu {
    position: relative !important;
  }

  .has-megamenu .border-bottom {
    border-bottom: 0 !important;
  }

  .has-megamenu .dropdown-menu.megamenu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    background-color: transparent;
    box-shadow: none;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0.5rem;
    border-left: 0;
    border-right: 0;
  }

  .navbar .megamenu-2 {
    padding: 0.25rem 0 1rem 0;
    backdrop-filter: none;
  }

  .header-mobile-megamenu-left {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 1rem !important;
    margin-bottom: 0.25rem;
  }

  .header-mobile-megamenu-right {
    padding-left: 0 !important;
  }

  .header-mobile-megamenu-subcol {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  .header-mobile-megamenu-subcol + .header-mobile-megamenu-subcol {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 1rem;
    padding-top: 1rem !important;
  }

  .header-mobile-megamenu-tabs .megamenu-tab-item {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .header-mobile-megamenu-tabs .megamenu-arrow {
    display: none;
  }

  .navbar .megamenu .tab-pane.fade {
    transition: none;
  }

  .has-megamenu .nav-link > span > span:first-child {
    position: relative;
    color: #fff;
    transition: color 0.2s ease;
  }

  .has-megamenu .nav-link > span > span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 2px;
    background-color: var(--logo-orange);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
  }

  .has-megamenu.mobile-submenu-open .nav-link > span > span:first-child {
    color: var(--logo-orange) !important;
  }

  .has-megamenu.mobile-submenu-open .nav-link > span > span:first-child::after {
    transform: scaleX(1);
  }

  .has-megamenu .nav-link > span > span:first-child {
    position: relative;
    color: #fff;
    transition: color 0.2s ease;
  }

  .has-megamenu .nav-link > span > span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 2px;
    background-color: var(--logo-orange);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
  }

  .has-megamenu.mobile-submenu-open .nav-link > span > span:first-child {
    color: var(--logo-orange) !important;
  }

  .has-megamenu.mobile-submenu-open .nav-link > span > span:first-child::after {
    transform: scaleX(1);
  }

  .header-mobile-pane-slot {
    overflow: hidden;
    /* padding-bottom: 0.75rem; */
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease, margin-top 0.3s ease;
  }

  .header-mobile-pane-slot.is-open {
    opacity: 1;
    margin-top: 0.25rem;
  }

  .header-mobile-pane-slot > .tab-pane {
    display: block;
  }

  .header-mobile-toggle-tabs .megamenu-tab-item .megamenu-arrow i {
    transition: transform 0.25s ease, opacity 0.2s ease;
  }

  .header-mobile-toggle-tabs
    .megamenu-tab-item.mobile-tab-open
    .megamenu-arrow
    i {
    transform: rotate(180deg);
  }

  .header-mobile-pane-slot > .tab-pane.fade:not(.show) {
    opacity: 0;
  }

  .header-mobile-pane-slot > .tab-pane.fade.show {
    opacity: 1;
  }

  .header-mobile-pane-slot .border-start {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 1rem;
    padding-top: 1rem !important;
    padding-left: 0 !important;
  }
}
div#content {
  max-width: 2000px;
  margin: 35px auto 0;
}
.about-video {
  width: 100%;
}
.center-padder {
  padding-left: 3.222rem;
}
div.leaderboard-ad a img {
  margin-left: 15px;
  width: 1088px;
}
.slick-slide img {
  max-height: 400px;
}
.homepage-product-slider .slick-slide img {
  max-height: 653px !important;
}
.slider-section {
  height: auto;
}
div.homepage-slider.slick-initialized.slick-slider {
  margin-bottom: 0;
}
div.homepage-slider ul.slider-navigation {
  display: none !important;
}
button.slick-arrow.slick-next,
button.slick-arrow.slick-prev {
  top: 50%;
  z-index: 1;
}
button.slick-arrow.slick-next {
  right: -10px !important;
}
button.slick-arrow.slick-prev {
  left: -10px !important;
}
homepage-slider.slick-arrow.slick-next {
  right: 0 !important;
}
/*modal edits*/

html div#theModal.reveal {
  width: 644px;
  max-width: 75rem;
  overflow: unset;
  background-color: #000;
  border: 0;
  border-radius: 5px;
}
html div.modal-body {
  margin-top: -8px !important;
}
html div#theModal.reveal .label {
  padding: 0 !important;
}
html div#theModal.reveal table tbody td {
  padding: 0px 4px 6px;
}
html div#theModal.reveal .close-button {
  border: 2px solid #a3a3a3;
  background-color: #fff;
  border-radius: 20px;
  width: 25px;
  font-size: 19px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: -22px;
  right: -10px;
  color: #000;
  font-weight: bold;
}
.mobile-social-below {
  margin-bottom: 0 !important;
}
html button.rsvp1 {
  font-size: 14px;
}
html div#theModal.reveal .close-button:hover {
  color: #fff;
  background-color: #ff7700;
  border: 2px solid #ff7700;
}
html div#theModal .modal-header {
  padding-bottom: 0 !important;
}
html div#theModal.dashboard-desc div {
  margin-top: 0 !important;
}
footer#footerLegal {
  padding-bottom: 10px;
}
section#footer a,
footer#footerLegal a {
  color: #e3e3e3;
  text-decoration: none;
}
section#footer h5 {
  margin-bottom: 4px;
}
.right-side-banners .resize-thumb {
  width: 100%;
  max-width: 308px;
}
/*.homepage-ads-full > .blog-post > a > img {
  margin-bottom: 1rem;
}*/
.homepage-ads-full .blog-post img,
.banner-ads .blog-post img {
  margin-bottom: 1rem;
}
.initial-view-banners .resize-thumb,
.initial-view-banners-medium .resize-thumb {
  width: 96%;
  max-width: 240px;
}
html div.ribbon-right {
  left: 550px !important;
  top: 21px !important;
}
@media screen\0, screen\9 {
  div.blog-post a img {
    margin-bottom: 16px;
    border: 4px solid #fefefe;
    box-shadow: 0 0 0 1px hsla(0, 0%, 4%, 0.2);
    transition: box-shadow 0.2s ease-out;
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    width: 100%;
    max-width: 308px;
  }
  div.blog-post a img:focus,
  div.blog-post a img:hover {
    box-shadow: 0px 0px 6px 1px rgba(33, 153, 232, 0.5);
  }
}
.button.hollow.indstrl:hover {
  background-color: #3f97a5;
  color: #fff;
}
.button.hollow.indstrl {
  color: #3f97a5;
  border: 1px solid #3f97a5;
}
.button.hollow.labor:hover {
  background-color: #ea8a42;
  color: #fff;
}
.button.hollow.labor {
  color: #ea8a42;
  border: 1px solid #ea8a42;
}
.button.hollow.ltsa:hover {
  background-color: #262262;
  color: #fff;
}
.button.hollow.ltsa {
  color: #262262;
  border: 1px solid #262262;
}
.button.hollow.chml:hover {
  background-color: #990000;
  color: #fff;
}
.button.hollow.chml {
  color: #990000;
  border: 1px solid #990000;
}
.button.hollow.pharma:hover {
  background-color: #673193;
  color: #fff;
}
.button.hollow.pharma {
  color: #673193;
  border: 1px solid #673193;
}
.button.hollow.power:hover {
  background-color: #ff0000;
  color: #fff;
}
.button.hollow.power {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.button.hollow.metals {
  color: #993a00;
  border: 1px solid #993a00;
}
.button.hollow.metals:hover {
  background-color: #993a00;
  color: #fff;
}
.button.hollow {
  color: #00263d !important;
  font-size: 0.75rem !important;
  border: 1px solid #00263d !important;
}
.button.hollow:hover {
  background-color: #00263d !important;
  color: #6ff !important;
}
div.row div.news-feed-listing {
  border-bottom: 0;
  padding: 0;
  position: relative;
}
div.row.news-feed {
  border-bottom: none;
}
div.row.news-feed {
  border-top: none;
}
div.news-header-buttons,
div.news-header-buttons a {
  display: flex;
  align-items: center;
}
div.news-header-buttons a {
  padding: 0 10px;
}
div.news-header-buttons a:hover,
div.news-header-buttons a:active {
  color: #fff;
}
div.news-header-buttons .small {
  line-height: 1;
  font-size: 0.65rem;
}
.products-navigatiir-padder {
  padding-right: 0;
  padding-left: 20px;
}
/*new slider styles*/

#membersResource {
  box-shadow: none !important;
  background-color: #f4f4f4;
}
.home-title-new {
  /*color: #1C4695;*/
  color: #00263d;
  margin: 15px 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.75rem !important;
  line-height: 34px;
}
.sub-heading {
  font-size: 2.2rem;
  display: none;
}
.center-top {
  text-align: center;
}
span.org {
  color: #ff7700;
}
.digest-box-small {
  display: flex;
  justify-content: space-between;
  background-color: #00263d;
  box-sizing: border-box;
  padding: 5px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 10px;
  margin-top: 20px;
  height: 50px;
}
.featured-title {
  color: #6ff;
  font-weight: bold;
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-title > h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.navigatiir-globe {
  width: 50px;
  margin-right: 5px;
}
.homepage-ads-mobile {
  display: none;
}
.homepage-ads-full {
  display: block;
}
.thumbnail {
  border: none;
}
.initial-view-banners {
  justify-content: center;
}

@media screen and (min-width: 640px) {
  fieldset.fieldset2 {
    margin-left: 20px;
  }
}
.homepage-slider img {
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -ms-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
.homepage-slider .slick-active img {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*initialized the slider*/

.slider-section,
.featured-events-news {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}
/*end initialized the slider*/

.logged-out button.my-settings {
  margin-top: 0;
}
button.my-settings {
  margin-right: 0;
  padding: 3px;
}
#firstslide {
  position: absolute;
}
#homepageVideo {
  position: absolute;
  top: 33px;
  right: 53px;
  width: 52%;
}
.webinar-badge {
  font-weight: bold;
  color: #871619;
  font-size: 13px;
  text-align: center;
  margin-top: 6px;
}
.outlook-badge {
  font-weight: bold;
  color: #1454d1;
  font-size: 11px;
  text-align: center;
  margin-top: 6px;
}
.slick-initialized .slick-slide {
  overflow: hidden;
}
.slick-prev:before,
.slick-next:before {
  color: rgba(255, 255, 255, 0.75) !important;
}
/*update the news height when adding/removing feature products*/

.news-feed {
  height: 100% !important;
}
/*new slider*/

.homepage-product-slider {
  margin-bottom: 5px !important;
}
.homepage-product-slider .slick-slide {
  border: 0px solid rgb(202, 202, 202);
  padding: 5px;
  border-radius: 2px;
}
.homepage-product-slider .slick-slide img {
  margin-bottom: 15px;
}
.products-navigatiir-padder h5 {
  margin-top: 15px !important;
}
.products-navigatiir-padder ins img {
  width: 100%;
}
.featured-slider-buttons {
  line-height: 1;
}
.featured-slider-buttons a {
  transition: all 0.2s ease;
  font-size: 20px;
  padding: 10px;
  margin-right: 10px;
}
p.featured-product-description {
  font-size: 12px;
}
.fi-page-multiple {
  color: #f78d2c;
}
.homepage-product-slider .slick-prev {
  top: -10% !important;
  right: -81%;
}
.homepage-product-slider > .slick-next {
  top: -10% !important;
}
.homepage-product-slider .slick-prev:before,
.homepage-product-slider .slick-next:before {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 22px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 7px;
}
#mobile-dynamic-table {
  display: none;
}
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.navigatiir-subtitle {
  font-size: 1rem;
  color: #00263d;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dashed #aaa;
}
h5.featured-products-title,
h5.navigatiir-article-title {
  font-weight: bold !important;
  font-size: 1rem !important;
}
header .sticky {
  border-bottom: none !important;
}
.main-nav-container .top-bar {
  border-bottom: 2px solid #66ffff !important;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .home-title-new {
    font-size: 1.2rem !important;
  }
  .project-coverage {
    width: 100%;
    height: 70% !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 699px) {
  .featured-events-news button.slick-arrow.slick-next,
  .featured-events-news button.slick-arrow.slick-prev {
    display: none !important;
  }
  html .is-reveal-open {
    overflow: auto !important;
  }
  .reveal-overlay {
    padding: 28px;
    overflow: visible;
  }
  html div#theModal.reveal {
    width: 97% !important;
  }
  .modal-body {
    width: 100% !important;
  }
  button.rsvp1,
  button.rsvp3 {
    width: 100px !important;
  }
  .sponsorsWrap {
    height: 200px !important;
  }
  .sponsorMobilePeri {
    width: 71%;
  }
  .sponsorMobileLgh {
    width: 65%;
  }
  .sponsorMobilecircor {
    width: 79%;
  }
  .reveal {
    min-height: auto !important;
  }
  html div#theModal.reveal {
    height: 500px !important;
  }
}
/* Small only */

@media screen and (max-width: 39.9375em) {
  .reveal {
    min-height: 500px !important;
  }
  #mobile-dynamic-table {
    display: block;
  }
  section.new-section div h3 {
    font-size: 1rem;
    font-weight: bold;
  }
  button#PECWeb-button {
    width: 100%;
  }
  #membersResource {
    height: 123px;
    text-align: center;
    margin-bottom: 0;
  }
  .home-title-new {
    font-size: 1rem !important;
    line-height: 26px;
  }
  #ask-us-button {
    padding: 5px;
    width: auto;
    float: left;
  }
  .members-buttons {
    padding: 0;
  }
  .members-buttons button {
    font-size: 9px !important;
  }
  .large-9.ipad-land,
  .large-10.large-offset-1,
  .initial-view-banners,
  .dynamic-table-js {
    padding: 0 !important;
  }
  .homepage-product-slider .slick-prev:before,
  .homepage-product-slider .slick-next:before {
    font-size: 16px !important;
  }
  .homepage-product-slider .slick-prev {
    right: -70% !important;
  }
  .slick-dotted.slick-slider {
    margin: 0;
  }
  body div#content div#dynamic-table-slide div.box div.box-text {
    max-height: 105px;
    max-width: 340px;
  }
  body div#content div#dynamic-table-slide div.box div.box-text {
    display: none;
  }
  body div#content div#dynamic-table-slide div.box h2 {
    font-size: 14px;
  }
  body div#content div#dynamic-table-slide div.box div.box-text h3 {
    font-size: 12px;
  }
  body div#content div#dynamic-table-slide div.box div.box-text p {
    font-size: 10px;
    line-height: 1;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1690px) {
  .members-buttons .button {
    font-size: 11px !important;
    width: 100%;
  }
  #active-products-button,
  button#PECWeb-button {
    width: 100% !important;
  }
  #membersResource {
    height: 140px;
  }
  div.right-side-banners a.mrCover div.membersResourceCover {
    height: 141px;
    margin-top: -160px;
  }
  button.my-settings {
    width: auto !important;
  }
  .homepage-product-slider .slick-prev {
    right: -69% !important;
  }
  section.new-section div h3 {
    font-size: 1rem;
  }
  button.my-settings i {
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1368px) and (orientation: landscape) {
  .members-buttons button#active-products-button {
    font-size: 12px;
  }
  #active-products-button,
  button#PECWeb-button {
    width: 100%;
  }
  .members-buttons button#ask-us-button {
    width: 87px;
  }
  .members-buttons button {
    font-size: 12px !important;
  }
  button.my-settings {
    width: 30px;
    height: 35px;
  }
  .large-9.columns.ipad-land {
    width: 75% !important;
  }
  .large-10.ipad-view {
    margin-left: 0;
    width: 100%;
  }
  .center-padder {
    padding-left: 0;
  }
  body .featured-events-news button.slick-arrow.slick-next {
    right: -29px !important;
  }
  body .featured-events-news button.slick-arrow.slick-next,
  .featured-events-news button.slick-arrow.slick-prev {
    top: 29px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  .members-buttons {
    padding: 0;
  }
  .members-buttons button {
    font-size: 9px !important;
  }
  #membersResource {
    height: 123px;
    text-align: center;
    margin-bottom: 0;
  }
  #ask-us-button {
    padding: 5px;
    width: auto;
    float: left;
  }
  .large-9.ipad-land,
  .large-10.large-offset-1,
  .initial-view-banners {
    padding: 0 !important;
  }
  .upcoming-events button.slick-arrow.slick-next {
    right: -41px !important;
  }
  .news-feed {
    height: 500px;
  }
}
/*custom media queries*/

@media (max-width: 2050px) {
  .initial-view-banners {
    display: none;
  }
}

@media (min-width: 1025px) {
  .about-video {
    display: none;
  }
}

@media (max-width: 1440px) {
  .home-title-new {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .project-coverage {
    overflow-y: scroll;
    height: 66%;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .large-9.columns.ipad-land {
    width: 100% !important;
  }
  .homepage-ads-mobile {
    display: block;
  }
  .homepage-ads-full {
    display: none;
  }
}
/* NavigatIIR Slider */

body div#content div#dynamic-table-slide div.box h2 {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
body div#content div#dynamic-table-slide div.box div.box-text {
  max-height: 105px;
  max-width: 425px;
}
body div#content div#dynamic-table-slide div.box div.box-text h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffc200;
  line-height: 1.2;
}
body div#content div#dynamic-table-slide div.box div.box-text p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 350px) {
  body div#content div#dynamic-table-slide div.box div.box-text {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .products-navigatiir-padder {
    padding-left: 0px;
  }
}

/*About Video Modal*/
/* The Modal (background) */
#myBtn {
  cursor: pointer;
}

/* Modal Content */

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 80px;
  font-weight: bold;
  position: relative;
  bottom: -40px;
}

.close:hover,
.close:focus {
  color: #f4f4f4;
  text-decoration: none;
  cursor: pointer;
}
.modal video {
  width: 100%;
}

/* Hero */

.hero-wrapper {
  height: calc(100vh - 6.5rem);
}

.hero-container {
  background: linear-gradient(to right, #01070caf, #01070c30);
  backdrop-filter: blur(5px);
}

/* Solutions */

.intelligence-platform {
  background: url('https://media.industrialinfo.com/images/bg-white-abstract-2.webp') no-repeat top center;
  background-size: cover;
}

/* Coverage Map */

#home-coverage-map-container {
  min-height: 300px;
}

#home-coverage-map-container .highcharts-background {
  fill: none !important;
}

#home-coverage-map-container .highcharts-axis-labels text {
  color: #fff !important;
  fill: #fff !important;
}

@media (min-width: 768px) {
  #home-coverage-map-container {
      min-height: 400px !important;
  }
}

@media (min-width: 1200px) {
  #home-coverage-map-container {
      min-height: 700px !important;
  }
}

/* Platform Cards */
.platform-card {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 110%);
}

.platform-card ul {
  list-style: none;
  padding-left: 0.25rem;
}

.platform-card ul li {
  margin-top: 0.75rem;
}

/* Coverage */

.coverage-box {
  height: 6rem !important;
  border-radius: 4px;
  /* Optional but makes the shadow look cleaner */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.25s ease, outline 0.25s ease, outline-offset 0.25s ease;
}

.coverage-box:hover {
  outline: 2px solid #ff7a00;
  outline-offset: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
  transition: transform 250ms ease;
}

.coverage-box,
.coverage-card {
  border-radius: inherit;
}

.coverage-card.platform {
  background: rgba(0, 0, 0, 0.5);
}

.non-featured-wrapper hr:last-of-type {
  display: none;
}

.why-icon.fa-light,
.why-icon.fa-thin {
  text-shadow: 0 2px 6px rgb(0, 0, 0);
}

/* Research Layers */

.research-layer {
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.research-layer .research-layer-item {
  pointer-events: all;
  cursor: pointer;
}

