/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/snowplows/templates/_core.scss,
** then run script/activate-theme snowplows
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme snowplows
** at Fri Jul 17 07:25:14 PM UTC 2026 on misterplow03
*/
@media screen and (max-width: 700px) {
  .side-slide-menu {
    position: fixed;
    top: 1rem;
    bottom: 1rem;
    right: 3rem;
    left: 0.5rem;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    z-index: 20;
    visibility: hidden;
    opacity: 0; }
  .slide-in {
    transform: translateX(100%);
    -webkit-transform: translateX(0%);
    outline: 100rem solid rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 9999999999; }
  .slide-out {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    outline: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s; } }

.hidden-modal-content {
  display: none; }

main {
  position: relative;
  padding: 0;
  margin: 0; }
  main > * {
    position: relative; }

.hero-section {
  color: white;
  padding: 0;
  position: relative;
  box-shadow: none !important;
  background-color: #eee; }
  .hero-section:after {
    content: "";
    display: table;
    clear: both; }

@theme (aagarage) {
  .hero-section h1 {
    text-transform: uppercase; } }

@theme (napaonline) {
  .hero-section h1 {
    text-transform: uppercase; } }
  @media screen and (min-width: 701px) {
    .hero-section {
      max-height: 400px;
      overflow: hidden; }
      .hero-section h1 {
        font-size: 3rem;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } }
  .hero-section .hero-image {
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }
  .hero-section .hero-content {
    z-index: 20;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }

.tube-container {
  position: relative;
  margin: 2rem auto; }

/* LEARNING CENTER
  A Learning Center index page (/Learning-Center, /FAQ, /Insights, etc.)
  generally has a Hero image and one or more Article Index
  sections.
*/
.article-index h2 {
  font-size: 1.4rem; }

.article-link {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%; }
  .article-link:last-child {
    margin-right: 0; }
  .article-link:nth-of-type(3n) {
    margin-right: 0; }

.vanilla main {
  background: white;
  box-sizing: border-box;
  padding: 1rem;
  margin: 1rem 0 2rem; }
  .vanilla main h1, .vanilla main h2, .vanilla main h3, .vanilla main h4, .vanilla main h5 {
    color: #233571; }
  .vanilla main h1 {
    font-size: 2rem;
    color: #233571;
    margin-bottom: 1rem; }
  .vanilla main h3 {
    margin: 1rem 0;
    font-size: 1.3rem; }
  .vanilla main h4 {
    font-size: 1rem;
    margin-left: 1rem; }
  .vanilla main li {
    list-style: outside;
    margin: 1rem; }

@media screen and (min-width: 701px) {
  .expander-trigger {
    display: none; } }

@media screen and (max-width: 700px) {
  .expander .expander-trigger {
    color: #666 !important;
    cursor: pointer;
    display: none;
    font-size: 1em;
    padding-bottom: 0.25em;
    text-decoration: none;
    user-select: none;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 0.5rem; }
    .expander .expander-trigger::after {
      content: " Less   \25B4";
      font-size: 1em;
      margin-left: 0em; }
  .expander .expander-hidden {
    display: inline-block; }
    .expander .expander-hidden::after {
      content: " More   \25BE";
      font-size: 1em;
      color: #DDD; }
  .expander .expander-hidden + .expander-content {
    display: none; } }
