@import url(options.css);
@import url(responsive.css);
@import url(us-base.css);
@import url(style.css);
.menu-item .w-nav-list {
  max-height: 0px;
  overflow: hidden;
  visibility: hidden; }

.menu-item:hover .level_1 > span, .level_2:hover > span {
  color: #ffc20f; }

.menu-item:hover .level_2 {
  visibility: visible;
  height: auto;
  max-height: 500px;
  transition: max-height 0.25s ease-in; }

.home-block {
  margin-top: 25px;
  overflow: hidden;
  position: relative; }

.home-block-content {
  display: block;
  font-weight: normal;
  background: #242424;
  color: #ffffff;
  text-align: center;
  padding: 0.5em;
  width: 100%; }

.home-block-text {
  position: absolute;
  width: calc(100% - 50px);
  top: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.25s ease; }

.home-block:hover .home-block-text {
  opacity: 0.9;
  top: 40%;
  transition: all 0.25s ease; }
