 #main_nav {
     display: table;
     width: 100%;
 }
#otherLevels .panel {
    border:none;
}
#otherLevels .panel td {
    border-top: 0px !important;
}
#topicLevel a {
    display: block;
    width:100%;
    height:100%;
    cursor: pointer;
    text-align: center;
    margin-bottom: 1.5em;
    position: relative;
    opacity: 0.8
}
#topicLevel a:hover {
        opacity: 1;
}
#topicLevel div:hover {
    background-color: #f0f0f0 !important;
}
#topicLevel a h5, #topicLevel a:hover, #topicLevel a:active, #topicLevel a:focus {
    color:#000;
    text-decoration: none !important;
}
#topicLevel a h5 {
    font-weight: bold;
    text-transform: uppercase;
}
#topicLevel div {
    margin-bottom: 1.5rem;
    height: 225px;
}
#topicLevel .active {
    background-color: #d5eaf0 !important;
}
#topicLevel .active a {
    opacity: 1;
}
#topicLevel img {
    display: block;
    margin:0 auto;
}
#levelOne table td {
    width:25%;
}
@media (max-width: 768px){
    .contactus-tabs  {
        display: block !important;
    }
    .contactus-tabs  a {
        display: block !important;
    }
}
 .contactus-tabs  a{
    display: table-cell;
    font-size: 16px;
    padding: 5px;
    padding-top: 115px !important;
    background-image: url(/images/products/placeholder.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    text-align: center;
    width: 150px;
    min-height: 20px;
    margin: 0 !important;

 }
  .contactus-tabs .active a {
          border-left:1px solid #ddd !important;
          border-right:1px solid #ddd !important;
          border-top:1px solid #ddd !important;
          border-bottom:1px solid #fff !important;
  }
  .panel-default .active {
          background-color: #d5eaf0 !important;
  }
  .contact-options .btn {
      width:90%;
      text-align: left;
  }
  .contact-options .btn span {
      display:inline-block;
      vertical-align: middle;
      padding-left: 1em;
  }
  .contact-options .btn .fa {
      vertical-align: middle;
  }
 .level_0 > a.selected{
    background-color: #eeeeff;
 }


 .out ul{
    width: auto;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-right: 1px;
 }

 .out ul li a{
    display: block;
    padding: 10px 10px;
    margin: 1px 2px;
    background-color: #aaaacc;
    color: white;
    min-width: 200px;

 }


 .out ul li a.selected{

    background-color:#cdc5e9;
    transition: background-color 0.5s ease;

 }
 .out ul li a span{
    float: right;
    display: inline-block;
    padding-left: 10px;
 }

 #topicspinner{
    display: none;
    margin: 10px;
    float: left;
 }
 #topicImage {
     float:left;
     width:120px;
 }
 #topicName {
     float:left;
 }
