.blogContent{
	padding-bottom:50px;
}



.paragraph_system .text-wrap ul {margin-bottom:16px; }
.paragraph_system .text-wrap h1 {margin-bottom:5px;}
.paragraph_system .text-wrap h2 {margin-bottom:5px;}
.paragraph_system .text-wrap h3 {margin-bottom:20px;}
.paragraph_system .text-wrap h4,.paragraph_system .text-wrap h5, .paragraph_system .text-wrap h6  {margin-bottom:20px;}
.paragraph_system .text-wrap p {margin-top:10px; overflow: hidden;}
.paragraph_system .text-wrap figcaption {font-family: 'national-2-web-regular'; font-size: 18px; color: #444444;}
.paragraph_system .text-wrap table{width:auto;}
.paragraph_system .text-wrap table {font-family:'national-2-web-regular'; padding:10px;}
.paragraph_system .text-wrap table caption{font-family:'national-2-web-regular';  color:#444444; font-size:18px; caption-side: top;}
.paragraph_system .text-wrap table tbody tr th{border:1px solid #999; color: #444444; font-size:16px; font-weight:bold; padding:5px}
.paragraph_system .text-wrap table tbody tr td{border:1px solid #999; color: #444444; font-size:16px; padding:5px}
    


.paragraph_system .text-wrap .sub-div .img-sub-div {
    float: left;
    padding: 0 30px 20px 0;
    margin: 0px 0px 0px 18px;
    max-width: 196px;
}

.paragraph_system .text-wrap .sub-div {
    margin-top: 0px;
    margin-bottom: 6px;
    /*padding-left: 0.9375rem;*/
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .paragraph_system .text-wrap { padding:0px; }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
	.paragraph_system .text-wrap { padding:0px;}                                    
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/        
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.paragraph_system .text-wrap { padding:0px;}
}