.navbar-custom {
  background-color: #fefe00;
}
.navbar-custom .navbar-brand {
  color: #191919;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #000000;
}
.navbar-custom .navbar-text {
  color: #191919;
}
.navbar-custom .navbar-text a {
  color: #000000;
}
.navbar-custom .navbar-text a:hover,
.navbar-custom .navbar-text a:focus {
  color: #000000; 
}
.navbar-custom .navbar-nav .nav-link {
  color: #191919;
  border-radius: .25rem;
}
.navbar-custom .navbar-nav .nav-link:not(.disabled):hover,
.navbar-custom .navbar-nav .nav-link:not(.disabled):focus {
  color: #000000;
}
.navbar-custom .navbar-nav .dropdown-menu {
  background-color: #fefe00;
  border-color: #E4E400;
}
.navbar-custom .navbar-nav .dropdown-menu .dropdown-item {
  color: #191919;
}
.navbar-custom .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-custom .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-custom .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: #E4E400;
}
.navbar-custom .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #E4E400;
}
.navbar-custom .navbar-nav .nav-item.active .nav-link,
.navbar-custom .navbar-nav .nav-item.active .nav-link:hover,
.navbar-custom .navbar-nav .nav-item.active .nav-link:focus,
.navbar-custom .navbar-nav .nav-item.show .nav-link,
.navbar-custom .navbar-nav .nav-item.show .nav-link:hover,
.navbar-custom .navbar-nav .nav-item.show .nav-link:focus {
  color: #000000;
  background-color: #E4E400;
}
.navbar-custom .navbar-toggle {
  border-color: #E4E400;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #E4E400;
}
.navbar-custom .navbar-toggle .navbar-toggler-icon {
  color: #191919;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #191919;
}
.navbar-custom .navbar-link {
  color: #191919;
}
.navbar-custom .navbar-link:hover {
  color: #000000;
}
@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #191919;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #E4E400;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #191919;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #E4E400;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #191919;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #E4E400;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #191919;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #E4E400;
  }
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #191919;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #000000;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: #E4E400;
}
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #000000;
    background-color: #E4E400;
}
.card-custom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fefe00;
    background-clip: border-box;
    border: 5px solid #E4E400;
    border-radius: 0.25rem;
}
.card-white{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 5px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.text-logoblue {
  color: #191919 !important;
}
a.text-logoblue:hover, a.text-logoblue:focus {
  color: #000000 !important;
}
.text-logoyellow {
  color: #fefe00 !important;
}
a.text-logoyellow:hover, a.text-logoyellow:focus {
  color: #E4E400 !important;
}
.btn-logoblue { 
  color: #FEFE00; 
  background-color: #191919; 
  border-color: #000000; 
} 
.btn-logoblue:hover, 
.btn-logoblue:focus, 
.btn-logoblue:active, 
.btn-logoblue.active, 
.open .dropdown-toggle.btn-logoblue { 
  color: #FEFE00; 
  background-color: #000000; 
  border-color: #000000; 
} 
.btn-logoblue:active, 
.btn-logoblue.active, 
.open .dropdown-toggle.btn-logoblue { 
  background-image: none; 
} 
.btn-logoblue.disabled, 
.btn-logoblue[disabled], 
fieldset[disabled] .btn-logoblue, 
.btn-logoblue.disabled:hover, 
.btn-logoblue[disabled]:hover, 
fieldset[disabled] .btn-logoblue:hover, 
.btn-logoblue.disabled:focus, 
.btn-logoblue[disabled]:focus, 
fieldset[disabled] .btn-logoblue:focus, 
.btn-logoblue.disabled:active, 
.btn-logoblue[disabled]:active, 
fieldset[disabled] .btn-logoblue:active, 
.btn-logoblue.disabled.active, 
.btn-logoblue[disabled].active, 
fieldset[disabled] .btn-logoblue.active { 
  background-color: #191919; 
  border-color: #000000; 
} 
.btn-logoblue .badge { 
  color: #191919; 
  background-color: #FEFE00; 
}
.btn-logoyellow { 
  color: #191919; 
  background-color: #FEFE00; 
  border-color: #E4E400; 
} 
.btn-logoyellow:hover, 
.btn-logoyellow:focus, 
.btn-logoyellow:active, 
.btn-logoyellow.active, 
.open .dropdown-toggle.btn-logoyellow { 
  color: #191919; 
  background-color: #E4E400; 
  border-color: #E4E400; 
} 
.btn-logoyellow:active, 
.btn-logoyellow.active, 
.open .dropdown-toggle.btn-logoyellow { 
  background-image: none; 
} 
.btn-logoyellow.disabled, 
.btn-logoyellow[disabled], 
fieldset[disabled] .btn-logoyellow, 
.btn-logoyellow.disabled:hover, 
.btn-logoyellow[disabled]:hover, 
fieldset[disabled] .btn-logoyellow:hover, 
.btn-logoyellow.disabled:focus, 
.btn-logoyellow[disabled]:focus, 
fieldset[disabled] .btn-logoyellow:focus, 
.btn-logoyellow.disabled:active, 
.btn-logoyellow[disabled]:active, 
fieldset[disabled] .btn-logoyellow:active, 
.btn-logoyellow.disabled.active, 
.btn-logoyellow[disabled].active, 
fieldset[disabled] .btn-logoyellow.active { 
  background-color: #FEFE00; 
  border-color: #E4E400; 
} 
.btn-logoyellow .badge { 
  color: #FEFE00; 
  background-color: #191919; 
}
.navbar-fixtures-custom {
  background-color: #fefe00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-fixtures-custom .navbar-text {
  color: #191919;
}
.navbar-fixtures-custom .navbar-text a {
  color: #000000;
}
.navbar-fixtures-custom .navbar-text a:hover,
.navbar-fixtures-custom .navbar-text a:focus {
  color: #000000; 
}
.navbar-fixtures-custom .nav-link {
  color: #191919;
  border-radius: .25rem;
}
.navbar-fixtures-custom .nav-link:not(.disabled):hover,
.navbar-fixtures-custom .nav-link:not(.disabled):focus {
  color: #000000;
}
.navbar-fixtures-custom .nav-item.active .nav-link,
.navbar-fixtures-custom .nav-item.active .nav-link:hover,
.navbar-fixtures-custom .nav-item.active .nav-link:focus,
.navbar-fixtures-custom .nav-item.show .nav-link,
.navbar-fixtures-custom .nav-item.show .nav-link:hover,
.navbar-fixtures-custom .nav-item.show .nav-link:focus {
  color: #000000;
  background-color: #E4E400;
}
.navbar-fixtures-custom .navbar-link {
  color: #191919;
}
.navbar-fixtures-custom .navbar-link:hover {
  color: #000000;
}
.navbar-gold {
  background-color: #C49523;
}
.navbar-gold .navbar-brand {
  color: #191919;
}
.navbar-gold .navbar-brand:hover,
.navbar-gold .navbar-brand:focus {
  color: #000000;
}
.navbar-gold .navbar-text {
  color: #191919;
}
.navbar-gold .navbar-text a {
  color: #000000;
}
.navbar-gold .navbar-text a:hover,
.navbar-gold .navbar-text a:focus {
  color: #000000; 
}
.navbar-gold .navbar-nav .nav-link {
  color: #191919;
  border-radius: .25rem;
}
.navbar-gold .navbar-nav .nav-link:not(.disabled):hover,
.navbar-gold .navbar-nav .nav-link:not(.disabled):focus {
  color: #000000;
}
.navbar-gold .navbar-nav .dropdown-menu {
  background-color: #C49523;
  border-color: #B0861F;
}
.navbar-gold .navbar-nav .dropdown-menu .dropdown-item {
  color: #191919;
}
.navbar-gold .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-gold .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-gold .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: #B0861F;
}
.navbar-gold .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #B0861F;
}
.navbar-gold .navbar-nav .nav-item.active .nav-link,
.navbar-gold .navbar-nav .nav-item.active .nav-link:hover,
.navbar-gold .navbar-nav .nav-item.active .nav-link:focus,
.navbar-gold .navbar-nav .nav-item.show .nav-link,
.navbar-gold .navbar-nav .nav-item.show .nav-link:hover,
.navbar-gold .navbar-nav .nav-item.show .nav-link:focus {
  color: #000000;
  background-color: #B0861F;
}
.navbar-gold .navbar-toggle {
  border-color: #B0861F;
}
.navbar-gold .navbar-toggle:hover,
.navbar-gold .navbar-toggle:focus {
  background-color: #B0861F;
}
.navbar-gold .navbar-toggle .navbar-toggler-icon {
  color: #191919;
}
.navbar-gold .navbar-collapse,
.navbar-gold .navbar-form {
  border-color: #191919;
}
.navbar-gold .navbar-link {
  color: #191919;
}
.navbar-gold .navbar-link:hover {
  color: #000000;
}
@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #191919;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #B0861F;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #191919;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #B0861F;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #191919;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #B0861F;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #191919;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #B0861F;
  }
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #191919;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #000000;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: #B0861F;
}
.navbar-gold .nav-item.active .nav-link,
.navbar-gold .nav-item:hover .nav-link {
    color: #000000;
    background-color: #B0861F;
}
.card-gold {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #C49523;
    background-clip: border-box;
    border: 5px solid #B0861F;
    border-radius: 0.25rem;
}
.text-ehifcblack {
  color: #191919 !important;
}
a.text-ehifcblack:hover, a.text-ehifcblack:focus {
  color: #000000 !important;
}
.text-ehifcgold {
  color: #C49523 !important;
}
a.text-ehifcgold:hover, a.text-ehifcgold:focus {
  color: #B0861F !important;
}
.btn-ehifcblack { 
  color: #C49523; 
  background-color: #191919; 
  border-color: #000000; 
} 
.btn-ehifcblack:hover, 
.btn-ehifcblack:focus, 
.btn-ehifcblack:active, 
.btn-ehifcblack.active, 
.open .dropdown-toggle.btn-ehifcblack { 
  color: #C49523; 
  background-color: #000000; 
  border-color: #000000; 
} 
.btn-ehifcblack:active, 
.btn-ehifcblack.active, 
.open .dropdown-toggle.btn-ehifcblack { 
  background-image: none; 
} 
.btn-ehifcblack.disabled, 
.btn-ehifcblack[disabled], 
fieldset[disabled] .btn-ehifcblack, 
.btn-ehifcblack.disabled:hover, 
.btn-ehifcblack[disabled]:hover, 
fieldset[disabled] .btn-ehifcblack:hover, 
.btn-ehifcblack.disabled:focus, 
.btn-ehifcblack[disabled]:focus, 
fieldset[disabled] .btn-ehifcblack:focus, 
.btn-ehifcblack.disabled:active, 
.btn-ehifcblack[disabled]:active, 
fieldset[disabled] .btn-ehifcblack:active, 
.btn-ehifcblack.disabled.active, 
.btn-ehifcblack[disabled].active, 
fieldset[disabled] .btn-ehifcblack.active { 
  background-color: #191919; 
  border-color: #000000; 
} 
.btn-ehifcblack .badge { 
  color: #191919; 
  background-color: #C49523; 
}
.btn-ehifcgold { 
  color: #191919; 
  background-color: #C49523; 
  border-color: #B0861F; 
} 
.btn-ehifcgold:hover, 
.btn-ehifcgold:focus, 
.btn-ehifcgold:active, 
.btn-ehifcgold.active, 
.open .dropdown-toggle.btn-ehifcgold { 
  color: #191919; 
  background-color: #B0861F; 
  border-color: #B0861F; 
} 
.btn-ehifcgold:active, 
.btn-ehifcgold.active, 
.open .dropdown-toggle.btn-ehifcgold { 
  background-image: none; 
} 
.btn-ehifcgold.disabled, 
.btn-ehifcgold[disabled], 
fieldset[disabled] .btn-ehifcgold, 
.btn-ehifcgold.disabled:hover, 
.btn-ehifcgold[disabled]:hover, 
fieldset[disabled] .btn-ehifcgold:hover, 
.btn-ehifcgold.disabled:focus, 
.btn-ehifcgold[disabled]:focus, 
fieldset[disabled] .btn-ehifcgold:focus, 
.btn-ehifcgold.disabled:active, 
.btn-ehifcgold[disabled]:active, 
fieldset[disabled] .btn-ehifcgold:active, 
.btn-ehifcgold.disabled.active, 
.btn-ehifcgold[disabled].active, 
fieldset[disabled] .btn-ehifcgold.active { 
  background-color: #C49523; 
  border-color: #B0861F; 
} 
.btn-ehifcgold .badge { 
  color: #C49523; 
  background-color: #191919; 
}
.navbar-fixtures-gold {
  background-color: #C49523;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-fixtures-gold .navbar-text {
  color: #191919;
}
.navbar-fixtures-gold .navbar-text a {
  color: #000000;
}
.navbar-fixtures-gold .navbar-text a:hover,
.navbar-fixtures-gold .navbar-text a:focus {
  color: #000000; 
}
.navbar-fixtures-gold .nav-link {
  color: #191919;
  border-radius: .25rem;
}
.navbar-fixtures-gold .nav-link:not(.disabled):hover,
.navbar-fixtures-gold .nav-link:not(.disabled):focus {
  color: #000000;
}
.navbar-fixtures-gold .nav-item.active .nav-link,
.navbar-fixtures-gold .nav-item.active .nav-link:hover,
.navbar-fixtures-gold .nav-item.active .nav-link:focus,
.navbar-fixtures-gold .nav-item.show .nav-link,
.navbar-fixtures-gold .nav-item.show .nav-link:hover,
.navbar-fixtures-gold .nav-item.show .nav-link:focus {
  color: #000000;
  background-color: #B0861F;
}
.navbar-fixtures-gold .navbar-link {
  color: #191919;
}
.navbar-fixtures-gold .navbar-link:hover {
  color: #000000;
}