@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic&subset=latin,latin-ext);
/*
Theme Name: PiotrNowiński.pl
Theme URI: http://piotrnowinski.pl
Description: Strona domowa Piotra Nowińskiego
Author: Creo Ignis
*/
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */
body.ps-active, body.ps-building, div.ps-active, div.ps-building {
  background: #000;
  overflow: hidden; }

body.ps-active *, div.ps-active * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: none; }

body.ps-active *:focus, div.ps-active *:focus {
  outline: 0; }

/* Document overlay */
div.ps-document-overlay {
  background: #000; }

/* UILayer */
div.ps-uilayer {
  background: #000;
  cursor: pointer; }

/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate {
  background: #000; }

div.ps-zoom-pan-rotate * {
  display: block; }

/* Carousel */
div.ps-carousel-item-loading {
  background: url(img/photoswipe/loader.gif) no-repeat center center; }

div.ps-carousel-item-error {
  background: url(img/photoswipe/error.gif) no-repeat center center; }

/* Caption */
div.ps-caption {
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
  border-bottom: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
  text-align: center; }

div.ps-caption * {
  display: inline; }

div.ps-caption-bottom {
  border-top: 1px solid #42403f;
  border-bottom: none;
  min-height: 44px; }

div.ps-caption-content {
  padding: 13px;
  display: block; }

/* Toolbar */
div.ps-toolbar {
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
  border-top: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
  text-align: center;
  height: 44px;
  display: table;
  table-layout: fixed; }

div.ps-toolbar * {
  display: block; }

div.ps-toolbar-top {
  border-bottom: 1px solid #42403f;
  border-top: none; }

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play {
  cursor: pointer;
  display: table-cell; }

div.ps-toolbar div div.ps-toolbar-content {
  width: 44px;
  height: 44px;
  margin: 0 auto 0;
  background-image: url(img/photoswipe/icons.png);
  background-repeat: no-repeat; }

div.ps-toolbar-close div.ps-toolbar-content {
  background-position: 0 0; }

div.ps-toolbar-previous div.ps-toolbar-content {
  background-position: -44px 0; }

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
  background-position: -44px -44px; }

div.ps-toolbar-next div.ps-toolbar-content {
  background-position: -132px 0; }

div.ps-toolbar-next-disabled div.ps-toolbar-content {
  background-position: -132px -44px; }

div.ps-toolbar-play div.ps-toolbar-content {
  background-position: -88px 0; }

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  div.ps-toolbar div div.ps-toolbar-content {
    -moz-background-size: 176px 88px;
    -o-background-size: 176px 88px;
    -webkit-background-size: 176px 88px;
    background-size: 176px 88px;
    background-image: url(img/photoswipe/icons@2x.png); } }
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #666666;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Foundation Visibility HTML Classes */
.show-for-mini,
.show-for-small-down,
.show-for-medium-down,
aside#sidebar #menu-button,
.show-for-large-down,
.show-for-xlarge-down,
.show-for-xxlarge-down {
  display: inherit !important; }

.show-for-small,
.show-for-small-up,
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xxlarge,
.show-for-xxlarge-up,
.show-for-hd {
  display: none !important; }

.hide-for-small,
.hide-for-small-up,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xxlarge,
.hide-for-xxlarge-up,
.hide-for-hd {
  display: inherit !important; }

.hide-for-mini,
.hide-for-small-down,
.hide-for-medium-down,
aside#sidebar #twitter-feed,
.hide-for-large-down,
.hide-for-xlarge-down,
.hide-for-xxlarge-down {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-mini, table.show-for-small-down, table.show-for-medium-down, aside#sidebar table#menu-button, table.show-for-large-down, table.show-for-xlarge-down, table.show-for-xxlarge-down, table.hide-for-small, table.hide-for-small-up, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xxlarge, table.hide-for-xxlarge-up, table.hide-for-hd {
  display: table; }

thead.show-for-mini, thead.show-for-small-down, thead.show-for-medium-down, aside#sidebar thead#menu-button, thead.show-for-large-down, thead.show-for-xlarge-down, thead.show-for-xxlarge-down, thead.hide-for-small, thead.hide-for-small-up, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xxlarge, thead.hide-for-xxlarge-up, thead.hide-for-hd {
  display: table-header-group !important; }

tbody.show-for-mini, tbody.show-for-small-down, tbody.show-for-medium-down, aside#sidebar tbody#menu-button, tbody.show-for-large-down, tbody.show-for-xlarge-down, tbody.show-for-xxlarge-down, tbody.hide-for-small, tbody.hide-for-small-up, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge, tbody.hide-for-xxlarge-up, tbody.hide-for-hd {
  display: table-row-group !important; }

tr.show-for-mini, tr.show-for-small-down, tr.show-for-medium-down, aside#sidebar tr#menu-button, tr.show-for-large-down, tr.show-for-xlarge-down, tr.show-for-xxlarge-down, tr.hide-for-small, tr.hide-for-small-up, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xxlarge, tr.hide-for-xxlarge-up, tr.hide-for-hd {
  display: table-row !important; }

td.show-for-mini, td.show-for-small-down, td.show-for-medium-down, aside#sidebar td#menu-button, td.show-for-large-down, td.show-for-xlarge-down, td.show-for-xxlarge-down, td.hide-for-small, td.hide-for-small-up, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge, td.hide-for-xxlarge-up, td.hide-for-hd,
th.show-for-mini,
th.show-for-small-down,
th.show-for-medium-down,
aside#sidebar th#menu-button,
th.show-for-large-down,
th.show-for-xlarge-down,
th.show-for-xxlarge-down,
th.hide-for-small,
th.hide-for-small-up,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
th.hide-for-xlarge-up,
th.hide-for-xxlarge,
th.hide-for-xxlarge-up,
th.hide-for-hd {
  display: table-cell !important; }

/* Small displays - phone landscape mode */
@media only screen and (min-width: 30em) {
  .show-for-mini {
    display: none !important; }

  .hide-for-mini {
    display: inherit !important; }

  .show-for-small,
  .show-for-small-up {
    display: inherit !important; }

  .hide-for-small,
  .hide-for-small-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-small, table.show-for-small-up, table.hide-for-mini {
    display: table; }

  thead.show-for-small, thead.show-for-small-up, thead.hide-for-mini {
    display: table-header-group !important; }

  tbody.show-for-small, tbody.show-for-small-up, tbody.hide-for-mini {
    display: table-row-group !important; }

  tr.show-for-small, tr.show-for-small-up, tr.hide-for-mini {
    display: table-row !important; }

  td.show-for-small, td.show-for-small-up, td.hide-for-mini,
  th.show-for-small,
  th.show-for-small-up,
  th.hide-for-mini {
    display: table-cell !important; } }
/* Medium displays - tablet portrait mode */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small,
  .show-for-small-down {
    display: none !important; }

  .hide-for-small,
  .hide-for-small-down {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: header-table-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Standard Displays: 960px - 1224px */
@media only screen and (min-width: 60em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down,
  aside#sidebar #menu-button {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down,
  aside#sidebar #twitter-feed {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down, aside#sidebar table#twitter-feed {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down, aside#sidebar thead#twitter-feed {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down, aside#sidebar tbody#twitter-feed {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down, aside#sidebar tr#twitter-feed {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down, aside#sidebar td#twitter-feed,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down,
  aside#sidebar th#twitter-feed {
    display: table-cell !important; } }
/* X-Large Displays: 1224px - 1400px */
@media only screen and (min-width: 76.5em) {
  .show-for-xlarge,
  .show-for-xlarge-up {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge,
  .hide-for-xlarge-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* XX-Large Displays: 1400px - 1900px */
@media only screen and (min-width: 87.5em) {
  .show-for-xxlarge,
  .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-xlarge,
  .show-for-xlarge-down {
    display: none !important; }

  .hide-for-xlarge,
  .hide-for-xlarge-down {
    display: inherit !important; }

  .hide-for-xxlarge,
  .hide-for-xxlarge-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xxlarge, table.hide-for-xlarge, table.hide-for-xlarge-down {
    display: table; }

  thead.show-for-xxlarge, thead.hide-for-xlarge, thead.hide-for-xlarge-down {
    display: table-header-group !important; }

  tbody.show-for-xxlarge, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down {
    display: table-row-group !important; }

  tr.show-for-xxlarge, tr.hide-for-xlarge, tr.hide-for-xlarge-down {
    display: table-row !important; }

  td.show-for-xxlarge, td.hide-for-xlarge, td.hide-for-xlarge-down,
  th.show-for-xxlarge,
  th.hide-for-xlarge,
  th.hide-for-xlarge-down {
    display: table-cell !important; } }
/* HD Displays: 1900px and up */
@media only screen and (min-width: 118.75em) {
  .show-for-hd {
    display: inherit !important; }

  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: none !important; }

  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-hd {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-hd, table.hide-for-xxlarge, table.hide-for-xxlarge-down {
    display: table; }

  thead.show-for-hd, thead.hide-for-xxlarge, thead.hide-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-hd, tbody.hide-for-xxlarge, tbody.hide-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-hd, tr.hide-for-xxlarge, tr.hide-for-xxlarge-down {
    display: table-row !important; }

  td.show-for-hd, td.hide-for-xxlarge, td.hide-for-xxlarge-down,
  th.show-for-hd,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

/* Default displays - 480px and down */
@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .mini-1 {
    position: relative;
    width: 8.33333%; }

  .mini-2 {
    position: relative;
    width: 16.66667%; }

  .mini-3 {
    position: relative;
    width: 25%; }

  .mini-4 {
    position: relative;
    width: 33.33333%; }

  .mini-5 {
    position: relative;
    width: 41.66667%; }

  .mini-6 {
    position: relative;
    width: 50%; }

  .mini-7 {
    position: relative;
    width: 58.33333%; }

  .mini-8 {
    position: relative;
    width: 66.66667%; }

  .mini-9 {
    position: relative;
    width: 75%; }

  .mini-10 {
    position: relative;
    width: 83.33333%; }

  .mini-11 {
    position: relative;
    width: 91.66667%; }

  .mini-12 {
    position: relative;
    width: 100%; }

  .mini-offset-0 {
    position: relative;
    margin-left: 0%; }

  .mini-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .mini-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .mini-offset-3 {
    position: relative;
    margin-left: 25%; }

  .mini-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .mini-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .mini-offset-6 {
    position: relative;
    margin-left: 50%; }

  .mini-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .mini-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .mini-offset-9 {
    position: relative;
    margin-left: 75%; }

  .mini-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.mini-centered,
  .columns.mini-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Small displays - phone landscape mode */
@media only screen and (min-width: 30em) {
  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .small-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right !important; } }
/* Medium displays - tablet portrait mode */
@media only screen and (min-width: 48em) {
  .medium-1 {
    position: relative;
    width: 8.33333%; }

  .medium-2 {
    position: relative;
    width: 16.66667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6 {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.33333%; }

  .medium-11 {
    position: relative;
    width: 91.66667%; }

  .medium-12 {
    position: relative;
    width: 100%; }

  .row .medium-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .medium-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .medium-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .medium-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .medium-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right !important; } }
/* Large Standard Displays: 960px - 1224px */
@media only screen and (min-width: 60em) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* X-Large Displays: 1224px - 1400px */
@media only screen and (min-width: 76.5em) {
  .xlarge-1 {
    position: relative;
    width: 8.33333%; }

  .xlarge-2 {
    position: relative;
    width: 16.66667%; }

  .xlarge-3 {
    position: relative;
    width: 25%; }

  .xlarge-4 {
    position: relative;
    width: 33.33333%; }

  .xlarge-5 {
    position: relative;
    width: 41.66667%; }

  .xlarge-6 {
    position: relative;
    width: 50%; }

  .xlarge-7 {
    position: relative;
    width: 58.33333%; }

  .xlarge-8 {
    position: relative;
    width: 66.66667%; }

  .xlarge-9 {
    position: relative;
    width: 75%; }

  .xlarge-10 {
    position: relative;
    width: 83.33333%; }

  .xlarge-11 {
    position: relative;
    width: 91.66667%; }

  .xlarge-12 {
    position: relative;
    width: 100%; }

  .row .xlarge-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .xlarge-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .xlarge-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .xlarge-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .xlarge-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.xlarge-centered,
  .columns.xlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right !important; } }
/* XX-Large Displays: 1400px - 1900px */
@media only screen and (min-width: 87.5em) {
  .xxlarge-1 {
    position: relative;
    width: 8.33333%; }

  .xxlarge-2 {
    position: relative;
    width: 16.66667%; }

  .xxlarge-3 {
    position: relative;
    width: 25%; }

  .xxlarge-4 {
    position: relative;
    width: 33.33333%; }

  .xxlarge-5 {
    position: relative;
    width: 41.66667%; }

  .xxlarge-6 {
    position: relative;
    width: 50%; }

  .xxlarge-7 {
    position: relative;
    width: 58.33333%; }

  .xxlarge-8 {
    position: relative;
    width: 66.66667%; }

  .xxlarge-9 {
    position: relative;
    width: 75%; }

  .xxlarge-10 {
    position: relative;
    width: 83.33333%; }

  .xxlarge-11 {
    position: relative;
    width: 91.66667%; }

  .xxlarge-12 {
    position: relative;
    width: 100%; }

  .row .xxlarge-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .xxlarge-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .xxlarge-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .xxlarge-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .xxlarge-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right !important; } }
/* HD Displays: 1900px and up */
@media only screen and (min-width: 118.75em) {
  .hd-1 {
    position: relative;
    width: 8.33333%; }

  .hd-2 {
    position: relative;
    width: 16.66667%; }

  .hd-3 {
    position: relative;
    width: 25%; }

  .hd-4 {
    position: relative;
    width: 33.33333%; }

  .hd-5 {
    position: relative;
    width: 41.66667%; }

  .hd-6 {
    position: relative;
    width: 50%; }

  .hd-7 {
    position: relative;
    width: 58.33333%; }

  .hd-8 {
    position: relative;
    width: 66.66667%; }

  .hd-9 {
    position: relative;
    width: 75%; }

  .hd-10 {
    position: relative;
    width: 83.33333%; }

  .hd-11 {
    position: relative;
    width: 91.66667%; }

  .hd-12 {
    position: relative;
    width: 100%; }

  .row .hd-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .hd-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .hd-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .hd-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .hd-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .hd-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .hd-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .hd-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .hd-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .hd-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .hd-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .hd-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .hd-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .hd-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .hd-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .hd-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .hd-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .hd-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .hd-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .hd-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .hd-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .hd-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .hd-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .hd-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .hd-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .hd-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .hd-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .hd-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .hd-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .hd-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .hd-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .hd-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .hd-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .hd-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.hd-centered,
  .columns.hd-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.hd-uncentered,
  .columns.hd-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.hd-uncentered.opposite,
  .columns.hd-uncentered.opposite {
    float: right !important; } }
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li, [class*="block-grid-"] > figure {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }

  .mini-block-grid-1 > li, .mini-block-grid-1 > figure {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-1 > li:nth-of-type(n), .mini-block-grid-1 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-1 > li:nth-of-type(1n+1), .mini-block-grid-1 > figure:nth-of-type(1n+1) {
      clear: both; }

  .mini-block-grid-2 > li, .mini-block-grid-2 > figure {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-2 > li:nth-of-type(n), .mini-block-grid-2 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-2 > li:nth-of-type(2n+1), .mini-block-grid-2 > figure:nth-of-type(2n+1) {
      clear: both; }

  .mini-block-grid-3 > li, .mini-block-grid-3 > figure {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-3 > li:nth-of-type(n), .mini-block-grid-3 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-3 > li:nth-of-type(3n+1), .mini-block-grid-3 > figure:nth-of-type(3n+1) {
      clear: both; }

  .mini-block-grid-4 > li, .mini-block-grid-4 > figure {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-4 > li:nth-of-type(n), .mini-block-grid-4 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-4 > li:nth-of-type(4n+1), .mini-block-grid-4 > figure:nth-of-type(4n+1) {
      clear: both; }

  .mini-block-grid-5 > li, .mini-block-grid-5 > figure {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-5 > li:nth-of-type(n), .mini-block-grid-5 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-5 > li:nth-of-type(5n+1), .mini-block-grid-5 > figure:nth-of-type(5n+1) {
      clear: both; }

  .mini-block-grid-6 > li, .mini-block-grid-6 > figure {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-6 > li:nth-of-type(n), .mini-block-grid-6 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-6 > li:nth-of-type(6n+1), .mini-block-grid-6 > figure:nth-of-type(6n+1) {
      clear: both; }

  .mini-block-grid-7 > li, .mini-block-grid-7 > figure {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-7 > li:nth-of-type(n), .mini-block-grid-7 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-7 > li:nth-of-type(7n+1), .mini-block-grid-7 > figure:nth-of-type(7n+1) {
      clear: both; }

  .mini-block-grid-8 > li, .mini-block-grid-8 > figure {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-8 > li:nth-of-type(n), .mini-block-grid-8 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-8 > li:nth-of-type(8n+1), .mini-block-grid-8 > figure:nth-of-type(8n+1) {
      clear: both; }

  .mini-block-grid-9 > li, .mini-block-grid-9 > figure {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-9 > li:nth-of-type(n), .mini-block-grid-9 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-9 > li:nth-of-type(9n+1), .mini-block-grid-9 > figure:nth-of-type(9n+1) {
      clear: both; }

  .mini-block-grid-10 > li, .mini-block-grid-10 > figure {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-10 > li:nth-of-type(n), .mini-block-grid-10 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-10 > li:nth-of-type(10n+1), .mini-block-grid-10 > figure:nth-of-type(10n+1) {
      clear: both; }

  .mini-block-grid-11 > li, .mini-block-grid-11 > figure {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-11 > li:nth-of-type(n), .mini-block-grid-11 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-11 > li:nth-of-type(11n+1), .mini-block-grid-11 > figure:nth-of-type(11n+1) {
      clear: both; }

  .mini-block-grid-12 > li, .mini-block-grid-12 > figure {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .mini-block-grid-12 > li:nth-of-type(n), .mini-block-grid-12 > figure:nth-of-type(n) {
      clear: none; }
    .mini-block-grid-12 > li:nth-of-type(12n+1), .mini-block-grid-12 > figure:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 30em) {
  /* Remove smaller grid clearing */
  .mini-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .mini-block-grid-1 > figure:nth-of-type(1n+1) {
    clear: none; }

  .mini-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .mini-block-grid-2 > figure:nth-of-type(2n+1) {
    clear: none; }

  .mini-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .mini-block-grid-3 > figure:nth-of-type(3n+1) {
    clear: none; }

  .mini-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .mini-block-grid-4 > figure:nth-of-type(4n+1) {
    clear: none; }

  .mini-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .mini-block-grid-5 > figure:nth-of-type(5n+1) {
    clear: none; }

  .mini-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .mini-block-grid-6 > figure:nth-of-type(6n+1) {
    clear: none; }

  .mini-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .mini-block-grid-7 > figure:nth-of-type(7n+1) {
    clear: none; }

  .mini-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .mini-block-grid-8 > figure:nth-of-type(8n+1) {
    clear: none; }

  .mini-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .mini-block-grid-9 > figure:nth-of-type(9n+1) {
    clear: none; }

  .mini-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .mini-block-grid-10 > figure:nth-of-type(10n+1) {
    clear: none; }

  .mini-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .mini-block-grid-11 > figure:nth-of-type(11n+1) {
    clear: none; }

  .mini-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .mini-block-grid-12 > figure:nth-of-type(12n+1) {
    clear: none; }

  .small-block-grid-1 > li, .small-block-grid-1 > figure {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-1 > li:nth-of-type(n), .small-block-grid-1 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1), .small-block-grid-1 > figure:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li, .small-block-grid-2 > figure {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-2 > li:nth-of-type(n), .small-block-grid-2 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1), .small-block-grid-2 > figure:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li, .small-block-grid-3 > figure {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-3 > li:nth-of-type(n), .small-block-grid-3 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1), .small-block-grid-3 > figure:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li, .small-block-grid-4 > figure {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-4 > li:nth-of-type(n), .small-block-grid-4 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1), .small-block-grid-4 > figure:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li, .small-block-grid-5 > figure {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-5 > li:nth-of-type(n), .small-block-grid-5 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1), .small-block-grid-5 > figure:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li, .small-block-grid-6 > figure {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-6 > li:nth-of-type(n), .small-block-grid-6 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1), .small-block-grid-6 > figure:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li, .small-block-grid-7 > figure {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-7 > li:nth-of-type(n), .small-block-grid-7 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1), .small-block-grid-7 > figure:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li, .small-block-grid-8 > figure {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-8 > li:nth-of-type(n), .small-block-grid-8 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1), .small-block-grid-8 > figure:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li, .small-block-grid-9 > figure {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-9 > li:nth-of-type(n), .small-block-grid-9 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1), .small-block-grid-9 > figure:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li, .small-block-grid-10 > figure {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-10 > li:nth-of-type(n), .small-block-grid-10 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1), .small-block-grid-10 > figure:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li, .small-block-grid-11 > figure {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-11 > li:nth-of-type(n), .small-block-grid-11 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1), .small-block-grid-11 > figure:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li, .small-block-grid-12 > figure {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-12 > li:nth-of-type(n), .small-block-grid-12 > figure:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1), .small-block-grid-12 > figure:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 48em) {
  /* Remove smaller grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-1 > figure:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-2 > figure:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-3 > figure:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-4 > figure:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-5 > figure:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-6 > figure:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-7 > figure:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-8 > figure:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-9 > figure:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-10 > figure:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-11 > figure:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .small-block-grid-12 > figure:nth-of-type(12n+1) {
    clear: none; }

  .medium-block-grid-1 > li, .medium-block-grid-1 > figure {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-1 > li:nth-of-type(n), .medium-block-grid-1 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1), .medium-block-grid-1 > figure:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li, .medium-block-grid-2 > figure {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-2 > li:nth-of-type(n), .medium-block-grid-2 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1), .medium-block-grid-2 > figure:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li, .medium-block-grid-3 > figure {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-3 > li:nth-of-type(n), .medium-block-grid-3 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1), .medium-block-grid-3 > figure:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li, .medium-block-grid-4 > figure {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-4 > li:nth-of-type(n), .medium-block-grid-4 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1), .medium-block-grid-4 > figure:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li, .medium-block-grid-5 > figure {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-5 > li:nth-of-type(n), .medium-block-grid-5 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1), .medium-block-grid-5 > figure:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li, .medium-block-grid-6 > figure {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-6 > li:nth-of-type(n), .medium-block-grid-6 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1), .medium-block-grid-6 > figure:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li, .medium-block-grid-7 > figure {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-7 > li:nth-of-type(n), .medium-block-grid-7 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1), .medium-block-grid-7 > figure:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li, .medium-block-grid-8 > figure {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-8 > li:nth-of-type(n), .medium-block-grid-8 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1), .medium-block-grid-8 > figure:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li, .medium-block-grid-9 > figure {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-9 > li:nth-of-type(n), .medium-block-grid-9 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1), .medium-block-grid-9 > figure:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li, .medium-block-grid-10 > figure {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-10 > li:nth-of-type(n), .medium-block-grid-10 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1), .medium-block-grid-10 > figure:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li, .medium-block-grid-11 > figure {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-11 > li:nth-of-type(n), .medium-block-grid-11 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1), .medium-block-grid-11 > figure:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li, .medium-block-grid-12 > figure {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-12 > li:nth-of-type(n), .medium-block-grid-12 > figure:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1), .medium-block-grid-12 > figure:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 60em) {
  /* Remove smaller grid clearing */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .medium-block-grid-1 > figure:nth-of-type(1n+1) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .medium-block-grid-2 > figure:nth-of-type(2n+1) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .medium-block-grid-3 > figure:nth-of-type(3n+1) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .medium-block-grid-4 > figure:nth-of-type(4n+1) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .medium-block-grid-5 > figure:nth-of-type(5n+1) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .medium-block-grid-6 > figure:nth-of-type(6n+1) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .medium-block-grid-7 > figure:nth-of-type(7n+1) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .medium-block-grid-8 > figure:nth-of-type(8n+1) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .medium-block-grid-9 > figure:nth-of-type(9n+1) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .medium-block-grid-10 > figure:nth-of-type(10n+1) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .medium-block-grid-11 > figure:nth-of-type(11n+1) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .medium-block-grid-12 > figure:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-1 > li, .large-block-grid-1 > figure {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-1 > li:nth-of-type(n), .large-block-grid-1 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1), .large-block-grid-1 > figure:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li, .large-block-grid-2 > figure {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-2 > li:nth-of-type(n), .large-block-grid-2 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1), .large-block-grid-2 > figure:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li, .large-block-grid-3 > figure {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-3 > li:nth-of-type(n), .large-block-grid-3 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1), .large-block-grid-3 > figure:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li, .large-block-grid-4 > figure {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-4 > li:nth-of-type(n), .large-block-grid-4 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1), .large-block-grid-4 > figure:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li, .large-block-grid-5 > figure {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-5 > li:nth-of-type(n), .large-block-grid-5 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1), .large-block-grid-5 > figure:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li, .large-block-grid-6 > figure {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-6 > li:nth-of-type(n), .large-block-grid-6 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1), .large-block-grid-6 > figure:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li, .large-block-grid-7 > figure {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-7 > li:nth-of-type(n), .large-block-grid-7 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1), .large-block-grid-7 > figure:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li, .large-block-grid-8 > figure {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-8 > li:nth-of-type(n), .large-block-grid-8 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1), .large-block-grid-8 > figure:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li, .large-block-grid-9 > figure {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-9 > li:nth-of-type(n), .large-block-grid-9 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1), .large-block-grid-9 > figure:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li, .large-block-grid-10 > figure {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-10 > li:nth-of-type(n), .large-block-grid-10 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1), .large-block-grid-10 > figure:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li, .large-block-grid-11 > figure {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-11 > li:nth-of-type(n), .large-block-grid-11 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1), .large-block-grid-11 > figure:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li, .large-block-grid-12 > figure {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-12 > li:nth-of-type(n), .large-block-grid-12 > figure:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1), .large-block-grid-12 > figure:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 76.5em) {
  /* Remove smaller grid clearing */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .large-block-grid-1 > figure:nth-of-type(1n+1) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .large-block-grid-2 > figure:nth-of-type(2n+1) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .large-block-grid-3 > figure:nth-of-type(3n+1) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .large-block-grid-4 > figure:nth-of-type(4n+1) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .large-block-grid-5 > figure:nth-of-type(5n+1) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .large-block-grid-6 > figure:nth-of-type(6n+1) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .large-block-grid-7 > figure:nth-of-type(7n+1) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .large-block-grid-8 > figure:nth-of-type(8n+1) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .large-block-grid-9 > figure:nth-of-type(9n+1) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .large-block-grid-10 > figure:nth-of-type(10n+1) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .large-block-grid-11 > figure:nth-of-type(11n+1) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-12 > figure:nth-of-type(12n+1) {
    clear: none; }

  .xlarge-block-grid-1 > li, .xlarge-block-grid-1 > figure {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-1 > li:nth-of-type(n), .xlarge-block-grid-1 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-1 > li:nth-of-type(1n+1), .xlarge-block-grid-1 > figure:nth-of-type(1n+1) {
      clear: both; }

  .xlarge-block-grid-2 > li, .xlarge-block-grid-2 > figure {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-2 > li:nth-of-type(n), .xlarge-block-grid-2 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-2 > li:nth-of-type(2n+1), .xlarge-block-grid-2 > figure:nth-of-type(2n+1) {
      clear: both; }

  .xlarge-block-grid-3 > li, .xlarge-block-grid-3 > figure {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-3 > li:nth-of-type(n), .xlarge-block-grid-3 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-3 > li:nth-of-type(3n+1), .xlarge-block-grid-3 > figure:nth-of-type(3n+1) {
      clear: both; }

  .xlarge-block-grid-4 > li, .xlarge-block-grid-4 > figure {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-4 > li:nth-of-type(n), .xlarge-block-grid-4 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+1), .xlarge-block-grid-4 > figure:nth-of-type(4n+1) {
      clear: both; }

  .xlarge-block-grid-5 > li, .xlarge-block-grid-5 > figure {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-5 > li:nth-of-type(n), .xlarge-block-grid-5 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+1), .xlarge-block-grid-5 > figure:nth-of-type(5n+1) {
      clear: both; }

  .xlarge-block-grid-6 > li, .xlarge-block-grid-6 > figure {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-6 > li:nth-of-type(n), .xlarge-block-grid-6 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+1), .xlarge-block-grid-6 > figure:nth-of-type(6n+1) {
      clear: both; }

  .xlarge-block-grid-7 > li, .xlarge-block-grid-7 > figure {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-7 > li:nth-of-type(n), .xlarge-block-grid-7 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+1), .xlarge-block-grid-7 > figure:nth-of-type(7n+1) {
      clear: both; }

  .xlarge-block-grid-8 > li, .xlarge-block-grid-8 > figure {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-8 > li:nth-of-type(n), .xlarge-block-grid-8 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+1), .xlarge-block-grid-8 > figure:nth-of-type(8n+1) {
      clear: both; }

  .xlarge-block-grid-9 > li, .xlarge-block-grid-9 > figure {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-9 > li:nth-of-type(n), .xlarge-block-grid-9 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+1), .xlarge-block-grid-9 > figure:nth-of-type(9n+1) {
      clear: both; }

  .xlarge-block-grid-10 > li, .xlarge-block-grid-10 > figure {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-10 > li:nth-of-type(n), .xlarge-block-grid-10 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+1), .xlarge-block-grid-10 > figure:nth-of-type(10n+1) {
      clear: both; }

  .xlarge-block-grid-11 > li, .xlarge-block-grid-11 > figure {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-11 > li:nth-of-type(n), .xlarge-block-grid-11 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+1), .xlarge-block-grid-11 > figure:nth-of-type(11n+1) {
      clear: both; }

  .xlarge-block-grid-12 > li, .xlarge-block-grid-12 > figure {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .xlarge-block-grid-12 > li:nth-of-type(n), .xlarge-block-grid-12 > figure:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+1), .xlarge-block-grid-12 > figure:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 87.5em) {
  /* Remove smaller grid clearing */
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .xlarge-block-grid-1 > figure:nth-of-type(1n+1) {
    clear: none; }

  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .xlarge-block-grid-2 > figure:nth-of-type(2n+1) {
    clear: none; }

  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .xlarge-block-grid-3 > figure:nth-of-type(3n+1) {
    clear: none; }

  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .xlarge-block-grid-4 > figure:nth-of-type(4n+1) {
    clear: none; }

  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .xlarge-block-grid-5 > figure:nth-of-type(5n+1) {
    clear: none; }

  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .xlarge-block-grid-6 > figure:nth-of-type(6n+1) {
    clear: none; }

  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .xlarge-block-grid-7 > figure:nth-of-type(7n+1) {
    clear: none; }

  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .xlarge-block-grid-8 > figure:nth-of-type(8n+1) {
    clear: none; }

  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .xlarge-block-grid-9 > figure:nth-of-type(9n+1) {
    clear: none; }

  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .xlarge-block-grid-10 > figure:nth-of-type(10n+1) {
    clear: none; }

  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .xlarge-block-grid-11 > figure:nth-of-type(11n+1) {
    clear: none; }

  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .xlarge-block-grid-12 > figure:nth-of-type(12n+1) {
    clear: none; }

  .xxlarge-block-grid-1 > li, .xxlarge-block-grid-1 > figure {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-1 > li:nth-of-type(n), .xxlarge-block-grid-1 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n+1), .xxlarge-block-grid-1 > figure:nth-of-type(1n+1) {
      clear: both; }

  .xxlarge-block-grid-2 > li, .xxlarge-block-grid-2 > figure {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-2 > li:nth-of-type(n), .xxlarge-block-grid-2 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-2 > li:nth-of-type(2n+1), .xxlarge-block-grid-2 > figure:nth-of-type(2n+1) {
      clear: both; }

  .xxlarge-block-grid-3 > li, .xxlarge-block-grid-3 > figure {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-3 > li:nth-of-type(n), .xxlarge-block-grid-3 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n+1), .xxlarge-block-grid-3 > figure:nth-of-type(3n+1) {
      clear: both; }

  .xxlarge-block-grid-4 > li, .xxlarge-block-grid-4 > figure {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-4 > li:nth-of-type(n), .xxlarge-block-grid-4 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+1), .xxlarge-block-grid-4 > figure:nth-of-type(4n+1) {
      clear: both; }

  .xxlarge-block-grid-5 > li, .xxlarge-block-grid-5 > figure {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-5 > li:nth-of-type(n), .xxlarge-block-grid-5 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+1), .xxlarge-block-grid-5 > figure:nth-of-type(5n+1) {
      clear: both; }

  .xxlarge-block-grid-6 > li, .xxlarge-block-grid-6 > figure {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-6 > li:nth-of-type(n), .xxlarge-block-grid-6 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+1), .xxlarge-block-grid-6 > figure:nth-of-type(6n+1) {
      clear: both; }

  .xxlarge-block-grid-7 > li, .xxlarge-block-grid-7 > figure {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-7 > li:nth-of-type(n), .xxlarge-block-grid-7 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+1), .xxlarge-block-grid-7 > figure:nth-of-type(7n+1) {
      clear: both; }

  .xxlarge-block-grid-8 > li, .xxlarge-block-grid-8 > figure {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-8 > li:nth-of-type(n), .xxlarge-block-grid-8 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+1), .xxlarge-block-grid-8 > figure:nth-of-type(8n+1) {
      clear: both; }

  .xxlarge-block-grid-9 > li, .xxlarge-block-grid-9 > figure {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-9 > li:nth-of-type(n), .xxlarge-block-grid-9 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+1), .xxlarge-block-grid-9 > figure:nth-of-type(9n+1) {
      clear: both; }

  .xxlarge-block-grid-10 > li, .xxlarge-block-grid-10 > figure {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-10 > li:nth-of-type(n), .xxlarge-block-grid-10 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+1), .xxlarge-block-grid-10 > figure:nth-of-type(10n+1) {
      clear: both; }

  .xxlarge-block-grid-11 > li, .xxlarge-block-grid-11 > figure {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-11 > li:nth-of-type(n), .xxlarge-block-grid-11 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+1), .xxlarge-block-grid-11 > figure:nth-of-type(11n+1) {
      clear: both; }

  .xxlarge-block-grid-12 > li, .xxlarge-block-grid-12 > figure {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .xxlarge-block-grid-12 > li:nth-of-type(n), .xxlarge-block-grid-12 > figure:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+1), .xxlarge-block-grid-12 > figure:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 118.75em) {
  /* Remove smaller grid clearing */
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .xxlarge-block-grid-1 > figure:nth-of-type(1n+1) {
    clear: none; }

  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .xxlarge-block-grid-2 > figure:nth-of-type(2n+1) {
    clear: none; }

  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .xxlarge-block-grid-3 > figure:nth-of-type(3n+1) {
    clear: none; }

  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .xxlarge-block-grid-4 > figure:nth-of-type(4n+1) {
    clear: none; }

  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .xxlarge-block-grid-5 > figure:nth-of-type(5n+1) {
    clear: none; }

  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .xxlarge-block-grid-6 > figure:nth-of-type(6n+1) {
    clear: none; }

  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .xxlarge-block-grid-7 > figure:nth-of-type(7n+1) {
    clear: none; }

  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .xxlarge-block-grid-8 > figure:nth-of-type(8n+1) {
    clear: none; }

  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .xxlarge-block-grid-9 > figure:nth-of-type(9n+1) {
    clear: none; }

  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .xxlarge-block-grid-10 > figure:nth-of-type(10n+1) {
    clear: none; }

  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .xxlarge-block-grid-11 > figure:nth-of-type(11n+1) {
    clear: none; }

  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .xxlarge-block-grid-12 > figure:nth-of-type(12n+1) {
    clear: none; }

  .hd-block-grid-1 > li, .hd-block-grid-1 > figure {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-1 > li:nth-of-type(n), .hd-block-grid-1 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-1 > li:nth-of-type(1n+1), .hd-block-grid-1 > figure:nth-of-type(1n+1) {
      clear: both; }

  .hd-block-grid-2 > li, .hd-block-grid-2 > figure {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-2 > li:nth-of-type(n), .hd-block-grid-2 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-2 > li:nth-of-type(2n+1), .hd-block-grid-2 > figure:nth-of-type(2n+1) {
      clear: both; }

  .hd-block-grid-3 > li, .hd-block-grid-3 > figure {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-3 > li:nth-of-type(n), .hd-block-grid-3 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-3 > li:nth-of-type(3n+1), .hd-block-grid-3 > figure:nth-of-type(3n+1) {
      clear: both; }

  .hd-block-grid-4 > li, .hd-block-grid-4 > figure {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-4 > li:nth-of-type(n), .hd-block-grid-4 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-4 > li:nth-of-type(4n+1), .hd-block-grid-4 > figure:nth-of-type(4n+1) {
      clear: both; }

  .hd-block-grid-5 > li, .hd-block-grid-5 > figure {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-5 > li:nth-of-type(n), .hd-block-grid-5 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-5 > li:nth-of-type(5n+1), .hd-block-grid-5 > figure:nth-of-type(5n+1) {
      clear: both; }

  .hd-block-grid-6 > li, .hd-block-grid-6 > figure {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-6 > li:nth-of-type(n), .hd-block-grid-6 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-6 > li:nth-of-type(6n+1), .hd-block-grid-6 > figure:nth-of-type(6n+1) {
      clear: both; }

  .hd-block-grid-7 > li, .hd-block-grid-7 > figure {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-7 > li:nth-of-type(n), .hd-block-grid-7 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-7 > li:nth-of-type(7n+1), .hd-block-grid-7 > figure:nth-of-type(7n+1) {
      clear: both; }

  .hd-block-grid-8 > li, .hd-block-grid-8 > figure {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-8 > li:nth-of-type(n), .hd-block-grid-8 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-8 > li:nth-of-type(8n+1), .hd-block-grid-8 > figure:nth-of-type(8n+1) {
      clear: both; }

  .hd-block-grid-9 > li, .hd-block-grid-9 > figure {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-9 > li:nth-of-type(n), .hd-block-grid-9 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-9 > li:nth-of-type(9n+1), .hd-block-grid-9 > figure:nth-of-type(9n+1) {
      clear: both; }

  .hd-block-grid-10 > li, .hd-block-grid-10 > figure {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-10 > li:nth-of-type(n), .hd-block-grid-10 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-10 > li:nth-of-type(10n+1), .hd-block-grid-10 > figure:nth-of-type(10n+1) {
      clear: both; }

  .hd-block-grid-11 > li, .hd-block-grid-11 > figure {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-11 > li:nth-of-type(n), .hd-block-grid-11 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-11 > li:nth-of-type(11n+1), .hd-block-grid-11 > figure:nth-of-type(11n+1) {
      clear: both; }

  .hd-block-grid-12 > li, .hd-block-grid-12 > figure {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .hd-block-grid-12 > li:nth-of-type(n), .hd-block-grid-12 > figure:nth-of-type(n) {
      clear: none; }
    .hd-block-grid-12 > li:nth-of-type(12n+1), .hd-block-grid-12 > figure:nth-of-type(12n+1) {
      clear: both; } }
/* Default Pagination */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  ul.pagination li {
    height: 1.5em;
    color: #222222;
    font-size: 0.875em;
    margin-left: 0.3125em; }
    ul.pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999999; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #ec1b24;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #ec1b24; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875em;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: uppercase;
      color: #ec1b24; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75em;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }
  label small {
    text-transform: capitalize;
    color: #666666; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
  margin-top: 0; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }
.error label,
.error label.error {
  color: #c60f13; }
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  input.error:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }

label.error {
  color: #c60f13; }

p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #888888;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #ec1b24;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #db121b; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Calluna, "Times New Roman", Garamond, serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 1em;
  margin-bottom: 0.2em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.25em; }

h3 {
  font-size: 1.0625em; }

h4 {
  font-size: 0.9375em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #666666;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 30em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 1.625em; }

  h3 {
    font-size: 1.25em; }

  h4 {
    font-size: 1em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #ec1b24;
  color: white; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #c60f13;
    color: white; }
  .label.success {
    background-color: #5da423;
    color: white; }
  .label.secondary {
    background-color: #e9e9e9;
    color: #333333; }

/* Keystroke Characters */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }
  [data-clearing] li {
    float: left;
    margin-right: 10px; }

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 30em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: white; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: white; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5; }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: black;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -28px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -28px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white; }

.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0px 0px 30px #ffffff;
  -webkit-box-shadow: 0px 0px 15px #ffffff;
  box-shadow: 0px 0px 15px #ffffff; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px; }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 30em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: black !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -28px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: black !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -28px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: black !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -28px;
      right: auto; } }
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 10px;
    height: 10px;
    background: #999999;
    float: left;
    margin-right: 6px;
    border: solid 1px #555555;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #555555; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 30em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 30em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 30em) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: #fff !important; } }
/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  [data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
  [data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
    width: 100% !important; }
    [data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
    [data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
    [data-section='vertical-tabs'][data-section-small-style] > section,
    [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
    [data-section='vertical-nav'][data-section-small-style] > [data-section-region],
    [data-section='vertical-nav'][data-section-small-style] > section,
    [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
    [data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
    [data-section='horizontal-nav'][data-section-small-style] > section,
    [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
    [data-section='accordion'][data-section-small-style] > [data-section-region],
    [data-section='accordion'][data-section-small-style] > section,
    [data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
      padding: 0 !important;
      margin: 0 !important; }
      [data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
      [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > section > .title,
      [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
      [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > section > .title,
      [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
      [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > section > .title,
      [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
      [data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
      [data-section='accordion'][data-section-small-style] > section > [data-section-title],
      [data-section='accordion'][data-section-small-style] > section > .title,
      [data-section='accordion'][data-section-small-style] > .section > [data-section-title],
      [data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
        width: 100% !important; }
  [data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
  [data-section='vertical-tabs'] > section,
  [data-section='vertical-tabs'] > .section,
  [data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
  [data-section='vertical-nav'] > section,
  [data-section='vertical-nav'] > .section,
  [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
  [data-section='horizontal-nav'] > section,
  [data-section='horizontal-nav'] > .section,
  [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
  [data-section='accordion'] > section,
  [data-section='accordion'] > .section,
  [data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
    margin: 0; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
    [data-section='vertical-tabs'] > section > [data-section-title],
    [data-section='vertical-tabs'] > section > .title,
    [data-section='vertical-tabs'] > .section > [data-section-title],
    [data-section='vertical-tabs'] > .section > .title,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
    [data-section='vertical-nav'] > section > [data-section-title],
    [data-section='vertical-nav'] > section > .title,
    [data-section='vertical-nav'] > .section > [data-section-title],
    [data-section='vertical-nav'] > .section > .title,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
    [data-section='horizontal-nav'] > section > [data-section-title],
    [data-section='horizontal-nav'] > section > .title,
    [data-section='horizontal-nav'] > .section > [data-section-title],
    [data-section='horizontal-nav'] > .section > .title,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
    [data-section='accordion'] > section > [data-section-title],
    [data-section='accordion'] > section > .title,
    [data-section='accordion'] > .section > [data-section-title],
    [data-section='accordion'] > .section > .title,
    [data-section='accordion'] > [data-section-region] > [data-section-title],
    [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
      [data-section='vertical-tabs'] > section > [data-section-title] a,
      [data-section='vertical-tabs'] > section > .title a,
      [data-section='vertical-tabs'] > .section > [data-section-title] a,
      [data-section='vertical-tabs'] > .section > .title a,
      [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
      [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
      [data-section='vertical-nav'] > section > [data-section-title] a,
      [data-section='vertical-nav'] > section > .title a,
      [data-section='vertical-nav'] > .section > [data-section-title] a,
      [data-section='vertical-nav'] > .section > .title a,
      [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
      [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
      [data-section='horizontal-nav'] > section > [data-section-title] a,
      [data-section='horizontal-nav'] > section > .title a,
      [data-section='horizontal-nav'] > .section > [data-section-title] a,
      [data-section='horizontal-nav'] > .section > .title a,
      [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
      [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
      [data-section='accordion'] > section > [data-section-title] a,
      [data-section='accordion'] > section > .title a,
      [data-section='accordion'] > .section > [data-section-title] a,
      [data-section='accordion'] > .section > .title a,
      [data-section='accordion'] > [data-section-region] > [data-section-title] a,
      [data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
    [data-section='vertical-tabs'] > section > [data-section-content],
    [data-section='vertical-tabs'] > section > .content,
    [data-section='vertical-tabs'] > .section > [data-section-content],
    [data-section='vertical-tabs'] > .section > .content,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
    [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
    [data-section='vertical-nav'] > section > [data-section-content],
    [data-section='vertical-nav'] > section > .content,
    [data-section='vertical-nav'] > .section > [data-section-content],
    [data-section='vertical-nav'] > .section > .content,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
    [data-section='horizontal-nav'] > section > [data-section-content],
    [data-section='horizontal-nav'] > section > .content,
    [data-section='horizontal-nav'] > .section > [data-section-content],
    [data-section='horizontal-nav'] > .section > .content,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
    [data-section='accordion'] > section > [data-section-content],
    [data-section='accordion'] > section > .content,
    [data-section='accordion'] > .section > [data-section-content],
    [data-section='accordion'] > .section > .content,
    [data-section='accordion'] > [data-section-region] > [data-section-content],
    [data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
      display: none; }
    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
    [data-section='vertical-tabs'] > section.active > [data-section-content],
    [data-section='vertical-tabs'] > section.active > .content,
    [data-section='vertical-tabs'] > .section.active > [data-section-content],
    [data-section='vertical-tabs'] > .section.active > .content,
    [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
    [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
    [data-section='vertical-nav'] > section.active > [data-section-content],
    [data-section='vertical-nav'] > section.active > .content,
    [data-section='vertical-nav'] > .section.active > [data-section-content],
    [data-section='vertical-nav'] > .section.active > .content,
    [data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
    [data-section='horizontal-nav'] > section.active > [data-section-content],
    [data-section='horizontal-nav'] > section.active > .content,
    [data-section='horizontal-nav'] > .section.active > [data-section-content],
    [data-section='horizontal-nav'] > .section.active > .content,
    [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
    [data-section='accordion'] > section.active > [data-section-content],
    [data-section='accordion'] > section.active > .content,
    [data-section='accordion'] > .section.active > [data-section-content],
    [data-section='accordion'] > .section.active > .content,
    [data-section='accordion'] > [data-section-region].active > [data-section-content],
    [data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
      display: block; }
    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
    [data-section='vertical-tabs'] > section:not(.active),
    [data-section='vertical-tabs'] > .section:not(.active),
    [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
    [data-section='vertical-nav'] > section:not(.active),
    [data-section='vertical-nav'] > .section:not(.active),
    [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
    [data-section='horizontal-nav'] > section:not(.active),
    [data-section='horizontal-nav'] > .section:not(.active),
    [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
    [data-section='accordion'] > section:not(.active),
    [data-section='accordion'] > .section:not(.active),
    [data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
    [data-section='vertical-tabs'] > section > [data-section-title],
    [data-section='vertical-tabs'] > section > .title,
    [data-section='vertical-tabs'] > .section > [data-section-title],
    [data-section='vertical-tabs'] > .section > .title,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
    [data-section='vertical-nav'] > section > [data-section-title],
    [data-section='vertical-nav'] > section > .title,
    [data-section='vertical-nav'] > .section > [data-section-title],
    [data-section='vertical-nav'] > .section > .title,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
    [data-section='horizontal-nav'] > section > [data-section-title],
    [data-section='horizontal-nav'] > section > .title,
    [data-section='horizontal-nav'] > .section > [data-section-title],
    [data-section='horizontal-nav'] > .section > .title,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
    [data-section='accordion'] > section > [data-section-title],
    [data-section='accordion'] > section > .title,
    [data-section='accordion'] > .section > [data-section-title],
    [data-section='accordion'] > .section > .title,
    [data-section='accordion'] > [data-section-region] > [data-section-title],
    [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
      width: 100%; }

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc; }
  .section-container.auto > section > .title, .section-container.auto > .section > .title,
  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > .title,
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title,
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title,
  .section-container.accordion > section > .title,
  .section-container.accordion > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .section-container.auto > section > .title a, .section-container.auto > .section > .title a,
    .section-container.vertical-tabs > section > .title a,
    .section-container.vertical-tabs > .section > .title a,
    .section-container.vertical-nav > section > .title a,
    .section-container.vertical-nav > .section > .title a,
    .section-container.horizontal-nav > section > .title a,
    .section-container.horizontal-nav > .section > .title a,
    .section-container.accordion > section > .title a,
    .section-container.accordion > .section > .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
    .section-container.vertical-tabs > section > .title:hover,
    .section-container.vertical-tabs > .section > .title:hover,
    .section-container.vertical-nav > section > .title:hover,
    .section-container.vertical-nav > .section > .title:hover,
    .section-container.horizontal-nav > section > .title:hover,
    .section-container.horizontal-nav > .section > .title:hover,
    .section-container.accordion > section > .title:hover,
    .section-container.accordion > .section > .title:hover {
      background-color: #e2e2e2; }
  .section-container.auto > section > .content, .section-container.auto > .section > .content,
  .section-container.vertical-tabs > section > .content,
  .section-container.vertical-tabs > .section > .content,
  .section-container.vertical-nav > section > .content,
  .section-container.vertical-nav > .section > .content,
  .section-container.horizontal-nav > section > .content,
  .section-container.horizontal-nav > .section > .content,
  .section-container.accordion > section > .content,
  .section-container.accordion > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
    .section-container.vertical-tabs > section > .content > *:last-child,
    .section-container.vertical-tabs > .section > .content > *:last-child,
    .section-container.vertical-nav > section > .content > *:last-child,
    .section-container.vertical-nav > .section > .content > *:last-child,
    .section-container.horizontal-nav > section > .content > *:last-child,
    .section-container.horizontal-nav > .section > .content > *:last-child,
    .section-container.accordion > section > .content > *:last-child,
    .section-container.accordion > .section > .content > *:last-child {
      margin-bottom: 0; }
    .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
    .section-container.vertical-tabs > section > .content > *:first-child,
    .section-container.vertical-tabs > .section > .content > *:first-child,
    .section-container.vertical-nav > section > .content > *:first-child,
    .section-container.vertical-nav > .section > .content > *:first-child,
    .section-container.horizontal-nav > section > .content > *:first-child,
    .section-container.horizontal-nav > .section > .content > *:first-child,
    .section-container.accordion > section > .content > *:first-child,
    .section-container.accordion > .section > .content > *:first-child {
      padding-top: 0; }
    .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
    .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
    .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
    .section-container.accordion > section > .content > *:last-child:not(.flex-video),
    .section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
  .section-container.vertical-tabs > section.active > .title,
  .section-container.vertical-tabs > .section.active > .title,
  .section-container.vertical-nav > section.active > .title,
  .section-container.vertical-nav > .section.active > .title,
  .section-container.horizontal-nav > section.active > .title,
  .section-container.horizontal-nav > .section.active > .title,
  .section-container.accordion > section.active > .title,
  .section-container.accordion > .section.active > .title {
    background: #d5d5d5; }
    .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
    .section-container.vertical-tabs > section.active > .title a,
    .section-container.vertical-tabs > .section.active > .title a,
    .section-container.vertical-nav > section.active > .title a,
    .section-container.vertical-nav > .section.active > .title a,
    .section-container.horizontal-nav > section.active > .title a,
    .section-container.horizontal-nav > .section.active > .title a,
    .section-container.accordion > section.active > .title a,
    .section-container.accordion > .section.active > .title a {
      color: #333333; }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
  .section-container.vertical-tabs > section:not(.active),
  .section-container.vertical-tabs > .section:not(.active),
  .section-container.vertical-nav > section:not(.active),
  .section-container.vertical-nav > .section:not(.active),
  .section-container.horizontal-nav > section:not(.active),
  .section-container.horizontal-nav > .section:not(.active),
  .section-container.accordion > section:not(.active),
  .section-container.accordion > .section:not(.active) {
    padding: 0 !important; }
  .section-container.auto > section > .title, .section-container.auto > .section > .title,
  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > .title,
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title,
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title,
  .section-container.accordion > section > .title,
  .section-container.accordion > .section > .title {
    border-top: none; }

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  [data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden; }
  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
    margin-bottom: 0; }
    [data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
      width: 100%;
      display: inline-block;
      white-space: nowrap; }
  [data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
    display: none; }
  [data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
    display: block; }
  [data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
    padding: 0 !important; }
  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }

.section-container.tabs {
  border: none; }
  .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
      background-color: #e2e2e2; }
  .section-container.tabs > section > .content, .section-container.tabs > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
      margin-bottom: 0; }
    .section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
      padding-top: 0; }
    .section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    background: white; }
    .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
      color: #333333; }
  .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
    padding: 0 !important; }
  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    border-bottom: 0; }

@media only screen and (min-width: 30em) {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
      display: none; }
    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
      display: block; }
    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }

  .section-container.auto {
    border: none; }
    .section-container.auto > section > .title, .section-container.auto > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.auto > section > .content, .section-container.auto > .section > .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      background: white; }
      .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: #333333; }
    .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
      padding: 0 !important; }
    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      border-bottom: 0; }

  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
      display: none; }
    [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
      display: block; }
    [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
      position: absolute;
      top: 0;
      left: 0;
      width: 12.5em; }
    [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
      padding-left: 12.5em; }
      [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
        width: 12.5em; }

  .section-container.vertical-tabs {
    border: none; }
    .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
      background: #d5d5d5; }
      .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
        color: #333333; }
    .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
      padding: 0 !important; }
    .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
      padding-left: 12.4375em; }
      .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
        background-color: #d5d5d5; }

  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
      position: relative;
      display: inline-block; }
      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
        margin-bottom: 0; }
        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
        display: none; }
      [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
        display: block; }
      [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
        position: static;
        width: auto; }
        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
          display: block; }
      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em; }

  .section-container.vertical-nav {
    border: none; }
    .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
      background: #d5d5d5; }
      .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
        color: #333333; }
    .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
      padding: 0 !important; }

  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
      position: relative;
      float: left; }
      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
        margin-bottom: 0; }
        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
        display: none; }
      [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
        display: block; }
      [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
        position: static;
        width: auto; }
        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
          display: block; }
      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em; }

  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc; }
    .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
      background: #d5d5d5; }
      .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
        color: #333333; }
    .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
      padding: 0 !important; } }
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  .no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
    width: 100% !important; }
    .no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
      padding: 0 !important;
      margin: 0 !important; }
      .no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
        width: 100% !important; }
  .no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
    margin: 0; }
    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
      margin-bottom: 0; }
      .no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    .no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
      display: none; }
    .no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
      display: block; }
    .no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
      padding: 0 !important; }
    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
      width: 100%; }
.no-js .section-container {
  border-top: 1px solid #cccccc; }
  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
      background-color: #e2e2e2; }
  .no-js .section-container > section > .content, .no-js .section-container > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
      margin-bottom: 0; }
    .no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
      padding-top: 0; }
    .no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
    background: #d5d5d5; }
    .no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
      color: #333333; }
  .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
    padding: 0 !important; }
  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    border-top: none; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #950c12;
    color: #ec1b24; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.opened {
    color: #ec1b24 !important;
    border-bottom: dotted 1px #950c12 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal; }

@media only screen and (min-width: 30em) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
.clear {
  clear: both; }

.debug {
  background: #6C0;
  color: white; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img .alignright {
  margin: 0 0 1em 1em; }
img .alignleft {
  margin: 0 1em 1em 0; }

@font-face {
  font-family: "Calluna";
  src: url('fonts/calluna-regular-webfont.eot');
  src: url('fonts/calluna-regular-webfont.eot?#iefix') format('eot'), url('fonts/calluna-regular-webfont.ttf') format('truetype'), url('fonts/calluna-regular-webfont.woff') format('woff'), url('fonts/calluna-regular-webfont.svg') format('svg'); }

@font-face {
  font-family: "Calluna";
  src: url('fonts/calluna-semibold-webfont.eot');
  src: url('fonts/calluna-semibold-webfont.eot?#iefix') format('eot'), url('fonts/calluna-semibold-webfont.ttf') format('truetype'), url('fonts/calluna-semibold-webfont.woff') format('woff'), url('fonts/calluna-semibold-webfont.svg') format('svg');
  font-weight: bold; }

@font-face {
  font-family: "Calluna";
  src: url('fonts/calluna-it-webfont.eot');
  src: url('fonts/calluna-it-webfont.eot?#iefix') format('eot'), url('fonts/calluna-it-webfont.ttf') format('truetype'), url('fonts/calluna-it-webfont.woff') format('woff'), url('fonts/calluna-it-webfont.svg') format('svg');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Calluna Light";
  src: url('fonts/calluna-light-webfont.eot');
  src: url('fonts/calluna-light-webfont.eot?#iefix') format('eot'), url('fonts/calluna-light-webfont.ttf') format('truetype'), url('fonts/calluna-light-webfont.woff') format('woff'), url('fonts/calluna-light-webfont.svg') format('svg'); }

@font-face {
  font-family: "Museo Sans";
  src: url('fonts/museosans_300-webfont.eot');
  src: url('fonts/museosans_300-webfont.eot?#iefix') format('eot'), url('fonts/museosans_300-webfont.ttf') format('truetype'), url('fonts/museosans_300-webfont.woff') format('woff'), url('fonts/museosans_300-webfont.woff') format('svg'); }

@font-face {
  font-family: "Museo Sans";
  src: url('fonts/museosans_700-webfont.eot');
  src: url('fonts/museosans_700-webfont.eot?#iefix') format('eot'), url('fonts/museosans_700-webfont.ttf') format('truetype'), url('fonts/museosans_700-webfont.woff') format('woff'), url('fonts/museosans_700-webfont.woff') format('svg');
  font-weight: bold; }

html {
  height: 100%; }

body {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #222222), color-stop(50%, white));
  background-image: -webkit-linear-gradient(left, #222222 50%, white 50%);
  background-image: -moz-linear-gradient(left, #222222 50%, white 50%);
  background-image: -o-linear-gradient(left, #222222 50%, white 50%);
  background-image: linear-gradient(left, #222222 50%, #ffffff 50%);
  background-image: -ms-linear-gradient(left, #222222 50%, white 50%);
  background-size: 100%;
  height: 100%; }

#site {
  height: 100%;
  position: relative; }

aside#sidebar {
  background: #222222;
  margin-bottom: 200px; }
  aside#sidebar a {
    color: white; }
  aside#sidebar #logo {
    width: 64%;
    margin-left: 0.625rem;
    margin-bottom: 3.4375rem; }
  aside#sidebar #search-form {
    position: relative;
    margin-bottom: 1.25rem; }
    aside#sidebar #search-form input[type=text]::-webkit-input-placeholder {
      color: #444444;
      -webkit-transition: color 200ms;
      -moz-transition: color 200ms;
      -o-transition: color 200ms;
      transition: color 200ms; }
    aside#sidebar #search-form input[type=text] {
      border: 0.0625rem solid #444444;
      background: #111;
      padding: 0.4375rem 2.1875rem 0.4375rem 0.5625rem;
      height: auto;
      color: #444444; }
      aside#sidebar #search-form input[type=text]:focus {
        color: white; }
      aside#sidebar #search-form input[type=text]:focus::-webkit-input-placeholder {
        color: #999; }
    aside#sidebar #search-form button[type=submit] {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      border: 0;
      background: none;
      padding: 0;
      width: 1.25rem;
      height: 1.25rem;
      position: absolute;
      top: 50%;
      right: 0.4375rem;
      margin-top: -0.75rem;
      overflow: visible;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      aside#sidebar #search-form button[type=submit] img {
        width: 100%;
        position: relative; }
      aside#sidebar #search-form button[type=submit]:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
  aside#sidebar nav#main-menu ul {
    list-style: none;
    margin: 0 0 3.125rem 0;
    padding: 0; }
    aside#sidebar nav#main-menu ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
    aside#sidebar nav#main-menu ul li {
      font-family: "Museo Sans", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: bold;
      color: white; }
      aside#sidebar nav#main-menu ul li.current-menu-item, aside#sidebar nav#main-menu ul li.current-page-ancestor {
        color: #ec1b24; }
      aside#sidebar nav#main-menu ul li a {
        color: inherit;
        display: block;
        padding: 0.625rem 0.625rem 0.5rem 0.5625rem;
        border-bottom: 0.0625rem solid #444444;
        -webkit-transition: padding 150ms;
        -moz-transition: padding 150ms;
        -o-transition: padding 150ms;
        transition: padding 150ms; }
        aside#sidebar nav#main-menu ul li a:hover {
          padding-left: 1.125rem; }
  aside#sidebar #twitter-feed {
    font-family: Calluna, Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #999;
    margin-bottom: 3.125rem; }
    aside#sidebar #twitter-feed a {
      color: #ccc;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      aside#sidebar #twitter-feed a:hover {
        color: white; }
    aside#sidebar #twitter-feed blockquote {
      background: #333;
      border: 0;
      padding: 0.625rem;
      position: relative;
      margin-bottom: 1.25rem; }
      aside#sidebar #twitter-feed blockquote:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 0.5625rem solid #333333;
        border-right: 0.5625rem solid transparent;
        border-bottom: 0.5625rem solid transparent;
        border-left: 0.5625rem solid #333333;
        position: absolute;
        left: 2.5rem;
        bottom: -1.125rem; }
    aside#sidebar #twitter-feed .twitter-author {
      margin-left: 10px; }
      aside#sidebar #twitter-feed .twitter-author img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin-right: 0.3125rem; }

#content {
  background: white;
  min-height: 100%;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  overflow: hidden;
  *zoom: 1; }
  #content header.archive {
    padding-left: 5rem;
    margin-bottom: 5rem; }
    #content header.archive h1 {
      margin-top: 0;
      margin-bottom: 0.45em;
      font-size: 2rem;
      border-bottom: 0.0625rem dashed #999999; }
  #content .subheader {
    font-size: 1.2em; }
  #content article {
    padding-left: 5rem;
    margin-bottom: 5rem; }
    #content article header h1 {
      margin-top: 0;
      margin-bottom: 0.45em;
      font-weight: bold; }
      #content article header h1 a {
        color: inherit; }
    #content article header .infobar {
      overflow: hidden;
      *zoom: 1;
      margin-left: -5rem;
      margin-bottom: 0.625rem;
      border-top: 0.0625rem solid #ec1b24; }
      #content article header .infobar .category-image {
        float: left;
        background: #ec1b24;
        margin-right: 2.5rem;
        width: 2.5rem;
        height: 2.5rem; }
        #content article header .infobar .category-image a {
          margin-top: 0.3125rem;
          margin-left: auto;
          margin-right: auto;
          width: 1.875rem;
          height: 1.875rem;
          display: block;
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          background-size: contain; }
      #content article header .infobar .post-meta {
        color: #999;
        padding-top: 0.83em;
        font-size: 0.75rem;
        font-family: "Museo Sans", Arial, Helvetica, sans-serif; }
        #content article header .infobar .post-meta .post-author {
          float: right; }
    #content article.post h2, #content article.post h3 {
      margin-left: -1.25rem; }
    #content article > section {
      color: #777;
      font-size: 1.25em;
      position: relative; }
      #content article > section .button-bar {
        position: absolute;
        top: 0;
        left: -5rem;
        width: 2.5rem;
        background: #999;
        border-top: 2px solid #bbb;
        text-align: center;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        opacity: 0.75;
        -webkit-transition: opacity 200ms;
        -moz-transition: opacity 200ms;
        -o-transition: opacity 200ms;
        transition: opacity 200ms;
        padding: 0 0.3125rem; }
        #content article > section .button-bar:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        #content article > section .button-bar .box {
          margin-bottom: 0.625rem;
          border: none !important;
          cursor: pointer !important; }
          #content article > section .button-bar .box a {
            display: block;
            color: white;
            font-weight: normal;
            font-size: 0.875rem;
            background-position: center 0.6875rem;
            background-repeat: no-repeat;
            -webkit-background-size: 80%;
            -moz-background-size: 80%;
            -o-background-size: 80%;
            background-size: 80%;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
            opacity: 0.75;
            -webkit-transition: opacity 200ms;
            -moz-transition: opacity 200ms;
            -o-transition: opacity 200ms;
            transition: opacity 200ms; }
            #content article > section .button-bar .box a:hover {
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
              opacity: 1; }
          #content article > section .button-bar .box.comments a {
            padding-top: 2.1875rem;
            background-image: url("img/icon-button-comments.svg"); }
          #content article > section .button-bar .box.like a {
            padding-top: 2.3125rem;
            background-image: url("img/icon-button-like.svg"); }
          #content article > section .button-bar .box.fb a {
            padding-top: 2.5rem;
            background-image: url("img/icon-button-fb2.svg"); }
          #content article > section .button-bar .box.twitter a {
            padding-top: 2rem;
            background-image: url("img/icon-button-twitter.svg"); }
          #content article > section .button-bar .box + .box a {
            border-top: 0.0625rem solid #cccccc; }
      #content article > section .excerpt {
        margin-bottom: 2.5rem;
        color: #555;
        font-family: Calluna, "Times New Roman", sans-serif;
        font-size: 1.75rem;
        line-height: 1.4em; }
      #content article > section ul, #content article > section ol {
        margin-left: 1.5rem; }
      #content article > section ul {
        list-style: none; }
        #content article > section ul > li:before {
          content: "\002022 ";
          color: #ec1b24;
          padding-right: 0.875rem;
          margin-left: -1.25rem; }
      #content article > section h4, #content article > section h5, #content article > section h6 {
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }
      #content article > section h5 {
        font-style: italic; }
      #content article > section figure {
        margin-top: 0.3125rem;
        margin-bottom: 1.875rem; }
        #content article > section figure.featured-image {
          margin-left: -1.25rem; }
        #content article > section figure.alignnone {
          margin-left: -1.25rem;
          margin-top: 1.875rem; }
        #content article > section figure.alignleft {
          margin-right: 1.25rem; }
        #content article > section figure.alignright {
          margin-left: 1.25rem; }
        #content article > section figure figcaption {
          color: #999;
          font-size: 0.9375rem;
          font-family: "Museo Sans", Arial, Helvetica, sans-serif;
          padding: 0.625rem 0;
          border-bottom: 0.0625rem dashed #cccccc; }
      #content article > section pre {
        border: 0.0625rem solid #cccccc;
        padding: 0.625rem;
        margin-left: -1.25rem;
        margin-bottom: 1.875rem; }
        #content article > section pre code {
          font-weight: normal;
          font-size: 1rem; }
      #content article > section#page-index-tags .count, #content article > section#page-index-categories .count {
        color: #999;
        font-size: 1rem; }
      #content article > section#page-index-categories .column > ul {
        margin-left: 0; }
        #content article > section#page-index-categories .column > ul > li:before {
          content: "";
          padding-right: 0;
          margin-left: 0; }
        #content article > section#page-index-categories .column > ul li {
          margin-bottom: 1.875rem; }
          #content article > section#page-index-categories .column > ul li .parent-category {
            height: 2.5rem;
            border-bottom: 0.0625rem solid #aaaaaa; }
            #content article > section#page-index-categories .column > ul li .parent-category .category-image {
              float: left;
              background: #ec1b24;
              margin-right: 0.625rem;
              width: 2.5rem;
              height: 2.5rem;
              line-height: 1; }
              #content article > section#page-index-categories .column > ul li .parent-category .category-image a {
                margin-top: 0.3125rem;
                margin-left: auto;
                margin-right: auto;
                width: 1.875rem;
                height: 1.875rem;
                display: block;
                background-position: center center;
                background-repeat: no-repeat;
                -webkit-background-size: contain;
                -moz-background-size: contain;
                -o-background-size: contain;
                background-size: contain; }
            #content article > section#page-index-categories .column > ul li .parent-category > a {
              height: 2.5rem;
              display: table-cell;
              vertical-align: middle;
              font-weight: bold; }
          #content article > section#page-index-categories .column > ul li > ul {
            margin-left: 3.125rem;
            margin-top: 0.3125rem; }
      #content article > section .gallery img {
        width: 100%; }
      #content article > section .gallery .gallery-item {
        margin-bottom: 1.6rem; }
    #content article footer {
      border-top: 0.0625rem solid #cccccc;
      margin: 2.8125rem 0 1.875rem 0;
      padding-top: 0.9375rem; }
      #content article footer section {
        font-size: 0.875rem;
        line-height: 1.75rem;
        margin-bottom: 0.9375rem; }
        #content article footer section.tags a {
          color: white;
          background-color: #ec1b24;
          -webkit-border-radius: 0.3125rem;
          -moz-border-radius: 0.3125rem;
          -ms-border-radius: 0.3125rem;
          -o-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
          padding: 0.0625rem 0.3125rem;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
          opacity: 0.6;
          -webkit-transition: opacity 200ms;
          -moz-transition: opacity 200ms;
          -o-transition: opacity 200ms;
          transition: opacity 200ms; }
          #content article footer section.tags a:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
        #content article footer section.likebutton {
          text-align: right; }
  #content #pagination {
    margin-top: 1.875rem;
    border-top: 0.0625rem dashed #cccccc;
    padding-top: 0.9375rem;
    line-height: 1.3; }
    #content #pagination .nav-pages {
      text-align: center; }
    #content #pagination .nav-next {
      text-align: right; }
    #content #pagination span {
      display: block;
      margin-bottom: 0.3125rem; }

#site > footer {
  font-family: "Museo Sans", Arial, Helvetica, sans-serif;
  color: #999;
  font-size: 0.8125rem; }
  #site > footer #social {
    margin-top: -13.75rem; }
    #site > footer #social span {
      display: block;
      font-size: 1.0625rem;
      margin-bottom: 0.625rem; }
    #site > footer #social .social-link {
      margin-right: 2%;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
      opacity: 0.75;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      -o-transition: opacity 200ms;
      transition: opacity 200ms; }
      #site > footer #social .social-link:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
  #site > footer #fingerprint {
    margin-top: -7.5rem; }
    #site > footer #fingerprint a {
      color: white; }

.tooltip.tip-right {
  margin-left: 0.4375rem !important;
  margin-top: -0.9375rem; }

@media only screen and (max-width: 59.9375em) {
  aside#sidebar {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    margin-bottom: 0; }
    aside#sidebar #logo {
      width: 30%;
      margin-left: 0;
      margin-bottom: 0.9375rem;
      margin-top: 0.9375rem; }
    aside#sidebar #menu-button {
      position: absolute;
      top: 50%;
      right: 0.9375rem;
      height: 2.125rem;
      margin-top: -1.125rem;
      display: block;
      width: 2.125rem;
      height: 2.125rem;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      -o-transition: opacity 200ms;
      transition: opacity 200ms; }
      aside#sidebar #menu-button:hover {
        cursor: pointer; }
      aside#sidebar #menu-button.active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    aside#sidebar #search-form {
      position: absolute;
      top: 50%;
      margin-top: -1.125rem;
      right: 4rem;
      height: 2.125rem;
      width: 35%; }
    aside#sidebar nav#main-menu {
      display: none;
      position: absolute;
      width: 100%;
      margin-left: -0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-top: 0.9375rem;
      background: #1a1a1a; }
      aside#sidebar nav#main-menu ul {
        margin: 0;
        padding-bottom: 0.9375rem; }
        aside#sidebar nav#main-menu ul li a {
          padding: 0.5rem 0 0.4375rem 0; }
        aside#sidebar nav#main-menu ul li:last-child a {
          border-bottom: none; }

  #content {
    padding-top: 7.5em;
    padding-bottom: 5em; }

  #site > footer {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    background: #222222;
    padding: 1.25rem 0; }
    #site > footer #social {
      margin-top: 0; }
      #site > footer #social span {
        font-size: 0.9375rem;
        margin-bottom: 0.625rem; }
      #site > footer #social .social-link {
        margin-right: 2%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        opacity: 0.75;
        -webkit-transition: opacity 200ms;
        -moz-transition: opacity 200ms;
        -o-transition: opacity 200ms;
        transition: opacity 200ms; }
        #site > footer #social .social-link:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
    #site > footer #fingerprint {
      text-align: right;
      margin-top: 0; } }
@media only screen and (max-width: 47.9375em) {
  aside#sidebar {
    position: relative;
    padding: 0; }
    aside#sidebar #logo {
      margin: 0;
      width: 3.125rem; }
    aside#sidebar #menu-button {
      position: absolute;
      top: 0.5rem;
      right: 0.9375rem;
      height: 2.125rem;
      margin-top: 0;
      display: block;
      width: 2.125rem;
      height: 2.125rem;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      -o-transition: opacity 200ms;
      transition: opacity 200ms; }
      aside#sidebar #menu-button:hover {
        cursor: pointer; }
      aside#sidebar #menu-button.active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    aside#sidebar #search-form {
      position: absolute;
      top: 0.5rem;
      margin-top: 0;
      right: 4rem;
      height: 2.125rem;
      width: 50%; }
    aside#sidebar nav#main-menu {
      position: relative;
      margin: 0; }

  #content {
    padding-top: 3.75rem; }
    #content header.archive {
      padding-left: 0; }
    #content article {
      padding-left: 0;
      margin-bottom: 3.75rem; }
      #content article header .infobar {
        margin-left: 0;
        margin-bottom: 1.5625rem; }
        #content article header .infobar .category-image {
          display: none; }
      #content article.post h2, #content article.post h3 {
        margin-left: 0; }
      #content article section {
        font-size: 1.125rem; }
        #content article section .excerpt {
          margin-bottom: 2em;
          font-size: 1.375rem; }
        #content article section ul, #content article section ol {
          margin-left: 1.25rem; }
        #content article section h2, #content article section h3, #content article section h4, #content article section h5, #content article section h6 {
          margin-left: 0;
          margin-top: 1.5em;
          margin-bottom: 0.5em; }
        #content article section figure {
          margin-top: 0.625rem;
          margin-bottom: 1.25rem;
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
          #content article section figure figcaption {
            text-align: center; }
          #content article section figure.featured-image {
            margin-left: auto;
            margin-right: auto; }
          #content article section figure.alignnone {
            margin-left: auto;
            margin-right: auto; }
            #content article section figure.alignnone figcaption {
              text-align: left; }
          #content article section figure.alignleft, #content article section figure.alignright {
            float: none;
            margin-left: auto;
            margin-right: auto; }
      #content article > section .button-bar {
        display: none; }
      #content article > section pre {
        border-left: none;
        border-right: none;
        padding: 1.25rem 0;
        margin-left: 0;
        margin-bottom: 1.25rem; }
        #content article > section pre code {
          font-weight: normal;
          font-size: 0.875rem; }

  #site > footer #social {
    padding-right: 5%; } }
@media only screen and (max-width: 29.9375em) {
  #site > footer #social {
    padding-right: 15%; }
  #site > footer #fingerprint {
    text-align: left;
    margin-top: 1.875rem; } }
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
  color: #888888; }

/* plain text */
@media screen {
  .str {
    color: #ff9900; }

  /* string content */
  .kwd {
    color: #cc0033; }

  /* a keyword */
  .com {
    color: #880000; }

  /* a comment */
  .typ {
    color: #660066; }

  /* a type name */
  .lit {
    color: #006666; }

  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun, .opn, .clo {
    color: #666600; }

  .tag {
    color: #005599; }

  /* a markup tag name */
  .atn {
    color: #660066; }

  /* a markup attribute name */
  .atv {
    color: #008800; }

  /* a markup attribute value */
  .dec, .var {
    color: #660066; }

  /* a declaration; a variable name */
  .fun {
    color: red; }

  /* a function name */ }
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #006600; }

  .kwd {
    color: #006;
    font-weight: bold; }

  .com {
    color: #600;
    font-style: italic; }

  .typ {
    color: #404;
    font-weight: bold; }

  .lit {
    color: #004444; }

  .pun, .opn, .clo {
    color: #444400; }

  .tag {
    color: #006;
    font-weight: bold; }

  .atn {
    color: #440044; }

  .atv {
    color: #006600; } }
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888888; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0; }

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none; }

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eeeeee; }
