/* Standalone desktop styling for non-IQIT themes. */
#iqitmegamenu-wrapper {
  position: relative;
  z-index: 30;
}

#iqitmegamenu-wrapper .container.container-iqitmegamenu,
#iqitmegamenu-wrapper .iqitmegamenu-submenu-container {
  position: static !important;
}

.iqitmegamenu-wrapper.iqitmegamenu-in-top {
  align-self: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.iqitmegamenu-wrapper.iqitmegamenu-in-top .container.container-iqitmegamenu {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.iqitmegamenu-wrapper.iqitmegamenu-in-top #iqitmegamenu-horizontal {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.iqitmegamenu-wrapper.iqitmegamenu-in-top .cbp-horizontal > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

#iqitmegamenu-horizontal {
  background: #ffffff;
  border-top: 1px solid rgba(227, 227, 227, 0.9);
  border-bottom: 1px solid rgba(227, 227, 227, 0.9);
}

.cbp-horizontal > ul {
  text-align: center;
}

.cbp-horizontal > ul > li {
  display: inline-block;
  float: none;
  text-align: left;
}

.cbp-horizontal > ul > li > a,
.cbp-horizontal > ul > li > .cbp-main-link {
  color: #1d1d1b;
  line-height: 3.25rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.cbp-horizontal > ul > li.cbp-hropen > a,
.cbp-horizontal > ul > li.cbp-hropen > a:hover,
.cbp-horizontal > ul > li.cbp-hropen > .cbp-main-link {
  color: #c82a8c;
  background: #ffffff;
}

.cbp-horizontal .cbp-tab-title {
  font-size: 0.95rem;
  line-height: 1;
}

.cbp-horizontal .cbp-mainlink-icon,
.cbp-horizontal .cbp-mainlink-iicon {
  font-size: 1rem;
  max-height: 1rem;
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu ul.cbp-hrsub-level2 {
  background: #ffffff;
  border: 1px solid rgba(227, 227, 227, 0.9);
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu .cbp-hrsub-inner a,
.cbp-hrmenu .cbp-hrsub-inner a:link {
  color: #1d1d1b !important;
}

.cbp-hrmenu .cbp-hrsub-inner a:hover,
.cbp-hrmenu .cbp-hrsub-inner a:focus {
  color: #c82a8c !important;
}

.cbp-hrmenu .tabs-links {
  background: #f7f7f7;
}

.cbp-hrmenu .cbp-tabs-names li a {
  color: #2e2323 !important;
}

.cbp-hrmenu .cbp-tabs-names li a:hover,
.cbp-hrmenu .cbp-tabs-names li a.active {
  background: #ffffff;
  color: #695c52 !important;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
  color: #2e2323 !important;
  font-size: 1rem;
  font-weight: 700;
}

.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover {
  color: #695c52 !important;
}

@media (max-width: 1300px) {
  .cbp-horizontal .cbp-tab-title {
    font-size: 0.875rem;
  }

  .cbp-horizontal > ul > li > a,
  .cbp-horizontal > ul > li > .cbp-main-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
