/* CSS Document */
/* FONTS */
@font-face {
  font-family: Interstate WGL Light;
  src: url("../fonts/Interstate-WGL-Light/Interstate-WGL-Light.otf") format("opentype")
}
@font-face {
  font-family: Interstate WGL Regular;
  src: url("../fonts/Interstate-WGL-Regular/Interstate-WGL-Regular.otf") format("opentype")
}
@font-face {
  font-family: Interstate WGL Bold;
  src: url("../fonts/Interstate-WGL-Bold/Interstate-WGL-Bold.otf") format("opentype")
}
@font-face {
  font-family: Interstate WGL Black;
  src: url("../fonts/Interstate-WGL-Black/Interstate-WGL-Black.otf") format("opentype")
}
/*GENRERAL*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.font-regular {
  font-family: Interstate WGL Regular;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* NAV*/
.navbar {
  padding: 0;
}
.navbar-brand {
  z-index: 1;
}
.navbar-expand-lg .navbar-nav, .list-group-item {
  font-family: 'Interstate WGL Black';
  font-size: 1em;
  background: transparent;
}
.live-icon {
  display: inline-block;
  position: relative;
  top: 8px;
  background-color: red;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  z-index: 1;
  margin-right: 5px;
}
.live-icon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 0, 0, .6);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: live-286bd4e8 2s ease-in-out infinite;
  z-index: -1;
}
@keyframes live-286bd4e8 {
  0% {
    transform: scale(1)
  }
  to {
    transform: scale(3.5);
    background-color: rgba(255, 0, 0, 0)
  }
}
@media screen and (min-width: 1200px) {
  #nav-collapse {
    margin-left: 50px;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
}
@media screen and (min-width: 768px) {
  .navbar-nav {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    display: block;
    text-align: center;
  }
}
/* NEW*/
.navbar {
  overflow: visible;
}
.rightNav {
  margin-right: inherit !important;
}
.nav-networking {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.nav-networking button, .dropdown.nav-networking, .nav-login b {
  font-size: 0.6em;
  letter-spacing: 1px;
}
.nav-networking img {
  height: 25px;
  display: block;
  margin: auto;
}
.nav-login b {
  position: relative;
  top: -2px;
  line-height: 1;
  display: block;
}
.nav-login span {
  display: block;
  line-height: 1;
}
.nav-login i {
  color: #ae1022;
  display: block;
  margin-bottom: 0.5rem;
}
.btn-link:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .nav-networking {
    border-left: 0;
  }
  .rightNav {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 768px) {
  .rightNav {
    border-top: 1px solid #e5e5e5;
  }
  .rightNav li {
    width: 50%;
    float: left;
  }
  .rightNav li ul li {
    width: inherit;
    float: none;
  }
  .nav-login a {
    padding: 0;
  }
  .nav-networking img {
    margin-top: 5px;
  }
}
.navbar-365 {
  background: #fff;
  font-family: 'Interstate WGL Regular';
  z-index: 1000;
  background: #fff;
  top: 0;
}
.navbar-365 img {
  height: 25px;
  width: 50px;
}
.btn-membership {
  color: #fff;
  background-color: #ae1022;
  border-color: #ae1022;
}
.btn-membership:hover, .btn-membership:focus, .btn-membership:active {
  color: #fff;
  background-color: #720915;
  border-color: #720915;
}
.btn-link {
  color: #ae1022;
}
.btn-link:hover {
  color: #720915;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:visited {
  text-decoration: none;
  box-shadow: none;
}
.btn-link span {
  color: #ae1022 !important;
}
.btn-link span.colorBlack {
  color: #000 !important;
}
.dropdown-toggle {
  color: #343a40;
  background-color: #fff;
  border-color: #343a40;
  border-radius: 50rem !important;
  border: 2px solid;
}
.dropdown-toggle:hover {
  background-color: #eee;
  border-color: #eee;
}
.dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0 !important;
}
:focus-visible {
  outline-width: 0 !important;
}
.escplatforms {
  font-family: Interstate WGL Regular;
}
#user__nav.btn.btn-sm {
  border: 0 !important;
  color: #ae1022;
}
.show > #user__nav.btn.btn-sm, #user__nav.btn.btn-sm:focus {
  background-color: #e6e6e6;
}
@media (max-width: 768px) {
  .nav-networking .badge-primary {
    right: 40%;
    top: 0;
  }
}
@media (max-width: 576px) {
  .nav-networking .badge-primary {
    right: 30%;
    top: 0;
  }
  .navbar-365 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #user__nav + .dropdown-menu {
    position: absolute;
  }
}
@media (max-width: 1200px) {
  .navbar-nav .nav-networking .dropdown-menu {
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .nav-networking.link-active a.nav-link::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    background: #ae1022;
    display: block;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-networking .badge-primary {
    position: absolute;
    min-height: 2em;
    min-width: 2em;
    padding: 0.25em;
    /*line-height: 2;*/
    border-radius: 10em;
    /*font-size: 90%;*/
    font-weight: 700;
    z-index: 1;
    top: -0.5em;
    right: 20%;
    text-align: center;
    background-color: #ae1022;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
  }
  .navbar-nav .nav-login .btn {
    max-width: 100px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.navbar-nav .nav-link.router-link-active:before {
  width: 10px !important;
  height: 10px !important;
  top: 0 !important;
}
.nav-bars {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
}
.navbar {
  padding: 0.5rem 0;
  justify-content: space-around;
  /*box-shadow: 5.3px 2.7px 6.1px 0.9px rgba(0, 0, 0, 0.1);*/
  border-bottom: 1px solid #e5e5e5;
}
.navbar .btn.btn-sm {
  padding: 0.335rem 1rem;
  font-family: Interstate WGL Regular;
}
.navbar .btn.btn-sm:focus {
  padding: 0.335rem 1rem;
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
}
.navbar-brand .navbar-logo--365 {
  width: 50px;
  height: 25px;
}
.navbar-nav .dropdown-menu {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: none;
}
.subnav__collapsed {
  border-top: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: hsla(0, 0%, 100%, .75);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.subnav__collapsed .list-group-item {
  border: 0;
}
.subnav__collapsed a {
  white-space: nowrap;
  color: #000;
  text-decoration: none;
}
.subnav__collapsed a:hover {
  color: #000;
  text-decoration: none;
}
.subnav__collapsed .active a:after, .subnav__collapsed a:hover:after {
  width: 100%;
}
.subnav__collapsed a:after {
  background-color: #ae1022;
  bottom: -1px;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: width .25s cubic-bezier(.25, .46, .45, .94);
  width: 0;
}
@media (max-width: 992px) {
  .subnav__collapsed {
    position: relative;
    backdrop-filter: inherit;
    background-color: inherit;
    width: 90%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 1rem;
  }
  .subnav__collapsed .list-group {
    display: block;
  }
  .subnav__collapsed .list-group-item {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .sticky-top:has(.subnav__collapsed.show) {
    height: 180px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }
}
.list-group-item.active {
  z-index: 2;
  color: #ae1022;
  background-color: transparent;
  border-color: transparent;
}
.list-group-item.active a {
  color: #ae1022;
}
.btn-link .material-icons-round {
  color: #000 !important;
  transform: rotate(180deg);
}
.collapsed .material-icons-round {
  transform: rotate(0deg);
}
.active .material-icons-round {
  color: #ae1022 !important;
}
@media (min-width: 992px) {
  .navbar-365 {
    height: 70px;
    padding: 1rem 15px;
  }
}
.navbar-logo {
  max-width: 300px;
  /*max-height: 110px;*/
  height: auto;
  /*padding-right: 3rem;*/
}
.navbar-logo--pre {
  max-width: 558px;
}
.navbar-brand {
  padding: 0;
  margin-right: auto;
}
.navbar-light .navbar-nav .nav-link, .list-group-item a {
  font-size: 1em;
  color: #000 !important;
  display: flex;
  position: relative;
  z-index: 10;
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link button {
  position: relative;
  z-index: 11;
}
.navbar-nav .nav-item.active .nav-link {
  color: #ae1022 !important;
}
.navbar-nav .nav-item {
  padding-left: 10px;
  padding-right: 10px;
  margin: auto 0;
}
.navbar-nav .nav-link:after, .list-group-item a:after {
  background-color: #ae1022;
  bottom: -10px;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 0%;
}
.navbar-nav .nav-link:hover:after, .navbar-nav .nav-item.active .nav-link:after, .list-group-item a:hover:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .navbar-nav .nav-link:after {
    bottom: 0;
  }
}
.navbar-nav .nav-login .btn {
  border-radius: 6px;
  padding-bottom: 8px;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.navbar-nav .nav-login .btn.btn-outline-congress {
  font-size: 0.9em;
}
.navbar-nav .nav-login .btn.btn-outline-congress.btn-congress .la-user-circle {
  opacity: 0.5;
}
.navbar-nav .nav-account {
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  border-left: solid 2px $grey-lighter;
}
.navbar-nav .nav-account .nav-link {
  font-size: 0.9em;
  max-width: 150px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.navbar-nav .nav-account .la-user-circle {
  vertical-align: top;
  color: #ae1022;
  ;
}
.navbar-nav .nav-account__name {
  display: inline-block;
  padding-left: 5px;
  max-width: 220px;
  font-weight: bold;
}
@include media-breakpoint-up(xl) {
  .navbar-nav .nav-account {
    border-radius: 0 6px 6px 0;
    &__name {
      display: inline;
      padding-left: 0;
      max-width: unset;
    }
  }
  .navbar-search {
    padding-left: 0;
  }
}
@include media-breakpoint-down(sm) {
  .navbar-logo {
    max-width: 230px;
  }
  .navbar-search {
    margin-top: 10px;
  }
  .navbar-toggler {
    margin-right: auto;
    margin-top: 10px;
  }
}
@include media-breakpoint-between(sm, xl) {
  .navbar-toggler {
    margin-right: 20px;
  }
}
.sub-nav {
  box-shadow: 5.3px 2.7px 6.1px 0.9px rgba(0, 0, 0, 0.1);
}
.navbar + .navbar {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .navbar + .navbar {
    padding: 0 1.4rem;
  }
}
.navbar-logo--pre {
  height: 50px;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media (min-width: 576px) {
  .navbar-logo {
    height: 60px !important;
    width: auto !important;
    float: none !important;
    max-width: -moz-fit-content;
    max-width: fit-content
  }
}
@media (max-width: 992px) {
  .sticky-top {
    top: -53px;
  }
}
@media (min-width: 992px) {
  .sticky-top {
    top: -70px;
  }
}
/* */
#collapseLive, #collapseCommunity {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-top: 1px solid #e5e5e5;
}
.list-group-item {
  border: 0;
}

@media (max-width: 425px) {
    #collapseLive, #collapseCommunity {
        position: relative;
    }
}    

@media (min-width: 992px) {
    .sticky-top:has(.collapse.show) {
        height: 173px;
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
    }
}