/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/
*{
   box-sizing: border-box;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
 }

   .content-area dl {
      margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;

   }
  .content-area  dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
  border-bottom: 1px solid #ddd;
}

.content-area  dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
    


   .content-area table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
   }
   .content-area td{
    border: 1px solid #ccc;
    padding: 8px;
    
   }
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
}

.sub-menu .menu-item-has-children > a::after {
    display: block;
    right: 10px;
    top: 20px;
}
.aligncenter{
    display: block;
    margin: auto;
}

 @media only screen and (min-width: 991px) {
   .no-touch ul.global-nav-top li.menu-item-has-children ul ul {
      left: auto;
      right: 100%;
      top: 0;
   }
   .no-touch ul.global-nav-top li.menu-item-has-children ul ul {
    position: absolute;
    display: none;
    background:#012e58;
    list-style: none;

}

.no-touch ul.global-nav-top li.menu-item-has-children ul li:hover ul {
    display: block;
}
 }
 @media only screen and (max-width: 991px) {
    .no-touch ul.global-nav-top li.menu-item-has-children ul ul{
      left: 0;
      right: 0;
      top: 0;
   }
.menu-item-has-children > a::after {
        display: none;
   }
   .sub-menu .menu-item-has-children > a::after {
      display: none;
}
 .table-auto {
    overflow-x: scroll;
    width: 100%;
}

.global-nav-top .sub-menu .sub-menu {
    padding-left: 20px;
}
}
