/*FONTS*/
/*BREAKPOINTS*/
/*PX to REMS*/
section.htmlPage-section .apply-basic-style {
  max-width: 1000px; }
  section.htmlPage-section .apply-basic-style h1,
  section.htmlPage-section .apply-basic-style h2,
  section.htmlPage-section .apply-basic-style h3,
  section.htmlPage-section .apply-basic-style h4,
  section.htmlPage-section .apply-basic-style h5,
  section.htmlPage-section .apply-basic-style h6,
  section.htmlPage-section .apply-basic-style p {
    margin-bottom: 20px; }
  section.htmlPage-section .apply-basic-style p a {
    border-bottom-style: dotted;
    border-bottom-width: 1px; }
  section.htmlPage-section .apply-basic-style img {
    height: auto;
    padding: 20px;
    width: 100%; }
  section.htmlPage-section .apply-basic-style pre {
    margin: 0 0 20px 0;
    padding: 0; }
  section.htmlPage-section .apply-basic-style ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    list-style: disc; }
    section.htmlPage-section .apply-basic-style ul li {
      padding: 0;
      margin: 0 0 10px 0; }
  section.htmlPage-section .apply-basic-style ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    list-style: number; }
    section.htmlPage-section .apply-basic-style ol li {
      padding: 0;
      margin: 0 0 10px 0; }
  section.htmlPage-section .apply-basic-style strong {
    font-weight: bold; }
  section.htmlPage-section .apply-basic-style blockquote {
    position: relative;
    font-style: italic;
    padding: 1rem 1.2rem;
    width: 80%;
    /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    background-color: rgba(255, 255, 255, 0.4); }
    section.htmlPage-section .apply-basic-style blockquote:before, section.htmlPage-section .apply-basic-style blockquote:after {
      font-family: FontAwesome;
      position: absolute;
      /* -- inside the relative position of blockquote -- */
      top: 13px;
      font-size: 34px; }
    section.htmlPage-section .apply-basic-style blockquote:before {
      content: "\f10d";
      margin-right: 13px;
      right: 100%; }
    section.htmlPage-section .apply-basic-style blockquote:after {
      content: "\f10e";
      margin-left: 13px;
      left: 100%; }

section.htmlPage-section.content-type-blocks .htmlPage-content {
  width: 100%;
  max-width: 100%;
  padding: 0; }
