

/* Editor Content  */
.cms_content h1 {font-size: 2em;
    font-weight: bold;}
.cms_content h2 { font-size: 1.5em;
color:#336699;
font-weight: bold;
}
.cms_content h3 {font-size: 1.17em;
color:#1666dc;
font-weight: bold;
}
.cms_content h4 {font-size: 1em;
    font-weight: bold;
color:#1f4a8f;
}
.cms_content h5 {font-size: 0.83em;
    font-weight: bold;}
.cms_content h6 {font-size: .67em;
    font-weight: bold;}
/* .cms_content { min-height: 300px;; } */
.cms_content p { 
    margin: 0;
    padding:0;
   
    font-size: 18px;
    line-height: 30px;
}
.cms_content a { 
   word-wrap: break-word;
   color:#4db2ec;
}
/* .cms_content{
    min-height:50vh;
} */
.cms_content img { max-width: 100%; height: auto !important; }
.cms_content table { max-width: 100%;}
/* .cms_content iframe { max-width: 100%;
min-height:500px;
min-width:300px;
} */
.cms_content .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .cms_content .videoWrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
.cms_content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.cms_content dl, 
.cms_content ol, 
.cms_content ul { margin-bottom: 0; padding-left: 20px; }
.cms_content ol li { padding-left: 10px; }
.cms_content table {}
.cms_content table.mScroll { overflow-x: scroll; max-width: 100%; display: block; }
.cms_content table.hideLast tr:last-child { display: none; font-size: 0; }
.cms_content table tr th, 
.cms_content table tr td { padding-top: 10px; padding-bottom: 10px;border-color: #ededed;}
/* .cms_content table.hideLast tr:last-child { padding: 0; height: 0px; }
.cms_content table.hideLast tr:last-child td { padding: 0; height: 0px; font-size: 0; } */
.cms_content ol, 
.cms_content ol li{ list-style-type: auto; }
.cms_content ul, 
.cms_content ul li { list-style-type: inherit; }
.cms_content ol ul{    list-style-type: circle;}

.cms_content a:hover { text-decoration:underline; }

@media screen and (max-width: 1025px){
    .cms_content table.padRowH { display: block; position: relative; }
    .cms_content table.padRowH tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

@media screen and (max-width: 769px){
    .cms_content table.padRowV { display: block; position: relative; }
    .cms_content table.padRowV tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

@media screen and (max-width: 520px){
    .cms_content table.mRow { display: block; position: relative; }
    .cms_content table.mRow tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}


