@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button, ul.links.inline li a,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button, ul.links.inline li a {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button, ul.links.inline li a,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button, ul.links.inline li a,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button, ul.links.inline li a,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner, ul.links.inline li a::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring, ul.links.inline li a:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button, ul.links.inline li a {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button, [data-whatinput='mouse'] ul.links.inline li a, ul.links.inline li [data-whatinput='mouse'] a {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.46875rem;
        margin-left: -0.46875rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.46875rem;
        margin-left: -0.46875rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.46875rem;
      padding-left: 0.46875rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 0.625rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 0.9375rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #373737;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.3125rem; }
  h2 {
    font-size: 1.9375rem; }
  h3 {
    font-size: 1.4375rem; }
  h4 {
    font-size: 1.1875rem; }
  h5 {
    font-size: 0.875rem; }
  h6 {
    font-size: 0.75rem; } }

a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 87.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 0; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #ec5840;
    color: #0a0a0a; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #0a0a0a; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #0a0a0a; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button ul.links.inline li a, ul.links.inline li
.input-group-button a,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button ul.links.inline li a, ul.links.inline li
  .input-group-button a,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fcedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2199e8; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #2199e8; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2199e8;
  color: #fefefe; }
  .badge.primary {
    background: #2199e8;
    color: #0a0a0a; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #ec5840;
    color: #0a0a0a; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #0a0a0a; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #0a0a0a; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #0a0a0a; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #0a0a0a; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #ebebeb;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #fce6e2;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.2em;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button,
  .menu ul.links.inline li a, ul.links.inline li
  .menu a {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 0.2em; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 0.2em; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 0.5rem; }
  .menu .active > a {
    background: #2199e8;
    color: inherit; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.2em;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2199e8 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2199e8;
  color: #fefefe; }
  .label.primary {
    background: #2199e8;
    color: #0a0a0a; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #ec5840;
    color: #0a0a0a; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
      transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button, .orbit-bullets ul.links.inline li a, ul.links.inline li .orbit-bullets a {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover, .orbit-bullets ul.links.inline li a:hover, ul.links.inline li .orbit-bullets a:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active, .orbit-bullets ul.links.inline li a.is-active, ul.links.inline li .orbit-bullets a.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button,
  .pagination ul.links.inline li a, ul.links.inline li
  .pagination a {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover,
    .pagination ul.links.inline li a:hover, ul.links.inline li
    .pagination a:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 87.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 87.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 87.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 87.5rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2199e8; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1585cf; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #2199e8; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .card::before, .card .card-footer::before, #imsta-app .exhibit-app-footer-navigation::before, #exhibit-app .exhibit-app-footer-navigation::before, #imsta-app .app-product-card::before, #exhibit-app .app-product-card::before, #imsta-app .app-product-card .card-footer::before, #exhibit-app .app-product-card .card-footer::before, .clearfix::after, .card::after, .card .card-footer::after, #imsta-app .exhibit-app-footer-navigation::after, #exhibit-app .exhibit-app-footer-navigation::after, #imsta-app .app-product-card::after, #exhibit-app .app-product-card::after, #imsta-app .app-product-card .card-footer::after, #exhibit-app .app-product-card .card-footer::after {
  display: table;
  content: ' '; }

.clearfix::after, .card::after, .card .card-footer::after, #imsta-app .exhibit-app-footer-navigation::after, #exhibit-app .exhibit-app-footer-navigation::after, #imsta-app .app-product-card::after, #exhibit-app .app-product-card::after, #imsta-app .app-product-card .card-footer::after, #exhibit-app .app-product-card .card-footer::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

html {
  min-height: 100%;
  width: 100%; }

html, body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  height: auto; }

.clear, .clearfix, .card, .card .card-footer, #imsta-app .exhibit-app-footer-navigation, #exhibit-app .exhibit-app-footer-navigation, #imsta-app .app-product-card, #exhibit-app .app-product-card, #imsta-app .app-product-card .card-footer, #exhibit-app .app-product-card .card-footer {
  clear: both; }

.main_scroll {
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 18px;
  font-size: 11px; }
  .main_scroll img {
    margin-top: 12px;
    max-width: 25px !important; }

.hide_alt {
  display: none; }
  .hide_alt.show {
    display: block; }
    .hide_alt.show img {
      position: relative;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      animation: jumpy .4s infinite alternate; }

@keyframes jumpy {
  0% {
    top: 0; }
  100% {
    top: 12px; } }

::-moz-selection {
  background: #00afed;
  color: #FFFFFF; }

::selection {
  background: #00afed;
  color: #FFFFFF; }

@media (max-width: 980px) {
  body {
    padding-top: 3em; } }

@media (min-width: 980px) {
  body {
    padding-top: 4.9em; } }

body.cke_editable {
  padding: 2em !important;
  margin-bottom: 0 !important; }

.container {
  max-width: 1400px;
  margin: 0 auto; }

.centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

body.full-width main, body.presentation main {
  max-width: 100%; }
  body.full-width main h1#page-title, body.presentation main h1#page-title {
    margin: auto;
    max-width: 1400px;
    text-align: center;
    text-decoration: none; }
  body.full-width main section, body.presentation main section {
    padding: 0 !important; }

body.full-width #breadcrumb, body.presentation #breadcrumb {
  display: none; }

body.full-width article > .medium-12 {
  padding: 0; }

.row {
  position: relative; }

.columns {
  padding: 0 1.25rem; }

.box {
  border-radius: 0; }

img, a img {
  height: auto;
  max-width: 100%; }

main {
  overflow: hidden;
  display: block;
  margin: 0em auto;
  max-width: 1400px;
  padding: 2em 0; }

.block-callout {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) inset;
  padding: 1em; }
  .block-callout a {
    padding: .5em 0; }

.flag-outer {
  text-align: center; }
  .flag-outer .flag-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2199e8;
    color: #fefefe; }
    [data-whatinput='mouse'] .flag-outer .flag-wrapper {
      outline: 0; }
    .flag-outer .flag-wrapper:hover, .flag-outer .flag-wrapper:focus {
      background-color: #1583cc;
      color: #fefefe; }
    .flag-outer .flag-wrapper a:hover {
      color: mintcream; }

.pane-node-body {
  margin-top: 1em; }

.region-help {
  margin: 1em 0 2em; }

.region.region-sidebar-second {
  font-size: .9em;
  padding: 1.2em; }

.field-name-field-video-stream-ref {
  margin-bottom: 1em; }

.field-name-body {
  margin-bottom: 2em; }

.social-share a:before {
  font-family: FontAwesome; }

.social-share .social-share-facebook:before {
  content: '\f230 ';
  margin-right: .3em;
  font-size: 1.3em;
  font-weight: normal; }

.social-share .social-share-twitter:before {
  content: '\f081 ';
  margin-right: .3em;
  font-size: 1.3em;
  font-weight: normal; }

.social-share .social-share-googleplus:before {
  content: '\f0d4 ';
  margin-right: .3em;
  font-size: 1.3em;
  font-weight: normal; }

.social-share .social-share-linkedin:before {
  content: '\f08c ';
  margin-right: .3em;
  font-size: 1.3em;
  font-weight: normal; }

.social-share .social-share-delicious:before {
  content: '\f1a5 ';
  margin-right: .3em;
  font-size: 1.3em;
  font-weight: normal; }

.social-share a {
  margin: 0.5em;
  display: inline-block; }

table {
  margin: 1em 0;
  border: 1px solid #e2e2e2; }
  table caption {
    margin: 1.5em 0 0.5em 0;
    font-size: 1.2em;
    font-weight: bold; }
  table tr {
    font-size: 1em; }
  table tfoot tr td {
    background-color: #FFFFFF;
    font-size: 1em;
    padding: 1em; }

.sidebar table tr {
  background-color: #fafafa; }

table.hover tr:hover {
  background-color: #f2f2f2; }

table.hover tr:nth-of-type(even):hover {
  background-color: #f1f1f1; }

.plain-table table {
  border: none !important;
  border-collapse: separate;
  border-spacing: 15px;
  background-color: #EFEFEF; }
  .plain-table table h3 {
    margin-top: 0; }
  .plain-table table th, .plain-table table td {
    padding: 0;
    background-color: transparent !important;
    position: relative;
    overflow: hidden; }
    .plain-table table th a, .plain-table table td a {
      display: block;
      padding-bottom: 3.2em; }
      .plain-table table th a img, .plain-table table td a img {
        display: block; }
    .plain-table table th:hover .grid-label, .plain-table table td:hover .grid-label {
      top: 0;
      background-color: black; }
    .plain-table table th .grid-label, .plain-table table td .grid-label {
      text-align: center;
      text-transform: uppercase;
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 14.2em;
      height: 100%;
      left: 0;
      right: 0;
      transition: all 500ms linear; }
      .plain-table table th .grid-label a, .plain-table table td .grid-label a {
        color: #FFF;
        min-height: 3.5em;
        display: block;
        padding: .25em .5em;
        font-size: .9em; }
        .plain-table table th .grid-label a > span, .plain-table table td .grid-label a > span {
          display: block;
          text-transform: none;
          position: absolute;
          top: 4.5em;
          font-size: .9em;
          padding: 0 1em; }
          .plain-table table th .grid-label a > span p, .plain-table table td .grid-label a > span p {
            text-align: left;
            margin: 0 0 .5em;
            line-height: 1.4; }
          .plain-table table th .grid-label a > span ul, .plain-table table td .grid-label a > span ul {
            margin: 0; }
            .plain-table table th .grid-label a > span ul li, .plain-table table td .grid-label a > span ul li {
              text-align: left;
              margin: 0 0 .5em;
              line-height: 1.4; }

.clearfix:after, .card:after, .card .card-footer:after, #imsta-app .exhibit-app-footer-navigation:after, #exhibit-app .exhibit-app-footer-navigation:after, #imsta-app .app-product-card:after, #exhibit-app .app-product-card:after, #imsta-app .app-product-card .card-footer:after, #exhibit-app .app-product-card .card-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

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

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

.inset, .card .card-body > fieldset, .card .card-collapsible, fieldset, #imsta-app .app-product-card .card-body > fieldset, #exhibit-app .app-product-card .card-body > fieldset, #imsta-app .app-product-card .card-collapsible, #exhibit-app .app-product-card .card-collapsible {
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1) inset; }

.media-object {
  margin-bottom: 2em; }
  .media-object .views-field-body {
    padding: .5em 0; }
  .media-object .views-field-title {
    font-size: 1.3em;
    position: relative;
    top: -5px; }
  .media-object .views-field-field-image, .media-object .views-field-field-cck-image, .media-object .field-image, .media-object img {
    width: 100%;
    display: block;
    float: none !important;
    padding: 0 !important;
    margin: 0 0 0em 0 !important; }
  @media (max-width: 600px) {
    .media-object .views-field-body {
      padding: .5em 0; }
    .media-object .views-field-title {
      padding-top: .5em; } }
  @media (min-width: 600px) {
    .media-object {
      position: relative;
      padding-left: 33.3%;
      overflow: hidden;
      min-height: 150px; }
      .media-object .views-field-field-image, .media-object .views-field-field-cck-image, .media-object img {
        float: none !important;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 30%;
        max-height: 100%; }
        .media-object .views-field-field-image .field-image, .media-object .views-field-field-image img, .media-object .views-field-field-cck-image .field-image, .media-object .views-field-field-cck-image img, .media-object img .field-image, .media-object img img {
          width: 100%;
          position: relative;
          left: auto;
          top: auto; } }

.card {
  clear: left;
  border: 1px solid #edeeef;
  margin-bottom: 1em;
  position: relative;
  padding: 0 0 0 33.3%;
  background-color: #fcfdfe;
  border-radius: 3px;
  /* Support Articles */ }
  .card * {
    transition: all 250ms; }
  .card section {
    margin-bottom: 1em; }
  .card.no-image {
    padding: 0; }
  .card.full-height-image > img {
    border-right: 1px solid #ddd;
    bottom: 0;
    left: 0;
    top: 0;
    width: 33.3%;
    min-height: 100%; }
  .card.full-height-image .card-image {
    border-right: 1px solid #ddd;
    bottom: 0;
    left: 0;
    top: 0;
    width: 33.3%;
    background-position: center;
    background-size: cover;
    position: absolute; }
  .card .card-heading {
    font-size: 1.15em;
    font-weight: bold;
    padding: 0.5em 1em;
    color: #58595b;
    background-color: #f7f8f9;
    border-bottom: 1px solid #edeeef; }
  .card .card-footer {
    padding: 0.5em 1em; }
  .card .card-sub-heading {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0.1em;
    color: #373737;
    border-bottom: 1px solid #373737; }
  .card .card-body {
    padding: 0.5em 1em; }
  .card .card-collapsible {
    background-color: #FFFFFF;
    padding: 0 1em; }
    .card .card-collapsible .card-collapsible-heading {
      background-color: #eaebec;
      border-bottom: 1px solid #edeeef;
      color: #58595b;
      cursor: pointer;
      font-weight: bold;
      margin: 0 -1em;
      padding: 0.5em 1em;
      position: relative; }
      .card .card-collapsible .card-collapsible-heading a {
        color: #58595b; }
        .card .card-collapsible .card-collapsible-heading a:hover {
          color: #009deb; }
      .card .card-collapsible .card-collapsible-heading:after {
        content: '\f078';
        font-family: fontawesome;
        float: right; }
    .card .card-collapsible .card-collapsible-body {
      display: none; }
    .card .card-collapsible.expanded .card-collapsible-heading:after {
      content: '\f077'; }
    .card .card-collapsible.expanded .card-collapsible-body {
      padding: 1em 0;
      transition: max-height 2.5s ease;
      display: block; }
  .card > a, .card > .post-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .card > a > img, .card > .post-image > img {
      position: absolute;
      top: 1em;
      left: 1em;
      width: 25%; }
  .card > img {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 25%; }
  .card p {
    margin: 0;
    padding: .5em 0; }
  .card:hover .card-heading {
    background-color: #f1f1f1; }
  .card .post-caption-wrapper {
    padding: .5em; }

@media print {
  .no-print, .main-footer, .main-nav, input[type="submit"], input[type="button"], input[type="reset"], .button, a.button, [role~="button"], button, ul.links.inline li a, .event-nav button.event-filters-reveal, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab, .top-nav, #breadcrumb, .region-hero, .no-print *, .main-footer *, .main-nav *, input[type="submit"] *, input[type="button"] *, input[type="reset"] *, .button *, a.button *, [role~="button"] *, button *, ul.links.inline li a *, .event-nav button.event-filters-reveal *, .md-button.md-default-theme.md-primary.md-raised *, .md-button.md-primary.md-raised *, .md-button.md-default-theme.md-primary.md-fab *, .md-button.md-primary.md-fab *, .top-nav *, #breadcrumb *, .region-hero * {
    display: none !important; } }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #58595b; }

a {
  text-decoration: none;
  transition: 200ms ease all;
  color: #003a62;
  cursor: pointer; }
  a:visited {
    color: #00203c; }
  a:hover, a:hover {
    color: #009deb; }

p a, b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

p {
  margin-bottom: 1em;
  line-height: 1.5; }
  p:last-child {
    margin-bottom: 0em; }
  p:first-of-type {
    margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6, .main-nav {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  color: #373737; }

h2, h3 {
  line-height: 1.3; }

h1 {
  margin-bottom: 0.5em;
  position: relative;
  top: -3px; }
  @media (max-width: 830px) {
    h1 {
      text-align: center; } }

h2 {
  margin: .5em 0;
  padding-bottom: 0.1em; }

.element-invisible {
  margin: 0 !important;
  padding: 0 !important; }

h3 {
  margin: .5em 0; }

.media-object h2, .media-object h3 {
  margin: 0; }
  .media-object h2 a, .media-object h3 a {
    font-size: 1.625rem; }

@media (max-width: 600px) {
  ul {
    list-style: square; }
  ul, ol {
    padding-left: 1em; }
  address {
    font-size: 1em;
    line-height: 1.5em; }
  .region-content ul, ol {
    margin: 1.3em; }
    .region-content ul li, ol li {
      margin-bottom: .3em; }
  small {
    font-size: .8em; }
  .panel-pane .pane-content > .node > h2 {
    display: none; }
  blockquote {
    background-color: #0072bc; } }

.views-view-grid {
  table-layout: fixed; }
  .views-view-grid table {
    border: none; }

.table-centered-grid td {
  text-align: center;
  padding-top: 1em; }
  @media (max-width: 500px) {
    .table-centered-grid td {
      display: block; } }

.view {
  /* Let's try to globally style field based views*/ }
  .view .view-header {
    margin-bottom: 1.5em; }
  .view .view-content .views-row {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    clear: left; }
  .view .view-content .views-row:last-child {
    border-bottom: 0; }
  .view .view-content .views-field-field-cck-image {
    float: left;
    margin-right: 1em;
    margin-bottom: 3em; }
    .view .view-content .views-field-field-cck-image .field-image, .view .view-content .views-field-field-cck-image .views-field-field-image {
      float: none;
      margin-right: 0;
      margin-bottom: 0; }
  .view .view-content .views-field-title, .view .view-content .post-title {
    font-weight: bold; }
  .view .view-footer {
    clear: both;
    text-align: center; }

.field-collection-view {
  margin: 0; }

.view-oh-taxonomy .views-field-field-image {
  float: left;
  margin: 5px 15px 15px 0; }

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.25em; }

.node-unpublished {
  outline: 3px solid rgba(255, 0, 0, 0.5);
  position: relative; }
  .node-unpublished:before {
    position: absolute;
    right: 5px;
    top: 5px;
    content: "UNPUBLISHED";
    color: rgba(255, 0, 0, 0.5);
    font-weight: bold; }

#admin-menu {
  position: relative; }

html body {
  margin-top: 0px !important; }
  @media screen and (max-width: 945px) {
    html body.admin-menu {
      margin-top: 1.5em !important; }
    html body #admin-menu {
      display: none; }
    html body #block-menu-menu-utility-links {
      display: none; } }
  html body #admin-menu {
    position: relative; }

@media (max-width: 600px) {
  .tabs-system .primary {
    background: none;
    border: 0;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: .3em;
    z-index: 1; }
    .tabs-system .primary > li.active > a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      padding: 0.85em 1em;
      -webkit-appearance: none;
      border: 1px solid transparent;
      border-radius: 0;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-size: 0.9rem;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      border: 1px solid #00abbb;
      color: #00abbb;
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      [data-whatinput='mouse'] .tabs-system .primary > li.active > a {
        outline: 0; }
      .tabs-system .primary > li.active > a, .tabs-system .primary > li.active > a:hover, .tabs-system .primary > li.active > a:focus {
        background-color: transparent; }
      .tabs-system .primary > li.active > a:hover, .tabs-system .primary > li.active > a:focus {
        border-color: #00565e;
        color: #00565e; }
  .tabs-system.tabs {
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    overflow: visible; }
    .tabs-system.tabs li {
      border: 0;
      display: inline-block;
      position: relative; }
      .tabs-system.tabs li a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 1rem 0;
        padding: 0.85em 1em;
        -webkit-appearance: none;
        border: 1px solid transparent;
        border-radius: 0;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        font-size: 0.9rem;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        background-color: #00abbb;
        color: #FFFFFF;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
        [data-whatinput='mouse'] .tabs-system.tabs li a {
          outline: 0; }
        .tabs-system.tabs li a:hover, .tabs-system.tabs li a:focus {
          background-color: #007bb8;
          color: #FFFFFF; } }

@media (min-width: 600px) {
  .tabs-system .primary {
    background: none;
    border: 0;
    width: auto;
    display: inline-block;
    margin: 0;
    padding-left: 0;
    margin-bottom: .5em;
    z-index: 1; }
    .tabs-system .primary > li.active > a {
      color: #003a62; }
  .tabs-system.tabs {
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    overflow: visible; }
    .tabs-system.tabs li.active a {
      border-bottom: 1px solid #bbb; }
    .tabs-system.tabs li {
      bottom: -1px;
      display: inline-block;
      position: relative; }
      .tabs-system.tabs li a {
        font-size: .8em;
        padding: 0.3em 1em;
        display: inline-block;
        color: #444;
        border: 1px solid #AAA; } }

@media (max-width: 960px) {
  .tabs-system {
    font-size: .95em; }
    .tabs-system li a {
      padding: .2em .3em !important; }
  ul.primary {
    white-space: normal; } }

.messages-warning {
  padding: 1em;
  background-color: #F7D387;
  margin-bottom: 1em;
  text-align: center; }

.page-about-vision-mission-objectives .about-vision, .page-about-vision-mission-objectives .about-objectives, .page-about-vision-mission-objectives .about-mission {
  background-color: #d2d9ea;
  border-radius: 15px;
  margin-bottom: 2em;
  padding: 1.5em 2em; }
  .page-about-vision-mission-objectives .about-vision h2, .page-about-vision-mission-objectives .about-objectives h2, .page-about-vision-mission-objectives .about-mission h2 {
    font-size: 2em;
    color: #004B84;
    line-height: 1em;
    margin: 0;
    border: 0; }

.page-about-vision-mission-objectives .about-mission {
  background-color: #003368; }
  .page-about-vision-mission-objectives .about-mission h2 {
    color: #d2d9ea; }
  .page-about-vision-mission-objectives .about-mission p {
    color: #fff; }

.page-about-vision-mission-objectives .about-objectives {
  background-color: #e1e2e3; }

.node-board_member .boardmember-image {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em; }

.node-board_member .boardmember-data {
  clear: both; }

.node-type-oral-history .field-label {
  float: left;
  font-weight: bolder; }

.node-type-oral-history .field-label:after {
  content: " ";
  white-space: pre; }

.node-type-oral-history .field-taxonomy-vocabulary-6.inline {
  display: inline-block; }

.post-info {
  margin-bottom: 2em; }

.posted-date {
  font-style: italic; }

.namm-ctablock, .namm-2016-ctablock {
  border: 1px solid #00afed;
  margin-bottom: 2em;
  padding: 1em;
  text-align: center; }

.node .entity-namm-event .field-label {
  display: none; }

.entity-namm-event .content {
  max-width: 84%; }
  .entity-namm-event .content .event-description {
    margin-bottom: 1em; }

.node-nammupost .author {
  float: right;
  margin-left: 3em;
  max-width: 25%;
  text-align: center; }

.embedded-image {
  margin-bottom: 1em;
  float: none;
  display: block; }
  .embedded-image img {
    display: block; }
  @media (min-width: 480px) {
    .embedded-image {
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      max-width: 45%;
      background-color: #FFFFFF; } }

@media (min-width: 600px) {
  .node-nevent .field-image {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
    max-width: 33%; } }

.namm-event-grid h2 {
  text-align: center; }

.namm-event-grid h3 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: .3em;
  margin-bottom: 1em;
  margin-top: 2em; }

.namm-event-grid h4 {
  font-weight: bold; }
  .namm-event-grid h4 a {
    display: block; }

.namm-event-grid h5 {
  margin: 0;
  padding: 0; }

.namm-event-grid .event-category-selection-container {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: none;
  margin: 1em 0 0 0; }

.namm-event-grid .event-cat-filter {
  font-size: 0.85em;
  padding: 0.5em;
  text-align: center; }

.namm-event-grid .event-category-filter-options {
  text-align: center; }

@media (min-width: 1000px) {
  .namm-event-grid .event-cat-filter {
    text-align: left; }
  .namm-event-grid .event-category-filter-options {
    text-align: left; } }

.namm-event-grid .event-nav {
  margin-bottom: 2em; }

.namm-event-grid .event-time {
  display: block; }

.namm-event-grid .event-type {
  font-size: .75em;
  text-transform: uppercase;
  float: right; }
  @media (max-width: 600px) {
    .namm-event-grid .event-type {
      display: none; } }

.namm-event-grid .event-listing {
  margin: 1em 0 1em 1em; }

.namm-event-grid .event-content > ul {
  list-style: outside none none;
  margin: 1em 0 1em 1em;
  padding-left: 0; }

.namm-event-grid .event-details {
  display: none; }

.namm-event-grid .event-details-reveal {
  border: 0 none;
  padding: 0; }

.namm-event-grid .event-filters-reveal {
  margin: 1em 0; }

.namm-event-grid .event-filters-reveal:before {
  content: 'Show Filters'; }

.namm-event-grid .event-filters-reveal.selected:before {
  content: 'Hide Filters'; }

.namm-event-grid .event-category-selection-all, .namm-event-grid .event-category-selection-clear {
  font-size: .8em; }

.namm-event-grid .event-details-reveal:after {
  content: "\f05a";
  padding-right: 0.5em;
  font-family: FontAwesome; }

.namm-event-grid .event-cat-filter-selection {
  margin-left: 0;
  margin-right: 1em;
  background: none;
  text-align: left; }

.namm-event-grid .event-category-selection:before, .namm-event-grid .event-cat-filter-selection:before {
  font-family: FontAwesome;
  content: '\f096';
  width: 1.2em;
  display: inline-block;
  text-align: left; }

.namm-event-grid .event-category-selection.selected:before, .namm-event-grid .event-cat-filter-selection.selected:before {
  font-family: FontAwesome;
  content: '\f046';
  width: 1.2em;
  display: inline-block;
  text-align: left; }

.namm-event-grid .event-category-selection.filtered:before {
  opacity: .5;
  font-family: FontAwesome;
  content: '\f046';
  width: 1.2em;
  display: inline-block;
  text-align: left; }

.namm-event-grid .event-nav button, .namm-event-grid .event-nav ul.links.inline li a, ul.links.inline li .namm-event-grid .event-nav a {
  margin-bottom: 1em; }

.namm-event-grid .event-filter-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .namm-event-grid .event-filter-container select {
    -ms-flex: 2 2 auto;
        flex: 2 2 auto; }

.namm-event-grid .event-cat-filter-selection {
  border: 0 none;
  padding: 0; }

@media (min-width: 1000px) {
  .namm-event-grid .event-cat-filter-selection {
    min-width: 25%;
    margin: 0; } }

.namm-event-grid .namm-grid-events-nav {
  margin-bottom: 0em; }
  .namm-event-grid .namm-grid-events-nav a {
    margin-right: 1em;
    margin-bottom: 1em;
    display: inline-block; }

.namm-event-grid ul a {
  font-weight: bold; }

.namm-event-grid li {
  margin-bottom: 1em !important; }

.namm-event-grid table, .nugrid {
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed; }
  .namm-event-grid table caption, .nugrid caption {
    font-size: 2em;
    padding: .5em 0;
    font-weight: bold;
    text-align: center;
    margin-top: 0; }
  .namm-event-grid table td, .nugrid td {
    background-color: #FFFFFF;
    border: 0; }

.fc-time-grid .fc-slats td {
  height: 3.5em; }

.fc-time-grid-event .fc-content {
  padding: 3px; }

.fc-event {
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 0;
  color: #58595b;
  margin: 1px; }
  .fc-event:hover {
    color: #FFF !important;
    background-color: #00abbb; }

.fc-axis, .fc-widget-header {
  background-color: #ECECEC !important;
  border: 1px solid #DDD !important; }

.fc-scroller.fc-day-grid-container {
  overflow-y: hidden !important; }

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0; }

.fc-state-hover {
  background-position: 0 0; }

.fc-toolbar h2 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: normal; }

.qtip {
  font-size: .9em;
  line-height: 1.35em;
  pointer-events: none; }

/* Exhibitor Calendar Styles */
.pane-calendar-exhibitor, .pane-atendee-calendar {
  margin-bottom: 2em; }
  .pane-calendar-exhibitor .pane-title, .pane-atendee-calendar .pane-title {
    text-align: center; }
  .pane-calendar-exhibitor .calendar-calendar .mini thead .days, .pane-atendee-calendar .calendar-calendar .mini thead .days {
    background-color: #00abbb;
    color: #FFF;
    border: 1px solid #00abbb; }
  .pane-calendar-exhibitor .calendar-calendar .mini tbody td, .pane-atendee-calendar .calendar-calendar .mini tbody td {
    padding: .3em .5em 1.3em;
    background-color: #fff;
    border: 1px solid #e2e2e2; }
    .pane-calendar-exhibitor .calendar-calendar .mini tbody td.sun, .pane-calendar-exhibitor .calendar-calendar .mini tbody td.sat, .pane-atendee-calendar .calendar-calendar .mini tbody td.sun, .pane-atendee-calendar .calendar-calendar .mini tbody td.sat {
      color: #bebfc1; }
    .pane-calendar-exhibitor .calendar-calendar .mini tbody td.past, .pane-atendee-calendar .calendar-calendar .mini tbody td.past {
      background-color: #f7f7f7;
      color: #a5a6a7; }
    .pane-calendar-exhibitor .calendar-calendar .mini tbody td.has-events, .pane-atendee-calendar .calendar-calendar .mini tbody td.has-events {
      background-color: #22ecff;
      color: #EEE; }
    .pane-calendar-exhibitor .calendar-calendar .mini tbody td.past.has-events, .pane-atendee-calendar .calendar-calendar .mini tbody td.past.has-events {
      background-color: #bbf9ff;
      color: #888; }
    .pane-calendar-exhibitor .calendar-calendar .mini tbody td.today, .pane-atendee-calendar .calendar-calendar .mini tbody td.today {
      background-color: #00afed;
      color: #fff; }
    .pane-calendar-exhibitor .calendar-calendar .mini tbody td.today.has-events, .pane-atendee-calendar .calendar-calendar .mini tbody td.today.has-events {
      background-color: red; }

/* Member Directory Search Styles */
.member-dir-result {
  border-top: 1px solid #CCC;
  padding: 1.5em 0; }
  .member-dir-result h2 {
    margin-top: 0; }

/* Legacy Error Styles */
div.messages {
  margin-bottom: 2em; }

.messages-error {
  padding: 1em; }

/* Misc Panels Overrides */
.panel-separator {
  clear: both;
  display: block;
  padding-bottom: 2em; }

#directoryApp section {
  margin-bottom: 1em; }

/* Cluetip overides */
.cluetip-jtip h3#cluetip-title {
  padding: 1em;
  font-family: "pragmatica-web", sans-serif; }

.cluetip-jtip div#cluetip-inner {
  padding: 1em;
  font-size: 14px;
  font-family: "pragmatica-web", sans-serif; }

.event-presenter-image {
  margin-bottom: 1em;
  max-width: 200px; }
  .event-presenter-image img {
    border-radius: 50%;
    display: block; }

.view-presenters .view-content {
  text-align: center; }
  @media (min-width: 600px) {
    .view-presenters .view-content {
      display: -ms-flexbox;
      display: flex; } }
  .view-presenters .view-content .views-row {
    -ms-flex: 1;
        flex: 1;
    margin: 1em .5em; }
    .view-presenters .view-content .views-row .field-content img {
      border-radius: 50%; }
    .view-presenters .view-content .views-row .views-field-field-cck-image {
      margin: 0;
      float: none;
      margin-bottom: 1em; }

form#namm-proxy-form .form-item {
  display: inline-block;
  text-align: center; }
  form#namm-proxy-form .form-item .option {
    font-size: 1.2em;
    font-style: italic; }
  form#namm-proxy-form .form-item input[type="checkbox"] {
    cursor: pointer;
    -ms-transform: scale(2.5);
        transform: scale(2.5);
    border: 1px solid #cccccc;
    vertical-align: top;
    margin-top: 1em;
    margin-left: 1em; }
  form#namm-proxy-form .form-item [type="checkbox"] + label, form#namm-proxy-form .form-item [type="radio"] + label {
    max-width: 85%;
    vertical-align: top;
    margin-left: 2em; }

form#namm-proxy-form #edit-submit {
  display: block;
  margin: 0 auto; }

/* Accordion */
.accordion .accordion-item {
  margin-bottom: 0; }

.accordion .accordion-title {
  font-size: 1.1rem;
  font-weight: bold; }

.accordion .accordion-title:hover {
  background-color: #d7d7d7; }

.accordion .accordion-content {
  background: none;
  color: inherit; }

.main-footer {
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 40px 1em 1em 1em;
  background: #d9d9d9 none repeat scroll 0 0; }
  @media (min-width: 830px) {
    .main-footer {
      bottom: 0;
      left: 0;
      right: 0; } }
  .main-footer h2 {
    color: #222;
    border-bottom: 1px solid #222; }
  .main-footer .footer-menus ul.menu {
    margin: 0 0 1em; }
    .main-footer .footer-menus ul.menu li {
      display: block; }
    .main-footer .footer-menus ul.menu a {
      padding: .3em 0; }
  .main-footer .footer-menus a {
    color: #222; }
    .main-footer .footer-menus a:hover {
      color: #FFFFFF; }
  .main-footer .footer-menus .block-menu h2 {
    font-size: .9em;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding-left: 0.5em; }
    @media (max-width: 980px) {
      .main-footer .footer-menus .block-menu h2 {
        padding: 0;
        text-align: center; } }
  .main-footer .footer-menus .block-menu ul {
    font-size: 0.85em;
    margin-left: 0; }
    @media (max-width: 980px) {
      .main-footer .footer-menus .block-menu ul {
        padding: 0;
        text-align: center; } }
    .main-footer .footer-menus .block-menu ul li.leaf {
      list-style-type: none;
      list-style-image: none; }

/* ------ Footer ------------*/
#footer-social, .social-local {
  display: block;
  text-align: center;
  margin-top: 2em;
  padding: 0; }
  #footer-social li, .social-local li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 1em 0 0;
    color: #FFFFFF;
    background: #000000; }
    #footer-social li a:before, .social-local li a:before {
      font-family: FontAwesome;
      vertical-align: bottom; }
    #footer-social li #fb:before, .social-local li #fb:before {
      content: '\f230 ';
      margin-right: .3em;
      font-size: 1.3em;
      font-weight: normal; }
    #footer-social li #tw:before, .social-local li #tw:before {
      content: '\f081 ';
      margin-right: .3em;
      font-size: 1.3em;
      font-weight: normal; }
    #footer-social li #gram:before, .social-local li #gram:before {
      content: '\f16d';
      margin-right: .3em;
      font-size: 1.3em;
      font-weight: normal; }
    #footer-social li #pin:before, .social-local li #pin:before {
      content: '\f0d3 ';
      margin-right: .3em;
      font-size: 1.3em;
      font-weight: normal; }
    #footer-social li #tube:before, .social-local li #tube:before {
      content: '\f166 ';
      margin-right: .3em;
      font-size: 1.3em;
      font-weight: normal; }
    #footer-social li #mail:before, .social-local li #mail:before {
      content: '\f003 ';
      margin-right: .3em;
      font-size: 1.3em;
      font-weight: normal; }
    #footer-social li #namm, .social-local li #namm {
      background: url(/files/images/social-icons/namm.png) no-repeat; }
    #footer-social li a, .social-local li a {
      color: #222;
      text-transform: capitalize;
      font-size: .9em;
      font-weight: bold; }
    #footer-social li a:hover, .social-local li a:hover {
      color: #222; }

ul.social-local {
  margin: 0;
  font-size: 1.75em;
  line-height: 1em; }
  ul.social-local a {
    color: #58595b; }

#footer-social li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background: transparent; }
  #footer-social li.facebook:hover a {
    color: #3b5998; }
  #footer-social li.twitter:hover a {
    color: #4099ff; }
  #footer-social li.gram:hover a {
    color: #e95950; }
  #footer-social li.tube:hover a {
    color: #bb0000; }
  #footer-social li a {
    display: block;
    color: #000000;
    font-size: 30px; }
    #footer-social li a:hover {
      color: #043a60; }

/*
TODO: Most of this is currently pulled straight from SNAFU.
TODO(continued): This will be re-written as we redesign new landing pages
*/
@media screen and (min-width: 600px) {
  .view-press-media.top-feature .view-content > div .post-title:before {
    content: "Featured Press Release " !important; } }

/*  Featured Grid */
.top-feature {
  margin-bottom: 2em; }
  @media screen and (min-width: 1150px) {
    .top-feature {
      position: relative; } }
  .top-feature .view-content > div .post-body p {
    margin: 0; }
  .top-feature .view-content > div .post-caption-wrapper {
    padding: .5em 0; }
    @media screen and (min-width: 1150px) {
      .top-feature .view-content > div .post-caption-wrapper {
        pointer-events: none; } }
    @media screen and (min-width: 1150px) {
      .top-feature .view-content > div .post-caption-wrapper {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        bottom: 0;
        padding: 0;
        position: absolute;
        right: 66%;
        top: 0; } }
    .top-feature .view-content > div .post-caption-wrapper .post-title {
      font-weight: bold;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 600px) {
        .top-feature .view-content > div .post-caption-wrapper .post-title {
          margin-bottom: .5em; }
          .top-feature .view-content > div .post-caption-wrapper .post-title:before {
            border-bottom: 3px solid #00afed;
            content: "Featured Article ";
            display: block;
            font-size: 0.7em;
            margin: .5em 0;
            padding-bottom: 0.1em; } }
      @media screen and (min-width: 1150px) {
        .top-feature .view-content > div .post-caption-wrapper .post-title {
          background-color: #003a62;
          margin: 0.5em -1em 1em 0;
          padding: 0.5em;
          color: #FFFFFF; }
          .top-feature .view-content > div .post-caption-wrapper .post-title a {
            color: #FFFFFF; }
          .top-feature .view-content > div .post-caption-wrapper .post-title:before {
            color: #FFFFFF;
            margin-bottom: 0.4em; } }
    @media screen and (min-width: 600px) {
      .top-feature .view-content > div .post-caption-wrapper .post-body {
        font-size: 1em; } }
    @media screen and (min-width: 1150px) {
      .top-feature .view-content > div .post-caption-wrapper .post-body {
        color: #FFFFFF;
        text-shadow: 0 0 20px #000;
        padding: 0 1em;
        font-size: 0.9em; } }
  @media screen and (min-width: 1150px) {
    .top-feature .view-content > div img {
      opacity: .9; } }
  .top-feature .view-content > div img {
    width: 100%;
    display: block; }
    .top-feature .view-content > div img:hover {
      opacity: 1; }
  .top-feature * {
    transition: 250ms ease all; }
  @media screen and (min-width: 1150px) {
    .top-feature:hover a {
      color: #009deb !important; }
    .top-feature:hover .post-caption-wrapper {
      background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important; } }

.featured-grid {
  clear: both; }
  .featured-grid * {
    transition: 250ms ease all; }
  @media screen and (min-width: 600px) {
    .featured-grid .view-content {
      margin: 0 -1em; } }
  .featured-grid:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .featured-grid .view-content > div .post-image {
    position: relative; }
    .featured-grid .view-content > div .post-image img {
      display: block;
      width: 100%;
      opacity: .9; }
      .featured-grid .view-content > div .post-image img:hover {
        opacity: 1; }
  @media screen and (min-width: 600px) {
    .featured-grid .view-content > div {
      float: left;
      width: 50%;
      padding: 0 1em; }
      .featured-grid .view-content > div:hover .post-title {
        background: #000000; }
        .featured-grid .view-content > div:hover .post-title a {
          color: #009deb; } }
  @media screen and (min-width: 960px) {
    .featured-grid .view-content > div {
      width: 33.3%; } }
  @media screen and (min-width: 600px) {
    .featured-grid .view-content > div .post-title {
      background: rgba(0, 0, 0, 0.41) none repeat scroll 0 0;
      bottom: 0;
      font-size: 0.9em;
      font-weight: bold;
      left: 0;
      padding: 0.25em 0.25em 0.25em 0.5em;
      position: absolute;
      right: 0; }
      .featured-grid .view-content > div .post-title a {
        display: block;
        position: relative;
        text-shadow: 0 0 20px #000;
        color: #FFFFFF; }
        .featured-grid .view-content > div .post-title a img {
          display: block; }
        .featured-grid .view-content > div .post-title a:hover {
          color: #009deb; } }
  .featured-grid .view-content > div .post-body {
    padding: .5em 0 1em; }
    @media (min-width: 600px) {
      .featured-grid .view-content > div .post-body {
        min-height: 12em; } }

.view-id-library.view-display-id-grid.featured-grid .post-title {
  min-height: auto; }

/* Library landing page */
#views-exposed-form-library-search-page-1 {
  margin-bottom: 2em; }
  #views-exposed-form-library-search-page-1 label {
    display: inline;
    font-size: 1.3em;
    font-weight: normal;
    padding: 0.5em;
    width: auto; }
  #views-exposed-form-library-search-page-1 .views-exposed-form {
    text-align: center; }
  #views-exposed-form-library-search-page-1 #views-exposed-widgets {
    padding: .5em; }
  #views-exposed-form-library-search-page-1 .views-widget {
    display: inline-block; }
  #views-exposed-form-library-search-page-1 .views-exposed-widget {
    float: none !important;
    display: inline; }
  #views-exposed-form-library-search-page-1 #edit-search-api-views-fulltext {
    padding: .5em;
    display: inline;
    width: auto; }
  #views-exposed-form-library-search-page-1 #edit-submit-library-search {
    margin-top: 0; }
  #views-exposed-form-library-search-page-1 img {
    display: none; }

.view-id-library .views-exposed-form {
  margin: 2em 0; }

.view-id-library.view-display-id-block_2 .views-field-field-image, .view-id-library.view-display-id-block_2 .views-field-field-cck-image {
  float: left;
  margin-left: 0;
  margin-right: 2em;
  width: 50%; }
  @media (min-device-width: 320px) and (max-width: 480px) {
    .view-id-library.view-display-id-block_2 .views-field-field-image, .view-id-library.view-display-id-block_2 .views-field-field-cck-image {
      width: 100%; } }

.view-id-library.view-display-id-block_3 * {
  box-sizing: border-box; }

.view-id-library.view-display-id-block_3 .views-row {
  float: left;
  width: 33.3%;
  clear: none;
  border: 0;
  position: relative;
  padding: 0.5em;
  overflow: hidden; }
  @media (min-device-width: 320px) and (max-width: 480px) {
    .view-id-library.view-display-id-block_3 .views-row {
      width: 100%; } }
  .view-id-library.view-display-id-block_3 .views-row .views-field-title a {
    text-align: center;
    display: block;
    margin-top: .5em; }
  .view-id-library.view-display-id-block_3 .views-row .views-field-field-image {
    float: none;
    margin: 0; }
    .view-id-library.view-display-id-block_3 .views-row .views-field-field-image img {
      width: 100%;
      display: block; }
  .view-id-library.view-display-id-block_3 .views-row:hover .views-field-body {
    opacity: 1; }
  .view-id-library.view-display-id-block_3 .views-row .views-field-body {
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 3em;
    color: #fff;
    left: 0.5em;
    opacity: 0;
    padding: 1em;
    pointer-events: none;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    overflow: hidden; }
    .view-id-library.view-display-id-block_3 .views-row .views-field-body .field-content {
      line-height: 1.5em;
      height: 100%;
      width: 100%;
      display: block; }

.view-id-library.view-display-id-block_3 .more-link {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 2em 0;
  text-align: center;
  display: block;
  clear: both; }

/* Homepage */
.front #main {
  padding-top: 0; }
  .front #main #content {
    padding: 0; }

#snafu-home .panel-separator {
  display: none; }

#snafu-home .home-callout {
  display: inline-block;
  padding-right: 2em;
  position: relative;
  vertical-align: top;
  width: 33%; }
  #snafu-home .home-callout h2 {
    border-bottom: 1px solid #004B84;
    font-size: 1.05em;
    line-height: 25px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #DA6712; }
    @media all and (max-width: 600px) {
      #snafu-home .home-callout h2 {
        font-size: 1.5em;
        line-height: 2em; } }
  #snafu-home .home-callout h3 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0 0 5px; }
  #snafu-home .home-callout .teaser {
    margin-bottom: 15px; }
  #snafu-home .home-callout .teaser-body {
    margin: 0;
    font-size: 0.95em; }
    #snafu-home .home-callout .teaser-body p {
      margin: 0; }
  #snafu-home .home-callout .divider {
    display: none; }
  #snafu-home .home-callout .more-link {
    padding: 0.2em 0.5em;
    position: absolute;
    right: 2em;
    text-transform: uppercase;
    top: 0; }
    @media all and (max-width: 600px) {
      #snafu-home .home-callout .more-link {
        float: none;
        margin: 0 auto;
        position: static;
        bottom: auto;
        right: auto;
        display: table; } }
    #snafu-home .home-callout .more-link a {
      text-transform: uppercase;
      font-weight: bold; }
      #snafu-home .home-callout .more-link a :hover {
        background: #004587; }
    @media all and (max-width: 850px) {
      #snafu-home .home-callout .more-link {
        float: none !important;
        margin: 0 auto;
        position: initial !important;
        width: 20%;
        text-align: center;
        display: none; } }
  @media all and (max-width: 850px) {
    #snafu-home .home-callout {
      width: 100%;
      min-height: 0;
      margin-top: 0em;
      padding-right: 0; } }

/* Membership Landing Page */
.page-membership .app {
  padding: 0.5em 2em;
  overflow: auto; }
  .page-membership .app .dlapp {
    font-size: .9em;
    float: right; }
  .page-membership .app .onlapp {
    float: left; }
  .page-membership .app .pdficon {
    padding: 3px 5px 0 0; }

.page-membership .app:nth-child(odd) {
  background-color: #E3EEF2;
  border: 1px solid #DEDEDE; }

.page-membership .app:nth-child(even) {
  background-color: #DEDEDE; }

/* New Homepage */
.view-id-homepage.view-display-id-block_4 .view-content {
  margin-bottom: 2em; }
  .view-id-homepage.view-display-id-block_4 .view-content > div {
    position: relative;
    vertical-align: top;
    clear: both;
    margin-bottom: 1em; }
    @media screen and (min-width: 850px) {
      .view-id-homepage.view-display-id-block_4 .view-content > div {
        width: 49%;
        display: inline-block;
        padding: 0 2em 1em 0;
        margin-bottom: 0; }
        .view-id-homepage.view-display-id-block_4 .view-content > div img {
          margin-bottom: 6em; } }
    .view-id-homepage.view-display-id-block_4 .view-content > div img {
      float: right;
      width: 33%;
      margin-left: 1em;
      margin-bottom: 2em; }
    .view-id-homepage.view-display-id-block_4 .view-content > div h3 {
      font-size: 1.2em;
      margin: 0 0 .3em;
      text-transform: uppercase; }

.main-nav {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  min-height: 3em;
  transition: background-color 500ms linear; }
  .main-nav .site-logo {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1; }
    .main-nav .site-logo a {
      display: block; }
      .main-nav .site-logo a img {
        height: 2.3em; }
  .main-nav li a.active {
    color: #00afed;
    font-weight: bold; }
  @media (min-width: 980px) {
    .main-nav .site-logo {
      top: -20px;
      left: 10px; }
      .main-nav .site-logo a img {
        height: 3em; } }

.menu-block-wrapper .menu .active > a {
  background: #fff;
  color: #000;
  font-weight: bold; }

.menu-block-wrapper ul {
  margin: 0 !important; }
  .menu-block-wrapper ul li {
    margin: 0.25em 0; }
    .menu-block-wrapper ul li a {
      line-height: 1.5em; }

ul.menu {
  padding-left: 0; }
  ul.menu li {
    padding-right: 0; }
  ul.menu li.leaf {
    list-style: none; }

.sidebar ul.menu {
  margin-bottom: 1em; }

.sidebar .menu > li {
  display: block; }

.sidebar .block-menu {
  background-color: #f7f7f7;
  padding: 1em; }

.sidebar h2 {
  color: #373737;
  border-bottom: 1px solid #373737;
  margin: 0 0 0.5em;
  padding-left: 0em; }

.sidebar .block-menu, .sidebar .block-block, .sidebar table {
  margin-bottom: 1em; }

.sidebar .content > ul > li {
  margin: 0 0 0.5em; }

.sidebar ul.menu li.expanded ul.menu {
  margin: 0.3em 0.5em; }

.sidebar table {
  font-size: 0.8em; }

@media (max-width: 980px) {
  #admin-menu {
    display: none; } }

@media (max-width: 980px) {
  .top-nav {
    display: none; } }

.tb-megamenu a {
  transition: background-color 200ms linear; }

@media (max-width: 980px) {
  .tb-megamenu {
    padding-top: 3em; }
    .tb-megamenu .btn-navbar {
      position: absolute;
      right: 0;
      top: 0;
      height: 1.5em;
      background-color: transparent;
      color: #043a60;
      border: 0;
      font-size: 2em;
      padding: 0 .5em;
      outline: 0; }
      .tb-megamenu .btn-navbar:hover {
        color: #fff; }
    .tb-megamenu .nav-collapse {
      height: 0;
      overflow: hidden; }
      .tb-megamenu .nav-collapse > .tb-megamenu-nav > li {
        font-size: 1em;
        padding: .5em; }
    .tb-megamenu .dropdown.open .tb-megamenu-clicked {
      border-bottom: 2px solid #003a62; }
    .tb-megamenu .dropdown.open .nav-child {
      display: block;
      width: 100%;
      padding: 1em 0; }
    .tb-megamenu .dropdown .nav-child {
      display: none;
      font-size: .9em; }
      .tb-megamenu .dropdown .nav-child a {
        padding: .2em 0; }
    .tb-megamenu .tb-megamenu-nav {
      list-style-type: none;
      margin: 0;
      padding: 1em; }
      .tb-megamenu .tb-megamenu-nav li {
        list-style-type: none; }
      .tb-megamenu .tb-megamenu-nav ul {
        padding: 0; }
      .tb-megamenu .tb-megamenu-nav.level-0 {
        padding: 0em 1em; }
      .tb-megamenu .tb-megamenu-nav .level-1 {
        text-align: left; }
        .tb-megamenu .tb-megamenu-nav .level-1 a {
          color: #373737;
          display: block;
          font-weight: bold; }
        .tb-megamenu .tb-megamenu-nav .level-1:hover a {
          color: #00afed; } }

@media (min-width: 980px) {
  .tb-megamenu .btn-navbar {
    display: none; }
  .tb-megamenu .hide-on-desktop {
    display: none !important; }
  .tb-megamenu .nav-collapse > .level-0 > li {
    display: inline-block; }
  .tb-megamenu .tb-megamenu-nav {
    margin: 0; }
    .tb-megamenu .tb-megamenu-nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .tb-megamenu .tb-megamenu-nav.level-0 {
      padding-left: 14em; }
    .tb-megamenu .tb-megamenu-nav .level-1 {
      text-align: left; }
      .tb-megamenu .tb-megamenu-nav .level-1 a {
        color: #373737;
        padding: .5em;
        display: block;
        font-weight: bold;
        font-size: 1em;
        margin-top: .3em; }
      .tb-megamenu .tb-megamenu-nav .level-1:last-child a {
        padding-right: 0; }
    .tb-megamenu .tb-megamenu-nav .tb-megamenu-item {
      position: relative; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item.mega-align-left .nav-child {
        left: 0; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item.mega-align-right .nav-child {
        right: 0; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item.mega-align-center .nav-child {
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .dropdown {
        position: relative; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .nav-child {
        position: absolute;
        top: 2.9em;
        font-size: .87rem;
        border-top: 0 none;
        border-bottom: 3px solid #efefef;
        background-color: #dedede; }
        .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .nav-child a {
          padding: .25em 1em;
          margin: 0; }
        .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .nav-child a:hover {
          background-color: #003a62;
          color: #FFFFFF; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu {
        display: none; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item.open {
        background-color: transparent;
        color: #00afed; }
        .tb-megamenu .tb-megamenu-nav .tb-megamenu-item.open .tb-megamenu-submenu {
          display: block; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-row {
        display: table;
        table-layout: fixed;
        width: 100%; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-column {
        display: table-cell;
        vertical-align: top; }
        .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-column.span6 {
          width: 50%; }
      .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .iconlist {
        font-size: .95em;
        padding: 0;
        border: 0 none;
        background-color: #efefef;
        margin: 1em; }
        .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .iconlist ul {
          background: transparent; }
          .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .iconlist ul li {
            list-style: circle;
            list-style-position: inside;
            padding-left: 28px; }
            .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .iconlist ul li a {
              display: inline-block;
              position: relative;
              padding-left: 0;
              left: -10px; }
        .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .iconlist li a {
          padding: .25em .75em; } }

@media (min-width: 980px) and (min-width: 980px) {
  .tb-megamenu .tb-megamenu-nav .level-1 > a {
    font-size: 1.33vw; }
    .tb-megamenu .tb-megamenu-nav .level-1 > a:hover {
      color: #00afed;
      background: #dedede; }
  .tb-megamenu .tb-megamenu-subnav.level-1 {
    padding-top: 12px !important;
    padding-bottom: 5px; } }

@media (min-width: 980px) and (min-width: 1024px) {
  .tb-megamenu .tb-megamenu-nav .level-1 > a {
    font-size: 1.35vw; } }

@media (min-width: 980px) and (min-width: 1092px) {
  .tb-megamenu .tb-megamenu-nav .level-1 > a {
    margin-top: 0em;
    font-size: 1.4vw; } }

@media (min-width: 980px) and (min-width: 1250px) {
  .tb-megamenu .tb-megamenu-nav .level-1 > a {
    margin-top: 0em;
    font-size: 1.09em; } }

.tb-megamenu .book-navigation {
  margin: 1em 0; }
  .tb-megamenu .book-navigation .menu {
    margin: 0;
    padding: 1em;
    line-height: 1.45em; }
    .tb-megamenu .book-navigation .menu li.leaf, .tb-megamenu .book-navigation .menu li.collapsed {
      display: list-item;
      margin: 0;
      padding: 0;
      list-style: inside none square; }
      .tb-megamenu .book-navigation .menu li.leaf a, .tb-megamenu .book-navigation .menu li.collapsed a {
        display: inline;
        padding: 0;
        margin: 0; }

/* Will control height of all input, select, and buttons */
/* Annoying system.theme overrides */
table {
  width: 100%; }
  table tbody {
    border: 0; }
  table th {
    border: 0; }
  table th, table td {
    padding: 0.5em; }

input, textarea, select {
  font-family: inherit;
  box-shadow: none;
  position: relative; }
  input.ng-invalid-required, textarea.ng-invalid-required, select.ng-invalid-required {
    border: 1px solid #267dc1; }
  input.ng-invalid.ng-dirty, textarea.ng-invalid.ng-dirty, select.ng-invalid.ng-dirty {
    border: 1px solid #b43140;
    background-color: #fdfbfb; }

label {
  display: inline;
  font-weight: bold;
  color: #58595b; }

fieldset {
  padding: .5em 1em;
  margin: 1em 0;
  border: 1px solid #e2e2e2;
  background-color: #fafafa; }

legend {
  background-color: #FFFFFF;
  border: 1px solid #e2e2e2;
  padding: 0.1em 0.5em; }

input.form-checkbox, input.form-radio {
  vertical-align: baseline; }

input[type], input button, input ul.links.inline li a, ul.links.inline li input a, input .button {
  height: 41px; }

input:hover, input:focus {
  border: 1px solid #043a60; }

button.event-details-reveal:hover, ul.links.inline li a.event-details-reveal:hover {
  background: transparent !important; }

.fc .fc-button-group button, .fc .fc-button-group ul.links.inline li a, ul.links.inline li .fc .fc-button-group a {
  height: 41px;
  line-height: 41px;
  margin-left: 10px;
  border-radius: 2em; }
  .fc .fc-button-group button:hover, .fc .fc-button-group ul.links.inline li a:hover, ul.links.inline li .fc .fc-button-group a:hover, .fc .fc-button-group button.fc-state-default:hover, .fc .fc-button-group ul.links.inline li a.fc-state-default:hover, ul.links.inline li .fc .fc-button-group a.fc-state-default:hover {
    background-color: #043a60;
    color: #fff; }

.selectize-control.single .selectize-input, .selectize-dropdown.single, [role~="button"], .event-nav button.event-filters-reveal, .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .event-nav a.event-filters-reveal, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab, select, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button ul.links.inline li a, ul.links.inline li .input-group-button a, .input-group-button ul.links.inline li a, ul.links.inline li, .input-group-button a, .input-group-button label {
  height: 41px; }

select, textarea {
  margin-bottom: 0; }

input, select, textarea, .selectize-control.single .selectize-input, .selectize-dropdown.single {
  background-color: #FFFFFF;
  border: 1px solid #373737; }
  input[type="checkbox"], input[type="radio"], select[type="checkbox"], select[type="radio"], textarea[type="checkbox"], textarea[type="radio"], .selectize-control.single .selectize-input[type="checkbox"], .selectize-control.single .selectize-input[type="radio"], .selectize-dropdown.single[type="checkbox"], .selectize-dropdown.single[type="radio"] {
    height: auto; }
  input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover, .selectize-control.single .selectize-input:focus, .selectize-control.single .selectize-input:hover, .selectize-dropdown.single:focus, .selectize-dropdown.single:hover {
    border-color: #00afed; }

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  background: #FFFFFF !important;
  line-height: 41px;
  padding: 0 1em;
  border: 1px solid #373737 !important;
  border-radius: 0; }
  .selectize-control.single .selectize-input:focus, .selectize-control.single .selectize-input:hover, .selectize-dropdown.single:focus, .selectize-dropdown.single:hover {
    border-color: #00afed !important; }

form .input-group-button {
  vertical-align: middle; }

.block-system ul.links.inline li.book_printer a, .block-system ul.links.inline li.book_add_child a, .block-system ul.links.inline li.nodequeue-ajax-toggle a {
  border-radius: 2em; }

.block-system form {
  display: block; }
  .block-system form:hover input {
    border-color: #043a60; }
  .block-system form .button, .block-system form #views-exposed-form-library-search-page-1 {
    border-radius: 0 2em 2em 0; }
  .block-system form#order-form .button, .block-system form#order-form button, .block-system form#order-form ul.links.inline li a, ul.links.inline li .block-system form#order-form a {
    border-radius: 2em; }

.block-system input.input-group-field, .block-system input#edit-search-api-views-fulltext, .block-system #views-exposed-form-library-search-page-1 input {
  border-radius: 2em 0 0 2em; }

.block-system .angularStyles .button, .block-system .angularStyles button, .block-system .angularStyles ul.links.inline li a, ul.links.inline li .block-system .angularStyles a, .block-system .event-category-filter-options .button, .block-system .event-category-filter-options button, .block-system .event-category-filter-options ul.links.inline li a, ul.links.inline li .block-system .event-category-filter-options a {
  border-radius: 2em; }

.block-system button, .block-system ul.links.inline li a, ul.links.inline li .block-system a {
  position: relative;
  border-radius: 0 2em 2em 0; }

.block-system label {
  margin-right: 10px;
  line-height: 41px; }

.block-system input:disabled, .block-system input[readonly], .block-system textarea:disabled, .block-system textarea[readonly] {
  border: 0 none;
  margin: 0 10px 10px 0;
  padding: 0.5rem; }

select[size] {
  height: auto; }

.form-item .description {
  color: #aaabae; }

.form-group {
  margin-bottom: .5em; }

.form-group-inline {
  display: table-row; }
  .form-group-inline label, .form-group-inline input, .form-group-inline select, .form-group-inline button, .form-group-inline ul.links.inline li a, ul.links.inline li .form-group-inline a {
    display: table-cell; }
  .form-group-inline input, .form-group-inline select {
    width: auto; }
  .form-group-inline > label {
    padding-right: 1em;
    text-align: right; }

#edit-next:hover, #edit-back:hover {
  color: #FFFFFF;
  background-color: #043a60; }

#edit-next, #edit-back, input[type="submit"], input[type="button"], input[type="reset"], .button, a.button, [role~="button"], button, ul.links.inline li a, .event-nav button.event-filters-reveal, .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .event-nav a.event-filters-reveal {
  padding: 0 1em;
  border: 0 none;
  outline: 0 none; }

input[type="submit"], input[type="button"], input[type="reset"], .button, a.button, [role~="button"], button, ul.links.inline li a, .event-nav button.event-filters-reveal, .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .event-nav a.event-filters-reveal, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
  background-color: #00afed;
  color: #FFFFFF;
  border-radius: 2em;
  line-height: 41px;
  padding: 0 1em;
  text-transform: uppercase;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 250ms;
  display: inline-block;
  vertical-align: baseline; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .button:hover, a.button:hover, [role~="button"]:hover, button:hover, ul.links.inline li a:hover, .event-nav button.event-filters-reveal:hover, .event-nav ul.links.inline li a.event-filters-reveal:hover, ul.links.inline li .event-nav a.event-filters-reveal:hover, .md-button.md-default-theme.md-primary.md-raised:hover, .md-button.md-primary.md-raised:hover, .md-button.md-default-theme.md-primary.md-fab:hover, .md-button.md-primary.md-fab:hover {
    color: #FFFFFF;
    background-color: #043a60 !important; }
  @media (max-width: 600px) {
    input[type="submit"], input[type="button"], input[type="reset"], .button, a.button, [role~="button"], button, ul.links.inline li a, .event-nav button.event-filters-reveal, .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .event-nav a.event-filters-reveal, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
      font-size: 14px; } }
  input[type="submit"] label, input[type="button"] label, input[type="reset"] label, .button label, a.button label, [role~="button"] label, button label, ul.links.inline li a label, .event-nav button.event-filters-reveal label, .event-nav ul.links.inline li a.event-filters-reveal label, ul.links.inline li .event-nav a.event-filters-reveal label, .md-button.md-default-theme.md-primary.md-raised label, .md-button.md-primary.md-raised label, .md-button.md-default-theme.md-primary.md-fab label, .md-button.md-primary.md-fab label {
    line-height: 1;
    padding: 0;
    color: #FFFFFF;
    text-transform: uppercase; }
  input[type="submit"] input, input[type="button"] input, input[type="reset"] input, .button input, a.button input, [role~="button"] input, button input, ul.links.inline li a input, .event-nav button.event-filters-reveal input, .event-nav ul.links.inline li a.event-filters-reveal input, ul.links.inline li .event-nav a.event-filters-reveal input, .md-button.md-default-theme.md-primary.md-raised input, .md-button.md-primary.md-raised input, .md-button.md-default-theme.md-primary.md-fab input, .md-button.md-primary.md-fab input {
    margin: 0; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .button:hover, a.button:hover, [role~="button"]:hover, button:hover, ul.links.inline li a:hover, .event-nav button.event-filters-reveal:hover, .event-nav ul.links.inline li a.event-filters-reveal:hover, ul.links.inline li .event-nav a.event-filters-reveal:hover, .md-button.md-default-theme.md-primary.md-raised:hover, .md-button.md-primary.md-raised:hover, .md-button.md-default-theme.md-primary.md-fab:hover, .md-button.md-primary.md-fab:hover {
    /*border:1px solid $link-hover;*/
    color: #FFFFFF;
    background-color: #043a60; }
    input[type="submit"]:hover label, input[type="button"]:hover label, input[type="reset"]:hover label, .button:hover label, a.button:hover label, [role~="button"]:hover label, button:hover label, ul.links.inline li a:hover label, .event-nav button.event-filters-reveal:hover label, .event-nav ul.links.inline li a.event-filters-reveal:hover label, ul.links.inline li .event-nav a.event-filters-reveal:hover label, .md-button.md-default-theme.md-primary.md-raised:hover label, .md-button.md-primary.md-raised:hover label, .md-button.md-default-theme.md-primary.md-fab:hover label, .md-button.md-primary.md-fab:hover label {
      color: #009deb; }
  input[type="submit"].disabled, input[type="button"].disabled, input[type="reset"].disabled, .button.disabled, a.button.disabled, [role~="button"].disabled, button.disabled, ul.links.inline li a.disabled, .event-nav button.event-filters-reveal.disabled, .event-nav ul.links.inline li a.event-filters-reveal.disabled, ul.links.inline li .event-nav a.event-filters-reveal.disabled, .md-button.md-default-theme.md-primary.md-raised.disabled, .md-button.md-primary.md-raised.disabled, .md-button.md-default-theme.md-primary.md-fab.disabled, .md-button.md-primary.md-fab.disabled {
    color: #555 !important;
    background-color: lightgrey;
    /*border: 1px solid darkgrey;*/ }
  input[type="submit"] + input[type="submit"], input[type="button"] + input[type="submit"], input[type="reset"] + input[type="submit"], .button + input[type="submit"], a.button + input[type="submit"], [role~="button"] + input[type="submit"], button + input[type="submit"], ul.links.inline li a + input[type="submit"], .event-nav button.event-filters-reveal + input[type="submit"], .event-nav ul.links.inline li a.event-filters-reveal + input[type="submit"], ul.links.inline li .event-nav a.event-filters-reveal + input[type="submit"], .md-button.md-default-theme.md-primary.md-raised + input[type="submit"], .md-button.md-primary.md-raised + input[type="submit"], .md-button.md-default-theme.md-primary.md-fab + input[type="submit"], .md-button.md-primary.md-fab + input[type="submit"], input[type="submit"] + input[type="button"], input[type="button"] + input[type="button"], input[type="reset"] + input[type="button"], .button + input[type="button"], a.button + input[type="button"], [role~="button"] + input[type="button"], button + input[type="button"], ul.links.inline li a + input[type="button"], .event-nav button.event-filters-reveal + input[type="button"], .event-nav ul.links.inline li a.event-filters-reveal + input[type="button"], ul.links.inline li .event-nav a.event-filters-reveal + input[type="button"], .md-button.md-default-theme.md-primary.md-raised + input[type="button"], .md-button.md-primary.md-raised + input[type="button"], .md-button.md-default-theme.md-primary.md-fab + input[type="button"], .md-button.md-primary.md-fab + input[type="button"], input[type="submit"] + input[type="reset"], input[type="button"] + input[type="reset"], input[type="reset"] + input[type="reset"], .button + input[type="reset"], a.button + input[type="reset"], [role~="button"] + input[type="reset"], button + input[type="reset"], ul.links.inline li a + input[type="reset"], .event-nav button.event-filters-reveal + input[type="reset"], .event-nav ul.links.inline li a.event-filters-reveal + input[type="reset"], ul.links.inline li .event-nav a.event-filters-reveal + input[type="reset"], .md-button.md-default-theme.md-primary.md-raised + input[type="reset"], .md-button.md-primary.md-raised + input[type="reset"], .md-button.md-default-theme.md-primary.md-fab + input[type="reset"], .md-button.md-primary.md-fab + input[type="reset"], input[type="submit"] + .button, input[type="button"] + .button, input[type="reset"] + .button, .button + .button, a.button + .button, [role~="button"] + .button, button + .button, ul.links.inline li a + .button, .event-nav button.event-filters-reveal + .button, .event-nav ul.links.inline li a.event-filters-reveal + .button, ul.links.inline li .event-nav a.event-filters-reveal + .button, .md-button.md-default-theme.md-primary.md-raised + .button, .md-button.md-primary.md-raised + .button, .md-button.md-default-theme.md-primary.md-fab + .button, .md-button.md-primary.md-fab + .button, input[type="submit"] + a.button, input[type="button"] + a.button, input[type="reset"] + a.button, .button + a.button, a.button + a.button, [role~="button"] + a.button, button + a.button, ul.links.inline li a + a.button, .event-nav button.event-filters-reveal + a.button, .event-nav ul.links.inline li a.event-filters-reveal + a.button, ul.links.inline li .event-nav a.event-filters-reveal + a.button, .md-button.md-default-theme.md-primary.md-raised + a.button, .md-button.md-primary.md-raised + a.button, .md-button.md-default-theme.md-primary.md-fab + a.button, .md-button.md-primary.md-fab + a.button, input[type="submit"] + [role~="button"], input[type="button"] + [role~="button"], input[type="reset"] + [role~="button"], .button + [role~="button"], a.button + [role~="button"], [role~="button"] + [role~="button"], button + [role~="button"], ul.links.inline li a + [role~="button"], .event-nav button.event-filters-reveal + [role~="button"], .event-nav ul.links.inline li a.event-filters-reveal + [role~="button"], ul.links.inline li .event-nav a.event-filters-reveal + [role~="button"], .md-button.md-default-theme.md-primary.md-raised + [role~="button"], .md-button.md-primary.md-raised + [role~="button"], .md-button.md-default-theme.md-primary.md-fab + [role~="button"], .md-button.md-primary.md-fab + [role~="button"], input[type="submit"] + button, ul.links.inline li input[type="submit"] + a, input[type="button"] + button, ul.links.inline li input[type="button"] + a, input[type="reset"] + button, ul.links.inline li input[type="reset"] + a, .button + button, ul.links.inline li .button + a, a.button + button, ul.links.inline li a.button + a, [role~="button"] + button, ul.links.inline li [role~="button"] + a, button + button, ul.links.inline li a + button, ul.links.inline li button + a, ul.links.inline li a + a, .event-nav button.event-filters-reveal + button, .event-nav ul.links.inline li a.event-filters-reveal + button, ul.links.inline li .event-nav a.event-filters-reveal + button, .event-nav ul.links.inline li button.event-filters-reveal + a, ul.links.inline li .event-nav button.event-filters-reveal + a, .event-nav ul.links.inline li a.event-filters-reveal + a, ul.links.inline li .event-nav a.event-filters-reveal + a, .md-button.md-default-theme.md-primary.md-raised + button, ul.links.inline li .md-button.md-default-theme.md-primary.md-raised + a, .md-button.md-primary.md-raised + button, ul.links.inline li .md-button.md-primary.md-raised + a, .md-button.md-default-theme.md-primary.md-fab + button, ul.links.inline li .md-button.md-default-theme.md-primary.md-fab + a, .md-button.md-primary.md-fab + button, ul.links.inline li .md-button.md-primary.md-fab + a, input[type="submit"] + .event-nav button.event-filters-reveal, input[type="submit"] + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li input[type="submit"] + .event-nav a.event-filters-reveal, input[type="button"] + .event-nav button.event-filters-reveal, input[type="button"] + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li input[type="button"] + .event-nav a.event-filters-reveal, input[type="reset"] + .event-nav button.event-filters-reveal, input[type="reset"] + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li input[type="reset"] + .event-nav a.event-filters-reveal, .button + .event-nav button.event-filters-reveal, .button + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .button + .event-nav a.event-filters-reveal, a.button + .event-nav button.event-filters-reveal, a.button + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li a.button + .event-nav a.event-filters-reveal, [role~="button"] + .event-nav button.event-filters-reveal, [role~="button"] + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li [role~="button"] + .event-nav a.event-filters-reveal, button + .event-nav button.event-filters-reveal, ul.links.inline li a + .event-nav button.event-filters-reveal, button + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li button + .event-nav a.event-filters-reveal, ul.links.inline li a + .event-nav a.event-filters-reveal, .event-nav button.event-filters-reveal + .event-nav button.event-filters-reveal, .event-nav ul.links.inline li a.event-filters-reveal + .event-nav button.event-filters-reveal, ul.links.inline li .event-nav a.event-filters-reveal + .event-nav button.event-filters-reveal, .event-nav button.event-filters-reveal + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .event-nav button.event-filters-reveal + .event-nav a.event-filters-reveal, .event-nav ul.links.inline li a.event-filters-reveal + .event-nav a.event-filters-reveal, ul.links.inline li .event-nav a.event-filters-reveal + .event-nav a.event-filters-reveal, .md-button.md-default-theme.md-primary.md-raised + .event-nav button.event-filters-reveal, .md-button.md-default-theme.md-primary.md-raised + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .md-button.md-default-theme.md-primary.md-raised + .event-nav a.event-filters-reveal, .md-button.md-primary.md-raised + .event-nav button.event-filters-reveal, .md-button.md-primary.md-raised + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .md-button.md-primary.md-raised + .event-nav a.event-filters-reveal, .md-button.md-default-theme.md-primary.md-fab + .event-nav button.event-filters-reveal, .md-button.md-default-theme.md-primary.md-fab + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .md-button.md-default-theme.md-primary.md-fab + .event-nav a.event-filters-reveal, .md-button.md-primary.md-fab + .event-nav button.event-filters-reveal, .md-button.md-primary.md-fab + .event-nav ul.links.inline li a.event-filters-reveal, ul.links.inline li .md-button.md-primary.md-fab + .event-nav a.event-filters-reveal, input[type="submit"] + .md-button.md-default-theme.md-primary.md-raised, input[type="button"] + .md-button.md-default-theme.md-primary.md-raised, input[type="reset"] + .md-button.md-default-theme.md-primary.md-raised, .button + .md-button.md-default-theme.md-primary.md-raised, a.button + .md-button.md-default-theme.md-primary.md-raised, [role~="button"] + .md-button.md-default-theme.md-primary.md-raised, button + .md-button.md-default-theme.md-primary.md-raised, ul.links.inline li a + .md-button.md-default-theme.md-primary.md-raised, .event-nav button.event-filters-reveal + .md-button.md-default-theme.md-primary.md-raised, .event-nav ul.links.inline li a.event-filters-reveal + .md-button.md-default-theme.md-primary.md-raised, ul.links.inline li .event-nav a.event-filters-reveal + .md-button.md-default-theme.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-raised + .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised + .md-button.md-default-theme.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab + .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-fab + .md-button.md-default-theme.md-primary.md-raised, input[type="submit"] + .md-button.md-primary.md-raised, input[type="button"] + .md-button.md-primary.md-raised, input[type="reset"] + .md-button.md-primary.md-raised, .button + .md-button.md-primary.md-raised, a.button + .md-button.md-primary.md-raised, [role~="button"] + .md-button.md-primary.md-raised, button + .md-button.md-primary.md-raised, ul.links.inline li a + .md-button.md-primary.md-raised, .event-nav button.event-filters-reveal + .md-button.md-primary.md-raised, .event-nav ul.links.inline li a.event-filters-reveal + .md-button.md-primary.md-raised, ul.links.inline li .event-nav a.event-filters-reveal + .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-raised + .md-button.md-primary.md-raised, .md-button.md-primary.md-raised + .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab + .md-button.md-primary.md-raised, .md-button.md-primary.md-fab + .md-button.md-primary.md-raised, input[type="submit"] + .md-button.md-default-theme.md-primary.md-fab, input[type="button"] + .md-button.md-default-theme.md-primary.md-fab, input[type="reset"] + .md-button.md-default-theme.md-primary.md-fab, .button + .md-button.md-default-theme.md-primary.md-fab, a.button + .md-button.md-default-theme.md-primary.md-fab, [role~="button"] + .md-button.md-default-theme.md-primary.md-fab, button + .md-button.md-default-theme.md-primary.md-fab, ul.links.inline li a + .md-button.md-default-theme.md-primary.md-fab, .event-nav button.event-filters-reveal + .md-button.md-default-theme.md-primary.md-fab, .event-nav ul.links.inline li a.event-filters-reveal + .md-button.md-default-theme.md-primary.md-fab, ul.links.inline li .event-nav a.event-filters-reveal + .md-button.md-default-theme.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised + .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-raised + .md-button.md-default-theme.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-fab + .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab + .md-button.md-default-theme.md-primary.md-fab, input[type="submit"] + .md-button.md-primary.md-fab, input[type="button"] + .md-button.md-primary.md-fab, input[type="reset"] + .md-button.md-primary.md-fab, .button + .md-button.md-primary.md-fab, a.button + .md-button.md-primary.md-fab, [role~="button"] + .md-button.md-primary.md-fab, button + .md-button.md-primary.md-fab, ul.links.inline li a + .md-button.md-primary.md-fab, .event-nav button.event-filters-reveal + .md-button.md-primary.md-fab, .event-nav ul.links.inline li a.event-filters-reveal + .md-button.md-primary.md-fab, ul.links.inline li .event-nav a.event-filters-reveal + .md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised + .md-button.md-primary.md-fab, .md-button.md-primary.md-raised + .md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-fab + .md-button.md-primary.md-fab, .md-button.md-primary.md-fab + .md-button.md-primary.md-fab {
    margin-left: 1em;
    margin-bottom: 1em; }
  input[type="submit"].pull-right, input[type="button"].pull-right, input[type="reset"].pull-right, .button.pull-right, a.button.pull-right, [role~="button"].pull-right, button.pull-right, ul.links.inline li a.pull-right, .event-nav button.event-filters-reveal.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right, .md-button.md-primary.md-raised.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right, .md-button.md-primary.md-fab.pull-right {
    margin-left: 0; }
  input[type="submit"].pull-right + input[type="submit"].pull-right, input[type="button"].pull-right + input[type="submit"].pull-right, input[type="reset"].pull-right + input[type="submit"].pull-right, .button.pull-right + input[type="submit"].pull-right, a.button.pull-right + input[type="submit"].pull-right, [role~="button"].pull-right + input[type="submit"].pull-right, button.pull-right + input[type="submit"].pull-right, ul.links.inline li a.pull-right + input[type="submit"].pull-right, .event-nav button.event-filters-reveal.pull-right + input[type="submit"].pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + input[type="submit"].pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + input[type="submit"].pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + input[type="submit"].pull-right, .md-button.md-primary.md-raised.pull-right + input[type="submit"].pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + input[type="submit"].pull-right, .md-button.md-primary.md-fab.pull-right + input[type="submit"].pull-right, input[type="submit"].pull-right + input[type="button"].pull-right, input[type="button"].pull-right + input[type="button"].pull-right, input[type="reset"].pull-right + input[type="button"].pull-right, .button.pull-right + input[type="button"].pull-right, a.button.pull-right + input[type="button"].pull-right, [role~="button"].pull-right + input[type="button"].pull-right, button.pull-right + input[type="button"].pull-right, ul.links.inline li a.pull-right + input[type="button"].pull-right, .event-nav button.event-filters-reveal.pull-right + input[type="button"].pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + input[type="button"].pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + input[type="button"].pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + input[type="button"].pull-right, .md-button.md-primary.md-raised.pull-right + input[type="button"].pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + input[type="button"].pull-right, .md-button.md-primary.md-fab.pull-right + input[type="button"].pull-right, input[type="submit"].pull-right + input[type="reset"].pull-right, input[type="button"].pull-right + input[type="reset"].pull-right, input[type="reset"].pull-right + input[type="reset"].pull-right, .button.pull-right + input[type="reset"].pull-right, a.button.pull-right + input[type="reset"].pull-right, [role~="button"].pull-right + input[type="reset"].pull-right, button.pull-right + input[type="reset"].pull-right, ul.links.inline li a.pull-right + input[type="reset"].pull-right, .event-nav button.event-filters-reveal.pull-right + input[type="reset"].pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + input[type="reset"].pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + input[type="reset"].pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + input[type="reset"].pull-right, .md-button.md-primary.md-raised.pull-right + input[type="reset"].pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + input[type="reset"].pull-right, .md-button.md-primary.md-fab.pull-right + input[type="reset"].pull-right, input[type="submit"].pull-right + .button.pull-right, input[type="button"].pull-right + .button.pull-right, input[type="reset"].pull-right + .button.pull-right, .button.pull-right + .button.pull-right, a.button.pull-right + .button.pull-right, [role~="button"].pull-right + .button.pull-right, button.pull-right + .button.pull-right, ul.links.inline li a.pull-right + .button.pull-right, .event-nav button.event-filters-reveal.pull-right + .button.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + .button.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + .button.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + .button.pull-right, .md-button.md-primary.md-raised.pull-right + .button.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + .button.pull-right, .md-button.md-primary.md-fab.pull-right + .button.pull-right, input[type="submit"].pull-right + a.button.pull-right, input[type="button"].pull-right + a.button.pull-right, input[type="reset"].pull-right + a.button.pull-right, .button.pull-right + a.button.pull-right, a.button.pull-right + a.button.pull-right, [role~="button"].pull-right + a.button.pull-right, button.pull-right + a.button.pull-right, ul.links.inline li a.pull-right + a.button.pull-right, .event-nav button.event-filters-reveal.pull-right + a.button.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + a.button.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + a.button.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + a.button.pull-right, .md-button.md-primary.md-raised.pull-right + a.button.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + a.button.pull-right, .md-button.md-primary.md-fab.pull-right + a.button.pull-right, input[type="submit"].pull-right + [role~="button"].pull-right, input[type="button"].pull-right + [role~="button"].pull-right, input[type="reset"].pull-right + [role~="button"].pull-right, .button.pull-right + [role~="button"].pull-right, a.button.pull-right + [role~="button"].pull-right, [role~="button"].pull-right + [role~="button"].pull-right, button.pull-right + [role~="button"].pull-right, ul.links.inline li a.pull-right + [role~="button"].pull-right, .event-nav button.event-filters-reveal.pull-right + [role~="button"].pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + [role~="button"].pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + [role~="button"].pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + [role~="button"].pull-right, .md-button.md-primary.md-raised.pull-right + [role~="button"].pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + [role~="button"].pull-right, .md-button.md-primary.md-fab.pull-right + [role~="button"].pull-right, input[type="submit"].pull-right + button.pull-right, ul.links.inline li input[type="submit"].pull-right + a.pull-right, input[type="button"].pull-right + button.pull-right, ul.links.inline li input[type="button"].pull-right + a.pull-right, input[type="reset"].pull-right + button.pull-right, ul.links.inline li input[type="reset"].pull-right + a.pull-right, .button.pull-right + button.pull-right, ul.links.inline li .button.pull-right + a.pull-right, a.button.pull-right + button.pull-right, ul.links.inline li a.button.pull-right + a.pull-right, [role~="button"].pull-right + button.pull-right, ul.links.inline li [role~="button"].pull-right + a.pull-right, button.pull-right + button.pull-right, ul.links.inline li a.pull-right + button.pull-right, ul.links.inline li button.pull-right + a.pull-right, ul.links.inline li a.pull-right + a.pull-right, .event-nav button.event-filters-reveal.pull-right + button.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + button.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + button.pull-right, .event-nav ul.links.inline li button.event-filters-reveal.pull-right + a.pull-right, ul.links.inline li .event-nav button.event-filters-reveal.pull-right + a.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + a.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + a.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + button.pull-right, ul.links.inline li .md-button.md-default-theme.md-primary.md-raised.pull-right + a.pull-right, .md-button.md-primary.md-raised.pull-right + button.pull-right, ul.links.inline li .md-button.md-primary.md-raised.pull-right + a.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + button.pull-right, ul.links.inline li .md-button.md-default-theme.md-primary.md-fab.pull-right + a.pull-right, .md-button.md-primary.md-fab.pull-right + button.pull-right, ul.links.inline li .md-button.md-primary.md-fab.pull-right + a.pull-right, input[type="submit"].pull-right + .event-nav button.event-filters-reveal.pull-right, input[type="submit"].pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li input[type="submit"].pull-right + .event-nav a.event-filters-reveal.pull-right, input[type="button"].pull-right + .event-nav button.event-filters-reveal.pull-right, input[type="button"].pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li input[type="button"].pull-right + .event-nav a.event-filters-reveal.pull-right, input[type="reset"].pull-right + .event-nav button.event-filters-reveal.pull-right, input[type="reset"].pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li input[type="reset"].pull-right + .event-nav a.event-filters-reveal.pull-right, .button.pull-right + .event-nav button.event-filters-reveal.pull-right, .button.pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li .button.pull-right + .event-nav a.event-filters-reveal.pull-right, a.button.pull-right + .event-nav button.event-filters-reveal.pull-right, a.button.pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li a.button.pull-right + .event-nav a.event-filters-reveal.pull-right, [role~="button"].pull-right + .event-nav button.event-filters-reveal.pull-right, [role~="button"].pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li [role~="button"].pull-right + .event-nav a.event-filters-reveal.pull-right, button.pull-right + .event-nav button.event-filters-reveal.pull-right, ul.links.inline li a.pull-right + .event-nav button.event-filters-reveal.pull-right, button.pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li button.pull-right + .event-nav a.event-filters-reveal.pull-right, ul.links.inline li a.pull-right + .event-nav a.event-filters-reveal.pull-right, .event-nav button.event-filters-reveal.pull-right + .event-nav button.event-filters-reveal.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + .event-nav button.event-filters-reveal.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + .event-nav button.event-filters-reveal.pull-right, .event-nav button.event-filters-reveal.pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li .event-nav button.event-filters-reveal.pull-right + .event-nav a.event-filters-reveal.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + .event-nav a.event-filters-reveal.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + .event-nav a.event-filters-reveal.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + .event-nav button.event-filters-reveal.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li .md-button.md-default-theme.md-primary.md-raised.pull-right + .event-nav a.event-filters-reveal.pull-right, .md-button.md-primary.md-raised.pull-right + .event-nav button.event-filters-reveal.pull-right, .md-button.md-primary.md-raised.pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li .md-button.md-primary.md-raised.pull-right + .event-nav a.event-filters-reveal.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + .event-nav button.event-filters-reveal.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li .md-button.md-default-theme.md-primary.md-fab.pull-right + .event-nav a.event-filters-reveal.pull-right, .md-button.md-primary.md-fab.pull-right + .event-nav button.event-filters-reveal.pull-right, .md-button.md-primary.md-fab.pull-right + .event-nav ul.links.inline li a.event-filters-reveal.pull-right, ul.links.inline li .md-button.md-primary.md-fab.pull-right + .event-nav a.event-filters-reveal.pull-right, input[type="submit"].pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, input[type="button"].pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, input[type="reset"].pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, .button.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, a.button.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, [role~="button"].pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, button.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, ul.links.inline li a.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, .event-nav button.event-filters-reveal.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, .md-button.md-primary.md-raised.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, .md-button.md-primary.md-fab.pull-right + .md-button.md-default-theme.md-primary.md-raised.pull-right, input[type="submit"].pull-right + .md-button.md-primary.md-raised.pull-right, input[type="button"].pull-right + .md-button.md-primary.md-raised.pull-right, input[type="reset"].pull-right + .md-button.md-primary.md-raised.pull-right, .button.pull-right + .md-button.md-primary.md-raised.pull-right, a.button.pull-right + .md-button.md-primary.md-raised.pull-right, [role~="button"].pull-right + .md-button.md-primary.md-raised.pull-right, button.pull-right + .md-button.md-primary.md-raised.pull-right, ul.links.inline li a.pull-right + .md-button.md-primary.md-raised.pull-right, .event-nav button.event-filters-reveal.pull-right + .md-button.md-primary.md-raised.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + .md-button.md-primary.md-raised.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + .md-button.md-primary.md-raised.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + .md-button.md-primary.md-raised.pull-right, .md-button.md-primary.md-raised.pull-right + .md-button.md-primary.md-raised.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + .md-button.md-primary.md-raised.pull-right, .md-button.md-primary.md-fab.pull-right + .md-button.md-primary.md-raised.pull-right, input[type="submit"].pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, input[type="button"].pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, input[type="reset"].pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, .button.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, a.button.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, [role~="button"].pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, button.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, ul.links.inline li a.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, .event-nav button.event-filters-reveal.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, .md-button.md-primary.md-raised.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, .md-button.md-primary.md-fab.pull-right + .md-button.md-default-theme.md-primary.md-fab.pull-right, input[type="submit"].pull-right + .md-button.md-primary.md-fab.pull-right, input[type="button"].pull-right + .md-button.md-primary.md-fab.pull-right, input[type="reset"].pull-right + .md-button.md-primary.md-fab.pull-right, .button.pull-right + .md-button.md-primary.md-fab.pull-right, a.button.pull-right + .md-button.md-primary.md-fab.pull-right, [role~="button"].pull-right + .md-button.md-primary.md-fab.pull-right, button.pull-right + .md-button.md-primary.md-fab.pull-right, ul.links.inline li a.pull-right + .md-button.md-primary.md-fab.pull-right, .event-nav button.event-filters-reveal.pull-right + .md-button.md-primary.md-fab.pull-right, .event-nav ul.links.inline li a.event-filters-reveal.pull-right + .md-button.md-primary.md-fab.pull-right, ul.links.inline li .event-nav a.event-filters-reveal.pull-right + .md-button.md-primary.md-fab.pull-right, .md-button.md-default-theme.md-primary.md-raised.pull-right + .md-button.md-primary.md-fab.pull-right, .md-button.md-primary.md-raised.pull-right + .md-button.md-primary.md-fab.pull-right, .md-button.md-default-theme.md-primary.md-fab.pull-right + .md-button.md-primary.md-fab.pull-right, .md-button.md-primary.md-fab.pull-right + .md-button.md-primary.md-fab.pull-right {
    margin-right: 1em; }
  input[type="submit"].primary, input[type="button"].primary, input[type="reset"].primary, .button.primary, a.button.primary, [role~="button"].primary, button.primary, ul.links.inline li a.primary, .event-nav button.event-filters-reveal.primary, .event-nav ul.links.inline li a.event-filters-reveal.primary, ul.links.inline li .event-nav a.event-filters-reveal.primary, .md-button.md-default-theme.md-primary.md-raised.primary, .md-button.md-primary.md-raised.primary, .md-button.md-default-theme.md-primary.md-fab.primary, .md-button.md-primary.md-fab.primary {
    background-color: #00afed;
    /*outline: 1px solid darken($primary, 3%);*/ }
  input[type="submit"].secondary, input[type="button"].secondary, input[type="reset"].secondary, .button.secondary, a.button.secondary, [role~="button"].secondary, button.secondary, ul.links.inline li a.secondary, .event-nav button.event-filters-reveal.secondary, .event-nav ul.links.inline li a.event-filters-reveal.secondary, ul.links.inline li .event-nav a.event-filters-reveal.secondary, .md-button.md-default-theme.md-primary.md-raised.secondary, .md-button.md-primary.md-raised.secondary, .md-button.md-default-theme.md-primary.md-fab.secondary, .md-button.md-primary.md-fab.secondary {
    background-color: #00abbb;
    /*outline: 1px solid darken($secondary, 3%)*/ }
  input[type="submit"].tertiary, input[type="button"].tertiary, input[type="reset"].tertiary, .button.tertiary, a.button.tertiary, [role~="button"].tertiary, button.tertiary, ul.links.inline li a.tertiary, .event-nav button.event-filters-reveal.tertiary, .event-nav ul.links.inline li a.event-filters-reveal.tertiary, ul.links.inline li .event-nav a.event-filters-reveal.tertiary, .md-button.md-default-theme.md-primary.md-raised.tertiary, .md-button.md-primary.md-raised.tertiary, .md-button.md-default-theme.md-primary.md-fab.tertiary, .md-button.md-primary.md-fab.tertiary {
    background-color: #00abbb;
    /*outline: 1px solid darken($tertiary, 3%)*/ }
  input[type="submit"].primary, input[type="submit"].secondary, input[type="submit"].tertiary, input[type="button"].primary, input[type="button"].secondary, input[type="button"].tertiary, input[type="reset"].primary, input[type="reset"].secondary, input[type="reset"].tertiary, .button.primary, .button.secondary, .button.tertiary, a.button.primary, a.button.secondary, a.button.tertiary, [role~="button"].primary, [role~="button"].secondary, [role~="button"].tertiary, button.primary, ul.links.inline li a.primary, button.secondary, ul.links.inline li a.secondary, button.tertiary, ul.links.inline li a.tertiary, .event-nav button.event-filters-reveal.primary, .event-nav ul.links.inline li a.event-filters-reveal.primary, ul.links.inline li .event-nav a.event-filters-reveal.primary, .event-nav button.event-filters-reveal.secondary, .event-nav ul.links.inline li a.event-filters-reveal.secondary, ul.links.inline li .event-nav a.event-filters-reveal.secondary, .event-nav button.event-filters-reveal.tertiary, .event-nav ul.links.inline li a.event-filters-reveal.tertiary, ul.links.inline li .event-nav a.event-filters-reveal.tertiary, .md-button.md-default-theme.md-primary.md-raised.primary, .md-button.md-default-theme.md-primary.md-raised.secondary, .md-button.md-default-theme.md-primary.md-raised.tertiary, .md-button.md-primary.md-raised.primary, .md-button.md-primary.md-raised.secondary, .md-button.md-primary.md-raised.tertiary, .md-button.md-default-theme.md-primary.md-fab.primary, .md-button.md-default-theme.md-primary.md-fab.secondary, .md-button.md-default-theme.md-primary.md-fab.tertiary, .md-button.md-primary.md-fab.primary, .md-button.md-primary.md-fab.secondary, .md-button.md-primary.md-fab.tertiary {
    color: #FFFFFF;
    /*border:0;*/ }
  input[type="submit"].primary:hover, input[type="submit"].secondary:hover, input[type="submit"].tertiary:hover, input[type="button"].primary:hover, input[type="button"].secondary:hover, input[type="button"].tertiary:hover, input[type="reset"].primary:hover, input[type="reset"].secondary:hover, input[type="reset"].tertiary:hover, .button.primary:hover, .button.secondary:hover, .button.tertiary:hover, a.button.primary:hover, a.button.secondary:hover, a.button.tertiary:hover, [role~="button"].primary:hover, [role~="button"].secondary:hover, [role~="button"].tertiary:hover, button.primary:hover, ul.links.inline li a.primary:hover, button.secondary:hover, ul.links.inline li a.secondary:hover, button.tertiary:hover, ul.links.inline li a.tertiary:hover, .event-nav button.event-filters-reveal.primary:hover, .event-nav ul.links.inline li a.event-filters-reveal.primary:hover, ul.links.inline li .event-nav a.event-filters-reveal.primary:hover, .event-nav button.event-filters-reveal.secondary:hover, .event-nav ul.links.inline li a.event-filters-reveal.secondary:hover, ul.links.inline li .event-nav a.event-filters-reveal.secondary:hover, .event-nav button.event-filters-reveal.tertiary:hover, .event-nav ul.links.inline li a.event-filters-reveal.tertiary:hover, ul.links.inline li .event-nav a.event-filters-reveal.tertiary:hover, .md-button.md-default-theme.md-primary.md-raised.primary:hover, .md-button.md-default-theme.md-primary.md-raised.secondary:hover, .md-button.md-default-theme.md-primary.md-raised.tertiary:hover, .md-button.md-primary.md-raised.primary:hover, .md-button.md-primary.md-raised.secondary:hover, .md-button.md-primary.md-raised.tertiary:hover, .md-button.md-default-theme.md-primary.md-fab.primary:hover, .md-button.md-default-theme.md-primary.md-fab.secondary:hover, .md-button.md-default-theme.md-primary.md-fab.tertiary:hover, .md-button.md-primary.md-fab.primary:hover, .md-button.md-primary.md-fab.secondary:hover, .md-button.md-primary.md-fab.tertiary:hover {
    background-color: #043a60;
    color: #FFFFFF;
    /*outline: 1px solid $black;*/ }
  input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, .button::-moz-focus-inner, a.button::-moz-focus-inner, [role~="button"]::-moz-focus-inner, button::-moz-focus-inner, ul.links.inline li a::-moz-focus-inner, .event-nav button.event-filters-reveal::-moz-focus-inner, .event-nav ul.links.inline li a.event-filters-reveal::-moz-focus-inner, ul.links.inline li .event-nav a.event-filters-reveal::-moz-focus-inner, .md-button.md-default-theme.md-primary.md-raised::-moz-focus-inner, .md-button.md-primary.md-raised::-moz-focus-inner, .md-button.md-default-theme.md-primary.md-fab::-moz-focus-inner, .md-button.md-primary.md-fab::-moz-focus-inner {
    border: 0; }

.namm-event-grid .event-cat-filter button, .namm-event-grid .event-cat-filter ul.links.inline li a, ul.links.inline li .namm-event-grid .event-cat-filter a {
  color: #003a62;
  margin-left: 1em;
  margin-right: 0;
  padding-left: 1em;
  min-width: auto; }
  .namm-event-grid .event-cat-filter button:hover, .namm-event-grid .event-cat-filter ul.links.inline li a:hover, ul.links.inline li .namm-event-grid .event-cat-filter a:hover {
    color: #00afed;
    background: transparent !important; }

.event-listing button.event-details-reveal, .event-listing ul.links.inline li a.event-details-reveal, ul.links.inline li .event-listing a.event-details-reveal {
  background: transparent;
  color: #00afed; }
  .event-listing button.event-details-reveal:hover:after, .event-listing ul.links.inline li a.event-details-reveal:hover:after, ul.links.inline li .event-listing a.event-details-reveal:hover:after {
    color: #043a60; }

.input-group .input-group-button input[type='submit'], .input-group .input-group-button input[type='button'] {
  line-height: initial; }

.views-exposed-widgets:hover input[type="text"] {
  border: 1px solid #043a60; }

#edit-search-api-views-fulltext-wrapper {
  float: left;
  width: 50%; }

.view-filters {
  background-color: #f7f7f7;
  margin-bottom: 2em;
  padding: 0 0 0.5em 1em; }

.views-exposed-form .views-exposed-widget {
  padding: .5em 0 0 0; }

.views-exposed-form .views-exposed-widget input[type="submit"].form-submit {
  border-radius: 0 2em 2em 0;
  top: 19px;
  position: relative; }

#views-exposed-form-library-search-page-1 .views-exposed-widget {
  float: left !important; }

.page-library-search #views-exposed-form-library-search-page-1 .views-exposed-widget {
  float: none !important; }

.page-library-search #views-exposed-form-library-search-page-1 #edit-submit-library-search {
  float: none; }

.page-library-search .view-filters {
  padding: 1em; }

.page-library-search #views-exposed-form-library-search-page-1 .views-widget {
  display: block; }

.page-library-search #views-exposed-form-library-search-page-1 #edit-search-api-views-fulltext, .page-library-search #views-exposed-form-library-search-page-1 #edit-submit-library-search {
  margin-top: 15px;
  border-radius: 2em; }

#views-exposed-form-library-search-page-1 #edit-search-api-views-fulltext {
  width: 100%; }

#views-exposed-form-library-search-page-1 #edit-submit-library-search {
  float: left;
  top: 0; }

::-webkit-input-placeholder {
  /* Chrome */
  color: #373737 !important;
  transition: opacity .4s ease 0s; }

:hover::-webkit-input-placeholder {
  color: #043a60 !important; }

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #043a60 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #373737 !important;
  transition: opacity .4s ease 0s; }

:hover::-ms-input-placeholder {
  color: #043a60 !important; }

:focus:-ms-input-placeholder {
  opacity: 0.5;
  color: #043a60 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #373737 !important;
  opacity: 1;
  transition: opacity .4s ease 0s; }

:hover::-moz-input-placeholder {
  color: #043a60 !important; }

:focus::-moz-placeholder {
  opacity: 0.5;
  color: #043a60 !important; }

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #373737 !important;
  opacity: 1;
  transition: opacity .4s ease 0s; }

:hover::-moz-placeholder {
  color: #043a60 !important;
  opacity: 0.5; }

:focus:-moz-placeholder {
  opacity: 0.5; }

.button.category_sel {
  background: transparent;
  color: #043a60; }
  .button.category_sel:hover {
    background: transparent !important;
    color: #00afed; }
  .button.category_sel.secondary {
    background: transparent;
    color: #00afed; }
    @media (min-width: 768px) {
      .button.category_sel.secondary:first-child {
        padding-left: 0; } }
    .button.category_sel.secondary:hover {
      background: transparent !important;
      color: #043a60; }
    .button.category_sel.secondary.event-cat-filter-selection:hover {
      background: transparent !important; }

.sidebar_search .input-group-button button, .sidebar_search .input-group-button ul.links.inline li a, ul.links.inline li .sidebar_search .input-group-button a {
  border-radius: 0 2em 2em 0; }

.sidebar_search #edit-search-api-views-fulltext {
  border-radius: 2em 0 0 2em; }

.button-group.small .button {
  font-size: 14px; }

@media screen and (min-width: 640.0001px) and (max-width: 980px) {
  .region-sidebar-first #edit-search-api-views-fulltext-wrapper {
    width: 100%; }
  .region-sidebar-first #views-exposed-form-library-search-page-1 #edit-submit-library-search {
    float: none; }
  .region-sidebar-first input#edit-submit-library-search {
    border-radius: 2em;
    display: block;
    margin: 0 auto; }
  .region-sidebar-first #views-exposed-form-library-search-page-1 .views-exposed-widget {
    float: left !important;
    width: 100%; } }

@media screen and (max-width: 640px) {
  #views-exposed-form-library-search-page-1 .views-widget {
    display: block; }
  .views-exposed-widget.views-submit-button {
    float: left !important; } }

/* Fix for membership app */
#joinnamm-form [type='checkbox'] + label, #joinnamm-form [type='radio'] + label {
  display: inline; }

#joinnamm-form .form-item input {
  margin-bottom: 0; }

/* Fix for mailchimp preference form */
#namm-mailchimp-preferences-form [type='checkbox'] + label {
  display: inline; }

#edit-iama, #edit-industry-contacts, #edit-voice, #edit-fax {
  overflow: visible; }

/* overrides for webforms... clean this up */
.webform-datepicker select {
  width: auto;
  min-width: 80px; }

.webform-layout-box.horiz > * {
  margin-right: 1em;
  margin-left: 0 !important; }

/* Angular Form (exhibit) */
.app-column {
  overflow-x: hidden; }

@media (min-width: 980px) {
  body.admin-menu .site-header {
    top: 29px; } }

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #FFFFFF;
  -webkit-font-smoothing: subpixel-antialiased;
  -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06); }

.headroom {
  transition: background-color 300ms linear, transform 300ms linear; }

.site-header .namm-alert-wrapper {
  background-color: #00afed;
  color: #FFFFFF;
  padding: 0 1em;
  max-height: 0px;
  transition: max-height 100ms ease;
  overflow: hidden; }
  .site-header .namm-alert-wrapper.open {
    transition: max-height 3s ease;
    max-height: 300px; }
  .site-header .namm-alert-wrapper .namm-alert {
    position: relative;
    margin: 0 auto;
    display: table; }
    .site-header .namm-alert-wrapper .namm-alert .namm-alert-content {
      color: #fff;
      text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
      padding: 1em 2em 1em 2em;
      display: table-cell; }
      .site-header .namm-alert-wrapper .namm-alert .namm-alert-content p {
        margin-bottom: .5em; }
    .site-header .namm-alert-wrapper .namm-alert .namm-alert-icon {
      color: #54d2ff;
      vertical-align: middle;
      display: table-cell; }
    .site-header .namm-alert-wrapper .namm-alert .namm-alert-close {
      display: table-cell;
      vertical-align: middle; }
    .site-header .namm-alert-wrapper .namm-alert button, .site-header .namm-alert-wrapper .namm-alert ul.links.inline li a, ul.links.inline li .site-header .namm-alert-wrapper .namm-alert a {
      border: 0;
      padding: 0;
      background-color: transparent; }

.top-nav ul.menu li {
  margin: 0; }

.top-nav .account-menu {
  position: relative;
  z-index: 3;
  margin: 0 0 0 1em; }
  .top-nav .account-menu:hover {
    background-color: transparent; }
  .top-nav .account-menu a {
    text-transform: uppercase; }
  .top-nav .account-menu li ul {
    display: none;
    margin: 0;
    padding: .5em 1em;
    text-align: center; }
  .top-nav .account-menu:hover li ul {
    display: block;
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 100%;
    background-color: #000; }

.top-nav .region-top {
  padding-left: 14.3em;
  padding-right: 1em;
  padding-top: .3em; }

.top-nav .block {
  display: inline-block;
  width: auto;
  vertical-align: top; }

.top-nav li a.active {
  color: #c0c0c0; }
  .top-nav li a.active:hover {
    color: #FFF; }

.top-nav a {
  font-size: 0.87em;
  color: #373737; }
  .top-nav a:hover {
    color: #00afed; }

.top-nav ul li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  list-style: none; }

.top-nav #block-block-14 {
  float: right; }
  .top-nav #block-block-14 p {
    margin: 0; }
    .top-nav #block-block-14 p a {
      font-weight: normal; }

.top-nav #block-search-form {
  float: right; }
  @media (max-width: 1080px) {
    .top-nav #block-search-form {
      display: none; } }
  .top-nav #block-search-form .form-submit {
    display: none; }
  .top-nav #block-search-form .form-item-search-block-form {
    margin: 0; }
    .top-nav #block-search-form .form-item-search-block-form label {
      display: none; }
    .top-nav #block-search-form .form-item-search-block-form input {
      background-color: #fefefe;
      color: #373737;
      border: 0;
      border-bottom: 2px solid transparent;
      display: inline-block;
      width: auto;
      outline: 0;
      margin: 0;
      padding: 3px;
      font-size: .9em;
      height: auto;
      -wekit-box-shadow: 0 none;
      -o-box-shadow: 0 none;
      box-shadow: 0 none; }
    .top-nav #block-search-form .form-item-search-block-form input:focus {
      outline: 0;
      box-shadow: none !important;
      border-bottom: 2px solid #FFF; }
    .top-nav #block-search-form .form-item-search-block-form:before {
      content: '\f002';
      font-family: FontAwesome;
      color: #373737;
      display: inline-block; }

#breadcrumb {
  padding: .75em 0;
  text-transform: uppercase;
  background-color: #f7f7f7; }
  @media (max-width: 500px) {
    #breadcrumb {
      display: none; } }
  #breadcrumb a {
    opacity: .75; }
    #breadcrumb a:hover {
      opacity: 1; }
  #breadcrumb .breadcrumb {
    padding: 0; }

@media screen and (min-width: 600px) {
  body.hero-shown .node-35214 .hero-logos .even {
    float: left;
    width: 38%;
    margin-top: -30px; }
    body.hero-shown .node-35214 .hero-logos .even img {
      float: right; }
  body.hero-shown .node-35214 .field-intro h1 {
    float: left;
    padding-left: 50px;
    margin-top: -30px;
    padding-bottom: 125px;
    font-size: calc(17px + 3vw); }
  body.hero-shown .node-35214 .field-intro h2 {
    clear: both; } }

body.hero-shown main h1.title {
  display: none; }

.region-hero {
  background: #003650 none repeat scroll 0 0; }

.hero {
  -webkit-font-smoothing: subpixel-antialiased; }

.hero, .hero-large {
  height: 370px;
  background-size: cover;
  text-align: center;
  position: relative;
  background-position: center; }
  .hero .hero-content, .hero-large .hero-content {
    margin: 0 8px;
    position: relative; }
    @media (min-width: 768px) {
      .hero .hero-content, .hero-large .hero-content {
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .hero .hero-content h1, .hero .hero-content h2, .hero-large .hero-content h1, .hero-large .hero-content h2 {
      color: #FFFFFF;
      border: 0;
      font-weight: 700;
      margin: 0;
      text-shadow: 0 0 30px #000000; }
      .hero .hero-content h1.ss, .hero .hero-content h2.ss, .hero-large .hero-content h1.ss, .hero-large .hero-content h2.ss {
        font-family: "Roboto", sans-serif;
        font-weight: 300; }
    .hero .hero-content h1, .hero-large .hero-content h1 {
      font-size: 4vw;
      margin-bottom: .2em;
      line-height: 1; }
      .hero .hero-content h1 strong, .hero-large .hero-content h1 strong {
        font-weight: 700; }
    .hero .hero-content h2, .hero-large .hero-content h2 {
      font-size: 1.2em;
      margin-bottom: .5em; }
    .hero .hero-content .hero-logos, .hero-large .hero-content .hero-logos {
      margin-bottom: 1em; }
    .hero .hero-content .hero-ctas a, .hero-large .hero-content .hero-ctas a {
      box-shadow: 0 0 30px #000000;
      font-weight: normal;
      margin: .5em 2em;
      line-height: 41px;
      padding: 0 1em; }
      @media (max-width: 600px) {
        .hero .hero-content .hero-ctas a, .hero-large .hero-content .hero-ctas a {
          min-width: 80%; } }

.hero-large {
  display: table-cell;
  height: 100vh;
  padding: 0;
  table-layout: fixed;
  vertical-align: middle;
  width: 100vw; }
  .hero-large h1 {
    font-size: 6.5vw; }
  .hero-large .hero-ctas {
    margin-top: 3em; }
  .hero-large .hero-scroll {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    bottom: 7vh;
    color: #fff;
    font-size: 5em;
    left: 0;
    line-height: 1;
    opacity: 0.4;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
    width: 100%; }
    .hero-large .hero-scroll:hover {
      opacity: .8;
      text-shadow: 0 7px 10px rgba(0, 0, 0, 0.7); }
    @media (min-width: 600px) {
      .hero-large .hero-scroll:after {
        content: 'Scroll Down';
        font-size: .2em;
        display: block;
        opacity: .5; } }

@media screen and (max-width: 600px) {
  .hero .hero-scroll, .hero-large .hero-scroll {
    font-size: 4em; }
  .hero .hero-ctas, .hero-large .hero-ctas {
    margin-top: 1em; }
    .hero .hero-ctas a, .hero-large .hero-ctas a {
      margin: .5em 2em !important; }
  .hero h1, .hero-large h1 {
    font-size: 2em !important;
    padding: 0 1em; }
  .hero h2, .hero-large h2 {
    font-size: 1em !important; }
  .hero img, .hero-large img {
    max-width: 50%; } }

@media screen and (min-width: 600px) {
  .hero a.button, .hero-large a.button {
    min-width: initial; } }

.field-media-contacts {
  margin-bottom: 40px; }
  .field-media-contacts h2 {
    margin: 0 0 -10px; }
    @media (max-width: 800px) {
      .field-media-contacts h2 {
        text-align: center; } }

.media_content p {
  margin-bottom: 5px; }
  .media_content p.field-title {
    font-style: italic; }
  .media_content p.field-company {
    font-size: 24px; }
  .media_content p.field-phone {
    margin-bottom: 2.5px; }
  .media_content p span {
    color: #003a62;
    font-weight: bold;
    padding-right: 5px; }

.pane-fieldable-panels-pane, .panels-flexible-row {
  overflow: hidden;
  padding: 1em; }

.pane-content {
  margin: 0 auto;
  max-width: 1400px; }

.no-margin .pane-content {
  max-width: 100%; }
  .no-margin .pane-content img {
    width: 100%; }

body.no-margin #main {
  background-color: #FFFFFF; }
  body.no-margin #main #content.column, body.no-margin #main #content.columns {
    padding: 0; }
    body.no-margin #main #content.column h1.title, body.no-margin #main #content.columns h1.title {
      margin: 1em 0 0; }

h2.pane-title {
  border: 0;
  margin-top: 0; }

.presentation-text .field-collection-container .field-item h3 {
  color: #00afed;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: .5em;
  line-height: 1; }

.presentation-text .field-collection-container .field-item p {
  line-height: 1.8; }

.panel-flexible ul.field-collection-view-links, .panel-flexible .action-links {
  opacity: .5;
  margin: 0 !important;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  list-style: none;
  z-index: 1; }
  .panel-flexible ul.field-collection-view-links a, .panel-flexible .action-links a {
    color: #FFFFFF;
    padding: .5em;
    margin: 0;
    text-transform: capitalize; }
  .panel-flexible ul.field-collection-view-links li, .panel-flexible .action-links li {
    margin-bottom: 0;
    float: none;
    display: inline-block; }
  .panel-flexible ul.field-collection-view-links:hover, .panel-flexible .action-links:hover {
    opacity: 1; }

.panel-flexible ul.field-collection-view-links {
  top: 0;
  left: 0; }

.panel-flexible .action-links {
  top: 0;
  right: 0; }
  .panel-flexible .action-links a:after {
    content: ' Column'; }

.panel-flexible .field-collection-container, .panel-flexible .field-item {
  position: relative; }

.panel-flexible .panel-separator {
  margin: 0;
  padding: 0; }

.pane-bundle-flex-columns .fieldable-panels-pane {
  margin: 0 auto; }

.extra-panel-padding {
  padding: 25px !important; }

.extra-horizontal-padding {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.quick-nav {
  float: right;
  margin-left: 4em;
  width: 25%; }
  .quick-nav h4 {
    margin: 0; }
  .quick-nav li {
    margin-bottom: 0 !important; }

@media (max-width: 600px) {
  .quick-nav {
    float: none;
    margin-bottom: 1em;
    margin-left: 0;
    text-align: center;
    width: 100%; }
    .quick-nav h4 {
      text-align: center; }
    .quick-nav ul {
      text-align: center;
      max-width: 100%; } }

.field-name-field-fpp-header-text .field-item, .field-name-field-fpp-footer-text .field-item {
  text-align: center; }
  .field-name-field-fpp-header-text .field-item p, .field-name-field-fpp-footer-text .field-item p {
    max-width: 85%;
    margin: 0 auto 1em; }

.pane-fieldable-panels-pane blockquote {
  padding: 1em;
  text-align: center; }

.pane-bundle-flex-columns blockquote {
  font-size: 1.2em;
  margin: 1em 0; }

.fieldable-panels-pane h1 {
  text-align: center; }

.field-name-field-fpp-flex-column .field-items ul {
  margin-left: 2em; }

.field-name-field-fpp-flex-column .field-items p {
  margin: 0 0 1em; }

.field-name-field-fc-fpp-image a {
  opacity: 0.95; }
  .field-name-field-fc-fpp-image a:hover {
    opacity: 1; }

/* Special, one-off cases */
.tec-sponsorship {
  background-color: #000;
  overflow: hidden;
  position: relative; }
  .tec-sponsorship a.button {
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
    background-color: #000000; }
  .tec-sponsorship p, .tec-sponsorship h2 {
    text-align: center;
    position: relative;
    color: #FFFFFF; }
  .tec-sponsorship h2 {
    margin-top: 2em; }
  .tec-sponsorship p {
    padding: 1em; }
  .tec-sponsorship #tec-honeycomb {
    max-width: 66%;
    text-align: left;
    display: none; }
  .tec-sponsorship #artist-slash {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    display: none; }

.fixed-bg {
  padding-top: 5em !important; }
  .fixed-bg h2 {
    border-bottom: 0; }
    .fixed-bg h2.pane-title {
      display: none; }

@media (min-width: 600px) {
  .tec-sponsorship a.button {
    left: 2em;
    position: absolute;
    bottom: 2em; }
  .tec-sponsorship #artist-slash {
    width: 33%;
    display: block; }
  .tec-sponsorship #tec-honeycomb {
    display: block; } }

article.node-landing-page > .entity:first-child {
  margin-top: 0 !important; }

@media (min-width: 750px) {
  body.node-type-landing-page .presentation-nav .fieldable-panels-pane {
    width: 85%; } }

body.node-type-landing-page .js-sticky .presentation-nav {
  right: 0px;
  z-index: 1;
  left: 0;
  top: auto !important;
  margin: 0 !important;
  padding: .5em 0 !important;
  overflow: hidden;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.1); }
  body.node-type-landing-page .js-sticky .presentation-nav p {
    margin: 0 !important; }
  body.node-type-landing-page .js-sticky .presentation-nav h1 {
    display: none; }
  body.node-type-landing-page .js-sticky .presentation-nav .fieldable-panels-pane {
    max-width: 60% !important; }
    body.node-type-landing-page .js-sticky .presentation-nav .fieldable-panels-pane img {
      width: 45%; }
  body.node-type-landing-page .js-sticky .presentation-nav .field-name-field-fpp-flex-column > .field-items > .field-item {
    padding: 0; }
  body.node-type-landing-page .js-sticky .presentation-nav .field-name-field-fpp-flex-column .field-items p {
    margin: 0; }
  body.node-type-landing-page .js-sticky .presentation-nav a {
    font-size: .75em;
    line-height: 1; }

body.node-type-landing-page main.without-sidebar {
  max-width: 100%;
  padding-top: 0; }

body.node-type-landing-page main h1#page-title {
  margin: auto;
  max-width: 1400px;
  text-align: center;
  text-decoration: none; }

body.node-type-landing-page #breadcrumb {
  display: none; }

body.node-type-landing-page .column-collapse .section-content-columns {
  width: auto;
  table-layout: auto;
  margin: 0 auto; }
  body.node-type-landing-page .column-collapse .section-content-columns img {
    width: auto;
    max-width: initial; }

body.node-type-landing-page .section-content-columns {
  display: table;
  width: 100%;
  table-layout: fixed; }
  body.node-type-landing-page .section-content-columns img {
    width: 100%; }
  @media (min-width: 600px) {
    body.node-type-landing-page .section-content-columns > .field-column {
      display: table-cell;
      vertical-align: top;
      padding: 0em 0.5em; } }

body.node-type-landing-page .paragraphs-item-layout-columns-4 h2 {
  font-size: 1.3em; }

body.node-type-landing-page .paragraphs-item-layout-columns-5 .field-column {
  padding: 0 1em; }

body.node-type-landing-page .field-section-content {
  padding: 1em 1em; }

body.node-type-landing-page .field-content > .paragraphs-item-content, body.node-type-landing-page .field-content > .paragraphs-item-blockquote {
  padding: 2em 1em;
  max-width: 1400px;
  margin: 0 auto; }

body.node-type-landing-page .field-cta-buttons {
  display: inline-block; }

body.node-type-landing-page .paragraphs-item-content-image-tile {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em; }
  body.node-type-landing-page .paragraphs-item-content-image-tile img {
    width: 100%;
    transition: all 2s ease; }
  body.node-type-landing-page .paragraphs-item-content-image-tile .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: .5em 1em;
    transition: all 2s ease;
    text-shadow: 0 1px 1px #000; }
    body.node-type-landing-page .paragraphs-item-content-image-tile .caption h2 {
      margin: 0;
      padding: 0;
      color: #fff; }
    body.node-type-landing-page .paragraphs-item-content-image-tile .caption p {
      margin: 0;
      padding: 0; }
  body.node-type-landing-page .paragraphs-item-content-image-tile:hover img {
    -ms-transform: scaleX(1.1) scaleY(1.1);
        transform: scaleX(1.1) scaleY(1.1); }
  body.node-type-landing-page .paragraphs-item-content-image-tile:hover .caption {
    background-color: rgba(0, 0, 0, 0.9); }

body.node-type-landing-page .hero-large {
  height: 90vh; }

body.node-type-landing-page article .entity-paragraphs-item:not(.paragraphs-item-content-hero):not(.paragraphs-item-layout-section-container) {
  padding: 0 1em; }
  body.node-type-landing-page article .entity-paragraphs-item:not(.paragraphs-item-content-hero):not(.paragraphs-item-layout-section-container) .entity {
    padding: 0; }

@media (max-width: 600px) {
  body.node-type-landing-page .field-column {
    margin-bottom: 1em; } }

@media (min-width: 600px) {
  body.node-type-landing-page article > .entity-paragraphs-item:not(.paragraphs-item-content-hero):not(.paragraphs-item-layout-section-container) {
    margin: 2em auto;
    max-width: 1400px;
    padding: 0 1em; }
    body.node-type-landing-page article > .entity-paragraphs-item:not(.paragraphs-item-content-hero):not(.paragraphs-item-layout-section-container) .entity {
      padding: 0; } }

body.node-type-landing-page section {
  padding: 0;
  max-width: 100%; }
  body.node-type-landing-page section .section-content {
    background-color: #FFFFFF;
    padding: 1em 0; }
    body.node-type-landing-page section .section-content h3 {
      font-size: 1.1em; }
    @media (min-width: 600px) {
      body.node-type-landing-page section .section-content {
        padding: 2em 0; } }
    body.node-type-landing-page section .section-content > .field-section-content {
      max-width: 1400px;
      margin: 0 auto; }
    body.node-type-landing-page section .section-content .field-content {
      padding: 0 1em; }
  body.node-type-landing-page section .section-intro {
    width: 65%;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
    padding: 2em 0; }
    body.node-type-landing-page section .section-intro h2, body.node-type-landing-page section .section-intro h3 {
      color: #FFFFFF;
      font-weight: normal;
      text-shadow: 0 0 1em rgba(0, 0, 0, 0.7); }
    body.node-type-landing-page section .section-intro h2 {
      font-size: 2.5em; }
    body.node-type-landing-page section .section-intro h3 {
      line-height: 1.4em; }

body.node-type-landing-page .video-stream-video-stream {
  max-width: 854px;
  margin: 1em auto; }

body.node-type-landing-page blockquote {
  color: #fff;
  margin: 0em;
  padding: 2em;
  text-align: center;
  position: relative; }
  body.node-type-landing-page blockquote.red-bg {
    background-color: #952e33; }
  body.node-type-landing-page blockquote.blue-bg {
    background-color: #0072bc; }
  body.node-type-landing-page blockquote p {
    display: block;
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 1em auto;
    color: #fff;
    padding: 0em 4em; }
    body.node-type-landing-page blockquote p:before {
      content: "“";
      font-size: 10em;
      left: 0px;
      margin-top: 0;
      position: absolute;
      top: 70px;
      display: block; }
    body.node-type-landing-page blockquote p:after {
      content: '\201D'; }
  body.node-type-landing-page blockquote footer {
    font-weight: bold;
    text-align: center; }

body.presentation #content {
  padding: 0; }

body.presentation main {
  margin-bottom: 0;
  padding-bottom: 0; }
  @media (min-width: 750px) {
    body.presentation main .presentation-nav .fieldable-panels-pane {
      width: 70%; } }
  body.presentation main .field-collection-container {
    table-layout: fixed;
    width: 100%;
    display: table; }
  body.presentation main .field-fpp-flex-column {
    display: table-cell;
    width: 100%;
    padding: 0 1em; }
  body.presentation main .js-sticky .presentation-nav {
    right: 0px;
    z-index: 1;
    left: 0;
    top: auto !important;
    margin: 0 !important;
    padding: .5em 0 !important;
    overflow: hidden;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.1); }
    body.presentation main .js-sticky .presentation-nav h1 {
      display: none; }
    body.presentation main .js-sticky .presentation-nav .fieldable-panels-pane {
      max-width: 60% !important; }
      body.presentation main .js-sticky .presentation-nav .fieldable-panels-pane img {
        width: 45%; }
    body.presentation main .js-sticky .presentation-nav .field-name-field-fpp-flex-column > .field-items > .field-item {
      padding: 0; }
    body.presentation main .js-sticky .presentation-nav .field-name-field-fpp-flex-column .field-items p {
      margin: 0; }
    body.presentation main .js-sticky .presentation-nav a {
      font-size: .75em;
      line-height: 1; }
  body.presentation main h1 {
    text-transform: capitalize; }
  body.presentation main .presentation-internal-link {
    display: block;
    text-align: center; }
    body.presentation main .presentation-internal-link strong {
      display: block;
      font-size: 1.2em;
      font-weight: bold;
      text-transform: uppercase; }
    body.presentation main .presentation-internal-link img {
      transition: all 1s ease; }
      @media (max-width: 730px) {
        body.presentation main .presentation-internal-link img {
          max-width: 33%; } }
    body.presentation main .presentation-internal-link:hover {
      color: #009deb; }
  body.presentation main .field-item img {
    max-width: 75%; }
  body.presentation main .field-cta-buttons {
    display: inline-block; }
  body.presentation main .full-width-columns .field-item img {
    max-width: 100%; }
  body.presentation main .panel-pane {
    padding: 3em 1em; }
  body.presentation main blockquote {
    background-color: #00abbb;
    color: #fff;
    margin: 0em;
    padding: 2em;
    text-align: center; }
    body.presentation main blockquote p {
      display: block;
      font-size: 1.2em;
      line-height: 1.6em;
      margin: 1em auto;
      color: #fff; }
      body.presentation main blockquote p:before {
        content: "“";
        float: left;
        font-size: 10em;
        left: 0;
        margin-top: 0.1em;
        position: relative;
        top: 0.2em; }
      body.presentation main blockquote p:after {
        content: '\201D'; }
    body.presentation main blockquote footer {
      font-weight: bold;
      text-align: center; }
  body.presentation main h2 {
    font-size: 2.5em;
    line-height: 1; }
  body.presentation main h3 {
    line-height: 1.4em; }
  body.presentation main .fixed-bg {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  body.presentation main .grey-bg {
    background-color: #f6f6f5; }

/* NAMM Show Attend Page Section Hero images. */
.ita-bg-1 {
  background-image: url("/files/images/Hero/Hero_BUS.jpg"); }

.ita-bg-2 {
  background-image: url("/files/images/Hero/Hero_CAMP.jpg"); }

.ita-bg-3 {
  background-image: url("/files/images/Hero/Hero_ED.jpg"); }

.ita-bg-4 {
  background-image: url("/files/images/Hero/Hero_TEC.jpg"); }

.ita-bg-5 {
  background-image: url("/files/images/Hero/Hero_STAGE.jpg"); }

/* Summer NAMM Attend Page Section Hero images. */
.sn-ita-bg-1 {
  background-image: url("/files/images/Hero/sn16_Hero_BUS.jpg"); }

.sn-ita-bg-2 {
  background-image: url("/files/images/Hero/sn16_Hero_CAMP.jpg"); }

.sn-ita-bg-5 {
  background-image: url("/files/images/Hero/sn16_Hero_STAGE.jpg"); }

.view-products-list table.views-view-grid {
  border: none;
  max-width: 1050px;
  margin: 0 auto; }
  .view-products-list table.views-view-grid td {
    vertical-align: top;
    background-color: transparent;
    padding: 1.5em; }
    @media (max-width: 600px) {
      .view-products-list table.views-view-grid td {
        display: block; } }

.view-products-list .views-field-price {
  font-weight: bold;
  color: #000; }

.view-products-list .views-field-field-namm-product-image {
  margin-bottom: 1em; }

.view-products-list ul {
  margin: 0; }
  .view-products-list ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 1.5em 1% !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: top;
    width: 47%; }
    .view-products-list ul li a {
      overflow: hidden;
      position: relative; }
      .view-products-list ul li a:hover img {
        -ms-transform: scale(1.05);
            transform: scale(1.05);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
      .view-products-list ul li a img {
        display: block;
        transition: all .2s ease-in-out;
        -ms-transform: scale(1);
            transform: scale(1);
        margin: 0 auto; }

> .view-content > div {
  clear: both;
  margin-top: 1em; }
  > .view-content > div .field-image {
    float: none; }
  > .view-content > div > .views-field-field-namm-product-image {
    float: left;
    width: 45%;
    margin-bottom: 2em; }
    > .view-content > div > .views-field-field-namm-product-image a {
      margin-right: 20%;
      display: block; }
  > .view-content > div > div.views-field-price {
    text-align: right;
    font-size: 1.5em;
    color: #e17a17; }
  > .view-content > div > .views-field-field-file-attachment {
    text-align: right; }

@media (max-width: 600px) {
  .view-products > .view-content > div {
    padding-right: 0; }
    .view-products > .view-content > div div.views-field-price {
      margin-bottom: .5em; }
    .view-products > .view-content > div > .views-field-field-namm-product-image {
      float: none;
      width: 100%; }
      .view-products > .view-content > div > .views-field-field-namm-product-image a {
        margin: 0; } }

.view-product-full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .view-product-full > div {
    vertical-align: top; }
  .view-product-full p {
    margin: 0 0 1em; }
  .view-product-full .product-image {
    width: 100%; }
    @media (min-width: 750px) {
      .view-product-full .product-image {
        width: 40%; }
        .view-product-full .product-image img {
          display: block;
          margin: 0 auto; } }
  @media (min-width: 750px) {
    .view-product-full .product-details {
      max-width: 55%;
      padding: 0 3em 0 1em; } }
  @media (max-width: 750px) {
    .view-product-full .product-details {
      text-align: center; } }
  .view-product-full .product-title {
    font-weight: bold;
    font-size: 1.2em;
    color: #333333; }
  .view-product-full .product-price {
    text-align: right;
    font-size: 1.5em;
    color: #00afed; }
  .view-product-full .product-attach {
    text-align: right; }

.sponsorships-landing .panel-pane {
  margin: 1em 0; }

.node-dashboard-post {
  /*this is just for the dashboard */
  margin-top: 18px;
  /*  .field-name-field-db-section-file { padding-left: 10px; }
      .field-name-field-db-section-link { padding-left: 10px; }*/ }
  .node-dashboard-post .field-db-sig {
    display: block;
    float: left;
    margin: 10px;
    padding: 0 15px; }
  .node-dashboard-post .dashboard-byline {
    text-align: left;
    font-style: oblique; }
  .node-dashboard-post div.db-section {
    /*width:50%;*/ }
  .node-dashboard-post .db-section-header {
    height: 32px;
    background-color: #FFEEDD; }
  .node-dashboard-post .field-collection-container {
    border-top: 1px solid #D3D7D9;
    clear: both;
    margin-bottom: 1em; }
  .node-dashboard-post .field-collection-view {
    border-bottom: 1px dotted #D3D7D9;
    float: left;
    margin: 0 1em;
    padding: 1em 0 0.3em;
    width: 45%; }
  .node-dashboard-post #db-side-bar {
    float: right;
    width: 35%;
    padding: 15px 0 10px 15px; }
    .node-dashboard-post #db-side-bar .ui-accordion-header {
      margin-top: 5px;
      font-weight: bolder; }
      .node-dashboard-post #db-side-bar .ui-accordion-header img {
        float: left;
        padding: 2px 7px 0 0;
        margin-top: -6px; }
    .node-dashboard-post #db-side-bar .ui-state-default {
      background-image: none;
      background-color: #e6e6e6; }
    .node-dashboard-post #db-side-bar .ui-state-active {
      background-image: none;
      background-color: #c3c3c3;
      border-bottom: 1px solid #AAAAAA; }
    .node-dashboard-post #db-side-bar .ui-widget {
      font-size: 1em; }
    .node-dashboard-post #db-side-bar .ui-accordion .ui-accordion-content {
      padding: 1em 1.5em;
      line-height: 1.4em;
      margin-top: -1px; }
    .node-dashboard-post #db-side-bar .ui-widget-content a {
      vertical-align: top; }

.exhibit-app, .ngdialog-content {
  margin: 0 0 1em; }
  .exhibit-app.collapsed h2, .ngdialog-content.collapsed h2 {
    background-color: #000000; }
  .exhibit-app.collapsed .collapsible, .ngdialog-content.collapsed .collapsible {
    height: 0; }
  .exhibit-app h2, .ngdialog-content h2 {
    background-color: #00abbb;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    line-height: 2.5;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
    text-transform: uppercase; }
    .exhibit-app h2 svg, .ngdialog-content h2 svg {
      fill: currentColor;
      height: 100%; }
    .exhibit-app h2 .collapse-toggle-on, .exhibit-app h2 .collapse-toggle-off, .ngdialog-content h2 .collapse-toggle-on, .ngdialog-content h2 .collapse-toggle-off {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: auto; }
  .exhibit-app .collapsible, .ngdialog-content .collapsible {
    padding: 1em;
    height: auto;
    overflow: hidden;
    border: 1px solid #00abbb;
    position: relative; }
    .exhibit-app .collapsible .file, .ngdialog-content .collapsible .file {
      padding-left: 0; }
  .exhibit-app .directory-listing h3, .ngdialog-content .directory-listing h3 {
    text-transform: uppercase; }
    .exhibit-app .directory-listing h3 .directory-booth, .ngdialog-content .directory-listing h3 .directory-booth {
      float: right;
      margin-left: 1em; }
  .exhibit-app .directory-listing h4, .ngdialog-content .directory-listing h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8em; }
  .exhibit-app .directory-editing, .ngdialog-content .directory-editing {
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
    .exhibit-app .directory-editing section, .ngdialog-content .directory-editing section {
      margin-top: .3em; }
  .exhibit-app .directory-listing + .directory-listing, .ngdialog-content .directory-listing + .directory-listing {
    margin-top: 1.5em; }

#imsta-app, #exhibit-app {
  /* unique styles */
  /* ANIMATION
  ============================================================================= */
  /* basic styling for entering and leaving */
  /* left and right added to ensure full width */
  /* enter animation */
  /* leave animation */
  /* ANIMATIONS
  ============================================================================= */
  /* slide out to the left */
  /* slide in from the right */ }
  #imsta-app table, #exhibit-app table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 1em; }
    #imsta-app table caption, #exhibit-app table caption {
      text-align: left; }
  #imsta-app > .app-column, #exhibit-app > .app-column {
    margin-bottom: 2em; }
  #imsta-app .exhibit-cart.exhibit-cart-confirm > table, #exhibit-app .exhibit-cart.exhibit-cart-confirm > table {
    margin-bottom: 1em; }
  #imsta-app .exhibit-cart, #exhibit-app .exhibit-cart {
    margin-bottom: 1.5em; }
    #imsta-app .exhibit-cart .cart-section, #exhibit-app .exhibit-cart .cart-section {
      border: 2px solid #e2e2e2;
      border-top-width: 1px;
      border-bottom-width: 1px; }
      #imsta-app .exhibit-cart .cart-section .cart-section-name, #exhibit-app .exhibit-cart .cart-section .cart-section-name {
        display: block;
        margin: 0;
        border-bottom: 1px solid #DDD;
        background-color: #f7f7f7;
        padding: .5em 1em;
        font-weight: bold; }
        #imsta-app .exhibit-cart .cart-section .cart-section-name .cart-section-nav, #exhibit-app .exhibit-cart .cart-section .cart-section-name .cart-section-nav {
          font-weight: normal;
          float: right; }
      #imsta-app .exhibit-cart .cart-section .cart-item-image, #exhibit-app .exhibit-cart .cart-section .cart-item-image {
        float: left;
        height: 4em;
        width: 25%;
        overflow: hidden;
        text-align: center; }
        #imsta-app .exhibit-cart .cart-section .cart-item-image img, #exhibit-app .exhibit-cart .cart-section .cart-item-image img {
          height: 100%; }
      #imsta-app .exhibit-cart .cart-section .cart-item-info, #exhibit-app .exhibit-cart .cart-section .cart-item-info {
        float: left;
        width: 75%;
        padding-bottom: 1em;
        padding-left: 0.5em; }
        #imsta-app .exhibit-cart .cart-section .cart-item-info .cart-item-name, #exhibit-app .exhibit-cart .cart-section .cart-item-info .cart-item-name {
          font-color: #000;
          font-weight: bold; }
        #imsta-app .exhibit-cart .cart-section .cart-item-info .cart-item-price, #exhibit-app .exhibit-cart .cart-section .cart-item-info .cart-item-price {
          text-align: right; }
      #imsta-app .exhibit-cart .cart-section .cart-item, #exhibit-app .exhibit-cart .cart-section .cart-item {
        border-top: 1px solid #DDD;
        padding: 0.5em; }
      #imsta-app .exhibit-cart .cart-section .cart-item-price, #imsta-app .exhibit-cart .cart-section .cart-item-price td, #exhibit-app .exhibit-cart .cart-section .cart-item-price, #exhibit-app .exhibit-cart .cart-section .cart-item-price td {
        color: #666; }
      #imsta-app .exhibit-cart .cart-section .cart-item-additional, #exhibit-app .exhibit-cart .cart-section .cart-item-additional {
        border-top: 1px dashed #ddd;
        clear: both;
        padding: .5em 0;
        position: relative; }
        #imsta-app .exhibit-cart .cart-section .cart-item-additional .cart-item-name, #exhibit-app .exhibit-cart .cart-section .cart-item-additional .cart-item-name {
          font-weight: bold; }
        #imsta-app .exhibit-cart .cart-section .cart-item-additional .cart-item-price, #exhibit-app .exhibit-cart .cart-section .cart-item-additional .cart-item-price {
          float: right; }
      #imsta-app .exhibit-cart .cart-section .cart-item-additional:before, #exhibit-app .exhibit-cart .cart-section .cart-item-additional:before {
        color: #CCC;
        content: "\f055";
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: -.55em;
        font-size: 1.5em; }
    #imsta-app .exhibit-cart table, #exhibit-app .exhibit-cart table {
      border: 0;
      margin: 0;
      table-layout: initial; }
      #imsta-app .exhibit-cart table caption, #exhibit-app .exhibit-cart table caption {
        text-align: left;
        color: #58595b;
        border-bottom: 1px solid #58595b;
        padding: 0.2em 0;
        margin: 0; }
      #imsta-app .exhibit-cart table th, #imsta-app .exhibit-cart table td, #exhibit-app .exhibit-cart table th, #exhibit-app .exhibit-cart table td {
        background-color: transparent;
        padding: 0;
        color: #58595b; }
  #imsta-app .exhibit-app-nav, #exhibit-app .exhibit-app-nav {
    border: 1px solid #eee;
    margin-bottom: 1em;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
    display: table; }
    #imsta-app .exhibit-app-nav a, #exhibit-app .exhibit-app-nav a {
      cursor: pointer;
      display: table-cell;
      font-weight: bold;
      height: 3em;
      position: relative;
      text-align: center;
      transition: all 100ms ease 0s;
      vertical-align: middle;
      text-transform: uppercase; }
      #imsta-app .exhibit-app-nav a.active, #exhibit-app .exhibit-app-nav a.active {
        color: #fff;
        background-color: #003a62 !important; }
        #imsta-app .exhibit-app-nav a.active:before, #exhibit-app .exhibit-app-nav a.active:before {
          top: 0px;
          background: linear-gradient(to right top, #003a63 50%, transparent 50%) !important; }
        #imsta-app .exhibit-app-nav a.active:after, #exhibit-app .exhibit-app-nav a.active:after {
          top: 50%;
          background: linear-gradient(to right bottom, #003a63 50%, transparent 50%) !important; }
        #imsta-app .exhibit-app-nav a.active .step, #exhibit-app .exhibit-app-nav a.active .step {
          color: #002b50;
          border-radius: 1em;
          padding: 0.2em 0.6em; }
      #imsta-app .exhibit-app-nav a:not(.disabled):hover, #exhibit-app .exhibit-app-nav a:not(.disabled):hover {
        border-bottom: 4px solid #009deb; }
      #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(odd), #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(odd) {
        background-color: #F8F8F8; }
        #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(odd):before, #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(odd):after, #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(odd):before, #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(odd):after {
          width: 20px;
          height: 50%;
          position: absolute;
          right: -20px;
          content: "";
          z-index: 1; }
        #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(odd):before, #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(odd):before {
          top: 0px;
          background: linear-gradient(to right top, #F8F8F8 50%, transparent 50%); }
        #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(odd):after, #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(odd):after {
          top: 50%;
          background: linear-gradient(to right bottom, #F8F8F8 50%, transparent 50%); }
      #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(even), #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(even) {
        background-color: #e8e8e8; }
        #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(even):before, #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(even):after, #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(even):before, #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(even):after {
          width: 20px;
          height: 50%;
          position: absolute;
          right: -20px;
          content: "";
          z-index: 1; }
        #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(even):before, #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(even):before {
          top: 0px;
          background: linear-gradient(to right top, #e8e8e8 50%, transparent 50%); }
        #imsta-app .exhibit-app-nav a:not(.disabled):nth-child(even):after, #exhibit-app .exhibit-app-nav a:not(.disabled):nth-child(even):after {
          top: 50%;
          background: linear-gradient(to right bottom, #e8e8e8 50%, transparent 50%); }
      #imsta-app .exhibit-app-nav a:not(.disabled).disabled, #exhibit-app .exhibit-app-nav a:not(.disabled).disabled {
        background-color: #FFF;
        color: #888;
        cursor: default; }
      #imsta-app .exhibit-app-nav a:not(.disabled) .step, #imsta-app .exhibit-app-nav a:not(.disabled) .step-description, #exhibit-app .exhibit-app-nav a:not(.disabled) .step, #exhibit-app .exhibit-app-nav a:not(.disabled) .step-description {
        font-size: .8em; }
      #imsta-app .exhibit-app-nav a:not(.disabled) .step, #exhibit-app .exhibit-app-nav a:not(.disabled) .step {
        background-color: #ddd;
        border-radius: 1em;
        padding: 0.2em 0.6em; }
      #imsta-app .exhibit-app-nav a:not(.disabled) .step-description, #exhibit-app .exhibit-app-nav a:not(.disabled) .step-description {
        font-weight: normal; }
  #imsta-app .exhibit-app-sub-nav, #exhibit-app .exhibit-app-sub-nav {
    margin-bottom: 2em;
    background-color: #f7f7f7;
    display: inline-block; }
    #imsta-app .exhibit-app-sub-nav a, #exhibit-app .exhibit-app-sub-nav a {
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      transition: all 100ms ease 0s;
      text-transform: uppercase; }
      @media (min-width: 600px) {
        #imsta-app .exhibit-app-sub-nav a, #exhibit-app .exhibit-app-sub-nav a {
          font-size: 1.2em; } }
      #imsta-app .exhibit-app-sub-nav a .step-description, #exhibit-app .exhibit-app-sub-nav a .step-description {
        padding: .5em 1em;
        display: block; }
      #imsta-app .exhibit-app-sub-nav a.active, #imsta-app .exhibit-app-sub-nav a:hover, #exhibit-app .exhibit-app-sub-nav a.active, #exhibit-app .exhibit-app-sub-nav a:hover {
        background-color: #e2e2e2; }
        #imsta-app .exhibit-app-sub-nav a.active .step-description, #imsta-app .exhibit-app-sub-nav a:hover .step-description, #exhibit-app .exhibit-app-sub-nav a.active .step-description, #exhibit-app .exhibit-app-sub-nav a:hover .step-description {
          box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15); }
  #imsta-app .exhibit-app-container .panel-body th, #exhibit-app .exhibit-app-container .panel-body th {
    font-weight: bold; }
  #imsta-app .exhibit-app-container .panel-body h4, #exhibit-app .exhibit-app-container .panel-body h4 {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 0.5em; }
  #imsta-app .exhibit-app-container .panel-heading, #imsta-app .exhibit-app-container h3, #exhibit-app .exhibit-app-container .panel-heading, #exhibit-app .exhibit-app-container h3 {
    border-bottom: 1px solid #333;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 1em;
    padding-bottom: 0.2em; }
  #imsta-app .exhibit-app-container .panel, #exhibit-app .exhibit-app-container .panel {
    margin-bottom: 2em; }
  #imsta-app .exhibit-app-container .well, #exhibit-app .exhibit-app-container .well {
    background-color: #f7f7f7;
    padding: 1.5em;
    margin-bottom: 3em; }
  #imsta-app .exhibit-app-container .app-column, #exhibit-app .exhibit-app-container .app-column {
    vertical-align: top; }
  @media (min-width: 600px) {
    #imsta-app .exhibit-app-container .app-row, #exhibit-app .exhibit-app-container .app-row {
      box-sizing: border-box;
      display: table;
      table-layout: fixed;
      width: 100%; }
      #imsta-app .exhibit-app-container .app-row.app-padding, #exhibit-app .exhibit-app-container .app-row.app-padding {
        margin-bottom: 1em; }
    #imsta-app .exhibit-app-container .app-column, #exhibit-app .exhibit-app-container .app-column {
      display: table-cell;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative;
      padding-left: 1em; }
      #imsta-app .exhibit-app-container .app-column.one-third, #exhibit-app .exhibit-app-container .app-column.one-third {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 33%;
        max-width: 33%; }
    #imsta-app .exhibit-app-container .app-column:first-child, #exhibit-app .exhibit-app-container .app-column:first-child {
      padding-left: 0; }
    @supports ((display: -ms-flexbox) or (display: flex)) {
      #imsta-app .exhibit-app-container .app-row, #exhibit-app .exhibit-app-container .app-row {
        display: -ms-flexbox;
        display: flex; }
      @media screen {
        #imsta-app .exhibit-app-container .app-column, #exhibit-app .exhibit-app-container .app-column {
          display: block; } }
      #imsta-app .exhibit-app-container .app-column-valign-middle,
      #imsta-app .exhibit-app-container .app-column-valign-bottom, #exhibit-app .exhibit-app-container .app-column-valign-middle,
      #exhibit-app .exhibit-app-container .app-column-valign-bottom {
        display: -ms-flexbox;
        display: flex; } }
    #imsta-app .exhibit-app-container .app-column-min, #exhibit-app .exhibit-app-container .app-column-min {
      width: 1%;
      -ms-flex: none auto;
          flex: none auto; }
    #imsta-app .exhibit-app-container .app-column-max, #exhibit-app .exhibit-app-container .app-column-max {
      width: 100%;
      -ms-flex: 1 100%;
          flex: 1 100%; } }
  #imsta-app .radio-large, #exhibit-app .radio-large {
    margin-bottom: 1em; }
    #imsta-app .radio-large label, #exhibit-app .radio-large label {
      font-size: 1.3em;
      cursor: pointer; }
    #imsta-app .radio-large input[type="radio"] + span:before, #exhibit-app .radio-large input[type="radio"] + span:before {
      content: '\f10c ';
      font-family: fontawesome;
      position: absolute;
      top: 0;
      left: 0; }
    #imsta-app .radio-large input[type="radio"]:checked + span:before, #exhibit-app .radio-large input[type="radio"]:checked + span:before {
      content: '\f192 ';
      color: #002b50; }
    #imsta-app .radio-large input[type="radio"]:checked + span, #exhibit-app .radio-large input[type="radio"]:checked + span {
      color: #002b50; }
    #imsta-app .radio-large input[type="radio"], #exhibit-app .radio-large input[type="radio"] {
      display: none; }
      #imsta-app .radio-large input[type="radio"] + span, #exhibit-app .radio-large input[type="radio"] + span {
        opacity: .8;
        line-height: 1.1em;
        padding-left: 1.5em;
        position: relative;
        display: block; }
  #imsta-app .exhibit-app-footer-navigation, #exhibit-app .exhibit-app-footer-navigation {
    margin-bottom: 2em; }
  #imsta-app label, #exhibit-app label {
    display: block;
    padding: .2em 0; }
  #imsta-app .help, #exhibit-app .help {
    font-size: .75em;
    line-height: 1.5;
    margin: 1em 0; }
  #imsta-app .label, #exhibit-app .label {
    background-color: #ccc;
    font-size: 0.8em;
    margin: 0.3em 0;
    padding: 0.1em 0.4em; }
    #imsta-app .label.label-primary, #exhibit-app .label.label-primary {
      background-color: #002b50;
      color: #FFF; }
    #imsta-app .label.label-danger, #exhibit-app .label.label-danger {
      background-color: #8b181b;
      color: #fff; }
    #imsta-app .label.label-warning, #exhibit-app .label.label-warning {
      background-color: #e98d1c;
      color: #fff; }
  #imsta-app caption, #exhibit-app caption {
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 0 0.5em;
    color: #373737; }
  #imsta-app .errors, #exhibit-app .errors {
    margin-bottom: 2em; }
    #imsta-app .errors .alert, #exhibit-app .errors .alert {
      background-color: #eee;
      border: 1px solid #ccc;
      padding: 0.5em 1em; }
      #imsta-app .errors .alert p, #exhibit-app .errors .alert p {
        margin-top: 0; }
    #imsta-app .errors .alert-danger, #exhibit-app .errors .alert-danger {
      background-color: #993d40;
      color: white; }
  #imsta-app .exhibit-app-order, #exhibit-app .exhibit-app-order {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px dashed #e2e2e2; }
    #imsta-app .exhibit-app-order:last-child, #exhibit-app .exhibit-app-order:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  #imsta-app .exhibit-app-review h4, #imsta-app .exhibit-app-review th, #exhibit-app .exhibit-app-review h4, #exhibit-app .exhibit-app-review th {
    background-color: #003a62;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.1em 0.5em; }
  #imsta-app .exhibit-app-review thead th, #exhibit-app .exhibit-app-review thead th {
    text-align: center; }
  #imsta-app .exhibit-app-review td.text-centered, #imsta-app .exhibit-app-review td.text-right, #exhibit-app .exhibit-app-review td.text-centered, #exhibit-app .exhibit-app-review td.text-right {
    width: 100px;
    vertical-align: middle; }
  #imsta-app .exhibit-app-review caption, #exhibit-app .exhibit-app-review caption {
    font-size: 1.2em;
    padding: 0 0 .5em 0;
    margin: 0; }
  #imsta-app .exhibit-app-review tbody td, #imsta-app .exhibit-app-review tbody th, #exhibit-app .exhibit-app-review tbody td, #exhibit-app .exhibit-app-review tbody th {
    border-left: 1px solid #003a62;
    border-right: 1px solid #003a62; }
  #imsta-app .exhibit-app-review thead, #imsta-app .exhibit-app-review tbody, #imsta-app .exhibit-app-review tfoot, #exhibit-app .exhibit-app-review thead, #exhibit-app .exhibit-app-review tbody, #exhibit-app .exhibit-app-review tfoot {
    border: 1px solid #003a62; }
  #imsta-app .exhibit-app-review table, #exhibit-app .exhibit-app-review table {
    table-layout: initial; }
  #imsta-app .exhibit-app-review .scheduled-payments td, #exhibit-app .exhibit-app-review .scheduled-payments td {
    background-color: #FFFFFF;
    border: none; }
  #imsta-app .app-product-price, #exhibit-app .app-product-price {
    float: right;
    font-weight: normal; }
  #imsta-app .card.full-height-image .card-body, #exhibit-app .card.full-height-image .card-body {
    min-height: 10em; }
  @media (max-width: 950px) {
    #imsta-app .card.no-image .app-product-price, #exhibit-app .card.no-image .app-product-price {
      float: none;
      bottom: 1em;
      font-weight: normal;
      left: 1em;
      position: absolute;
      z-index: 100; } }
  @media (max-width: 950px) {
    #imsta-app .card.full-height-image .app-product-price, #exhibit-app .card.full-height-image .app-product-price {
      float: none;
      bottom: 1em;
      font-weight: normal;
      left: 37%;
      position: absolute;
      z-index: 100; } }
  #imsta-app .app-payment-schedule, #exhibit-app .app-payment-schedule {
    margin: 1em 0;
    table-layout: initial;
    width: auto; }
  #imsta-app .app-product-card, #exhibit-app .app-product-card {
    clear: left;
    border: 1px solid #edeeef;
    margin-bottom: 1em;
    position: relative;
    padding: 0 0 0 33.3%;
    background-color: #fcfdfe;
    border-radius: 3px;
    /* Support Articles */
    width: 49%;
    display: inline-block;
    margin: .5em 0.5%; }
    #imsta-app .app-product-card *, #exhibit-app .app-product-card * {
      transition: all 250ms; }
    #imsta-app .app-product-card section, #exhibit-app .app-product-card section {
      margin-bottom: 1em; }
    #imsta-app .app-product-card.no-image, #exhibit-app .app-product-card.no-image {
      padding: 0; }
    #imsta-app .app-product-card.full-height-image > img, #exhibit-app .app-product-card.full-height-image > img {
      border-right: 1px solid #ddd;
      bottom: 0;
      left: 0;
      top: 0;
      width: 33.3%;
      min-height: 100%; }
    #imsta-app .app-product-card.full-height-image .card-image, #exhibit-app .app-product-card.full-height-image .card-image {
      border-right: 1px solid #ddd;
      bottom: 0;
      left: 0;
      top: 0;
      width: 33.3%;
      background-position: center;
      background-size: cover;
      position: absolute; }
    #imsta-app .app-product-card .card-heading, #exhibit-app .app-product-card .card-heading {
      font-size: 1.15em;
      font-weight: bold;
      padding: 0.5em 1em;
      color: #58595b;
      background-color: #f7f8f9;
      border-bottom: 1px solid #edeeef; }
    #imsta-app .app-product-card .card-footer, #exhibit-app .app-product-card .card-footer {
      padding: 0.5em 1em; }
    #imsta-app .app-product-card .card-sub-heading, #exhibit-app .app-product-card .card-sub-heading {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 0.5em;
      padding-bottom: 0.1em;
      color: #373737;
      border-bottom: 1px solid #373737; }
    #imsta-app .app-product-card .card-body, #exhibit-app .app-product-card .card-body {
      padding: 0.5em 1em; }
    #imsta-app .app-product-card .card-collapsible, #exhibit-app .app-product-card .card-collapsible {
      background-color: #FFFFFF;
      padding: 0 1em; }
      #imsta-app .app-product-card .card-collapsible .card-collapsible-heading, #exhibit-app .app-product-card .card-collapsible .card-collapsible-heading {
        background-color: #eaebec;
        border-bottom: 1px solid #edeeef;
        color: #58595b;
        cursor: pointer;
        font-weight: bold;
        margin: 0 -1em;
        padding: 0.5em 1em;
        position: relative; }
        #imsta-app .app-product-card .card-collapsible .card-collapsible-heading a, #exhibit-app .app-product-card .card-collapsible .card-collapsible-heading a {
          color: #58595b; }
          #imsta-app .app-product-card .card-collapsible .card-collapsible-heading a:hover, #exhibit-app .app-product-card .card-collapsible .card-collapsible-heading a:hover {
            color: #009deb; }
        #imsta-app .app-product-card .card-collapsible .card-collapsible-heading:after, #exhibit-app .app-product-card .card-collapsible .card-collapsible-heading:after {
          content: '\f078';
          font-family: fontawesome;
          float: right; }
      #imsta-app .app-product-card .card-collapsible .card-collapsible-body, #exhibit-app .app-product-card .card-collapsible .card-collapsible-body {
        display: none; }
      #imsta-app .app-product-card .card-collapsible.expanded .card-collapsible-heading:after, #exhibit-app .app-product-card .card-collapsible.expanded .card-collapsible-heading:after {
        content: '\f077'; }
      #imsta-app .app-product-card .card-collapsible.expanded .card-collapsible-body, #exhibit-app .app-product-card .card-collapsible.expanded .card-collapsible-body {
        padding: 1em 0;
        transition: max-height 2.5s ease;
        display: block; }
    #imsta-app .app-product-card > a, #imsta-app .app-product-card > .post-image, #exhibit-app .app-product-card > a, #exhibit-app .app-product-card > .post-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #imsta-app .app-product-card > a > img, #imsta-app .app-product-card > .post-image > img, #exhibit-app .app-product-card > a > img, #exhibit-app .app-product-card > .post-image > img {
        position: absolute;
        top: 1em;
        left: 1em;
        width: 25%; }
    #imsta-app .app-product-card > img, #exhibit-app .app-product-card > img {
      position: absolute;
      top: 1em;
      left: 1em;
      width: 25%; }
    #imsta-app .app-product-card p, #exhibit-app .app-product-card p {
      margin: 0;
      padding: .5em 0; }
    #imsta-app .app-product-card:hover .card-heading, #exhibit-app .app-product-card:hover .card-heading {
      background-color: #f1f1f1; }
    #imsta-app .app-product-card .post-caption-wrapper, #exhibit-app .app-product-card .post-caption-wrapper {
      padding: .5em; }
    #imsta-app .app-product-card .card-heading, #exhibit-app .app-product-card .card-heading {
      font-size: 1em; }
      @media (max-width: 760px) {
        #imsta-app .app-product-card .card-heading a .fa, #exhibit-app .app-product-card .card-heading a .fa {
          display: none; } }
  #imsta-app .app-total-price, #exhibit-app .app-total-price {
    border: 3px solid #ccc; }
  #imsta-app .card-recognized, #exhibit-app .card-recognized {
    color: green; }
  #imsta-app .order-review, #exhibit-app .order-review {
    margin-bottom: 1em;
    table-layout: fixed; }
  #imsta-app .namm-exhibit-product, #exhibit-app .namm-exhibit-product {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    width: 100%;
    display: block;
    opacity: .8;
    padding: 0; }
  #imsta-app .namm-exhibit-product:hover, #exhibit-app .namm-exhibit-product:hover {
    opacity: 1; }
  #imsta-app .namm-exhibit-product img, #exhibit-app .namm-exhibit-product img {
    width: 100%;
    display: block; }
  #imsta-app .namm-exhibit-plan, #exhibit-app .namm-exhibit-plan {
    background-color: #f5f5f5;
    height: 100%;
    padding: 1em; }
    #imsta-app .namm-exhibit-plan ul, #exhibit-app .namm-exhibit-plan ul {
      list-style: none;
      padding-left: 1.8em; }
  #imsta-app .slide-transition, #exhibit-app .slide-transition {
    position: relative; }
  #imsta-app .slide-transition.ng-enter,
  #imsta-app .slide-transition.ng-leave, #exhibit-app .slide-transition.ng-enter,
  #exhibit-app .slide-transition.ng-leave {
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease; }
  #imsta-app .slide-transition.ng-enter, #exhibit-app .slide-transition.ng-enter {
    animation: slideInRight 0.5s both ease; }
  #imsta-app .slide-transition.ng-leave, #exhibit-app .slide-transition.ng-leave {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    animation: slideOutLeft 0.5s both ease; }

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(-100%);
    opacity: 0; } }

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

.angucomplete-dropdown {
  border: 1px solid #e2e2e2;
  background-color: #FFFFFF;
  overflow-y: auto;
  max-height: 200px;
  padding: 3px; }
  .angucomplete-dropdown .highlight {
    color: red; }

.angucomplete-row {
  transition: none; }
  .angucomplete-row:hover {
    transition: none;
    background-color: #003a62;
    color: #FFFFFF;
    cursor: pointer; }

.angucomplete-selected-row {
  transition: none;
  background-color: #003a62;
  color: #FFFFFF; }

.angucomplete-searching {
  color: #acacac;
  font-size: 14px; }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 35em;
  max-width: 100%;
  background: #FFFFFF; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .app-column {
    vertical-align: top; }
  @media (min-width: 600px) {
    .ngdialog.ngdialog-theme-default .ngdialog-content .app-row {
      box-sizing: border-box;
      display: table;
      table-layout: fixed;
      width: 100%; }
      .ngdialog.ngdialog-theme-default .ngdialog-content .app-row.app-padding {
        margin-bottom: 1em; }
    .ngdialog.ngdialog-theme-default .ngdialog-content .app-column {
      display: table-cell;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative;
      padding-left: 1em; }
      .ngdialog.ngdialog-theme-default .ngdialog-content .app-column.one-third {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 33%;
        max-width: 33%; }
    .ngdialog.ngdialog-theme-default .ngdialog-content .app-column:first-child {
      padding-left: 0; }
    @supports ((display: -ms-flexbox) or (display: flex)) {
      .ngdialog.ngdialog-theme-default .ngdialog-content .app-row {
        display: -ms-flexbox;
        display: flex; }
      @media screen {
        .ngdialog.ngdialog-theme-default .ngdialog-content .app-column {
          display: block; } }
      .ngdialog.ngdialog-theme-default .ngdialog-content .app-column-valign-middle,
      .ngdialog.ngdialog-theme-default .ngdialog-content .app-column-valign-bottom {
        display: -ms-flexbox;
        display: flex; } }
    .ngdialog.ngdialog-theme-default .ngdialog-content .app-column-min {
      width: 1%;
      -ms-flex: none auto;
          flex: none auto; }
    .ngdialog.ngdialog-theme-default .ngdialog-content .app-column-max {
      width: 100%;
      -ms-flex: 1 100%;
          flex: 1 100%; } }
  .ngdialog.ngdialog-theme-default .ngdialog-content .app-row {
    margin: 0; }
  .ngdialog.ngdialog-theme-default .ngdialog-content h3 {
    margin: 0 0 .8em; }
  .ngdialog.ngdialog-theme-default .ngdialog-content h4 {
    margin-top: .5em; }
  .ngdialog.ngdialog-theme-default .ngdialog-content md-list {
    padding: 0; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .exhibit-chip {
    background: #d4d4d4 none repeat scroll 0 0;
    border-radius: 1em;
    display: inline-block;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding: 0.2em 1em; }
  .ngdialog.ngdialog-theme-default .ngdialog-content md-divider {
    margin: 1em 0; }

.md-button {
  border: 0 !important; }

.space-app-login {
  overflow: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: opacity 500ms linear;
  height: 0; }
  .space-app-login #user-login {
    padding: 1em 2em;
    border: .3em solid #ccc;
    background-color: #fff;
    margin: 0 auto; }
    @media (min-width: 500px) {
      .space-app-login #user-login {
        width: 75%; } }
    @media (min-width: 800px) {
      .space-app-login #user-login {
        width: 50%; } }
    .space-app-login #user-login label, .space-app-login #user-login .form-actions {
      text-align: center;
      display: block; }
    .space-app-login #user-login .description {
      display: none; }
  .space-app-login .guest-link {
    text-align: center;
    font-size: 2.5vw;
    display: block;
    margin-top: 1.5em; }
  .space-app-login h2 {
    text-align: center;
    font-size: 4vw;
    padding: 0 2vw;
    border: 0; }
  .space-app-login.visible {
    bottom: 0;
    opacity: 1;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    padding: 10vh 1em 1em; }

@media print {
  .app-row {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .app-column {
    display: table-cell; }
  .exhibit-app-order {
    page-break-after: always;
    position: relative;
    float: none !important;
    border-bottom: 0 !important; } }

@media (min-width: 640px) {
  #node-35348 .contact-info, #node-35348 .meet-room {
    width: 48%;
    float: left;
    margin: 1%; }
  #node-35348 .webform-component-radios {
    width: 39%;
    float: left; }
  #node-35348 .webform-component-checkboxes {
    width: 61%;
    float: left; }
  #node-35348 .event-info {
    width: 48%;
    float: right;
    margin: 1%; } }

#node-35348 .webform-component--terms-and-conditions {
  clear: both;
  margin: 1.5em; }

#node-35348 select {
  width: auto; }

#node-35348 .shove label {
  display: inherit; }

#node-35348 ul.links.inline li, #node-35348 input[type="submit"] {
  margin: 0 .75em 0;
  cursor: pointer; }

#node-35348 [type="checkbox"], #node-35348 [type="radio"] {
  margin: 0; }

.entity-video-stream h2 {
  display: none; }

.pane-bundle-video {
  padding: 0 !important;
  margin-bottom: 1em; }

.entity-namm-event {
  margin: 1.5em 0; }
  .entity-namm-event .cal img {
    line-height: 1;
    margin-right: 0.2em;
    vertical-align: sub; }
  @media (min-width: 600px) {
    .entity-namm-event:before {
      content: '\f133';
      font-size: 4.3em;
      font-family: FontAwesome;
      display: inline-block;
      margin-right: 0.3em;
      line-height: 1;
      vertical-align: top; } }
  .entity-namm-event .content {
    display: inline-block; }
  .entity-namm-event .date-display-range {
    display: inline; }
  .entity-namm-event > h2 {
    display: none; }

.field-name-field-media-contacts .node.node-media-contact {
  margin: 1.5em 0;
  padding: 1em;
  border: 1px solid #e2e2e2;
  background-color: #f7f7f7; }

#about-namm-blurb {
  font-size: .85em; }

.node-hotel {
  margin-bottom: 2em !important; }
  .node-hotel .field-label {
    min-width: 1em;
    text-align: center;
    margin-right: 1em; }
  .node-hotel .field {
    margin-bottom: .5em; }
    .node-hotel .field > .field-label, .node-hotel .field > .field-item, .node-hotel .field > .field-items {
      display: inline-block;
      vertical-align: top; }

#article .panel-pane .embedded-image img {
  float: left;
  margin-right: 20px; }

@media (min-width: 600px) {
  body.node-type-presenter .field-name-field-cck-image img {
    float: left;
    margin-bottom: 1em;
    margin-right: 2em;
    width: 33%; } }

ul.links.inline {
  display: block;
  margin: 1em 0; }
  ul.links.inline li {
    display: inline-block;
    margin: 0 0 0.5em;
    padding: 0; }
    ul.links.inline li a {
      display: inline-block; }

.node-type-member-service .field-name-field-image {
  float: right;
  max-width: 25%; }
  .node-type-member-service .field-name-field-image img {
    display: block; }

.faq-answer.faq-dd-hide-answer.collapsible {
  margin: 1em;
  background-color: #EEE;
  padding: 1em; }

.page-membership .ui-tabs-nav {
  border: 0;
  border-bottom: 1px solid #CCC;
  background: #FFF;
  border-radius: 0px; }
  .page-membership .ui-tabs-nav .ui-corner-all, .page-membership .ui-tabs-nav .ui-corner-top, .page-membership .ui-tabs-nav .ui-corner-right, .page-membership .ui-tabs-nav .ui-corner-tr {
    border-top-right-radius: 0; }
  .page-membership .ui-tabs-nav .ui-corner-all, .page-membership .ui-tabs-nav .ui-corner-top, .page-membership .ui-tabs-nav .ui-corner-left, .page-membership .ui-tabs-nav .ui-corner-tl {
    border-top-left-radius: 0; }

.page-membership .mymembership .edit-ref:before, .page-membership .mymembership .edit-ref-contact:before {
  content: '\f044';
  font-family: FontAwesome;
  color: #000;
  padding-right: 0.1em;
  position: relative;
  top: 2px; }

.page-membership .mymembership .section-body {
  line-height: 1.8; }

.node-newsletter {
  max-width: 625px; }
  .node-newsletter table {
    border: none; }
    .node-newsletter table tr td {
      vertical-align: top;
      background-color: transparent; }
  .node-newsletter a img {
    max-width: initial; }

/*Homepage during The NAMM Show aka "The Homepage Takeover". */
@media (min-width: 1000px) {
  .homepage-thenammshow main, .page-gallery main, .page-thenammshow-gallery main, .homepage-takeover main {
    padding: 1.5em; } }

.homepage-thenammshow #breadcrumb .row, .page-gallery #breadcrumb .row, .page-thenammshow-gallery #breadcrumb .row, .homepage-takeover #breadcrumb .row {
  max-width: 100% !important;
  padding: 0 2em; }

.homepage-thenammshow a.hpt-more, .page-gallery a.hpt-more, .page-thenammshow-gallery a.hpt-more, .homepage-takeover a.hpt-more {
  display: block;
  font-weight: bold;
  text-align: center; }

.homepage-thenammshow .panel-flexible .panel-separator, .page-gallery .panel-flexible .panel-separator, .page-thenammshow-gallery .panel-flexible .panel-separator, .homepage-takeover .panel-flexible .panel-separator {
  display: none; }

.homepage-thenammshow .pane-content, .page-gallery .pane-content, .page-thenammshow-gallery .pane-content, .homepage-takeover .pane-content {
  max-width: initial;
  margin: 0; }

.homepage-thenammshow .hpt-stories:after, .page-gallery .hpt-stories:after, .page-thenammshow-gallery .hpt-stories:after, .homepage-takeover .hpt-stories:after {
  clear: both;
  content: ' ';
  display: block; }

.homepage-thenammshow .hpt-story-block, .page-gallery .hpt-story-block, .page-thenammshow-gallery .hpt-story-block, .homepage-takeover .hpt-story-block {
  margin: 3px;
  position: relative;
  height: 20em;
  overflow: hidden; }
  .homepage-thenammshow .hpt-story-block:hover img, .page-gallery .hpt-story-block:hover img, .page-thenammshow-gallery .hpt-story-block:hover img, .homepage-takeover .hpt-story-block:hover img {
    -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
  .homepage-thenammshow .hpt-story-block:hover a, .page-gallery .hpt-story-block:hover a, .page-thenammshow-gallery .hpt-story-block:hover a, .homepage-takeover .hpt-story-block:hover a {
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 20px #000;
    padding-top: 1.3em; }
  .homepage-thenammshow .hpt-story-block img, .page-gallery .hpt-story-block img, .page-thenammshow-gallery .hpt-story-block img, .homepage-takeover .hpt-story-block img {
    float: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: initial;
    margin: 0;
    transition: transform 2s ease; }
  @media (max-width: 600px) {
    .homepage-thenammshow .hpt-story-block a, .page-gallery .hpt-story-block a, .page-thenammshow-gallery .hpt-story-block a, .homepage-takeover .hpt-story-block a {
      font-size: 1.3em !important;
      line-height: 1.3 !important; } }
  .homepage-thenammshow .hpt-story-block a, .page-gallery .hpt-story-block a, .page-thenammshow-gallery .hpt-story-block a, .homepage-takeover .hpt-story-block a {
    transition: all 2s ease;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 1em;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.4em;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.3);
    font-weight: bold; }
  .homepage-thenammshow .hpt-story-block p, .page-gallery .hpt-story-block p, .page-thenammshow-gallery .hpt-story-block p, .homepage-takeover .hpt-story-block p {
    display: none; }
  @media (min-width: 600px) and (max-width: 919px) {
    .homepage-thenammshow .hpt-story-block, .page-gallery .hpt-story-block, .page-thenammshow-gallery .hpt-story-block, .homepage-takeover .hpt-story-block {
      float: left;
      width: 49.4%;
      margin: 1.5px; }
      .homepage-thenammshow .hpt-story-block a, .page-gallery .hpt-story-block a, .page-thenammshow-gallery .hpt-story-block a, .homepage-takeover .hpt-story-block a {
        font-size: 1.1em; } }
  @media (min-width: 920px) {
    .homepage-thenammshow .hpt-story-block, .page-gallery .hpt-story-block, .page-thenammshow-gallery .hpt-story-block, .homepage-takeover .hpt-story-block {
      float: left;
      width: 32.8%;
      margin: 1.5px; }
      .homepage-thenammshow .hpt-story-block a, .page-gallery .hpt-story-block a, .page-thenammshow-gallery .hpt-story-block a, .homepage-takeover .hpt-story-block a {
        font-size: 1.1em; } }
  @media (min-width: 1000px) {
    .homepage-thenammshow .hpt-story-block p, .page-gallery .hpt-story-block p, .page-thenammshow-gallery .hpt-story-block p, .homepage-takeover .hpt-story-block p {
      display: block;
      opacity: 0;
      transition: opacity 2s ease;
      position: relative;
      color: #fff;
      pointer-events: none;
      margin: 0;
      padding: 1em 1.4em 1em 3em; }
    .homepage-thenammshow .hpt-story-block p:before, .page-gallery .hpt-story-block p:before, .page-thenammshow-gallery .hpt-story-block p:before, .homepage-takeover .hpt-story-block p:before {
      content: '\25B6 ';
      position: absolute;
      top: 1em;
      left: 1.4em; }
    .homepage-thenammshow .hpt-story-block:hover a, .page-gallery .hpt-story-block:hover a, .page-thenammshow-gallery .hpt-story-block:hover a, .homepage-takeover .hpt-story-block:hover a {
      color: transparent; }
    .homepage-thenammshow .hpt-story-block:hover p, .page-gallery .hpt-story-block:hover p, .page-thenammshow-gallery .hpt-story-block:hover p, .homepage-takeover .hpt-story-block:hover p {
      opacity: 1;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); } }

@media all and (max-width: 480px) {
  .homepage-thenammshow .panels-flexible-column, .page-gallery .panels-flexible-column, .page-thenammshow-gallery .panels-flexible-column, .homepage-takeover .panels-flexible-column {
    width: 100% !important; }
    .homepage-thenammshow .panels-flexible-column .panels-flexible-region, .page-gallery .panels-flexible-column .panels-flexible-region, .page-thenammshow-gallery .panels-flexible-column .panels-flexible-region, .homepage-takeover .panels-flexible-column .panels-flexible-region {
      float: none;
      width: 100%; }
    .homepage-thenammshow .panels-flexible-column .panels-flexible-column-inside, .page-gallery .panels-flexible-column .panels-flexible-column-inside, .page-thenammshow-gallery .panels-flexible-column .panels-flexible-column-inside, .homepage-takeover .panels-flexible-column .panels-flexible-column-inside {
      padding: 0; }
  .homepage-thenammshow #content, .page-gallery #content, .page-thenammshow-gallery #content, .homepage-takeover #content {
    margin: 0; } }

.homepage-thenammshow .pane-whats-happening-now-pane .event-legend, .page-gallery .pane-whats-happening-now-pane .event-legend, .page-thenammshow-gallery .pane-whats-happening-now-pane .event-legend, .homepage-takeover .pane-whats-happening-now-pane .event-legend {
  text-align: center; }

.homepage-thenammshow .pane-whats-happening-now-pane .event-legend img, .page-gallery .pane-whats-happening-now-pane .event-legend img, .page-thenammshow-gallery .pane-whats-happening-now-pane .event-legend img, .homepage-takeover .pane-whats-happening-now-pane .event-legend img {
  vertical-align: middle; }

.homepage-thenammshow .pane-whats-happening-now-pane .whn-when, .page-gallery .pane-whats-happening-now-pane .whn-when, .page-thenammshow-gallery .pane-whats-happening-now-pane .whn-when, .homepage-takeover .pane-whats-happening-now-pane .whn-when {
  font-weight: bold; }

.homepage-thenammshow .pane-whats-happening-now-pane .whn-location, .page-gallery .pane-whats-happening-now-pane .whn-location, .page-thenammshow-gallery .pane-whats-happening-now-pane .whn-location, .homepage-takeover .pane-whats-happening-now-pane .whn-location {
  color: #999;
  font-size: .9em; }

.homepage-thenammshow .pane-whats-happening-now-pane .whn-event, .page-gallery .pane-whats-happening-now-pane .whn-event, .page-thenammshow-gallery .pane-whats-happening-now-pane .whn-event, .homepage-takeover .pane-whats-happening-now-pane .whn-event {
  position: relative;
  padding-left: 30px;
  font-size: .95em;
  line-height: 1.4em; }
  .homepage-thenammshow .pane-whats-happening-now-pane .whn-event a, .page-gallery .pane-whats-happening-now-pane .whn-event a, .page-thenammshow-gallery .pane-whats-happening-now-pane .whn-event a, .homepage-takeover .pane-whats-happening-now-pane .whn-event a {
    display: block; }

.homepage-thenammshow .pane-whats-happening-now-pane .whn-event.no-stream, .page-gallery .pane-whats-happening-now-pane .whn-event.no-stream, .page-thenammshow-gallery .pane-whats-happening-now-pane .whn-event.no-stream, .homepage-takeover .pane-whats-happening-now-pane .whn-event.no-stream {
  padding-left: 0; }

.homepage-thenammshow .pane-whats-happening-now-pane .whn-event.live-stream:after, .page-gallery .pane-whats-happening-now-pane .whn-event.live-stream:after, .page-thenammshow-gallery .pane-whats-happening-now-pane .whn-event.live-stream:after, .homepage-takeover .pane-whats-happening-now-pane .whn-event.live-stream:after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  height: 24px;
  width: 24px;
  background: url(/sites/all/modules/custom/namm_common/images/event-live.png) no-repeat; }

.homepage-thenammshow .pane-whats-happening-now-pane .whn-event.streaming:after, .page-gallery .pane-whats-happening-now-pane .whn-event.streaming:after, .page-thenammshow-gallery .pane-whats-happening-now-pane .whn-event.streaming:after, .homepage-takeover .pane-whats-happening-now-pane .whn-event.streaming:after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  height: 24px;
  width: 24px;
  background: url(/sites/all/modules/custom/namm_common/images/event-offline.png) no-repeat; }

.homepage-thenammshow .pane-whats-happening-now-pane .whn-location, .page-gallery .pane-whats-happening-now-pane .whn-location, .page-thenammshow-gallery .pane-whats-happening-now-pane .whn-location, .homepage-takeover .pane-whats-happening-now-pane .whn-location {
  margin-bottom: 1em; }

.homepage-thenammshow .pane-show-directory-pane form, .page-gallery .pane-show-directory-pane form, .page-thenammshow-gallery .pane-show-directory-pane form, .homepage-takeover .pane-show-directory-pane form {
  display: -ms-flexbox;
  display: flex; }

.homepage-thenammshow .pane-show-directory-pane .small-8, .page-gallery .pane-show-directory-pane .small-8, .page-thenammshow-gallery .pane-show-directory-pane .small-8, .homepage-takeover .pane-show-directory-pane .small-8 {
  width: 60%; }

.homepage-thenammshow .pane-show-directory-pane .small-4, .page-gallery .pane-show-directory-pane .small-4, .page-thenammshow-gallery .pane-show-directory-pane .small-4, .homepage-takeover .pane-show-directory-pane .small-4 {
  float: left;
  margin-left: 7px; }

.homepage-thenammshow .pane-show-directory-pane input, .page-gallery .pane-show-directory-pane input, .page-thenammshow-gallery .pane-show-directory-pane input, .homepage-takeover .pane-show-directory-pane input {
  height: 37px; }

.homepage-thenammshow .pane-show-directory-pane input#quick-search-submit, .page-gallery .pane-show-directory-pane input#quick-search-submit, .page-thenammshow-gallery .pane-show-directory-pane input#quick-search-submit, .homepage-takeover .pane-show-directory-pane input#quick-search-submit {
  white-space: pre;
  width: 9em; }

@media (max-width: 980px) {
  .homepage-thenammshow .pane-show-directory-pane .small-8, .page-gallery .pane-show-directory-pane .small-8, .page-thenammshow-gallery .pane-show-directory-pane .small-8, .homepage-takeover .pane-show-directory-pane .small-8 {
    float: none;
    width: 100%; }
  .homepage-thenammshow .pane-show-directory-pane .small-4, .page-gallery .pane-show-directory-pane .small-4, .page-thenammshow-gallery .pane-show-directory-pane .small-4, .homepage-takeover .pane-show-directory-pane .small-4 {
    float: none;
    width: 115px;
    margin: 8px auto 0; } }

.homepage-thenammshow .pane-video-pane, .page-gallery .pane-video-pane, .page-thenammshow-gallery .pane-video-pane, .homepage-takeover .pane-video-pane {
  margin: 2em 0; }

.homepage-thenammshow .panel-pane h2, .page-gallery .panel-pane h2, .page-thenammshow-gallery .panel-pane h2, .homepage-takeover .panel-pane h2 {
  clear: both;
  background-color: #FFFFFF;
  padding: 0.3em 0.5em 0.3em 0; }

.homepage-thenammshow .panel-pane .view-id-tns_2012_landing h3, .page-gallery .panel-pane .view-id-tns_2012_landing h3, .page-thenammshow-gallery .panel-pane .view-id-tns_2012_landing h3, .homepage-takeover .panel-pane .view-id-tns_2012_landing h3 {
  font-size: 1.2em;
  margin-bottom: .75em; }

.homepage-thenammshow .panel-pane #quick-search-results, .page-gallery .panel-pane #quick-search-results, .page-thenammshow-gallery .panel-pane #quick-search-results, .homepage-takeover .panel-pane #quick-search-results {
  margin-bottom: 1em; }
  .homepage-thenammshow .panel-pane #quick-search-results .showdir-quick-entry, .page-gallery .panel-pane #quick-search-results .showdir-quick-entry, .page-thenammshow-gallery .panel-pane #quick-search-results .showdir-quick-entry, .homepage-takeover .panel-pane #quick-search-results .showdir-quick-entry {
    margin: 10px 0; }
    .homepage-thenammshow .panel-pane #quick-search-results .showdir-quick-entry h5, .page-gallery .panel-pane #quick-search-results .showdir-quick-entry h5, .page-thenammshow-gallery .panel-pane #quick-search-results .showdir-quick-entry h5, .homepage-takeover .panel-pane #quick-search-results .showdir-quick-entry h5 {
      font-size: 1em;
      margin: 0; }

.homepage-thenammshow #quicklinks li, .page-gallery #quicklinks li, .page-thenammshow-gallery #quicklinks li, .homepage-takeover #quicklinks li {
  line-height: 1.3;
  margin-bottom: .5em; }

.homepage-thenammshow #quicklinks a, .page-gallery #quicklinks a, .page-thenammshow-gallery #quicklinks a, .homepage-takeover #quicklinks a {
  display: block; }

.gal-content div.slideshow-container, .gal-nav div.slideshow-container {
  height: 0;
  overflow: hidden;
  padding: 67.25% 0 0 0; }

.gal-content div.slideshow img, .gal-nav div.slideshow img {
  border: 0;
  width: 100%; }

.gal-content div.slideshow span.image-wrapper, .gal-nav div.slideshow span.image-wrapper {
  right: 0; }

.gal-content a.thumb, .gal-nav a.thumb {
  border: 0; }

.gal-content div.pagination, .gal-nav div.pagination {
  text-align: center;
  overflow: hidden !important; }

.gal-content div.pagination a, .gal-content div.pagination span.current, .gal-content div.pagination span.ellipsis, .gal-nav div.pagination a, .gal-nav div.pagination span.current, .gal-nav div.pagination span.ellipsis {
  border: 0;
  float: none;
  display: inline; }

.gal-content div.pagination a:hover, .gal-nav div.pagination a:hover {
  background-color: #222; }

.gal-content ul.thumbs, .gal-nav ul.thumbs {
  margin: 0; }
  .gal-content ul.thumbs li, .gal-nav ul.thumbs li {
    box-sizing: border-box;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    vertical-align: top;
    width: 20%;
    padding: 0; }

.gal-content ul.thumbs img, .gal-nav ul.thumbs img {
  width: 100%; }

.gal-content span.image-caption, .gal-nav span.image-caption {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  top: 90%; }
  @media (max-width: 700px) {
    .gal-content span.image-caption, .gal-nav span.image-caption {
      display: none !important; } }
  .gal-content span.image-caption .caption, .gal-nav span.image-caption .caption {
    padding: .5em;
    color: #fff; }

.homepage-takeover .jw-skin-glow .jw-background-color {
  background: #8a171a; }

.homepage-takeover .jw-skin-glow .jw-display-icon-container {
  border-radius: 50%; }

.homepage-takeover .jw-display-icon-container {
  height: auto;
  width: auto;
  margin: -5em auto;
  padding: 1.5em;
  border: .5em solid #FFF;
  box-shadow: 0 0 10px #000; }

/* JWPlayer Overrides */
.jwplayer .jw-preview, .jw-error .jw-preview, .jw-stretch-uniform .jw-preview {
  background-size: cover !important; }

.jwplayer [role="button"], .jwplayer ul.jw-menu {
  margin: 0; }

.jwplayer [role="button"]:hover {
  background-color: transparent !important;
  border: none; }

.jwplayer .jw-preview {
  background-color: transparent; }

.jwplayer button:hover, .jwplayer ul.links.inline li a:hover, ul.links.inline li .jwplayer a:hover {
  background-color: transparent !important;
  border: 0 none;
  color: inherit; }

#node-artist-profile .panel-col-left {
  width: 34%;
  margin: 0 0 25px 0;
  font-size: 14px;
  background-color: #fafafa;
  border: solid 1px #e2e2e2;
  padding: 0.5em 1em; }
  #node-artist-profile .panel-col-left h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #cccccc; }
  #node-artist-profile .panel-col-left .entity-namm-event::before {
    content: none; }
  #node-artist-profile .panel-col-left .entity-namm-event {
    margin-top: 0; }
    #node-artist-profile .panel-col-left .entity-namm-event .content {
      display: block; }
  #node-artist-profile .panel-col-left .field-label {
    float: left;
    font-weight: bold;
    padding-right: 5px; }
  #node-artist-profile .panel-col-left .field-artist-profile-ind div {
    display: inline-block; }
  #node-artist-profile .panel-col-left .field-artist-profile-ind-lname::after {
    content: ":"; }
  #node-artist-profile .panel-col-left .field-artist-profile-song {
    margin-top: 25px; }
  #node-artist-profile .panel-col-left .namm-event-artist-event .field-label, #node-artist-profile .panel-col-left .group-artist-profile-artist-info .field-label {
    float: left;
    padding-right: 5px; }
  #node-artist-profile .panel-col-left .pane-node-field-artist-profile-facebook,
  #node-artist-profile .panel-col-left .pane-node-field-artist-profile-website,
  #node-artist-profile .panel-col-left .pane-node-field-artist-profile-twitter,
  #node-artist-profile .panel-col-left .pane-node-field-artist-profile-instagram,
  #node-artist-profile .panel-col-left .pane-node-field-artist-profile-snapchat {
    display: inline-block;
    padding: 0 5px; }
  @media screen and (max-width: 768px) {
    #node-artist-profile .panel-col-left {
      width: 100%;
      float: none; } }

#node-artist-profile .panel-col-right {
  width: 64%;
  max-width: 570px; }
  #node-artist-profile .panel-col-right h2 {
    margin-bottom: 0; }
  #node-artist-profile .panel-col-right .pane-node-body {
    margin: 1.5em 0; }
  #node-artist-profile .panel-col-right .field-artist-profile-pc-city::after {
    content: ","; }
  #node-artist-profile .panel-col-right .pane-node-field-artist-profile-pc-city, #node-artist-profile .panel-col-right .pane-node-field-artist-profile-pc-state {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    #node-artist-profile .panel-col-right {
      width: 100%;
      float: none; }
      #node-artist-profile .panel-col-right p {
        text-align: left; } }

.field-artist-profile-youtube #video_stream_field_ {
  margin: 0 auto; }

.orbit img {
  width: 100%; }

.orbit .orbit-container {
  margin: 0;
  padding: 0; }

.orbit .orbit-bullets button, .orbit .orbit-bullets ul.links.inline li a, ul.links.inline li .orbit .orbit-bullets a, .orbit .orbit-bullets ul.links.inline li a, .orbit ul.links.inline li .orbit-bullets a {
  padding: .5em;
  border: 0;
  border-radius: 100%; }

.orbit .orbit-previous, .orbit .orbit-next {
  color: #CCC;
  background: none;
  border: 0;
  text-shadow: 0px 0px 1px #000;
  font-size: 2em;
  transition: color 250ms linear; }
  .orbit .orbit-previous:hover, .orbit .orbit-next:hover {
    color: #FFF; }
  .orbit .orbit-previous:focus, .orbit .orbit-next:focus {
    outline: 0; }

.block-system .orbit button.orbit-previous, .block-system .orbit ul.links.inline li a.orbit-previous, ul.links.inline li .block-system .orbit a.orbit-previous, .block-system .orbit button.orbit-next, .block-system .orbit ul.links.inline li a.orbit-next, ul.links.inline li .block-system .orbit a.orbit-next {
  position: absolute; }
  .block-system .orbit button.orbit-previous:hover, .block-system .orbit ul.links.inline li a.orbit-previous:hover, ul.links.inline li .block-system .orbit a.orbit-previous:hover, .block-system .orbit button.orbit-next:hover, .block-system .orbit ul.links.inline li a.orbit-next:hover, ul.links.inline li .block-system .orbit a.orbit-next:hover {
    background: transparent !important; }

/*Show Directory Listing - Full node*/
/* todo: Update styles (these were taken from the old DAMM theme.) */
.node-xextra .dir-listing {
  padding-bottom: 10px;
  /*.dir-images {margin: 12px 0px 10px 0px;}*/ }
  .node-xextra .dir-listing a .premiere, .node-xextra .dir-listing a:visited .premiere {
    font-size: 16px;
    font-weight: bolder; }
  .node-xextra .dir-listing img .premo {
    float: right;
    padding: 5px 0 0 15px; }
  .node-xextra .dir-listing .premiere {
    background-color: #fef7e8; }
  .node-xextra .dir-listing .dir-brands {
    margin-bottom: 10px; }
  .node-xextra .dir-listing .dir-label {
    font-weight: bold;
    color: #006699; }
  .node-xextra .dir-listing .dir-booth {
    margin-top: 5px; }
  .node-xextra .dir-listing .dir-info {
    width: 100%;
    margin-top: 5px;
    min-height: 155px; }
  .node-xextra .dir-listing .dir-description {
    margin-top: 10px;
    min-height: 100px; }
  .node-xextra .dir-listing .dir-downloads {
    margin: 10px 0px 20px 0px; }

.pager-current {
  border: 1px solid #00AFED;
  color: #00AFED;
  border-radius: 20px; }

.medium-up-5 {
  float: left;
  width: 20%; }
  @media screen and (max-width: 640px) {
    .medium-up-5 {
      width: 100%; } }

.medium-up-5 > .column, .medium-up-5 > .columns, .medium-up-5 > .columns {
  width: 100%;
  float: none; }

.row {
  max-width: 1400px; }
