@charset "UTF-8";
/*! /stylesheets/sass/scss/import.scss */
/*! /core/stylesheets/sass/scss/partials/_00_reset.(s)css */
/* RESET */
/* IMPROVE THIS - I HAVE OTHER BETTER EXAMPLES - ALSO RESEARCH */
*,
.reset {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  line-height: 1;
  list-style: none;
  content: '';
  content: none;
  quotes: none;
  outline: 0;
  background: transparent;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* 
*:before, 
*, 
*:after 
{ 
	        box-sizing: border-box; 
	   -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
} 
*/
/* IE6 / IE7 */
* html .group, *:first-child + html .group {
  zoom: 1;
}

div,
header,
hgroup,
nav,
menu,
section,
article,
aside,
details,
summary,
figure,
figcaption,
footer {
  display: block;
  /* overflow: hidden; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* / RESET */
/*! /core/stylesheets/sass/scss/partials/_01_helpers.(s)css */
/* HELPERS */
.marker {
  border: 1px dashed red;
}

.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.clear {
  clear: both;
}

.fit {
  width: 94%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

/* ADD INSET, SHADOW, AND OTHER STYLES REFLECTING DEATH */
.dead {
  color: black;
  text-shadow: 2px;
}

.modal {
  display: none;
  overflow: hidden;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}

/* MAKE THESE CONSTRUCTABLE METHODS */
.bump-right,
.force-push {
  margin-left: 100%;
  padding-left: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  float: right;
}

.bump-left,
.force-pull {
  margin-right: 100%;
  padding-right: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  float: left;
}

/** POSITIONING HELPER CLASSES **/
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.margin {
  margin: 40px;
}

.margin-top {
  margin-top: 40px;
}

.margin-right {
  margin-right: 40px;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-left {
  margin-left: 40px;
}

.margin-horizontal {
  margin: 0 40px;
}

.margin-vertical {
  margin: 40px 0;
}

.no-margin {
  margin: 0;
}

.padding {
  padding: 40px;
}

.padding-top {
  padding-top: 40px;
}

.padding-right {
  padding-right: 40px;
}

.padding-bottom {
  padding-bottom: 40px;
}

.padding-left {
  padding-left: 40px;
}

.padding-horizontal {
  padding: 0 40px;
}

.padding-vertical {
  padding: 40px 0;
}

.no-padding {
  padding: 0;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

.center-text {
  text-align: center;
}

/** / POSITIONING **/
/** DISPLAY **/
.remove,
.destroy {
  content: "";
  display: none;
}

.hidden,
.invisible {
  visibility: hidden;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.run-in {
  display: run-in;
}

/*** FLEX BOX ***/
.flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
}

.inline-flex {
  display: inline-flex;
  display: -webkit-inline-flex;
  /* Safari */
}

.ltr,
.left-to-right,
.row {
  flex-direction: row;
  -webkit-flex-direction: row;
  /* Safari 6.1+ */
}

.rtl,
.right-to-left,
.row-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
}

.acending,
.column {
  flex-direction: column;
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
}

.decending,
.column-reverse {
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  /* Safari 6.1+ */
}

.wrap {
  flex-wrap: wrap;
}

.reverse-wrap {
  flex-wrap: wrap-reverse;
}

.no-wrap {
  flex-wrap: nowrap;
}

/* flex-flow: */
.soft-justify,
.justify,
.space-around {
  justify-content: space-around;
}

.hard-justify,
.space-between {
  justify-content: space-between;
}

.justify-left,
.flex-start {
  justify-content: flex-start;
}

.justify-right,
.flex-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

/*** / FLEX BOX ***/
/** / DISPLAY **/
/* / HELPERS */
/*! /core/stylesheets/sass/scss/partials/_02_buttons.(s)css */
/* BUTTONS */
/** DEFAULTS **/
button {
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  /* LOOKS FUNKY */
  /* text-shadow: 1px 4px 6px #def, 0 0 0 #fff, 1px 4px 6px #def; */
  vertical-align: middle;
  cursor: pointer;
  box-shadow: black 0 1px 0;
  -moz-box-shadow: black 0 1px 0;
  -webkit-box-shadow: black 0 1px 0;
  border: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/*** UNVISITED LINK ***/
/*** MOUSE OVER LINK ***/
/*** SELECTED LINK ***/
/*** VISITED LINK ***/
/** / DEFAULTS **/
/** TEMPLATES **/
/*** GIVE THESE SYMANTIC NAMES ***/
/*** CALL TO ACTION 1 - CTA1 ***/
.call-to-action-1 {
  padding: 7px 24px;
  background: #fb6e00;
  background: -o-linear-gradient(top, #fea45e, #fb6e00);
  background: -ms-linear-gradient(top, #fea45e, #fb6e00);
  background: -moz-linear-gradient(top, #fea45e, #fb6e00);
  background: -webkit-linear-gradient(top, #fea45e, #fb6e00);
  background: -webkit-gradient(linear, left top, left bottom, from #fea45e, to #fb6e00);
  border-top: 1px solid #fff;
}

.call-to-action-1:hover {
  background: #fb6e00;
  background: -o-linear-gradient(top, #fb6e00, #fea45e);
  background: -ms-linear-gradient(top, #fb6e00, #fea45e);
  background: -moz-linear-gradient(top, #fb6e00, #fea45e);
  background: -webkit-linear-gradient(top, #fb6e00, #fea45e);
  background: -webkit-gradient(linear, left top, left bottom, from #fb6e00, to #fea45e);
  border-top: 1px solid #f5f5f5;
}

/*** / CALL TO ACTION 1 - CTA1 ***/
/*** CALL TO ACTION 2 - CTA2 ***/
.call-to-action-2 {
  padding: 4px 24px;
  background: transparent;
  border: 3px solid #fff;
}

.call-to-action-2:hover {
  color: #f5f5f5;
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid #f5f5f5;
}

/*** / CALL TO ACTION 2 - CTA2 ***/
/*** CALL TO ACTION 3 - CTA3 ***/
.call-to-action-3 {
  padding: 20px 50px;
  /* padding: 47% 70%; */
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #057d65;
  background: -o-linear-gradient(top, #7affe0, #057d65);
  background: -ms-linear-gradient(top, #7affe0, #057d65);
  background: -moz-linear-gradient(top, #7affe0, #057d65);
  background: -webkit-linear-gradient(top, #7affe0, #057d65);
  background: -webkit-gradient(linear, left top, left bottom, from #7affe0, to #057d65);
}

.call-to-action-3:hover {
  background: #7affe0;
  background: -o-linear-gradient(top, #057d65, #7affe0);
  background: -ms-linear-gradient(top, #057d65, #7affe0);
  background: -moz-linear-gradient(top, #057d65, #7affe0);
  background: -webkit-linear-gradient(top, #057d65, #7affe0);
  background: -webkit-gradient(linear, left top, left bottom, from #057d65, to #7affe0);
}

.call-to-action-3:active {
  background: #00a600;
  border-top-color: #00a600;
}

/*** / CALL TO ACTION 3 - CTA3 ***/
/*** CALL TO ACTION 4 - CTA3 ***/
.call-to-action-4 {
  padding: 47% 70%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #2c77d2;
  background: -o-linear-gradient(top, #f5f5f5, #2c77d2);
  background: -ms-linear-gradient(top, #f5f5f5, #2c77d2);
  background: -moz-linear-gradient(top, #f5f5f5, #2c77d2);
  background: -webkit-linear-gradient(top, #f5f5f5, #2c77d2);
  background: -webkit-gradient(linear, left top, left bottom, from #f5f5f5, to #2c77d2);
}

.call-to-action-4:hover {
  background: #f5f5f5;
  background: -o-linear-gradient(top, #2c77d2, #f5f5f5);
  background: -ms-linear-gradient(top, #2c77d2, #f5f5f5);
  background: -moz-linear-gradient(top, #2c77d2, #f5f5f5);
  background: -webkit-linear-gradient(top, #2c77d2, #f5f5f5);
  background: -webkit-gradient(linear, left top, left bottom, from #2c77d2, to #f5f5f5);
}

.call-to-action-4:active {
  background: #00a600;
  border-top-color: #00a600;
}

/*** / CALL TO ACTION 4 - CTA3 ***/
/** / TEMPLATES **/
/* / BUTTONS */
/*! /core/stylesheets/sass/scss/partials/_03_notifications.(s)css */
/* NOTIFICATIONS */
.success {
  color: green;
  padding: 6px;
  background-color: lightgreen;
}

.warning {
  color: yellow;
  padding: 6px;
  background-color: lightyellow;
}

.error {
  color: red;
  padding: 6px;
  background-color: mistyrose;
}

.active {
  color: red;
}

/* / NOTIFICATIONS */
/*! core/stylesheets/sass/scss/partials/_04_content.(s)css */
/* CONTENT */
/** ALL HEADERS **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-shadow: 3px;
}

/** / ALL HEADERS **/
/** INDIVIDUAL HEADERS **/
h1 {
  /* font-size: 42px; */
  font-size: 2.6em;
  line-height: 38px;
}

h2 {
  /* font-size: 30px; */
  font-size: 2.4em;
}

h3 {
  /* font-size: 22px; */
  font-size: 2.2em;
}

h4 {
  /* font-size: 20px; */
  font-size: 2em;
}

h5 {
  /* font-size: 20px; */
  font-size: 1.8em;
}

h6 {
  /* font-size: 20px; */
  font-size: 1.25em;
}

/** / INDIVIDUAL HEADERS **/
p {
  /* font-size: 20px; */
  font-size: 1.6em;
}

/* SHOULD I STYLE THIS? */
.quote,
blockquote,
q {
  quotes: none;
  padding: 0 0 0 30px;
}

/** LINKS **/
a:link {
  color: grey;
}
a:hover {
  color: blue;
  /* border-bottom: 1px solid black; */
}
a:active {
  color: red;
}
a:visited {
  color: black;
}

/** / LINKS **/
/** LISTS **/
ul,
ol,
dl,
dd,
dt,
li {
  /* list-style: none; */
}

/** / LISTS **/
/** FORMS **/
input,
select {
  vertical-align: middle;
}

/** / FORMS **/
table {
  /* SNEAKY TABLE DESTRUCTION */
  display: none;
  border-collapse: collapse;
  border-spacing: 0;
}

.item {
  text-overflow: ellipsis;
}

.image,
img {
  padding: 8px;
}

/* <span class="chevron">&rsaquo;</span> */
.chevron {
  font-size: 36px;
  font-weight: bold;
}

/** / CONTENT **/
/*! /core/stylesheets/sass/scss/partials/_05_colors.(s)css */
/* COLORS */
/** BWG **/
.black {
  color: black;
  /* color: #000000; */
  /* color: #000; */
  /* color: rgb( 0, 0, 0 ); */
  /* color: rgba( 0, 0, 0, 0.5 ); */
}

.white {
  color: white;
  /* color: #ffffff; */
  /* color: #fff; */
  /* color: rgb( 255, 255, 255 ); */
  /* color: rgba( 255, 255, 255, 0.5 ); */
}

.gray,
.grey {
  color: gray;
  /* color: #808080; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

/** / BWG **/
/** ROY G BIV **/
.red {
  color: red;
  /* color: #ff0000; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.orange {
  color: orange;
  /* color: #ffa500; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.yellow {
  color: yellow;
  /* color: #ffff00; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.green {
  color: green;
  /* color: #008000; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.blue {
  color: blue;
  /* color: #0000ff; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.indigo {
  color: indigo;
  /* color: #4b0082; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.violet {
  color: violet;
  /* color: #ee82ee; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

/* / ROY G BIV */
/* OTHER STANDARDS */
.aqua {
  color: aqua;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.fuchsia {
  color: fuchsia;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.lime {
  color: lime;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.maroon {
  color: maroon;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.navy {
  color: navy;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.olive {
  color: olive;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.purple {
  color: purple;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.silver {
  color: silver;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

.teal {
  color: teal;
  /* color: #; */
  /* color: rgb( , ,  ); */
  /* color: rgba( , , , 0.5 ); */
}

/* / OTHER STANDARDS */
/* / COLORS */
/*! /core/stylesheets/sass/scss/partials/_06_fonts.(s)css */
/* 
@font-face { 
	font-family: 'Graublau Web'; 
	src: 
		url('GraublauWeb.eot?') format('eot'), 
		url('GraublauWeb.woff') format('woff'), 
		url('GraublauWeb.ttf') format('truetype'); 
} 
*/
@font-face {
  font-family: ProximaNova;
  src: url("../../files/fonts/proximanova/ProximaNova-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ProximaNova;
  src: url("../../files/fonts/proximanova/ProximaNova-RegItalic.otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: ProximaNova;
  src: url("../../files/fonts/proximanova/ProximaNova-Bold.otf");
  font-weight: bold;
  font-style: normal;
}
/* / FONT */
/*! /core/stylesheets/sass/scss/partials/_07_icons.(s)css */
/* ICONS */
/** EMPTY **/
/* / ICONS */
/*! /core/stylesheets/sass/scss/partials/_08_grids.(s)css */
/* GRID CLASSES */
.grid {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.row {
  width: 100%;
  margin-bottom: 10px;
  clear: both;
}

.row:last-child {
  margin-bottom: 0;
}

.column {
  float: left;
}

/** PERCENTAGE CLASSES **/
.one-whole,
.whole,
.dollar,
.buck {
  width: 100%;
}

.nineteen-twentieths {
  width: 95%;
}

.nine-tenths {
  width: 90%;
}

.seventeen-twentieths {
  width: 85%;
}

.four-fifths {
  width: 80%;
}

.three-quarters,
.three-fourths {
  width: 75%;
}

.seven-tenths {
  width: 70%;
}

.two-thirds {
  width: 66.66%;
}

.thirteen-twentieths {
  width: 65%;
}

.three-fifths,
.six-tenths {
  width: 60%;
}

.eleven-twentieths {
  width: 55%;
}

.one-half,
.half,
.two-quarters,
.half-dollar {
  width: 50%;
}

.nine-twentieths {
  width: 45%;
}

.two-fifths {
  width: 40%;
}

.seven-twentieths {
  width: 35%;
}

.one-third,
.third {
  width: 33.33%;
}

.three-tenths {
  width: 30%;
}

.one-quarter,
.quarter,
.one-fourth,
.fourth {
  width: 25%;
}

.one-fifth,
.fifth {
  width: 20%;
}

.one-sixth,
.sixth {
  width: 16.66%;
}

.three-twentieths {
  width: 15%;
}

.one-seventh,
.seventh {
  width: 14.28%;
}

.one-eighth,
.eighth {
  width: 12.5%;
}

.one-ninth,
.ninth {
  width: 11.11%;
}

.one-tenth,
.tenth,
.dime {
  width: 10%;
}

.one-eleventh,
.eleventh {
  width: 9.09%;
}

.one-twelfth,
.twelfth {
  width: 8.33%;
}

.one-thirteenth {
  width: 7.69%;
}

.one-twentieth,
.twentieth,
.nickle {
  width: 5%;
}

/** / PERCENTAGE CLASSES **/
/* / GRID CLASSES */
/*! /core/stylesheets/sass/scss/partials/_09_structure.(s)css */
/* STRUCTURE */
/* 
$rembase = 10px 
$fontbase = 16 
$line-height-base = 26 
*/
html {
  height: 100%;
  font-size: 62.5%;
  background: silver;
  -webkit-tap-highlight-color: rgba 0, 0, 0, 0;
}

/* DO: NOT-STYLE; 
head { } 
*/
/* DO: NOT-STYLE; 
meta { } 
*/
/* DO: NOT-STYLE; 
title { } 
*/
/* DO: NOT-STYLE; 
link { } 
*/
/* DO: NOT-STYLE; 
script { } 
*/
body {
  height: 100%;
  font-family: Georgia, Arial, sans-serif;
  /* font-size: 1.0rem; */
  /* 10 ├╖ $rembase */
  font-size: 1.6rem;
  line-height: 1.625;
  /* $line-height-base ├╖ $fontbase */
  text-align: center;
  text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

section {
  min-height: 100%;
  height: auto;
  height: 100%;
  padding: 20px;
}

/* DO: NOT-STYLE; 
#feet { }
*/
/* / STRUCTURE */
/*! /core/stylesheets/sass/scss/partials/_10_core.(s)css */
/* MAIN WRAPPERS */
.outer {
  width: 100%;
  height: 100%;
}

.wrapper {
  margin: 0 auto;
  padding: 0;
}

#site {
  height: 100%;
  float: none;
}

.inner {
  width: 100%;
  max-width: 1200px;
  /* MAKE DYNAMIC */
  height: 100%;
}

/* / MAIN WRAPPERS */
.administration-file-names {
  color: red;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
  border: 1px solid dashed;
}

#site-header-administration {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  background: #000 url("") no-repeat center bottom;
}

#site-header-navigation-top {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 60px;
  background: orange url("") no-repeat center bottom;
}

#site-header-navigation-top * {
  /* DOESN'T WORK? */
  display: inline;
}

#site-header {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  background: black url("") no-repeat center bottom;
}

/* COMPONENT? */
#banner {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  padding: 0;
  background: #000 url("") no-repeat center bottom;
}

#breadcrumbs {
  background: #fff url("") no-repeat center bottom;
}

#breadcrumbs li {
  display: inline;
}

#site-header-navigation-bottom {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 60px;
  background: orange url("") no-repeat center bottom;
}

#site-header-navigation-bottom * {
  /* DOESN'T WORK? */
  display: inline;
}

#site-left-sidebar {
  width: 25%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  background: red url("") no-repeat center bottom;
}

/* CAN I DO SOMETHING LIKE THIS? 
#*-page { } 
*/
#page-header-administration {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  background: #000 url("") no-repeat center bottom;
}

#page-header-navigation-top {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 60px;
  background: orange url("") no-repeat center bottom;
}

#page-header-navigation-top * {
  /* DOESN'T WORK? */
  display: inline;
}

#page-header {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  background: purple url("") no-repeat center bottom;
}

#page-header-navigation-bottom {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 60px;
  background: orange url("") no-repeat center bottom;
}

#page-header-navigation-bottom * {
  /* DOESN'T WORK? */
  display: inline;
}

#page-left-sidebar {
  width: 25%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  background: yellow url("") no-repeat center bottom;
}

#page-content {
  /* width: 100%; */
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
  background: blue url("") no-repeat center bottom;
}

#page-right-sidebar {
  width: 25%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  background: yellow url("") no-repeat center bottom;
}

#page-footer-navigation-top {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 60px;
  background: orange url("") no-repeat center bottom;
}

#page-footer-navigation-top * {
  display: inline;
}

#page-footer {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  background: brown url("") no-repeat center bottom;
}

#page-footer-navigation-bottom {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 60px;
  background: orange url("") no-repeat center bottom;
}

#page-footer-navigation-bottom * {
  display: inline;
}

#page-footer-administration {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 90px;
  background: #000 url("") no-repeat center bottom;
}

#site-right-sidebar {
  width: 25%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  background: red url("") no-repeat center bottom;
}

#site-footer-navigation-top {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 60px;
  background: #fff url("") no-repeat center bottom;
}

#site-footer-navigation-top * {
  display: inline;
}

#site-footer {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  background: green url("") no-repeat center bottom;
}

/* RENAME TO information */
#site-footer-navigation-bottom {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 60px;
  background: #fff url("") no-repeat center bottom;
}

#site-footer-navigation-bottom * {
  display: inline;
}

#site-footer-administration {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 90px;
  background: #000 url("") no-repeat center bottom;
}

/* / SECTIONS */
/*! core/stylesheets/sass/scss/partials/_10_media.(s)css */
/* MEDIA QUERIES */
/* Small devices (tablets, 768px and up) @screen-sm-min */
                                                          /*
@media all and (min-width: 768px) {
	.fit {
		width: 90%;
		margin: 0 auto;
		border: 1px dashed red;
	}
}
*/
/* Medium devices (desktops, 992px and up) @screen-md-min */
                                                            /*
@media all and (min-width: 992px) {
	.fit {
		width: 70%;
		margin: 0 auto;
		border: 1px dashed red;
	}
}
*/
/* Large devices (large desktops, 1200px and up) @screen-lg-min */
                                                                  /*
@media all and (min-width: 1200px) {
	.fit {
		width: 50%;
		margin: 0 auto;
		border: 1px dashed red;
	}
}
*/
/* / MEDIA QUERIES */
/*! core/stylesheets/sass/scss/partials/_11_important.(s)css */
/* IMPORTANT */
/** EMPTY **/
/* / IMPORTANT */

/*# sourceMappingURL=export.css.map */
