/*

Theme Name: WMD Theme

*/
body.new-template{
    background-color: #ffff;
}
.container {
    max-width: 1100px;
    margin: auto;
}
.content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}
.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 p {
    font-size: 16px;
    margin-bottom: 15px;
   }

.content-area table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-area table td {
   border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}
 .content-area ol li {
    list-style: decimal;
    
}
   
   .content-area ul {
      list-style-type: disc; 
      padding-left: 36px;
    }
     .content-area ol {
       padding-left: 36px;
       line-height: 30px;

    }


      .content-area ul li {
        margin-bottom: 10px;
        list-style: disc;
    }

    .content-area ol, ul {
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 15px;
} 

.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;
}
.ecm_footerContent {
    text-align: center;
}

.ecm_copyright {
    margin-top: 30px;
    font-size: 14px;
  }

.ecm_mainNav {
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.ecm_mainNav > li {
    position: relative;
    display: inline-block !important;
    width: 200px; 
  border-left: 1px dotted #999;
}

.ecm_mainNav a {
    display: block;
    padding: 10px 15px;
    color: #fff; 
    text-decoration: none;
    
}


ul li ul.sub-menu {
    min-width: unset;
         left: 0;
        background: #fff;
        width: 200px;
        text-align: left;
        padding: 0px;
        box-shadow: 0 0 6px #ddd;
}
 .ecm_mainNav .sub-menu > li > .sub-menu {
        display: none;
        
    }
    
.ecm_mainNav > li:hover > .sub-menu,
.ecm_mainNav .menu-item-has-children:hover > .sub-menu {
    display: block;
}


            
    
    @media only screen and (max-width: 991px) {
    
 .toggle-menu {
    position: absolute;
    right: 40px;
    width: 40px;
    height: 30px;
    transform: rotate(0deg);
    text-align: center;
    top: 9px;
    font-size: 15px;
    cursor: pointer;
    color: #000;
}
    
 }
@media only screen and (max-width: 640px) {
    #ecm_mainNavigation ul.ecm_mainNav {
           display: none;
    }
}