@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600&display=swap");
body._ulmt__dos-theme {
  /*** Title */
  /*** Text */
  /* Links
--------------------------------------------- */
  /* Page
--------------------------------------------- */
  /* Forms
--------------------------------------------- */
  /* Typography
--------------------------------------------- */
  /* Elements
--------------------------------------------- */
  /* Text-level semantics
	 ========================================================================== */
  /* Image
	 ========================================================================== */
}

body._ulmt__dos-theme {
  background: #fffdfd;
}

body._ulmt__dos-theme,
body._ulmt__dos-theme button,
body._ulmt__dos-theme input,
body._ulmt__dos-theme select,
body._ulmt__dos-theme optgroup,
body._ulmt__dos-theme textarea {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme,
  body._ulmt__dos-theme button,
  body._ulmt__dos-theme input,
  body._ulmt__dos-theme select,
  body._ulmt__dos-theme optgroup,
  body._ulmt__dos-theme textarea {
    font-size: 14px;
  }
}

body._ulmt__dos-theme a {
  color: #7d7d7d;
  text-decoration: none;
}

body._ulmt__dos-theme a:visited {
  color: #7d7d7d;
}

body._ulmt__dos-theme a:hover, body._ulmt__dos-theme a:focus, body._ulmt__dos-theme a:active {
  color: #00a6aa;
}

body._ulmt__dos-theme a:focus, body._ulmt__dos-theme a:focus:hover {
  outline: 1px solid #00a6aa;
}

body._ulmt__dos-theme .site-main {
  padding-top: 80px;
  padding-bottom: 50px;
}

body._ulmt__dos-theme button:not(.customize-partial-edit-shortcut-button):not([type='button']),
body._ulmt__dos-theme input[type="button"],
body._ulmt__dos-theme input[type="reset"],
body._ulmt__dos-theme input[type="submit"] {
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
  border-radius: 0;
  background-color: #0000aa;
  color: #fffdfd;
  border: none;
  padding: 10px 20px;
}

body._ulmt__dos-theme button:not(.customize-partial-edit-shortcut-button):not([type='button']):hover, body._ulmt__dos-theme button:not(.customize-partial-edit-shortcut-button):not([type='button']):focus,
body._ulmt__dos-theme input[type="button"]:hover,
body._ulmt__dos-theme input[type="button"]:focus,
body._ulmt__dos-theme input[type="reset"]:hover,
body._ulmt__dos-theme input[type="reset"]:focus,
body._ulmt__dos-theme input[type="submit"]:hover,
body._ulmt__dos-theme input[type="submit"]:focus {
  outline: none;
  background-color: #00a6aa;
}

body._ulmt__dos-theme button:not(.customize-partial-edit-shortcut-button):not([type='button']):active,
body._ulmt__dos-theme input[type="button"]:active,
body._ulmt__dos-theme input[type="reset"]:active,
body._ulmt__dos-theme input[type="submit"]:active {
  outline: none;
}

body._ulmt__dos-theme input[type="text"],
body._ulmt__dos-theme input[type="email"],
body._ulmt__dos-theme input[type="url"],
body._ulmt__dos-theme input[type="password"],
body._ulmt__dos-theme input[type="search"],
body._ulmt__dos-theme input[type="number"],
body._ulmt__dos-theme input[type="tel"],
body._ulmt__dos-theme input[type="range"],
body._ulmt__dos-theme input[type="date"],
body._ulmt__dos-theme input[type="month"],
body._ulmt__dos-theme input[type="week"],
body._ulmt__dos-theme input[type="time"],
body._ulmt__dos-theme input[type="datetime"],
body._ulmt__dos-theme input[type="datetime-local"],
body._ulmt__dos-theme input[type="color"],
body._ulmt__dos-theme textarea {
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  font-size: 12px;
  color: #444440;
  padding: 7px 5px;
  display: block;
}

body._ulmt__dos-theme input[type="text"]:focus,
body._ulmt__dos-theme input[type="email"]:focus,
body._ulmt__dos-theme input[type="url"]:focus,
body._ulmt__dos-theme input[type="password"]:focus,
body._ulmt__dos-theme input[type="search"]:focus,
body._ulmt__dos-theme input[type="number"]:focus,
body._ulmt__dos-theme input[type="tel"]:focus,
body._ulmt__dos-theme input[type="range"]:focus,
body._ulmt__dos-theme input[type="date"]:focus,
body._ulmt__dos-theme input[type="month"]:focus,
body._ulmt__dos-theme input[type="week"]:focus,
body._ulmt__dos-theme input[type="time"]:focus,
body._ulmt__dos-theme input[type="datetime"]:focus,
body._ulmt__dos-theme input[type="datetime-local"]:focus,
body._ulmt__dos-theme input[type="color"]:focus,
body._ulmt__dos-theme textarea:focus {
  outline: none;
  background-color: #fffdfd;
}

body._ulmt__dos-theme select {
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  font-size: 12px;
  color: #444440;
  padding: 7px 5px;
  display: block;
}

body._ulmt__dos-theme select:focus {
  outline: none;
  background-color: #fffdfd;
}

body._ulmt__dos-theme h1 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #0000aa;
  margin: 0 0 5px;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme h1 {
    font-size: 30px;
  }
}

body._ulmt__dos-theme h2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #0000aa;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme h2 {
    font-size: 20px;
  }
}

body._ulmt__dos-theme h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #0000aa;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme h3 {
    font-size: 16px;
  }
}

body._ulmt__dos-theme h4 {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #0000aa;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme h4 {
    font-size: 15px;
  }
}

body._ulmt__dos-theme h5 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  color: #0000aa;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme h5 {
    font-size: 14px;
  }
}

body._ulmt__dos-theme h6 {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #0000aa;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme h6 {
    font-size: 13px;
  }
}

body._ulmt__dos-theme ul,
body._ulmt__dos-theme ol {
  margin: 0 0 1.5em 0;
}

body._ulmt__dos-theme li > ul,
body._ulmt__dos-theme li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

body._ulmt__dos-theme code,
body._ulmt__dos-theme kbd,
body._ulmt__dos-theme samp {
  background: #444440;
  color: #b8b8b8;
}

body._ulmt__dos-theme img {
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
  margin: 0 5px 5px 0;
}

body._ulmt__dos-theme header.site-header .header-wrapper {
  padding-top: 20px;
}

body._ulmt__dos-theme header.site-header .header-wrapper .site-branding .site-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme header.site-header .header-wrapper .site-branding .site-title {
    text-align: left;
  }
}

body._ulmt__dos-theme header.site-header .header-wrapper .site-branding .site-title a {
  text-decoration: none;
}

body._ulmt__dos-theme header.site-header .header-wrapper .site-branding .site-description {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme header.site-header .header-wrapper .site-branding .site-description {
    text-align: left;
  }
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme header.site-header .header-wrapper .site-branding a.custom-logo-link {
    width: 100%;
    text-align: center;
  }
}

body._ulmt__dos-theme header.site-header .header-wrapper .header-menu-wrap {
  margin-bottom: -15px;
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul ul {
  -webkit-box-shadow: 1px 1px 0px 2px #b8b8b8;
  box-shadow: 1px 1px 0px 2px #b8b8b8;
  padding-left: 0;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li a {
  color: #444440;
  font-size: 11px;
  line-height: 2;
  font-weight: 500;
  margin: 6px 1px;
  padding: 0 5px;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li:hover > a,
body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li:hover > div > a {
  color: #f3f3f3;
  background: #0000aa;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li.focus > div, body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li.focus:hover > div {
  outline: 1px solid #0000aa;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li.focus > div > a, body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li.focus:hover > div > a {
  outline: none;
  color: #0000aa;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li.menu-item-has-children.focus > div, body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li.menu-item-has-children.focus:hover > div, body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li.page_item_has_children.focus > div, body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul li.page_item_has_children.focus:hover > div {
  margin-top: -1px;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul.menu > li > div > a {
  padding: 0;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation ul.sub-menu li > div {
  padding-left: 10px;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation > div > ul > li > div > a {
  font-size: 16px;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation button.menu-toggle {
  background: none;
  padding: 0;
  margin: 0 auto 0;
  width: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body._ulmt__dos-theme header.site-header .header-wrapper .main-navigation button.menu-toggle:focus {
  outline: 1px solid #0000aa;
}

body._ulmt__dos-theme aside.widget-area {
  padding-top: 50px;
}

body._ulmt__dos-theme aside.widget-area .widget:not(.widget_search) {
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
  background: #f3f3f3;
  padding: 10px;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme aside.widget-area {
    padding-top: 0;
  }
}

body._ulmt__dos-theme aside.widget-area p,
body._ulmt__dos-theme aside.widget-area ul,
body._ulmt__dos-theme aside.widget-area li,
body._ulmt__dos-theme aside.widget-area a,
body._ulmt__dos-theme aside.widget-area table {
  font-size: 12px;
  line-height: 1.5;
  color: #444440;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme aside.widget-area p,
  body._ulmt__dos-theme aside.widget-area ul,
  body._ulmt__dos-theme aside.widget-area li,
  body._ulmt__dos-theme aside.widget-area a,
  body._ulmt__dos-theme aside.widget-area table {
    font-size: 13px;
  }
}

body._ulmt__dos-theme aside.widget-area a {
  color: #7d7d7d;
}

body._ulmt__dos-theme aside.widget-area a:hover {
  color: #00a6aa;
  text-decoration: none;
}

body._ulmt__dos-theme aside.widget-area a:focus {
  color: #00a6aa;
  outline: 1px solid #00a6aa;
  text-decoration: none;
}

body._ulmt__dos-theme aside.widget-area h2,
body._ulmt__dos-theme aside.widget-area .widget-title {
  font-size: 16px;
  font-weight: 400;
}

body._ulmt__dos-theme aside.widget-area ul,
body._ulmt__dos-theme aside.widget-area ol {
  padding-left: 0;
  margin-left: 0;
}

body._ulmt__dos-theme aside.widget-area ul li,
body._ulmt__dos-theme aside.widget-area ol li {
  list-style: none;
  padding: 0 0 3px 0;
}

body._ulmt__dos-theme aside.widget-area ul ul,
body._ulmt__dos-theme aside.widget-area ul ol,
body._ulmt__dos-theme aside.widget-area ol ul,
body._ulmt__dos-theme aside.widget-area ol ol {
  padding-left: 10px;
}

body._ulmt__dos-theme aside.widget-area .widget.widget_calendar {
  padding: 0;
}

body._ulmt__dos-theme aside.widget-area .widget.widget_calendar .wp-calendar-nav-prev {
  float: left;
  padding-left: 10px;
}

body._ulmt__dos-theme aside.widget-area .widget.widget_calendar .wp-calendar-nav-next {
  float: right;
  padding-right: 10px;
}

body._ulmt__dos-theme aside.widget-area .widget.widget_calendar .wp-calendar-table {
  margin: 0;
}

body._ulmt__dos-theme aside.widget-area .widget.widget_calendar caption {
  text-align: center;
}

body._ulmt__dos-theme footer.site-footer {
  background-color: #444440;
  padding: 10px 0px;
  color: #ffffff;
}

body._ulmt__dos-theme footer.site-footer a {
  color: #7d7d7d;
  text-decoration: none;
}

body._ulmt__dos-theme footer.site-footer a:hover {
  color: #00a6aa;
}

body._ulmt__dos-theme footer.site-footer a:focus {
  color: #00a6aa;
  outline: 1px solid #00a6aa;
}

body._ulmt__dos-theme footer.site-footer .footer-site-info-wrap {
  text-align: center;
  font-size: 11px;
}

body._ulmt__dos-theme footer.site-footer .widget {
  color: #ffffff;
  margin-top: 20px;
}

body._ulmt__dos-theme footer.site-footer .widget .widget-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #0000aa;
  text-decoration: none;
  color: #f3f3f3;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme footer.site-footer .widget .widget-title {
    font-size: 16px;
  }
}

body._ulmt__dos-theme footer.site-footer .widget .wp-block-calendar table,
body._ulmt__dos-theme footer.site-footer .widget .wp-block-calendar tbody {
  color: #ffffff;
}

body._ulmt__dos-theme footer.site-footer .widget .wp-block-calendar caption {
  color: #ffffff;
  text-align: center;
}

body._ulmt__dos-theme footer.site-footer .widget .wp-block-calendar .wp-calendar-table {
  margin: 0;
}

body._ulmt__dos-theme.single article .post-thumbnail {
  margin-top: 20px;
}

body._ulmt__dos-theme.single article .post-thumbnail img {
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
  opacity: .85;
}

body._ulmt__dos-theme.single article .post-thumbnail img:hover {
  opacity: 1;
}

body._ulmt__dos-theme.single article header.entry-header h1.entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #0000aa;
  margin: 0 0 5px;
  text-decoration: none;
  margin: 0;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.single article header.entry-header h1.entry-title {
    font-size: 30px;
  }
}

body._ulmt__dos-theme.single article .entry-meta,
body._ulmt__dos-theme.single article .entry-footer {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
  padding-right: 3px;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.single article .entry-meta,
  body._ulmt__dos-theme.single article .entry-footer {
    font-size: 14px;
  }
}

body._ulmt__dos-theme.single article .entry-meta a,
body._ulmt__dos-theme.single article .entry-footer a {
  color: #b8b8b8;
  text-decoration: none;
}

body._ulmt__dos-theme.single article .entry-meta a:hover,
body._ulmt__dos-theme.single article .entry-footer a:hover {
  color: #00a6aa;
}

body._ulmt__dos-theme.single article .entry-meta a:focus,
body._ulmt__dos-theme.single article .entry-footer a:focus {
  color: #00a6aa;
  outline: 1px solid #00a6aa;
}

body._ulmt__dos-theme.single article .entry-footer {
  margin-bottom: 0;
}

body._ulmt__dos-theme.single article .entry-footer > span {
  padding-right: 2px;
}

body._ulmt__dos-theme.single article .entry-footer > span.edit-link {
  display: block;
}

body._ulmt__dos-theme.single article .entry-footer > span.edit-link a {
  text-decoration: underline;
}

body._ulmt__dos-theme.single article .entry-footer > span + body._ulmt__dos-theme.single article .entry-footer > span.comments-link {
  padding-left: 20px;
}

body._ulmt__dos-theme.single article .posted-on-wrap .row.inside > div:nth-child(2) {
  padding: 0;
}

body._ulmt__dos-theme.single article .entry-content {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.single article .entry-content {
    font-size: 14px;
  }
}

body._ulmt__dos-theme.single article p.wp-block-cover-text {
  color: #b8b8b8;
  font-size: 13px;
}

body._ulmt__dos-theme.single article p.wp-block-cover-text a {
  color: #b8b8b8;
}

body._ulmt__dos-theme.single article p.wp-block-cover-text a:hover {
  color: #00a6aa;
}

body._ulmt__dos-theme.single article .wp-block-button a {
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
  font-size: 11px;
  border-radius: 0;
  background-color: #0000aa;
  color: #fffdfd;
  border: none;
  padding: 10px 20px;
  margin-bottom: 5px;
}

body._ulmt__dos-theme.single article .wp-block-button a:hover, body._ulmt__dos-theme.single article .wp-block-button a:focus {
  outline: none;
  background-color: #00a6aa;
}

body._ulmt__dos-theme.single article .wp-block-button a:active {
  outline: none;
}

body._ulmt__dos-theme.single article .wp-block-button.is-style-outline a {
  border: 1px solid #fffdfd;
}

body._ulmt__dos-theme.single article .blocks-gallery-grid .blocks-gallery-image figcaption,
body._ulmt__dos-theme.single article .blocks-gallery-grid .blocks-gallery-item figcaption,
body._ulmt__dos-theme.single article .wp-block-gallery .blocks-gallery-image figcaption,
body._ulmt__dos-theme.single article .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.5;
}

body._ulmt__dos-theme.single article blockquote::before, body._ulmt__dos-theme.single article blockquote.wp-block-quote::before {
  content: "”";
  color: #b8b8b8;
  opacity: 0.3;
}

body._ulmt__dos-theme.single article blockquote.has-text-align-right::before, body._ulmt__dos-theme.single article blockquote.wp-block-quote.has-text-align-right::before {
  color: #b8b8b8;
  opacity: 0.3;
}

body._ulmt__dos-theme.single article blockquote.is-style-large::before, body._ulmt__dos-theme.single article blockquote.wp-block-quote.is-style-large::before {
  color: #b8b8b8;
  opacity: 0.1;
}

body._ulmt__dos-theme.single article .wp-block-pullquote::before {
  background: none;
  color: #b8b8b8;
  opacity: 0.3;
}

body._ulmt__dos-theme.single article a.wp-block-file__button {
  background: #b8b8b8;
}

body._ulmt__dos-theme.single article a.wp-block-file__button:hover, body._ulmt__dos-theme.single article a.wp-block-file__button:focus {
  background: #b8b8b8;
}

body._ulmt__dos-theme.single article pre,
body._ulmt__dos-theme.single article fieldset,
body._ulmt__dos-theme.single article input,
body._ulmt__dos-theme.single article textarea,
body._ulmt__dos-theme.single article table,
body._ulmt__dos-theme.single article table *,
body._ulmt__dos-theme.single article hr {
  border-color: #b8b8b8;
}

body._ulmt__dos-theme.single article th,
body._ulmt__dos-theme.single article td {
  border: 0.1rem solid #b8b8b8;
}

body._ulmt__dos-theme.single article .comment-navigation,
body._ulmt__dos-theme.single article .post-navigation,
body._ulmt__dos-theme.single article .navigation {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0;
  border: 1px solid #f3f3f3;
  display: block;
  float: left;
  border-left: none;
  border-right: none;
}

body._ulmt__dos-theme.single article .comment-navigation .nav-subtitle,
body._ulmt__dos-theme.single article .post-navigation .nav-subtitle,
body._ulmt__dos-theme.single article .navigation .nav-subtitle {
  display: none;
}

body._ulmt__dos-theme.single article .comment-navigation .nav-previous a:after,
body._ulmt__dos-theme.single article .comment-navigation .nav-next a:after,
body._ulmt__dos-theme.single article .post-navigation .nav-previous a:after,
body._ulmt__dos-theme.single article .post-navigation .nav-next a:after,
body._ulmt__dos-theme.single article .navigation .nav-previous a:after,
body._ulmt__dos-theme.single article .navigation .nav-next a:after {
  content: "";
  border: solid #0000aa;
  border-width: 0 2px 2px 0;
}

body._ulmt__dos-theme.single article .comment-navigation .nav-previous a,
body._ulmt__dos-theme.single article .comment-navigation .nav-next a,
body._ulmt__dos-theme.single article .post-navigation .nav-previous a,
body._ulmt__dos-theme.single article .post-navigation .nav-next a,
body._ulmt__dos-theme.single article .navigation .nav-previous a,
body._ulmt__dos-theme.single article .navigation .nav-next a {
  font-size: 12px;
  font-weight: 400;
  color: #0000aa;
  text-decoration: none;
}

body._ulmt__dos-theme.single article .comment-navigation .nav-previous a:hover,
body._ulmt__dos-theme.single article .comment-navigation .nav-next a:hover,
body._ulmt__dos-theme.single article .post-navigation .nav-previous a:hover,
body._ulmt__dos-theme.single article .post-navigation .nav-next a:hover,
body._ulmt__dos-theme.single article .navigation .nav-previous a:hover,
body._ulmt__dos-theme.single article .navigation .nav-next a:hover {
  color: #00a6aa;
}

body._ulmt__dos-theme.single article .comment-navigation .nav-previous a:hover:after,
body._ulmt__dos-theme.single article .comment-navigation .nav-next a:hover:after,
body._ulmt__dos-theme.single article .post-navigation .nav-previous a:hover:after,
body._ulmt__dos-theme.single article .post-navigation .nav-next a:hover:after,
body._ulmt__dos-theme.single article .navigation .nav-previous a:hover:after,
body._ulmt__dos-theme.single article .navigation .nav-next a:hover:after {
  border-color: #00a6aa;
}

body._ulmt__dos-theme.single article .comment-navigation .nav-previous a:focus,
body._ulmt__dos-theme.single article .comment-navigation .nav-next a:focus,
body._ulmt__dos-theme.single article .post-navigation .nav-previous a:focus,
body._ulmt__dos-theme.single article .post-navigation .nav-next a:focus,
body._ulmt__dos-theme.single article .navigation .nav-previous a:focus,
body._ulmt__dos-theme.single article .navigation .nav-next a:focus {
  color: #00a6aa;
  outline: 1px solid #00a6aa;
}

body._ulmt__dos-theme.blog, body._ulmt__dos-theme.search, body._ulmt__dos-theme.archive {
  /* Archive base */
}

body._ulmt__dos-theme.blog .page-header, body._ulmt__dos-theme.search .page-header, body._ulmt__dos-theme.archive .page-header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

body._ulmt__dos-theme.blog .page-header h1.page-title, body._ulmt__dos-theme.search .page-header h1.page-title, body._ulmt__dos-theme.archive .page-header h1.page-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #0000aa;
  margin: 0 0 5px;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.blog .page-header h1.page-title, body._ulmt__dos-theme.search .page-header h1.page-title, body._ulmt__dos-theme.archive .page-header h1.page-title {
    font-size: 30px;
  }
}

body._ulmt__dos-theme.blog .page-header h1.page-title span, body._ulmt__dos-theme.search .page-header h1.page-title span, body._ulmt__dos-theme.archive .page-header h1.page-title span {
  color: #444440;
}

body._ulmt__dos-theme.blog .page-header .archive-description, body._ulmt__dos-theme.search .page-header .archive-description, body._ulmt__dos-theme.archive .page-header .archive-description {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
  font-style: italic;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.blog .page-header .archive-description, body._ulmt__dos-theme.search .page-header .archive-description, body._ulmt__dos-theme.archive .page-header .archive-description {
    font-size: 14px;
  }
}

body._ulmt__dos-theme.blog article, body._ulmt__dos-theme.search article, body._ulmt__dos-theme.archive article {
  margin: 0 0 50px;
}

body._ulmt__dos-theme.blog article .post-thumbnail, body._ulmt__dos-theme.search article .post-thumbnail, body._ulmt__dos-theme.archive article .post-thumbnail {
  margin-top: 20px;
}

body._ulmt__dos-theme.blog article .post-thumbnail img, body._ulmt__dos-theme.search article .post-thumbnail img, body._ulmt__dos-theme.archive article .post-thumbnail img {
  background: #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px 0px #b8b8b8;
  box-shadow: 4px 4px 0px 0px #b8b8b8;
  opacity: .85;
}

body._ulmt__dos-theme.blog article .post-thumbnail img:hover, body._ulmt__dos-theme.search article .post-thumbnail img:hover, body._ulmt__dos-theme.archive article .post-thumbnail img:hover {
  opacity: 1;
}

body._ulmt__dos-theme.blog article header.entry-header h2.entry-title, body._ulmt__dos-theme.search article header.entry-header h2.entry-title, body._ulmt__dos-theme.archive article header.entry-header h2.entry-title {
  margin-bottom: 4px;
}

body._ulmt__dos-theme.blog article header.entry-header h2.entry-title a, body._ulmt__dos-theme.search article header.entry-header h2.entry-title a, body._ulmt__dos-theme.archive article header.entry-header h2.entry-title a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #0000aa;
  text-decoration: none;
  position: relative;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.blog article header.entry-header h2.entry-title a, body._ulmt__dos-theme.search article header.entry-header h2.entry-title a, body._ulmt__dos-theme.archive article header.entry-header h2.entry-title a {
    font-size: 20px;
  }
}

body._ulmt__dos-theme.blog article header.entry-header h2.entry-title a:hover, body._ulmt__dos-theme.search article header.entry-header h2.entry-title a:hover, body._ulmt__dos-theme.archive article header.entry-header h2.entry-title a:hover {
  color: #b8b8b8;
}

body._ulmt__dos-theme.blog article header.entry-header h2.entry-title a:hover:after, body._ulmt__dos-theme.search article header.entry-header h2.entry-title a:hover:after, body._ulmt__dos-theme.archive article header.entry-header h2.entry-title a:hover:after {
  content: '';
  background: #0000aa;
  width: calc(100% + 8px);
  height: calc(100% + 4px);
  position: absolute;
  left: -4px;
  top: -2px;
  z-index: -1;
}

body._ulmt__dos-theme.blog article header.entry-header h2.entry-title a:focus, body._ulmt__dos-theme.search article header.entry-header h2.entry-title a:focus, body._ulmt__dos-theme.archive article header.entry-header h2.entry-title a:focus {
  color: #00a6aa;
  outline: 1px solid #00a6aa;
}

body._ulmt__dos-theme.blog article .posted-on,
body._ulmt__dos-theme.blog article .entry-meta, body._ulmt__dos-theme.search article .posted-on,
body._ulmt__dos-theme.search article .entry-meta, body._ulmt__dos-theme.archive article .posted-on,
body._ulmt__dos-theme.archive article .entry-meta {
  font-size: 12px;
  line-height: 1.5;
  color: #444440;
  padding-right: 0px;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.blog article .posted-on,
  body._ulmt__dos-theme.blog article .entry-meta, body._ulmt__dos-theme.search article .posted-on,
  body._ulmt__dos-theme.search article .entry-meta, body._ulmt__dos-theme.archive article .posted-on,
  body._ulmt__dos-theme.archive article .entry-meta {
    font-size: 13px;
  }
}

body._ulmt__dos-theme.blog article .posted-on a,
body._ulmt__dos-theme.blog article .entry-meta a, body._ulmt__dos-theme.search article .posted-on a,
body._ulmt__dos-theme.search article .entry-meta a, body._ulmt__dos-theme.archive article .posted-on a,
body._ulmt__dos-theme.archive article .entry-meta a {
  color: #b8b8b8;
  text-decoration: none;
}

body._ulmt__dos-theme.blog article .posted-on a:hover,
body._ulmt__dos-theme.blog article .entry-meta a:hover, body._ulmt__dos-theme.search article .posted-on a:hover,
body._ulmt__dos-theme.search article .entry-meta a:hover, body._ulmt__dos-theme.archive article .posted-on a:hover,
body._ulmt__dos-theme.archive article .entry-meta a:hover {
  color: #7d7d7d;
}

body._ulmt__dos-theme.blog article .posted-on a:focus,
body._ulmt__dos-theme.blog article .entry-meta a:focus, body._ulmt__dos-theme.search article .posted-on a:focus,
body._ulmt__dos-theme.search article .entry-meta a:focus, body._ulmt__dos-theme.archive article .posted-on a:focus,
body._ulmt__dos-theme.archive article .entry-meta a:focus {
  color: #00a6aa;
  outline: 1px solid #00a6aa;
}

body._ulmt__dos-theme.blog article .entry-footer, body._ulmt__dos-theme.search article .entry-footer, body._ulmt__dos-theme.archive article .entry-footer {
  font-size: 12px;
  line-height: 1.5;
  color: #444440;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.blog article .entry-footer, body._ulmt__dos-theme.search article .entry-footer, body._ulmt__dos-theme.archive article .entry-footer {
    font-size: 13px;
  }
}

body._ulmt__dos-theme.blog article .entry-footer > span, body._ulmt__dos-theme.search article .entry-footer > span, body._ulmt__dos-theme.archive article .entry-footer > span {
  padding-right: 2px;
}

body._ulmt__dos-theme.blog article .entry-footer > span a, body._ulmt__dos-theme.search article .entry-footer > span a, body._ulmt__dos-theme.archive article .entry-footer > span a {
  color: #b8b8b8;
  text-decoration: none;
}

body._ulmt__dos-theme.blog article .entry-footer > span a:hover, body._ulmt__dos-theme.search article .entry-footer > span a:hover, body._ulmt__dos-theme.archive article .entry-footer > span a:hover {
  color: #7d7d7d;
}

body._ulmt__dos-theme.blog article .entry-footer > span a:focus, body._ulmt__dos-theme.search article .entry-footer > span a:focus, body._ulmt__dos-theme.archive article .entry-footer > span a:focus {
  color: #00a6aa;
  outline: 1px solid #00a6aa;
}

body._ulmt__dos-theme.blog article .entry-footer > span + body._ulmt__dos-theme.blog article .entry-footer > span.comments-link, body._ulmt__dos-theme.search article .entry-footer > span + body._ulmt__dos-theme.blog article .entry-footer > span.comments-link, body._ulmt__dos-theme.archive article .entry-footer > span + body._ulmt__dos-theme.blog article .entry-footer > span.comments-link, body._ulmt__dos-theme.blog article .entry-footer > span + body._ulmt__dos-theme.search article .entry-footer > span.comments-link, body._ulmt__dos-theme.search article .entry-footer > span + body._ulmt__dos-theme.search article .entry-footer > span.comments-link, body._ulmt__dos-theme.archive article .entry-footer > span + body._ulmt__dos-theme.search article .entry-footer > span.comments-link, body._ulmt__dos-theme.blog article .entry-footer > span + body._ulmt__dos-theme.archive article .entry-footer > span.comments-link, body._ulmt__dos-theme.search article .entry-footer > span + body._ulmt__dos-theme.archive article .entry-footer > span.comments-link, body._ulmt__dos-theme.archive article .entry-footer > span + body._ulmt__dos-theme.archive article .entry-footer > span.comments-link {
  padding-left: 20px;
}

body._ulmt__dos-theme.blog article .posted-on-wrap .row.inside > div:nth-child(2), body._ulmt__dos-theme.search article .posted-on-wrap .row.inside > div:nth-child(2), body._ulmt__dos-theme.archive article .posted-on-wrap .row.inside > div:nth-child(2) {
  padding: 0;
}

body._ulmt__dos-theme.blog article .entry-content, body._ulmt__dos-theme.search article .entry-content, body._ulmt__dos-theme.archive article .entry-content {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.blog article .entry-content, body._ulmt__dos-theme.search article .entry-content, body._ulmt__dos-theme.archive article .entry-content {
    font-size: 14px;
  }
}

body._ulmt__dos-theme.blog .post-navigation, body._ulmt__dos-theme.search .post-navigation, body._ulmt__dos-theme.archive .post-navigation {
  background: green;
}

body._ulmt__dos-theme.blog .post-navigation, body._ulmt__dos-theme.search .post-navigation, body._ulmt__dos-theme.archive .post-navigation {
  background: red !important;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0;
  border: 1px solid #f3f3f3;
  display: block;
  float: left;
  border-left: none;
  border-right: none;
}

body._ulmt__dos-theme.blog .post-navigation .nav-subtitle, body._ulmt__dos-theme.search .post-navigation .nav-subtitle, body._ulmt__dos-theme.archive .post-navigation .nav-subtitle {
  display: none;
}

body._ulmt__dos-theme.blog .post-navigation .nav-previous a:after,
body._ulmt__dos-theme.blog .post-navigation .nav-next a:after, body._ulmt__dos-theme.search .post-navigation .nav-previous a:after,
body._ulmt__dos-theme.search .post-navigation .nav-next a:after, body._ulmt__dos-theme.archive .post-navigation .nav-previous a:after,
body._ulmt__dos-theme.archive .post-navigation .nav-next a:after {
  content: "";
  border: solid #0000aa;
  border-width: 0 2px 2px 0;
}

body._ulmt__dos-theme.blog .post-navigation .nav-previous a,
body._ulmt__dos-theme.blog .post-navigation .nav-next a, body._ulmt__dos-theme.search .post-navigation .nav-previous a,
body._ulmt__dos-theme.search .post-navigation .nav-next a, body._ulmt__dos-theme.archive .post-navigation .nav-previous a,
body._ulmt__dos-theme.archive .post-navigation .nav-next a {
  font-size: 12px;
  font-weight: 400;
  color: #0000aa;
  text-decoration: none;
}

body._ulmt__dos-theme.blog .post-navigation .nav-previous a:hover,
body._ulmt__dos-theme.blog .post-navigation .nav-next a:hover, body._ulmt__dos-theme.search .post-navigation .nav-previous a:hover,
body._ulmt__dos-theme.search .post-navigation .nav-next a:hover, body._ulmt__dos-theme.archive .post-navigation .nav-previous a:hover,
body._ulmt__dos-theme.archive .post-navigation .nav-next a:hover {
  color: #00a6aa;
}

body._ulmt__dos-theme.blog .post-navigation .nav-previous a:hover:after,
body._ulmt__dos-theme.blog .post-navigation .nav-next a:hover:after, body._ulmt__dos-theme.search .post-navigation .nav-previous a:hover:after,
body._ulmt__dos-theme.search .post-navigation .nav-next a:hover:after, body._ulmt__dos-theme.archive .post-navigation .nav-previous a:hover:after,
body._ulmt__dos-theme.archive .post-navigation .nav-next a:hover:after {
  border-color: #00a6aa;
}

body._ulmt__dos-theme.blog .post-navigation .nav-previous a:focus,
body._ulmt__dos-theme.blog .post-navigation .nav-next a:focus, body._ulmt__dos-theme.search .post-navigation .nav-previous a:focus,
body._ulmt__dos-theme.search .post-navigation .nav-next a:focus, body._ulmt__dos-theme.archive .post-navigation .nav-previous a:focus,
body._ulmt__dos-theme.archive .post-navigation .nav-next a:focus {
  color: #00a6aa;
  outline: 1px solid #00a6aa;
}

body._ulmt__dos-theme .comments-area {
  margin-top: 50px;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme .comments-area {
    margin-top: 0;
  }
}

body._ulmt__dos-theme .comments-area .comments-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #0000aa;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme .comments-area .comments-title {
    font-size: 20px;
  }
}

body._ulmt__dos-theme .comments-area .comments-title span {
  text-transform: capitalize;
  font-style: italic;
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-metadata {
  top: -3px;
  left: 45px;
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-metadata a {
  font-size: 11px;
  text-decoration: none;
  color: #444440;
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-metadata a:hover {
  color: #00a6aa;
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-author {
  font-size: 13px;
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-author a {
  text-decoration: none;
  color: #444440;
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-author a:hover {
  color: #00a6aa;
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-author img {
  margin-right: 10px;
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content p,
body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content ul,
body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content ol,
body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content li,
body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content span,
body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content table,
body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content pre {
  font-size: 12px;
  line-height: 1.5;
  color: #444440;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content p,
  body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content ul,
  body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content ol,
  body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content li,
  body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content span,
  body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content table,
  body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .comment-content pre {
    font-size: 13px;
  }
}

body._ulmt__dos-theme .comments-area ol.comment-list li.comment .comment-body .reply {
  font-size: 12px;
}

body._ulmt__dos-theme .comments-area .comment-respond .comment-reply-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #0000aa;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme .comments-area .comment-respond .comment-reply-title {
    font-size: 16px;
  }
}

body._ulmt__dos-theme .comments-area .comment-respond .comment-notes {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme .comments-area .comment-respond .comment-notes {
    font-size: 14px;
  }
}

body._ulmt__dos-theme .comments-area .comment-respond label {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
  font-size: 12px;
  line-height: 2.5;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme .comments-area .comment-respond label {
    font-size: 14px;
  }
}

body._ulmt__dos-theme.error404 .site-main {
  text-align: center;
}

body._ulmt__dos-theme.error404 h1.page-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #0000aa;
  margin: 0 0 5px;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.error404 h1.page-title {
    font-size: 30px;
  }
}

body._ulmt__dos-theme.error404 .page-content {
  font-size: 12px;
  line-height: 1.5;
  color: #444440;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.error404 .page-content {
    font-size: 13px;
  }
}

body._ulmt__dos-theme.error404 .search-field {
  line-height: 2;
  margin-right: 5px;
}

body._ulmt__dos-theme.search .page-header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}

body._ulmt__dos-theme.search .page-header h1.page-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #0000aa;
  margin: 0 0 5px;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.search .page-header h1.page-title {
    font-size: 30px;
  }
}

body._ulmt__dos-theme.search .page-header h1.page-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
  font-style: italic;
  display: block;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.search .page-header h1.page-title span {
    font-size: 14px;
  }
}

body._ulmt__dos-theme.page h1.entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #0000aa;
  margin: 0 0 5px;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.page h1.entry-title {
    font-size: 30px;
  }
}

body._ulmt__dos-theme.page .entry-content {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #444440;
}

@media only screen and (min-width: 600px) {
  body._ulmt__dos-theme.page .entry-content {
    font-size: 14px;
  }
}

body._ulmt__dos-theme.page .entry-footer {
  margin-bottom: 40px;
}
/*# sourceMappingURL=styles.css.map */