.entry-content {
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
       ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
       ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
       ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
       ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
       ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
       ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  /* Small menu. */
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  /* Do not show the outline on the skip link target. */
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  /* Make sure embeds and iframes fit their containers. */
  /* Make sure logo link wraps around logo image. */
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
}
.entry-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.entry-content hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.entry-content pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.entry-content a {
  background-color: transparent;
}
.entry-content abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
.entry-content b,
.entry-content strong {
  font-weight: bolder;
}
.entry-content code,
.entry-content kbd,
.entry-content samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.entry-content small {
  font-size: 80%;
}
.entry-content sub,
.entry-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-content sub {
  bottom: -0.25em;
}
.entry-content sup {
  top: -0.5em;
}
.entry-content img {
  border-style: none;
}
.entry-content button,
.entry-content input,
.entry-content optgroup,
.entry-content select,
.entry-content textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
.entry-content button,
.entry-content input {
  /* 1 */
  overflow: visible;
}
.entry-content button,
.entry-content select {
  /* 1 */
  -webkit-text-transform: none;
  text-transform: none;
}
.entry-content button,
.entry-content [type="button"],
.entry-content [type="reset"],
.entry-content [type="submit"] {
  -webkit-appearance: button;
}
.entry-content button::-moz-focus-inner,
.entry-content [type="button"]::-moz-focus-inner,
.entry-content [type="reset"]::-moz-focus-inner,
.entry-content [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.entry-content button:-moz-focusring,
.entry-content [type="button"]:-moz-focusring,
.entry-content [type="reset"]:-moz-focusring,
.entry-content [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.entry-content fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.entry-content legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
.entry-content progress {
  vertical-align: baseline;
}
.entry-content textarea {
  overflow: auto;
}
.entry-content [type="checkbox"],
.entry-content [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.entry-content [type="number"]::-webkit-inner-spin-button,
.entry-content [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.entry-content [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.entry-content [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.entry-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.entry-content details {
  display: block;
}
.entry-content summary {
  display: list-item;
}
.entry-content template {
  display: none;
}
.entry-content [hidden] {
  display: none;
}
.entry-content body,
.entry-content button,
.entry-content input,
.entry-content select,
.entry-content optgroup,
.entry-content textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  clear: both;
}
.entry-content p {
  margin-bottom: 1.5em;
}
.entry-content dfn, .entry-content cite, .entry-content em, .entry-content i {
  font-style: italic;
}
.entry-content blockquote {
  margin: 0 1.5em;
}
.entry-content address {
  margin: 0 0 1.5em;
}
.entry-content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry-content code, .entry-content kbd, .entry-content tt, .entry-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry-content abbr, .entry-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content mark, .entry-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry-content big {
  font-size: 125%;
}
.entry-content html {
  box-sizing: border-box;
}
.entry-content *,
.entry-content *:before,
.entry-content *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
.entry-content body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
.entry-content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 1.5em 3em;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin: 0 1.5em 1.5em;
}
.entry-content img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry-content figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
.entry-content table {
  margin: 0 0 1.5em;
  width: 100%;
}
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
.entry-content button:active, .entry-content button:focus,
.entry-content input[type="button"]:active,
.entry-content input[type="button"]:focus,
.entry-content input[type="reset"]:active,
.entry-content input[type="reset"]:focus,
.entry-content input[type="submit"]:active,
.entry-content input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="password"],
.entry-content input[type="search"],
.entry-content input[type="number"],
.entry-content input[type="tel"],
.entry-content input[type="range"],
.entry-content input[type="date"],
.entry-content input[type="month"],
.entry-content input[type="week"],
.entry-content input[type="time"],
.entry-content input[type="datetime"],
.entry-content input[type="datetime-local"],
.entry-content input[type="color"],
.entry-content textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
.entry-content input[type="text"]:focus,
.entry-content input[type="email"]:focus,
.entry-content input[type="url"]:focus,
.entry-content input[type="password"]:focus,
.entry-content input[type="search"]:focus,
.entry-content input[type="number"]:focus,
.entry-content input[type="tel"]:focus,
.entry-content input[type="range"]:focus,
.entry-content input[type="date"]:focus,
.entry-content input[type="month"]:focus,
.entry-content input[type="week"]:focus,
.entry-content input[type="time"]:focus,
.entry-content input[type="datetime"]:focus,
.entry-content input[type="datetime-local"]:focus,
.entry-content input[type="color"]:focus,
.entry-content textarea:focus {
  color: #111;
}
.entry-content select {
  border: 1px solid #ccc;
}
.entry-content textarea {
  width: 100%;
}
.entry-content a {
  color: royalblue;
}
.entry-content a:visited {
  color: purple;
}
.entry-content a:hover, .entry-content a:focus, .entry-content a:active {
  color: midnightblue;
}
.entry-content a:focus {
  outline: thin dotted;
}
.entry-content a:hover, .entry-content a:active {
  outline: 0;
}
.entry-content .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.entry-content .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.entry-content .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.entry-content .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.entry-content .main-navigation ul ul li:hover > ul,
.entry-content .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.entry-content .main-navigation ul ul a {
  width: 200px;
}
.entry-content .main-navigation ul li:hover > ul,
.entry-content .main-navigation ul li.focus > ul {
  left: auto;
}
.entry-content .main-navigation li {
  float: left;
  position: relative;
}
.entry-content .main-navigation a {
  display: block;
  text-decoration: none;
}
.entry-content .menu-toggle,
.entry-content .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .entry-content .menu-toggle {
    display: none;
  }
  .entry-content .main-navigation ul {
    display: block;
  }
}
.entry-content .site-main .comment-navigation, .entry-content .site-main
.posts-navigation, .entry-content .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.entry-content .comment-navigation .nav-previous,
.entry-content .posts-navigation .nav-previous,
.entry-content .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.entry-content .comment-navigation .nav-next,
.entry-content .posts-navigation .nav-next,
.entry-content .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.entry-content .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.entry-content .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.entry-content #content[tabindex="-1"]:focus {
  outline: 0;
}
.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .clear:before,
.entry-content .clear:after,
.entry-content .entry-content:before,
.entry-content .entry-content:after,
.entry-content .comment-content:before,
.entry-content .comment-content:after,
.entry-content .site-header:before,
.entry-content .site-header:after,
.entry-content .site-content:before,
.entry-content .site-content:after,
.entry-content .site-footer:before,
.entry-content .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.entry-content .clear:after,
.entry-content .entry-content:after,
.entry-content .comment-content:after,
.entry-content .site-header:after,
.entry-content .site-content:after,
.entry-content .site-footer:after {
  clear: both;
}
.entry-content .widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.entry-content .widget select {
  max-width: 100%;
}
.entry-content .sticky {
  display: block;
}
.entry-content .hentry {
  margin: 0 0 1.5em;
}
.entry-content .updated:not(.published) {
  display: none;
}
.entry-content .page-content,
.entry-content .entry-content,
.entry-content .entry-summary {
  margin: 1.5em 0 0;
}
.entry-content .page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-content .comment-content a {
  word-wrap: break-word;
}
.entry-content .bypostauthor {
  display: block;
}
.entry-content .infinite-scroll .posts-navigation,
.entry-content .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
.entry-content .infinity-end.neverending .site-footer {
  display: block;
}
.entry-content .page-content .wp-smiley,
.entry-content .entry-content .wp-smiley,
.entry-content .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}
.entry-content .custom-logo-link {
  display: inline-block;
}
.entry-content .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.entry-content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.entry-content .wp-caption-text {
  text-align: center;
}
.entry-content .gallery {
  margin-bottom: 1.5em;
}
.entry-content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry-content .gallery-caption {
  display: block;
}
