:root {
  --bs-font-sans-serif: 'Inter', sans-serif !important;
}

.bootstrap .row {
  max-width: 100% !important;
}
.bootstrap .main-footer .row {
  width: 100%;
}
.bootstrap .main:not(.container) .reg-view .row.mx-auto,
.bootstrap .wideview .row.mx-auto {
  max-width: 75% !important;
}

.bootstrap ol,
.bootstrap ul {
  margin-left: 0;
}

.bootstrap .text-white {
  width: auto;
  font-weight: normal;
  text-transform: none;
}
.bootstrap .header-coverage .text-white,
.bootstrap #page-header-subtitle.text-white {
  width: 100%;
}
.bootstrap .container {
  gap: 0;
  margin-top: 0 !important;
}
.bootstrap .modal.show {
  opacity: 1;
}
.modal-open .modal-backdrop.show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

#navbarCollapse {
  height: unset;
  overflow: unset;
}
#navbarCollapse .nav-link .fa-chevron-down {
  font-size: inherit;
}
.table-corner {
  display: none;
}

header.header-coverages {
  z-index: 1;
  color: #fff;
}
.header-coverage h1,
h2.header-coverage-title {
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
}
/* override theme */
.header-coverage h1 span.text-light-blue,
h1.text-light-blue,
h2.header-coverage-title,
h2.header-coverage-title .gmi {
  color: #fff !important;
}
.bootstrap .phoneNum {
  display: block;
}
.bootstrap .form-control-sm {
  box-shadow: none;
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2) !important;
  border-radius: var(--bs-border-radius-sm);
}
header.header-coverage,
header.header-coverage.page-header-news {
  position: static;
}
.full-header header {
  position: relative;
  z-index: 1050;
}

.full-header .logo-globe img {
  max-width: 100%;
}

.sticky-top-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.btn-bs-blue.btn-primary {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #fff !important;
}
.btn-bs-blue.btn-primary:hover {
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
  color: #fff !important;
}

.text-bs-primary-blue {
  color: #0d6efd;
}
.text-bs-primary-blue:hover {
  color: #0b5ed7;
}

.login-fields .btn.btn-sm {
  height: 29px;
  font-size: 75%;
}
.login-fields #password-input,
.login-fields #username-input {
  min-height: 29px !important;
}

.sticky-top {
  z-index: 500 !important;
}

.dropdown > button {
  width: 100%;
}

.bootstrap h4.view-industries {
  font-size: 1.5rem;
}
.bootstrap .field-category-title {
  font-size: 1rem;
}

.members-nav-menu {
  margin: 0 auto !important;
}

#factorsCarousel .carousel-item > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#factorsCarousel .carousel-item > .row img {
  max-height: 100px;
}

/* Tooltip overrides */
.boostrap .tooltip {
  background-color: transparent !important;
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.boostrap .tooltip::before {
  display: none;
}
.boostrap .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.boostrap .tooltip .boostrap .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.boostrap .tooltip .boostrap .tooltip-arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-tooltip-top .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='top'] .boostrap .tooltip-arrow {
  bottom: 0;
}
.bootstrap .bs-tooltip-top .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='top'] .boostrap .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-tooltip-end .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='right'] .boostrap .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bootstrap .bs-tooltip-end .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='right'] .boostrap .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height)
    calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bootstrap .bs-tooltip-bottom .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='bottom'] .boostrap .tooltip-arrow {
  top: 0;
}
.bootstrap .bs-tooltip-bottom .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='bottom'] .boostrap .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-tooltip-start .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='left'] .boostrap .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bootstrap .bs-tooltip-start .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='left'] .boostrap .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
    calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.boostrap .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* Popover overrides */
.bootstrap .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.bootstrap .popover .bootstrap .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.bootstrap .popover .bootstrap .popover-arrow::before,
.bootstrap .popover .bootstrap .popover-arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bootstrap .bs-popover-top > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-popover-end > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height)
    calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bootstrap .bs-popover-bottom .bootstrap .popover-header::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] .bootstrap .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: '';
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-popover-start > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0
    calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bootstrap .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.bootstrap .popover-header:empty {
  display: none;
}

.bootstrap .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.z-400 {
  z-index: 400 !important;
}
.bg-skyblue {
  background-color: #e2f4f7;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  background-image: url(https://media.industrialinfo.com/analytics_forecasting/images/blue-bg.jpeg);
  background-size: cover;
}

.header-coverage {
  background: #00263d url(https://media.industrialinfo.com/img/banners/iir-banner-analytics.png)
    no-repeat top right/cover;
  border-bottom: 2px solid #6ff;
  text-shadow: 0px 0px 15px black, 0px 0px 15px black;
}

.analytics-page-title {
  font-size: 3rem;
}

.modal-gradient {
  z-index: 0;
}

.fluid-bg {
  background: #00263d
    url('https://media.industrialinfo.com/analytics_forecasting/bg-labor.png')
    center/cover fixed;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.fluid-bg-light {
  background: #eee
    url('https://media.industrialinfo.com/analytics_forecasting/bg-labor-light.png')
    center/cover fixed;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.img-glow {
  background: radial-gradient(#0094a2, transparent 70%);
}


/* Small & Medium */
@media screen and (max-width: 64em) {
  .header-coverage {
    background-position: 0;
  }
  .analytics-page-title {
    font-size: 2rem;
  }
  .modal-gradient {
    display: none;
  }
  .fluid-bg {
    background-attachment: unset;
  }
}

/* Small Only */
@media screen and (max-width: 39.9375em) {
  .fa-ul li {
    font-size: 1rem !important;
  }
}

/* Bootstrap Override */

.iir-analytics .modal {
  background: #00000080 !important;
}

.iir-analytics .modal-content {
  background-color: #f5f8fa !important;
}

.iir-analytics .modal-body {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 50%, #eeeff1 50%) !important;
}

/* Analytics Home Page */

.analytics-img {
  height: 4rem;
}

.analytics-circle {
  height: 3rem;
  width: 3rem;
  background-color: #0094a2;
  z-index: 1;
}

.analytics-solutions {
  position: relative;
}

.analytics-solutions::before {
  content: '';
  position: absolute;
  top: calc(50% + 1.1rem);
  left: 5rem;
  width: calc(100% - 10rem);
  z-index: 0;
  border: 2px solid #fff;
}

.analytics-solutions.isolated::before {
  display: none;
}

.solutions-details-close {
  display: none;
  cursor: pointer;
}

.analytics-solutions.isolated .solutions-details-close {
  display: block;
}

.analytics-item {
  cursor: pointer;
}

.analytics-item * {
  transition: all 0.2s;
}

.analytics-item span {
  font-size: 1.25rem;
}

.analytics-item:hover * {
  transform: scale(1.1);
  filter: drop-shadow(0 0 15px #6ff9);
}

.solution-content-container {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Small Only */
@media screen and (max-width: 39.9375em) {
  .analytics-img {
    height: 2.5rem;
  }
  .analytics-circle {
    height: 2rem;
    width: 2rem;
  }
  .analytics-solutions::before {
    top: calc(50% + 0.2rem);
    left: 2.5rem;
    width: calc(100% - 5rem);
  }
  .analytics-item span {
    font-size: 0.75rem;
  }
  .solution-content-container {
    font-size: 0.8rem;
  }
}

/* Medium Only */
@media screen and (min-width: 40em) and (max-width: 64em) {
  .analytics-solutions::before {
    top: calc(50% + 0.5rem);
  }
}

/* Industrial Spending Forecast */

.forecast-circle {
  height: 20rem !important;
  width: 20rem !important;
}

.forecast-inner-circle {
  height: 11rem !important;
  width: 11rem !important;
  margin-top: 9rem !important;
  margin-left: 10.5rem !important;
  z-index: 4;
  box-shadow: rgba(50, 50, 93, 0.3) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
  background-image: url('https://media.industrialinfo.com/analytics_forecasting/img/globe.png');
  background-size: 100%;
}

.forecast-circle:nth-of-type(1) {
  margin-left: 2rem;
  box-shadow: 0rem 8rem 0 0 #0094a2;
  z-index: 3;
  transition: all 0.5s ease;
}

.forecast-circle:nth-of-type(2) {
  margin-left: 10rem;
  box-shadow: -8rem 0rem 0 0 #f5f8fa;
  z-index: 2;
}

.forecast-circle:nth-of-type(3) {
  margin-top: 8rem;
  margin-left: 10rem;
  box-shadow: 0rem -8rem 0 0 #4197cb;
  z-index: 4;
}

.forecast-circle:nth-of-type(4) {
  margin-left: 2rem;
  margin-top: 8rem;
  box-shadow: 8rem 0rem 0 0 #f5f8fa;
  z-index: 0;
}

.forecast-circle:nth-of-type(1) .forecast-circle-text {
  margin-top: 20.5rem;
  margin-left: 5.5rem;
  color: #fff;
}

.forecast-circle:nth-of-type(2) .forecast-circle-text {
  margin-top: 6.5rem;
  margin-left: -6.5rem;
}

.forecast-circle:nth-of-type(3) .forecast-circle-text {
  margin-top: -7rem;
  margin-left: 7rem;
  color: #fff;
}

.forecast-circle:nth-of-type(4) .forecast-circle-text {
  margin-top: 7rem;
  margin-left: 21.5rem;
}

.forecast-chart {
  height: 24rem;
}

.industries {
  padding-left: 4rem !important;
}

.forecast-card,
.card-pop-up {
  border-bottom-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.forecast-card .card-img-top {
  border-top-right-radius: 1rem !important;
}

.pop-up-closer {
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
}

.card-pop-up {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
}

.forecast-card:hover > .card-pop-up,
.forecast-card:active > .card-pop-up {
  opacity: 1;
}

/* Tablet Landscape Mode Only */
@media screen and (min-width: 768px) and (max-width: 1100px) and (orientation: landscape) {
  .forecast-chart {
    margin-left: -6rem;
  }

  .industries {
    padding-left: 0 !important;
  }

  .industries .fa-ul {
    margin-left: 1rem !important;
  }
}

/* Small Only */
@media screen and (max-width: 39.9375em) {
  .forecast-chart {
    margin-left: -4rem;
  }

  .industries {
    padding-left: 2rem !important;
  }

  .industries .fa-ul {
    margin-bottom: 0rem !important;
  }
}

/* Medium Only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .forecast-chart {
    margin-left: 5rem;
  }

  .industries {
    padding-left: 11rem !important;
  }

  .industries .fa-ul {
    margin-bottom: 0rem !important;
  }
}

/* Large Only */
@media (min-width: 1200px) {
  .iir-spending-analytics .modal-xl {
    max-width: 1800px !important;
  }
}

/* Equipment & Services Spending Forecast */

#factorsCarousel .carousel-control-prev {
  left: -7rem !important;
}

#factorsCarousel .carousel-control-next {
  right: -7rem !important;
}

.factor {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.factor img {
  z-index: 2;
}

.factor-circle {
  height: 6rem;
  width: 6rem;
}

.mae-icon-container {
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.mae-icon {
  width: 100px;
}

/* Small Only */
@media screen and (max-width: 39.9375em) {
  .factor-circle::before {
    width: 200%;
    height: 200%;
    margin-top: -45%;
    margin-left: -42%;
  }

  #factorsCarousel .carousel-control-prev {
    left: -2rem !important;
  }
  
  #factorsCarousel .carousel-control-next {
    right: -2rem !important;
  }
}

/* Medium Only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .factor-circle::before {
    width: 165%;
    height: 165%;
    margin-top: -35%;
    margin-left: -33%;
  }

  #factorsCarousel .carousel-control-prev {
    left: -5rem !important;
  }
  
  #factorsCarousel .carousel-control-next {
    right: -5rem !important;
  }
}

/* Analytics Solutions */

.solutions-card {
  background-color: #00263d;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  transition: all 0.5s ease;
  cursor: pointer;
}

.solutions-card:hover {
  transform: translateY(-15px);
}

.solutions-img-container {
  border-top-right-radius: 0.5rem;
}

.solutions-img {
  filter: invert(1);
}

.solutions-card {
  z-index: 1;
}

/* Labor Market Forecast */

.iir-labor-analytics .crafts-container {
  background: #00263d url("https://media.industrialinfo.com/analytics_forecasting/bg-labor.png") center/cover;
}

.iir-labor-analytics .analytics-region {
  width: 8rem;
  filter: hue-rotate(-40deg);
}

#laborLeaderboard img {
  width: 100%;
}

/* Small Only */
@media screen and (max-width: 39.9375em) {
  .iir-labor-analytics .fa-ul {
    width: 100% !important;
  }
}

/* Medium Only */
@media screen and (min-width: 40em) and (max-width: 64em) {
  .iir-labor-analytics .fa-ul {
    width: 40% !important;
  }
}
