

.content h1 {
  color: #808285;
  font-size: 2em;
  line-height: 1.2;
}

.content h2 {
  color: #808285;
  font-size: 1.7em;
  line-height: 1.3;
}

.content h3 {
  color: #808285;
  font-size: 1.5em;
  line-height: 1.4;
}

.content h4 {
  color: #808285;
  line-height: 1.5;
  font-size: 1.3em;
}

.content h5 {
  color: #808285;
  line-height: 1.6;
  font-size: 1.2em;
}

.content h6 {
  color: #808285;
  line-height: 1.7;
  font-size: 1.1em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.content ul, .content ol {
  margin: 0 0 1.5em 3em;
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}

.content li > ul,
.content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.content dt {
  font-weight: bold;
}

.content dd {
  margin: 0 1.5em 1.5em;
}

.content b,
.content strong {
  font-weight: bold;
}

.content dfn,
.content cite,
.content em,
.content i {
  font-style: italic;
}

.content blockquote,
.content q {
  quotes: "" "";
}

.content blockquote:before, .content blockquote:after,
.content q:before,
.content q:after {
  content: "";
}

.content blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

.content blockquote p:last-child {
  margin: 0;
}

.content address {
  margin: 0 0 1.5em;
}

.content abbr,
.content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.6em;
  overflow: auto;
  max-width: 100%;
  padding: 1.6em;
}

.content code,
.content kbd,
.content tt,
.content var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.content img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.content big {
  font-size: 125%;
}

.content mark,
.content ins {
  background: transparent;
  text-decoration: none;
}

.content table, .content th, .content td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.content table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

.content th {
  font-weight: bold;
}

.content th, td {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12.25px;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
#primary:before,
#primary:after,
.site-main:before,
.site-main:after,
#secondary:before,
#secondary:after,
.sidebar-main:before,
.sidebar-main:after,
.site-footer:before,
.site-footer:after,
.ast-row:before,
.ast-row:after,
.ast-container:before,
.ast-container:after {
  content: "";
  display: table;
}

.clear:after,
.site-header:after,
.site-content:after,
#primary:after,
.site-main:after,
#secondary:after,
.sidebar-main:after,
.site-footer:after,
.ast-row:after,
.ast-container:after {
  clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
.content embed,
.content iframe,
.content object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}



.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 20px;
}

.content p {
  margin-bottom: 1.75em;
}

.content blockquote {
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
  line-height: 1.6;
}

p {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #3a3a3a;
}

/**
 * Table
 */
.mce-item-table,
.mce-item-table td,
.mce-item-table th,
.mce-item-table caption {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.0980392);
}

.mce-item-table td,
.mce-item-table th {
  border-width: 0 1px 1px 0;
}

.mce-item-table {
  border-right-width: 0;
  border-bottom-width: 0;
}
