@media screen and (max-width: 992px) {
  .helix-ultimate #sp-header nav.sp-megamenu-wrapper #offcanvas-toggler,
  #sp-header a#offcanvas-toggler:not(.offcanvas-toggler-secondary) {
    display: block !important;
  }
}

.article-intro-image {
  width: 200px;
  border: 5px solid #cfcfcf;
  border-radius: 5px;
  border-bottom-width: 0px !important;
}
.article-full-image {
  width: 40%;
}

p,
pre,
blockquote,
ul,
ol {
  line-height: 1.2rem;
}

div[itemprop="blogPost"] {
  box-shadow: 10px 5px 5px gray;
  border-width: 1px !important;
  border-color: #aaaaaa !important;
}

#sp-header {
  background-color: #cfcfcf !important;
}

#sp-header, #sp-header.header-sticky {
position: fixed !important;
animation: none;
}

#sp-main-body {
  background-color: #cfcfcf !important;
}
#sp-footer {
  background-color: #013300 !important;
}

.sp-dropdown {
  .sp-dropdown-inner {
    background: #cfcfcf !important;
  }
}




