.uk-article-title {display:none;}


.helpmenu  {float: left; padding-left: 10px;}
@media only screen and (min-width : 993px) {
.helpmenu  {top: 64px;}	
}

.helpmenu .collapsible-body {padding: 0px; border-bottom: 0px;}
.helpmenu .collapsible-header {background-color: unset; border-bottom: 0px; padding: 5px 20px 0 20px;}
.helpmenu ul {
  color:#666; 
  border-top: 0px;
  border-right: 0px;
  border-left: 0px; 
  margin: 0; 
  -webkit-box-shadow: 0 0 0; 
  box-shadow: 0 0 0;
}

.helpmenu li.haschildren {
  background-image: url(hassub.gif);
  background-repeat: no-repeat;
  background-position: 0px 10px;
}

.helpmenu li.haschildren.active {
  background-image: url(hassubopen.gif);
}
.helpmenu a.active {
  font-weight: bold;
}
.helpcontent {min-height: 550px;}

.helpcontent .uk-nav li {padding-left: 10px;}
.helpcontent .uk-nav li a {color: #666;}

.helpcontent h3 { margin: 0 0 20px 0; font-size: 1.92rem;}

.parallax-container {
  min-height: 280px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}