/*! CalvinMois.es / style.css */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
:root {
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-title: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --color-white: #fff;
  --color-white-dark: #e8e8e8;
  --color-grey-light: #d0d0d0;
  --color-grey: #9c9c9c;
  --color-grey-dark: #676767;
  --color-black-light: #444;
  --color-black: #282828;
  --color-black-dark: #000;
  --color-red: #e55;
  --color-red-alt: #e66;
  --color-red-light: #fab;
  --color-red-bright: #f33;
  --color-orange: #fa1;
  --color-orange-alt: #fab135;
  --color-orange-light: #face75;
  --color-orange-light-alt: #fa7;
  --color-orange-bright: #ffab00;
  --color-yellow: #fadd1e;
  --color-yellow-light: #feed75;
  --color-yellow-bright: #fe2;
  --color-green: #acce55;
  --color-green-light: #cade75;
  --color-green-light-alt: #be9;
  --color-green-bright: #5add1e;
  --color-green-bright-alt: #10ca15;
  --color-blue: #5ad;
  --color-blue-light: #badfee;
  --color-blue-light-alt: #ace;
  --color-blue-bright: #10bbed;
  --color-purple: #b8d;
  --color-purple-light: #cabbed;
  --color-purple-bright: #a1e;
  --color-brown: #b85;
  --color-brown-light: #ca7;
  --color-brown-bright: #ba6e15;
  --color-creme: #fed;
  --color-brick: #e55e55;
  --color-salmon: #ffa15e;
  --color-olive: #bea61e;
  --color-avocado: #babb1e;
  --color-cyan: #0de;
  --color-cyan-alt: #5ee;
  --color-magenta: #e1f;
  --color-cobalt: #01e;
  --color-rgb-red: #f33;
  --color-rgb-green: #5add1e;
  --color-rgb-blue: #01e;
  --color-cmyk-cyan: #0de;
  --color-cmyk-magenta: #e1f;
  --color-cmyk-yellow: #fe2;
  --color-cmyk-black: #000;
}
/*! Base */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  color: #9c9c9c;
  text-shadow: none;
}
::selection {
  color: #9c9c9c;
  text-shadow: none;
}
.blue ::-moz-selection,
.nav .active ::-moz-selection {
  color: #d0d0d0;
  text-shadow: none;
}
.blue ::-moz-selection, .nav .active ::-moz-selection {
  color: #d0d0d0;
  text-shadow: none;
}
.blue ::selection,
.nav .active ::selection {
  color: #d0d0d0;
  text-shadow: none;
}
body {
  margin: 0;
  color: #444;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}
header,
footer,
div,
article,
section,
nav,
a,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  box-sizing: border-box;
}
ul,
ol {
  list-style-position: inside;
}
img,
video {
  max-width: 100%;
  *width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
hr {
  color: inherit;
  border-style: solid;
}
/*! Typography */
/*! -- baseline grid */
.heading,
h1,
h2,
h3,
h4,
h5,
h6,
.fake-h1 {
  padding: 0 16px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: bold;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.fake-h1 {
  margin: 16px 0;
}
h1,
.fake-h1 {
  font-size: 3.56em;
  line-height: 1;
}
h2 {
  font-size: 3em;
  line-height: 1.2;
}
h3 {
  font-size: 2.6em;
  line-height: 1.37;
}
h4 {
  font-size: 2em;
  line-height: 1.55;
}
h5 {
  font-size: 1.5em;
  line-height: 1.2;
}
h6 {
  font-size: 1.15em;
  line-height: 1.55;
}
p,
ul,
ol,
dl,
pre,
figure,
.p-level {
  margin: 0;
  margin-bottom: 0.875em;
  padding: 0;
  line-height: 1.5;
}
p p,
p ul,
p ol,
p dl,
p .p-level,
.p-level p,
.p-level .p-level,
.p-level ul,
.p-level ol,
.p-level dl,
.p-level .p-level,
.p-level .p-level {
  margin: 0;
  padding: 0;
}
span,
big,
small,
sup,
sub,
a,
i,
b,
q,
s,
strike,
code,
samp,
var,
em,
strong,
del,
ins,
cite,
dfn,
kbd,
abbr,
acronym,
.small,
.content .navbar {
  margin: 0;
  padding: 0;
}
big,
.lead,
.big {
  font-size: 1.2em;
  line-height: 1.25;
}
p big,
p .lead,
p .big,
.p-level big,
.p-level .lead,
.p-level .big {
  line-height: 1;
}
.lead {
  font-weight: 300;
}
small,
.small,
.content .navbar {
  font-size: 0.75em;
  line-height: 1.9995;
}
p small,
p .small,
.p-level small,
p .content .navbar {
  line-height: 1.5;
}
.p-level .small {
  line-height: 1.5;
}
.baseline-grid {
  background: linear-gradient(rgba(238, 85, 85, 0.05) 0%, rgba(238, 85, 85, 0.05) 25%, rgba(238, 85, 85, 0.15) 25%, rgba(238, 85, 85, 0.15) 75%, rgba(238, 85, 85, 0.05) 75%, rgba(238, 85, 85, 0.05) 100%);
  background-size: 27px 27px;
}
/*! -- presentation */
.heading small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.heading .small,
.heading .content .navbar,
.fake-h1 small {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  color: #676767;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.figure-indent {
  position: relative;
  padding-left: 1em;
  border-left-width: 1px;
  border-left-style: dotted;
}
figcaption {
  font-weight: 300;
  font-style: italic;
}
figcaption .heading,
figcaption.heading,
figcaption h1,
figcaptionh1,
figcaption h2,
figcaptionh2,
figcaption h3,
figcaptionh3,
figcaption h4,
figcaptionh4,
figcaption h5,
figcaptionh5,
figcaption h6,
figcaptionh6,
figcaption .fake-h1,
figcaption.fake-h1 {
  font-style: normal;
}
pre {
  padding: 0 0.5em 3px;
  color: #e8e8e8;
  font-size: 0.8em;
  line-height: 18px;
  background-color: #444;
  box-sizing: border-box;
  overflow: scroll;
}
pre,
pre code,
pre samp,
pre kbd,
pre var {
  color: #e8e8e8;
  white-space: pre;
}
code,
samp,
kbd {
  padding: 0 2px 0px;
  background-color: rgba(103, 103, 103, 0.3);
}
pre code,
pre samp,
pre kbd {
  background-color: transparent;
  background: none;
  color: inherit;
}
code,
samp,
kbd,
var {
  font-family: monospace;
  font-style: normal;
  white-space: nowrap;
}
a {
  color: #9c9c9c;
  font-weight: normal;
  text-decoration: none;
}
a:hover,
a.active,
.active a {
  color: #676767;
}
.blue a {
  color: #badfee;
  font-weight: normal;
  text-decoration: none;
}
.blue a:hover,
.blue a.active,
.active .blue a {
  color: #e8e8e8;
}
/*! Helpers & Minutiae */
.clearfix,
dl,
dl div,
.nav,
.nav ul,
.main,
.content,
.content-body,
.footer,
.block-center,
.menu {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
dl:before,
dl:after,
dl div:before,
dl div:after,
.nav:before,
.nav:after,
.nav ul:before,
.nav ul:after,
.main:before,
.main:after,
.content:before,
.content:after,
.content-body:before,
.content-body:after,
.footer:before,
.footer:after,
.block-center:before,
.block-center:after,
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.clearfix:after,
dl:after,
dl div:after,
.nav:after,
.nav ul:after,
.main:after,
.content:after,
.content-body:after,
.footer:after,
.block-center:after,
.menu:after {
  clear: both;
}
.unstyled,
.list-inline {
  margin: 0;
  margin-left: 0;
  list-style-type: none;
}
.unstyled li {
  margin: 0;
}
.list-inline {
  margin: 0 -0.5em;
}
.list-inline li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 0.5em;
}
.vice {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.icon-fixed,
.subnav [class^="icon-"],
.subnav [class*=" icon-"] {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 1em;
  padding-right: 0.38em;
  text-align: center;
}
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tab {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0;
  padding: 3px 8px;
}
.btw {
  font-style: italic;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.emboss {
  text-shadow: 0 -1px 0 rgba(40, 40, 40, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
}
.raise {
  text-shadow: 0 0 8px rgba(40, 40, 40, 0.5);
}
.outline {
  text-shadow: 0 0 1px #282828;
}
.box-raise {
  box-shadow: 0 0 8px 1px rgba(40, 40, 40, 0.5);
}
.box-emboss {
  box-shadow: inset 0 1px 1px 0 rgba(40, 40, 40, 0.4), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.5);
}
.shadow,
.shadows .shadows-shadow {
  box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
}
.shadow .heading,
.shadow h1,
.shadow h2,
.shadow h3,
.shadow h4,
.shadow h5,
.shadow h6,
.shadow .fake-h1 {
  text-shadow: 3px 3px rgba(0, 0, 0, 0.15);
}
.shadow-text,
.shadows .shadows-shadow-text {
  text-shadow: 3px 3px rgba(0, 0, 0, 0.15);
}
.shadow-inset,
.shadow-inset-top,
.shadow-inset-left,
.shadows .shadows-shadow-inset,
.shadows .shadows-shadow-inset-top,
.shadows .shadows-shadow-inset-left {
  border: 3px solid rgba(0, 0, 0, 0);
}
.shadow-inset,
.shadow-inset-top,
.shadows .shadows-shadow-inset,
.shadows .shadows-shadow-inset-top {
  border-top-color: rgba(0, 0, 0, 0.25);
}
.shadow-inset,
.shadow-inset-left,
.shadows .shadows-shadow-inset,
.shadows .shadows-shadow-inset-left {
  border-left-color: rgba(0, 0, 0, 0.25);
}
/*! Objects */
.flyout-link {
  display: block;
  white-space: nowrap;
}
.flyout-link .flyout-content {
  display: inline-block;
  max-width: 0px;
  margin-left: 3px;
  overflow: hidden;
  transition: max-width 0.2s ease;
}
.flyout-link:hover .flyout-content,
.flyout-link.out .flyout-content {
  max-width: 200px;
}
.magic-box {
  /* see demo at http://jsfiddle.net/calvinjuarez/sgFQ9/ */
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.magic-box-half {
  padding-bottom: 50%;
}
.magic-box-inner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
overflow:hidden .magic-box-inner:before {
  content: "";
  width: 0;
  height: 100%;
  margin-left: -5px;
  display: inline-block;
  vertical-align: middle;
}
.magic-box-content {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
/*! Content Blocks */
.header,
.navbar,
.main {
  margin: 0;
  padding: 16px 0;
}
.header small,
.header .small,
.header .content .navbar {
  line-height: inherit;
}
.header .subheading {
  margin: 0 16px;
}
.nav,
.menu {
  position: relative;
  list-style-type: none;
  color: #676767;
}
.nav ul {
  margin: 0;
  list-style-type: none;
}
.nav a,
.menu .menu-item {
  display: block;
  padding: 4px 12px;
  color: inherit;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: inherit;
}
.nav a:hover,
.nav li.active a,
.menu .menu-item:hover {
  color: #fff;
  background-color: #676767;
}
.nav a.disabled,
.nav a.coming-soon,
.menu .menu-item.disabled,
.menu .menu-item.coming-soon {
  color: #d0d0d0;
}
.nav a.disabled:hover,
.nav a.coming-soon:hover,
.menu .menu-item.disabled:hover,
.menu .menu-item.coming-soon:hover {
  color: #fff;
  background-color: #d0d0d0;
}
.menu .menu-item:hover {
  cursor: pointer;
}
.nav-list a:hover,
li.active .nav-list a {
  color: inherit;
  background-color: transparent;
}
.nav-flyouts,
.nav-flyouts-right {
  margin: 0 16px;
  padding: 0;
}
.nav-flyouts li,
.nav-flyouts-right li {
  margin-top: 8px;
}
.nav-flyouts li:first-child,
.nav-flyouts-right li:first-child {
  margin-top: 0;
}
.nav-flyouts a,
.nav-flyouts-right a {
  padding: 0;
  background-color: transparent;
  display: block;
  white-space: nowrap;
}
.nav-flyouts a .flyout-content,
.nav-flyouts-right a .flyout-content {
  display: inline-block;
  max-width: 0px;
  margin-left: 3px;
  overflow: hidden;
  transition: max-width 0.2s ease;
}
.nav-flyouts a:hover .flyout-content,
.nav-flyouts-right a:hover .flyout-content,
.nav-flyouts a.out .flyout-content,
.nav-flyouts-right a.out .flyout-content {
  max-width: 200px;
}
.nav-flyouts a:hover,
.nav-flyouts-right a:hover,
li.active .nav-flyouts a,
li.active .nav-flyouts-right a {
  color: #676767;
  background-color: transparent;
}
.nav-flyouts-right {
  direction: rtl;
}
.navbar {
  padding: 0;
}
.navbar li {
  float: left;
  display: block;
  text-align: center;
}
.navbar a {
  display: block;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
}
.navbar.fixed {
  height: 1.95em;
  width: 100%;
}
.navbar.fixed ul {
  position: fixed;
  z-index: 500;
}
.navbar.fixed a {
  white-space: nowrap;
}
.navbar.small a {
  font-size: 0.75em;
}
.header .navbar,
.navbar .navbar {
  margin: -8px 0 -16px;
}
.content .navbar {
  margin: -16px;
  margin-bottom: 0;
}
.subnav .open,
.subnav .open:hover {
  color: inherit;
  background-color: #fff;
}
.subnav-items {
  display: block;
  height: 0;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}
.subnav li {
  float: none;
  width: 100%;
  text-align: left;
}
.main {
  padding: 0;
}
.nav + .main {
  margin-top: 0;
}
.content {
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  padding: 16px;
  /* webkit */
  page-break-inside: avoid;
  /* firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  /* spec, unsupported */
  box-sizing: border-box;
}
.content:first-child {
  margin-top: 0;
}
.content .heading,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .fake-h1 {
  padding: 0;
}
.content p,
.content .p-level {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.footer {
  margin: 0;
  padding: 16px 0;
}
.footer .copyright {
  padding: 0 16px;
}
/*! Themes */
.fixed-header-and-nav .header {
  height: 112px;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.fixed-header-and-nav .header .heading,
.fixed-header-and-nav .header h1,
.fixed-header-and-nav .header h2,
.fixed-header-and-nav .header h3,
.fixed-header-and-nav .header h4,
.fixed-header-and-nav .header h5,
.fixed-header-and-nav .header h6,
.fixed-header-and-nav .header .fake-h1 {
  position: fixed;
  left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fa1;
}
.fixed-header-and-nav .nav {
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.fixed-header-and-nav .nav .top-nav {
  position: fixed;
  left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #b8d;
}
.fixed-header-and-nav .content:first-child {
  margin-top: inherit;
}
.shadows {
  border: 3px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.25);
}
.shadows .header.white,
.shadows .main.white,
.shadows .content.white,
.shadows .footer.white,
.shadows header.white,
.shadows .header.white-dark,
.shadows .main.white-dark,
.shadows .content.white-dark,
.shadows .footer.white-dark,
.shadows header.white-dark,
.shadows .header.grey-light,
.shadows .main.grey-light,
.shadows .content.grey-light,
.shadows .footer.grey-light,
.shadows header.grey-light,
.shadows .header.grey,
.shadows .main.grey,
.shadows .content.grey,
.shadows .footer.grey,
.shadows header.grey,
.shadows .header.grey-dark,
.shadows .main.grey-dark,
.shadows .content.grey-dark,
.shadows .footer.grey-dark,
.shadows header.grey-dark,
.shadows .header.black-light,
.shadows .main.black-light,
.shadows .content.black-light,
.shadows .footer.black-light,
.shadows header.black-light,
.shadows .header.black,
.shadows .main.black,
.shadows .content.black,
.shadows .footer.black,
.shadows header.black,
.shadows .header.black-dark,
.shadows .main.black-dark,
.shadows .content.black-dark,
.shadows .footer.black-dark,
.shadows header.black-dark,
.shadows .header.red,
.shadows .main.red,
.shadows .content.red,
.shadows .footer.red,
.shadows header.red,
.shadows .header.red-light,
.shadows .main.red-light,
.shadows .content.red-light,
.shadows .footer.red-light,
.shadows header.red-light,
.shadows .header.orange,
.shadows .main.orange,
.shadows .content.orange,
.shadows .footer.orange,
.shadows header.orange,
.shadows .header.orange-light,
.shadows .main.orange-light,
.shadows .content.orange-light,
.shadows .footer.orange-light,
.shadows header.orange-light,
.shadows .header.yellow,
.shadows .main.yellow,
.shadows .content.yellow,
.shadows .footer.yellow,
.shadows header.yellow,
.shadows .header.yellow-light,
.shadows .main.yellow-light,
.shadows .content.yellow-light,
.shadows .footer.yellow-light,
.shadows header.yellow-light,
.shadows .header.green,
.shadows .main.green,
.shadows .content.green,
.shadows .footer.green,
.shadows header.green,
.shadows .header.green-light,
.shadows .main.green-light,
.shadows .content.green-light,
.shadows .footer.green-light,
.shadows header.green-light,
.shadows .header.green-light-alt,
.shadows .main.green-light-alt,
.shadows .content.green-light-alt,
.shadows .footer.green-light-alt,
.shadows header.green-light-alt,
.shadows .header.blue,
.shadows .main.blue,
.shadows .content.blue,
.shadows .footer.blue,
.shadows header.blue,
.shadows .header.blue-light,
.shadows .main.blue-light,
.shadows .content.blue-light,
.shadows .footer.blue-light,
.shadows header.blue-light,
.shadows .header.blue-light-alt,
.shadows .main.blue-light-alt,
.shadows .content.blue-light-alt,
.shadows .footer.blue-light-alt,
.shadows header.blue-light-alt,
.shadows .header.purple,
.shadows .main.purple,
.shadows .content.purple,
.shadows .footer.purple,
.shadows header.purple,
.shadows .header.purple-light,
.shadows .main.purple-light,
.shadows .content.purple-light,
.shadows .footer.purple-light,
.shadows header.purple-light,
.shadows .header.brown,
.shadows .main.brown,
.shadows .content.brown,
.shadows .footer.brown,
.shadows header.brown,
.shadows .header.brown-light,
.shadows .main.brown-light,
.shadows .content.brown-light,
.shadows .footer.brown-light,
.shadows header.brown-light {
  box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
}
.shadows h1,
.shadows h2,
.shadows h3,
.shadows h4,
.shadows h5,
.shadows h6,
.shadows .fake-h1 {
  text-shadow: 3px 3px rgba(0, 0, 0, 0.15);
}
.shadows nav.navbar {
  margin-top: -3px;
  margin-bottom: 16px;
}
.shadows nav.navbar li.active a,
.shadows nav.navbar li a:hover,
.shadows nav.navbar .subnav .open,
.shadows nav.navbar .subnav-items {
  box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
}
.shadows nav.navbar .subnav .open li.active a,
.shadows nav.navbar .subnav-items li.active a,
.shadows nav.navbar .subnav .open li a:hover,
.shadows nav.navbar .subnav-items li a:hover {
  box-shadow: none;
}
.shadows .no-shadow {
  box-shadow: none !important;
}
.shadows .no-text-shadow {
  text-shadow: none !important;
}
.baseline .main {
  position: relative;
}
.baseline .main:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(156, 156, 156, 0.05) 0%, rgba(156, 156, 156, 0.05) 25%, rgba(156, 156, 156, 0.15) 25%, rgba(156, 156, 156, 0.15) 75%, rgba(156, 156, 156, 0.05) 75%, rgba(156, 156, 156, 0.05) 100%);
  background-size: 27px 27px;
}
/*! Pages */
.home .nav li a {
  color: #5ad;
}
.home .nav li.active a,
.home .nav li a:hover {
  color: #fff;
  background-color: #5ad;
}
.home .header .nav li a {
  color: #f99;
}
.home .header .nav li.active a,
.home .header .nav li a:hover {
  color: #fff;
  background-color: #f99;
}
.home .subnav-parent .open,
.home .subnav-parent .open:hover {
  color: #5ad;
  background-color: #fff;
}
/*! Structure */
/*! grid */
.whole,
.half,
.third,
.twothirds,
.quarter,
.threequarters,
.fifth,
.twofifths,
.threefifths,
.fourfifths,
.sixth,
.fivesixths,
.seventh,
.twosevenths,
.threesevenths,
.foursevenths,
.fivesevenths,
.sixsevenths,
.tiles > *,
.tiles.halves > *,
.tiles.thirds > *,
.tiles.quarters > *,
.tiles.fifths > *,
.tiles.sixths > *,
.tiles.sevenths > * {
  float: left;
  width: 100%;
  min-height: 1em;
  *height: 1em;
}
.half,
.tiles.halves > * {
  width: 50%;
}
.third,
.tiles.thirds > * {
  width: 33.33333333%;
}
.twothirds {
  width: 66.66666667%;
}
.quarter,
.tiles.quarters > * {
  width: 25%;
}
.threequarters {
  width: 75%;
}
.fifth,
.tiles.fifths > * {
  width: 20%;
}
.twofifths {
  width: 40%;
}
.threefifths {
  width: 60%;
}
.fourfifths {
  width: 80%;
}
.sixth,
.tiles.sixths > * {
  width: 16.66666667%;
}
.fivesixths {
  width: 83.33333333%;
}
.seventh,
.tiles.sevenths > * {
  width: 14.28571429%;
}
.twosevenths {
  width: 28.57142857%;
}
.threesevenths {
  width: 42.85714286%;
}
.foursevenths {
  width: 57.14285714%;
}
.fivesevenths {
  width: 71.42857143%;
}
.sixsevenths {
  width: 85.71428571%;
}
ul.tiles {
  list-style: none;
}
/*! Utilities */
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.block-gap-before {
  margin-top: 16px;
}
.block-gap-after {
  margin-bottom: 16px;
}
.block-center {
  float: none !important;
  margin: 0 auto !important;
}
.padless {
  padding: 0 !important;
}
.padless-top {
  padding-top: 0 !important;
}
.padless-bottom {
  padding-bottom: 0 !important;
}
.padless-left {
  padding-left: 0 !important;
}
.padless-right {
  padding-right: 0 !important;
}
.padless-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padless-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.baby-big {
  font-size: 1.2em;
  line-height: 1.25;
}
p .baby-big,
.p-level .baby-big {
  line-height: 1;
}
.hide {
  display: none !important;
}
.text-white.text-white {
  color: #fff;
}
.text-white-dark.text-white-dark {
  color: #e8e8e8;
}
.text-grey-light.text-grey-light {
  color: #d0d0d0;
}
.text-grey.text-grey {
  color: #9c9c9c;
}
.text-grey-dark.text-grey-dark {
  color: #676767;
}
.text-black-light.text-black-light {
  color: #444;
}
.text-black.text-black {
  color: #282828;
}
.text-black-dark.text-black-dark {
  color: #000;
}
.text-red.text-red {
  color: #e55;
}
.text-red-alt.text-red-alt {
  color: #e66;
}
.text-red-light.text-red-light {
  color: #fab;
}
.text-red-bright.text-red-bright {
  color: #f33;
}
.text-orange.text-orange {
  color: #fa1;
}
.text-orange-alt.text-orange-alt {
  color: #fab135;
}
.text-orange-light.text-orange-light {
  color: #face75;
}
.text-orange-bright.text-orange-bright {
  color: #ffab00;
}
.text-yellow.text-yellow {
  color: #fadd1e;
}
.text-yellow-light.text-yellow-light {
  color: #feed75;
}
.text-yellow-bright.text-yellow-bright {
  color: #fe2;
}
.text-green.text-green {
  color: #acce55;
}
.text-green-light.text-green-light {
  color: #cade75;
}
.text-green-light-alt.text-green-light-alt {
  color: #be9;
}
.text-green-bright.text-green-bright {
  color: #5add1e;
}
.text-green-bright-alt.text-green-bright-alt {
  color: #10ca15;
}
.text-blue.text-blue {
  color: #5ad;
}
.text-blue-light.text-blue-light {
  color: #badfee;
}
.text-blue-light-alt.text-blue-light-alt {
  color: #ace;
}
.text-blue-bright.text-blue-bright {
  color: #10bbed;
}
.text-purple.text-purple {
  color: #b8d;
}
.text-purple-light.text-purple-light {
  color: #cabbed;
}
.text-purple-bright.text-purple-bright {
  color: #a1e;
}
.text-brown.text-brown {
  color: #b85;
}
.text-brown-light.text-brown-light {
  color: #ca7;
}
.text-brown-bright.text-brown-bright {
  color: #ba6e15;
}
.text-creme.text-creme {
  color: #fed;
}
.text-brick.text-brick {
  color: #e55e55;
}
.text-salmon.text-salmon {
  color: #ffa15e;
}
.text-olive.text-olive {
  color: #bea61e;
}
.text-avocado.text-avocado {
  color: #babb1e;
}
.text-cyan.text-cyan {
  color: #0de;
}
.text-cyan-alt.text-cyan-alt {
  color: #5ee;
}
.text-magenta.text-magenta {
  color: #e1f;
}
.text-cobalt.text-cobalt {
  color: #01e;
}
.white.white {
  background-color: #fff;
}
.white-dark.white-dark {
  background-color: #e8e8e8;
}
.grey-light.grey-light {
  background-color: #d0d0d0;
}
.grey.grey {
  background-color: #9c9c9c;
}
.grey-dark.grey-dark {
  background-color: #676767;
}
.black-light.black-light {
  background-color: #444;
}
.black.black {
  background-color: #282828;
}
.black-dark.black-dark {
  background-color: #000;
}
.red.red {
  background-color: #e55;
}
.red-alt.red-alt {
  background-color: #e66;
}
.red-light.red-light {
  background-color: #fab;
}
.red-bright.red-bright {
  background-color: #f33;
}
.orange.orange {
  background-color: #fa1;
}
.orange-alt.orange-alt {
  background-color: #fab135;
}
.orange-light.orange-light {
  background-color: #face75;
}
.orange-bright.orange-bright {
  background-color: #ffab00;
}
.yellow.yellow {
  background-color: #fadd1e;
}
.yellow-light.yellow-light {
  background-color: #feed75;
}
.yellow-bright.yellow-bright {
  background-color: #fe2;
}
.green.green {
  background-color: #acce55;
}
.green-light.green-light {
  background-color: #cade75;
}
.green-light-alt.green-light-alt {
  background-color: #be9;
}
.green-bright.green-bright {
  background-color: #5add1e;
}
.green-bright-alt.green-bright-alt {
  background-color: #10ca15;
}
.blue.blue {
  background-color: #5ad;
}
.blue-light.blue-light {
  background-color: #badfee;
}
.blue-light-alt.blue-light-alt {
  background-color: #ace;
}
.blue-bright.blue-bright {
  background-color: #10bbed;
}
.purple.purple {
  background-color: #b8d;
}
.purple-light.purple-light {
  background-color: #cabbed;
}
.purple-bright.purple-bright {
  background-color: #a1e;
}
.brown.brown {
  background-color: #b85;
}
.brown-light.brown-light {
  background-color: #ca7;
}
.brown-bright.brown-bright {
  background-color: #ba6e15;
}
.creme.creme {
  background-color: #fed;
}
.brick.brick {
  background-color: #e55e55;
}
.salmon.salmon {
  background-color: #ffa15e;
}
.olive.olive {
  background-color: #bea61e;
}
.avocado.avocado {
  background-color: #babb1e;
}
.cyan.cyan {
  background-color: #0de;
}
.cyan-alt.cyan-alt {
  background-color: #5ee;
}
.magenta.magenta {
  background-color: #e1f;
}
.cobalt.cobalt {
  background-color: #01e;
}
hr.white {
  color: #fff;
  border-color: #fff;
}
hr.white-dark {
  color: #e8e8e8;
  border-color: #e8e8e8;
}
hr.grey-light {
  color: #d0d0d0;
  border-color: #d0d0d0;
}
hr.grey {
  color: #9c9c9c;
  border-color: #9c9c9c;
}
hr.grey-dark {
  color: #676767;
  border-color: #676767;
}
hr.black-light {
  color: #444;
  border-color: #444;
}
hr.black {
  color: #282828;
  border-color: #282828;
}
hr.black-dark {
  color: #000;
  border-color: #000;
}
hr.red {
  color: #e55;
  border-color: #e55;
}
hr.red-alt {
  color: #e66;
  border-color: #e66;
}
hr.red-light {
  color: #fab;
  border-color: #fab;
}
hr.red-bright {
  color: #f33;
  border-color: #f33;
}
hr.orange {
  color: #fa1;
  border-color: #fa1;
}
hr.orange-alt {
  color: #fab135;
  border-color: #fab135;
}
hr.orange-light {
  color: #face75;
  border-color: #face75;
}
hr.orange-bright {
  color: #ffab00;
  border-color: #ffab00;
}
hr.yellow {
  color: #fadd1e;
  border-color: #fadd1e;
}
hr.yellow-light {
  color: #feed75;
  border-color: #feed75;
}
hr.yellow-bright {
  color: #fe2;
  border-color: #fe2;
}
hr.green {
  color: #acce55;
  border-color: #acce55;
}
hr.green-light {
  color: #cade75;
  border-color: #cade75;
}
hr.green-light-alt {
  color: #be9;
  border-color: #be9;
}
hr.green-bright {
  color: #5add1e;
  border-color: #5add1e;
}
hr.green-bright-alt {
  color: #10ca15;
  border-color: #10ca15;
}
hr.blue {
  color: #5ad;
  border-color: #5ad;
}
hr.blue-light {
  color: #badfee;
  border-color: #badfee;
}
hr.blue-light-alt {
  color: #ace;
  border-color: #ace;
}
hr.blue-bright {
  color: #10bbed;
  border-color: #10bbed;
}
hr.purple {
  color: #b8d;
  border-color: #b8d;
}
hr.purple-light {
  color: #cabbed;
  border-color: #cabbed;
}
hr.purple-bright {
  color: #a1e;
  border-color: #a1e;
}
hr.brown {
  color: #b85;
  border-color: #b85;
}
hr.brown-light {
  color: #ca7;
  border-color: #ca7;
}
hr.brown-bright {
  color: #ba6e15;
  border-color: #ba6e15;
}
hr.creme {
  color: #fed;
  border-color: #fed;
}
hr.brick {
  color: #e55e55;
  border-color: #e55e55;
}
hr.salmon {
  color: #ffa15e;
  border-color: #ffa15e;
}
hr.olive {
  color: #bea61e;
  border-color: #bea61e;
}
hr.avocado {
  color: #babb1e;
  border-color: #babb1e;
}
hr.cyan {
  color: #0de;
  border-color: #0de;
}
hr.cyan-alt {
  color: #5ee;
  border-color: #5ee;
}
hr.magenta {
  color: #e1f;
  border-color: #e1f;
}
hr.cobalt {
  color: #01e;
  border-color: #01e;
}
/*! Libraries */
/**
 * Coda Specials Board theme, based on:
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  word-spacing: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
}
code[class*="language-"] ::-moz-selection,
pre[class*="language-"] ::-moz-selection {
  background-color: #b8d;
  text-shadow: none;
}
code[class*="language-"] ::-moz-selection, pre[class*="language-"] ::-moz-selection {
  background-color: #b8d;
  text-shadow: none;
}
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
  background-color: #b8d;
  text-shadow: none;
}
pre[class*="language-"] {
  overflow: auto;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #9c9c9c;
}
.token.punctuation,
.token.selector,
.language-php .token.property {
  color: #fff;
}
.token.regex,
.token.important,
.language-php .token.function {
  color: #e55;
}
.token.property,
.token.atrule,
.token.attr-name,
.token.keyword {
  color: #fa1;
}
.token.tag,
.token.namespace,
.token.attr-value .token.punctuation:first-child {
  color: #face75;
}
.token.operator,
.token.entity,
.token.url {
  color: #fadd1e;
}
.language-php .token.class-name {
  color: #feed75;
}
.token.attr-value,
.token.string {
  color: #cade75;
}
.token.boolean,
.token.number,
.token.hexcode,
.language-php .token.delimiter {
  color: #5ad;
}
.token.function {
  color: #b8d;
}
.token.variable {
  color: #cabbed;
}
.token.important {
  font-weight: bold;
}
.token.entity {
  cursor: help;
}
.token.attr-value .token.punctuation,
.token.tag .token.punctuation {
  color: inherit;
}
pre.line-numbers {
  position: relative;
  z-index: 0;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0px;
  font-size: inherit;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  color: #676767;
  border-width: 2px;
  border-right-style: solid;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
.capture-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  z-index: 9000;
  color: #d0d0d0;
  background-color: #000;
  background-color: rgba(40, 40, 40, 0.7);
}
.capture-wrap .container {
  height: 100%;
  position: relative;
  overflow: auto;
}
/*! Media Queries */
@media only screen and (min-width: 641px) {
  body {
    font-size: 18px;
  }
  .navbar,
  .main {
    margin: 0 16px;
  }
  .header {
    margin: 16px 16px 0;
  }
  .nav a,
  .menu .menu-item {
    padding: 4px 16px;
  }
  .nav-flyouts a,
  .nav-flyouts-right a {
    padding: 0;
  }
  .main {
    margin: 16px;
  }
  .footer {
    margin: 16px;
  }
  /*! grid - mama */
  .mama-whole,
  .mama-half,
  .mama-third,
  .mama-twothirds,
  .mama-quarter,
  .mama-threequarters,
  .mama-fifth,
  .mama-twofifths,
  .mama-threefifths,
  .mama-fourfifths,
  .mama-sixth,
  .mama-fivesixths,
  .mama-seventh,
  .mama-twosevenths,
  .mama-threesevenths,
  .mama-foursevenths,
  .mama-fivesevenths,
  .mama-sixsevenths {
    float: left;
    width: 100%;
    min-height: 1em;
    *height: 1em;
  }
  .mama-half {
    width: 50%;
  }
  .mama-third {
    width: 33.33333333%;
  }
  .mama-twothirds {
    width: 66.66666667%;
  }
  .mama-quarter {
    width: 25%;
  }
  .mama-threequarters {
    width: 75%;
  }
  .mama-fifth {
    width: 20%;
  }
  .mama-twofifths {
    width: 40%;
  }
  .mama-threefifths {
    width: 60%;
  }
  .mama-fourfifths {
    width: 80%;
  }
  .mama-sixth {
    width: 16.66666667%;
  }
  .mama-fivesixths {
    width: 83.33333333%;
  }
  .mama-seventh {
    width: 14.28571429%;
  }
  .mama-twosevenths {
    width: 28.57142857%;
  }
  .mama-threesevenths {
    width: 42.85714286%;
  }
  .mama-foursevenths {
    width: 57.14285714%;
  }
  .mama-fivesevenths {
    width: 71.42857143%;
  }
  .mama-sixsevenths {
    width: 85.71428571%;
  }
  .columns {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .mama-left {
    float: left !important;
  }
  .mama-left {
    float: right !important;
  }
  .baby-big {
    font-size: inherit;
  }
  .mama-hide {
    display: none !important;
  }
  .mama-show {
    display: block !important;
  }
  .mama-show-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1281px) {
  /*! grid - papa */
  .papa-whole,
  .papa-half,
  .papa-third,
  .papa-twothirds,
  .papa-quarter,
  .papa-threequarters,
  .papa-fifth,
  .papa-twofifths,
  .papa-threefifths,
  .papa-fourfifths,
  .papa-seventh,
  .papa-twosevenths,
  .papa-threesevenths,
  .papa-foursevenths,
  .papa-fivesevenths,
  .papa-sixsevenths {
    float: left;
    width: 100%;
    min-height: 1em;
    *height: 1em;
  }
  .papa-half {
    width: 50%;
  }
  .papa-third {
    width: 33.33333333%;
  }
  .papa-twothirds {
    width: 66.66666667%;
  }
  .papa-quarter {
    width: 25%;
  }
  .papa-threequarters {
    width: 75%;
  }
  .papa-fifth {
    width: 20%;
  }
  .papa-twofifths {
    width: 40%;
  }
  .papa-threefifths {
    width: 60%;
  }
  .papa-fourfifths {
    width: 80%;
  }
  .papa-sixth {
    width: 16.66666667%;
  }
  .papa-fivesixths {
    width: 83.33333333%;
  }
  .papa-seventh {
    width: 14.28571429%;
  }
  .papa-twosevenths {
    width: 28.57142857%;
  }
  .papa-threesevenths {
    width: 42.85714286%;
  }
  .papa-foursevenths {
    width: 57.14285714%;
  }
  .papa-fivesevenths {
    width: 71.42857143%;
  }
  .papa-sixsevenths {
    width: 85.71428571%;
  }
  .columns {
    -moz-columns: 3;
    columns: 3;
  }
  .papa-left {
    float: left !important;
  }
  .papa-left {
    float: right !important;
  }
  .papa-hide {
    display: none !important;
  }
  .papa-show {
    display: block !important;
  }
  .papa-show-inline {
    display: inline !important;
  }
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/*# sourceMappingURL=style.css.map */