@font-face { font-family: Lato; src: url("/theme/fonts/lato-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Lato; src: url("/theme/fonts/lato-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Montserrat; src: url("/theme/fonts/montserrat-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Montserrat; src: url("/theme/fonts/montserrat-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

* { box-sizing: border-box; }
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset { margin: 0; padding: 0; }
html { background: #2b2b2b; }
body {
  position: relative;
  width: 100%;
  background: #2b2b2b;
  color: #666;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
a { color: #2b2b2b; text-decoration: none; transition: color 200ms ease-in; }
a:hover { color: #2b2b2b; }
a img { border: 0; }
img { max-width: 100%; height: auto; }
.wrapper { position: relative; z-index: 2; min-height: calc(100vh - 245px); background: #fff; transition: right 610ms cubic-bezier(0, .8, .55, 1); right: 0; }
.container { width: 100%; max-width: 960px; margin: 0 auto; }

.header-wrap .nav-wrap { position: relative; z-index: 6; width: 100%; background: #fff; border-bottom: 1px solid rgba(116, 116, 116, .15); text-align: center; }
.header-wrap #logo { padding: 10px 0 !important; line-height: 1.1; }
.header-wrap .wsite-logo { display: inline-block; padding: 30px 0 20px; }
.header-wrap #logo a { display: block; transition: opacity 300ms ease-in; }
.header-wrap #logo a:hover { opacity: .8; }
.header-wrap #logo img { display: block; width: 200px; height: 29px; object-fit: contain; }
.menu { border-top: 1px solid rgba(116, 116, 116, .15); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.menu ul { list-style: none; }
.menu li { display: inline-block; padding: 7px 0; margin-right: 40px; }
.menu li:last-child { margin-right: 0; }
.menu a { display: inline-block; padding-bottom: 11px; color: #3b3b3b; border-bottom: 3px solid transparent; letter-spacing: .03em; transition: border-bottom 200ms ease-in; }
.menu li.active a, .menu a:hover { border-bottom-color: #2b2b2b; }
.hamburger, .navmobile-wrapper { display: none; }

#main-wrap { background: #fff; }
#main-wrap > .wsite-section-content > .container { padding: 3em 0; }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 200px; gap: 30px; width: 100%; }
.blog-body { min-width: 0; }
.blog-sidebar { min-width: 0; color: #9b9b9b; font-family: Montserrat, Arial, sans-serif; font-size: 14px; line-height: 1.7; }
.blog-sidebar .paragraph { padding-bottom: 20px; }
.sidebar-title { color: #2a2a2a; font-size: 13px; font-weight: 700; text-align: center; }
.sidebar-image { margin-bottom: 20px; text-align: center; }
.sidebar-image img { display: block; width: 100%; }
.sidebar-copy p { margin-bottom: 18px; }

.blog-post { margin: 0; }
.blog-header { margin-bottom: 0; }
.blog-title { padding-bottom: 10px; color: #333; font-family: Montserrat, Arial, sans-serif; font-size: 24px; font-weight: 400; line-height: 1.3; text-transform: uppercase; }
.blog-title a { display: block; margin-bottom: 10px; color: #333; }
.blog-title a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.blog-date { color: #9b9b9b; font-family: Montserrat, Arial, sans-serif; font-size: 13px; line-height: 1.5; }
.blog-separator { height: 15px; margin-bottom: 15px; font-size: 0; }
.blog-content, .about-page { overflow-wrap: anywhere; color: #9b9b9b; font-family: Montserrat, Arial, sans-serif; font-weight: 400; }
.blog-content p, .blog-content div.paragraph, .about-page p, .about-page div.paragraph { line-height: 1.8; }
.blog-content h1, .blog-content h2, .blog-content h3, .about-page h1, .about-page h2, .about-page h3 { color: #333; font-family: Montserrat, Arial, sans-serif; font-weight: 400; line-height: 1.3; text-transform: uppercase; }
.blog-content h2, .about-page h2 { padding-bottom: 10px; font-size: 24px; }
.blog-content a, .about-page a { color: #2b2b2b; text-decoration: underline; text-underline-offset: 2px; }
.blog-content img, .about-page img { display: inline-block; max-width: 100%; height: auto; }
.blog-content iframe, .blog-content video, .blog-content audio, .about-page iframe { display: block; max-width: 100%; margin: 12px auto; }
.blog-content iframe, .about-page iframe { width: 100%; min-height: 102px; border: 0; }
.blog-content table, .about-page table { max-width: 100%; border-collapse: collapse; }
.blog-content td, .about-page td { vertical-align: top; }
.blog-content ul, .blog-content ol, .about-page ul, .about-page ol { padding-left: 1.5em; }
.blog-content blockquote, .about-page blockquote {
  position: relative;
  display: block;
  margin: 1.2em 0;
  padding: 0 1.5em;
  color: #a0a0a0;
  font-size: 1.35em;
  line-height: 1.65;
}
.blog-post-separator { clear: both; height: 1px; margin: 46px 0; background: #ebebeb; }
.blog-page-nav { display: flex; justify-content: space-between; gap: 20px; min-height: 35px; font-size: 14px; }
.blog-page-nav-next { margin-left: auto; }
.blog-page-nav a:hover { text-decoration: underline; }

.blog-comment-area { margin-top: 30px; }
.comments-title { margin-bottom: 22px; font-size: 18px !important; }
.blogCommentWrap { margin: 0 0 22px; padding: 16px 18px; background: #fafafa; border: 1px solid #ececec; color: #777; }
.blogCommentLevel1 { margin-left: 38px; }
.blogCommentHeadingInner { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 8px; }
.blogCommentAuthor { color: #333; font-weight: 700; }
.blogCommentAuthor .link { display: none; }
.blogCommentDate { color: #999; font-size: 12px; }
.blogCommentText p { line-height: 1.65; }
.comments-closed { color: #999; font-size: 13px; font-style: italic; }

.about-page { max-width: 100%; }
.about-page .wsite-spacer { max-height: 70px; }
.about-page .wsite-multicol-table-wrap { width: 100%; overflow-x: auto; }
.about-page .wsite-multicol-table { width: 100% !important; }
.about-page .wsite-image { max-width: 100%; }
.about-page .wsite-image img { display: block; margin: 0 auto; }
.error-page { min-height: 430px; padding-top: 50px; text-align: center; }
.error-page h1 { margin-bottom: 14px; color: #333; font-size: 28px; text-transform: uppercase; }

#footer-wrap { position: relative; z-index: 5; background: #2b2b2b; border-top: 1px solid #ebebeb; }
#footer-wrap .wsite-footer { padding: 60px 0; }
.footer-copy { color: #fff; font-size: 14px; line-height: 1.6; text-align: center; }
.footer-intro { font-size: 17px; }
.footer-purple { color: #a561d0; font-size: 17px; }
.footer-small { font-size: 13px; }

@media (max-width: 992px) {
  body { overflow-x: hidden; }
  .wrapper { min-height: initial; }
  .container { padding-left: 1.5em; padding-right: 1.5em; }
  .header-wrap .nav-wrap { position: fixed; top: 0; left: 0; display: table; height: 55px; transition: left 610ms cubic-bezier(0, .8, .55, 1); }
  .header-wrap #logo { display: table-cell; width: 100%; height: 55px; vertical-align: middle; }
  .header-wrap .wsite-logo { padding: 0 50px; }
  .header-wrap #logo img { margin: 0 auto; max-height: 40px; }
  .menu { display: none; }
  .hamburger { position: absolute; top: 2px; right: 3px; display: block; width: 50px; height: 50px; padding: 14px; background: transparent; border: 0; cursor: pointer; }
  .hamburger span, .hamburger span::before, .hamburger span::after { position: relative; display: block; width: 20px; height: 2px; background: #000; content: ""; }
  .hamburger span { top: 8px; left: 1px; }
  .hamburger span::before { top: -7px; }
  .hamburger span::after { top: 5px; }
  #main-wrap { padding-top: 55px; }
  #main-wrap > .wsite-section-content > .container { padding-top: 2em; padding-bottom: 2em; }
  .navmobile-wrapper { position: fixed; top: 0; right: -70%; z-index: 1; display: block; width: 70%; height: 100%; padding: 18px 30px; overflow-y: auto; background: #1e1e1e; transition: right 610ms cubic-bezier(0, .8, .55, 1); }
  .navmobile-wrapper ul { list-style: none; }
  .navmobile-wrapper a { display: inline-block; margin-bottom: 15px; color: #fff; border-bottom: 2px solid transparent; font-size: 15px; font-weight: 700; line-height: 24px; text-transform: uppercase; }
  .navmobile-wrapper li.active a, .navmobile-wrapper a:hover { border-bottom-color: #fff; }
  body.nav-open .wrapper { right: 70%; }
  body.nav-open .header-wrap .nav-wrap { left: -70%; }
  body.nav-open .navmobile-wrapper { right: 0; }
  .blog-layout { grid-template-columns: minmax(0, 1fr) 200px; gap: 24px; }
  #footer-wrap .wsite-footer { padding: 40px 0; }
}

@media (max-width: 767px) {
  body { font-size: 14px; }
  .container { padding-left: 2em; padding-right: 2em; }
  #main-wrap > .wsite-section-content > .container { padding: 25px 2em; }
  .blog-layout { display: block; }
  .blog-sidebar { width: 100%; margin-top: 42px; padding-top: 30px; border-top: 1px solid #ebebeb; }
  .sidebar-image img { width: auto; max-width: 260px; margin: 0 auto; }
  .blog-title { font-size: 20px; }
  .blog-content h2, .about-page h2 { font-size: 20px; }
  .blog-post-separator { margin: 34px 0; }
  .blogCommentLevel1 { margin-left: 18px; }
  .blogCommentHeadingInner { display: block; }
  .about-page table, .about-page tbody, .about-page tr, .about-page td { display: block; width: 100% !important; }
  .footer-purple, .footer-intro { font-size: 15px; }
}

@media (max-width: 480px) {
  .container, #main-wrap > .wsite-section-content > .container { padding-left: 20px; padding-right: 20px; }
  .header-wrap .wsite-logo { padding: 0 48px 0 16px; }
  .blog-title { font-size: 18px; }
  .blog-page-nav { font-size: 13px; }
}
