body.single .et_pb_post_content .et_pb_section > .et_pb_row,
body.single .et_pb_post_title .et_pb_section > .et_pb_row{
    width: 100%;
    max-width: 1200px;
}


body.single .et_pb_post_title,
body.single .et_pb_post_content {
    margin-left: auto;
    margin-right: auto;
}
body.single .et_pb_post_content p:not(.has-background):last-of-type + ul,
body.single .et_pb_post_content p:not(.has-background):last-of-type + ol{
  padding-top: 1em;
 
}
body.single .et_pb_post_content ul li,
body.single .et_pb_post_content ol li{
  font-size:22px;
  margin-bottom:0.5em;
  line-height: 1.3em;
}
body.single .et_pb_post_content ul li:last-child,
body.single .et_pb_post_content ol li:last-child{margin-bottom:0em;}

body.single .et_pb_post_content ul ul,
body.single .et_pb_post_content ol ol{
    padding-bottom: 0;
    padding-top: 0.5em;
}
body.single .et_pb_post_content sup {
    font-size: 70%;
}
body.single .et_pb_post_content blockquote em{
    margin-top: 10px;
    text-align: left;
    display: block;
    font-size: 90%;
}
 
@media screen and (max-width: 768px){
  body.single p, body.single ul li, body.single ol li {
      font-size: 18px !important;
      line-height: 1.4em !important;
  }  
  body.single .et_pb_post_content blockquote{
    padding-left:0 !important;
  }
}
@media screen and (max-width: 980px){
  body.single .et_pb_post_content .box-caption{
    max-width: 420px;
    margin-left: auto;
    float: none;
    margin-right: auto;
  }
}


.bold-class{font-weight:bold;}
.channel-planning-heading{font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    color: #0021FF!important;
    letter-spacing: 2px;font-family: 'azosans black',Helvetica,Arial,Lucida,sans-serif;padding-bottom: 10px;
    line-height: 1em;}
