@charset "UTF-8";
/**
* @desc			Media breakpoints
* @author		Firespring
*/
/* ==========================================================================
Apply a natural box layout model to all elements
Via http://www.paulirish.com/2012/box-sizing-border-box-ftw/
Updated via https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
========================================================================== */
html {
  box-sizing: border-box; }

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from 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 */ }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1rem 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 */ }

/**
 * 1. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1rem;
  /* 1 */
  overflow: auto; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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: bold; }

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

/**
 * 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.25rem; }

sup {
  top: -0.5rem; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/* Forms
   ========================================================================== */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
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.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 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 */ }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/**
* @desc			General styles
* @author		Firespring
*/
/* ==========================================================================
Link colors
========================================================================== */
a:link {
  color: #06f; }

a:visited {
  color: #c33; }

a:hover {
  color: #000; }

a:active {
  color: #000; }

/* ============================================================================
Responsive media elements
============================================================================ */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

object,
embed {
  max-width: 100%;
  height: auto; }

/* ============================================================================
Iframes
============================================================================ */
iframe {
  border: 0; }

/* ============================================================================
Meta info list
============================================================================ */
.info-meta > div {
  display: inline-block; }
  .info-meta > div:first-child {
    margin: 0; }

.info-meta .prefix:after {
  content: "\00A0"; }

/**
* @desc			Helper classes
* @author		Firespring
*/
/* ============================================================================
Image replacement
============================================================================ */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/* ============================================================================
Hide from both screenreaders and browsers
============================================================================ */

.hidden {
  display: none !important;
  visibility: hidden; }

/* ============================================================================
Hide only visually, but have it available for screenreaders
============================================================================ */
.image-slideshow__title, .image-gallery__title, .fundraising-campaign-status__goal, .catalogs__search .form-row__label, .file-upload-trigger__control, .form--inline-labels .form-row--text .form-row__label,
.form--inline-labels .form-row--password .form-row__label,
.form--inline-labels .form-row--select .form-row__label,
.form--inline-labels .form-row--textarea .form-row__label,
.form--inline-labels .form-row--search .form-row__label,
.form--inline-labels .form-row--url .form-row__label,
.form--inline-labels .form-row--email .form-row__label,
.form--inline-labels .form-row--tel .form-row__label,
.form--inline-labels .form-row--number .form-row__label,
.form--inline-labels .form-row--date-picker .form-row__label,
.form--inline-labels .form-row--time-picker .form-row__label,
.form--inline-labels .form-row--datetime-picker .form-row__label, .aria-label, .fa > span,
.hidden-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .focusable.image-slideshow__title:active, .focusable.image-gallery__title:active, .focusable.fundraising-campaign-status__goal:active, .catalogs__search .focusable.form-row__label:active, .focusable.file-upload-trigger__control:active, .form--inline-labels .form-row--text .focusable.form-row__label:active,
  .form--inline-labels .form-row--password .focusable.form-row__label:active,
  .form--inline-labels .form-row--select .focusable.form-row__label:active,
  .form--inline-labels .form-row--textarea .focusable.form-row__label:active,
  .form--inline-labels .form-row--search .focusable.form-row__label:active,
  .form--inline-labels .form-row--url .focusable.form-row__label:active,
  .form--inline-labels .form-row--email .focusable.form-row__label:active,
  .form--inline-labels .form-row--tel .focusable.form-row__label:active,
  .form--inline-labels .form-row--number .focusable.form-row__label:active,
  .form--inline-labels .form-row--date-picker .focusable.form-row__label:active,
  .form--inline-labels .form-row--time-picker .focusable.form-row__label:active,
  .form--inline-labels .form-row--datetime-picker .focusable.form-row__label:active, .focusable.aria-label:active, .fa > span.focusable:active, .focusable.image-slideshow__title:focus, .focusable.image-gallery__title:focus, .focusable.fundraising-campaign-status__goal:focus, .catalogs__search .focusable.form-row__label:focus, .focusable.file-upload-trigger__control:focus, .form--inline-labels .form-row--text .focusable.form-row__label:focus,
  .form--inline-labels .form-row--password .focusable.form-row__label:focus,
  .form--inline-labels .form-row--select .focusable.form-row__label:focus,
  .form--inline-labels .form-row--textarea .focusable.form-row__label:focus,
  .form--inline-labels .form-row--search .focusable.form-row__label:focus,
  .form--inline-labels .form-row--url .focusable.form-row__label:focus,
  .form--inline-labels .form-row--email .focusable.form-row__label:focus,
  .form--inline-labels .form-row--tel .focusable.form-row__label:focus,
  .form--inline-labels .form-row--number .focusable.form-row__label:focus,
  .form--inline-labels .form-row--date-picker .focusable.form-row__label:focus,
  .form--inline-labels .form-row--time-picker .focusable.form-row__label:focus,
  .form--inline-labels .form-row--datetime-picker .focusable.form-row__label:focus, .focusable.aria-label:focus, .fa > span.focusable:focus,
  .hidden-visually.focusable:active,
  .hidden-visually.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* ============================================================================
Hide visually and from screenreaders, but maintain layout
============================================================================ */

.invisible {
  visibility: hidden; }

/* ============================================================================
Self-clearing floats
============================================================================ */
.list-item:after, .event--single .event__content:after, .event-calendar__list .event:after, .donation-tier a:after, .wizard__content:after, .tab-panel:after,
.panel:after, .inline-popup__content:after, .list--inline:after,
.collection--glossary .collection__nav ul:after,
.nav--bar .nav__list:after,
.clearfix:after {
  display: table;
  content: "";
  clear: both; }

/* ============================================================================
Misc
============================================================================ */
/**
* @desc			Helpers for aligning text and centering block elements
* @author		Firespring
*/
/* ==========================================================================
Text alignment
========================================================================== */

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


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


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


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

/* ============================================================================
Center align elements
============================================================================ */
/* Horizontally
========================================================================== */
.catalogs--gallery .image, .user-login, .inline-popup,
.center-horz {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Vertically
============================================================================ */

.center-vert {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/* Flexbox
============================================================================ */

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


.center-flex-items {
  display: flex;
  align-items: center; }


.center-flex-content {
  display: flex;
  align-content: center; }

/**
* @desc			Helpers for floats
* @author		Firespring
*/
/* ==========================================================================
General floats
========================================================================== */
.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

/* ==========================================================================
Mixins
========================================================================== */
/**
* @desc			Set baseline typography, including typographic scale
* @author		Firespring
*/
/**
* @desc			Import fonts
* @author		Firespring
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* ==========================================================================
Base Settings
========================================================================== */
html {
  font-weight: normal;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

body {
  text-rendering: optimizeLegibility; }

/**
 * Typecsset
 *
 * Typecsset is a small, unopinionated library for creating beautifully set type
 * on the web. Typecsset gives perfect vertical rhythm at any configurable font
 * size, as well as many other typographical niceties.
 */
/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * A lot of elements in Typecsset need to share some declarations (mainly for
 * vertical rhythm), so we `@extend` some silent classes.
 */
table, blockquote, pre, address, p, ul, ol, dl, h6, h5, h4, h3, h2, h1 {
  margin: 0;
  padding: 0; }

table, blockquote, pre, address, p, ul, ol, dl, h6, h5, h4, h3, h2, h1 {
  margin-bottom: 1.5rem; }

/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * 1. Set the base element’s `font-size` to the value of your choosing. Set in
 *    ems, assuming a browser default of 16px.
 * 2. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your project’s
 *    base font size.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [2] */ }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
h1 {
  font-size: 3rem;
  line-height: 1; }

h2 {
  font-size: 2.25rem;
  line-height: 1.3333333333; }

h3 {
  font-size: 1.5rem;
  line-height: 1; }

h4 {
  font-size: 1.3125rem;
  line-height: 1.1428571429; }

h5 {
  font-size: 1.125rem;
  line-height: 1.3333333333; }

h6 {
  font-size: 1rem;
  line-height: 1.5; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul, ol, dl {
  margin-left: 3rem; }

li > ul,
li > ol {
  list-style: inherit; }

dt {
  font-weight: bold; }

/*------------------------------------*\
    #PARAGRAPHS
\*------------------------------------*/
/**
 * Not strictly a paragraph, but probably doesn’t need its own section.
 */
/*------------------------------------*\
    #CODE
\*------------------------------------*/
/**
 * 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
 *    font-size smaller than 1em.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* [1] */ }

/*------------------------------------*\
    #QUOTES
\*------------------------------------*/
/**
 * 1. Hang the opening quote of the blockquote.
 */
/**
 * Set up quote marks on quoting elements. This is very English-based, so we are
 * using “, ”, ‘, and ’ quotes.
 */
blockquote {
  margin-left: 3rem; }

q {
  quotes: "‘" "’" "“" "”";
  /**
     * If an element opens with an inline quote, let’s hang that.
     */ }
  q:before {
    content: "‘";
    content: open-quote; }
  q:after {
    content: "’";
    content: close-quote; }
  q q:before {
    content: "“";
    content: open-quote; }
  q q:after {
    content: "”";
    content: close-quote; }
  q:first-child {
    text-indent: -0.22em; }

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
/**
 * Crude table styles; tables are very difficult to keep on the baseline.
 */
th,
td {
  padding: 12px; }

/* ============================================================================
General Styles
============================================================================ */
.invoices--details__items .item-cost, .catalogs--gallery .catalogs__content--grid .info-row__label, .table--order-items th,
.table--order-items td, thead.rotated span,
.label, .list--inline > li,
.collection--glossary .collection__nav ul > li,
.nav--bar .nav__list > li,
.nowrap {
  white-space: nowrap; }


.break-all {
  word-break: break-all; }

/* ============================================================================
Additional List Styles
============================================================================ */
/* Plain list, no styling
============================================================================ */
.list--plain, .social-media-links ul,
.proof-view__details .info-row--proof-files ul,
.calendar-grid-events-list__list,
.event-related-links ul,
.catalogs--gallery .catalog-nav ul,
.wizard__steps ol,
.tabs__nav,
.nav--bar .nav__list ul,
.nav--pagination > ul,
.nav__list,
.form-row--checkbox ol,
.form-row--radio ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Inline list
============================================================================ */
.list--inline,
.collection--glossary .collection__nav ul,
.nav--bar .nav__list {
  list-style: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0; }
  .list--inline > li,
  .collection--glossary .collection__nav ul > li,
  .nav--bar .nav__list > li {
    float: left; }

/* List Spacing
============================================================================ */
.list-spacing--single > li {
  margin-top: 0;
  margin-bottom: 0; }

.list-spacing--double > li {
  margin-top: 1.5rem;
  margin-bottom: 0; }
  .list-spacing--double > li:first-child {
    margin-top: 0; }

.list-spacing--triple > li {
  margin-top: 3rem;
  margin-bottom: 0; }
  .list-spacing--triple > li:first-child {
    margin-top: 0; }

/* ============================================================================
Styles & Weights
============================================================================ */
.credit-balance-display {
  font-weight: 700; }

/* ============================================================================
Sizes
============================================================================ */
.alert__close {
  font-size: 1rem; }

/* ============================================================================
Title Bar
============================================================================ */
/* ============================================================================
Font Awesome mods
============================================================================ */
/**
* @desc			Flexbox grid classes
* @author		Firespring
*/
/* ============================================================================
Grid rows
============================================================================ */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

/* Collapsed grids
============================================================================ */
.grid--compact {
  margin: 0; }
  .grid--compact .grid-col {
    padding: 0; }
  .grid--compact .grid {
    margin: 0; }

/* Reversed grids
============================================================================ */
.grid--reverse {
  flex-direction: row-reverse;
  flex-wrap: row-reverse; }

/* ============================================================================
Column general defaults
============================================================================ */
.grid-col {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

[class*="col--w-"] {
  flex-grow: 0; }

.grid-col--reverse {
  flex-direction: column-reverse;
  flex-wrap: column-reverse; }

/* Block grid
============================================================================ */
.grid--block {
  border: 1px solid #ccc;
  border-width: 0 0 0 1px;
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid--block li {
    display: flex;
    flex: 1 0 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0; }
    .grid--block li > * {
      flex: 1 0 100%;
      max-width: 100%; }
    .grid--block li:first-child {
      border-width: 1px 1px 1px 0; }
  .grid--block .image img {
    width: auto; }
  .grid--block.sb-border-none {
    border: none !important; }
    .grid--block.sb-border-none li {
      border: none !important; }
  .grid--block.sb-border-thin {
    border-width: 0 0 0 1px !important; }
    .grid--block.sb-border-thin li {
      border-width: 0 1px 1px 0 !important; }
      .grid--block.sb-border-thin li:first-child {
        border-top-width: 1px !important; }
  .grid--block.sb-border-medium {
    border-width: 0 0 0 3px !important; }
    .grid--block.sb-border-medium li {
      border-width: 0 3px 3px 0 !important; }
      .grid--block.sb-border-medium li:first-child {
        border-top-width: 3px !important; }
  .grid--block.sb-border-thick {
    border-width: 0 0 0 6px !important; }
    .grid--block.sb-border-thick li {
      border-width: 0 6px 6px 0 !important; }
      .grid--block.sb-border-thick li:first-child {
        border-top-width: 6px !important; }
  .grid--block.sb-padding-none {
    padding: 0 !important; }
    .grid--block.sb-padding-none li {
      padding: 0 !important; }
  .grid--block.sb-padding-thin {
    padding: 0 !important; }
    .grid--block.sb-padding-thin li {
      padding: 0.5rem !important; }
  .grid--block.sb-padding-medium {
    padding: 0 !important; }
    .grid--block.sb-padding-medium li {
      padding: 0.75rem !important; }
  .grid--block.sb-padding-thick {
    padding: 0 !important; }
    .grid--block.sb-padding-thick li {
      padding: 1rem !important; }

/* Horizontal Alignment */
.grid--block-horz-left li {
  text-align: left; }

.grid--block-horz-center li {
  text-align: center; }

.grid--block-horz-right li {
  text-align: right; }

/* Vertical Alignment */
.grid--block-vert-top li {
  align-items: flex-start; }

.grid--block-vert-middle li {
  align-items: center; }

.grid--block-vert-bottom li {
  align-items: flex-end; }

/* ============================================================================
Media queries
============================================================================ */
/* Extra small column widths
============================================================================ */
@media only screen and (min-width: 480px) {
  .grid-col--xs-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid-col--xs-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid-col--xs-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .grid-col--xs-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid-col--xs-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid-col--xs-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .grid-col--xs-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid-col--xs-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid-col--xs-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .grid-col--xs-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid-col--xs-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid-col--xs-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .grid-col--xs-expand {
    flex-basis: auto;
    max-width: none;
    flex-grow: 1; }
  .grid-col--xs-shrink {
    flex-basis: auto;
    max-width: none;
    flex-grow: 0; }
  /* Default column offsets */
  .grid-col--xs-push-0 {
    margin-left: 0; }
  .grid-col--xs-push-1 {
    margin-left: 8.33333%; }
  .grid-col--xs-push-2 {
    margin-left: 16.66667%; }
  .grid-col--xs-push-3 {
    margin-left: 25%; }
  .grid-col--xs-push-4 {
    margin-left: 33.33333%; }
  .grid-col--xs-push-5 {
    margin-left: 41.66667%; }
  .grid-col--xs-push-6 {
    margin-left: 50%; }
  .grid-col--xs-push-7 {
    margin-left: 58.33333%; }
  .grid-col--xs-push-8 {
    margin-left: 66.66667%; }
  .grid-col--xs-push-9 {
    margin-left: 75%; }
  .grid-col--xs-push-10 {
    margin-left: 83.33333%; }
  .grid-col--xs-push-11 {
    margin-left: 91.66667%; }
  /* Column order */
  .grid-col--xs-first {
    order: -1; }
  .grid-col--xs-last {
    order: 1; }
  /* Column position */
  .grid--xs-start {
    justify-content: flex-start; }
  .grid--xs-center {
    justify-content: center; }
  .grid--xs-end {
    justify-content: flex-end; }
  .grid--xs-around {
    justify-content: space-around; }
  .grid--xs-between {
    justify-content: space-between; }
  .grid--xs-top {
    align-items: flex-start; }
  .grid--xs-middle {
    align-items: center; }
  .grid--xs-bottom {
    align-items: flex-end; }
  /* Block grid */
  .grid--block-xs-1 li {
    flex-basis: 100%;
    max-width: 100%; }
    .grid--block-xs-1 li:nth-child(1) {
      border-top-width: 1px; }
  .grid--block-xs-1.sb-border-thin li:nth-child(1) {
    border-top-width: 1px !important; }
  .grid--block-xs-1.sb-border-medium li:nth-child(1) {
    border-top-width: 3px !important; }
  .grid--block-xs-1.sb-border-thick li:nth-child(1) {
    border-top-width: 6px !important; }
  .grid--block-xs-2 li {
    flex-basis: 50%;
    max-width: 50%; }
    .grid--block-xs-2 li:nth-child(-n+2) {
      border-top-width: 1px; }
  .grid--block-xs-2.sb-border-thin li:nth-child(-n+2) {
    border-top-width: 1px !important; }
  .grid--block-xs-2.sb-border-medium li:nth-child(-n+2) {
    border-top-width: 3px !important; }
  .grid--block-xs-2.sb-border-thick li:nth-child(-n+2) {
    border-top-width: 6px !important; }
  .grid--block-xs-3 li {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .grid--block-xs-3 li:nth-child(-n+3) {
      border-top-width: 1px; }
  .grid--block-xs-3.sb-border-thin li:nth-child(-n+3) {
    border-top-width: 1px !important; }
  .grid--block-xs-3.sb-border-medium li:nth-child(-n+3) {
    border-top-width: 3px !important; }
  .grid--block-xs-3.sb-border-thick li:nth-child(-n+3) {
    border-top-width: 6px !important; }
  .grid--block-xs-4 li {
    flex-basis: 25%;
    max-width: 25%; }
    .grid--block-xs-4 li:nth-child(-n+4) {
      border-top-width: 1px; }
  .grid--block-xs-4.sb-border-thin li:nth-child(-n+4) {
    border-top-width: 1px !important; }
  .grid--block-xs-4.sb-border-medium li:nth-child(-n+4) {
    border-top-width: 3px !important; }
  .grid--block-xs-4.sb-border-thick li:nth-child(-n+4) {
    border-top-width: 6px !important; }
  .grid--block-xs-5 li {
    flex-basis: 20%;
    max-width: 20%; }
    .grid--block-xs-5 li:nth-child(-n+5) {
      border-top-width: 1px; }
  .grid--block-xs-5.sb-border-thin li:nth-child(-n+5) {
    border-top-width: 1px !important; }
  .grid--block-xs-5.sb-border-medium li:nth-child(-n+5) {
    border-top-width: 3px !important; }
  .grid--block-xs-5.sb-border-thick li:nth-child(-n+5) {
    border-top-width: 6px !important; }
  .grid--block-xs-6 li {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .grid--block-xs-6 li:nth-child(-n+6) {
      border-top-width: 1px; }
  .grid--block-xs-6.sb-border-thin li:nth-child(-n+6) {
    border-top-width: 1px !important; }
  .grid--block-xs-6.sb-border-medium li:nth-child(-n+6) {
    border-top-width: 3px !important; }
  .grid--block-xs-6.sb-border-thick li:nth-child(-n+6) {
    border-top-width: 6px !important; }
  .grid--block-xs-7 li {
    flex-basis: 14.285714%;
    max-width: 14.285714%; }
    .grid--block-xs-7 li:nth-child(-n+7) {
      border-top-width: 1px; }
  .grid--block-xs-7.sb-border-thin li:nth-child(-n+7) {
    border-top-width: 1px !important; }
  .grid--block-xs-7.sb-border-medium li:nth-child(-n+7) {
    border-top-width: 3px !important; }
  .grid--block-xs-7.sb-border-thick li:nth-child(-n+7) {
    border-top-width: 6px !important; }
  .grid--block-xs-8 li {
    flex-basis: 12.5%;
    max-width: 12.5%; }
    .grid--block-xs-8 li:nth-child(-n+8) {
      border-top-width: 1px; }
  .grid--block-xs-8.sb-border-thin li:nth-child(-n+8) {
    border-top-width: 1px !important; }
  .grid--block-xs-8.sb-border-medium li:nth-child(-n+8) {
    border-top-width: 3px !important; }
  .grid--block-xs-8.sb-border-thick li:nth-child(-n+8) {
    border-top-width: 6px !important; }
  .grid--block-xs-9 li {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
    .grid--block-xs-9 li:nth-child(-n+9) {
      border-top-width: 1px; }
  .grid--block-xs-9.sb-border-thin li:nth-child(-n+9) {
    border-top-width: 1px !important; }
  .grid--block-xs-9.sb-border-medium li:nth-child(-n+9) {
    border-top-width: 3px !important; }
  .grid--block-xs-9.sb-border-thick li:nth-child(-n+9) {
    border-top-width: 6px !important; }
  .grid--block-xs-10 li {
    flex-basis: 10%;
    max-width: 10%; }
    .grid--block-xs-10 li:nth-child(-n+10) {
      border-top-width: 1px; }
  .grid--block-xs-10.sb-border-thin li:nth-child(-n+10) {
    border-top-width: 1px !important; }
  .grid--block-xs-10.sb-border-medium li:nth-child(-n+10) {
    border-top-width: 3px !important; }
  .grid--block-xs-10.sb-border-thick li:nth-child(-n+10) {
    border-top-width: 6px !important; }
  .grid--block-xs-11 li {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
    .grid--block-xs-11 li:nth-child(-n+11) {
      border-top-width: 1px; }
  .grid--block-xs-11.sb-border-thin li:nth-child(-n+11) {
    border-top-width: 1px !important; }
  .grid--block-xs-11.sb-border-medium li:nth-child(-n+11) {
    border-top-width: 3px !important; }
  .grid--block-xs-11.sb-border-thick li:nth-child(-n+11) {
    border-top-width: 6px !important; }
  .grid--block-xs-12 li {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .grid--block-xs-12 li:nth-child(-n+12) {
      border-top-width: 1px; }
  .grid--block-xs-12.sb-border-thin li:nth-child(-n+12) {
    border-top-width: 1px !important; }
  .grid--block-xs-12.sb-border-medium li:nth-child(-n+12) {
    border-top-width: 3px !important; }
  .grid--block-xs-12.sb-border-thick li:nth-child(-n+12) {
    border-top-width: 6px !important; } }

/* Small breakpoint
============================================================================ */
@media only screen and (min-width: 768px) {
  .grid-col--sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid-col--sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid-col--sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .grid-col--sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid-col--sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid-col--sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .grid-col--sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid-col--sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid-col--sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .grid-col--sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid-col--sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid-col--sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .grid-col--sm-expand {
    flex-basis: auto;
    max-width: none;
    flex-grow: 1; }
  .grid-col--sm-shrink {
    flex-basis: auto;
    max-width: none;
    flex-grow: 0; }
  .grid-col--sm-push-0 {
    margin-left: 0; }
  .grid-col--sm-push-1 {
    margin-left: 8.33333%; }
  .grid-col--sm-push-2 {
    margin-left: 16.66667%; }
  .grid-col--sm-push-3 {
    margin-left: 25%; }
  .grid-col--sm-push-4 {
    margin-left: 33.33333%; }
  .grid-col--sm-push-5 {
    margin-left: 41.66667%; }
  .grid-col--sm-push-6 {
    margin-left: 50%; }
  .grid-col--sm-push-7 {
    margin-left: 58.33333%; }
  .grid-col--sm-push-8 {
    margin-left: 66.66667%; }
  .grid-col--sm-push-9 {
    margin-left: 75%; }
  .grid-col--sm-push-10 {
    margin-left: 83.33333%; }
  .grid-col--sm-push-11 {
    margin-left: 91.66667%; }
  /* Column order */
  .grid-col--sm-first {
    order: -1; }
  .grid-col--sm-last {
    order: 1; }
  /* Column position */
  .grid--sm-start {
    justify-content: flex-start; }
  .grid--sm-center {
    justify-content: center; }
  .grid--sm-end {
    justify-content: flex-end; }
  .grid--sm-around {
    justify-content: space-around; }
  .grid--sm-between {
    justify-content: space-between; }
  .grid--sm-top {
    align-items: flex-start; }
  .grid--sm-middle {
    align-items: center; }
  .grid--sm-bottom {
    align-items: flex-end; }
  /* Block grid */
  .grid--block-sm-1 li {
    flex-basis: 100%;
    max-width: 100%; }
    .grid--block-sm-1 li:nth-child(1) {
      border-top-width: 1px; }
  .grid--block-sm-1.sb-border-thin li:nth-child(1) {
    border-top-width: 1px !important; }
  .grid--block-sm-1.sb-border-medium li:nth-child(1) {
    border-top-width: 3px !important; }
  .grid--block-sm-1.sb-border-thick li:nth-child(1) {
    border-top-width: 6px !important; }
  .grid--block-sm-2 li {
    flex-basis: 50%;
    max-width: 50%; }
    .grid--block-sm-2 li:nth-child(-n+2) {
      border-top-width: 1px; }
  .grid--block-sm-2.sb-border-thin li:nth-child(-n+2) {
    border-top-width: 1px !important; }
  .grid--block-sm-2.sb-border-medium li:nth-child(-n+2) {
    border-top-width: 3px !important; }
  .grid--block-sm-2.sb-border-thick li:nth-child(-n+2) {
    border-top-width: 6px !important; }
  .grid--block-sm-3 li {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .grid--block-sm-3 li:nth-child(-n+3) {
      border-top-width: 1px; }
  .grid--block-sm-3.sb-border-thin li:nth-child(-n+3) {
    border-top-width: 1px !important; }
  .grid--block-sm-3.sb-border-medium li:nth-child(-n+3) {
    border-top-width: 3px !important; }
  .grid--block-sm-3.sb-border-thick li:nth-child(-n+3) {
    border-top-width: 6px !important; }
  .grid--block-sm-4 li {
    flex-basis: 25%;
    max-width: 25%; }
    .grid--block-sm-4 li:nth-child(-n+4) {
      border-top-width: 1px; }
  .grid--block-sm-4.sb-border-thin li:nth-child(-n+4) {
    border-top-width: 1px !important; }
  .grid--block-sm-4.sb-border-medium li:nth-child(-n+4) {
    border-top-width: 3px !important; }
  .grid--block-sm-4.sb-border-thick li:nth-child(-n+4) {
    border-top-width: 6px !important; }
  .grid--block-sm-5 li {
    flex-basis: 20%;
    max-width: 20%; }
    .grid--block-sm-5 li:nth-child(-n+5) {
      border-top-width: 1px; }
  .grid--block-sm-5.sb-border-thin li:nth-child(-n+5) {
    border-top-width: 1px !important; }
  .grid--block-sm-5.sb-border-medium li:nth-child(-n+5) {
    border-top-width: 3px !important; }
  .grid--block-sm-5.sb-border-thick li:nth-child(-n+5) {
    border-top-width: 6px !important; }
  .grid--block-sm-6 li {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .grid--block-sm-6 li:nth-child(-n+6) {
      border-top-width: 1px; }
  .grid--block-sm-6.sb-border-thin li:nth-child(-n+6) {
    border-top-width: 1px !important; }
  .grid--block-sm-6.sb-border-medium li:nth-child(-n+6) {
    border-top-width: 3px !important; }
  .grid--block-sm-6.sb-border-thick li:nth-child(-n+6) {
    border-top-width: 6px !important; }
  .grid--block-sm-7 li {
    flex-basis: 14.285714%;
    max-width: 14.285714%; }
    .grid--block-sm-7 li:nth-child(-n+7) {
      border-top-width: 1px; }
  .grid--block-sm-7.sb-border-thin li:nth-child(-n+7) {
    border-top-width: 1px !important; }
  .grid--block-sm-7.sb-border-medium li:nth-child(-n+7) {
    border-top-width: 3px !important; }
  .grid--block-sm-7.sb-border-thick li:nth-child(-n+7) {
    border-top-width: 6px !important; }
  .grid--block-sm-8 li {
    flex-basis: 12.5%;
    max-width: 12.5%; }
    .grid--block-sm-8 li:nth-child(-n+8) {
      border-top-width: 1px; }
  .grid--block-sm-8.sb-border-thin li:nth-child(-n+8) {
    border-top-width: 1px !important; }
  .grid--block-sm-8.sb-border-medium li:nth-child(-n+8) {
    border-top-width: 3px !important; }
  .grid--block-sm-8.sb-border-thick li:nth-child(-n+8) {
    border-top-width: 6px !important; }
  .grid--block-sm-9 li {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
    .grid--block-sm-9 li:nth-child(-n+9) {
      border-top-width: 1px; }
  .grid--block-sm-9.sb-border-thin li:nth-child(-n+9) {
    border-top-width: 1px !important; }
  .grid--block-sm-9.sb-border-medium li:nth-child(-n+9) {
    border-top-width: 3px !important; }
  .grid--block-sm-9.sb-border-thick li:nth-child(-n+9) {
    border-top-width: 6px !important; }
  .grid--block-sm-10 li {
    flex-basis: 10%;
    max-width: 10%; }
    .grid--block-sm-10 li:nth-child(-n+10) {
      border-top-width: 1px; }
  .grid--block-sm-10.sb-border-thin li:nth-child(-n+10) {
    border-top-width: 1px !important; }
  .grid--block-sm-10.sb-border-medium li:nth-child(-n+10) {
    border-top-width: 3px !important; }
  .grid--block-sm-10.sb-border-thick li:nth-child(-n+10) {
    border-top-width: 6px !important; }
  .grid--block-sm-11 li {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
    .grid--block-sm-11 li:nth-child(-n+11) {
      border-top-width: 1px; }
  .grid--block-sm-11.sb-border-thin li:nth-child(-n+11) {
    border-top-width: 1px !important; }
  .grid--block-sm-11.sb-border-medium li:nth-child(-n+11) {
    border-top-width: 3px !important; }
  .grid--block-sm-11.sb-border-thick li:nth-child(-n+11) {
    border-top-width: 6px !important; }
  .grid--block-sm-12 li {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .grid--block-sm-12 li:nth-child(-n+12) {
      border-top-width: 1px; }
  .grid--block-sm-12.sb-border-thin li:nth-child(-n+12) {
    border-top-width: 1px !important; }
  .grid--block-sm-12.sb-border-medium li:nth-child(-n+12) {
    border-top-width: 3px !important; }
  .grid--block-sm-12.sb-border-thick li:nth-child(-n+12) {
    border-top-width: 6px !important; } }

/* Medium breakpoint
============================================================================ */
@media only screen and (min-width: 992px) {
  .grid-col--md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid-col--md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid-col--md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .grid-col--md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid-col--md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid-col--md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .grid-col--md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid-col--md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid-col--md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .grid-col--md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid-col--md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid-col--md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .grid-col--md-expand {
    flex-basis: auto;
    max-width: none;
    flex-grow: 1; }
  .grid-col--md-shrink {
    flex-basis: auto;
    max-width: none;
    flex-grow: 0; }
  .grid-col--md-push-0 {
    margin-left: 0; }
  .grid-col--md-push-1 {
    margin-left: 8.33333%; }
  .grid-col--md-push-2 {
    margin-left: 16.66667%; }
  .grid-col--md-push-3 {
    margin-left: 25%; }
  .grid-col--md-push-4 {
    margin-left: 33.33333%; }
  .grid-col--md-push-5 {
    margin-left: 41.66667%; }
  .grid-col--md-push-6 {
    margin-left: 50%; }
  .grid-col--md-push-7 {
    margin-left: 58.33333%; }
  .grid-col--md-push-8 {
    margin-left: 66.66667%; }
  .grid-col--md-push-9 {
    margin-left: 75%; }
  .grid-col--md-push-10 {
    margin-left: 83.33333%; }
  .grid-col--md-push-11 {
    margin-left: 91.66667%; }
  /* Column order */
  .grid-col--md-first {
    order: -1; }
  .grid-col--md-last {
    order: 1; }
  /* Column position */
  .grid--md-start {
    justify-content: flex-start; }
  .grid--md-center {
    justify-content: center; }
  .grid--md-end {
    justify-content: flex-end; }
  .grid--md-around {
    justify-content: space-around; }
  .grid--md-between {
    justify-content: space-between; }
  .grid--md-top {
    align-items: flex-start; }
  .grid--md-middle {
    align-items: center; }
  .grid--md-bottom {
    align-items: flex-end; }
  /* Block grid */
  .grid--block-md-1 li {
    flex-basis: 100%;
    max-width: 100%; }
    .grid--block-md-1 li:nth-child(1) {
      border-top-width: 1px; }
  .grid--block-md-1.sb-border-thin li:nth-child(1) {
    border-top-width: 1px !important; }
  .grid--block-md-1.sb-border-medium li:nth-child(1) {
    border-top-width: 3px !important; }
  .grid--block-md-1.sb-border-thick li:nth-child(1) {
    border-top-width: 6px !important; }
  .grid--block-md-2 li {
    flex-basis: 50%;
    max-width: 50%; }
    .grid--block-md-2 li:nth-child(-n+2) {
      border-top-width: 1px; }
  .grid--block-md-2.sb-border-thin li:nth-child(-n+2) {
    border-top-width: 1px !important; }
  .grid--block-md-2.sb-border-medium li:nth-child(-n+2) {
    border-top-width: 3px !important; }
  .grid--block-md-2.sb-border-thick li:nth-child(-n+2) {
    border-top-width: 6px !important; }
  .grid--block-md-3 li {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .grid--block-md-3 li:nth-child(-n+3) {
      border-top-width: 1px; }
  .grid--block-md-3.sb-border-thin li:nth-child(-n+3) {
    border-top-width: 1px !important; }
  .grid--block-md-3.sb-border-medium li:nth-child(-n+3) {
    border-top-width: 3px !important; }
  .grid--block-md-3.sb-border-thick li:nth-child(-n+3) {
    border-top-width: 6px !important; }
  .grid--block-md-4 li {
    flex-basis: 25%;
    max-width: 25%; }
    .grid--block-md-4 li:nth-child(-n+4) {
      border-top-width: 1px; }
  .grid--block-md-4.sb-border-thin li:nth-child(-n+4) {
    border-top-width: 1px !important; }
  .grid--block-md-4.sb-border-medium li:nth-child(-n+4) {
    border-top-width: 3px !important; }
  .grid--block-md-4.sb-border-thick li:nth-child(-n+4) {
    border-top-width: 6px !important; }
  .grid--block-md-5 li {
    flex-basis: 20%;
    max-width: 20%; }
    .grid--block-md-5 li:nth-child(-n+5) {
      border-top-width: 1px; }
  .grid--block-md-5.sb-border-thin li:nth-child(-n+5) {
    border-top-width: 1px !important; }
  .grid--block-md-5.sb-border-medium li:nth-child(-n+5) {
    border-top-width: 3px !important; }
  .grid--block-md-5.sb-border-thick li:nth-child(-n+5) {
    border-top-width: 6px !important; }
  .grid--block-md-6 li {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .grid--block-md-6 li:nth-child(-n+6) {
      border-top-width: 1px; }
  .grid--block-md-6.sb-border-thin li:nth-child(-n+6) {
    border-top-width: 1px !important; }
  .grid--block-md-6.sb-border-medium li:nth-child(-n+6) {
    border-top-width: 3px !important; }
  .grid--block-md-6.sb-border-thick li:nth-child(-n+6) {
    border-top-width: 6px !important; }
  .grid--block-md-7 li {
    flex-basis: 14.285714%;
    max-width: 14.285714%; }
    .grid--block-md-7 li:nth-child(-n+7) {
      border-top-width: 1px; }
  .grid--block-md-7.sb-border-thin li:nth-child(-n+7) {
    border-top-width: 1px !important; }
  .grid--block-md-7.sb-border-medium li:nth-child(-n+7) {
    border-top-width: 3px !important; }
  .grid--block-md-7.sb-border-thick li:nth-child(-n+7) {
    border-top-width: 6px !important; }
  .grid--block-md-8 li {
    flex-basis: 12.5%;
    max-width: 12.5%; }
    .grid--block-md-8 li:nth-child(-n+8) {
      border-top-width: 1px; }
  .grid--block-md-8.sb-border-thin li:nth-child(-n+8) {
    border-top-width: 1px !important; }
  .grid--block-md-8.sb-border-medium li:nth-child(-n+8) {
    border-top-width: 3px !important; }
  .grid--block-md-8.sb-border-thick li:nth-child(-n+8) {
    border-top-width: 6px !important; }
  .grid--block-md-9 li {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
    .grid--block-md-9 li:nth-child(-n+9) {
      border-top-width: 1px; }
  .grid--block-md-9.sb-border-thin li:nth-child(-n+9) {
    border-top-width: 1px !important; }
  .grid--block-md-9.sb-border-medium li:nth-child(-n+9) {
    border-top-width: 3px !important; }
  .grid--block-md-9.sb-border-thick li:nth-child(-n+9) {
    border-top-width: 6px !important; }
  .grid--block-md-10 li {
    flex-basis: 10%;
    max-width: 10%; }
    .grid--block-md-10 li:nth-child(-n+10) {
      border-top-width: 1px; }
  .grid--block-md-10.sb-border-thin li:nth-child(-n+10) {
    border-top-width: 1px !important; }
  .grid--block-md-10.sb-border-medium li:nth-child(-n+10) {
    border-top-width: 3px !important; }
  .grid--block-md-10.sb-border-thick li:nth-child(-n+10) {
    border-top-width: 6px !important; }
  .grid--block-md-11 li {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
    .grid--block-md-11 li:nth-child(-n+11) {
      border-top-width: 1px; }
  .grid--block-md-11.sb-border-thin li:nth-child(-n+11) {
    border-top-width: 1px !important; }
  .grid--block-md-11.sb-border-medium li:nth-child(-n+11) {
    border-top-width: 3px !important; }
  .grid--block-md-11.sb-border-thick li:nth-child(-n+11) {
    border-top-width: 6px !important; }
  .grid--block-md-12 li {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .grid--block-md-12 li:nth-child(-n+12) {
      border-top-width: 1px; }
  .grid--block-md-12.sb-border-thin li:nth-child(-n+12) {
    border-top-width: 1px !important; }
  .grid--block-md-12.sb-border-medium li:nth-child(-n+12) {
    border-top-width: 3px !important; }
  .grid--block-md-12.sb-border-thick li:nth-child(-n+12) {
    border-top-width: 6px !important; } }

/* Large breakpoint
============================================================================ */
@media only screen and (min-width: 1200px) {
  .grid-col--lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid-col--lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid-col--lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .grid-col--lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid-col--lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid-col--lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .grid-col--lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid-col--lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid-col--lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .grid-col--lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid-col--lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid-col--lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .grid-col--lg-expand {
    flex-basis: auto;
    max-width: none;
    flex-grow: 1; }
  .grid-col--lg-shrink {
    flex-basis: auto;
    max-width: none;
    flex-grow: 0; }
  .grid-col--lg-push-0 {
    margin-left: 0; }
  .grid-col--lg-push-1 {
    margin-left: 8.33333%; }
  .grid-col--lg-push-2 {
    margin-left: 16.66667%; }
  .grid-col--lg-push-3 {
    margin-left: 25%; }
  .grid-col--lg-push-4 {
    margin-left: 33.33333%; }
  .grid-col--lg-push-5 {
    margin-left: 41.66667%; }
  .grid-col--lg-push-6 {
    margin-left: 50%; }
  .grid-col--lg-push-7 {
    margin-left: 58.33333%; }
  .grid-col--lg-push-8 {
    margin-left: 66.66667%; }
  .grid-col--lg-push-9 {
    margin-left: 75%; }
  .grid-col--lg-push-10 {
    margin-left: 83.33333%; }
  .grid-col--lg-push-11 {
    margin-left: 91.66667%; }
  /* Column order */
  .grid-col--lg-first {
    order: -1; }
  .grid-col--lg-last {
    order: 1; }
  /* Column position */
  .grid--lg-start {
    justify-content: flex-start; }
  .grid--lg-center {
    justify-content: center; }
  .grid--lg-end {
    justify-content: flex-end; }
  .grid--lg-around {
    justify-content: space-around; }
  .grid--lg-between {
    justify-content: space-between; }
  .grid--lg-top {
    align-items: flex-start; }
  .grid--lg-middle {
    align-items: center; }
  .grid--lg-bottom {
    align-items: flex-end; }
  /* Block grid */
  .grid--block-lg-1 li {
    flex-basis: 100%;
    max-width: 100%; }
    .grid--block-lg-1 li:nth-child(1) {
      border-top-width: 1px; }
  .grid--block-lg-1.sb-border-thin li:nth-child(1) {
    border-top-width: 1px !important; }
  .grid--block-lg-1.sb-border-medium li:nth-child(1) {
    border-top-width: 3px !important; }
  .grid--block-lg-1.sb-border-thick li:nth-child(1) {
    border-top-width: 6px !important; }
  .grid--block-lg-2 li {
    flex-basis: 50%;
    max-width: 50%; }
    .grid--block-lg-2 li:nth-child(-n+2) {
      border-top-width: 1px; }
  .grid--block-lg-2.sb-border-thin li:nth-child(-n+2) {
    border-top-width: 1px !important; }
  .grid--block-lg-2.sb-border-medium li:nth-child(-n+2) {
    border-top-width: 3px !important; }
  .grid--block-lg-2.sb-border-thick li:nth-child(-n+2) {
    border-top-width: 6px !important; }
  .grid--block-lg-3 li {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .grid--block-lg-3 li:nth-child(-n+3) {
      border-top-width: 1px; }
  .grid--block-lg-3.sb-border-thin li:nth-child(-n+3) {
    border-top-width: 1px !important; }
  .grid--block-lg-3.sb-border-medium li:nth-child(-n+3) {
    border-top-width: 3px !important; }
  .grid--block-lg-3.sb-border-thick li:nth-child(-n+3) {
    border-top-width: 6px !important; }
  .grid--block-lg-4 li {
    flex-basis: 25%;
    max-width: 25%; }
    .grid--block-lg-4 li:nth-child(-n+4) {
      border-top-width: 1px; }
  .grid--block-lg-4.sb-border-thin li:nth-child(-n+4) {
    border-top-width: 1px !important; }
  .grid--block-lg-4.sb-border-medium li:nth-child(-n+4) {
    border-top-width: 3px !important; }
  .grid--block-lg-4.sb-border-thick li:nth-child(-n+4) {
    border-top-width: 6px !important; }
  .grid--block-lg-5 li {
    flex-basis: 20%;
    max-width: 20%; }
    .grid--block-lg-5 li:nth-child(-n+5) {
      border-top-width: 1px; }
  .grid--block-lg-5.sb-border-thin li:nth-child(-n+5) {
    border-top-width: 1px !important; }
  .grid--block-lg-5.sb-border-medium li:nth-child(-n+5) {
    border-top-width: 3px !important; }
  .grid--block-lg-5.sb-border-thick li:nth-child(-n+5) {
    border-top-width: 6px !important; }
  .grid--block-lg-6 li {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .grid--block-lg-6 li:nth-child(-n+6) {
      border-top-width: 1px; }
  .grid--block-lg-6.sb-border-thin li:nth-child(-n+6) {
    border-top-width: 1px !important; }
  .grid--block-lg-6.sb-border-medium li:nth-child(-n+6) {
    border-top-width: 3px !important; }
  .grid--block-lg-6.sb-border-thick li:nth-child(-n+6) {
    border-top-width: 6px !important; }
  .grid--block-lg-7 li {
    flex-basis: 14.285714%;
    max-width: 14.285714%; }
    .grid--block-lg-7 li:nth-child(-n+7) {
      border-top-width: 1px; }
  .grid--block-lg-7.sb-border-thin li:nth-child(-n+7) {
    border-top-width: 1px !important; }
  .grid--block-lg-7.sb-border-medium li:nth-child(-n+7) {
    border-top-width: 3px !important; }
  .grid--block-lg-7.sb-border-thick li:nth-child(-n+7) {
    border-top-width: 6px !important; }
  .grid--block-lg-8 li {
    flex-basis: 12.5%;
    max-width: 12.5%; }
    .grid--block-lg-8 li:nth-child(-n+8) {
      border-top-width: 1px; }
  .grid--block-lg-8.sb-border-thin li:nth-child(-n+8) {
    border-top-width: 1px !important; }
  .grid--block-lg-8.sb-border-medium li:nth-child(-n+8) {
    border-top-width: 3px !important; }
  .grid--block-lg-8.sb-border-thick li:nth-child(-n+8) {
    border-top-width: 6px !important; }
  .grid--block-lg-9 li {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
    .grid--block-lg-9 li:nth-child(-n+9) {
      border-top-width: 1px; }
  .grid--block-lg-9.sb-border-thin li:nth-child(-n+9) {
    border-top-width: 1px !important; }
  .grid--block-lg-9.sb-border-medium li:nth-child(-n+9) {
    border-top-width: 3px !important; }
  .grid--block-lg-9.sb-border-thick li:nth-child(-n+9) {
    border-top-width: 6px !important; }
  .grid--block-lg-10 li {
    flex-basis: 10%;
    max-width: 10%; }
    .grid--block-lg-10 li:nth-child(-n+10) {
      border-top-width: 1px; }
  .grid--block-lg-10.sb-border-thin li:nth-child(-n+10) {
    border-top-width: 1px !important; }
  .grid--block-lg-10.sb-border-medium li:nth-child(-n+10) {
    border-top-width: 3px !important; }
  .grid--block-lg-10.sb-border-thick li:nth-child(-n+10) {
    border-top-width: 6px !important; }
  .grid--block-lg-11 li {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
    .grid--block-lg-11 li:nth-child(-n+11) {
      border-top-width: 1px; }
  .grid--block-lg-11.sb-border-thin li:nth-child(-n+11) {
    border-top-width: 1px !important; }
  .grid--block-lg-11.sb-border-medium li:nth-child(-n+11) {
    border-top-width: 3px !important; }
  .grid--block-lg-11.sb-border-thick li:nth-child(-n+11) {
    border-top-width: 6px !important; }
  .grid--block-lg-12 li {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .grid--block-lg-12 li:nth-child(-n+12) {
      border-top-width: 1px; }
  .grid--block-lg-12.sb-border-thin li:nth-child(-n+12) {
    border-top-width: 1px !important; }
  .grid--block-lg-12.sb-border-medium li:nth-child(-n+12) {
    border-top-width: 3px !important; }
  .grid--block-lg-12.sb-border-thick li:nth-child(-n+12) {
    border-top-width: 6px !important; } }

/* XL breakpoint
============================================================================ */
@media only screen and (min-width: 1600px) {
  .grid-col--xl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid-col--xl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid-col--xl-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .grid-col--xl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid-col--xl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid-col--xl-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .grid-col--xl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid-col--xl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid-col--xl-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .grid-col--xl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid-col--xl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid-col--xl-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .grid-col--xl-expand {
    flex-basis: auto;
    max-width: none;
    flex-grow: 1; }
  .grid-col--xl-shrink {
    flex-basis: auto;
    max-width: none;
    flex-grow: 0; }
  .grid-col--xl-push-0 {
    margin-left: 0; }
  .grid-col--xl-push-1 {
    margin-left: 8.33333%; }
  .grid-col--xl-push-2 {
    margin-left: 16.66667%; }
  .grid-col--xl-push-3 {
    margin-left: 25%; }
  .grid-col--xl-push-4 {
    margin-left: 33.33333%; }
  .grid-col--xl-push-5 {
    margin-left: 41.66667%; }
  .grid-col--xl-push-6 {
    margin-left: 50%; }
  .grid-col--xl-push-7 {
    margin-left: 58.33333%; }
  .grid-col--xl-push-8 {
    margin-left: 66.66667%; }
  .grid-col--xl-push-9 {
    margin-left: 75%; }
  .grid-col--xl-push-10 {
    margin-left: 83.33333%; }
  .grid-col--xl-push-11 {
    margin-left: 91.66667%; }
  /* Column order */
  .grid-col--xl-first {
    order: -1; }
  .grid-col--xl-last {
    order: 1; }
  /* Column position */
  .grid--xl-start {
    justify-content: flex-start; }
  .grid--xl-center {
    justify-content: center; }
  .grid--xl-end {
    justify-content: flex-end; }
  .grid--xl-around {
    justify-content: space-around; }
  .grid--xl-between {
    justify-content: space-between; }
  .grid--xl-top {
    align-items: flex-start; }
  .grid--xl-middle {
    align-items: center; }
  .grid--xl-bottom {
    align-items: flex-end; }
  /* Block grid */
  .grid--block-xl-1 li {
    flex-basis: 100%;
    max-width: 100%; }
    .grid--block-xl-1 li:nth-child(1) {
      border-top-width: 1px; }
  .grid--block-xl-1.sb-border-thin li:nth-child(1) {
    border-top-width: 1px !important; }
  .grid--block-xl-1.sb-border-medium li:nth-child(1) {
    border-top-width: 3px !important; }
  .grid--block-xl-1.sb-border-thick li:nth-child(1) {
    border-top-width: 6px !important; }
  .grid--block-xl-2 li {
    flex-basis: 50%;
    max-width: 50%; }
    .grid--block-xl-2 li:nth-child(-n+2) {
      border-top-width: 1px; }
  .grid--block-xl-2.sb-border-thin li:nth-child(-n+2) {
    border-top-width: 1px !important; }
  .grid--block-xl-2.sb-border-medium li:nth-child(-n+2) {
    border-top-width: 3px !important; }
  .grid--block-xl-2.sb-border-thick li:nth-child(-n+2) {
    border-top-width: 6px !important; }
  .grid--block-xl-3 li {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .grid--block-xl-3 li:nth-child(-n+3) {
      border-top-width: 1px; }
  .grid--block-xl-3.sb-border-thin li:nth-child(-n+3) {
    border-top-width: 1px !important; }
  .grid--block-xl-3.sb-border-medium li:nth-child(-n+3) {
    border-top-width: 3px !important; }
  .grid--block-xl-3.sb-border-thick li:nth-child(-n+3) {
    border-top-width: 6px !important; }
  .grid--block-xl-4 li {
    flex-basis: 25%;
    max-width: 25%; }
    .grid--block-xl-4 li:nth-child(-n+4) {
      border-top-width: 1px; }
  .grid--block-xl-4.sb-border-thin li:nth-child(-n+4) {
    border-top-width: 1px !important; }
  .grid--block-xl-4.sb-border-medium li:nth-child(-n+4) {
    border-top-width: 3px !important; }
  .grid--block-xl-4.sb-border-thick li:nth-child(-n+4) {
    border-top-width: 6px !important; }
  .grid--block-xl-5 li {
    flex-basis: 20%;
    max-width: 20%; }
    .grid--block-xl-5 li:nth-child(-n+5) {
      border-top-width: 1px; }
  .grid--block-xl-5.sb-border-thin li:nth-child(-n+5) {
    border-top-width: 1px !important; }
  .grid--block-xl-5.sb-border-medium li:nth-child(-n+5) {
    border-top-width: 3px !important; }
  .grid--block-xl-5.sb-border-thick li:nth-child(-n+5) {
    border-top-width: 6px !important; }
  .grid--block-xl-6 li {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .grid--block-xl-6 li:nth-child(-n+6) {
      border-top-width: 1px; }
  .grid--block-xl-6.sb-border-thin li:nth-child(-n+6) {
    border-top-width: 1px !important; }
  .grid--block-xl-6.sb-border-medium li:nth-child(-n+6) {
    border-top-width: 3px !important; }
  .grid--block-xl-6.sb-border-thick li:nth-child(-n+6) {
    border-top-width: 6px !important; }
  .grid--block-xl-7 li {
    flex-basis: 14.285714%;
    max-width: 14.285714%; }
    .grid--block-xl-7 li:nth-child(-n+7) {
      border-top-width: 1px; }
  .grid--block-xl-7.sb-border-thin li:nth-child(-n+7) {
    border-top-width: 1px !important; }
  .grid--block-xl-7.sb-border-medium li:nth-child(-n+7) {
    border-top-width: 3px !important; }
  .grid--block-xl-7.sb-border-thick li:nth-child(-n+7) {
    border-top-width: 6px !important; }
  .grid--block-xl-8 li {
    flex-basis: 12.5%;
    max-width: 12.5%; }
    .grid--block-xl-8 li:nth-child(-n+8) {
      border-top-width: 1px; }
  .grid--block-xl-8.sb-border-thin li:nth-child(-n+8) {
    border-top-width: 1px !important; }
  .grid--block-xl-8.sb-border-medium li:nth-child(-n+8) {
    border-top-width: 3px !important; }
  .grid--block-xl-8.sb-border-thick li:nth-child(-n+8) {
    border-top-width: 6px !important; }
  .grid--block-xl-9 li {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
    .grid--block-xl-9 li:nth-child(-n+9) {
      border-top-width: 1px; }
  .grid--block-xl-9.sb-border-thin li:nth-child(-n+9) {
    border-top-width: 1px !important; }
  .grid--block-xl-9.sb-border-medium li:nth-child(-n+9) {
    border-top-width: 3px !important; }
  .grid--block-xl-9.sb-border-thick li:nth-child(-n+9) {
    border-top-width: 6px !important; }
  .grid--block-xl-10 li {
    flex-basis: 10%;
    max-width: 10%; }
    .grid--block-xl-10 li:nth-child(-n+10) {
      border-top-width: 1px; }
  .grid--block-xl-10.sb-border-thin li:nth-child(-n+10) {
    border-top-width: 1px !important; }
  .grid--block-xl-10.sb-border-medium li:nth-child(-n+10) {
    border-top-width: 3px !important; }
  .grid--block-xl-10.sb-border-thick li:nth-child(-n+10) {
    border-top-width: 6px !important; }
  .grid--block-xl-11 li {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
    .grid--block-xl-11 li:nth-child(-n+11) {
      border-top-width: 1px; }
  .grid--block-xl-11.sb-border-thin li:nth-child(-n+11) {
    border-top-width: 1px !important; }
  .grid--block-xl-11.sb-border-medium li:nth-child(-n+11) {
    border-top-width: 3px !important; }
  .grid--block-xl-11.sb-border-thick li:nth-child(-n+11) {
    border-top-width: 6px !important; }
  .grid--block-xl-12 li {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .grid--block-xl-12 li:nth-child(-n+12) {
      border-top-width: 1px; }
  .grid--block-xl-12.sb-border-thin li:nth-child(-n+12) {
    border-top-width: 1px !important; }
  .grid--block-xl-12.sb-border-medium li:nth-child(-n+12) {
    border-top-width: 3px !important; }
  .grid--block-xl-12.sb-border-thick li:nth-child(-n+12) {
    border-top-width: 6px !important; } }

/* XXL breakpoint
============================================================================ */
@media only screen and (min-width: 1800px) {
  .grid-col--xxl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .grid-col--xxl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .grid-col--xxl-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .grid-col--xxl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .grid-col--xxl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .grid-col--xxl-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .grid-col--xxl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .grid-col--xxl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .grid-col--xxl-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .grid-col--xxl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .grid-col--xxl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .grid-col--xxl-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .grid-col--xxl-expand {
    flex-basis: auto;
    max-width: none;
    flex-grow: 1; }
  .grid-col--xxl-shrink {
    flex-basis: auto;
    max-width: none;
    flex-grow: 0; }
  .grid-col--xxl-push-0 {
    margin-left: 0; }
  .grid-col--xxl-push-1 {
    margin-left: 8.33333%; }
  .grid-col--xxl-push-2 {
    margin-left: 16.66667%; }
  .grid-col--xxl-push-3 {
    margin-left: 25%; }
  .grid-col--xxl-push-4 {
    margin-left: 33.33333%; }
  .grid-col--xxl-push-5 {
    margin-left: 41.66667%; }
  .grid-col--xxl-push-6 {
    margin-left: 50%; }
  .grid-col--xxl-push-7 {
    margin-left: 58.33333%; }
  .grid-col--xxl-push-8 {
    margin-left: 66.66667%; }
  .grid-col--xxl-push-9 {
    margin-left: 75%; }
  .grid-col--xxl-push-10 {
    margin-left: 83.33333%; }
  .grid-col--xxl-push-11 {
    margin-left: 91.66667%; }
  /* Column order */
  .grid-col--xxl-first {
    order: -1; }
  .grid-col--xxl-last {
    order: 1; }
  /* Column position */
  .grid--xxl-start {
    justify-content: flex-start; }
  .grid--xxl-center {
    justify-content: center; }
  .grid--xxl-end {
    justify-content: flex-end; }
  .grid--xxl-around {
    justify-content: space-around; }
  .grid--xxl-between {
    justify-content: space-between; }
  .grid--xxl-top {
    align-items: flex-start; }
  .grid--xxl-middle {
    align-items: center; }
  .grid--xxl-bottom {
    align-items: flex-end; }
  /* Block grid */
  .grid--block-xxl-1 li {
    flex-basis: 100%;
    max-width: 100%; }
    .grid--block-xxl-1 li:nth-child(1) {
      border-top-width: 1px; }
  .grid--block-xxl-1.sb-border-thin li:nth-child(1) {
    border-top-width: 1px !important; }
  .grid--block-xxl-1.sb-border-medium li:nth-child(1) {
    border-top-width: 3px !important; }
  .grid--block-xxl-1.sb-border-thick li:nth-child(1) {
    border-top-width: 6px !important; }
  .grid--block-xxl-2 li {
    flex-basis: 50%;
    max-width: 50%; }
    .grid--block-xxl-2 li:nth-child(-n+2) {
      border-top-width: 1px; }
  .grid--block-xxl-2.sb-border-thin li:nth-child(-n+2) {
    border-top-width: 1px !important; }
  .grid--block-xxl-2.sb-border-medium li:nth-child(-n+2) {
    border-top-width: 3px !important; }
  .grid--block-xxl-2.sb-border-thick li:nth-child(-n+2) {
    border-top-width: 6px !important; }
  .grid--block-xxl-3 li {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    .grid--block-xxl-3 li:nth-child(-n+3) {
      border-top-width: 1px; }
  .grid--block-xxl-3.sb-border-thin li:nth-child(-n+3) {
    border-top-width: 1px !important; }
  .grid--block-xxl-3.sb-border-medium li:nth-child(-n+3) {
    border-top-width: 3px !important; }
  .grid--block-xxl-3.sb-border-thick li:nth-child(-n+3) {
    border-top-width: 6px !important; }
  .grid--block-xxl-4 li {
    flex-basis: 25%;
    max-width: 25%; }
    .grid--block-xxl-4 li:nth-child(-n+4) {
      border-top-width: 1px; }
  .grid--block-xxl-4.sb-border-thin li:nth-child(-n+4) {
    border-top-width: 1px !important; }
  .grid--block-xxl-4.sb-border-medium li:nth-child(-n+4) {
    border-top-width: 3px !important; }
  .grid--block-xxl-4.sb-border-thick li:nth-child(-n+4) {
    border-top-width: 6px !important; }
  .grid--block-xxl-5 li {
    flex-basis: 20%;
    max-width: 20%; }
    .grid--block-xxl-5 li:nth-child(-n+5) {
      border-top-width: 1px; }
  .grid--block-xxl-5.sb-border-thin li:nth-child(-n+5) {
    border-top-width: 1px !important; }
  .grid--block-xxl-5.sb-border-medium li:nth-child(-n+5) {
    border-top-width: 3px !important; }
  .grid--block-xxl-5.sb-border-thick li:nth-child(-n+5) {
    border-top-width: 6px !important; }
  .grid--block-xxl-6 li {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
    .grid--block-xxl-6 li:nth-child(-n+6) {
      border-top-width: 1px; }
  .grid--block-xxl-6.sb-border-thin li:nth-child(-n+6) {
    border-top-width: 1px !important; }
  .grid--block-xxl-6.sb-border-medium li:nth-child(-n+6) {
    border-top-width: 3px !important; }
  .grid--block-xxl-6.sb-border-thick li:nth-child(-n+6) {
    border-top-width: 6px !important; }
  .grid--block-xxl-7 li {
    flex-basis: 14.285714%;
    max-width: 14.285714%; }
    .grid--block-xxl-7 li:nth-child(-n+7) {
      border-top-width: 1px; }
  .grid--block-xxl-7.sb-border-thin li:nth-child(-n+7) {
    border-top-width: 1px !important; }
  .grid--block-xxl-7.sb-border-medium li:nth-child(-n+7) {
    border-top-width: 3px !important; }
  .grid--block-xxl-7.sb-border-thick li:nth-child(-n+7) {
    border-top-width: 6px !important; }
  .grid--block-xxl-8 li {
    flex-basis: 12.5%;
    max-width: 12.5%; }
    .grid--block-xxl-8 li:nth-child(-n+8) {
      border-top-width: 1px; }
  .grid--block-xxl-8.sb-border-thin li:nth-child(-n+8) {
    border-top-width: 1px !important; }
  .grid--block-xxl-8.sb-border-medium li:nth-child(-n+8) {
    border-top-width: 3px !important; }
  .grid--block-xxl-8.sb-border-thick li:nth-child(-n+8) {
    border-top-width: 6px !important; }
  .grid--block-xxl-9 li {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
    .grid--block-xxl-9 li:nth-child(-n+9) {
      border-top-width: 1px; }
  .grid--block-xxl-9.sb-border-thin li:nth-child(-n+9) {
    border-top-width: 1px !important; }
  .grid--block-xxl-9.sb-border-medium li:nth-child(-n+9) {
    border-top-width: 3px !important; }
  .grid--block-xxl-9.sb-border-thick li:nth-child(-n+9) {
    border-top-width: 6px !important; }
  .grid--block-xxl-10 li {
    flex-basis: 10%;
    max-width: 10%; }
    .grid--block-xxl-10 li:nth-child(-n+10) {
      border-top-width: 1px; }
  .grid--block-xxl-10.sb-border-thin li:nth-child(-n+10) {
    border-top-width: 1px !important; }
  .grid--block-xxl-10.sb-border-medium li:nth-child(-n+10) {
    border-top-width: 3px !important; }
  .grid--block-xxl-10.sb-border-thick li:nth-child(-n+10) {
    border-top-width: 6px !important; }
  .grid--block-xxl-11 li {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
    .grid--block-xxl-11 li:nth-child(-n+11) {
      border-top-width: 1px; }
  .grid--block-xxl-11.sb-border-thin li:nth-child(-n+11) {
    border-top-width: 1px !important; }
  .grid--block-xxl-11.sb-border-medium li:nth-child(-n+11) {
    border-top-width: 3px !important; }
  .grid--block-xxl-11.sb-border-thick li:nth-child(-n+11) {
    border-top-width: 6px !important; }
  .grid--block-xxl-12 li {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
    .grid--block-xxl-12 li:nth-child(-n+12) {
      border-top-width: 1px; }
  .grid--block-xxl-12.sb-border-thin li:nth-child(-n+12) {
    border-top-width: 1px !important; }
  .grid--block-xxl-12.sb-border-medium li:nth-child(-n+12) {
    border-top-width: 3px !important; }
  .grid--block-xxl-12.sb-border-thick li:nth-child(-n+12) {
    border-top-width: 6px !important; } }

/**
* @desc			Margin helpers
* @author		Firespring
*/
/* ============================================================================
All sides
============================================================================ */
body, dd,
.margin-none {
  margin: 0; }


.margin-thin {
  margin: 0.5rem; }


.margin-medium {
  margin: 0.75rem; }


.margin-thick {
  margin: 1rem; }


.margin-scale {
  margin: 1.5rem; }

/* ============================================================================
Top
============================================================================ */
.ecommerce-checkout--review .review-section:first-child .review-section__header, .event-ticket__description p:first-child, .event-ticket-group__description p:first-child, .catalogs--gallery .catalogs__content--grid .item-details__description > *:first-child, .wizard__content .form-row:first-child,
.wizard__content [class*="field-collection--"]:first-child,
.margin-top-none {
  margin-top: 0; }

.shopping-cart-action + .shopping-cart-action, .locations-hours--standard .location-links-social, .image__text, .e2ma_signup_form_required_footnote, .event-add-calendar, .event-header-actions .event-register__description, .event-header-actions, .catalogs--gallery .catalogs__content--grid .item-details-sub-catalog, .field-collection--payment .accepted-cc-types, .form--inline .form-row__button, .form-control-info--below,
.margin-top-thin {
  margin-top: 0.5rem; }

.locations-hours--standard .location__info > div + div, .catalogs--express .catalog-item-gallery > ul,
.catalogs--simple .catalog-item-gallery > ul, .wizard__actions > .button + .button, .table-actions > *,
.margin-top-medium {
  margin-top: 0.75rem; }

.shopping-cart-item-meta__column + .shopping-cart-item-meta__column, .shopping-cart-item-meta, .proof-view__details .info-rows .info-row--highlight.info-row--proof-files, .news-articles--list .news-article-description, .catalog-order-management-approval .shopping-cart-item.item-approved .item-actions, .catalogs--gallery .catalogs__content--grid .item-details__description > *, .table--order-items .item-details__meta, .table--order-items .item-details__description > * + *,
.margin-top-thick {
  margin-top: 1rem; }

.social-sharing-buttons, .site-structure-map .nav-level-0 + .nav-level-0, .shopping-cart-total, .shopping-cart-promo-code, .news-articles--list .news-articles-archive, .news-articles--list .news-article-description p + p, .locations-hours--variable .location:not(:first-child), .list-item-description > * + *,
.list-item-details > * + *, .e2ma_signup_form_button_row, .event-ticket__description p, .event-ticket-group__description p, .calendar-grid-events-list, .event-calendar .nav--pagination, .catalogs--express .form-actions + .catalogs__content,
.catalogs--simple .form-actions + .catalogs__content, .wizard__content .form-row,
.wizard__content [class*="field-collection--"], .user-login__hr, .modal-popup__actions, hr, .field-collection--payment .form-row, .field-collection--payment,
.margin-top-scale {
  margin-top: 1.5rem; }

/* ============================================================================
Right
============================================================================ */

.margin-right-none {
  margin-right: 0; }

.social-sharing-buttons .fa, .catalog__header .fa,
.margin-right-thin {
  margin-right: 0.5rem; }

.nav--breadcrumbs > span + span:before,
.margin-right-medium {
  margin-right: 0.75rem; }


.margin-right-thick {
  margin-right: 1rem; }


.margin-right-scale {
  margin-right: 1.5rem; }

/* ============================================================================
Bottom
============================================================================ */
.portal-user-search__form .form-row, .news-articles--list .news-article-description p, .list-item-description > *,
.list-item-details > *, .content-list > ul,
.content-list > ol, .event-calendar-nav__title h3, .event-ticket__description p, .event-ticket-group__description p, .event-ticket-group__title h5, .catalogs--gallery .catalogs__content--grid .item-details__description > *, .wizard__content .form-row,
.wizard__content [class*="field-collection--"], .user-login__guest-continue:last-child,
.user-login__option:last-child, .table--order-items .item-details__description > * + *, li > ul,
li > ol,
.margin-bottom-none {
  margin-bottom: 0; }

.order-history-nav-breadcrumbs, .e2ma_signup_form_label, .event-calendar-search__jump, .event-ticket__quantity, .event__title-date-time, .catalogs-nav-breadcrumbs, .modal-popup--spinner .inline-popup__content, .form-control-info--above, .form-control-info__error, .form-row__label,
.margin-bottom-thin {
  margin-bottom: 0.5rem; }

.event-calendar-nav__title, .event-ticket__ticketholder:before, .event__header h2, .table--order-items,
.margin-bottom-medium {
  margin-bottom: 0.75rem; }

.order-history__nav, .event-calendar-nav, .catalogs--gallery .catalogs__content--grid .item-details__meta, .catalogs--gallery .catalogs__content--grid .item-details__header,
.catalogs--gallery .catalogs__content--grid .image,
.catalogs--gallery .catalogs__content--grid .info-rows, .catalogs--express .catalogs__content,
.catalogs--simple .catalogs__content, .catalogs__nav,
.margin-bottom-thick {
  margin-bottom: 1rem; }

.content-video, .shopping-cart-total, .shopping-cart-promo-code, .shopping-cart-item__info, .shopping-cart-item__image:not(:empty), .portal-user-details__info, .online-proof-management-approval--proof-view .proof-view__details,
.online-proof-management-approval--proof-view .proof-view__form, .order-history--items .reorder__item-previews, .news-articles--article .news-article-header, .news-articles--list .news-article-image, .locations-hours--standard .location__image,
.locations-hours--standard .location__hours, .list-item--details .list-item-details, .list-item-image, .content-list, .invoices--details__overview, .image, .iframe, .google-map, .facebook-feed, .e2ma_signup_form_row, .e2ma_signup_message, .ecommerce-checkout--review .review-section, .event-registration__review, .event--single .event__content, .event-calendar--details .event, .calendar-grid-events-list__day, .event-image, .event__header, .catalog-item__header,
.catalog-item-images,
.catalog-item-image,
.catalog-item-inventory, .catalogs--gallery .catalogs__content--grid .catalog-grid, .catalogs--express .catalog-items-total,
.catalogs--simple .catalog-items-total, .catalogs--express .catalog-item__content,
.catalogs--simple .catalog-item__content, .catalog-item-preview-image, .catalog-order-view__info,
.catalog-order-view__details, .button-content, .wizard__content, .wizard__steps, .user-login__hr, .user-login__guest-continue,
.user-login__option,
.panel, .modal-popup--progress-bar .progress-bar, .inline-popup__header, hr, .field-collection--payment, .form-response__text, .form-response,
.margin-bottom-scale {
  margin-bottom: 1.5rem; }

/* ============================================================================
Left
============================================================================ */
tfoot div:first-child,
.margin-left-none {
  margin-left: 0; }

.event-calendar-nav__date-picker, .catalog__header .fa, .field-collection--payment .accepted-cc-types span, .form-row--required > .form-row__label:after,
.margin-left-thin {
  margin-left: 0.5rem; }

.social-sharing-buttons > a + a, .invoices--details__footer a + a, .nav--breadcrumbs > span + span:before, .modal-popup__actions > * + *, .form-actions > * + *,
.margin-left-medium {
  margin-left: 0.75rem; }

.policy-link + .policy-link, .event-ticket__header .event-ticket__meta > *, .info-meta > div,
.margin-left-thick {
  margin-left: 1rem; }

.event-calendar-nav__next-prev, .catalogs-nav-misc div, tfoot div,
.margin-left-scale {
  margin-left: 1.5rem; }

/**
* @desc			Helpers for aligning text and centering block elements
* @author		Firespring
*/
/* ==========================================================================
Defaults
========================================================================== */
[class*="border-"] {
  border-style: solid; }

/* ==========================================================================
All sides
========================================================================== */
hr,
.border-none {
  border-width: 0; }


.border-thin {
  border-width: 1px; }


.border-medium {
  border-width: 3px; }


.border-thick {
  border-width: 6px; }

/* ==========================================================================
Top
========================================================================== */
tbody tr:first-child > td,
.border-top-none {
  border-top-width: 0; }


.border-top-thin {
  border-top-width: 1px; }


.border-top-medium {
  border-top-width: 3px; }


.border-top-thick {
  border-top-width: 6px; }

/* ==========================================================================
Right
========================================================================== */

.border-right-none {
  border-right-width: 0; }


.border-right-thin {
  border-right-width: 1px; }


.border-right-medium {
  border-right-width: 3px; }


.border-right-thick {
  border-right-width: 6px; }

/* ==========================================================================
Bottom
========================================================================== */

.border-bottom-none {
  border-bottom-width: 0; }


.border-bottom-thin {
  border-bottom-width: 1px; }


.border-bottom-medium {
  border-bottom-width: 3px; }


.border-bottom-thick {
  border-bottom-width: 6px; }

/* ==========================================================================
Left
========================================================================== */

.border-left-none {
  border-left-width: 0; }


.border-left-thin {
  border-left-width: 1px; }


.border-left-medium {
  border-left-width: 3px; }


.border-left-thick {
  border-right-width: 6px; }

/**
* @desc			Padding helpers
* @author		Firespring
*/
/* ============================================================================
All sides
============================================================================ */
.calendar-grid-event, .calendar-grid-event-container, .calendar-grid-week__bg td,
.padding-none {
  padding: 0; }

.table--compact th,
.table--compact td,
.padding-thin {
  padding: 0.5rem; }

th,
td,
.padding-medium {
  padding: 0.75rem; }

.donation-tier a,
.panel, .accordion-panel-content, .accordion-panel-trigger, .grid--block li,
.padding-thick {
  padding: 1rem; }

.wizard__steps, .user-login__guest-continue a,
.user-login__option a,
.padding-scale {
  padding: 1.5rem; }

/* ============================================================================
Top
============================================================================ */
.alert__close,
.padding-top-none {
  padding-top: 0; }

.catalogs--express .catalog-item-subtotal-pricing,
.catalogs--simple .catalog-item-subtotal-pricing, .table--order-items .item-option .control-sub-option,
.padding-top-thin {
  padding-top: 0.5rem; }


.padding-top-medium {
  padding-top: 0.75rem; }

.tab-panel, .table--order-items .item-details__meta,
.padding-top-thick {
  padding-top: 1rem; }

.twitter-feed--list .tweet + .tweet, .news-articles--list .news-article + .news-article, .locations-hours--standard .location + .location, .event-registration--confirmation .event-registration__registrant-info, .event-ticket, .event-ticket-group__description, .event-calendar__list .event,
.padding-top-scale {
  padding-top: 1.5rem; }

/* ============================================================================
Right
============================================================================ */

.padding-right-none {
  padding-right: 0; }


.padding-right-thin {
  padding-right: 0.5rem; }

.form-control-info--left,
.padding-right-medium {
  padding-right: 0.75rem; }

.catalogs--gallery .catalogs__content--grid .item-details__meta > div,
.padding-right-thick {
  padding-right: 1rem; }


.padding-right-scale {
  padding-right: 1.5rem; }

/* ============================================================================
Bottom
============================================================================ */
.twitter-feed--list .tweet:last-child, .news-articles--list .news-article:last-child, .locations-hours--standard .location:last-child, .calendar-grid-week__events,
.padding-bottom-none {
  padding-bottom: 0; }


.padding-bottom-thin {
  padding-bottom: 0.5rem; }


.padding-bottom-medium {
  padding-bottom: 0.75rem; }

.tab-panel,
.padding-bottom-thick {
  padding-bottom: 1rem; }

.twitter-feed--list .tweet, .news-articles--list .news-article, .locations-hours--standard .location, .ecommerce-checkout--review .review-section__header, .event-registration__registrant-info, .event-ticket, .event-calendar--details .event, .event-calendar__list .event, .form-response-payment-info > .form-title,
.form-response-event-info > .form-title,
.padding-bottom-scale {
  padding-bottom: 1.5rem; }

/* ============================================================================
Left
============================================================================ */
.table--order-items .item-option .control-sub-option,
.padding-left-none {
  padding-left: 0; }


.padding-left-thin {
  padding-left: 0.5rem; }

.form-control-info--right,
.padding-left-medium {
  padding-left: 0.75rem; }


.padding-left-thick {
  padding-left: 1rem; }


.padding-left-scale {
  padding-left: 1.5rem; }

/**
* @desc			Width helpers
* @author		Firespring
*/
.width--auto,
.tooltipster-base,
.table--order-items select,
tfoot input,
tfoot select,
.inline-popup,
.mfp-figure:after,
img.mfp-img,
.mfp-preloader {
  width: auto; }

.width--99p,
.table--item-pricing .item-pricing-quantity,
.table--order-items .item-details {
  width: 99%; }

.width--100p,
.image img,
.table--order-items .item-option__control *,
.accordion-panel-trigger {
  width: 100%; }

/**
* @desc			Shadow helpers
* @author		Firespring
*/
.news-articles--list .news-article:last-child, .event-registration__ticketholder-info .event-ticket, .event-ticket__ticketholder:first-child, .event-ticket:last-child,
.box-shadow-none {
  box-shadow: none; }

.proof-view__details .info-rows .info-row--highlight.info-row--proof-files, .locations-hours--standard .location + .location, .event-ticket__ticketholder, .catalogs--express .catalog-item-subtotal-pricing,
.catalogs--simple .catalog-item-subtotal-pricing, .catalogs--express .catalog-item,
.catalogs--simple .catalog-item, .catalogs--express .catalog .catalog,
.catalogs--simple .catalog .catalog, .table--order-items .item-details__meta, .media-object + .media-object, .info-row,
.box-shadow-1px-border-top {
  box-shadow: 0 -1px 0 0 #ccc; }

.news-articles--list .news-article, .ecommerce-checkout--review .review-section__header, .event-ticket, .event-calendar__list .event, .catalogs--express .catalog__items,
.catalogs--simple .catalog__items, .form-response-payment-info > .form-title,
.form-response-event-info > .form-title,
.box-shadow-1px-border-bottom {
  box-shadow: 0 1px 0 0 #ccc; }

.event-registration__ticketholder-info, .event-calendar--details .event,
.box-shadow-3px-border-bottom {
  box-shadow: 0 3px 0 0 #ccc; }

/**
* @desc			Display helpers
* @author		Firespring
*/
/* ==========================================================================
Text alignment
========================================================================== */
q:first-child {
  display: inline-block; }

.e2ma_signup_form_button_row input[type="reset"], .wizard-step:last-child:after, .nav--bar .nav__list ul, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader, .mfp-loading.mfp-figure, .mfp-align-top .mfp-container:before, .accordion-panel-content {
  display: none; }

/**
* @desc			Visibility Helper classes
* @author		Firespring
*/
/* ============================================================================
Resolution
============================================================================ */
/* General defaults
============================================================================ */
.show-small,
.show-medium,
.show-large,
.show-xlarge,
.show-xxlarge {
  display: none !important; }

/* Small
============================================================================ */
@media (max-width: 992px) {
  .show-small {
    display: block !important; }
  table.show-small {
    display: table; }
  tr.show-small {
    display: table-row !important; }
  th.show-small,
  td.show-small {
    display: table-cell !important; }
  .hide-small {
    display: none !important; } }

/* Medium
============================================================================ */
@media (min-width: 992px) and (max-width: 1200px) {
  .show-medium {
    display: block !important; }
  table.show-medium {
    display: table; }
  tr.show-medium {
    display: table-row !important; }
  th.show-medium,
  td.show-medium {
    display: table-cell !important; }
  .hide-medium {
    display: none !important; } }

/* Large
============================================================================ */
@media (min-width: 1200px) and (max-width: 1600px) {
  .show-large {
    display: block !important; }
  table.show-large {
    display: table; }
  tr.show-large {
    display: table-row !important; }
  th.show-large,
  td.show-large {
    display: table-cell !important; }
  .hide-large {
    display: none !important; } }

/* X-Large
============================================================================ */
@media (min-width: 1600px) and (max-width: 1800px) {
  .show-xlarge {
    display: block !important; }
  table.show-xlarge {
    display: table; }
  tr.show-xlarge {
    display: table-row !important; }
  th.show-xlarge,
  td.show-xlarge {
    display: table-cell !important; }
  .hide-xlarge {
    display: none !important; } }

/* XX-Large
============================================================================ */
@media (min-width: 1800px) {
  .show-xxlarge {
    display: block !important; }
  table.show-xxlarge {
    display: table; }
  tr.show-xxlarge {
    display: table-row !important; }
  th.show-xxlarge,
  td.show-xxlarge {
    display: table-cell !important; }
  .hide-xxlarge {
    display: none !important; } }

/* ============================================================================
Orientation
============================================================================ */
/* General Defaults
   ========================================================================== */
.show-landscape,
.hide-portrait {
  display: block !important; }

.hide-landscape,
.show-portrait {
  display: none !important; }

/* Landscape
   ========================================================================== */
@media only screen and (orientation: landscape) {
  .show-landscape,
  .hide-portrait {
    display: block !important; }
  table.show-landscape,
  table.hide-portrait {
    display: table; }
  tr.show-landscape,
  tr.hide-portrait {
    display: table-row !important; }
  th.show-landscape,
  td.show-landscape,
  th.hide-portrait,
  td.hide-portrait {
    display: table-cell !important; }
  .hide-landscape,
  .show-portrait {
    display: none !important; } }

/* Portrait
   ========================================================================== */
@media only screen and (orientation: portrait) {
  .show-portrait,
  .hide-landscape {
    display: block !important; }
  table.show-portrait,
  table.hide-landscape {
    display: table; }
  tr.show-portrait,
  tr.hide-landscape {
    display: table-row !important; }
  th.show-portrait,
  td.show-portrait,
  th.hide-landscape,
  td.hide-landscape {
    display: table-cell !important; }
  .hide-portrait,
  .show-landscape {
    display: none !important; } }

/* ============================================================================
Touch, using Modernizr
============================================================================ */
/* General defaults
   ========================================================================== */
.show-touch,
.touch .hide-touch {
  display: none !important; }

.hide-touch,
.touch .show-touch {
  display: inherit !important; }

/* Specific visibility for tables using Modernizr
   ========================================================================== */
table.hide-touch,
.touch table.show-touch {
  display: table; }

thead.hide-touch,
.touch thead.show-touch {
  display: table-header-group !important; }

tbody.hide-touch,
.touch tbody.show-touch {
  display: table-row-group !important; }

tr.hide-touch,
.touch tr.show-touch {
  display: table-row !important; }

td.hide-touch,
.touch td.show-touch,
th.hide-touch,
.touch th.show-touch {
  display: table-cell !important; }

/* ============================================================================
Resolution
============================================================================ */
/* General defaults
   ========================================================================== */
.show-retina {
  display: none !important; }

.hide-retina {
  display: inherit !important; }

/* Retina/high-res device targeting
   ========================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .show-retina {
    display: block !important; }
  table.show-retina {
    display: table; }
  tr.show-retina {
    display: table-row !important; }
  th.show-retina,
  td.show-retina {
    display: table-cell !important; }
  .hide-retina {
    display: none !important; } }

/**
* @desc			Springboard Overrides, these classes should only be applied by controls in the SB.
* @author		Firespring
*/
/* ==========================================================================
Alignment
========================================================================== */
.sb-float-left,
.sb-float-right,
.sb-center-horz {
  display: block !important;
  float: none !important; }

.sb-center-horz {
  margin: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.5rem !important; }

.sb-center-flex-justify {
  justify-content: center !important; }

.sb-center-flex-items {
  align-items: center !important; }

.sb-center-flex-content {
  align-content: center !important; }

/* Media Queries
============================================================================ */
@media only screen and (min-width: 768px) {
  .sb-float-left {
    float: left !important;
    margin: 0 !important;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .sb-float-right {
    float: right !important;
    margin: 0 !important;
    margin-left: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .sb-center-flex-justify,
  .sb-center-flex-items,
  .sb-center-flex-content {
    display: flex !important; } }

/* ==========================================================================
Borders
========================================================================== */
.sb-border-none {
  border-width: 0 !important; }

.sb-border-thin {
  border-width: 1px !important; }

.sb-border-medium {
  border-width: 3px !important; }

.sb-border-thick {
  border-width: 6px !important; }

/* ============================================================================
Margins
============================================================================ */
.sb-margin-none {
  margin: 0 !important; }

.sb-margin-thin {
  margin: 0.5rem !important; }

.sb-margin-medium {
  margin: 0.75rem !important; }

.sb-margin-thick {
  margin: 1rem !important; }

.sb-margin-scale {
  margin: 1.5rem !important; }

.sb-margin-top-none {
  margin-top: 0 !important; }

.sb-margin-top-thin {
  margin-top: 0.5rem !important; }

.sb-margin-top-medium {
  margin-top: 0.75rem !important; }

.sb-margin-top-thick {
  margin-top: 1rem !important; }

.sb-margin-top-scale {
  margin-top: 1.5rem !important; }

.sb-margin-right-none {
  margin-right: 0 !important; }

.sb-margin-right-thin {
  margin-right: 0.5rem !important; }

.sb-margin-right-medium {
  margin-right: 0.75rem !important; }

.sb-margin-right-thick {
  margin-right: 1rem !important; }

.sb-margin-right-scale {
  margin-right: 1.5rem !important; }

.sb-margin-bottom-none {
  margin-bottom: 0 !important; }

.sb-margin-bottom-thin {
  margin-bottom: 0.5rem !important; }

.sb-margin-bottom-medium {
  margin-bottom: 0.75rem !important; }

.sb-margin-bottom-thick {
  margin-bottom: 1rem !important; }

.sb-margin-bottom-scale {
  margin-bottom: 1.5rem !important; }

.sb-margin-left-none {
  margin-left: 0 !important; }

.sb-margin-left-thin {
  margin-left: 0.5rem !important; }

.sb-margin-left-medium {
  margin-left: 0.75rem !important; }

.sb-margin-left-thick {
  margin-left: 1rem !important; }

.sb-margin-left-scale {
  margin-left: 1.5rem !important; }

/* ============================================================================
Padding
============================================================================ */
.sb-padding-none {
  padding: 0 !important; }

.sb-padding-thin {
  padding: 0.5rem !important; }

.sb-padding-medium {
  padding: 0.75rem !important; }

.sb-padding-thick {
  padding: 1rem !important; }

.sb-padding-scale {
  padding: 1.5rem !important; }

.sb-padding-top-none {
  padding-top: 0 !important; }

.sb-padding-top-thin {
  padding-top: 0.5rem !important; }

.sb-padding-top-medium {
  padding-top: 0.75rem !important; }

.sb-padding-top-thick {
  padding-top: 1rem !important; }

.sb-padding-top-scale {
  padding-top: 1.5rem !important; }

.sb-padding-right-none {
  padding-right: 0 !important; }

.sb-padding-right-thin {
  padding-right: 0.5rem !important; }

.sb-padding-right-medium {
  padding-right: 0.75rem !important; }

.sb-padding-right-thick {
  padding-right: 1rem !important; }

.sb-padding-right-scale {
  padding-right: 1.5rem !important; }

.sb-padding-bottom-none {
  padding-bottom: 0 !important; }

.sb-padding-bottom-thin {
  padding-bottom: 0.5rem !important; }

.sb-padding-bottom-medium {
  padding-bottom: 0.75rem !important; }

.sb-padding-bottom-thick {
  padding-bottom: 1rem !important; }

.sb-padding-bottom-scale {
  padding-bottom: 1.5rem !important; }

.sb-padding-left-none {
  padding-left: 0 !important; }

.sb-padding-left-thin {
  padding-left: 0.5rem !important; }

.sb-padding-left-medium {
  padding-left: 0.75rem !important; }

.sb-padding-left-thick {
  padding-left: 1rem !important; }

.sb-padding-left-scale {
  padding-left: 1.5rem !important; }

/**
* @desc			Accordions
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.accordion-panel-trigger {
  display: block;
  background: #ccc;
  border: 0;
  outline: none; }

.accordion__panel--current .accordion-panel-trigger {
  background: #999;
  font-weight: 700;
  color: #fff; }

.accordion__panel--current .accordion-panel-content {
  display: block; }

/**
* @desc			Buttons
* @author		Firespring
*/
/* ============================================================================
Buttons
============================================================================ */
/* Defaults
============================================================================ */
.e2ma_signup_form_button_row input,
.button {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 0.875rem;
  line-height: normal;
  color: #333;
  text-decoration: none;
  word-wrap: normal;
  overflow: hidden;
  vertical-align: middle;
  background-color: #ebebeb;
  background-image: linear-gradient(#fff, #ebebeb);
  padding: 0.5rem 1rem; }

.e2ma_signup_form_button_row input:hover,
.e2ma_signup_form_button_row input:focus,
.button:hover,
.button:focus {
  border-color: #666;
  outline: 0;
  background-color: gainsboro;
  background-image: linear-gradient(#fafafa, gainsboro); }

.e2ma_signup_form_button_row input:active,
.button:active {
  border: 1px solid #999;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  outline: none; }

/* X-Large
============================================================================ */
.button-group--xl > .button,
.button--xl {
  font-size: 1.5rem;
  padding: 0.625rem 1.3125rem; }

/* Large
============================================================================ */
.button-group--lg > .button,
.button--lg {
  font-size: 1.3125rem; }

/* Small
============================================================================ */
.mmp-corp-store-search__results-list .mmp-store__actions > a, .event-calendar__list .event-register a, .button-group--sm > .button,
.button--sm {
  font-size: 0.75rem;
  padding: 0.4rem 0.75rem; }

/* X-small
============================================================================ */
.button-group--xs > .button,
.button--xs {
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem; }

/* Link style
============================================================================ */

.button--link,
.button--link:link,
.button--link:visited,
.button--link:hover,
.button--link:active,
.button--link:focus {
  border: 0;
  background: none;
  color: #06f;
  box-shadow: none;
  padding: 0; }


.button--link:visited {
  color: #c33; }


.button--link:hover {
  color: #000; }


.button--link:active {
  color: #000; }

/* Outline style
============================================================================ */

.button--outline,
.button--outline:link,
.button--outline:visited,
.button--outline:hover,
.button--outline:active,
.button--outline:focus {
  background: none; }

/* Full-width
============================================================================ */

.button--expand {
  width: 100%;
  text-align: center; }

/* Arrow
============================================================================ */

.button--arrow,
.button--arrow:link,
.button--arrow:visited {
  position: relative;
  border: 0;
  border-radius: 0;
  background-image: none;
  background-color: #f0f0f0;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
  color: #333;
  padding: 0.75rem 3rem 0.75rem 0.75rem; }
  
  .button--arrow .fa,
  .button--arrow:link .fa,
  .button--arrow:visited .fa {
    display: block;
    position: absolute;
    right: 0.6875rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3125rem;
    line-height: 1;
    color: #999; }
    
    .button--arrow .fa:before,
    .button--arrow:link .fa:before,
    .button--arrow:visited .fa:before {
      content: "\f138"; }


.button--arrow:hover,
.button--arrow:focus {
  background-image: none;
  background-color: #ccc; }
  
  .button--arrow:hover .fa,
  .button--arrow:focus .fa {
    color: #333; }


.button--arrow:active {
  background-image: none;
  background-color: #ccc;
  border: 0;
  box-shadow: none; }

/* Icons
============================================================================ */
.button--icon__before {
  margin: 0 0.375rem 0 0; }

.button--icon__after {
  margin: 0 0 0 0.375rem; }

/* Disabled
============================================================================ */

.button[disabled="disabled"],
.button.button--disabled {
  box-shadow: none;
  background: #f8f8f8;
  cursor: not-allowed;
  color: #ccc;
  border-color: #ccc; }


.button[disabled="disabled"]:hover,
.button.button--disabled:hover {
  box-shadow: none;
  border-color: #ccc; }

/* ============================================================================
Button Groups
============================================================================ */
/* Defaults
============================================================================ */
.button-group {
  display: flex;
  flex-wrap: wrap; }
  .button-group > .button + .button {
    margin-left: 0.25rem; }
  .button-group .button--selected {
    color: #fff;
    border-color: #666;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    background-color: #666;
    background-image: linear-gradient(#666, #999); }

/* Sizes
============================================================================ */
/* X-Large */
/* Large */
/* Small */
/* X-small */
/**
* @desc			Forms
* @author		Firespring
*/
/**
* @desc			Forms - Defaults
* @author		Firespring
*/
/* ============================================================================
Form rows
============================================================================ */
.form-row {
  margin: 0 0 1.625rem; }

.form-row--centered {
  text-align: center; }
  .form-row--centered .form-row__controls {
    max-width: 100%; }
    .form-row--centered .form-row__controls input[type="text"],
    .form-row--centered .form-row__controls input[type="password"],
    .form-row--centered .form-row__controls input[type="date"],
    .form-row--centered .form-row__controls input[type="datetime"],
    .form-row--centered .form-row__controls input[type="datetime-local"],
    .form-row--centered .form-row__controls input[type="month"],
    .form-row--centered .form-row__controls input[type="week"],
    .form-row--centered .form-row__controls input[type="email"],
    .form-row--centered .form-row__controls input[type="number"],
    .form-row--centered .form-row__controls input[type="search"],
    .form-row--centered .form-row__controls input[type="tel"],
    .form-row--centered .form-row__controls input[type="time"],
    .form-row--centered .form-row__controls input[type="url"],
    .form-row--centered .form-row__controls input[type="color"],
    .form-row--centered .form-row__controls select {
      display: inline-block;
      width: auto; }

/* ============================================================================
Form labels
============================================================================ */
.form-row__label {
  font-weight: 500;
  line-height: 1.33333; }

/* ============================================================================
Form controls
============================================================================ */
.form-control-reset {
  position: relative; }
  .form-control-reset .form-control-reset__reset {
    position: absolute;
    top: 3px;
    right: 1px;
    z-index: 10;
    text-decoration: none;
    background: #fff;
    height: 85%;
    box-shadow: -3px 0px 3px 0px white;
    padding: 0.1875rem 0.6875rem 0 0.5rem; }
    .form-control-reset .form-control-reset__reset:before {
      font-family: "FontAwesome";
      content: "\f057";
      color: #ccc; }
    .form-control-reset .form-control-reset__reset:hover:before {
      color: #999; }

/* ============================================================================
Form footer
============================================================================ */
.form-actions {
  display: flex;
  align-items: center; }
  .form-actions p {
    margin: 0.6875rem 0 0; }

.form-actions--centered {
  display: block;
  text-align: center; }

/* ============================================================================
ARIA
============================================================================ */
/* ============================================================================
Media queries
============================================================================ */
/* Medium
============================================================================ */
@media only screen and (min-width: 992px) {
  .form-row__controls {
    max-width: 40rem; } }

/**
* @desc			Forms - Labels
* @author		Firespring
*/
label {
  cursor: pointer; }

/**
* @desc			Forms - Controls
* @author		Firespring
*/
/* ============================================================================
Text Inputs
============================================================================ */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  height: 2.25rem;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.875rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    border-color: #999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="color"][disabled],
  textarea[disabled] {
    background-color: #f0f0f0;
    color: #999; }

.form-row--control-compact input[type="text"],
.form-row--control-compact input[type="password"],
.form-row--control-compact input[type="date"],
.form-row--control-compact input[type="datetime"],
.form-row--control-compact input[type="datetime-local"],
.form-row--control-compact input[type="month"],
.form-row--control-compact input[type="week"],
.form-row--control-compact input[type="email"],
.form-row--control-compact input[type="number"],
.form-row--control-compact input[type="search"],
.form-row--control-compact input[type="tel"],
.form-row--control-compact input[type="time"],
.form-row--control-compact input[type="url"],
.form-row--control-compact input[type="color"] {
  max-width: 20rem; }

/* Search input-specific
============================================================================ */
input[type="search"] {
  padding-left: 2rem; }

.form-control--search {
  position: relative; }
  .form-control--search:before {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 0.6875rem;
    font-family: "FontAwesome";
    content: "\f002";
    color: #ccc;
    transform: translateY(-50%); }

/* File input-specific
============================================================================ */
input[type="file"] {
  width: 100%;
  height: 2.25rem; }

/* Textarea-specific
============================================================================ */
textarea {
  height: 12rem;
  padding: 0.5rem; }

/* ============================================================================
Checkboxes and Radio Buttons
============================================================================ */
label input[type="checkbox"],
label input[type="radio"] {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.25rem; }

/* Input list (For checkboxes & radio buttons)
============================================================================ */
.form-row--checkbox ol.list--inline > li + li,
.form-row--radio ol.list--inline > li + li {
  margin-left: 2.25rem; }

.form-row--checkbox ol.grid--block,
.form-row--radio ol.grid--block {
  text-align: center; }
  .form-row--checkbox ol.grid--block li,
  .form-row--radio ol.grid--block li {
    padding: 0; }
  .form-row--checkbox ol.grid--block label,
  .form-row--radio ol.grid--block label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem; }
  .form-row--checkbox ol.grid--block input,
  .form-row--radio ol.grid--block input {
    order: 10;
    margin: 0.5rem 0 0; }

/* Inline input list on small screens
============================================================================ */
@media only screen and (max-width: 992px) {
  .form-row--checkbox ol.list--inline > li,
  .form-row--radio ol.list--inline > li {
    display: block;
    margin: 0;
    float: none; } }

/* ============================================================================
Select menus
============================================================================ */
select {
  width: 100%;
  height: 2.25rem;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 0.875rem;
  white-space: nowrap;
  background-color: white;
  background-image: linear-gradient(white, #ebebeb);
  padding: 0.3125rem; }
  select:focus {
    border: 1px solid #666;
    outline: none;
    background-color: #fafafa;
    background-image: linear-gradient(#fafafa, gainsboro); }
  select[disabled], select[disabled]:hover, select[disabled]:focus {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    color: #999;
    background-image: none; }

option {
  padding: 0; }

.form-row--control-compact select {
  width: auto;
  max-width: 20rem; }

/* ============================================================================
Display Image fields
============================================================================ */
.form-row--display-image .display-image-delete {
  margin: 0.5rem 0; }

/* ============================================================================
CAPTCHA fields
============================================================================ */
.form-row--captcha input[type="text"] {
  display: inline;
  height: 1.25rem;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  box-shadow: none; }

/* ============================================================================
Placeholder text
============================================================================ */
::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999; }

input.has-placeholder,
textarea.has-placeholder {
  color: #999; }

/* ============================================================================
Phone fields
============================================================================ */
input[type="tel"] {
  max-width: none;
  width: auto; }

.form-row--tel .form-row__controls .form-grid {
  display: flex; }
  .form-row--tel .form-row__controls .form-grid input {
    width: auto; }

.form-row--tel .form-row__controls .form-grid__control {
  flex: 0 1 auto;
  max-width: none;
  margin: 0; }
  .form-row--tel .form-row__controls .form-grid__control + .form-grid__control {
    padding-left: 1.25rem; }

.form-row--tel .form-row__controls .phone-number-aux {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .form-row--tel .form-row__controls .phone-number-aux input[type="text"] {
    margin: 0 0 0 4px; }

/* ============================================================================
Fix iOS zooming
============================================================================ */
@media only screen and (max-device-width: 480px) {
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="color"],
  textarea,
  select {
    font-size: 1rem; } }

/**
* @desc			Forms - Required fields
* @author		Firespring
*/
.form-row--required > .form-row__label:after {
  display: inline-block;
  content: "* Required";
  text-transform: uppercase;
  color: #999;
  font-weight: normal;
  font-size: 0.75rem; }

.form-control-info__error {
  color: #c00;
  font-weight: bold; }
  .form-control-info__error:before {
    font-family: "FontAwesome";
    content: "\f071"; }

/**
* @desc			Forms - Titles
* @author		Firespring
*/
.form-title {
  margin-top: 3.75rem;
  font-size: 1.25rem;
  line-height: 1; }
  .form-title:first-child {
    margin-top: 0; }

/**
* @desc			Forms - Text
* @author		Firespring
*/
[class*="form-control-info--"] {
  font-size: 0.875rem;
  line-height: 1.33333; }

.form-control-info-grid {
  display: flex; }

.form-control-info--left,
.form-control-info--right {
  max-width: 20%;
  flex-shrink: 1;
  align-self: center; }

.form-control-info-grid__controls {
  flex: 1; }

/**
* @desc			Forms - Response
* @author		Firespring
*/
.form-response__text > * + * {
  margin: 1.5rem 0 0; }

.form-response__info {
  font-size: 0.875rem;
  margin: 0; }
  .form-response__info > div + div {
    margin: 3.75rem 0 0; }
  .form-response__info .event-ticket__title .form-title {
    font-size: 1rem; }
  .form-response__info .event-registration__ticketholder-info {
    box-shadow: none;
    margin-top: 3rem; }
    .form-response__info .event-registration__ticketholder-info .event-ticket + .event-ticket {
      margin-top: 3rem; }
  .form-response__info .event-ticket__ticketholder:last-child {
    padding-bottom: 0.5rem; }

.form-response-payment-info > .form-title:before,
.form-response-event-info > .form-title:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f09d";
  margin: 0 0.5rem 0 0; }

.form-response-payment-info > .form-title:before {
  content: "\f09d"; }

.form-response-event-info > .form-title:before {
  content: "\f073"; }

/**
* @desc			Forms - Horizontal
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
/* Media Queries
============================================================================ */
@media only screen and (min-width: 992px) {
  .form--horizontal .form-row {
    display: flex;
    margin: 0 0 1.3125rem; }
  .form--horizontal .form-row__label,
  .form--horizontal .form-row__controls {
    flex-direction: column; }
  .form--horizontal .form-row__label {
    flex: 1 0 25%;
    max-width: 25%;
    margin: 0;
    padding: 0.4375rem 1.5rem 0 0; }
  .form--horizontal .form-row--checkbox > .form-row__label,
  .form--horizontal .form-row--radio > .form-row__label {
    padding-top: 0.125rem; }
  .form--horizontal .form-row__controls {
    flex: 1;
    max-width: none; }
  .form--horizontal .form-row--required > .form-row__label:after {
    display: block;
    margin: 0; } }

/**
* @desc			Forms - Inline
* @author		Firespring
*/
/* ============================================================================
General defaults
============================================================================ */
.form--inline .form-row {
  margin: 0; }

.form--inline .form-row__controls {
  max-width: 100%; }

.form--inline .button {
  width: 100%; }

.form--inline .button-group .button {
  width: auto; }

/* ============================================================================
Media Queries
============================================================================ */
/* Small+
============================================================================ */
@media only screen and (min-width: 768px) {
  .form--inline .form-row {
    display: flex;
    align-items: center; }
  .form--inline .form-row__controls,
  .form--inline .form-row__button {
    flex-direction: column;
    flex: 1 0 auto; }
  .form--inline .form-row__controls {
    padding-right: 1.25rem; }
  .form--inline .form-row__button {
    flex-grow: 0;
    margin: 0; }
  .form--inline--no-button .form-row__controls {
    padding: 0; } }

/**
* @desc			Forms - Inline Labels
* @author		Firespring
*/
/* ============================================================================
General defaults
============================================================================ */
/**
* @desc			Forms - Nested Fields
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.form-row__controls .form-grid {
  display: block;
  margin: 0.5rem 0 0; }
  .form-row__controls .form-grid:first-child {
    margin: 0; }

.form-row__controls .form-grid__control {
  margin: 0.5rem 0 0; }
  .form-row__controls .form-grid__control:first-child {
    margin: 0; }

.form-row__controls .form-grid__control-sep {
  display: none; }

/* ============================================================================
Breakpoints
============================================================================ */
/* Small and bigger
============================================================================ */
@media only screen and (min-width: 768px) {
  .form-row__controls .form-grid {
    display: flex;
    margin-top: 0.5rem;
    margin-right: 0;
    margin-left: 0; }
  .form-row__controls .form-grid__control {
    display: flex;
    flex-grow: 1;
    max-width: none;
    margin-top: 0; }
    .form-row__controls .form-grid__control + .form-grid__control {
      padding-left: 1.25rem; }
    .form-row__controls .form-grid__control.region, .form-row__controls .form-grid__control.postal-code, .form-row__controls .form-grid__control.honorific-prefix, .form-row__controls .form-grid__control.honorific-suffix, .form-row__controls .form-grid__control.middle-initial, .form-row__controls .form-grid__control.compact {
      flex-grow: 0; }
  .form-row__controls .form-grid__control:first-child {
    padding-left: 0; }
  .form-row__controls .form-grid__control:last-child {
    padding-right: 0; }
  .form-row__controls .form-grid__control-sep {
    display: block;
    align-self: center; }
  .form-row--date .form-grid__control,
  .form-row--time .form-grid__control,
  .form-row--datetime .form-grid__control {
    flex: 0 1 auto;
    padding-right: 0;
    padding-left: 0; }
  .form-row--date .form-grid__control-sep,
  .form-row--time .form-grid__control-sep,
  .form-row--datetime .form-grid__control-sep {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

/* ============================================================================
Payment Fields
============================================================================ */
.field-collection--payment .form-row {
  margin-bottom: 0; }
  .field-collection--payment .form-row:first-child {
    margin-top: 0; }

.field-collection--payment .accepted-cc-types {
  height: 26px; }
  .field-collection--payment .accepted-cc-types span {
    display: block;
    float: left;
    width: 42px;
    height: 26px;
    background: transparent url("../img/cc-type-icons.png") 0 0 no-repeat;
    background-size: 500% 100%;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999em; }
  .field-collection--payment .accepted-cc-types span:first-child {
    margin-left: 0; }
  .field-collection--payment .accepted-cc-types .mastercard {
    background-position: -42px 0; }
  .field-collection--payment .accepted-cc-types .amex {
    background-position: -84px 0; }
  .field-collection--payment .accepted-cc-types .discover {
    background-position: -126px 0; }
  .field-collection--payment .accepted-cc-types .dinersclub {
    background-position: -168px 0; }
  .field-collection--payment .accepted-cc-types .na {
    opacity: .25; }

.control-sub-option .field-collection--payment {
  margin: 0; }

.xdsoft_datetimepicker {
  display: none;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border: 1px solid #999;
  color: #222;
  position: absolute;
  z-index: 9999;
  padding: 2px 8px 8px 0; }
  .xdsoft_datetimepicker * {
    margin: 0;
    padding: 0; }
  .xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: 0; }
  .xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none; }
  .xdsoft_datetimepicker .xdsoft_mounthpicker {
    text-align: center;
    position: relative; }
  .xdsoft_datetimepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_next,
  .xdsoft_datetimepicker .xdsoft_today_button {
    display: block;
    background-color: transparent;
    background-image: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    height: 30px;
    opacity: 0.5;
    outline: medium none currentColor;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    width: 20px;
    white-space: nowrap; }
  .xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0; }
  .xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0; }
  .xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0; }
  .xdsoft_datetimepicker .xdsoft_today_button:hover,
  .xdsoft_datetimepicker .xdsoft_next:hover,
  .xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1; }
  .xdsoft_datetimepicker .xdsoft_label {
    text-align: center;
    float: left;
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    background-color: #fff;
    width: 182px;
    cursor: pointer;
    color: #808080; }
    .xdsoft_datetimepicker .xdsoft_label:hover {
      color: #333; }
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
      display: none;
      border: 1px solid #ccc;
      position: absolute;
      right: 0;
      left: 0;
      top: 30px;
      z-index: 101;
      background: #fff;
      max-height: 160px;
      overflow-y: hidden;
      font-weight: normal;
      font-size: 0.75rem; }
      .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
        text-align: left; }
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
      color: #fff;
      background: #333; }
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
      padding: 2px 10px 2px 5px; }
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_today {
      background: #4da7e2;
      font-weight: 700;
      color: #fff; }
    .xdsoft_datetimepicker .xdsoft_label.xdsoft_month span:after, .xdsoft_datetimepicker .xdsoft_label.xdsoft_year span:after {
      display: inline-block;
      font-size: 0.6875rem;
      font-family: "FontAwesome";
      content: "\f0d7";
      margin: 0 0 0 0.1875rem; }
  .xdsoft_datetimepicker .xdsoft_month {
    text-align: right;
    width: 94px; }
  .xdsoft_datetimepicker .xdsoft_year {
    width: 56px; }
  .xdsoft_datetimepicker .xdsoft_copyright {
    float: none;
    color: #ccc !important;
    font-size: 0.625rem;
    clear: both;
    margin-left: 8px; }
    .xdsoft_datetimepicker .xdsoft_copyright a {
      color: #eee !important; }
      .xdsoft_datetimepicker .xdsoft_copyright a:hover {
        color: #999 !important; }

.xdsoft_noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_noselect::selection,
.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datepicker,
.xdsoft_timepicker {
  display: none;
  float: left;
  margin-left: 8px; }
  .xdsoft_datepicker.active,
  .xdsoft_timepicker.active {
    display: block; }

.xdsoft_datepicker {
  width: 224px; }
  .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 9px;
    margin-bottom: 3px; }

.xdsoft_timepicker {
  text-align: center;
  width: 72px;
  margin-top: 6px; }
  .xdsoft_timepicker .xdsoft_prev,
  .xdsoft_timepicker .xdsoft_next {
    display: block;
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    margin: 0 auto; }
  .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 8px; }
  .xdsoft_timepicker .xdsoft_next {
    margin-top: 8px; }
  .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ccc; }
    .xdsoft_timepicker .xdsoft_time_box > div > div {
      text-align: center;
      background: #f8f8f8;
      border-top: 1px solid #ccc;
      color: #666;
      font-size: 0.75rem;
      border-collapse: collapse;
      cursor: pointer;
      border-bottom-width: 0;
      height: 25px;
      line-height: 25px; }
      .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
        border-top-width: 0; }

.xdsoft_calendar {
  clear: both; }
  .xdsoft_calendar td,
  .xdsoft_calendar th {
    text-align: center;
    width: 14.2857142%;
    background: #f8f8f8;
    border: 1px solid #ccc;
    color: #666;
    font-size: 0.75rem;
    padding: 0;
    cursor: pointer;
    height: 25px;
    vertical-align: middle; }
  .xdsoft_calendar th {
    text-align: center;
    background: #f0f0f0;
    font-weight: 700;
    color: #999;
    cursor: default; }
  .xdsoft_calendar td.xdsoft_today {
    color: #4da7e2; }
  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2; }

.xdsoft_calendar td.xdsoft_default,
.xdsoft_calendar td.xdsoft_today,
.xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_today {
  background: #4da7e2;
  font-weight: 700;
  color: #fff; }

.xdsoft_calendar td.xdsoft_current,
.xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #333;
  font-weight: 700;
  color: #fff; }

.xdsoft_calendar td.xdsoft_other_month,
.xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5; }

.xdsoft_calendar td:hover,
.xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #999 !important; }

.xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }
  .xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 4px; }

.xdsoft_scroller_box {
  position: relative; }

/**
* @desc			Forms - Sub Options
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.control-sub-option {
  display: none;
  border-left: 3px solid #ccc;
  margin: 0.75rem 0 0 0.3125rem;
  padding: 0.625rem 0.875rem; }
  .control-sub-option .form-row {
    margin-top: 1.5rem;
    margin-bottom: 0; }
    .control-sub-option .form-row:first-child {
      margin-top: 0; }

.control-sub-option--show {
  display: block; }

.control-sub-option--vertical > .form-row {
  display: block; }
  .control-sub-option--vertical > .form-row > .form-row__label {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0; }

.control-sub-option--horizontal > .form-row {
  display: flex; }

.form-row--radio .control-sub-option,
.form-row--checkbox .control-sub-option {
  margin-left: 1.5rem; }

/* ============================================================================
Modify padding for nested sub-options in vertical lists
============================================================================ */
.has-sub-options li .control-sub-option {
  margin-bottom: 1rem; }

/**
* @desc			Forms - Drag & drop file uploads
* @author		Firespring
*/
/* ============================================================================
General
============================================================================ */
.form-row--file-upload .panel {
  margin-bottom: 0; }

/* ============================================================================
Uploaded Items
============================================================================ */
.file-upload-items {
  margin: 0 0 0.625rem; }

/* ============================================================================
Upload target
============================================================================ */
.file-upload-trigger__control:focus + .file-upload-trigger {
  border: 2px dashed #999;
  background-color: rgba(0, 0, 0, 0.1); }

.file-upload-trigger {
  display: block;
  border: 2px dashed #ccc;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #333;
  cursor: pointer;
  padding: 16px; }
  .file-upload-trigger:hover {
    border: 2px dashed #999;
    background-color: rgba(0, 0, 0, 0.1); }

.panel--hover .file-upload-trigger {
  border: 2px dashed #999;
  background-color: rgba(0, 0, 0, 0.1); }

/* ============================================================================
Clear all files
============================================================================ */
.file-upload-clear {
  margin: 0 0 1.125rem;
  font-size: 0.875rem;
  text-align: center; }

/**
* @desc			Input masks CSS
* @author		Firespring
*/
.im-caret {
  -webkit-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite; }

@keyframes blink {
  from, to {
    border-right-color: #000; }
  50% {
    border-right-color: transparent; } }

@-webkit-keyframes blink {
  from, to {
    border-right-color: #000; }
  50% {
    border-right-color: transparent; } }

.im-static {
  color: #999; }

/**
* @desc			Horizontal rules
* @author		Firespring
*/
hr {
  width: 100%;
  height: 0;
  border-top: 1px solid #333;
  line-height: 0; }

/**
* @desc			Info rows
* @author		Firespring
*/
/* ============================================================================
General defaults
============================================================================ */
.info-row {
  padding: 1.5rem 0; }

.info-row--highlight {
  background: #f0f0f0; }

.info-rows .info-row:first-child {
  box-shadow: none;
  padding-top: 0; }
  .info-rows .info-row.info-row--highlight:first-child {
    padding: 1.5rem; }

.info-rows .info-row:last-child {
  padding-bottom: 0; }
  .info-rows .info-row.info-row--highlight:last-child {
    padding: 1.5rem; }

.info-row__content p,
.info-row__content ul,
.info-row__content ol,
.info-row__content dl,
.info-row__content blockquote {
  margin: 1.5rem 0 0; }

.info-row__content p:first-child,
.info-row__content ul:first-child,
.info-row__content ol:first-child,
.info-row__content dl:first-child,
.info-row__content blockquote:first-child {
  margin-top: 0; }

.info-row__content.empty:after {
  content: "n/a";
  color: #999; }

.info-row__content > .image,
.info-row__content > img {
  margin-top: 0.25rem; }

/* ============================================================================
Compact
============================================================================ */
.info-rows--compact .info-row {
  padding: 0.5rem 0;
  box-shadow: none; }

.info-rows--compact .info-row:first-child {
  padding-top: 0; }
  .info-rows--compact .info-row.info-row--highlight:first-child {
    padding: 0.5rem; }

.info-rows--compact .info-row:last-child {
  padding-bottom: 0; }
  .info-rows--compact .info-row.info-row--highlight:last-child {
    padding: 0.5rem; }

/* ============================================================================
Media queries
============================================================================ */
/* Small
============================================================================ */
@media only screen and (min-width: 768px) {
  .info-row {
    display: flex; }
  .info-row--highlight {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .info-row--highlight .info-row__header {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .info-row--highlight .info-row__label {
      padding-left: 1.5rem; }
    .info-row--highlight .info-row__content {
      padding-right: 1.5rem; }
  .info-rows--compact .info-row--highlight .info-row__header {
    padding-left: 1rem;
    padding-right: 1rem; }
  .info-rows--compact .info-row--highlight .info-row__label {
    padding-left: 1rem; }
  .info-rows--compact .info-row--highlight .info-row__content {
    padding-right: 1rem; }
  .info-row__label,
  .info-row__content {
    flex-direction: column; }
  .info-row__label {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 1.5rem;
    padding-left: 0; }
  .info-row__content {
    flex: 1;
    padding-right: 0; }
    .info-row__content > .image,
    .info-row__content > img {
      margin-top: 0; } }

/* Large or bigger
============================================================================ */
@media only screen and (min-width: 1200px) {
  .info-row__label {
    flex: 1 0 25%;
    max-width: 25%; } }

/**
* @desc			Labels
* @author		Firespring
*/
/* ============================================================================
Label
============================================================================ */

.label {
  display: inline-block;
  height: 1.3125rem;
  background: #333;
  color: #fff;
  font-weight: 400;
  font-size: 75%;
  line-height: 1.3125rem;
  text-align: center;
  border-radius: 4px;
  padding-right: 0.4375rem;
  padding-left: 0.4375rem; }

/* Alternate Styles (Color)
============================================================================ */
/* "Good" */

.label--good {
  background: #28a40c; }

/* "Bad" */

.label--bad {
  background: #c00; }

/* "Warning" */

.label--warning {
  background: #f8971d; }

/* "Info" */

.label--info {
  background: #4da7e2; }

/* Alternate Styles (Appearance)
============================================================================ */
/* "Pill" */

.label--pill {
  border-radius: 1.3125rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

/**
* @desc			Lightbox
* @author		Firespring
*/
/* ============================================================================
General defaults
============================================================================ */
a.lightbox--image,
a.lightbox--gallery,
a.lightbox--inline img {
  cursor: zoom-in; }

/* ============================================================================
Magnific Popup CSS
Author: http://dimsemenov.com/plugins/magnific-popup/
============================================================================ */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9992;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9993;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 1rem 3rem 1rem 1rem; }

.mfp-gallery .mfp-container {
  padding: 1rem 4.5rem; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 1rem;
  text-align: left;
  z-index: 9995; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9994; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

button.mfp-close, button.mfp-arrow {
  padding: 0;
  border: 0;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  display: block;
  outline: none;
  z-index: 9996;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.mfp-close:before {
  font-size: 24px;
  line-height: 48px;
  font-family: "FontAwesome";
  content: "\f00d"; }

.mfp-close {
  width: 48px;
  height: 48px;
  line-height: 44px;
  position: fixed;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .5;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 0;
  line-height: 0; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: fixed;
  opacity: .5;
  top: 50%;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  width: 56px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:hover {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    position: absolute;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    top: 50%;
    margin: -24px 0 0;
    font-size: 24px;
    line-height: 48px;
    font-family: "FontAwesome";
    color: #fff; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    left: 0;
    content: "\f053"; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    right: 0;
    content: "\f054"; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 992px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 48px 0 48px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 48px;
    bottom: 48px;
    display: block;
    right: 0;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #333; }
  .mfp-figure small {
    color: #ccc;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -44px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  font-size: 0.875rem;
  line-height: 18px;
  color: #f0f0f0;
  word-wrap: break-word;
  padding-right: 36px; }
  .mfp-title a:link,
  .mfp-title a:visited {
    text-decoration: none; }
  .mfp-title a:hover,
  .mfp-title a:active {
    text-decoration: underline;
    color: #fff; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

/* Media Queries
   Scale navigation arrows and reduce padding from sides
============================================================================ */
@media only screen and (min-width: 768px) {
  .mfp-container {
    padding: 1rem 3rem; }
  .mfp-gallery .mfp-container {
    padding: 1rem 3.5rem; } }

/* ============================================================================
Inline Popup
============================================================================ */
.inline-popup {
  position: relative;
  max-width: 992px;
  border-radius: 4px;
  background: #fff;
  padding: 1.125rem; }

.inline-popup--date-picker {
  max-width: 18.125rem; }
  .inline-popup--date-picker .year-list .button {
    margin: 0.375rem 0.25rem; }

.inline-popup--xs {
  max-width: 480px; }

.inline-popup--sm {
  max-width: 768px; }

.inline-popup--md {
  max-width: 992px; }

.inline-popup--lg {
  max-width: 1200px; }

.inline-popup--xl {
  max-width: 1600px; }

.inline-popup--xxl {
  max-width: 1800px; }

.inline-popup--100p {
  max-width: 100%; }

/* Header
============================================================================ */
.inline-popup__header h5 {
  margin: 0; }

/* Content
============================================================================ */
.inline-popup__content > * {
  margin: 1.5rem 0 0; }
  .inline-popup__content > *:first-child {
    margin: 0; }

.inline-popup__content .xdsoft_datetimepicker {
  margin: 0; }

/* Disclaimer
============================================================================ */
.inline-popup-disclaimer {
  font-size: 0.875rem; }
  .inline-popup-disclaimer > * {
    margin: 1rem 0 0; }
    .inline-popup-disclaimer > *:first-child {
      margin: 0; }

/* Media Queries
============================================================================ */
@media only screen and (min-width: 768px) {
  .inline-popup {
    padding: 1.5rem; } }

/* ============================================================================
Modal - Actions
============================================================================ */
.modal-popup__actions {
  display: flex;
  align-items: center; }

/* ============================================================================
Modal - Progress Bar
============================================================================ */
/* ============================================================================
Modal - Spinner
============================================================================ */
.modal-popup--spinner {
  text-align: center;
  max-width: 20rem; }
  .modal-popup--spinner .modal-spinner {
    font-size: 3.375rem;
    line-height: 1; }

/**
* @desc			Media Object
* @author		Firespring
*/
/* ============================================================================
General defaults
============================================================================ */
.media-object + .media-object {
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0; }

.media-object__image img {
  display: block; }

.media-object__details > * {
  margin-top: 0;
  margin-bottom: 0; }
  .media-object__details > *:not(:last-child) {
    margin-bottom: 1.5rem; }

/* Media queries */
@media only screen and (min-width: 768px) {
  .media-object {
    display: flex; }
  .media-object__image {
    flex: 0 1 12.5rem;
    max-width: 12.5rem;
    margin: 0 1.5rem 0 0; }
  .media-object__image--compact {
    flex: 0 1 auto; }
  .media-object__details {
    flex: 1; }
  .media-object--reverse {
    flex-direction: row-reverse; }
    .media-object--reverse .media-object__image {
      margin: 0 0 0 1.5rem; } }

/**
* @desc			Navigation methods
* @author		Firespring
*/
/**
* @desc			Navigation - Defaults
* @author		Firespring
*/
/**
* @desc			Navigation - Arrow Blocks
* @author		Firespring
*/
.catalogs__content--list .catalog-nav,
.nav-arrow-block {
  box-shadow: 0 -1px 0 #ccc;
  padding: 0.5rem 0; }
  .catalogs__content--list .catalog-nav:first-child,
  .nav-arrow-block:first-child {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0; }
  .catalogs__content--list .catalog-nav a,
  .nav-arrow-block a {
    display: block;
    position: relative;
    background: #f0f0f0;
    text-decoration: none;
    color: #333;
    padding: 0.75rem 3rem 0.75rem 0.75rem; }
    .catalogs__content--list .catalog-nav a:before,
    .nav-arrow-block a:before {
      display: block;
      position: absolute;
      right: 0.6875rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.3125rem;
      line-height: 1;
      font-family: "FontAwesome";
      content: "\f138";
      color: #999; }
    .catalogs__content--list .catalog-nav a:hover,
    .nav-arrow-block a:hover {
      background: #ccc; }
    .catalogs__content--list .catalog-nav a:hover:before,
    .nav-arrow-block a:hover:before {
      color: #333; }
  .catalogs__content--list .catalog-nav h5,
  .nav-arrow-block h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0; }


.nav-arrow-block__description > * + * {
  margin-top: 1.5rem;
  margin-bottom: 0; }

/**
* @desc			Navigation - Breadcrumbs
* @author		Firespring
*/
.nav--breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem; }
  .nav--breadcrumbs > span + span:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #999; }

.nav--breadcrumbs__here {
  font-weight: 700; }

/**
* @desc			Navigation - Pagination
* @author		Firespring
*/
.nav--pagination {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1; }
  .nav--pagination > ul {
    display: flex;
    flex-wrap: wrap; }
  .nav--pagination li {
    border: 1px solid #999;
    border-width: 1px 1px 1px 0; }
    .nav--pagination li:first-child {
      border-width: 1px;
      border-radius: 4px 0 0 4px; }
    .nav--pagination li:last-child {
      border-radius: 0 4px 4px 0; }
  .nav--pagination a,
  .nav--pagination span {
    display: block;
    text-decoration: none;
    padding: 0.5rem 0.625rem; }
  .nav--pagination span {
    color: #999; }

.nav--pagination__here {
  font-weight: 700;
  color: #333 !important;
  cursor: not-allowed; }

[class*="nav--pagination__"]:before {
  font-family: "FontAwesome"; }

.nav--pagination__prev:before {
  content: "\f104"; }

.nav--pagination__next:before {
  content: "\f105"; }

.nav--pagination__spread:before {
  content: "\2026"; }

/* ============================================================================
Media queries
============================================================================ */
/* Extra Small+
============================================================================ */
@media only screen and (min-width: 480px) {
  .nav--pagination {
    font-size: 1rem; }
    .nav--pagination > a,
    .nav--pagination > span {
      padding: 0.5625rem 0.75rem; } }

/**
* @desc			Navigation - Bar
* @author		Firespring
*/
/* ============================================================================
Base styles
============================================================================ */
.nav--bar {
  background: #333;
  /* Arrows */
  /* styling for both css and generated arrows */
  /* styling for right-facing arrows */ }
  .nav--bar .nav__list ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 15rem; }
  .nav--bar .nav__list li {
    position: relative;
    background: #333;
    transition: background .1s; }
  .nav--bar .nav__list li:hover,
  .nav--bar .nav__list li.nav__list--hover {
    background: #000;
    transition: none; }
  .nav--bar .nav__list > li {
    border-top: 0; }
  .nav--bar .nav__list li:hover > ul,
  .nav--bar .nav__list li.nav__list--hover > ul {
    display: block; }
  .nav--bar .nav__list ul li {
    border-left: 0;
    background: #000;
    white-space: normal; }
  .nav--bar .nav__list ul li:hover,
  .nav--bar .nav__list ul li.nav__list--hover {
    background: #222; }
  .nav--bar .nav__list ul li:first-child {
    border-top: 0; }
  .nav--bar .nav__list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    padding: 1rem; }
  .nav--bar .nav__list ul ul {
    top: 0;
    left: 100%; }
  .nav--bar .sf-arrows .sf-with-ul {
    padding-right: 2.25rem; }
  .nav--bar .sf-arrows .sf-with-ul:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, 0.5); }
  .nav--bar .sf-arrows > li > .sf-with-ul:focus:after,
  .nav--bar .sf-arrows > li:hover > .sf-with-ul:after,
  .nav--bar .sf-arrows > .nav__list--hover > .sf-with-ul:after {
    border-top-color: #fff;
    /* IE8 fallback colour */ }
  .nav--bar .sf-arrows ul .sf-with-ul:after {
    top: 1.5rem;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, 0.5);
    margin-top: 0;
    margin-right: 0; }
  .nav--bar .sf-arrows ul li > .sf-with-ul:focus:after,
  .nav--bar .sf-arrows ul li:hover > .sf-with-ul:after,
  .nav--bar .sf-arrows ul .nav__list--hover > .sf-with-ul:after {
    border-left-color: white; }

/* ============================================================================
Responsive select menu
============================================================================ */
.nav__list--select select,
.nav__list--select select option {
  padding: 0; }

@media only screen and (max-width: 768px) {
  .nav--bar {
    padding: 1rem; } }

/**
* @desc			Navigation - List
* @author		Firespring
*/
/* ============================================================================
Base styles
============================================================================ */
.nav--list li {
  padding: 0 0 0 1.5rem; }
  .nav--list li.nav-level-0 {
    border-top: 1px solid #ccc;
    padding: 0; }
    .nav--list li.nav-level-0:first-child {
      border: 0;
      padding-top: 0; }
    .nav--list li.nav-level-0 > a {
      padding: 0.75rem 0; }
  .nav--list li ul {
    margin: 0;
    padding: 0 0 1rem; }
    .nav--list li ul ul {
      padding: 0.6875rem 0; }

.nav--list a {
  display: block; }

/**
* @desc			Navigation - Return Links
* @author		Firespring
*/
a.nav-return:before {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "FontAwesome";
  content: "\f053";
  margin: 0 0.375rem 0 0; }

/**
* @desc			Panels & Wells
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */

.panel {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f0f0f0; }
  
  .panel p {
    margin-bottom: 0; }
    
    .panel p + p {
      margin-top: 1.5rem; }
  
  .panel table {
    margin: 0; }
    
    .panel table thead tr {
      border: 0; }
    
    .panel table th {
      padding-top: 0; }
    
    .panel table :last-child tr:last-child td {
      padding-bottom: 0 !important; }

/* ============================================================================
"Compact" Panel
============================================================================ */

.panel--compact {
  padding: 0.5rem; }

/* ============================================================================
"Alert" Panel
============================================================================ */
.panel--alert {
  position: relative;
  border: 0; }
  .panel--alert .alert__title {
    margin: 0;
    padding: 0 1.5rem 0 0; }
    .panel--alert .alert__title + .alert__content {
      margin: 1.5rem 0 0; }
  .panel--alert .alert__content > * + * {
    margin-top: 1.5rem;
    margin-bottom: 0; }
  .panel--alert[class*="alert--"] {
    color: #fff; }
    .panel--alert[class*="alert--"] .alert__title {
      color: #fff; }

/* Close button
============================================================================ */
.alert__close {
  text-align: center;
  border: 0;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 1.5rem;
  background: #333;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  opacity: .5;
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0; }
  .alert__close:hover, .alert__close:active, .alert__close:focus {
    opacity: 1;
    outline: none; }
  .alert__close:active {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25); }
  .alert__close:after {
    font-family: "FontAwesome";
    content: "\f00d"; }

/* Alternate Styles
============================================================================ */
/* "Good" */
.alert--good {
  background: #28a40c; }
  .alert--good .alert__close {
    background: #186207; }

/* "Bad" */
.alert--bad {
  background: #c00; }
  .alert--bad .alert__close {
    background: #7a0000; }

/* "Warning" */
.alert--warning {
  background: #f8971d; }
  .alert--warning .alert__close {
    background: #955b11; }

/* "Info" */
.alert--info {
  background: #4da7e2; }
  .alert--info .alert__close {
    background: #2e6488; }

/* "Dark" */
.alert--dark {
  background: #333; }
  .alert--dark .alert__close {
    background: #1f1f1f; }

/* ============================================================================
"No Results" Cart
============================================================================ */
.panel--no-results {
  text-align: center;
  font-weight: 700;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/* ============================================================================
"Well" Panel
============================================================================ */

.panel--well {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

/**
* @desc			Progress bars
* @author		Firespring
*/
/* ============================================================================
Variables
============================================================================ */
/* ============================================================================
Progress Bar Display
============================================================================ */
.progress-bar {
  position: relative; }

.progress-bar__trench {
  height: 1rem;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 1px;
  background-color: #333; }

.progress-bar__meter {
  height: 100%;
  border-radius: 2px;
  background-color: #28a40c;
  background-size: 40px 40px;
  background-repeat: repeat-x; }

/* ============================================================================
Progress Bar Metrics
============================================================================ */
.progress-bar__metrics {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin: 0.375rem 0 0; }

.progress-bar-percent {
  text-align: center; }

/* ============================================================================
Progress Bar Meta
============================================================================ */
.progress-bar__meta {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0.375rem 0 0; }

/* ============================================================================
Progress Bar Linear
============================================================================ */
.progress-bar--linear.progress-0 .progress-bar__meter {
  width: 0; }

.progress-bar--linear.progress-5 .progress-bar__meter {
  width: 5%; }

.progress-bar--linear.progress-10 .progress-bar__meter {
  width: 10%; }

.progress-bar--linear.progress-15 .progress-bar__meter {
  width: 15%; }

.progress-bar--linear.progress-20 .progress-bar__meter {
  width: 20%; }

.progress-bar--linear.progress-25 .progress-bar__meter {
  width: 25%; }

.progress-bar--linear.progress-30 .progress-bar__meter {
  width: 30%; }

.progress-bar--linear.progress-35 .progress-bar__meter {
  width: 35%; }

.progress-bar--linear.progress-40 .progress-bar__meter {
  width: 40%; }

.progress-bar--linear.progress-45 .progress-bar__meter {
  width: 45%; }

.progress-bar--linear.progress-50 .progress-bar__meter {
  width: 50%; }

.progress-bar--linear.progress-55 .progress-bar__meter {
  width: 55%; }

.progress-bar--linear.progress-60 .progress-bar__meter {
  width: 60%; }

.progress-bar--linear.progress-65 .progress-bar__meter {
  width: 65%; }

.progress-bar--linear.progress-70 .progress-bar__meter {
  width: 70%; }

.progress-bar--linear.progress-75 .progress-bar__meter {
  width: 75%; }

.progress-bar--linear.progress-80 .progress-bar__meter {
  width: 80%; }

.progress-bar--linear.progress-85 .progress-bar__meter {
  width: 85%; }

.progress-bar--linear.progress-90 .progress-bar__meter {
  width: 90%; }

.progress-bar--linear.progress-95 .progress-bar__meter {
  width: 95%; }

.progress-bar--linear.progress-100 .progress-bar__meter {
  width: 100%; }

.progress-bar--linear .progress-bar-percent {
  display: none; }

/* ============================================================================
Animated
============================================================================ */
.progress-bar--animated .progress-bar__meter {
  -webkit-animation: progress-bar 1s linear infinite;
  animation: progress-bar 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-size: 24px 24px; }

@-webkit-keyframes progress-bar {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 24px 0; } }

@keyframes progress-bar {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 24px 0; } }

/**
* @desc			Sliders
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.slider {
  position: relative; }

.slider__contents {
  position: relative;
  overflow: hidden; }
  .slider__contents ul {
    width: 100%;
    height: 480px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center; }
  .slider__contents li {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .5; }
    .slider__contents li.slide--active {
      opacity: 1; }

.slide-text__title {
  font-weight: bold; }

.slide {
  position: relative; }

.slide__overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* ============================================================================
No Carousel Mode
============================================================================ */
.slider--no-carousel ul {
  overflow: hidden; }

/* ============================================================================
Prev/Next Navigation
============================================================================ */
.slider-nav--prev,
.slider-nav--next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 999;
  line-height: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  transform: translateY(-50%); }
  .slider-nav--prev:after,
  .slider-nav--next:after {
    line-height: 1;
    font-family: "FontAwesome"; }
  .slider-nav--prev:hover,
  .slider-nav--next:hover {
    text-decoration: none; }

.slider-nav--prev {
  left: 1rem; }
  .slider-nav--prev:after {
    content: "\f137"; }

.slider-nav--next {
  right: 1rem; }
  .slider-nav--next:after {
    content: "\f138"; }

/* ============================================================================
Pager
============================================================================ */
.slider-controls-pager {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  z-index: 10;
  text-align: center;
  line-height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .slider-controls-pager span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer; }

span.slider-controls-pager__active {
  background: white; }

/**
* @desc			Tables
* @author		Firespring
*/
/**
* @desc			Tables
* @author		Firespring
*/
/* ============================================================================
Table Defaults
============================================================================ */
table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table caption {
    font-weight: 700; }

thead,
tfoot {
  color: #222; }

th,
td {
  display: table-cell; }

th {
  border-bottom: 3px solid #ccc;
  vertical-align: bottom;
  font-weight: 700;
  line-height: 1;
  text-align: left; }

td {
  border-top: 1px solid #ccc;
  vertical-align: top; }

tfoot td {
  line-height: 1; }

tfoot tr:first-child {
  border-top: 3px solid #ccc; }

table .empty:after {
  content: "n/a";
  color: #999; }

/* ============================================================================
Footer contents
============================================================================ */
tfoot td * {
  vertical-align: middle; }

tfoot div {
  display: inline-block; }

/* ============================================================================
Table Actions
============================================================================ */
.table-actions {
  border-top: 3px solid #ccc;
  padding: 1rem 0.75rem 0; }
  .table-actions > *:first-child {
    margin: 0; }

/* Media Queries
============================================================================ */
/* Extra small column widths */
@media only screen and (min-width: 768px) {
  .table-actions {
    display: flex;
    flex-wrap: wrap; }
    .table-actions > * {
      margin: 0 0 0 1rem; } }

/* ============================================================================
Clickable rows
============================================================================ */
tr.is-link {
  cursor: pointer; }
  tr.is-link:hover td {
    background: #f0f0f0; }

/* ============================================================================
Row Headers
============================================================================ */
tbody.row-headers td:first-child {
  font-weight: 700; }

/* ============================================================================
Rotated Column Labels
============================================================================ */
thead.rotated span {
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr; }

/* ============================================================================
Misc styles
============================================================================ */
th.numeric,
td.numeric {
  text-align: right; }

/**
* @desc			Plain tables
* @author		Firespring
*/
/* ============================================================================
Table Defaults
============================================================================ */
.table--plain th,
.table--plain td {
  border: 0;
  padding: 0;
  line-height: 1.5rem; }
  .table--plain th:not(:first-child),
  .table--plain td:not(:first-child) {
    padding-left: 1.125rem; }

.table--plain tfoot tr:first-child {
  border: 0; }

/**
* @desc			Striped tables
* @author		Firespring
*/
.table--striped tr:nth-child(even) td {
  background: #f0f0f0; }

/**
* @desc			Bordered tables
* @author		Firespring
*/
.table--bordered th,
.table--bordered td,
.table--bordered tbody > tr:first-child td {
  border: 1px solid #ccc; }

.table--bordered th {
  border-bottom-width: 3px; }

.table--bordered tfoot td {
  border-top-width: 3px; }

/**
* @desc			Compact tables
* @author		Firespring
*/
/**
* @desc			Responsive tables
* @author		Firespring
*/
.table--responsive > thead tr {
  position: absolute;
  top: -9999em;
  left: -9999em; }

.table--responsive > tbody tr,
.table--responsive > tfoot tr {
  border-top: 1px solid #ccc; }

.table--responsive > tbody > tr:first-child {
  border-top: 0; }

.table--responsive > tfoot > tr:first-child {
  border-top: 3px solid #ccc; }

.table--responsive > tbody td,
.table--responsive > tfoot td {
  display: block;
  border: 0;
  padding: 0.625rem 0.625rem 0; }

.table--responsive > tbody td:last-child,
.table--responsive > tfoot td:last-child {
  padding-bottom: 0.625rem; }

.table--responsive > tbody td.numeric,
.table--responsive > tfoot td.numeric {
  text-align: left; }

.table--responsive .table-responsive.no-thead > tbody td {
  display: block; }

.table--responsive > tbody td:before {
  display: block;
  font-weight: bold;
  content: attr(data-label); }

.table--responsive > tbody tr.no-data-label td:before {
  display: none; }

/* ============================================================================
Media Queries
============================================================================ */
/* Medium+
============================================================================ */
@media only screen and (min-width: 992px) {
  .table--responsive > thead tr {
    position: static;
    top: 0;
    left: 0; }
  .table--responsive > tbody td,
  .table--responsive > tfoot td {
    display: table-cell;
    padding: 0.75rem !important; }
  .table--responsive > tbody > tr:first-child > td:first-child {
    padding-top: 0.75rem; }
  .table--responsive > tbody > tr > td:last-child {
    padding-bottom: 1rem; }
  .table--responsive > tfoot tr:first-child {
    border-top: 3px solid #ccc; }
  .table--responsive > tbody td:before {
    display: none; }
  .table--responsive > tbody td.numeric,
  .table--responsive > tfoot td.numeric {
    text-align: right; } }

/**
* @desc			Catalog Items tables
* @author		Firespring
*/
.table--order-items .item-details {
  white-space: normal; }

.table--order-items td.item-thumb {
  background: #fff; }
  .table--order-items td.item-thumb .image {
    min-width: 100px; }
  .table--order-items td.item-thumb img {
    border: 1px solid #333; }

.table--order-items .item-option {
  width: 9.375rem; }
  .table--order-items .item-option + .item-option {
    margin-top: 0.75rem; }

.table--order-items tfoot {
  text-align: right; }
  .table--order-items tfoot .order-total {
    font-weight: 700; }
  .table--order-items tfoot .discount {
    display: block;
    font-style: italic;
    margin: 0.5rem 0 0; }

.table--order-items .item-details__title {
  font-weight: 700; }

.table--order-items .item-details__description {
  font-size: 0.875rem; }

.table--order-items .item-details__meta {
  font-size: 0.875rem; }

.table--order-items .info-row {
  display: block;
  box-shadow: none;
  padding: 0;
  margin: 0.75rem 0 0; }
  .table--order-items .info-row:first-child {
    margin: 0; }

.table--order-items .info-row__label,
.table--order-items .info-row__content {
  max-width: none; }

.table--order-items tr.catalog td {
  white-space: normal;
  padding-right: 0 !important;
  padding-left: 0 !important; }
  .table--order-items tr.catalog td .catalog {
    padding: 0; }

/* Media queries
============================================================================ */
/* Smaller than Medium */
@media only screen and (max-width: 1200px) {
  .table--order-items .item-option {
    width: auto; }
  .table--order-items td.numeric,
  .table--order-items tfoot {
    text-align: left; } }

/**
* @desc			Item Pricing tables
* @author		Firespring
*/
.table--item-pricing th {
  font-size: 0.75rem;
  text-transform: uppercase;
  white-space: nowrap; }
  .table--item-pricing th:first-child {
    padding-left: 0; }
  .table--item-pricing th:last-child {
    padding-right: 0; }

.table--item-pricing td:first-child {
  padding-left: 0; }

.table--item-pricing td:last-child {
  padding-right: 0; }

/**
* @desc			Flexbox tables
* @author		Firespring
*/
.flex-table {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }
  .flex-table > a {
    display: block;
    position: relative;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-right: 3rem; }
    .flex-table > a:after {
      display: block;
      position: absolute;
      right: 0.6875rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.3125rem;
      line-height: 1;
      font-family: "FontAwesome";
      content: "\f138";
      color: #999; }
    .flex-table > a:hover {
      background: #f0f0f0; }
    .flex-table > a:last-child {
      border: none; }

.flex-table--has-links .flex-table-td:last-child {
  padding-right: 3rem; }

.flex-table__tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0.75rem; }
  .flex-table__tr:last-child {
    border: none; }

.flex-table__tr--header {
  display: none; }

.flex-table-td {
  word-break: break-word; }
  .flex-table-td:before {
    display: block;
    content: attr(data-header);
    font-weight: bold;
    word-break: break-word; }
  .flex-table-td.empty:after {
    content: "n/a";
    color: #999; }
  .flex-table-td > .image,
  .flex-table-td > img {
    margin: 0.25rem 0 0; }

/* ============================================================================
Media Queries
============================================================================ */
/* Small+
============================================================================ */
@media only screen and (min-width: 768px) {
  .flex-table > a {
    padding: 0; }
    .flex-table > a:after {
      top: 0.875rem;
      transform: none; }
  .flex-table__tr {
    display: flex;
    padding: 0; }
    .flex-table__tr.flex-table__tr--header {
      display: flex;
      border-bottom: 3px solid #ccc;
      font-weight: bold; }
  .flex-table-td {
    flex: 1;
    padding: 0.75rem; }
    .flex-table-td:before {
      content: none; }
  .flex-table-td--expand {
    flex-grow: 3; } }

/**
* @desc			Tabs
* @author		Firespring
*/
/**
* @desc			Horizontal tabs (default)
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
/* Navigation
============================================================================ */
.tabs__nav {
  border: 1px solid #ccc; }
  .tabs__nav li.tab-panel--current a {
    background-color: #fff; }
  .tabs__nav a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #ccc;
    color: #333;
    text-decoration: none;
    padding: 0.625rem 1rem 0.5rem; }
    .tabs__nav a:hover, .tabs__nav a:active {
      background: #f0f0f0; }
    .tabs__nav a:focus {
      outline: 0; }

/* Thumbnail tabs
============================================================================ */
.tabs--thumbnails .tabs__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0;
  box-shadow: inset 0 -1px #ccc;
  padding: 0 6px; }
  .tabs--thumbnails .tabs__nav li + li {
    margin-left: 1px; }
  .tabs--thumbnails .tabs__nav li.tab-panel--current a {
    border: 1px solid #ccc;
    border-bottom: 0;
    box-shadow: 0 1px #fff;
    padding-bottom: 0.6875rem;
    height: 4rem; }
  .tabs--thumbnails .tabs__nav a {
    width: 4rem;
    height: 4rem;
    padding: 0.625rem; }
    .tabs--thumbnails .tabs__nav a span {
      display: block;
      width: 2.625rem;
      height: 2.625rem;
      border: 1px solid #333;
      background-size: auto 64px;
      background-position: center center; }

/* Media Queries
============================================================================ */
/* Extra-small and bigger */
@media only screen and (min-width: 480px) {
  .tabs__nav {
    display: flex;
    justify-content: center;
    border: 0;
    box-shadow: inset 0 -1px #ccc;
    padding: 0 6px; }
    .tabs__nav li + li {
      margin-left: 1px; }
    .tabs__nav li.tab-panel--current a {
      border: 1px solid #ccc;
      border-bottom: 0;
      box-shadow: 0 1px #fff;
      padding-bottom: 0.6875rem; }
  .tabs--thumbnails .tabs__nav li.tab-panel--current a {
    height: 6.25rem; }
  .tabs--thumbnails .tabs__nav a {
    width: 6.25rem;
    height: 6.125rem;
    padding: 0.5625rem 0.625rem 0.625rem; }
    .tabs--thumbnails .tabs__nav a span {
      width: 4.875rem;
      height: 4.875rem;
      background-size: auto 100px; } }

/* ============================================================================
Panes
============================================================================ */
.tabs__panels {
  flex-shrink: 1;
  min-width: 1px; }

.tab-panel {
  display: none;
  background: #fff; }

.tab-panel--current {
  display: block; }

/**
* @desc			Tooltips
* @author		Firespring
*/
/* ============================================================================
Tooltip Trigger
============================================================================ */
.tooltip--trigger {
  display: inline-block;
  color: #666;
  cursor: help; }
  .tooltip--trigger:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f059"; }
  .tooltip--trigger:hover {
    color: #222; }

/* ============================================================================
Tooltip Theme
Original author: http://iamceege.github.io/tooltipster/
============================================================================ */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 4px;
  background: #333;
  color: #fff;
  /* Use this next selector to style things like font-size and line-height: */ }
  .tooltipster-default .tooltipster-content {
    font-size: 0.75rem;
    line-height: 1.5;
    overflow: hidden;
    padding: 0.5rem 0.6875rem; }
    .tooltipster-default .tooltipster-content :last-child {
      margin-bottom: 0; }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 0.25rem; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  overflow: visible; }
  .tooltipster-base .tooltipster-content {
    overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  transform: scale(1.1, 1.1); }

/**
* @desc			User Login
* @author		Firespring
*/
.user-login {
  max-width: 40rem; }
  .user-login .form-actions {
    justify-content: center; }

.user-login__guest-continue a,
.user-login__option a {
  display: block;
  border: 1px solid #06f;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  text-align: center; }
  .user-login__guest-continue a:hover,
  .user-login__option a:hover {
    border: 1px solid #000; }
  .user-login__guest-continue a:active,
  .user-login__option a:active {
    border: 1px solid #000; }

.user-login__hr {
  text-align: center;
  position: relative;
  font-size: 0.875rem;
  color: #666; }
  .user-login__hr:before {
    background: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%; }
  .user-login__hr span {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 1.3125rem; }

/**
* @desc			Website Notice
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.website-notice {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; }

.website-notice__text {
  flex: 1;
  padding: 12px; }

.website-notice__text *:last-child {
  margin-bottom: 0; }

.website-notice__text a:link,
.website-notice__text a:visited,
.website-notice__text a:hover,
.website-notice__text a:active {
  color: inherit !important;
  text-decoration: underline !important; }

.website-notice__dismiss {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  padding: 12px; }

.website-notice__dismiss button {
  display: flex;
  align-items: center;
  border: 0;
  background: none;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: .875em;
  padding: 10px 15px; }

.website-notice__dismiss button:hover,
.website-notice__dismiss button:active,
.website-notice__dismiss button:focus {
  background: none;
  background-color: black;
  box-shadow: none;
  color: white; }

/* ============================================================================
Media queries
============================================================================ */
/* Small
============================================================================ */
@media only screen and (min-width: 768px) {
  .website-notice {
    display: flex; } }

/**
* @desc			Wizards
* @author		Firespring
*/
/* ============================================================================
Navigation
============================================================================ */
/* Defaults
============================================================================ */
.wizard__steps {
  border-radius: 4px;
  background: #f0f0f0;
  font-size: 0.875rem;
  line-height: 1;
  color: #666; }
  .wizard__steps ol {
    text-align: center; }

.wizard-step {
  display: inline-block; }
  .wizard-step:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f105";
    margin: 0 0.625rem; }
  .wizard-step span {
    display: inline-block;
    margin: 0.375rem 0;
    padding: 0.375rem 0; }
  .wizard-step a {
    color: #333; }

/* Current Step
============================================================================ */
.wizard-step--current span {
  box-shadow: 0 3px 0 #333;
  font-weight: 700;
  color: #333; }

/* ============================================================================
Content
============================================================================ */
/* ============================================================================
Actions
============================================================================ */
.wizard__actions {
  display: flex;
  flex-direction: column;
  align-items: center; }

/* ============================================================================
Media queries
============================================================================ */
/* Small
============================================================================ */
@media only screen and (min-width: 480px) {
  .wizard__actions {
    flex-direction: row; }
    .wizard__actions > .button + .button {
      margin: 0 0.75rem 0 0; }
  .wizard-action--continue {
    order: 2;
    margin: 0 0 0 auto; } }

/**
* @desc			Basic Payment Button content type
* @author		Firespring
*/
/**
* @desc			BEPO content type
* @author		Firespring
*/
.bepo embed {
  height: 50rem; }

/**
* @desc			Bible Search Form content type
* @author		Firespring
*/
/* ============================================================================
Media queries
============================================================================ */
/* Small and bigger
============================================================================ */
@media only screen and (min-width: 768px) {
  .bible-search__version {
    min-width: 33.33333333%;
    max-width: 33.33333333%; } }

/**
* @desc			Button content type
* @author		Firespring
*/
/* ==========================================================================
Defaults
========================================================================== */
.button-content__content {
  display: inline-block; }

/**
* @desc			Catalog and related content types
* @author		Firespring
*/
/**
* @desc			Shared styles for catalog-related types
* @author		Firespring
*/
.catalog-order-view__info .form-title,
.catalog-order-view__details .form-title,
.catalog-order-view__items .form-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem; }

.catalog-order-view__info .info-row,
.catalog-order-view__details .info-row,
.catalog-order-view__items .info-row {
  box-shadow: none;
  padding: 0;
  margin: 0.75rem 0 0; }
  .catalog-order-view__info .info-row:first-child,
  .catalog-order-view__details .info-row:first-child,
  .catalog-order-view__items .info-row:first-child {
    margin: 0; }

.catalog-order-view__info .form-title {
  margin-top: 0; }

.catalog-item-preview-image {
  text-align: center; }
  .catalog-item-preview-image img {
    border: 1px solid #333; }

.catalog__header h2 {
  margin: 0;
  font-size: 1.125rem; }

.catalog__header .fa {
  color: #999; }

.catalog-header__description {
  font-size: 0.875rem;
  margin: 0 0 2.25rem; }
  .catalog-header__description > * {
    margin-top: 1rem;
    margin-bottom: 0; }
    .catalog-header__description > *:first-child {
      margin: 0; }

/* Media queries
============================================================================ */
/* Medium */
@media only screen and (max-width: 1200px) {
  .catalog-order-view__items td {
    text-align: left !important; }
  .catalog-order-view__items tfoot td {
    text-align: left; }
  .catalog-order-view__items .form-actions {
    margin: 1.5rem 0 0; } }

/**
* @desc			Catalog content type
* @author		Firespring
*/
/**
* @desc			Catalogs - Defaults and shared styles
* @author		Firespring
*/
.catalogs {
  margin: 0 0 1.5rem; }

.catalog-description > * {
  margin-top: 1.5rem;
  margin-bottom: 0; }
  .catalog-description > *:first-child {
    margin: 0; }

/**
* @desc			Catalogs Nav (Breadcrumbs, Select Currency, View Cart, etc.)
* @author		Firespring
*/
.catalogs__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center; }

.catalogs-nav-breadcrumbs {
  flex: 1 0 100%; }

.catalogs-nav-misc {
  display: flex;
  align-items: center;
  font-size: 0.875rem; }
  .catalogs-nav-misc div:first-child {
    margin: 0; }

.catalogs-nav-misc__view-cart a:before {
  font-family: "FontAwesome";
  content: "\f07a"; }

/* ============================================================================
Media queries
============================================================================ */
/* Small and bigger */
@media only screen and (min-width: 768px) {
  .catalogs-nav-breadcrumbs {
    flex: 1 0 auto;
    margin: 0; } }

/**
* @desc			Catalogs Header (Search, View Cart, etc.)
* @author		Firespring
*/
.catalogs__search {
  margin: 0 0 2.25rem; }

/**
* @desc			Catalogs - Express/Simple View
* @author		Firespring
*/
.catalogs--express .catalog .catalog,
.catalogs--simple .catalog .catalog {
  padding: 2.25rem 0; }
  .catalogs--express .catalog .catalog .catalog__items,
  .catalogs--simple .catalog .catalog .catalog__items {
    box-shadow: none; }
  .catalogs--express .catalog .catalog .catalog-item,
  .catalogs--simple .catalog .catalog .catalog-item {
    box-shadow: none;
    box-shadow: 0 -1px 0 0 #ccc; }
    .catalogs--express .catalog .catalog .catalog-item:first-child,
    .catalogs--simple .catalog .catalog .catalog-item:first-child {
      box-shadow: none; }
    .catalogs--express .catalog .catalog .catalog-item:last-child,
    .catalogs--simple .catalog .catalog .catalog-item:last-child {
      padding-bottom: 0; }

.catalogs--express .catalogs__content--list > .catalog + .catalog,
.catalogs--simple .catalogs__content--list > .catalog + .catalog {
  margin: 2.25rem 0 0; }

.catalogs--express .catalog-item,
.catalogs--simple .catalog-item {
  padding: 2.25rem 0; }
  .catalogs--express .catalog-item:first-child,
  .catalogs--simple .catalog-item:first-child {
    padding-top: 0;
    box-shadow: none; }

.catalogs--express .catalog-item--out-of-stock .item-option-quantity-available,
.catalogs--simple .catalog-item--out-of-stock .item-option-quantity-available {
  color: #c00; }

.catalogs--express .catalog-item--out-of-stock .catalog-item__content,
.catalogs--simple .catalog-item--out-of-stock .catalog-item__content {
  margin: 0; }

.catalogs--express .catalog-item-images,
.catalogs--simple .catalog-item-images {
  text-align: center; }

.catalogs--express .catalog-item-gallery li,
.catalogs--simple .catalog-item-gallery li {
  flex-basis: 25%;
  max-width: 25%;
  margin: 0 5px 10px;
  padding: 0; }

.catalogs--express .catalog-item-content,
.catalogs--simple .catalog-item-content {
  margin: 0 0 1.5rem; }
  .catalogs--express .catalog-item-content > div + div,
  .catalogs--simple .catalog-item-content > div + div {
    margin: 1.5rem 0 0; }

.catalogs--express .catalog-item-details,
.catalogs--simple .catalog-item-details {
  font-size: 0.875rem; }
  .catalogs--express .catalog-item-details .panel,
  .catalogs--simple .catalog-item-details .panel {
    margin: 0; }

.catalogs--express .catalog-item-options,
.catalogs--simple .catalog-item-options {
  font-size: 0.875rem; }
  .catalogs--express .catalog-item-options > .form-row,
  .catalogs--simple .catalog-item-options > .form-row {
    margin: 0.75rem 0 0; }
    .catalogs--express .catalog-item-options > .form-row:first-child,
    .catalogs--simple .catalog-item-options > .form-row:first-child {
      margin: 0; }
  .catalogs--express .catalog-item-options .form-row__label,
  .catalogs--simple .catalog-item-options .form-row__label {
    font-weight: 700;
    margin-bottom: 0.25rem; }

.catalogs--express .item-option-quantity-available,
.catalogs--simple .item-option-quantity-available {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #999;
  font-weight: 500; }

.catalogs--express .item-option-quantity-unit-price,
.catalogs--simple .item-option-quantity-unit-price {
  margin-top: 0.25rem; }
  .catalogs--express .item-option-quantity-unit-price strong,
  .catalogs--simple .item-option-quantity-unit-price strong {
    font-size: 1rem; }

.catalogs--express .catalog-item-title,
.catalogs--simple .catalog-item-title {
  margin: 0 0 0.75rem; }
  .catalogs--express .catalog-item-title h2,
  .catalogs--simple .catalog-item-title h2 {
    margin: 0;
    font-size: 1.125rem; }
  .catalogs--express .catalog-item-title .catalog-item-number,
  .catalogs--simple .catalog-item-title .catalog-item-number {
    font-size: 0.875rem;
    margin: 0.125rem 0 0; }

.catalogs--express .catalog-item-description,
.catalogs--simple .catalog-item-description {
  font-size: 0.875rem; }
  .catalogs--express .catalog-item-description > *,
  .catalogs--simple .catalog-item-description > * {
    margin-top: 0.75rem;
    margin-bottom: 0; }
    .catalogs--express .catalog-item-description > *:first-child,
    .catalogs--simple .catalog-item-description > *:first-child {
      margin: 0; }

.catalogs--express .catalog-item__subtotal,
.catalogs--simple .catalog-item__subtotal {
  display: flex; }

.catalogs--express .catalog-item-subtotal-pricing,
.catalogs--simple .catalog-item-subtotal-pricing {
  width: 9.375rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #333; }
  .catalogs--express .catalog-item-subtotal-pricing h6,
  .catalogs--simple .catalog-item-subtotal-pricing h6 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    margin: 0 0 0.125rem; }

.catalogs--express .catalog-items-total,
.catalogs--simple .catalog-items-total {
  display: flex; }

.catalogs--express .catalog-items-total-pricing,
.catalogs--simple .catalog-items-total-pricing {
  width: 9.375rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  color: #333; }
  .catalogs--express .catalog-items-total-pricing h6,
  .catalogs--simple .catalog-items-total-pricing h6 {
    font-weight: 500;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 0.125rem; }

/* Media Queries
============================================================================ */
@media only screen and (min-width: 768px) {
  .catalogs--express .catalog-item__content {
    display: flex; }
    .catalogs--express .catalog-item__content > div {
      margin: 0 0 0 1.125rem; }
      .catalogs--express .catalog-item__content > div:first-child {
        margin: 0; }
  .catalogs--express .catalog-item-images {
    flex: 1 0 9.375rem;
    max-width: 9.375rem; }
  .catalogs--express .catalog-item-content {
    flex: 1; }
  .catalogs--express .catalog-item-options {
    flex: 1 0 7.8125rem;
    max-width: 7.8125rem; }
  .catalogs--express .catalog-item__subtotal,
  .catalogs--express .catalog-items-total {
    justify-content: flex-end;
    text-align: right; } }

@media only screen and (min-width: 992px) {
  .catalogs--express .catalog-item__content > div {
    margin: 0 0 0 1.5rem; } }

/**
* @desc			Catalogs - Gallery View
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.catalogs--gallery .catalog__header {
  margin: 0 0 1rem; }

.catalogs--gallery .image {
  text-align: center; }
  .catalogs--gallery .image img {
    border: 1px solid #333; }

.catalogs--gallery .catalog-nav {
  margin: 0 0 1rem; }
  .catalogs--gallery .catalog-nav ul ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogs--gallery .catalog-nav ul ul li:not(:first-child):before {
      display: inline-block;
      content: "\00B7";
      margin: 0 0.375rem; }
  .catalogs--gallery .catalog-nav > ul > li > a {
    font-weight: bold; }
  .catalogs--gallery .catalog-nav li.up {
    margin: 0 0 1rem; }
    .catalogs--gallery .catalog-nav li.up a:before {
      display: inline-block;
      font-family: "FontAwesome";
      content: "\f148";
      transform: scaleX(-1);
      margin: 0 0.375rem 0 0; }

.catalogs--gallery .catalogs__content--grid .catalog-grid .catalog {
  padding: 0.5rem; }
  .catalogs--gallery .catalogs__content--grid .catalog-grid .catalog a {
    padding: 1rem;
    background: #f0f0f0;
    color: #333;
    text-decoration: none; }
    .catalogs--gallery .catalogs__content--grid .catalog-grid .catalog a:hover {
      background: #ccc; }
      .catalogs--gallery .catalogs__content--grid .catalog-grid .catalog a:hover h3:after {
        color: #333; }
  .catalogs--gallery .catalogs__content--grid .catalog-grid .catalog h3:after {
    display: inline-block;
    line-height: 1;
    font-family: "FontAwesome";
    content: "\f138";
    color: #999;
    margin: 0 0 0 0.5rem; }
  .catalogs--gallery .catalogs__content--grid .catalog-grid .catalog h3 + .catalog-description {
    margin: 1rem 0 0; }

.catalogs--gallery .catalogs__content--grid .info-row {
  padding: 0;
  box-shadow: none; }

.catalogs--gallery .catalogs__content--grid .info-row__label,
.catalogs--gallery .catalogs__content--grid .info-row__content {
  display: inline-block;
  float: none;
  width: auto;
  padding: 0; }

.catalogs--gallery .catalogs__content--grid .info-row__label strong:after {
  content: ":"; }

.catalogs--gallery .catalogs__content--grid h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.33333; }

.catalogs--gallery .catalogs__content--grid .item-details-sub-catalog {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #999;
  font-weight: 500; }
  .catalogs--gallery .catalogs__content--grid .item-details-sub-catalog:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f02d";
    margin: 0 0.25rem 0 0; }

.catalogs--gallery .catalogs__content--grid .item-details__meta {
  display: flex; }
  .catalogs--gallery .catalogs__content--grid .item-details__meta > div {
    flex: 1 1 auto; }
  .catalogs--gallery .catalogs__content--grid .item-details__meta h6 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    margin: 0 0 0.125rem; }

.catalogs--gallery .catalogs__content--grid .item-details__description {
  font-size: 0.875rem; }

.catalogs--gallery .catalog-item--out-of-stock .item-details-stock strong {
  color: #c00; }

/* Media Queries
============================================================================ */
@media only screen and (min-width: 992px) {
  .catalogs--gallery .catalog__header {
    margin: 0 0 1.5rem; }
  .catalogs--gallery .catalog__main {
    display: flex; }
  .catalogs--gallery .catalog-nav {
    flex: 1 0 11.25rem;
    max-width: 11.25rem;
    padding: 0 1rem 0 0; }
    .catalogs--gallery .catalog-nav ul ul {
      flex-direction: column; }
      .catalogs--gallery .catalog-nav ul ul li:before,
      .catalogs--gallery .catalog-nav ul ul li:not(:first-child):before {
        display: inline-block;
        content: "\00B7";
        margin: 0 0.375rem 0 0; }
  .catalogs--gallery .catalog-items {
    flex: 1; } }

/* ============================================================================
Item Details view
============================================================================ */
.catalogs--gallery-item .catalog-item--out-of-stock .catalog-item-inventory {
  color: #c00; }

.catalogs--gallery-item .catalog-item-description > *:last-child {
  margin-bottom: 0; }

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

.catalog-item-header__title h2 {
  margin: 0; }

.catalog-item-header__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .catalog-item-header__meta > div + div:before {
    display: inline-block;
    content: "\2022";
    margin: 0 0.5rem; }

.catalog-item-gallery .grid--block,
.catalog-item-gallery li {
  border: 0; }

.catalog-item-gallery .grid--block {
  justify-content: center; }

.catalog-item__details > div + div {
  margin: 1.5rem 0 0; }

.catalog-item-details__meta {
  font-size: 0.875rem; }

.catalog-item-price,
.catalog-item-inventory {
  text-align: center; }

.catalog-item-price {
  font-weight: 700;
  font-size: 3rem; }

.catalog-item-pricing {
  border-top: 1px solid #ccc;
  margin: 0 0 2.25rem;
  padding: 0.75rem 0 0; }

.catalog-item-form {
  padding: 0 0 0.75rem; }

/* Media Queries
============================================================================ */
@media only screen and (min-width: 992px) {
  .catalog-item__details {
    display: flex; }
    .catalog-item__details > div + div {
      margin: 0; }
  .catalog-item-details__content {
    flex: 1;
    min-width: 0;
    margin-right: 1.5rem; }
  .catalog-item-details__meta {
    flex: 1 0 17.1875rem;
    max-width: 17.1875rem; } }

/**
* @desc			Catalogs - Pageflex items
* @author		Firespring
*/
/* ============================================================================
Preview
============================================================================ */
.catalogs--pageflex-preview .tabs {
  margin: 0 0 1.5rem; }
  .catalogs--pageflex-preview .tabs .pageflex-preview-image {
    margin: 0 auto; }

.pageflex-preview-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .pageflex-preview-image img {
    max-width: 100%; }

.pageflex-preview-actions {
  display: flex; }
  .pageflex-preview-actions form + form {
    margin: 0 0 0 0.6875rem; }

/**
* @desc			Catalog Order Management/Approval content type
* @author		Firespring
*/
.catalog-order-management-approval .catalog-order-view__return {
  margin-top: 1.5rem; }

.catalog-order-management-approval .shopping-cart-item.item-approved {
  display: block;
  text-align: center;
  font-size: 1.125rem; }
  .catalog-order-management-approval .shopping-cart-item.item-approved .item-actions {
    display: block; }

.catalog-order-management-approval--order-view > div {
  margin-top: 3.75rem; }
  .catalog-order-management-approval--order-view > div:first-child {
    margin-top: 0; }

/**
* @desc			Collection content type
* @author		Firespring
*/
/* ============================================================================
General defaults
============================================================================ */
.collection {
  margin-bottom: 1.5rem; }
  .collection > ul,
  .collection > ol {
    margin-bottom: 0; }

.collection-item-image {
  margin-bottom: 1.5rem; }

.collection-item-label {
  font-weight: 700; }

.collection-item-description p,
.collection-item-details p {
  margin: 0; }
  .collection-item-description p + p,
  .collection-item-details p + p {
    margin-top: 1.5rem; }

.collection-item-description .collection-item-label:after,
.collection-item-details .collection-item-label:after {
  content: ":\00A0"; }

.collection-item--has-icon .collection-item-icon,
.collection-item--has-icon .collection-item-label {
  display: inline-block; }

/* ============================================================================
Gallery view
============================================================================ */
.collection--gallery .collection-item-image {
  max-width: 100%;
  margin: 0; }

.collection--gallery .collection-item-image + [class*="collection-item-"],
.collection--gallery .nav--pagination {
  margin-top: 1.5rem; }

.collection--gallery .grid--block-horz-left .collection-item__content {
  align-items: flex-start; }

.collection--gallery .grid--block-horz-right .collection-item__content {
  align-items: flex-end; }

.collection--gallery .grid--block-horz-center .collection-item__content {
  align-items: center; }

/* ============================================================================
Glossary view
============================================================================ */
.collection--glossary .collection__nav li + li {
  margin-left: 1.5rem; }

.collection--glossary .collection__items li {
  margin: 0; }
  .collection--glossary .collection__items li + li {
    margin-top: 1.5rem; }

/* ============================================================================
Collection item details
============================================================================ */
.collection-item--details .collection-item-icon,
.collection-item--details .collection-item-label {
  display: block; }

.collection-item--details .collection-item-details {
  margin-bottom: 1.5rem; }

/**
* @desc			Content Block content type
* @author		Firespring
*/
/**
* @desc			Credit Balance Display content type
* @author		Firespring
*/
/**
* @desc			Data Table content type
* @author		Firespring
*/
/**
* @desc			Donation Tiers content type
* @author		Firespring
*/
.donation-tier + .donation-tier {
  margin: 1.5rem 0 0; }

.donation-tier a {
  display: block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f0f0f0;
  color: #333;
  text-decoration: none; }
  .donation-tier a:hover, .donation-tier a:active {
    border-color: #999;
    background: #ccc; }

.donation-tier__amount {
  font-weight: 700; }

/**
* @desc			Event Calendars content type
* @author		Firespring
*/
/**
* @desc			Event Calendars content type: Default settings
* @author		Firespring
*/
/* ============================================================================
Event header
============================================================================ */
.event__header h2 {
  line-height: 1; }

.event-meta__date-time > div[class*="info-meta__"] {
  display: block;
  margin: 0; }

.event-meta__date-time .event-date__end:before,
.event-meta__date-time .event-time__end:before,
.event-meta__date-time .event-date-time-range__end:before {
  content: "\2009\2013\2009"; }

.event-meta__date-time .event-date-time-range__time:before {
  content: ", "; }

.event-meta__address {
  width: 100%; }

.event-meta__address-lines {
  display: block; }

/* ============================================================================
Event content/details
============================================================================ */
.event-info > div + div,
.event-related > div + div {
  margin-top: 1.5rem; }

.event-related {
  width: 100%; }
  .event-related h6 {
    margin: 0;
    text-transform: uppercase; }

.event-description > * + * {
  margin: 1.5rem 0 0; }

/* Event contact
============================================================================ */
.event-contact > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .event-contact > div:before {
    display: inline-block;
    width: 1.2857142857em;
    text-align: center;
    font-family: FontAwesome;
    font-size: 0.875rem;
    color: #999;
    margin: 0 0.375rem 0 0; }

.event-contact__name:before {
  content: "\f007"; }

.event-contact__email:before {
  content: "\f0e0"; }

.event-contact__phone:before {
  content: "\f095"; }

/* Event related links
============================================================================ */
.event-related-links li {
  position: relative;
  padding: 0 0 0 1.5em; }
  .event-related-links li:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 1.2857142857em;
    text-align: center;
    font-family: FontAwesome;
    content: "\f0c1";
    font-size: 0.875rem;
    color: #999;
    margin: 0 0.375rem 0 0; }

/* ============================================================================
Event Actions
============================================================================ */
.event-header-actions .event-register__description {
  font-size: 0.75rem; }

/* ============================================================================
'Add to Calendar' Link
============================================================================ */
.event-add-calendar {
  font-size: 0.875rem; }

/* ============================================================================
Media Queries
============================================================================ */
@media only screen and (min-width: 480px) {
  .event-related > div + div {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .event-meta__address-lines {
    display: flex;
    flex-wrap: wrap; }
    .event-meta__address-lines > div {
      max-width: 100%; }
    .event-meta__address-lines > div:not(:last-child):after {
      content: ",\00A0"; } }

@media only screen and (min-width: 992px) {
  .event__header {
    display: flex; }
    .event__header .event-header-text {
      flex: 1;
      padding: 0 1rem 0 0; }
    .event__header .event-header-actions {
      flex: 1 0 15rem;
      max-width: 15rem;
      margin: 0;
      text-align: right; }
  .event-image {
    flex: 0 1 20rem;
    max-width: 20rem;
    margin: 0 1.25rem 0 0; }
  .event-info {
    flex: 1; }
  .event-related > div + div {
    margin: 0; }
  .event__content {
    display: flex; } }

/* ============================================================================
Pagination
============================================================================ */
.event-calendar .nav--pagination {
  border-top: 3px solid #ccc;
  padding: 1rem 0.75rem 0; }

/**
* @desc			Event Calendars content type: List view
* @author		Firespring
*/
.event-calendar__list .event:first-child {
  padding-top: 0; }

.event-calendar__list .event:last-child {
  box-shadow: none;
  padding-bottom: 0; }

.event-calendar__list h4 {
  margin: 0; }

.event-calendar__list .event-add-calendar {
  font-size: 0.875rem; }

.event-calendar__list--no-details .event__header {
  margin-bottom: 0; }

.event-calendar--grid .event-calendar-search {
  display: none; }

.event-calendar--grid table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
  line-height: 1.33333; }

.event-calendar--grid th,
.event-calendar--grid td {
  width: 14.2857%; }

.event-calendar--grid td {
  border: 0; }

.event-calendar--grid .calendar-grid-events-list__pagination {
  border: 0;
  padding: 0; }

.calendar-grid-header,
.calendar-grid-body {
  display: none; }

.calendar-grid-header__day {
  border: 1px solid #ccc;
  padding: 10px 5px;
  font-weight: 700;
  text-align: center; }

.calendar-grid-day-number {
  border: 1px solid #ccc;
  border-width: 0 1px;
  padding: 5px;
  font-weight: 700;
  text-align: right;
  vertical-align: middle; }

.calendar-grid-week {
  position: relative;
  min-height: 6.25rem;
  border-bottom: 1px solid #ccc; }

.calendar-grid-week__events {
  position: relative;
  z-index: 3; }

.calendar-grid-week__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }
  .calendar-grid-week__bg table {
    height: 100%; }
  .calendar-grid-week__bg td {
    height: 100%;
    border: 1px solid #ccc;
    border-width: 0 1px;
    vertical-align: middle;
    text-align: center; }

.calendar-grid-event {
  display: block;
  margin: 0 3px 2px;
  text-decoration: none; }
  .calendar-grid-event:link .calendar-grid-event__info, .calendar-grid-event:visited .calendar-grid-event__info {
    background: #666;
    border-radius: 3px;
    padding: 4px 5px;
    color: #fff; }
  .calendar-grid-event:hover .calendar-grid-event__info, .calendar-grid-event:active .calendar-grid-event__info {
    background: #222;
    text-decoration: underline; }

.calendar-grid-event__time {
  font-weight: 700; }

.calendar-grid-today {
  background: #f0f0f0; }

.calendar-grid-events-list--empty {
  text-align: center; }

.calendar-grid-events-list__day:last-child {
  margin-bottom: 0; }

.calendar-grid-events-list__header {
  margin-bottom: 1px;
  font-weight: 700;
  background-color: #333;
  padding: 0.5rem 0.625rem;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem; }

.calendar-grid-events-list__list li {
  margin-bottom: 1px; }
  .calendar-grid-events-list__list li:last-child {
    margin-bottom: 0; }

.calendar-grid-events-list__list a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #f0f0f0;
  padding: 0.5rem 0.625rem; }
  .calendar-grid-events-list__list a:hover {
    text-decoration: none; }
    .calendar-grid-events-list__list a:hover .event-title__label {
      text-decoration: underline; }

.calendar-grid-events-list__list .event-title {
  flex: 1;
  padding: 0 1rem 0 0; }

.calendar-grid-events-list__list .event-title__label {
  font-weight: 700; }

.calendar-grid-events-list__list .event-title__days {
  color: #333; }

.calendar-grid-events-list__list .event-meta__date-time {
  white-space: nowrap;
  font-size: 0.75rem;
  color: #333; }

.calendar-grid-events-list__pagination {
  justify-content: center; }
  .calendar-grid-events-list__pagination .nav--pagination__prev:before {
    margin-right: 0.5rem; }
  .calendar-grid-events-list__pagination .nav--pagination__next:before {
    display: none; }
  .calendar-grid-events-list__pagination .nav--pagination__next:after {
    margin-left: 0.5rem;
    font-family: "FontAwesome";
    content: "\f105"; }

/* ============================================================================
Media queries
============================================================================ */
@media only screen and (min-width: 768px) {
  .event-calendar--grid .event-calendar-search {
    display: flex; }
  .calendar-grid-header {
    display: table; }
  .calendar-grid-body {
    display: block; }
  .calendar-grid-events-list {
    display: none; } }

/**
* @desc			Event Calendars content type: Event Details view
* @author		Firespring
*/
.event--single .event__content {
  display: block; }

.event--single .event-image {
  max-width: none;
  margin: 0 0 1.5rem; }

/**
* @desc			Event Calendars content type: Registration process
* @author		Firespring
*/
/* ============================================================================
Ticket Groups
============================================================================ */
/* ============================================================================
Tickets
============================================================================ */
.event-ticket__title .form-title:before {
  display: inline-block;
  width: 1.286rem;
  font-family: "FontAwesome";
  content: "\f145";
  margin: 0 0.6875rem 0 0; }

.event-ticket__header {
  font-weight: 700; }
  .event-ticket__header label span {
    display: block; }
  .event-ticket__header .event-ticket__meta > * {
    display: inline-block; }
    .event-ticket__header .event-ticket__meta > *:first-child {
      margin-left: 0; }

/* Required Tickets
============================================================================ */
.event-ticket--required .event-ticket__header {
  color: #f8971d; }

/* Media Queries
============================================================================ */
/* X-Small+ */
@media only screen and (min-width: 480px) {
  .event-registration--tickets .event-ticket {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.625rem;
    margin-left: -.625rem; }
  .event-registration--tickets .event-ticket__quantity,
  .event-registration--tickets .event-ticket__info {
    padding-left: .625rem;
    padding-right: .625rem; }
  .event-registration--tickets .event-ticket__quantity {
    flex: 1 0 6rem;
    max-width: 6rem;
    margin-bottom: 0; }
  .event-registration--tickets .event-ticket__info {
    flex: 1; } }

/* ============================================================================
Ticketholder Info
============================================================================ */
.event-registration--ticketholder-info h5 {
  margin-bottom: 0; }

.event-registration--ticketholder-info .event-ticket {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0; }
  .event-registration--ticketholder-info .event-ticket:first-child {
    padding-top: 0; }
  .event-registration--ticketholder-info .event-ticket:last-child {
    padding-bottom: 0; }

.event-ticket__ticketholders {
  counter-reset: ticketholder-counter; }

.event-ticket__ticketholder {
  position: relative;
  min-height: 2.25rem;
  counter-increment: ticketholder-counter;
  padding: 1.5rem 0; }
  .event-ticket__ticketholder:first-child {
    border: 0; }
  .event-ticket__ticketholder:before {
    display: block;
    content: "#" counter(ticketholder-counter);
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 4px;
    background: #ccc;
    font-weight: 700;
    font-size: 0.75rem;
    text-align: center;
    padding: 0.5rem 0 0; }
  .event-ticket__ticketholder:first-child:before {
    margin-top: 0; }
  .event-ticket__ticketholder .form-row:last-child {
    margin-bottom: 0; }

/* Media queries
============================================================================ */
/* X-Small+ */
@media only screen and (min-width: 480px) {
  .event-ticket__ticketholder {
    padding-left: 3rem; }
    .event-ticket__ticketholder:before {
      position: absolute;
      top: 1.5rem;
      left: 0; } }

/* ============================================================================
Review & Register
============================================================================ */
.event-registration__review table {
  margin: 0; }

.event-registration__review .ticket-fields {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

.event-registration__registrant-info .form-row:last-child {
  margin-bottom: 0; }

/* ============================================================================
Confirmation
============================================================================ */
.event-registration__ticketholder-info .event-ticket {
  padding-top: 0;
  padding-bottom: 0; }
  .event-registration__ticketholder-info .event-ticket:first-child {
    padding-top: 0; }
  .event-registration__ticketholder-info .event-ticket:last-child {
    padding-bottom: 0; }

.event-registration__ticketholder-info h5 {
  margin-bottom: 0; }

/**
* @desc			Event Calendars content type: Nav
* @author		Firespring
*/
.event-calendar-search .form-row {
  margin: 0; }

/* ============================================================================
Navigation
============================================================================ */
.event-calendar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center; }

.event-calendar-nav__title {
  flex: 1 0 100%; }
  .event-calendar-nav__title h3 {
    line-height: 1; }

.event-calendar-nav__date-picker a:before,
.event-calendar-nav__next-prev a:before {
  font-family: "FontAwesome"; }

.event-calendar-nav__date-picker a:before {
  content: "\f073"; }

.event-calendar-nav__next-prev .button--prev:before {
  content: "\f053"; }

.event-calendar-nav__next-prev .button--next:before {
  content: "\f054"; }

/* Media queries
============================================================================ */
/* Small */
@media only screen and (min-width: 480px) {
  .event-calendar-nav {
    justify-content: flex-start;
    text-align: left; }
  .event-calendar-nav__title {
    flex: 1 0 auto;
    margin: 0; }
  .event-calendar-search__jump {
    max-width: 200px;
    margin: 0 1.25rem 0 0; }
  .event-calendar-search {
    display: flex; }
  .event-calendar-search__keywords {
    flex: 1; } }

/**
* @desc			Event Calendars content type: Search results
* @author		Firespring
*/
/**
* @desc			E-Commerce Checkout content type
* @author		Firespring
*/
/* ============================================================================
Review
============================================================================ */
.ecommerce-checkout--review .review-section.shopping-cart-contents h5:before {
  content: "\f07a"; }

.ecommerce-checkout--review .review-section.billing-info h5:before {
  content: "\f19c"; }

.ecommerce-checkout--review .review-section.shipping-info h5:before {
  content: "\f015"; }

.ecommerce-checkout--review .review-section.shipping-method h5:before {
  content: "\f0d1"; }

.ecommerce-checkout--review .review-section.additional-info h5:before {
  content: "\f05a"; }

.ecommerce-checkout--review .review-section.promo-code h5:before {
  content: "\f0a3"; }

.ecommerce-checkout--review .review-section.payment-info h5:before {
  content: "\f09d"; }

.ecommerce-checkout--review .review-section__header {
  display: flex;
  margin-top: 3.75rem;
  margin-bottom: 1.5rem; }
  .ecommerce-checkout--review .review-section__header h5 {
    margin: 0;
    flex: 1;
    font-size: 1.25rem;
    line-height: 1; }
    .ecommerce-checkout--review .review-section__header h5:before {
      display: inline-block;
      width: 1.286rem;
      font-weight: 500;
      font-family: "FontAwesome";
      margin: 0 0.6875rem 0 0; }

.ecommerce-checkout--review .form-actions {
  text-align: right; }

/* Media queries
============================================================================ */
/* Medium or larger */
@media only screen and (min-width: 992px) {
  .ecommerce-checkout--review .review-section__header h5 {
    float: left;
    line-height: 1.4375rem; }
  .ecommerce-checkout--review .review-section__header a {
    float: right;
    margin-top: 0; } }

/**
* @desc			Email Marketing Integration content type
* @author		Firespring
*/
.e2ma_signup_form_label {
  font-weight: 700;
  line-height: 1.33333;
  color: #f8971d; }

.e2ma_signup_form_required_footnote {
  font-size: 0.875rem;
  text-transform: capitalize; }

/**
* @desc			Event Management Form content type
* @author		Firespring
*/
/**
* @desc			Facebook Feed content type
* @author		Firespring
*/
/**
* @desc			Fundraising Campaign Progress content type
* @author		Firespring
*/
/* ============================================================================
Status
============================================================================ */
.fundraising-campaign-status {
  text-align: center; }

.fundraising-campaign-status__amount {
  font-weight: 700; }

/* ============================================================================
Progress Metrics
============================================================================ */
.fundraising-campaign-progress .progress-bar__metrics {
  flex-direction: row-reverse; }

.fundraising-campaign-progress .progress-bar-start {
  display: none; }

.fundraising-campaign-progress .progress-bar-percent {
  display: block; }

/**
* @desc			Google Maps content type
* @author		Firespring
*/
.google-map {
  width: 100%; }

/**
* @desc			Iframes content type
* @author		Firespring
*/
/**
* @desc			Image content type
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.image-text__title {
  margin: 0;
  font-weight: 700;
  font-size: 0.875rem; }

.image-text__caption p {
  font-size: 0.875rem;
  margin: 0; }
  .image-text__caption p + p {
    margin: 0.875rem 0 0; }

/* ============================================================================
Image backgrounds
============================================================================ */
.has-image-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/**
* @desc			Image Gallery content type
* @author		Firespring
*/
/* ============================================================================
Grid View
============================================================================ */
.image-gallery .image-gallery-item-image {
  max-width: 100%;
  margin: 0; }
  .image-gallery .image-gallery-item-image + div {
    margin: 1.5rem 0 0; }
  .image-gallery .image-gallery-item-image img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.image-gallery .image-gallery-item-title {
  font-weight: 700; }

.image-gallery.lightbox .image-gallery-item {
  cursor: pointer; }

.image-gallery .nav--pagination {
  margin: 1.5rem 0 0; }

/* ============================================================================
Gallery item details
============================================================================ */
.image-gallery-item--details .image-gallery-item-details {
  margin: 0 0 1.5rem; }

/* ============================================================================
Gallery item caption
============================================================================ */
.image-gallery-item-caption p {
  margin: 0; }
  .image-gallery-item-caption p + p {
    margin: 1.5rem 0 0; }

/**
* @desc			Image slideshow content type
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
/**
* @desc			Inline Process Code content type
* @author		Firespring
*/
/**
* @desc			Invoices content type
* @author		Firespring
*/
/* ============================================================================
Header
============================================================================ */
.invoices-header__search .form-row {
  margin: 0; }

/* ============================================================================
Invoice Details
============================================================================ */
.invoices--details__overview .invoice__recipients ul {
  list-style-position: inside; }

.invoices--details__items .item-details__title,
.invoices--details__items .invoice-total,
.invoices--details__items .invoice-balance {
  font-weight: 700; }

.table--invoice-items tfoot {
  text-align: right; }

/* Media queries
============================================================================ */
/* Smaller than Medium */
@media only screen and (max-width: 1200px) {
  .table--invoice-items td.numeric,
  .table--invoice-items tfoot {
    text-align: left; } }

/**
* @desc			List content type
* @author		Firespring
*/
/* ============================================================================
General defaults
============================================================================ */
.list-item-label {
  font-weight: 700; }

.list-item-description .list-item-label:after,
.list-item-details .list-item-label:after {
  content: ":\00A0"; }

.list-item--has-icon .list-item-icon,
.list-item--has-icon .list-item-label {
  display: inline-block; }

/* ============================================================================
List item details
============================================================================ */
.list-item--details .list-item-icon,
.list-item--details .list-item-label {
  display: block; }

/**
* @desc			Locations & Hours content type
* @author		Firespring
*/
/* ============================================================================
General Styles
============================================================================ */
.location__title h5 {
  margin: 0; }

/* ============================================================================
"Standard" View
============================================================================ */
.locations-hours--standard .location__info strong:after {
  content: ":"; }

.locations-hours--standard .location-links-social {
  display: flex;
  font-size: 0.875rem; }

.locations-hours--standard .location__hours > p + p {
  margin: 1.5rem 0 0; }

/* ============================================================================
"Variable Output" View
============================================================================ */
/* Media Queries
============================================================================ */
@media only screen and (min-width: 480px) {
  .locations-hours--standard .location__info > div:last-child {
    margin: 0.875rem 0 0; }
  .locations-hours--standard .location__info > div.grid-col--xs-6 {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .locations-hours--standard .location__info > div:last-child {
    margin: 0; }
  .locations-hours--standard a[href^="tel"] {
    color: inherit;
    text-decoration: none;
    cursor: text; } }

/* ============================================================================
"Primary Location Icons" View
============================================================================ */
.locations-hours--icons {
  font-size: 1.3125rem;
  line-height: 1; }
  .locations-hours--icons .location {
    display: flex;
    flex-wrap: wrap; }
  .locations-hours--icons a {
    display: block;
    margin: 0 0.125rem; }

/* Media Queries
============================================================================ */
@media only screen and (min-width: 768px) {
  .locations-hours--icons {
    font-size: 2rem; }
    .locations-hours--icons a {
      margin: 0; } }

/**
* @desc			MMP Corp Store Search content type
* @author		Firespring
*/
/* ==========================================================================
Country Filter
========================================================================== */
.mmp-corp-store-search--filter .nav--breadcrumbs {
  margin-bottom: 1.5rem; }

/* ==========================================================================
Filter Options
========================================================================== */
.mmp-corp-store-search-filter-options form:first-child {
  padding: 0 0 0.5rem; }

.mmp-corp-store-search-filter-options form:last-child {
  padding-bottom: 0; }

.mmp-corp-store-search-filter-options form + form {
  box-shadow: 0 -1px 0 #ccc;
  padding: 0.5rem 0; }

/* ==========================================================================
Search Results Store List
========================================================================== */
.mmp-corp-store-search__results-map {
  margin-bottom: 1.5rem; }

.mmp-corp-store-search__results-list .mmp-stores {
  border-bottom: 3px solid #ccc;
  margin-bottom: 1rem; }

.mmp-corp-store-search__results-list .mmp-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding-bottom: 1.5rem; }
  .mmp-corp-store-search__results-list .mmp-store + .mmp-store {
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }

.mmp-corp-store-search__results-list .mmp-store__actions {
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto; }

/* Media queries
========================================================================== */
@media only screen and (min-width: 480px) {
  .mmp-corp-store-search__results-list .mmp-store {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    text-align: left; }
  .mmp-corp-store-search__results-list .mmp-store__address,
  .mmp-corp-store-search__results-list .mmp-store__phone {
    flex: 1 0 50%;
    max-width: 50%; }
  .mmp-corp-store-search__results-list .mmp-store__phone {
    text-align: right; }
  .mmp-corp-store-search__results-list .mmp-store__actions {
    flex: 1 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  .mmp-corp-store-search__results-list .mmp-store {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    text-align: left; }
  .mmp-corp-store-search__results-list .mmp-store__address,
  .mmp-corp-store-search__results-list .mmp-store__phone {
    flex: 1 0 auto;
    text-align: left; }
  .mmp-corp-store-search__results-list .mmp-store__actions {
    flex: 0 1 auto; }
  .mmp-corp-store-search__results-list .mmp-store__actions {
    margin: 0; } }

/**
* @desc			News Articles content type
* @author		Firespring
*/
/* ============================================================================
Shared
============================================================================ */
.news-article-meta {
  color: #999;
  line-height: 1; }
  .news-article-meta .prefix:after {
    content: "\00A0"; }

.news-article-meta--date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem; }

/* ============================================================================
List view
============================================================================ */
.news-articles--list h5 {
  font-size: 1.5rem;
  margin: 0.25rem 0; }

/* Media Queries
============================================================================ */
@media only screen and (min-width: 768px) {
  .news-articles--list .news-article {
    display: flex; }
  .news-articles--list .news-article-image {
    flex: 0 1 12.5rem;
    max-width: 12.5rem;
    margin: 0 1.5rem 0 0; }
  .news-articles--list .news-article-details {
    flex: 1; } }

/* ============================================================================
Article view
============================================================================ */
.news-articles--article h2 {
  margin: 0; }

.news-articles--article .news-article-image {
  margin-bottom: 1.5rem; }

.news-articles--article .news-article-comments {
  border: 1px solid #ccc;
  border-width: 1px 0;
  margin: 0 0 1.5rem;
  padding: 1rem 0; }

/* Media Queries
============================================================================ */
@media only screen and (min-width: 768px) {
  .news-articles--article .news-article-image {
    float: left;
    max-width: 480px;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 0; } }

/**
* @desc			Order History content type
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.order-history-nav-breadcrumbs {
  flex: 1; }

.order-history-nav-misc a:before {
  font-family: "FontAwesome"; }

.order-history-nav-misc .action-cart:before {
  content: "\f07a"; }

.order-history-nav-misc .action-export:before {
  content: "\f0ed"; }

.order-history--items--item-list .nav--pagination {
  margin: 0 0 1.5rem; }

/* Media Queries
============================================================================ */
/* Small+ */
@media only screen and (min-width: 768px) {
  .order-history__nav {
    display: flex;
    align-items: center; }
  .order-history-nav-breadcrumbs {
    margin: 0; } }

/* ============================================================================
Header
============================================================================ */
.order-history__header a {
  height: 2.25rem; }
  .order-history__header a:before {
    font-family: "FontAwesome"; }

.order-history__header .button-group {
  height: 2.25rem;
  white-space: nowrap; }
  .order-history__header .button-group .button {
    margin: 0;
    border-radius: 0;
    border-left-width: 0; }
    .order-history__header .button-group .button:hover {
      border-right-color: #999; }
  .order-history__header .button-group .button:first-child {
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .order-history__header .button-group .button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .order-history__header .button-group .button:last-child:hover {
      border-right-color: #666; }
    .order-history__header .button-group .button:last-child:active {
      border-right-color: #999; }

.order-history-header__toggle {
  margin: 0 0 1.5rem; }
  .order-history-header__toggle .toggle-orders:before {
    content: "\f07a"; }
  .order-history-header__toggle .toggle-items:before {
    content: "\f0c5"; }

/* Media queries
============================================================================ */
/* Small+ */
@media only screen and (min-width: 768px) {
  .order-history-header__contents {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    .order-history-header__contents > div {
      margin-bottom: 0;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
    .order-history-header__contents .form-row {
      margin-bottom: 0; }
  .order-history-header__search {
    flex: 1; } }

/* ============================================================================
Reorder Items-specific styles
============================================================================ */
.order-history--items .reorder__item-previews img {
  border: 1px solid #333; }

/* ============================================================================
Order History: Order Details
============================================================================ */
.order-history--history--order-view .catalog-order-view__details,
.order-history--history--order-view .catalog-order-view__items {
  margin-top: 3.75rem; }

.order-history--history--order-view td.shipment-date span:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0d1";
  margin: 0 1.125rem 0 0; }

/**
* @desc			Online Proof Management/Approval content type
* @author		Firespring
*/
/* ============================================================================
Proof List
============================================================================ */
.online-proof-management-approval__details-more,
.online-proof-management-approval__action {
  margin-top: .25rem;
  font-size: .8rem; }

.online-proof-management-approval__action {
  max-width: 5.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* ============================================================================
Proof View
============================================================================ */
.online-proof-management-approval--proof-view .form-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem; }

.proof-view__details .form-title {
  margin-top: 0; }

.proof-view__details .info-rows .info-row--highlight.info-row--proof-files {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.proof-view__details .info-row--proof-files li + li {
  margin: 0.375rem 0 0; }

.proof-view__details .info-row--proof-files li:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f15b";
  margin-right: 0.625rem; }

/**
* @desc			Outdated Browser Alert styles
* @author		Firespring
*/
/* ============================================================================
General defaults
============================================================================ */
.outdated-browser-alert h5:before {
  font-family: "FontAwesome";
  content: "\f071\00A0"; }

/**
* @desc			VersaDoc fullscreen preview
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.versadoc-fullscreen__header {
  display: flex;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .versadoc-fullscreen__header .versadoc-fullscreen__info {
    display: none;
    margin: 0 auto 0 1.5rem;
    white-space: nowrap; }

.versadoc-fullscreen__form,
.versadoc-fullscreen__preview {
  padding: 1.5rem; }

.versadoc-fullscreen__form .versadoc-fullscreen__info {
  margin: 0 0 1.5rem; }

.versadoc-fullscreen__form .form-actions {
  display: flex;
  justify-content: center;
  background: #666;
  padding: 0.6875rem; }

.versadoc-fullscreen__info {
  font-weight: 700; }

.versadoc-fullscreen__preview .versadoc-fullscreen__alert {
  display: none; }

.versadoc-preview-image img {
  display: block;
  width: auto;
  margin: 0 auto; }

.versadoc-fullscreen__alert .alert__title {
  padding: 0; }

/* Media Queries
============================================================================ */
/* Medium */
@media only screen and (min-width: 992px) {
  .versadoc-fullscreen__header {
    justify-content: space-between; }
    .versadoc-fullscreen__header .versadoc-fullscreen__info {
      display: block; }
  .versadoc-fullscreen__contents {
    display: flex;
    height: calc(100vh - 60px); }
  .versadoc-fullscreen__form,
  .versadoc-fullscreen__preview {
    flex: 1;
    height: 100%;
    max-height: calc(100vh - 3rem);
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative; }
  .versadoc-fullscreen__form {
    border-right: 3px solid #ccc; }
    .versadoc-fullscreen__form .versadoc-fullscreen__info,
    .versadoc-fullscreen__form .versadoc-fullscreen__alert {
      display: none; }
    .versadoc-fullscreen__form form {
      padding-bottom: 3rem; }
    .versadoc-fullscreen__form .form-actions {
      display: flex;
      justify-content: center;
      position: fixed;
      left: 0;
      right: 50%;
      bottom: 0;
      background: rgba(0, 0, 0, 0.75);
      padding: 0.6875rem; }
  .versadoc-fullscreen__preview .tabs--pageflex-preview {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .versadoc-fullscreen__preview .tab-panel {
    padding: 1rem; }
  .versadoc-fullscreen__preview .versadoc-fullscreen__alert {
    display: block; }
  .versadoc-fullscreen__preview--alert {
    display: flex;
    align-items: center; }
  .versadoc-fullscreen__alert {
    width: 100%; } }

/**
* @desc			Pageflex Mail Merge content type
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.pageflex-mail-merge-field-label label {
  font-weight: 500; }

.pageflex-mail-merge-field-label__sample-data {
  font-size: 0.875rem; }

/**
* @desc			Policy Links content
* @author		Firespring
*/
.policy-links {
  text-align: center; }

.policy-link {
  display: inline-block; }

/**
* @desc			Portal-related content types
* @author		Firespring
*/
/**
* @desc			Portal Login Form content type
* @author		Firespring
*/
/**
* @desc			Portal Account Request content type
* @author		Firespring
*/
/**
* @desc			Portal Password Reset content type
* @author		Firespring
*/
/**
* @desc			Portal Selector content type
* @author		Firespring
*/
/**
* @desc			Portal User Details
* @author		Firespring
*/
.portal-user-details__info {
  border-bottom: 3px solid #ccc; }
  .portal-user-details__info > .info-row:last-child {
    padding-bottom: 1.5rem; }

/**
* @desc			Portal User Details
* @author		Firespring
*/
/* ============================================================================
Search Form
============================================================================ */
.portal-user-search-form__reset a {
  text-decoration: none; }
  .portal-user-search-form__reset a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f056";
    margin: 0 0.25rem 0 0; }

/* ============================================================================
Advanced Search Results
============================================================================ */
.portal-user-search--advanced--results .portal-user-search-results__return {
  padding: 1rem 0.75rem 0; }

/* ============================================================================
Breakpoints
============================================================================ */
/* Small and bigger
============================================================================ */
@media only screen and (min-width: 768px) {
  .portal-user-search-profile-fields {
    min-width: 33.33333333%;
    max-width: 33.33333333%; } }

/**
* @desc			Portal Logo
* @author		Firespring
*/
/* Media queries
============================================================================ */
@media only screen and (min-width: 992px) {
  .portal-logo {
    float: right; } }

/**
* @desc			"Powered by..." output
* @author		Firespring
*/
/**
* @desc			Search Form content type
* @author		Firespring
*/
/* ============================================================================
Base Styles
============================================================================ */
.search-form .form-row {
  margin: 0; }

/* ============================================================================
Search results modal overrides
============================================================================ */
div.swiftype {
  background: #fff !important;
  border-radius: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  padding: 1rem !important; }
  div.swiftype a.close {
    right: 1rem !important;
    border-radius: 100% !important; }
  div.swiftype.with-results .st-result-wrapper {
    height: auto !important; }
  div.swiftype div.st-result-listing {
    max-width: 48rem !important;
    margin: 0 !important;
    padding-top: 0 !important; }
    div.swiftype div.st-result-listing div.st-search-summary,
    div.swiftype div.st-result-listing .st-results div.st-result {
      border-bottom: 1px solid #f0f0f0 !important; }
    div.swiftype div.st-result-listing .st-results .st-result-text {
      max-width: none !important; }
      div.swiftype div.st-result-listing .st-results .st-result-text .st-metadata .st-snippet {
        font-size: 0.875rem !important;
        line-height: 1.5 !important; }
      div.swiftype div.st-result-listing .st-results .st-result-text h3 {
        font-size: 0.875rem !important;
        line-height: 1.5 !important; }
        div.swiftype div.st-result-listing .st-results .st-result-text h3 a {
          font-size: 0.875rem !important; }
    div.swiftype div.st-result-listing div.st-search-summary h2 {
      font-size: 0.75rem !important; }
      div.swiftype div.st-result-listing div.st-search-summary h2 .st-query {
        font-style: normal !important; }
        div.swiftype div.st-result-listing div.st-search-summary h2 .st-query:before, div.swiftype div.st-result-listing div.st-search-summary h2 .st-query:after {
          content: '"'; }
    div.swiftype div.st-result-listing .st-pagination {
      font-size: 0.75rem !important; }
      div.swiftype div.st-result-listing .st-pagination a:link,
      div.swiftype div.st-result-listing .st-pagination a:visited {
        color: #999 !important; }
      div.swiftype div.st-result-listing .st-pagination a:hover,
      div.swiftype div.st-result-listing .st-pagination a:active {
        color: #000 !important; }
  div.swiftype div.st-search-bar {
    padding-top: 0 !important;
    padding-right: 52px !important; }
    div.swiftype div.st-search-bar .st-input-wrapper {
      margin-left: 0 !important; }

.st-modal {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0.75rem !important; }

.st-modal-backdrop {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.9); }

.st-input-wrapper,
div.swiftype div.st-result-listing div.st-search-summary,
div.swiftype div.st-result-listing .st-results {
  max-width: none !important; }

.st-modal-overflow .swiftype {
  height: 100%;
  margin: 0 !important;
  border-radius: 0; }

.st-modal-scrollable {
  position: static; }

/* Media queries
============================================================================ */
@media only screen and (min-width: 768px) {
  div.swiftype div.st-result-listing {
    margin: 0 auto !important; } }

@media only screen and (min-width: 992px) {
  .st-modal {
    left: 50% !important;
    max-width: 800px !important;
    margin: 0 0 0 -400px !important;
    padding: 1.5rem 0 !important; } }

/**
* @desc			Shopping Cart content type
* @author		Firespring
*/
/* ============================================================================
Shopping Cart Contents
============================================================================ */
.shopping-cart__contents {
  margin: 0 0 1.5rem; }

/* ============================================================================
Shopping Cart Items
============================================================================ */
.shopping-cart-items {
  border-bottom: 1px solid #ccc; }

.shopping-cart-item {
  font-size: 0.875rem;
  padding: 0 0 1.5rem; }
  .shopping-cart-item + .shopping-cart-item {
    border-top: 1px solid #ccc;
    padding: 1.5rem 0; }

.shopping-cart-item__image:not(:empty) {
  text-align: center; }

.shopping-cart-item__info {
  flex: 1; }

.shopping-cart-item__actions {
  text-align: center;
  white-space: nowrap; }
  .shopping-cart-item__actions .button--expand {
    width: auto; }

.shopping-cart-item-details {
  margin: 0 0 1rem; }

.shopping-cart-item-details__title {
  margin: 0 0 1rem; }
  .shopping-cart-item-details__title h2 {
    margin: 0;
    font-size: 1.125rem; }
  .shopping-cart-item-details__title .catalog-item-number {
    font-size: 0.875rem;
    margin: 0.125rem 0 0; }

.shopping-cart-item-details__pricing {
  display: flex;
  line-height: 1; }
  .shopping-cart-item-details__pricing > div {
    align-self: center;
    white-space: nowrap; }
    .shopping-cart-item-details__pricing > div + div {
      margin: 0 0 0 1.3125rem; }
  .shopping-cart-item-details__pricing h6 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0.1875rem; }

.shopping-cart-item-quantity {
  flex: 1 0 4.5rem;
  max-width: 4.5rem; }
  .shopping-cart-item-quantity input,
  .shopping-cart-item-quantity select {
    display: block; }

.shopping-cart-item-price strong {
  font-size: 1rem; }

.shopping-cart-item-ordered,
.shopping-cart-item-subtotal {
  font-size: 1rem; }

.shopping-cart-item-description > * {
  margin: 0; }
  .shopping-cart-item-description > * + * {
    margin: 1rem 0 0; }

.shopping-cart-item-meta__column .info-row {
  display: block;
  box-shadow: none;
  padding: 0; }
  .shopping-cart-item-meta__column .info-row + .info-row {
    margin: 1rem 0 0; }

.shopping-cart-item-meta__column [class*="info-row__"] {
  max-width: none; }

/* Media queries
============================================================================ */
/* Small and bigger */
@media only screen and (min-width: 768px) {
  .shopping-cart-item {
    display: flex; }
    .shopping-cart-item > div + div {
      margin: 0 0 0 1.5rem; }
  .shopping-cart-item-ordered,
  .shopping-cart-item-price,
  .shopping-cart-item-subtotal {
    flex: 1 0 7.5rem;
    max-width: 7.5rem; }
  .shopping-cart-item__image {
    flex: 1 0 7.5rem;
    max-width: 7.5rem;
    margin: 0; }
  .shopping-cart-item__info {
    margin: 0; }
  .shopping-cart-item-details__pricing {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 0; }
  .shopping-cart-item__actions .button--expand {
    display: block;
    margin: 0 0 0.5rem; } }

/* Medium and bigger */
@media only screen and (min-width: 992px) {
  .shopping-cart-item-meta {
    display: flex;
    flex-wrap: wrap; }
  .shopping-cart-item-meta__column {
    flex: 1;
    margin: 0; }
    .shopping-cart-item-meta__column + .shopping-cart-item-meta__column {
      margin: 0 0 0 1.125rem; } }

/* ============================================================================
Shopping Cart Promo Codes
============================================================================ */
.shopping-cart-promo-code {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .shopping-cart-promo-code h6 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
    margin: 0 0 0.25rem; }

.shopping-cart-promo-code__content {
  display: flex;
  justify-content: flex-end; }

.shopping-cart-promo-code--error h6 {
  color: #c00; }

/* ============================================================================
Shopping Cart Total
============================================================================ */
.shopping-cart-total {
  display: flex; }

.shopping-cart-total--misc .shopping-cart-total__pricing {
  font-size: 1.3125rem; }

.shopping-cart-total__pricing {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  color: #333; }
  .shopping-cart-total__pricing h6 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    margin: 0 0 0.125rem; }

/* Media queries
============================================================================ */
/* Small and bigger */
@media only screen and (min-width: 768px) {
  .shopping-cart-total {
    justify-content: flex-end;
    text-align: right; } }

/* ============================================================================
Shopping Cart Actions
============================================================================ */
.shopping-cart-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0; }

.shopping-cart-action .button {
  display: block; }

/* Media queries
============================================================================ */
/* Small and bigger */
@media only screen and (min-width: 768px) {
  .shopping-cart-actions {
    flex-direction: row; }
  .shopping-cart-action {
    flex: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .shopping-cart-action + .shopping-cart-action {
      margin-top: 0; }
    .shopping-cart-action .button {
      display: inline-block; } }

/* ============================================================================
Shopping Cart Overlay
============================================================================ */
/* General
============================================================================ */
.shopping-cart-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8); }

.shopping-cart-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3px #ccc; }

/* Cart Overlay
============================================================================ */
.shopping-cart--has-overlay .shopping-cart__contents {
  position: relative; }

/* Cart Item Overlay
============================================================================ */
.shopping-cart-item--has-overlay {
  position: relative; }
  .shopping-cart-item--has-overlay .shopping-cart-overlay {
    margin: 0; }

/**
* @desc			Site Structure Map content type
* @author		Firespring
*/
.site-structure-map ul ul {
  list-style: disc; }

.site-structure-map .nav-level-0 > a {
  font-weight: 700; }

/**
* @desc			Social Media Links content type
* @author		Firespring
*/
/**
* @desc			Social Sharing content type
* @author		Firespring
*/
.social-sharing-buttons {
  display: flex;
  justify-content: center;
  font-size: 0.875rem; }
  .social-sharing-buttons > a {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-clip: padding-box;
    color: #fff !important;
    text-decoration: none;
    padding: 0.5rem 0.75rem; }
  .social-sharing-buttons .fa {
    font-size: 1.125rem; }

.social-sharing-buttons__facebook {
  background-color: #4468b0; }
  .social-sharing-buttons__facebook:hover, .social-sharing-buttons__facebook:active {
    background-color: #385997; }

.social-sharing-buttons__twitter {
  background-color: #2796dd; }
  .social-sharing-buttons__twitter:hover, .social-sharing-buttons__twitter:active {
    background-color: #197bbd; }

/**
* @desc			Spotlight content type
* @author		Firespring
*/
.spotlight-content {
  position: relative; }

.spotlight-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.spotlight-text__title {
  font-weight: 700; }

/**
* @desc			Twitter Feed content type
* @author		Firespring
*/
/* ============================================================================
List view
============================================================================ */
.twitter-feed--list .tweet {
  display: flex; }
  .twitter-feed--list .tweet + .tweet {
    box-shadow: 0 -1px 0 0 #ccc; }

.twitter-feed--list .tweet__avatar {
  margin-right: 1.3125rem; }
  .twitter-feed--list .tweet__avatar img {
    display: block;
    width: 3rem; }

.twitter-feed--list .tweet__content {
  flex: 1; }

/**
* @desc			Video content type
* @author		Firespring
*/
.content-video {
  width: 100%; }
  .content-video .fluidvids {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 56.25% 0 0;
    overflow: hidden; }
  .content-video .fluidvids-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

/**
* @desc			Blank Customer Portal layout
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
.customer-portal--blank .portal-content {
  margin: 0 0 1rem;
  padding: 1rem; }

.customer-portal--blank .grid-col--main h1 {
  font-size: 1.5rem; }

.customer-portal--blank .portal-content__logo {
  margin: 0 auto 1.5rem; }
  .customer-portal--blank .portal-content__logo + hr {
    max-width: 6.25rem;
    border-top: 1px solid #ccc;
    margin: 0 auto 1.5rem; }

/* ============================================================================
Media Queries
============================================================================ */
/* Medium+ */
@media only screen and (min-width: 992px) {
  .customer-portal--blank .portal-content {
    padding: 2.25rem; }
  .customer-portal--blank .portal-content__logo {
    margin-bottom: 2.25rem; }
    .customer-portal--blank .portal-content__logo + hr {
      margin: 0 auto 2.25rem; }
  .customer-portal--blank .grid-col--main {
    order: 2; }
  .customer-portal--blank .grid-col--nav-secondary {
    order: 1; } }

/**
* @desc			Helpers for fullscreen UIs
* @author		Firespring
*/
body.fullscreen {
  min-height: 100%;
  padding-top: 60px; }

.fullscreen__header {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  height: 60px;
  background: #fff;
  box-shadow: 0 3px 0 0 #ccc; }

/**
* @desc			A collection of hacks and overrides for individual third-party tools
* @author		Firespring
*/
/**
* @desc			Fix positioning of payment form modal
* @author		Firespring
*/
/* ============================================================================
Defaults
============================================================================ */
#AcceptUIContainer.show {
  position: fixed !important; }
