/* ----------- */
/* CSS Imports */
/* ----------- */

@import url('css/page-headers.css'); /* Page Header Styles */

/* ------------- */
/* 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;
}
.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 {
  width: 22rem;
}
header .login-fields > div > input {
  max-height: calc(1.5em + 0.5rem);
  min-height: calc(1.5em + 0.5rem);
}
#logo-globe-mobile a:hover {
  text-decoration: none;
}
#logo-globe-mobile .iir-text-logo {
  color: #fff;
  line-height: 17px;
  font-size: 16px;
}
.resource-dropdown {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 0.75rem;
}
.resource-dropdown .dropdown-menu {
  max-height: 60vh;
  overflow: auto;
  width: 150%;
  z-index: 1100 !important;
}
.resource-dropdown h6 {
  font-weight: 700;
  padding-left: 1rem;
}

.resource-dropdown a {
  padding-left: 1.5rem;
  font-size: 0.7rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  white-space: normal;
}

/* ----------------- */
/* Navigation Styles */
/* ----------------- */

.navbar .megamenu {
  padding: 1rem;
}
.navbar .nav-item .dropdown-menu ul.nav-ul .arrow {
  content: '';
  background: url('https://media.industrialinfo.com/database/images/industryArrow.png');
  background-size: contain;
  width: 10px;
  height: 9px;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 90px;
}
.navbar .nav-item .dropdown-menu ul.nav-ul li a {
  padding-left: 85px;
}
.navbar .nav-item .dropdown-menu ul.nav-ul li a:hover {
  color: #0d6efd !important;
}
.navbar .navbar-toggler {
  width: 0;
  border: 0;
}
.navbar .nav-item .dropdownToggleButton {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: top;
  padding: 1rem;
  border: 0;
}

/* --------------------- */
/* Main Container Styles */
/* --------------------- */

.main-container {
  background-color: #fff;
  position: relative;
  /* border-bottom: 3px solid var(--primary-teal); */
  overflow-x: hidden;
  flex-grow: 1;
}

/* ------------- */
/* Footer Styles */
/* ------------- */

.main-footer {
  position: fixed;
  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;
}
.icon-container {
  width: 50px;
  text-align: center;
}
.fieldset-sponsor {
  border: 1px solid #ccc;
  padding: 0.5rem;
  aspect-ratio: 4.14/1;
  max-width: 676px;
}
.fieldset-sponsor legend {
  font-size: 1rem;
  display: inline-block;
  width: auto;
  margin: 0;
  line-height: 1rem;
  padding: 0 0.5rem;
  float: none;
}
fieldset legend {
  width: auto;
  float: none;
}

/* ----------- */
/* Blockquotes */
/* ----------- */

blockquote.quote {
  background: #ebebeb;
  border-radius: 0.2rem;
  color: #333;
  width: clamp(50%, 60rem, 100%);
  position: relative;
  margin-bottom: 2.5rem;
}
blockquote:after,
blockquote:before {
  top: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

blockquote.quote::before {
  content: open-quote;
  font-weight: bold;
  font-size: 64px;
  color: #cccccc;
  font-family: Georgia, 'Times New Roman', Times, serif;
  left: 0.5rem;
  top: -1rem;
}
blockquote.quote::after {
  content: close-quote;
  font-weight: bold;
  font-size: 64px;
  color: #cccccc;
  font-family: Georgia, 'Times New Roman', Times, serif;
  right: 2.5rem;
  top: calc(100% - 3.7rem);
}
.quote-arrow {
  position: absolute;
  bottom: -0.5rem;
  left: 2rem;
}
.quote-arrow::before {
  background-color: #ebebeb;
  content: '';
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(47deg) skew(5deg);
}
.quote-source {
  position: absolute;
  bottom: -3rem;
  left: 4rem;
}

/* ----------------- */
/* 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 */
/* ------------------- */
.logged-in .latest-upcoming-container {
  max-height: 18rem;
  margin-bottom: 0 !important;
}
.latest-upcoming-container .badge.bg-success {
  --bs-bg-opacity: 1;
  background-color: #136740 !important;
}

.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 {
  /* color: var(--logo-orange-dark); */
  border-bottom: 3px solid var(--logo-orange);
}
.nav-tabs .nav-link.active:hover {
  opacity: 1;
}

/* --------------- */
/* Homepage Styles */
/* --------------- */

#coverage-map-container {
  min-height: 400px;
}
g.active-project-coverage-tooltip {
  display: none;
}
div.active-project-coverage-tooltip > span {
  position: static !important;
  border-radius: var(--bs-border-radius) !important;
  line-height: 1.2rem !important;
  padding: 0.5rem !important;
  display: block;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
}

/* carousels */

.carousel-caption-text {
  background-color: #00263d25;
  backdrop-filter: blur(5px);
}

/* hero carousel */
@media (min-width: 992px) {
  #iir-hero-carousel .carousel-item,
  .latest-upcoming-container {
    height: 22rem;
  }
}

@media (max-width: 820px) {
  #iir-hero-carousel .carousel-item {
    height: 25rem;
  }
  .latest-upcoming-container {
    height: auto;
  }
}

@media (max-width: 576px) {
  #iir-hero-carousel .carousel-item {
    height: 35rem;
  }
  #iir-hero-carousel .main-title {
    font-size: 90% !important;
  }
  .taglines-rotator {
    width: 225px !important;
    --tagline-height: 60px !important;
  }
  .taglines-rotator > * {
    text-wrap: wrap !important;
  }
  .latest-upcoming-container {
    height: auto;
  }
}

/* hero carousel & logo rotating taglines */
.hero-caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.taglines-rotator,
.logo-taglines-rotator {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  box-sizing: content-box;
  transition: all 0.7s;
}
.taglines-rotator {
  --tagline-width: 571px;
  --tagline-height: 48px;
  width: var(--tagline-width);
  height: var(--tagline-height);
}
.logo-taglines-rotator {
  width: var(--logo-taglines-width);
  height: var(--logo-taglines-height);
  display: block;
  margin-top: 0.5rem;
}
.taglines-rotator > *,
.logo-taglines-rotator > * {
  white-space: nowrap;
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.7s, opacity 0.25s 0.25s;
}
.taglines-rotator > *.current,
.logo-taglines-rotator > *.current {
  opacity: 1;
  transform: translateY(0);
}
.taglines-rotator > *.next,
.logo-taglines-rotator > *.next {
  transform: translateY(100%);
}

#navbarCollapse.show {
  max-height: 90vh;
  overflow: auto;
}

/* ---------- */
/* 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;
  }
  .nav-item.dropdown .nav-item-img {
    max-width: 45px;
    width: 45px;
    height: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item .dropdown-menu-end {
    right: 0;
  }
  .navbar {
    width: 100%;
  }
  .navbar .nav-item {
    flex: 1 1 auto;
  }
  .navbar .nav-item .nav-link {
    font-size: clamp(0.73rem, 0.8rem, 1vw);
    padding: 0.75rem 0 !important;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .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;
  }
}

/* ----------- */
/* Mobile View */
/* ----------- */

@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: 50vh;
    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;
  }
  nav .navbar-nav {
    padding-right: 0;
    background-color: #ffffff !important;
  }
  .dropdown-toggle::after {
    position: absolute;
    top: 1.1rem;
    right: 1rem;
  }
  nav .navbar-nav .nav-link {
    color: #000 !important;
    text-align: left !important;
    padding-left: 1rem;
  }
  .nav.navbar-nav .nav-link:hover {
    color: var(--primary-teal) !important;
  }
  .nav.navbar-nav .nav-link:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .navbar-collapse {
    margin: 0 -1.5rem 0 -1.5rem;
    position: relative;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    background-color: #ebeff3;
    margin: 0 -1.5rem 0 -1.5rem;
    box-shadow: none !important;
  }
  .nav-item .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    clear: both;
  }
  .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;
  }
}
.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;
}: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;
}
    .fi-social-facebook {
        color: dodgerblue;
        font-size: 2rem;
    }
    
    .fi-social-youtube {
        color: red;
        font-size: 2rem;
    }
    
    .fi-social-pinterest {
        color: darkred;
        font-size: 2rem;
    }
    
    i.fi-social-instagram {
        color: brown;
        font-size: 2rem;
    }
    
    i.fi-social-tumblr {
        color: navy;
        font-size: 2rem;
    }
    
    .fi-social-twitter {
        color: skyblue;
        font-size: 2rem;
    }
    
    div#content video {
        width: 100%;
    }
    
    div#content p {
        margin: 20px;
        font-family: Arial;
    }
    
    div#content p.news-date span, div#content div.da-title p.news-date span #demo {
        display: inline-block;
        margin: 11px 0 17px 0;
        font-size: 72px;
        line-height: 60px;
        color: #233870;
        //text-shadow: 1px 1.86px 4.896px #0A2868, 0 -2px 1px #fff;
        font-family: 'Lalezar', cursive;
        /*letter-spacing: -4px;*/
    }
    
    div#content hr {
        width: 30%;
    }
    
    div#content .news-wrapper {
        border: 1px solid black;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
        background-color: rgb(255, 255, 255);
        background-image: url('https://media.industrialinfo.com/news/img/audiocast-low-poly-bg.jpg');
        background-position:center;
        background-size:cover;
        background-repeat: no-repeat;
    }
    
    div#content fieldset.fieldset.banner {
        background-color: #fff;
        padding: 15px;
    }
    
    div#content fieldset.fieldset.banner img {
        /*margin-left: 67px;*/
        width: 100%;
    }
    
    div#content fieldset.fieldset.banner legend {
        //border-top: 1px solid #ccc;
        //border-left: 1px solid #ccc;
       // border-right: 1px solid #ccc;
        padding-left: 6px;
        padding-right: 6px;
        //top: -12px;
        position: relative;
    }
    
    div#content .title-band {
        background-color: #233870;
        color: white;
        padding: 10px;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    
    div#content .news-wrapper audio {
        width: 100%;
        bottom: -7px;
        position: relative;
    }
    
    div#content .da-title {
        margin-top: 15px;
    }
    
    div#content .da-title p {
        font-size: 60px;
        padding-top: 25px;
    }
    
    div#content .da-slogan {
        color: #233870;
        font-size: 1.5em;
        text-shadow: 1px 1px 1px rgba(20, 20, 150, .5);
    }
    
    div#content .da-title p:last-of-type {
        //margin-bottom: 47px;
        //margin-top: -40px;
    }
    
    div#content .da-img {
        width: 180px;
        padding-top: 0;
        margin-left: 50px;
        margin-bottom: 4px;
        margin-top: 0;
        transition: 0.5s;
    }
    
    div#content .da-img:hover {
        transition: 0.5s;
        transform: scale(1.1, 1.1);
    }
    
    div#content img#the-globe-wisps.header-image {
        margin-left: -147px !important;
        margin-top: 2px;
    }
    
    div#content img#the-globe-wisps.header-image:not(*:root) {
        /*margin-left: -70px !important;
        margin-top: -163px;*/
    }
    
    div#content img#the-globe.header-image {
        width: 190px;
        position: relative;
        z-index: 10;
        transition: 0.5s;
    }
    
    div#content .da-img > img.moves {
        position: absolute;
        animation: 20s linear 0s normal none infinite running globeMoves;
        width: 150px;
    }
    
    @keyframes globeMoves {
        0% {
            transform: rotateZ(0deg);
        }
        100% {
            transform: rotateZ(-360deg);
        }
    }
    
    div#content .archives-title {
        padding-top: 50px;
        padding-bottom: 20px;
    }
   
    div#content .body-wrapper-inner {
        top: -165px;
        position: relative;
        width: 100%;
    }
    
    div#content .iir-ads .flip-container:first-of-type {
        //margin-bottom: 11px;
        margin-bottom: 25px;
    }
    
    div#content .iir-ads {
        padding-left: 0;
    }
    
    div#content .flip-container {
        perspective: 1000px;
    }
    
    div#content .flip-container.flipR .flipper {
        transform: rotateY(180deg);
    }
    
    div#content .flip-container.flipL .flipper {
        transform: rotateY(-180deg);
        //transform-origin: 100% 86px;
    }
    
    div#content .flip-container,
    div#content .front,
    div#content .back {
        width: 375px;
        height: 148px;
    }
    
    div#content .flipper {
        transition: 0.5s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    div#content .front,
    div#content .back {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    div#content .front a img,
    div#content .back a img {
        border: 1px solid #666;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
        width: 375px;
        height: 148px;
    }
    
    div#content .flip-container:first-of-type .front,
    div#content .flipR .front {
        z-index: 2;
        transform: rotateY(180deg);
    }
    
    div#content .flip-container:first-of-type .back,
    div#content .flipR .back {
        transform: rotateY(0deg);
    }
    
    div#content .flip-container:last-of-type .front,
    div#content .flipL .front {
        z-index: 2;
        transform: rotateY(-180deg);
    }
    
    .flip-container:last-of-type .back,
    .flipL .back {
        transform: rotateY(0deg);
    }
    
    div#content h4.archives-title,
    div#content div.column.archived {
        font-family: 'Tauri', sans-serif;
        color: #fff;
        text-align: center;
    }
    
    div#content h4.archives-title {
        font-size: 32px;
    }
    
    div#content div.column.archived {
        font-size: 24px;
    }
    
    div#content div.column.archived:first-of-type {
        border-left: none;
    }
    
    div#content div.column.archived .news-archive:hover {
        transition: 0.5s;
        transform: scale(1.1, 1.1);
        cursor: pointer;
    }
    
    div#content div.column.archived .news-archive {
        transition: 0.5s;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .news-main {
        padding-left: 0;
    }
    
    div.body-wrapper-outer.mobile .weekly-archives,
    .single-player {
        display: none;
    }
    
    div.iir-news-button {
        text-align: center;
    }
    
    div.iir-news-button a.button {
        margin-left: 40px;
        background-color: #2E50BA;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
        margin-top: 50px;
        font-size: 1.15em;
    }
    
    div.iir-news-button a:hover {
        background-color: #20258D;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    }
    
    fieldset.fieldset.news-archives,
    fieldset.fieldset.news-archives legend {
        background-color: transparent;
    }
    
    fieldset.fieldset.news-archives {
        position: relative;
        top: 14px;
    }
    
    fieldset.fieldset.news-archives legend {
        border: 0;
        top: 0;
        color: #fff;
    }

    button.accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 8px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        font-size: 1.15em;
        transition: 0.4s;
        margin-left: 0;
        margin-top: 50px;
        border-left: 5px solid #233870;
        height: 55px;
    }
    
    .panel:last-of-type {
        margin-bottom: 50px;
    }
    
    button.accordion.active,
    button.accordion:hover {
        background-color: #ddd;
    }
    /* Style the accordion panel. Note: hidden by default */
    
    div.panel {
        padding: 0;
        background-color: #233870;
        max-height: 0;
        overflow: hidden;
        transition: 0.6s ease-in-out;
        opacity: 0;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.3);
        margin-left: 0;
    }
    
    div.panel.show {
        opacity: 1;
        max-height: 550px;
    }
    
    button.accordion > span {
        float: right;
        transition: 0.3s;
    }
    
    button.accordion.active > span {
        transform: rotateZ(45deg);
    }
    
    @media screen and (min-width: 1px) and (max-width:1200px) {
        fieldset.fieldset.banner {
            margin-left: 0;
            visibility: visible;
        }
        fieldset.fieldset.banner img {
            margin-left: 0;
            visibility: visible;
            width: 100%;
        }
    }
    
    @media screen and (min-width: 1px) and (max-width:1167px) {
        .front a img,
        .back a img {
            width: 300px;
            height: 129px;
        }
        .flip-container,
        .front,
        .back {
            width: 300px;
            height: 129px;
        }
        .da-title p:last-of-type {
            margin-top: -215px;
            float: right;
        }
        p.news-date span {
            line-height: 40px;
        }
    }
    
    @media screen and (min-width: 640px) and (max-width:992px) {
        .front a img,
        .back a img {
            width: 260px;
            height: 110px;
        }
        .flip-container,
        .front,
        .back {
            width: 250px;
            height: 125px;
        }
        div#content .da-img > img.moves {
            position: absolute;
            animation: 20s linear 0s normal none infinite running globeMoves;
            width: 118px;
        }
        div#content img#the-globe.header-image {
            width: 120px;
            margin-left: -100px;
        }
        div#content img#the-globe-wisps.header-image {
            margin-left: -116px !important;
            margin-top: 2px;
        }
        div#content img#the-globe-wisps.header-image:not(*:root) {
            margin-left: -115px !important;
            margin-top: 1px;
        }
        div.da-title p.news-date span {
            font-size: 45px;
        }
        .news-wrapper {
            margin-left: 20px;
        }
        .flip-container,
        .flip-container img {
            margin-left: 5px;
        }
    }
    
    @media screen and (min-width: 640px) and (max-width:824px) {
        .flip-container,
        .front,
        .back {
            width: 220px;
            height: 110px;
        }
    }
    
    @media screen and (min-width: 1px) and (max-width:639px) {
        .front a img,
        .back a img {
            border: 1px solid #666;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
            width: 400px;
            height: 172px;
            margin: 0 auto;
        }
        div#content .da-img > img.moves {
            position: absolute;
            animation: 20s linear 0s normal none infinite running globeMoves;
            width: 118px;
        }
        div#content img#the-globe.header-image {
            width: 120px;
            margin-left: -100px;
        }
        div#content img#the-globe-wisps.header-image {
            margin-left: -116px !important;
            margin-top: 2px;
        }
        div#content img#the-globe-wisps.header-image:not(*:root) {
            margin-left: -115px !important;
            margin-top: 1px;
        }
        div.da-title p.news-date span {
            font-size: 45px;
        }
        div.da-title {
            margin-left: 70px;
        }
        div.da-title p.news-date {
            //margin-left: 180px;
            //margin-left: 80px;
        }
        .news-wrapper {
            margin-left: 8px;
        }
        .iir-ads {
            margin: 0 auto;
            text-align: center;
            width: 640px;
            margin-top: 20px;
        }
        .flip-container,
        .front,
        .back {
            width: 400px;
            height: 172px;
        }
        .columns:last-child {
            float: inline-start;
            margin-left: 17%;
        }
        fieldset.fieldset.banner {
            margin-left: 0;
            visibility: visible;
        }
        fieldset.fieldset.banner img {
            margin-left: -100px;
            visibility: visible;
            width: 100%;
        }
        .flip-container,
        .flip-container img {
            margin-left: 30px;
        }
        .news-archive {
            font-size: 20px;
        }
    }
    
    @media screen and (min-width: 1px) and (max-width:512px) {
        .front a img,
        .back a img {
            border: 1px solid #666;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
            width: 400px;
            height: 172px;
            margin: 0 auto;
        }
        .da-title p:last-of-type {
            margin-top: -208px;
            margin-bottom: 57px;
        }
        .da-img > img.moves {
            position: absolute;
            animation: 20s linear 0s normal none infinite running globeMoves;
            width: 118px;
        }
        div#content img#the-globe.header-image {
            width: 120px;
            margin-left: -100px;
        }
        div#content img#the-globe-wisps.header-image {
            margin-left: -116px !important;
            margin-top: 2px;
        }
        div.da-title p.news-date span {
            font-size: 45px;
        }
        .news-wrapper {
            //margin-left: 8px;
        }
        .flip-container,
        .front,
        .back {
            width: 400px;
            height: 172px;
        }
        .columns:last-child {
            float: inline-start;
            margin-left: 0%;
        }
        fieldset.fieldset.banner {
            margin-left: 0;
            visibility: visible;
        }
        fieldset.fieldset.banner img {
            margin-left: -5px;
            visibility: visible;
            width: 100%;
        }
        .iir-news-button {
            margin-left: 0;
            padding-left: 0;
        }
        .iir-ads {
            margin: 0 auto;
            text-align: center;
            width: 345px;
            margin-top: 20px;
            margin-left: 12%;
        }
    }
    
    @media screen and (min-width: 1px) and (max-width:431px) {
        .front a img,
        .back a img {
            width: 300px;
            height: 129px;
        }
        .flip-container,
        .front,
        .back {
            width: 300px;
            height: 129px;
        }
        .news-wrapper {
            min-width: 350px;
        }
    }
    
    @media screen and (min-width: 359px) and (max-width:639px) {
        .front a img,
        .back a img {
            width: 300px;
            height: 129px;
        }
        .flip-container,
        .front,
        .back {
            width: 300px;
            height: 129px;
        }
        .news-wrapper {
            min-width: 350px;
        }

        .news-archives-row,
        .news-archives-row button.accordion {
            display: none;
        }

        .iir-news-button {
            margin-left: 0;
            padding-left: 0;
        }
    }
    
    @media screen and (min-width: 1px) and (max-width:640px) and (orientation: landscape) {
        .single-player {
            display: block;
        }
        .body-wrapper-outer {
            display: none;
            overflow-x: hidden;
            overflow-y: hidden;
        }

        div.single-player .news-wrapper {
            border: 1px solid black;
            width: 300px;
            margin: 50px auto 0;
            text-align: center;
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
        }
        div.single-player .title-band {
            background-color: #233870;
            color: white;
            padding: 10px;
            max-width: 100%;
            box-sizing: border-box;
            margin-bottom: 75px;
            height: 5px;
        }
        div.single-player .news-wrapper audio {
            width: 100%;
        }
        div.single-player .da-img {
            width: 110px;
            margin-top: 65px;
            padding-top: 0;
            margin-left: 57%;
        }
        div.single-player img#the-globe-wisps.header-image {
            margin-top: -54px !important;
            margin-left: -112px !important;
        }
        div.single-player img#the-globe.header-image {
            margin-top: -54px !important;
            width: 144px;
        }
        div.single-player .news-date {
            position: relative;
            bottom: 95px;
            text-align: center;
            margin: 0 auto;
        }
        div.single-player .da-img > img.moves {
            position: relative;
            margin-left: 3px;
            animation: 20s linear 0s normal none infinite running globeMovesMobile;
            margin-top: -118px;
            width: 144px;
        }
        audio {
            width: 100%;
            bottom: 0;
            position: absolute;
        }

        .da-title p:last-of-type {
            margin-top: 10px auto 0;
            float: none;
        }

        @keyframes globeMovesMobile {
            0% {
                transform: rotateZ(0deg);
            }
            100% {
                transform: rotateZ(-360deg);
            }
        }
    }

























        div#content .body-wrapper-outer {
            margin-top: 145px;
        }
    
        div#content .da-img>img.moves {
            position: absolute !important;
        }
    
        div#content .da-img img#the-globe-wisps.header-image:hover {
            top: 0;
            left: 167px;
        }
    
        div#content .da-img:hover {
            transition: 0.5s;
            transform: scale(1);
        }
    
        .audioLink {
            width: 230px;
            display: inline-block;
            border-radius: 2px;
            /* border: 1px solid #DBDBDB; */
            color: white;
            padding: 10px;
            margin: 5px;
            background-color: #e9802b;
        }
    
        #archive-audio {
            padding: 15px;
            text-align: center;
            padding-top: 8px;
            padding-bottom: 8px;
    
        }
    
        button.accordion {
            margin-top: 20px;
            background-color: #00263d;
            border-left: 5px solid #6ff;
            color: #6ff;
        }
    
        button.accordion.active,
        button.accordion:hover {
            background-color: #6ff;
            border-left: 5px solid #00263d;
            color: #00263d;
        }
    
        div.panel {
            background-color: #00263d;
        }
    
        .audioLink {
            border: 1px solid #6ff;
            color: #00263d;
            padding: 10px;
            margin: 5px;
            background-color: #6ff;
        }
    
    
        div#content .back a img,
        div#content .news-wrapper {
            box-shadow: none;
        }
    
        div#content p.news-date span {
            font-size: 58px;
        }
    
    
        div#content .back a img {
            height: 138px;
        }
    
        div#content fieldset.fieldset.banner {
            padding: 5px 15px 15px 15px;
        }
    
        div#content fieldset.fieldset.banner img {
            margin-left: 0;
        }
    
        div#content .title-band {
            background-color: #00263d;
            color: #6ff;
        }
    
        div#content p.news-date span {
            color: #6ff;
        }
    
        div#content .da-slogan {
            color: #6ff;
            text-shadow: none;
        }
    
        .card-user-container {
            margin-bottom: 1rem;
            background-color: #F2F3F5;
            color: #0a0a0a;
            padding: 0;
            padding-top: 0px;
            position: relative;
            border: 1px solid #00263d;
            border-radius: 3px;
            padding-top: 68px;
            margin-top: 125px;
        }
    
        .card-user-container .card-user-avatar .user-image {
            display: block;
            margin: auto;
            border-radius: 50%;
            width: 11.875rem;
            height: 11.875rem;
            position: absolute;
            top: -46%;
            left: 50%;
            transform: translate(-50%, 0%);
        }
    
        .card-user-container .user-image {
            border: 1px solid #00263d;
            padding: 0;
            margin: 0;
            background-color: #F7F8FA;
            transition: all 0.5s;
        }
    
        .card-user-container .card-user-bio {
            padding: 0 1rem 0.5rem 1rem;
            text-align: center;
        }
    
        .card-user-bio h4 {
            color: #00263d;
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 0;
            width: 179px;
            margin: 0 auto;
            margin-bottom: 0px;
            margin-bottom: 9px;
            font-family: 'Oswald', sans-serif !important;
            text-transform: uppercase;
        }
    
        .card-user-bio p {
            min-height: 66px;
            color: #333 !important;
            margin-bottom: 0;
            letter-spacing: 0 !important;
            font-weight: bold;
            font-size: 18px;
        }
    
        .bio-btn {
            display: block;
            /*position: absolute;*/
            bottom: 20px;
            /*width: 220px;*/
            width: 75%;
            margin: auto;
            border-color: #00263d;
            background-color: #00263d;
            color: #6ff;
            font-weight: normal;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            font-size: .8rem;
            margin-bottom: 18px;
            line-height: 1.5;
            border-radius: .25rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }
    
        .bio-btn:hover {
            background-color: #6ff;
            border-color: #00263d;
            color: #00263d;
            font-weight: bold;
            text-decoration: none;
        }
    
        .gmi-globe-tiny {
            width: 18px;
            height: auto;
        }
    
        .card-user-container .card-user-bio .location-icon,
        .card-user-container .card-user-bio .location-text {
            display: inline-block;
            padding: 0 0.3125rem;
        }
    
        .location-text {
            font-weight: bold;
            color: #00263d;
        }
    
        .linkedin-icon {
            padding: 6px 0;
            display: block;
            font-size: 13px;
        }
    
        .connect-linkedin {
            width: 160px;
            /*margin-top: 3px;*/
        }
    
    
        button.close-button {
            float: right;
            width: 50px;
        }
    
        .connect-text {
            color: #00263d;
            text-align: center;
            font-size: 18px;
        }
    
    
    
    
    
        @media screen and (max-width: 974px) {
    
            div#content da-slogan {
                margin-top: -50px;
            }
        }
    
        @media screen and (min-width: 640px) and (max-width: 1185px) {
            div#content fieldset.fieldset.banner img {
                margin-left: 0;
            }
    
            div#content p.news-date span {
                font-size: 38px;
            }
    
        }
    
        @media screen and (max-width: 639px) {
            div#content .iir-ads {
                margin: 0 auto;
                margin-top: 25px;
            }
    
            div#content fieldset.fieldset.banner img {
                margin-left: 0;
            }
    
    
    
            div#content div.da-img {
                margin-left: 125px;
            }
    
            div#content p.news-date {
                margin: 0 auto;
                text-align: center;
            }
    
    
    
            div#content p.news-date span {
                font-size: 33px;
                text-align: center;
                margin: 0;
            }
    
    
            div#content .da-slogan {
                font-size: 16px;
            }
    
            div#content .da-img {
                width: 70px;
                margin-left: 24px !important;
                margin-right: -21px;
            }
    
            div#content img#the-globe-wisps.header-image {
                margin-left: -4px !important;
                margin-top: -44px;
            }
    
            div#content .da-img>img.moves {
                width: 42px;
            }
    
            div#content img#the-globe.header-image {
                width: 120px;
                margin-left: 16px;
            }
    
    
            .title-band div {
                font-size: 13px !important;
            }
    
    
            div#content .back a img {
                border: 1px solid #666;
                box-shadow: none;
                width: 340px;
                height: 127px;
            }
    
    
    
            div#content img#the-globe-wisps.header-image:not(*:root) {
                margin-left: -4px !important;
                margin-top: -43px;
            }
    
            div.panel.show {
                opacity: 1;
                max-height: 650px;
            }
    
        }