/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/

.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
 .content-area h1 {
          font-size: 36px; 
          font-weight: bold;
          text-align: center;
          line-height: 45px;
        }

  .content-area h2 {
      font-size: 30px; 
      font-weight: bold; 
      line-height: 40px;
    }

      .content-area h3 {
      font-size: 25px; 
      font-weight: bold; 
      line-height: 35px;
    }

    .content-area h4 {
      font-size: 20px; 
      font-weight: bold; 
      line-height: 30px;
    }

    .content-area h5 {
      font-size: 18px; 
      font-weight: bold; 
      line-height: 28px;
    }
    .content-area h6 {
        font-size: 16px; 
        line-height: 26px;
        margin: 0;
    }
.content-area p{
    font-size: 18px;
    margin-bottom: 20px;
}
.content-area ol li {
    list-style: decimal;
    
}
.content-area ul li {
       list-style: disc;
    }
.content-area ol, ul {
    box-sizing: border-box;
    padding-left: 30px;
}
.content-area li{
    padding-bottom: 10px;
    font-size: 18px;

}

.content-area table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px; /* Adjust as needed */
  margin-bottom: 20px; /* Adjust as needed */
}

 .content-area td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.content-area  dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}


.content-area  dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.content-area  dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
a:link, a:visited {
    color: #000;
}
 .eas_menu .select :hover .sub {
    width: 100%;
   
}
    .eas_menu .select .sub > li > .sub{
        display: none;
        position: absolute;
      
    }
    .eas_menu .select > li:hover > .sub,
    .eas_menu .select .sub  > li:hover > .sub {
        display: block;
    }

    .eas_menu .select a {
     padding: 0px; 
   
}
.section h2 {
    margin-top: 20px !important;
}

 @media only screen and (max-width: 991px) {
    body {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
    .eas_menu {
   background: none;
   position: unset;
   width: 100%;
   }
   #header-content, #content, #footer-content {
    width: 100%;
}
   .search_form {
   float: left; 
   }
   #search_field {
  background: none;
    }
    #leftbar {
       width: 100%;
       }
   .leftbox {
    width: 100%;
   
   }
  #content-wrap {
     width: 100%;
     padding: 0px;
   }
   .footer {
    width: 100%;
    padding: 0px;
  }
  .table-auto {
    width: 100%;
    overflow-x: scroll;
   }
   .eas_menu .select a b {
     background: none;
    }

    .eas_menu .select a {
   background: none;
   
}
.eas_menu .select a {
  color: #000;
}
.eas_menu .select li.line a b {
 background: none;
 color: #000;
}
 .menu-item-has-children{
    position: relative;
    }

    .navigationcl {
        position: absolute;
        right: 10px;
        top: 60px;
        width: 270px;
        cursor: pointer;
        text-align: left;
        background: #fff;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        height: auto;
    }
    .navbar-togglecl {
        display: block;
    }
    .navbar-togglecl {
        background-color: #050104;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 18px;
        right: 26px;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }
    .navbar-togglecl span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
    }
    .navbar-togglecl span::before, .navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }
    .navbar-togglecl span::after {
        top: 7px;
    }
    .navigationcl li {
        width: 100%;
    }
    .navigationcl a {
        height: auto;
        padding: 5px 10px;
    }
    
    .navigationcl a {
        font-size: 20px;
        color: #000;
        padding:0;
        margin: 0;
        line-height: 36px;
        text-align: center;
    }
    
    .navigationcl ul {
        visibility: visible;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
    }
    .navigationcl ul a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 35px;
        background-image: none;
        border-width: 0;
        text-align: left;
    
    }
    .navigationcl li:hover > ul {
        visibility: visible;
        top: auto;
    }
    .navigationcl .sub {
        padding-left: 20px;
    }
    .toggle-menu {
        position: absolute;
        right: 40px;
        width: 40px;
        height: 30px;
        font-size: 20px;
        transform: rotate(0deg);
        text-align: center;
        top: 5px;
        cursor: pointer;
    }
    
    .sub {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0;
        box-shadow: none;
        top: auto;
    }
    .eas_menu .select :hover .sub {
    height: auto;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: 0;
    background: #fff url(images/back_0.gif);
    border: none;
    background-image: none;
}
.eas_menu .select :hover .sub li a {
   font-size: 16px;
}
    
    }