/**
 *
 * Theming specifically when no js
 *
 */
/***********
~IMPORTS
***********/
/****************
OUR CUSTOM MIXINS
*****************/
/***********
~VARIABLES
***********/
/******
~FONTS
******/
/***********
~BREAKPOINTS
***********/
/***********
~NoJS
***********/
html:not(.js) #content {
  opacity: 1; }

html:not(.js) .page-panels.node-type-interior-page .field-name-field-tab article,
html:not(.js) .page-panels.node-type-interior-page .field-name-field-tab article.hidden {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
  opacity: 1;
  position: relative !important;
  overflow: hidden; }
