/* Dentons Content Styles - v1.2 */
/*These styles are designed to extend the Dentons Responsive Theme to
enable text styling and image positioning within the main content area.*/

/*text styles -----------------------------------------------------------*/

.post .entry-content h1, .sub2 .intro h1 {
    font-size: 20px;
	font-weight: bold;
    color: #6e2d91;
    margin: 0 0 8px;
}
.post .entry-content h2, .sub2 .intro h2 {
    font-size: 20px;
	font-weight: bold;
    color: #6e2d91;
    margin: 0 0 8px;
}
.post .entry-content h3, .sub2 .intro h3 {
    font-size: 13px;
	font-weight: bold;
    text-transform: uppercase;
    color: #6e2d91;
    margin: 0 0 8px;
}
.post .entry-content h3 a, .sub2 .intro h3 a {
	color: #00a9e0;
}
.post .entry-content h4, .sub2 .intro h4 {
    font-size: 14px;
	font-weight: bold;
    color: #6e2d91;
    margin: 0 0 8px;
}
.post .entry-content h5, .sub2 .intro h5 {
    font-size: 14px;
	font-weight: bold;
    margin: 0 0 8px;
}
.post .entry-content h6, .sub2 .intro h6 {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 19px;
}
.post .entry-content p, .sub2 .intro p {
    margin: 0 0 19px;
}

/*lists ------------------------------------------------------------------*/

.post .entry-content ul, .post .entry-content ol, .sub2 .intro ul, .sub2 .intro ol {
    margin: 0 1.5em 1.5em 1.5em;
}
.post .entry-content li ul, .post .entry-content li ol, .sub2 .intro li ul, .sub2 .intro li ol {
    margin: 0 1.5em;
}
.post .entry-content ul li, .sub2 .intro ul li {
    list-style-type: disc;
}
.post .entry-content ol li, .sub2 .intro ol li {
    list-style-type: decimal;
}
.post .entry-content ol ol li, .sub2 .intro ol ol li {
    list-style-type: upper-alpha;
}
.post .entry-content ol ol ol li, .sub2 .intro ol ol ol li {
    list-style-type: lower-roman;
}

/*more html elements -----------------------------------------------------*/

blockquote {
  padding: 10px 15px;
  border-left: solid 5px #d8d8d8;
  margin: 0 0 19px; }
  blockquote p {
    margin-bottom: 8px; }
  blockquote footer {
    font-size: 12px;
    opacity: 0.75; }
 
/*tables -----------------------------------------------------------------*/

.post .entry-content table, .sub2 .intro table {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 19px;
}
.post .entry-content table thead tr th, .post .entry-content table tbody tr th, .post .entry-content table tfoot tr th, .sub2 .intro table thead tr th, .sub2 .intro table tbody tr th, .sub2 .intro table tfoot tr th {
	min-width: 60px;
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
	border-bottom: solid 2px #d8d8d8;
}
 
.post .entry-content table thead tr td, .post .entry-content table tbody tr td, .post .entry-content table tfoot tr td, .sub2 .intro table thead tr td, .sub2 .intro table tbody tr td, .sub2 .intro table tfoot tr td {
	min-width: 60px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-top: solid 1px #d8d8d8;
}
 
.post .entry-content .table-responsive, .sub2 .intro .table-responsive {
    width: 100%;
    overflow-y: scroll;
}

/*image alignment -------------------------------------------------------*/

.post .entry-content img, .sub2 .intro img {
    max-width: 100%;
    height: auto; }

.post .entry-content .alignright, .sub2 .intro .alignright {
  float: none;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 2px auto 8px; }
  @media only screen and (min-width: 375px) {
    .post .entry-content .alignright, .sub2 .intro .alignright {
      float: right;
      max-width: calc( 50% - 15px );
      margin: 2px 0 8px 15px;
      clear: both; } }

.post .entry-content .alignleft, .sub2 .intro .alignleft {
  float: none;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 2px auto 8px; }
  @media only screen and (min-width: 375px) {
    .post .entry-content .alignleft, .sub2 .intro .alignleft {
      float: left;
      max-width: calc( 50% - 15px );
      margin: 2px 15px 8px 0;
      clear: both; } }

.post .entry-content .alignnone, .sub2 .intro .alignnone {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 2px auto 8px; }

.post .entry-content .aligncenter, .sub2 .intro .aligncenter {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 2px auto 8px; }

.post .entry-content .wp-caption-text, .sub2 .intro .wp-caption-text {
    font-size: 80%;
    line-height: 1.4; }
