/*logo*/
.logo a{
  display: flex;
  align-items: center;
}
.logo a:hover{
  text-decoration: none;
}
.logo__img{
  width: auto;
  height: 17px;
  line-height: 0
}
.logo__text{
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
  color: #39f;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 480px){
  .logo a{
    display: block;
  }
  .logo__text{
    display: block;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
/*inquiry button*/
.nav-wrapper .header__inquiryLink{
  display: inline-block;
  padding: 0 7px;
  height: 28px;
  line-height: 2.2;
  background: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  color: #39f;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(255,255,255,1) inset;
  margin-bottom: -10px;
}
.nav-wrapper .header__inquiryLink:hover{
  cursor: pointer;
  text-decoration: none;
  background: #f9f9f9;
  color: #39f;
  box-shadow: none;
}
.header__inquiryIco{
  margin-right: 5px;
}
.header__inquiryImg{
  width: 12px;
  height: auto;
}
/*main panel*/
.hero{
  background: #fff;
  padding: 0;
  background: url('https://theme.zdassets.com/theme_assets/9041012/937b7c2a21712dbb259103aa78a23e2094cf6e9c.png') repeat;
  height: 260px;
  position: relative;
  z-index: 1;
}
.hero::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background-color: #53c5f8;
  background: -webkit-linear-gradient( top, rgba(255,255,255,0) 0%, #53c5f8 100% );
  background: linear-gradient( to bottom, #53c5f8 0%, rgba(255,255,255,0) 100% );
  z-index: 2;
}
.hero-inner{
  max-width: 1160px;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 3;
}
.hero__headline{
  font-weight: bold;
  margin-bottom: 6px;
  color: #fff;
}
.hero__subcopy{
  margin: 0;
  color: #fff;
}
.hero .search{
  display: inline-block;
  width: 400px;
  margin-top: 20px;
}
.search-full input[type="search"]{
  box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.hero .search::before{
  top:20px;
  color: #4ac0ff;
}
@media screen and (max-width: 1160px){
  .hero-inner{
    width: 90%;
  }
}
@media screen and (max-width: 805px){
  .hero{
    height: 300px;
  }
  .hero-inner{
    width: 100%;
    text-align: center;
    transform: translateY(-85%);
  }
  .hero::after{
    width: 170px;
    height: 131px;
    left: 50%;
    margin-left: -85px;
    bottom: -24px;
  }
  .hero__headline{
    text-align: center;
    font-size: 22px;
  }
  .hero__subcopy{
    text-align: center;
  }
  .hero .search{
    width: 85%;
  }

}
/*category block*/
.categories.blocks{
  margin-bottom: 30px;
}
.blocks-item{
  overflow: hidden;
}
.blocks-item-link{
  background: #f8fcff;
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active *{
  background: #39f;
}

/*article*/
#helpDescBase .icon {
  display: block;
  width: 9.5em;
  padding: 3px 0 1px;
  font-size: 11px;
  background: #888;
  border: 1px solid #888;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255, .4);
}
#helpDescBase .icon.typeExempt {
  background: #46b;
  border-color: #46b;
}
#helpDescBase .contentTable th.scoutIcon{
  padding-bottom: 8px;
  padding-right: 10px;
}
#helpDescBase .contentTable th.scoutIcon .icon{
  vertical-align: top;
}
#helpDescBase .icon.typeFavorable {
    background: #6c3;
    border-color: #6c3;
}
#helpDescBase .icon.typeEvent {
    background: #ea4;
    border-color: #ea4;
}
