@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Karla:400,400i,700,700i|Playfair+Display:400,700,700i,900");
@import url("https://use.typekit.net/qrm1mvo.css");
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
overflow-y: scroll;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  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.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2a3d4c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

textarea {
  height: auto;
  min-height: 6rem;
  border-radius: 0; }

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 50.0625em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 60em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.xsmall-1 {
  width: 8.33333%; }

.xsmall-push-1 {
  position: relative;
  left: 8.33333%; }

.xsmall-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.xsmall-2 {
  width: 16.66667%; }

.xsmall-push-2 {
  position: relative;
  left: 16.66667%; }

.xsmall-pull-2 {
  position: relative;
  left: -16.66667%; }

.xsmall-offset-1 {
  margin-left: 8.33333%; }

.xsmall-3 {
  width: 25%; }

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

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

.xsmall-offset-2 {
  margin-left: 16.66667%; }

.xsmall-4 {
  width: 33.33333%; }

.xsmall-push-4 {
  position: relative;
  left: 33.33333%; }

.xsmall-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.xsmall-5 {
  width: 41.66667%; }

.xsmall-push-5 {
  position: relative;
  left: 41.66667%; }

.xsmall-pull-5 {
  position: relative;
  left: -41.66667%; }

.xsmall-offset-4 {
  margin-left: 33.33333%; }

.xsmall-6 {
  width: 50%; }

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

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

.xsmall-offset-5 {
  margin-left: 41.66667%; }

.xsmall-7 {
  width: 58.33333%; }

.xsmall-push-7 {
  position: relative;
  left: 58.33333%; }

.xsmall-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.xsmall-8 {
  width: 66.66667%; }

.xsmall-push-8 {
  position: relative;
  left: 66.66667%; }

.xsmall-pull-8 {
  position: relative;
  left: -66.66667%; }

.xsmall-offset-7 {
  margin-left: 58.33333%; }

.xsmall-9 {
  width: 75%; }

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

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

.xsmall-offset-8 {
  margin-left: 66.66667%; }

.xsmall-10 {
  width: 83.33333%; }

.xsmall-push-10 {
  position: relative;
  left: 83.33333%; }

.xsmall-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.xsmall-11 {
  width: 91.66667%; }

.xsmall-push-11 {
  position: relative;
  left: 91.66667%; }

.xsmall-pull-11 {
  position: relative;
  left: -91.66667%; }

.xsmall-offset-10 {
  margin-left: 83.33333%; }

.xsmall-12 {
  width: 100%; }

.xsmall-offset-11 {
  margin-left: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#seatreservations .productItem { display: none; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 50.0625em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 60em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "canada-type-gibson", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #8069a5;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #9faab4; }

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

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

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

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

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

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

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5625rem; }

h3 {
  font-size: 1.3125rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.4375rem; }
  h2 {
    font-size: 1.9375rem; }
  h3 {
    font-size: 1.5625rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

@media print, screen and (min-width: 50.0625em) {
  h1 {
    font-size: 3.0625rem; }
  h2 {
    font-size: 2.5625rem; }
  h3 {
    font-size: 2.1875rem; }
  h4 {
    font-size: 1.875rem; }
  h5 {
    font-size: 1.625rem; }
  h6 {
    font-size: 1.375rem; } }

a {
  line-height: inherit;
  color: #43c1ae;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #005d5e; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #9faab4;
  background-color: #dce2e4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 60em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #2a3d4c;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

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

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

input::placeholder,
textarea::placeholder {
  color: #9faab4; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #dce2e4;
  cursor: default; }

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  vertical-align: baseline;
  margin-right: 1rem;
  margin-bottom: 0; }
  
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

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

label {
  display: block;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: #2a3d4c;
  margin-top: 1rem;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }
    
input[type='radio'] {
        margin: 0 .25rem .5rem .5rem;
        display: inline-block;
}

input[type='checkbox'] {
        margin: 0 .25rem .5rem .5rem;
        display: inline-block;
}

.paypal_payment_wrapper {
        padding: 2rem;
        background-color: #fff;
        border: 1px solid #9faab4 !important;
        margin-bottom: 1rem;
    }

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

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

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #9faab4;
  background: #dce2e4;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #9faab4;
  border-radius: 0;
  background-color: #dce2e4;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #2a3d4c;
  background-image: url("data:image/svg+xml;utf8,");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #2a3d4c;
    background-color: #ffffff;
    box-shadow: 0 0 5px #9faab4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #dce2e4;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #d44833;
  background-color: #fbedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #d44833; }

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 1000px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #a11195;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #890e7f;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #8069a5;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #665187;
      color: #ffffff; }
  .button.secondary {
    background-color: #622b89;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #4e226e;
      color: #ffffff; }
  .button.success {
    background-color: #00b5ae;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #00918b;
      color: #ffffff; }
  .button.warning {
    background-color: #f5b943;
    color: #d44833; }
    .button.warning:hover, .button.warning:focus {
      background-color: #eda10d;
      color: #d44833; }
  .button.alert {
    background-color: #d44833;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #ae3725;
      color: #ffffff; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #a11195;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #8069a5;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #622b89;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #00b5ae;
        color: #ffffff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f5b943;
        color: #d44833; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d44833;
        color: #ffffff; }
  .button.hollow {
    border: 1px solid #a11195;
    color: #a11195; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #51094b;
      color: #51094b; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #a11195;
        color: #a11195; }
    .button.hollow.primary {
      border: 1px solid #8069a5;
      color: #8069a5; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #403354;
        color: #403354; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #8069a5;
          color: #8069a5; }
    .button.hollow.secondary {
      border: 1px solid #622b89;
      color: #622b89; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #311645;
        color: #311645; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #622b89;
          color: #622b89; }
    .button.hollow.success {
      border: 1px solid #00b5ae;
      color: #00b5ae; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #005b57;
        color: #005b57; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #00b5ae;
          color: #00b5ae; }
    .button.hollow.warning {
      border: 1px solid #f5b943;
      color: #f5b943; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #946508;
        color: #946508; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #f5b943;
          color: #f5b943; }
    .button.hollow.alert {
      border: 1px solid #d44833;
      color: #d44833; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #6d2217;
        color: #6d2217; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #d44833;
          color: #d44833; }
  .button.clear {
    border: 1px solid #a11195;
    color: #a11195; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #51094b;
      color: #51094b; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #a11195;
        color: #a11195; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #8069a5;
      color: #8069a5; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #403354;
        color: #403354; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #8069a5;
          color: #8069a5; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #622b89;
      color: #622b89; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #311645;
        color: #311645; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #622b89;
          color: #622b89; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #00b5ae;
      color: #00b5ae; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #005b57;
        color: #005b57; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #00b5ae;
          color: #00b5ae; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #f5b943;
      color: #f5b943; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #946508;
        color: #946508; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #f5b943;
          color: #f5b943; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #d44833;
      color: #d44833; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #6d2217;
        color: #6d2217; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #d44833;
          color: #d44833; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #a11195; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #8069a5; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #622b89; }
  .button.dropdown.hollow.success::after {
    border-top-color: #00b5ae; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #f5b943; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #d44833; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #8069a5;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #665187;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #622b89;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #4e226e;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #00b5ae;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #00918b;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #f5b943;
    color: #d44833; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #eda10d;
      color: #d44833; }
  .button-group.alert .button {
    background-color: #d44833;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #ae3725;
      color: #ffffff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 50.0625em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

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

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

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

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #dce2e4;
  border-bottom: 0;
  background-color: #ffffff;
  color: #8069a5; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #dce2e4; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

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

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

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

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #8069a5 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #8069a5;
  color: #ffffff; }
  .badge.primary {
    background: #8069a5;
    color: #ffffff; }
  .badge.secondary {
    background: #622b89;
    color: #ffffff; }
  .badge.success {
    background: #00b5ae;
    color: #000000; }
  .badge.warning {
    background: #f5b943;
    color: #000000; }
  .badge.alert {
    background: #d44833;
    color: #000000; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }

  .breadcrumbs li {
    float: left;
    font-size: inherit;
    color: #FFFFFF;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #FFFFFF; }
  .breadcrumbs a {
    color: #8069a5; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #9faab4;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #2a3d4c; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ece9f2;
    color: #2a3d4c; }
  .callout.secondary {
    background-color: #e8d9f3;
    color: #2a3d4c; }
  .callout.success {
    background-color: #cefffd;
    color: #2a3d4c; }
  .callout.warning {
    background-color: #fef5e3;
    color: #2a3d4c; }
  .callout.alert {
    background-color: #f9e4e0;
    color: #2a3d4c; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #dce2e4;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #2a3d4c; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #dce2e4; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  .menu.small-horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.small-vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.small-expanded li {
    flex: 1 1 0px; }
  .menu.small-simple li {
    flex: 1 1 0px; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 50.0625em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 60em) {
    .menu.xlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 75em) {
    .menu.xxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #8069a5;
    color: #ffffff; }
  .menu .active > a {
    background: #8069a5;
    color: #ffffff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

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

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

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

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

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff; }

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

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

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

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

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #43c1ae; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #43c1ae transparent transparent; }

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

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

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

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

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

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

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

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

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

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

.dropdown.menu .is-active > a {
  background: transparent;
  color: #8069a5; }

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

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #9faab4;
  background: #ffffff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #43c1ae transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #43c1ae; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #8069a5;
  color: #ffffff; }
  .label.primary {
    background: #8069a5;
    color: #ffffff; }
  .label.secondary {
    background: #622b89;
    color: #ffffff; }
  .label.success {
    background: #00b5ae;
    color: #000000; }
  .label.warning {
    background: #f5b943;
    color: #000000; }
  .label.alert {
    background: #d44833;
    color: #000000; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: -0.0625em) {
    .media-object.stack-for-xsmall {
      flex-wrap: wrap; } }
  @media screen and (max-width: -0.0625em) {
    .media-object.stack-for-xsmall .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-xsmall .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

.position-left.reveal-for-small {
  transform: none;
  z-index: 12;
  transition: none;
  visibility: visible; }
  .position-left.reveal-for-small .close-button {
    display: none; }
  .off-canvas-content .position-left.reveal-for-small {
    transform: none; }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px; }
  .position-left.reveal-for-small ~ .off-canvas-content {
    margin-left: 250px; }

.position-right.reveal-for-small {
  transform: none;
  z-index: 12;
  transition: none;
  visibility: visible; }
  .position-right.reveal-for-small .close-button {
    display: none; }
  .off-canvas-content .position-right.reveal-for-small {
    transform: none; }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px; }
  .position-right.reveal-for-small ~ .off-canvas-content {
    margin-right: 250px; }

.position-top.reveal-for-small {
  transform: none;
  z-index: 12;
  transition: none;
  visibility: visible; }
  .position-top.reveal-for-small .close-button {
    display: none; }
  .off-canvas-content .position-top.reveal-for-small {
    transform: none; }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px; }
  .position-top.reveal-for-small ~ .off-canvas-content {
    margin-top: 250px; }

.position-bottom.reveal-for-small {
  transform: none;
  z-index: 12;
  transition: none;
  visibility: visible; }
  .position-bottom.reveal-for-small .close-button {
    display: none; }
  .off-canvas-content .position-bottom.reveal-for-small {
    transform: none; }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px; }
  .position-bottom.reveal-for-small ~ .off-canvas-content {
    margin-bottom: 250px; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 50.0625em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 60em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

.off-canvas.in-canvas-for-small {
  visibility: visible;
  height: auto;
  position: static;
  background: inherit;
  width: inherit;
  overflow: inherit;
  transition: inherit; }
  .off-canvas.in-canvas-for-small.position-left, .off-canvas.in-canvas-for-small.position-right, .off-canvas.in-canvas-for-small.position-top, .off-canvas.in-canvas-for-small.position-bottom {
    box-shadow: none;
    transform: none; }
  .off-canvas.in-canvas-for-small .close-button {
    display: none; }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 50.0625em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 60em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #9faab4; }
    .orbit-bullets button:hover {
      background-color: #2a3d4c; }
    .orbit-bullets button.is-active {
      background-color: #2a3d4c; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #dce2e4; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #8069a5;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #9faab4;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000000; }

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #9faab4; }
  .progress.primary .progress-meter {
    background-color: #8069a5; }
  .progress.secondary .progress-meter {
    background-color: #622b89; }
  .progress.success .progress-meter {
    background-color: #00b5ae; }
  .progress.warning .progress-meter {
    background-color: #f5b943; }
  .progress.alert .progress-meter {
    background-color: #d44833; }

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

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

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #2a3d4c; }
  tfoot {
    background: #f2f2f2;
    color: #2a3d4c; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

@media screen and (max-width: 50em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

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

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

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

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

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

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

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

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

.tabs.primary {
  background: #8069a5; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #7961a0; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #8069a5; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #6d5791; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #dce2e4;
      color: #8069a5; }

.tabs-content {
  border: 1px solid #dce2e4;
  border-top: 0;
  background: #ffffff;
  color: #8069a5;
  transition: all 0.5s ease; }

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  
  .tabs-panel.is-active {
    display: block; }

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

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

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

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

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

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #eee; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 39.9375em) {
    .top-bar.stacked-for-small {
      flex-wrap: wrap; }
      .top-bar.stacked-for-small .top-bar-left,
      .top-bar.stacked-for-small .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 50em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 59.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-xlarge {
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

.hide-for-small {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 60em) {
  .hide-for-xlarge {
    display: none !important; } }

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xxlarge {
    display: none !important; } }

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

@media screen and (min-width: 75em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.shows-content {
  padding: 2rem;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin: 0 auto; }

.shows-tabs .tabs-content {
  color: #3A4B6B; }

.shows-tabs .tabs-content blockquote {
  margin: 0;
  padding: 2.5rem 0 .5rem 5rem;
  border: 0; }

ul#show-tab-section .tabs-title > a {
  font-size: .9rem;
  text-transform: uppercase; }

ul#show-tab-section .accordion-title {
  color: #fff;
  background: #8069a5; }

ul#show-tab-section li.is-active.accordion-item .accordion-title {
  color: #fff;
  background: #622b89; }

.show-fav .fa-heart {
  font-size: 40px;
  color: #d44833; }

.show-fav .fa-heart-o {
  font-size: 40px;
  color: #d44833; }

.show-fav-showspage .fa-heart {
  font-size: 1.75rem;
  color: #d44833;
  margin-top: 5px; }

.show-fav-showspage .fa-heart-o {
  font-size: 1.75rem;
  color: #d44833;
  margin-top: 5px; }

.fa-check-circle:before, .fa-check-circle-o:before {font-size: 18px}

.family-fringe-button {
    color: #2a3d4c;
    font-size: .75em;
    font-weight: 600;
    border: 1px solid #2a3d4c;
    padding: 5px;
    margin-left: 5px;
    line-height: 1.75em;
    background-color: #f5b943;
}

@media screen and (max-width: 639px) {
  .shows-content {
    padding: 1rem; } }

.accordion-title:hover, .accordion-title:focus {
  color: #ffffff; }

.my-account-content {
  padding: 1rem;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin: 0 auto; }

.my-account-tabs ul.tabs {
  text-align: center;
  margin-bottom: .5rem; }

.my-account-tabs .tabs-content {
  border: none;
  color: #3A4B6B; }

.my-account-tabs .tabs-content h4 {
  margin-top: 1em; }

.my-account-tabs .tabs-content p {
  font-size: 1rem;
  margin: .5em 0; }

.my-account-tabs .tabs-content ul {
  margin-top: .5em; }

.my-account-tabs .tabs-title, .my-account-tabs .tabs-title-logout {
  float: none;
  display: inline-block; }

.my-account-tabs .media-object-section.maxwidth {
  width: 100%; }

.my-account-tabs .tabs-title > a, .my-account-tabs .tabs-title-logout > a {
  color: #cacaca;
  font-size: .9rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid transparent;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.my-account-tabs .tabs-title > a:hover, .my-account-tabs .tabs-title-logout > a:hover {
  color: #0070cd; }

.my-account-tabs .tabs-title > a:focus,
 .my-account-tabs .tabs-title > a[aria-selected='true'],
 .my-account-tabs .tabs-title.is-active > a,
  .my-account-tabs .tabs-title > a:hover {
  background: transparent;
  color: #0070cd;
  border-bottom: 1px solid #0070cd;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.my-account-tabs .tabs {
  border: none;
  background: none; }

.my-account-tabs .accordion-title {
  color: #fff;
  background: #8069a5; }

.my-account-tabs li.is-active.accordion-item .accordion-title {
  color: #fff;
  background: #622b89; }

@media screen and (max-width: 639px) {
  .my-account-tabs .tabs-title-logout {
    float: none;
    display: inline-block;
    background: #2a3d4c;
    width: 100%;
    border: 1px solid #dce2e4; }
  .my-account-tabs .tabs-title-logout > a {
    display: block;
    padding: .75rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #fff; }
  .my-account-tabs .tabs-title-logout > a:hover {
    color: #fff; }
  .row.my-account-content {
    display: block; } }

/* the My Account >> Purchased Tickets Tab */
.purchasedTicketsTable th {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600; }

.purchasedTicketsTable td {
  font-size: 15px; }

.purchasedTicketsTable__image {
  text-align: left;
  max-width: 120px; }

.purchasedTicketsTable__details {
  text-align: left;
  width: 50%; }

.purchasedTicketsTable__type {
  text-align: left; }

@media screen and (max-width: 639px) {
  .purchasedTicketsTable__details {
    text-align: left; }
  .purchasedTicketsTable__image {
    text-align: left;
    max-width: unset; }
  .purchasedTicketsTable__image img {
    width: 100px; }
  table.purchasedTicketsTable {
    border: 0; }
  table.purchasedTicketsTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table.purchasedTicketsTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em; }
  table.purchasedTicketsTable td {
    border-bottom: 1px solid #ddd;
    font-size: 1em;
    text-align: right;
    width: 100%;
    display: block; }
  table.purchasedTicketsTable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  table.purchasedTicketsTable td:last-child {
    border-bottom: 0; } }

.featured__event-container {
  display: block;
  text-align: center; }

.featured__event {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: 400;
  color: #9faab4;
  margin-bottom: .875rem; }

.featured__event:before {
  content: '';
  width: 3.25rem;
  height: 1px;
  display: inline-block;
  background: #dce2e4;
  margin-right: 0.9375rem;
  margin-bottom: 0.3125rem; }

.featured__event:after {
  content: '';
  width: 3.25rem;
  height: 1px;
  display: inline-block;
  background: #dce2e4;
  margin-left: 0.9375rem;
  margin-bottom: 0.3125rem; }

.webform tbody {
  border: none;
  background: none; }

.webform tbody th {
  padding: 0; }

.webform tbody td {
  padding: 0; }

.webform tbody tr:nth-child(even) {
  background: none; }

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

.webform label {
  display: inline-block;
  font-weight: bold;
  margin: 1rem 0 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2a3d4c; }

.webform .cat_button {
  border-radius: 1000px;
  margin-top: 30px;
  background-color: #8069a5;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.111rem;
  cursor: pointer;
  line-height: 1;
  border: none;
  display: inline-block;
  padding: 0.889em 1.667em; }
  
@media print {
  a[href]:after {
    content: none !important; }
  @page {
    margin: 1.5cm; } }

/* Slider */
.slick-loading .slick-list {
  background: #fefefe url("/images/template/ajax-loader.gif") center center no-repeat; }

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fefefe;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #0a0a0a;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #0a0a0a;
  opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img:not(.content-img) {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc-icon, body .fc {
  font-size: 1em; }

.fc-button-group, .fc-icon {
  display: inline-block; }

.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0; }

.fc-icon, .fc-unselectable {
  -khtml-user-select: none;
  -webkit-touch-callout: none; }

.fc {
  direction: ltr;
  text-align: left; }

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

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-highlight {
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  background: #d7d7d7; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

.ui-widget .fc-disabled-day {
  background-image: none; }

.fc-icon {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: 700;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer; }

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle; }

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear; }

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none; }

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer; }

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  margin-left: 0; }

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right; }

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; }

.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0; }

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%; }

.fc-clear {
  clear: both; }

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; }

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double; }

a[data-goto]:hover {
  text-decoration: underline; }

.fc .fc-row {
  border-style: solid;
  border-width: 0; }

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent; }

.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0; }

.fc-scroller {
  -webkit-overflow-scrolling: touch; }

.fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden; }

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%; }

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  font-weight: 400; }

.fc-event, .fc-event-dot {
  background-color: #3a87ad; }

.fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #fff;
  text-decoration: none; }

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed; }

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block; }

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px; }

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px; }

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px; }

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px; }

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px; }

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px; }

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px; }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: 700; }

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px; }

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px; }

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  display: none; }

.fc-day-grid .fc-row {
  z-index: 1; }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em; }

.fc .fc-toolbar > * > :first-child {
  margin-left: 0; }

.fc-toolbar h2 {
  margin: 0; }

.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1; }

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em; }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-day-top.fc-other-month {
  background: #f7f7f7; }

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px; }

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey; }

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em; }

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em; }

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: 400; }

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%; }

.fc-time-grid table {
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative; }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6; }

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0; }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0; }

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1; }

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0; }

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event.fc-selected {
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none; }

.fc-time-grid-event .fc-content {
  overflow: hidden; }

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none; }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0"; }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px; }

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px; }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

.fc-rtl .fc-list-view {
  direction: rtl; }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

.fc .fc-list-table {
  table-layout: auto; }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: 700; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

.fc-list-item.fc-has-url {
  cursor: pointer; }

.fc-list-item:hover td {
  background-color: #f5f5f5; }

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  text-decoration: underline; }

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  background-color: #eee; }

/*Custom calendar css overides*/
.fc-day-header span {
  font-size: .6em;
  font-family: "canada-type-gibson", sans-serif; }

.fc table {
  font-size: .9em;
  font-family: "canada-type-gibson", sans-serif; }

.fc-header-toolbar h5 {
  text-transform: uppercase; }

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-color: inherit; }

.fc th {
  border: none; }

.calendar-control a {
  font-size: 2rem;
  height: 2rem;
  line-height: 2rem;
  margin: 0 2rem;
  color: #ffffff;
  background: #dce2e4;
  padding: 0 .75rem;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.calendar-control a:hover {
  background: #8069a5; }

.calendar-control span {
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 2rem;
  font-family: montserrat;
  text-transform: uppercase;
  color: #8069a5; }



/* a.fc-day-grid-event { pointer-events: none; }  */

@font-face {
  font-family: 'icomoon';
  src:  url('../stylesheets/fonts/icomoon.eot?3kqvgh');
  src:  url('../stylesheets/fonts/icomoon.eot?3kqvgh#iefix') format('embedded-opentype'),
  url('../stylesheets/fonts/icomoon.ttf?3kqvgh') format('truetype'),
  url('../stylesheets/fonts/icomoon.woff?3kqvgh') format('woff'),
  url('../stylesheets/fonts/icomoon.svg?3kqvgh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iconIcom-"], [class*=" iconIcom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconIcom-ReviewKitty-Empty:before {
  content: "\e997";
  color: #7564a0;
}

.iconIcom-ReviewKitty-Half:before {
  content: "\e999";
  color: #7564a0;
}
.iconIcom-ReviewKitty-Full:before {
  content: "\e998";
  color: #7564a0;
}



/********************************************************************************
--- CD Font Icons Packcage  ---
*********************************************************************************/
@font-face {
  font-family: 'CD-Project-Icons';
  src: url(../stylesheets/fonts/CD-Project-Icons.woff2?xfbk48) format("woff2"), url(../stylesheets/fonts/CD-Project-Icons.ttf?xfbk48) format("truetype"), url(../stylesheets/fonts/CD-Project-Icons.woff?xfbk48) format("woff"), url(../stylesheets/fonts/CD-Project-Icons.svg?xfbk48#CD-Project-Icons) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "CD-Project-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-px:before {
  content: "\e600"; }

.icon-px-with-circle:before {
  content: "\e601"; }

.icon-account-circle:before {
  content: "\e602"; }

.icon-add:before {
  content: "\e603"; }

.icon-add-box:before {
  content: "\e604"; }

.icon-add-circle:before {
  content: "\e605"; }

.icon-add-circle-outline:before {
  content: "\e606"; }

.icon-address:before {
  content: "\e607"; }

.icon-add-to-list:before {
  content: "\e608"; }

.icon-add-user:before {
  content: "\e609"; }

.icon-adjust:before {
  content: "\e60a"; }

.icon-adjust2:before {
  content: "\e60b"; }

.icon-adn:before {
  content: "\e60c"; }

.icon-air:before {
  content: "\e60d"; }

.icon-aircraft:before {
  content: "\e60e"; }

.icon-aircraft-landing:before {
  content: "\e60f"; }

.icon-aircraft-take-off:before {
  content: "\e610"; }

.icon-align-bottom:before {
  content: "\e611"; }

.icon-align-center:before {
  content: "\e612"; }

.icon-align-horizontal-middle:before {
  content: "\e613"; }

.icon-align-justify:before {
  content: "\e614"; }

.icon-align-left:before {
  content: "\e615"; }

.icon-align-left2:before {
  content: "\e616"; }

.icon-align-right:before {
  content: "\e617"; }

.icon-align-right2:before {
  content: "\e618"; }

.icon-align-top:before {
  content: "\e619"; }

.icon-align-vertical-middle:before {
  content: "\e61a"; }

.icon-ambulance:before {
  content: "\e61b"; }

.icon-anchor:before {
  content: "\e61c"; }

.icon-angle-double-down:before {
  content: "\e61f"; }

.icon-angle-double-left:before {
  content: "\e620"; }

.icon-angle-double-right:before {
  content: "\e621"; }

.icon-angle-double-up:before {
  content: "\e622"; }

.icon-angle-down:before {
  content: "\e623"; }

.icon-angle-left:before {
  content: "\e624"; }

.icon-angle-right:before {
  content: "\e625"; }

.icon-angle-up:before {
  content: "\e626"; }

.icon-archive:before {
  content: "\e628"; }

.icon-archive2:before {
  content: "\e629"; }

.icon-area-chart:before {
  content: "\e62a"; }

.icon-area-graph:before {
  content: "\e62b"; }

.icon-arrow-back:before {
  content: "\e62c"; }

.icon-arrow-bold-down:before {
  content: "\e62d"; }

.icon-arrow-bold-left:before {
  content: "\e62e"; }

.icon-arrow-bold-right:before {
  content: "\e62f"; }

.icon-arrow-bold-up:before {
  content: "\e630"; }

.icon-arrow-circle-down:before {
  content: "\e631"; }

.icon-arrow-circle-left:before {
  content: "\e632"; }

.icon-arrow-circle-o-down:before {
  content: "\e633"; }

.icon-arrow-circle-o-left:before {
  content: "\e634"; }

.icon-arrow-circle-o-right:before {
  content: "\e635"; }

.icon-arrow-circle-o-up:before {
  content: "\e636"; }

.icon-arrow-circle-right:before {
  content: "\e637"; }

.icon-arrow-circle-up:before {
  content: "\e638"; }

.icon-arrow-down:before {
  content: "\e639"; }

.icon-arrow-down2:before {
  content: "\e63a"; }

.icon-arrow-drop-down:before {
  content: "\e63b"; }

.icon-arrow-drop-down-circle:before {
  content: "\e63c"; }

.icon-arrow-drop-up:before {
  content: "\e63d"; }

.icon-arrow-forward:before {
  content: "\e63e"; }

.icon-arrow-left:before {
  content: "\e63f"; }

.icon-arrow-left2:before {
  content: "\e640"; }

.icon-arrow-long-down:before {
  content: "\e641"; }

.icon-arrow-long-left:before {
  content: "\e642"; }

.icon-arrow-long-right:before {
  content: "\e643"; }

.icon-arrow-long-up:before {
  content: "\e644"; }

.icon-arrow-right:before {
  content: "\e645"; }

.icon-arrow-right2:before {
  content: "\e646"; }

.icon-arrows:before {
  content: "\e647"; }

.icon-arrows-alt:before {
  content: "\e648"; }

.icon-arrows-h:before {
  content: "\e649"; }

.icon-arrows-v:before {
  content: "\e64a"; }

.icon-arrow-up:before {
  content: "\e64b"; }

.icon-arrow-up2:before {
  content: "\e64c"; }

.icon-arrow-with-circle-down:before {
  content: "\e64d"; }

.icon-arrow-with-circle-left:before {
  content: "\e64e"; }

.icon-arrow-with-circle-right:before {
  content: "\e64f"; }

.icon-arrow-with-circle-up:before {
  content: "\e650"; }

.icon-at:before {
  content: "\e652"; }

.icon-attachment:before {
  content: "\e653"; }

.icon-automobile:before {
  content: "\e654"; }

.icon-autorenew:before {
  content: "\e655"; }

.icon-awareness-ribbon:before {
  content: "\e656"; }

.icon-back:before {
  content: "\e657"; }

.icon-back-in-time:before {
  content: "\e658"; }

.icon-backward:before {
  content: "\e659"; }

.icon-ban:before {
  content: "\e65a"; }

.icon-bank:before {
  content: "\e65b"; }

.icon-bar-chart:before {
  content: "\e65c"; }

.icon-barcode:before {
  content: "\e65d"; }

.icon-bar-graph:before {
  content: "\e65e"; }

.icon-bars:before {
  content: "\e65f"; }

.icon-basecamp:before {
  content: "\e660"; }

.icon-battery:before {
  content: "\e661"; }

.icon-beamed-note:before {
  content: "\e662"; }

.icon-beer:before {
  content: "\e663"; }

.icon-bell:before {
  content: "\e667"; }

.icon-bell2:before {
  content: "\e668"; }

.icon-bell-o:before {
  content: "\e669"; }

.icon-bell-slash:before {
  content: "\e66a"; }

.icon-bell-slash-o:before {
  content: "\e66b"; }

.icon-bicycle:before {
  content: "\e66c"; }

.icon-binoculars:before {
  content: "\e66d"; }

.icon-birthday-cake:before {
  content: "\e66e"; }

.icon-bitcoin:before {
  content: "\e671"; }

.icon-blackboard:before {
  content: "\e672"; }

.icon-block:before {
  content: "\e673"; }

.icon-bold:before {
  content: "\e674"; }

.icon-bolt:before {
  content: "\e675"; }

.icon-bomb:before {
  content: "\e676"; }

.icon-book:before {
  content: "\e677"; }

.icon-book2:before {
  content: "\e678"; }

.icon-bookmark:before {
  content: "\e679"; }

.icon-bookmark2:before {
  content: "\e67a"; }

.icon-bookmark-o:before {
  content: "\e67b"; }

.icon-bookmarks:before {
  content: "\e67c"; }

.icon-bowl:before {
  content: "\e67d"; }

.icon-box:before {
  content: "\e67e"; }

.icon-briefcase:before {
  content: "\e67f"; }

.icon-briefcase2:before {
  content: "\e680"; }

.icon-browser:before {
  content: "\e681"; }

.icon-brush:before {
  content: "\e682"; }

.icon-bucket:before {
  content: "\e683"; }

.icon-bug:before {
  content: "\e684"; }

.icon-building:before {
  content: "\e685"; }

.icon-building-o:before {
  content: "\e686"; }

.icon-bullhorn:before {
  content: "\e687"; }

.icon-bullseye:before {
  content: "\e688"; }

.icon-bus:before {
  content: "\e689"; }

.icon-cab:before {
  content: "\e68a"; }

.icon-cached:before {
  content: "\e68b"; }

.icon-cake:before {
  content: "\e68c"; }

.icon-calculator:before {
  content: "\e68d"; }

.icon-calculator2:before {
  content: "\e68e"; }

.icon-calendar:before {
  content: "\e68f"; }

.icon-calendar2:before {
  content: "\e690"; }

.icon-calendar-o:before {
  content: "\e691"; }

.icon-camera:before {
  content: "\e692"; }

.icon-camera2:before {
  content: "\e693"; }

.icon-camera-retro:before {
  content: "\e694"; }

.icon-caret-down:before {
  content: "\e695"; }

.icon-caret-left:before {
  content: "\e696"; }

.icon-caret-right:before {
  content: "\e697"; }

.icon-caret-square-o-down:before {
  content: "\e698"; }

.icon-caret-square-o-left:before {
  content: "\e699"; }

.icon-caret-square-o-right:before {
  content: "\e69a"; }

.icon-caret-square-o-up:before {
  content: "\e69b"; }

.icon-caret-up:before {
  content: "\e69c"; }

.icon-cc:before {
  content: "\e69d"; }

.icon-ccw:before {
  content: "\e6a4"; }

.icon-certificate:before {
  content: "\e6a5"; }

.icon-chain:before {
  content: "\e6a6"; }

.icon-chain-broken:before {
  content: "\e6a7"; }

.icon-chat:before {
  content: "\e6a8"; }

.icon-check:before {
  content: "\e6a9"; }

.icon-check2:before {
  content: "\e6aa"; }

.icon-check-box:before {
  content: "\e6ab"; }

.icon-check-box-outline-blank:before {
  content: "\e6ac"; }

.icon-check-circle:before {
  content: "\e6ad"; }

.icon-check-circle-o:before {
  content: "\e6ae"; }

.icon-check-square:before {
  content: "\e6af"; }

.icon-check-square-o:before {
  content: "\e6b0"; }

.icon-chevron-circle-down:before {
  content: "\e6b1"; }

.icon-chevron-circle-left:before {
  content: "\e6b2"; }

.icon-chevron-circle-right:before {
  content: "\e6b3"; }

.icon-chevron-circle-up:before {
  content: "\e6b4"; }

.icon-chevron-down:before {
  content: "\e6b5"; }

.icon-chevron-down2:before {
  content: "\e6b6"; }

.icon-chevron-left:before {
  content: "\e6b7"; }

.icon-chevron-left2:before {
  content: "\e6b8"; }

.icon-chevron-right:before {
  content: "\e6b9"; }

.icon-chevron-right2:before {
  content: "\e6ba"; }

.icon-chevron-small-down:before {
  content: "\e6bb"; }

.icon-chevron-small-left:before {
  content: "\e6bc"; }

.icon-chevron-small-right:before {
  content: "\e6bd"; }

.icon-chevron-small-up:before {
  content: "\e6be"; }

.icon-chevron-thin-down:before {
  content: "\e6bf"; }

.icon-chevron-thin-left:before {
  content: "\e6c0"; }

.icon-chevron-thin-right:before {
  content: "\e6c1"; }

.icon-chevron-thin-up:before {
  content: "\e6c2"; }

.icon-chevron-up:before {
  content: "\e6c3"; }

.icon-chevron-up2:before {
  content: "\e6c4"; }

.icon-chevron-with-circle-down:before {
  content: "\e6c5"; }

.icon-chevron-with-circle-left:before {
  content: "\e6c6"; }

.icon-chevron-with-circle-right:before {
  content: "\e6c7"; }

.icon-chevron-with-circle-up:before {
  content: "\e6c8"; }

.icon-child:before {
  content: "\e6c9"; }

.icon-circle:before {
  content: "\e6ca"; }

.icon-circle2:before {
  content: "\e6cb"; }

.icon-circle-o:before {
  content: "\e6cc"; }

.icon-circle-o-notch:before {
  content: "\e6cd"; }

.icon-circle-thin:before {
  content: "\e6ce"; }

.icon-circle-with-cross:before {
  content: "\e6cf"; }

.icon-circle-with-minus:before {
  content: "\e6d0"; }

.icon-circle-with-plus:before {
  content: "\e6d1"; }

.icon-circular-graph:before {
  content: "\e6d2"; }

.icon-clapperboard:before {
  content: "\e6d3"; }

.icon-classic-computer:before {
  content: "\e6d4"; }

.icon-clear:before {
  content: "\e6d5"; }

.icon-clipboard:before {
  content: "\e6d6"; }

.icon-clipboard2:before {
  content: "\e6d7"; }

.icon-clock:before {
  content: "\e6d8"; }

.icon-clock-o:before {
  content: "\e6d9"; }

.icon-close:before {
  content: "\e6da"; }

.icon-cloud:before {
  content: "\e6db"; }

.icon-cloud2:before {
  content: "\e6dc"; }

.icon-cloud-download:before {
  content: "\e6dd"; }

.icon-cloud-upload:before {
  content: "\e6de"; }

.icon-cny:before {
  content: "\e6df"; }

.icon-code:before {
  content: "\e6e0"; }

.icon-code2:before {
  content: "\e6e1"; }

.icon-code-fork:before {
  content: "\e6e2"; }

.icon-coffee:before {
  content: "\e6e4"; }

.icon-cog:before {
  content: "\e6e5"; }

.icon-cog2:before {
  content: "\e6e6"; }

.icon-cogs:before {
  content: "\e6e7"; }

.icon-colours:before {
  content: "\e6e8"; }

.icon-columns:before {
  content: "\e6e9"; }

.icon-comment:before {
  content: "\e6ea"; }

.icon-comment-o:before {
  content: "\e6eb"; }

.icon-comments:before {
  content: "\e6ec"; }

.icon-comments-o:before {
  content: "\e6ed"; }

.icon-compass:before {
  content: "\e6ee"; }

.icon-compass2:before {
  content: "\e6ef"; }

.icon-compress:before {
  content: "\e6f0"; }

.icon-content-paste:before {
  content: "\e6f1"; }

.icon-controller-fast-backward:before {
  content: "\e6f2"; }

.icon-controller-fast-forward:before {
  content: "\e6f3"; }

.icon-controller-jump-to-start:before {
  content: "\e6f4"; }

.icon-controller-next:before {
  content: "\e6f5"; }

.icon-controller-paus:before {
  content: "\e6f6"; }

.icon-controller-play:before {
  content: "\e6f7"; }

.icon-controller-record:before {
  content: "\e6f8"; }

.icon-controller-stop:before {
  content: "\e6f9"; }

.icon-controller-volume:before {
  content: "\e6fa"; }

.icon-copy:before {
  content: "\e6fb"; }

.icon-copy2:before {
  content: "\e6fc"; }

.icon-copyright:before {
  content: "\e6fd"; }

.icon-creative-cloud:before {
  content: "\e6fe"; }

.icon-creative-commons:before {
  content: "\e6ff"; }

.icon-creative-commons-attribution:before {
  content: "\e700"; }

.icon-creative-commons-noderivs:before {
  content: "\e701"; }

.icon-creative-commons-noncommercial-eu:before {
  content: "\e702"; }

.icon-creative-commons-noncommercial-us:before {
  content: "\e703"; }

.icon-creative-commons-public-domain:before {
  content: "\e704"; }

.icon-creative-commons-remix:before {
  content: "\e705"; }

.icon-creative-commons-share:before {
  content: "\e706"; }

.icon-creative-commons-sharealike:before {
  content: "\e707"; }

.icon-credit:before {
  content: "\e708"; }

.icon-credit-card:before {
  content: "\e709"; }

.icon-credit-card2:before {
  content: "\e70a"; }

.icon-crop:before {
  content: "\e70b"; }

.icon-cross:before {
  content: "\e70c"; }

.icon-crosshairs:before {
  content: "\e70d"; }

.icon-css3:before {
  content: "\e70e"; }

.icon-cube:before {
  content: "\e70f"; }

.icon-cubes:before {
  content: "\e710"; }

.icon-cup:before {
  content: "\e711"; }

.icon-cut:before {
  content: "\e712"; }

.icon-cutlery:before {
  content: "\e713"; }

.icon-cw:before {
  content: "\e714"; }

.icon-cycle:before {
  content: "\e715"; }

.icon-dashboard:before {
  content: "\e716"; }

.icon-database:before {
  content: "\e717"; }

.icon-database2:before {
  content: "\e718"; }

.icon-dedent:before {
  content: "\e719"; }

.icon-delicious:before {
  content: "\e71a"; }

.icon-desktop:before {
  content: "\e71b"; }

.icon-dial-pad:before {
  content: "\e71d"; }

.icon-direction:before {
  content: "\e71f"; }

.icon-document:before {
  content: "\e720"; }

.icon-document-landscape:before {
  content: "\e721"; }

.icon-documents:before {
  content: "\e722"; }

.icon-dollar:before {
  content: "\e723"; }

.icon-done:before {
  content: "\e724"; }

.icon-dot-circle-o:before {
  content: "\e725"; }

.icon-dot-single:before {
  content: "\e726"; }

.icon-dots-three-horizontal:before {
  content: "\e727"; }

.icon-dots-three-vertical:before {
  content: "\e728"; }

.icon-dots-two-horizontal:before {
  content: "\e729"; }

.icon-dots-two-vertical:before {
  content: "\e72a"; }

.icon-download:before {
  content: "\e72b"; }

.icon-download2:before {
  content: "\e72c"; }

.icon-dribbble:before {
  content: "\e72d"; }

.icon-dribbble2:before {
  content: "\e72e"; }

.icon-dribbble-with-circle:before {
  content: "\e72f"; }

.icon-drink:before {
  content: "\e730"; }

.icon-drive:before {
  content: "\e731"; }

.icon-drop:before {
  content: "\e732"; }

.icon-dropbox2:before {
  content: "\e734"; }

.icon-drupal:before {
  content: "\e735"; }

.icon-edit:before {
  content: "\e736"; }

.icon-edit2:before {
  content: "\e737"; }

.icon-eject:before {
  content: "\e738"; }

.icon-ellipsis-h:before {
  content: "\e739"; }

.icon-ellipsis-v:before {
  content: "\e73a"; }

.icon-email:before {
  content: "\e73b"; }

.icon-emoji-flirt:before {
  content: "\e73c"; }

.icon-emoji-happy:before {
  content: "\e73d"; }

.icon-emoji-neutral:before {
  content: "\e73e"; }

.icon-emoji-sad:before {
  content: "\e73f"; }

.icon-empire:before {
  content: "\e740"; }

.icon-envelope:before {
  content: "\e741"; }

.icon-envelope-o:before {
  content: "\e742"; }

.icon-envelope-square:before {
  content: "\e743"; }

.icon-erase:before {
  content: "\e744"; }

.icon-eraser:before {
  content: "\e745"; }

.icon-eraser2:before {
  content: "\e746"; }

.icon-eur:before {
  content: "\e747"; }

.icon-exchange:before {
  content: "\e749"; }

.icon-exclamation:before {
  content: "\e74a"; }

.icon-exclamation-circle:before {
  content: "\e74b"; }

.icon-exclamation-triangle:before {
  content: "\e74c"; }

.icon-expand:before {
  content: "\e74d"; }

.icon-explore:before {
  content: "\e74e"; }

.icon-export:before {
  content: "\e74f"; }

.icon-external-link:before {
  content: "\e750"; }

.icon-external-link-square:before {
  content: "\e751"; }

.icon-eye:before {
  content: "\e752"; }

.icon-eye2:before {
  content: "\e753"; }

.icon-eyedropper:before {
  content: "\e754"; }

.icon-eye-slash:before {
  content: "\e755"; }

.icon-fast-backward:before {
  content: "\e75a"; }

.icon-fast-forward:before {
  content: "\e75b"; }

.icon-fax:before {
  content: "\e75c"; }

.icon-feather:before {
  content: "\e75d"; }

.icon-female:before {
  content: "\e75e"; }

.icon-fighter-jet:before {
  content: "\e75f"; }

.icon-file:before {
  content: "\e760"; }

.icon-file-archive-o:before {
  content: "\e761"; }

.icon-file-audio-o:before {
  content: "\e762"; }

.icon-file-code-o:before {
  content: "\e763"; }

.icon-file-excel-o:before {
  content: "\e764"; }

.icon-file-image-o:before {
  content: "\e765"; }

.icon-file-movie-o:before {
  content: "\e766"; }

.icon-file-o:before {
  content: "\e767"; }

.icon-file-pdf-o:before {
  content: "\e768"; }

.icon-file-powerpoint-o:before {
  content: "\e769"; }

.icon-file-text:before {
  content: "\e76a"; }

.icon-file-text-o:before {
  content: "\e76b"; }

.icon-file-word-o:before {
  content: "\e76c"; }

.icon-film:before {
  content: "\e76d"; }

.icon-filter:before {
  content: "\e76e"; }

.icon-fire:before {
  content: "\e76f"; }

.icon-fire-extinguisher:before {
  content: "\e770"; }

.icon-flag:before {
  content: "\e771"; }

.icon-flag2:before {
  content: "\e772"; }

.icon-flag-checkered:before {
  content: "\e773"; }

.icon-flag-o:before {
  content: "\e774"; }

.icon-flash:before {
  content: "\e775"; }

.icon-flashlight:before {
  content: "\e776"; }

.icon-flask:before {
  content: "\e777"; }

.icon-flat-brush:before {
  content: "\e778"; }

.icon-flattr:before {
  content: "\e779"; }

.icon-flickr:before {
  content: "\e77a"; }

.icon-flickr2:before {
  content: "\e77b"; }

.icon-flickr-with-circle:before {
  content: "\e77c"; }

.icon-floppy-o:before {
  content: "\e77d"; }

.icon-flow-branch:before {
  content: "\e77e"; }

.icon-flow-cascade:before {
  content: "\e77f"; }

.icon-flow-line:before {
  content: "\e780"; }

.icon-flow-parallel:before {
  content: "\e781"; }

.icon-flow-tree:before {
  content: "\e782"; }

.icon-folder:before {
  content: "\e783"; }

.icon-folder2:before {
  content: "\e784"; }

.icon-folder-images:before {
  content: "\e785"; }

.icon-folder-music:before {
  content: "\e786"; }

.icon-folder-o:before {
  content: "\e787"; }

.icon-folder-open:before {
  content: "\e788"; }

.icon-folder-open-o:before {
  content: "\e789"; }

.icon-folder-video:before {
  content: "\e78a"; }

.icon-font:before {
  content: "\e78b"; }

.icon-forward:before {
  content: "\e78c"; }

.icon-forward2:before {
  content: "\e78d"; }

.icon-frown-o:before {
  content: "\e790"; }

.icon-funnel:before {
  content: "\e791"; }

.icon-futbol-o:before {
  content: "\e792"; }

.icon-game-controller:before {
  content: "\e793"; }

.icon-gamepad:before {
  content: "\e794"; }

.icon-gauge:before {
  content: "\e795"; }

.icon-gavel:before {
  content: "\e796"; }

.icon-gbp:before {
  content: "\e797"; }

.icon-gift:before {
  content: "\e798"; }

.icon-github-square:before {
  content: "\e79d"; }

.icon-gittip:before {
  content: "\e7a0"; }

.icon-glass:before {
  content: "\e7a1"; }

.icon-globe:before {
  content: "\e7a2"; }

.icon-globe2:before {
  content: "\e7a3"; }

.icon-google-wallet:before {
  content: "\e7aa"; }

.icon-graduation-cap:before {
  content: "\e7ac"; }

.icon-graduation-cap2:before {
  content: "\e7ad"; }

.icon-grid:before {
  content: "\e7ae"; }

.icon-grooveshark:before {
  content: "\e7af"; }

.icon-group:before {
  content: "\e7b0"; }

.icon-hacker-news:before {
  content: "\e7b1"; }

.icon-hair-cross:before {
  content: "\e7b2"; }

.icon-hand:before {
  content: "\e7b3"; }

.icon-hand-o-down:before {
  content: "\e7b4"; }

.icon-hand-o-left:before {
  content: "\e7b5"; }

.icon-hand-o-right:before {
  content: "\e7b6"; }

.icon-hand-o-up:before {
  content: "\e7b7"; }

.icon-hdd-o:before {
  content: "\e7b8"; }

.icon-header:before {
  content: "\e7b9"; }

.icon-headphones:before {
  content: "\e7ba"; }

.icon-heart:before {
  content: "\e7bb"; }

.icon-heart2:before {
  content: "\e7bc"; }

.icon-heart-o:before {
  content: "\e7bd"; }

.icon-heart-outlined:before {
  content: "\e7be"; }

.icon-help:before {
  content: "\e7bf"; }

.icon-help-with-circle:before {
  content: "\e7c0"; }

.icon-highlight-remove:before {
  content: "\e7c1"; }

.icon-history:before {
  content: "\e7c2"; }

.icon-home:before {
  content: "\e7c3"; }

.icon-home2:before {
  content: "\e7c4"; }

.icon-hospital-o:before {
  content: "\e7c5"; }

.icon-hour-glass:before {
  content: "\e7c6"; }

.icon-h-square:before {
  content: "\e7c7"; }

.icon-html5:before {
  content: "\e7c8"; }

.icon-icloud:before {
  content: "\e7c9"; }

.icon-ils:before {
  content: "\e7ca"; }

.icon-image:before {
  content: "\e7cb"; }

.icon-image2:before {
  content: "\e7cc"; }

.icon-image-inverted:before {
  content: "\e7cd"; }

.icon-images:before {
  content: "\e7ce"; }

.icon-inbox:before {
  content: "\e7cf"; }

.icon-inbox2:before {
  content: "\e7d0"; }

.icon-indent:before {
  content: "\e7d1"; }

.icon-infinity:before {
  content: "\e7d2"; }

.icon-info:before {
  content: "\e7d3"; }

.icon-info2:before {
  content: "\e7d4"; }

.icon-info-circle:before {
  content: "\e7d5"; }

.icon-info-with-circle:before {
  content: "\e7d6"; }

.icon-inr:before {
  content: "\e7d7"; }

.icon-insert-invitation:before {
  content: "\e7d8"; }

.icon-instagram:before {
  content: "\e7d9"; }

.icon-instagram2:before {
  content: "\e7da"; }

.icon-instagram-with-circle:before {
  content: "\e7db"; }

.icon-install:before {
  content: "\e7dc"; }

.icon-ioxhost:before {
  content: "\e7dd"; }

.icon-italic:before {
  content: "\e7de"; }

.icon-jsfiddle:before {
  content: "\e7e0"; }

.icon-key:before {
  content: "\e7e1"; }

.icon-key2:before {
  content: "\e7e2"; }

.icon-keyboard:before {
  content: "\e7e3"; }

.icon-keyboard-arrow-down:before {
  content: "\e7e4"; }

.icon-keyboard-arrow-left:before {
  content: "\e7e5"; }

.icon-keyboard-arrow-right:before {
  content: "\e7e6"; }

.icon-keyboard-arrow-up:before {
  content: "\e7e7"; }

.icon-keyboard-backspace:before {
  content: "\e7e8"; }

.icon-keyboard-control:before {
  content: "\e7e9"; }

.icon-keyboard-o:before {
  content: "\e7ea"; }

.icon-krw:before {
  content: "\e7eb"; }

.icon-lab-flask:before {
  content: "\e7ec"; }

.icon-landline:before {
  content: "\e7ed"; }

.icon-language:before {
  content: "\e7ee"; }

.icon-language2:before {
  content: "\e7ef"; }

.icon-laptop:before {
  content: "\e7f0"; }

.icon-laptop2:before {
  content: "\e7f1"; }

.icon-layers:before {
  content: "\e7f6"; }

.icon-leaf:before {
  content: "\e7f7"; }

.icon-leaf2:before {
  content: "\e7f8"; }

.icon-lemon-o:before {
  content: "\e7f9"; }

.icon-level-down:before {
  content: "\e7fa"; }

.icon-level-down2:before {
  content: "\e7fb"; }

.icon-level-up:before {
  content: "\e7fc"; }

.icon-level-up2:before {
  content: "\e7fd"; }

.icon-life-bouy:before {
  content: "\e7fe"; }

.icon-lifebuoy:before {
  content: "\e7ff"; }

.icon-light-bulb:before {
  content: "\e800"; }

.icon-lightbulb-o:before {
  content: "\e801"; }

.icon-light-down:before {
  content: "\e802"; }

.icon-light-up:before {
  content: "\e803"; }

.icon-line-chart:before {
  content: "\e804"; }

.icon-line-graph:before {
  content: "\e805"; }

.icon-link:before {
  content: "\e806"; }

.icon-list:before {
  content: "\e80c"; }

.icon-list2:before {
  content: "\e80d"; }

.icon-list-alt:before {
  content: "\e80e"; }

.icon-list-ol:before {
  content: "\e80f"; }

.icon-list-ul:before {
  content: "\e810"; }

.icon-location:before {
  content: "\e811"; }

.icon-location-arrow:before {
  content: "\e812"; }

.icon-location-on:before {
  content: "\e813"; }

.icon-location-pin:before {
  content: "\e814"; }

.icon-lock:before {
  content: "\e815"; }

.icon-lock2:before {
  content: "\e816"; }

.icon-lock-open:before {
  content: "\e817"; }

.icon-login:before {
  content: "\e818"; }

.icon-log-out:before {
  content: "\e819"; }

.icon-long-arrow-down:before {
  content: "\e81a"; }

.icon-long-arrow-left:before {
  content: "\e81b"; }

.icon-long-arrow-right:before {
  content: "\e81c"; }

.icon-long-arrow-up:before {
  content: "\e81d"; }

.icon-loop:before {
  content: "\e81e"; }

.icon-magic:before {
  content: "\e81f"; }

.icon-magnet:before {
  content: "\e820"; }

.icon-magnet2:before {
  content: "\e821"; }

.icon-magnifying-glass:before {
  content: "\e822"; }

.icon-mail:before {
  content: "\e823"; }

.icon-mail-forward:before {
  content: "\e824"; }

.icon-mail-reply:before {
  content: "\e825"; }

.icon-mail-reply-all:before {
  content: "\e826"; }

.icon-male:before {
  content: "\e827"; }

.icon-man:before {
  content: "\e828"; }

.icon-map:before {
  content: "\e829"; }

.icon-map-marker:before {
  content: "\e82a"; }

.icon-markunread:before {
  content: "\e82b"; }

.icon-mask:before {
  content: "\e82c"; }

.icon-medal:before {
  content: "\e82f"; }

.icon-medkit:before {
  content: "\e830"; }

.icon-megaphone:before {
  content: "\e831"; }

.icon-meh-o:before {
  content: "\e832"; }

.icon-menu:before {
  content: "\e833"; }

.icon-message:before {
  content: "\e834"; }

.icon-mic:before {
  content: "\e835"; }

.icon-microphone:before {
  content: "\e836"; }

.icon-microphone-slash:before {
  content: "\e837"; }

.icon-minus:before {
  content: "\e838"; }

.icon-minus2:before {
  content: "\e839"; }

.icon-minus-circle:before {
  content: "\e83a"; }

.icon-minus-square:before {
  content: "\e83b"; }

.icon-minus-square-o:before {
  content: "\e83c"; }

.icon-mobile:before {
  content: "\e83e"; }

.icon-mobile2:before {
  content: "\e83f"; }

.icon-modern-mic:before {
  content: "\e840"; }

.icon-money:before {
  content: "\e841"; }

.icon-moon:before {
  content: "\e842"; }

.icon-moon-o:before {
  content: "\e843"; }

.icon-more-vert:before {
  content: "\e844"; }

.icon-mouse:before {
  content: "\e845"; }

.icon-music:before {
  content: "\e846"; }

.icon-music2:before {
  content: "\e847"; }

.icon-network:before {
  content: "\e848"; }

.icon-new:before {
  content: "\e849"; }

.icon-new-message:before {
  content: "\e84a"; }

.icon-news:before {
  content: "\e84b"; }

.icon-newspaper-o:before {
  content: "\e84c"; }

.icon-note:before {
  content: "\e84d"; }

.icon-notification:before {
  content: "\e84e"; }

.icon-old-mobile:before {
  content: "\e84f"; }

.icon-old-phone:before {
  content: "\e850"; }

.icon-onedrive:before {
  content: "\e851"; }

.icon-open-book:before {
  content: "\e852"; }

.icon-pagelines:before {
  content: "\e854"; }

.icon-paint-brush:before {
  content: "\e855"; }

.icon-palette:before {
  content: "\e856"; }

.icon-paperclip:before {
  content: "\e857"; }

.icon-paper-plane:before {
  content: "\e858"; }

.icon-paper-plane2:before {
  content: "\e859"; }

.icon-paper-plane-o:before {
  content: "\e85a"; }

.icon-paragraph:before {
  content: "\e85b"; }

.icon-pause:before {
  content: "\e85c"; }

.icon-paw:before {
  content: "\e85d"; }

.icon-pencil:before {
  content: "\e860"; }

.icon-pencil2:before {
  content: "\e861"; }

.icon-pencil-square:before {
  content: "\e862"; }

.icon-philanthropy:before {
  content: "\e863"; }

.icon-phone:before {
  content: "\e864"; }

.icon-phone2:before {
  content: "\e865"; }

.icon-phone-square:before {
  content: "\e866"; }

.icon-pie-chart:before {
  content: "\e868"; }

.icon-pie-chart2:before {
  content: "\e869"; }

.icon-pied-piper-alt:before {
  content: "\e86b"; }

.icon-pin:before {
  content: "\e86c"; }

.icon-plane:before {
  content: "\e871"; }

.icon-play:before {
  content: "\e872"; }

.icon-play-circle:before {
  content: "\e873"; }

.icon-play-circle-o:before {
  content: "\e874"; }

.icon-plug:before {
  content: "\e875"; }

.icon-plus:before {
  content: "\e876"; }

.icon-plus2:before {
  content: "\e877"; }

.icon-plus-circle:before {
  content: "\e878"; }

.icon-plus-square:before {
  content: "\e879"; }

.icon-plus-square-o:before {
  content: "\e87a"; }

.icon-popup:before {
  content: "\e87b"; }

.icon-power-off:before {
  content: "\e87c"; }

.icon-power-plug:before {
  content: "\e87d"; }

.icon-price-ribbon:before {
  content: "\e87e"; }

.icon-price-tag:before {
  content: "\e87f"; }

.icon-print:before {
  content: "\e880"; }

.icon-print2:before {
  content: "\e881"; }

.icon-progress-empty:before {
  content: "\e882"; }

.icon-progress-full:before {
  content: "\e883"; }

.icon-progress-one:before {
  content: "\e884"; }

.icon-progress-two:before {
  content: "\e885"; }

.icon-publish:before {
  content: "\e886"; }

.icon-puzzle-piece:before {
  content: "\e887"; }

.icon-qrcode:before {
  content: "\e88a"; }

.icon-question:before {
  content: "\e88b"; }

.icon-question-answer:before {
  content: "\e88c"; }

.icon-question-circle:before {
  content: "\e88d"; }

.icon-quote:before {
  content: "\e88e"; }

.icon-quote-left:before {
  content: "\e88f"; }

.icon-quote-right:before {
  content: "\e890"; }

.icon-radio:before {
  content: "\e892"; }

.icon-radio-button-off:before {
  content: "\e893"; }

.icon-radio-button-on:before {
  content: "\e894"; }

.icon-random:before {
  content: "\e895"; }

.icon-recycle:before {
  content: "\e898"; }

.icon-refresh:before {
  content: "\e89b"; }

.icon-refresh2:before {
  content: "\e89c"; }

.icon-remove:before {
  content: "\e89d"; }

.icon-remove-circle:before {
  content: "\e89e"; }

.icon-remove-circle-outline:before {
  content: "\e89f"; }

.icon-remove-user:before {
  content: "\e8a0"; }

.icon-repeat:before {
  content: "\e8a3"; }

.icon-reply:before {
  content: "\e8a4"; }

.icon-reply-all:before {
  content: "\e8a5"; }

.icon-resize-100:before {
  content: "\e8a6"; }

.icon-resize-full-screen:before {
  content: "\e8a7"; }

.icon-retweet:before {
  content: "\e8a8"; }

.icon-retweet2:before {
  content: "\e8a9"; }

.icon-road:before {
  content: "\e8aa"; }

.icon-rocket:before {
  content: "\e8ab"; }

.icon-rocket2:before {
  content: "\e8ac"; }

.icon-rotate-left:before {
  content: "\e8ad"; }

.icon-rouble:before {
  content: "\e8ae"; }

.icon-round-brush:before {
  content: "\e8af"; }

.icon-rss:before {
  content: "\e8b0"; }

.icon-rss2:before {
  content: "\e8b1"; }

.icon-rss-square:before {
  content: "\e8b2"; }

.icon-ruler:before {
  content: "\e8b3"; }

.icon-save:before {
  content: "\e8b4"; }

.icon-scissors:before {
  content: "\e8b5"; }

.icon-search:before {
  content: "\e8b7"; }

.icon-search-minus:before {
  content: "\e8b8"; }

.icon-search-plus:before {
  content: "\e8b9"; }

.icon-select-arrows:before {
  content: "\e8ba"; }

.icon-send:before {
  content: "\e8bb"; }

.icon-share:before {
  content: "\e8bc"; }

.icon-shareable:before {
  content: "\e8bd"; }

.icon-share-alt:before {
  content: "\e8be"; }

.icon-share-alternitive:before {
  content: "\e8bf"; }

.icon-share-alt-square:before {
  content: "\e8c0"; }

.icon-share-square:before {
  content: "\e8c1"; }

.icon-share-square-o:before {
  content: "\e8c2"; }

.icon-shield:before {
  content: "\e8c3"; }

.icon-shield2:before {
  content: "\e8c4"; }

.icon-shop:before {
  content: "\e8c5"; }

.icon-shopping-bag:before {
  content: "\e8c6"; }

.icon-shopping-basket:before {
  content: "\e8c7"; }

.icon-shopping-cart:before {
  content: "\e8c8"; }

.icon-shopping-cart2:before {
  content: "\e8c9"; }

.icon-shuffle:before {
  content: "\e8ca"; }

.icon-signal:before {
  content: "\e8cb"; }

.icon-signal2:before {
  content: "\e8cc"; }

.icon-sign-in:before {
  content: "\e8cd"; }

.icon-sign-out:before {
  content: "\e8ce"; }

.icon-sitemap:before {
  content: "\e8d0"; }

.icon-sliders:before {
  content: "\e8d5"; }

.icon-slideshare:before {
  content: "\e8d6"; }

.icon-slideshare2:before {
  content: "\e8d7"; }

.icon-smile-o:before {
  content: "\e8d9"; }

.icon-sort:before {
  content: "\e8da"; }

.icon-sort-alpha-asc:before {
  content: "\e8db"; }

.icon-sort-alpha-desc:before {
  content: "\e8dc"; }

.icon-sort-amount-asc:before {
  content: "\e8dd"; }

.icon-sort-amount-desc:before {
  content: "\e8de"; }

.icon-sort-asc:before {
  content: "\e8df"; }

.icon-sort-desc:before {
  content: "\e8e0"; }

.icon-sort-numeric-asc:before {
  content: "\e8e1"; }

.icon-sort-numeric-desc:before {
  content: "\e8e2"; }

.icon-sound:before {
  content: "\e8e3"; }

.icon-soundcloud:before {
  content: "\e8e4"; }

.icon-soundcloud2:before {
  content: "\e8e5"; }

.icon-sound-mix:before {
  content: "\e8e6"; }

.icon-sound-mute:before {
  content: "\e8e7"; }

.icon-space-shuttle:before {
  content: "\e8e8"; }

.icon-spinner:before {
  content: "\e8e9"; }

.icon-spoon:before {
  content: "\e8ea"; }

.icon-sports-club:before {
  content: "\e8eb"; }

.icon-spreadsheet:before {
  content: "\e8ef"; }

.icon-square:before {
  content: "\e8f0"; }

.icon-squared-cross:before {
  content: "\e8f1"; }

.icon-squared-minus:before {
  content: "\e8f2"; }

.icon-squared-plus:before {
  content: "\e8f3"; }

.icon-square-o:before {
  content: "\e8f4"; }

.icon-stack-exchange:before {
  content: "\e8f5"; }

.icon-stack-overflow:before {
  content: "\e8f6"; }

.icon-star:before {
  content: "\e8f7"; }

.icon-star2:before {
  content: "\e8f8"; }

.icon-star3:before {
  content: "\e8f9"; }

.icon-star-half:before {
  content: "\e8fa"; }

.icon-star-half2:before {
  content: "\e8fb"; }

.icon-star-half-empty:before {
  content: "\e8fc"; }

.icon-star-o:before {
  content: "\e8fd"; }

.icon-star-outline:before {
  content: "\e8fe"; }

.icon-star-outlined:before {
  content: "\e8ff"; }

.icon-step-backward:before {
  content: "\e902"; }

.icon-step-forward:before {
  content: "\e903"; }

.icon-stethoscope:before {
  content: "\e904"; }

.icon-stop:before {
  content: "\e905"; }

.icon-stopwatch:before {
  content: "\e906"; }

.icon-strikethrough:before {
  content: "\e907"; }

.icon-subscript:before {
  content: "\e90c"; }

.icon-suitcase:before {
  content: "\e90d"; }

.icon-suitcase2:before {
  content: "\e90e"; }

.icon-sun-o:before {
  content: "\e90f"; }

.icon-superscript:before {
  content: "\e910"; }

.icon-swap:before {
  content: "\e911"; }

.icon-swarm:before {
  content: "\e912"; }

.icon-sweden:before {
  content: "\e913"; }

.icon-switch:before {
  content: "\e914"; }

.icon-table:before {
  content: "\e915"; }

.icon-tablet:before {
  content: "\e916"; }

.icon-tablet2:before {
  content: "\e917"; }

.icon-tag:before {
  content: "\e918"; }

.icon-tag2:before {
  content: "\e919"; }

.icon-tags:before {
  content: "\e91a"; }

.icon-tasks:before {
  content: "\e91b"; }

.icon-tencent-weibo:before {
  content: "\e91c"; }

.icon-terminal:before {
  content: "\e91d"; }

.icon-text:before {
  content: "\e91e"; }

.icon-text-document:before {
  content: "\e91f"; }

.icon-text-document-inverted:before {
  content: "\e920"; }

.icon-text-height:before {
  content: "\e921"; }

.icon-text-width:before {
  content: "\e922"; }

.icon-th:before {
  content: "\e923"; }

.icon-thermometer:before {
  content: "\e924"; }

.icon-th-large:before {
  content: "\e925"; }

.icon-th-list:before {
  content: "\e926"; }

.icon-thumbs-down:before {
  content: "\e927"; }

.icon-thumbs-down2:before {
  content: "\e928"; }

.icon-thumbs-o-down:before {
  content: "\e929"; }

.icon-thumbs-o-up:before {
  content: "\e92a"; }

.icon-thumbs-up:before {
  content: "\e92b"; }

.icon-thumbs-up2:before {
  content: "\e92c"; }

.icon-thumb-tack:before {
  content: "\e92d"; }

.icon-thunder-cloud:before {
  content: "\e92e"; }

.icon-ticket:before {
  content: "\e92f"; }

.icon-ticket2:before {
  content: "\e930"; }

.icon-times-circle:before {
  content: "\e931"; }

.icon-times-circle-o:before {
  content: "\e932"; }

.icon-time-slot:before {
  content: "\e933"; }

.icon-tint:before {
  content: "\e934"; }

.icon-toggle-off:before {
  content: "\e935"; }

.icon-toggle-on:before {
  content: "\e936"; }

.icon-tools:before {
  content: "\e937"; }

.icon-traffic-cone:before {
  content: "\e938"; }

.icon-trash:before {
  content: "\e939"; }

.icon-trash2:before {
  content: "\e93a"; }

.icon-trash-o:before {
  content: "\e93b"; }

.icon-tree:before {
  content: "\e93c"; }

.icon-tree2:before {
  content: "\e93d"; }

.icon-trending-neutral:before {
  content: "\e93f"; }

.icon-triangle-down:before {
  content: "\e940"; }

.icon-triangle-left:before {
  content: "\e941"; }

.icon-triangle-right:before {
  content: "\e942"; }

.icon-triangle-up:before {
  content: "\e943"; }

.icon-trophy:before {
  content: "\e944"; }

.icon-trophy2:before {
  content: "\e945"; }

.icon-truck:before {
  content: "\e946"; }

.icon-try:before {
  content: "\e947"; }

.icon-tty:before {
  content: "\e948"; }

.icon-tv:before {
  content: "\e94d"; }

.icon-typing:before {
  content: "\e953"; }

.icon-umbrella:before {
  content: "\e954"; }

.icon-underline:before {
  content: "\e955"; }

.icon-uninstall:before {
  content: "\e956"; }

.icon-unlock:before {
  content: "\e957"; }

.icon-unlock-alt:before {
  content: "\e958"; }

.icon-unread:before {
  content: "\e959"; }

.icon-untag:before {
  content: "\e95a"; }

.icon-upload:before {
  content: "\e95b"; }

.icon-upload2:before {
  content: "\e95c"; }

.icon-upload-to-cloud:before {
  content: "\e95d"; }

.icon-user:before {
  content: "\e95e"; }

.icon-user2:before {
  content: "\e95f"; }

.icon-user-md:before {
  content: "\e960"; }

.icon-users:before {
  content: "\e961"; }

.icon-v-card:before {
  content: "\e962"; }

.icon-video:before {
  content: "\e963"; }

.icon-video-camera:before {
  content: "\e964"; }

.icon-vinyl:before {
  content: "\e96b"; }

.icon-voicemail:before {
  content: "\e970"; }

.icon-volume-down:before {
  content: "\e971"; }

.icon-volume-off:before {
  content: "\e972"; }

.icon-volume-up:before {
  content: "\e973"; }

.icon-wallet:before {
  content: "\e974"; }

.icon-warning:before {
  content: "\e975"; }

.icon-water:before {
  content: "\e976"; }

.icon-wechat:before {
  content: "\e977"; }

.icon-weibo:before {
  content: "\e978"; }

.icon-wheelchair:before {
  content: "\e979"; }

.icon-wifi:before {
  content: "\e97a"; }

.icon-windows:before {
  content: "\e97b"; }

.icon-wordpress:before {
  content: "\e97c"; }

.icon-wrench:before {
  content: "\e97d"; }

.icon-xing:before {
  content: "\e97e"; }

.icon-xing2:before {
  content: "\e97f"; }

.icon-yahoo:before {
  content: "\e982"; }

.icon-creative-cloud2:before {
  content: "\e900"; }

.icon-dropbox3:before {
  content: "\e901"; }

.icon-evernote:before {
  content: "\e908"; }

.icon-google-drive:before {
  content: "\e909"; }

.icon-google-hangouts:before {
  content: "\e90a"; }

.icon-soundcloud4:before {
  content: "\e90b"; }

.icon-houzz:before {
  content: "\e93e"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-github-square2:before {
  content: "\f092"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-feed:before {
  content: "\f09e"; }

.icon-rss3:before {
  content: "\f09e"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-html52:before {
  content: "\f13b"; }

.icon-css32:before {
  content: "\f13c"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stack-overflow2:before {
  content: "\f16c"; }

.icon-instagram3:before {
  content: "\f16d"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-square:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows2:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-dribbble3:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-slack:before {
  content: "\f198"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-reddit:before {
  content: "\f1a1"; }

.icon-reddit-square:before {
  content: "\f1a2"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-spotify:before {
  content: "\f1bc"; }

.icon-soundcloud3:before {
  content: "\f1be"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-codepen:before {
  content: "\f1cb"; }

.icon-git-square:before {
  content: "\f1d2"; }

.icon-git:before {
  content: "\f1d3"; }

.icon-paypal:before {
  content: "\f1ed"; }

.icon-google-wallet2:before {
  content: "\f1ee"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-facebook-official:before {
  content: "\f230"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-medium:before {
  content: "\f23a"; }

.icon-registered:before {
  content: "\f25d"; }

.icon-creative-commons2:before {
  content: "\f25e"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-safari:before {
  content: "\f267"; }

.icon-chrome:before {
  content: "\f268"; }

.icon-firefox:before {
  content: "\f269"; }

.icon-opera:before {
  content: "\f26a"; }

.icon-internet-explorer:before {
  content: "\f26b"; }

.icon-amazon:before {
  content: "\f270"; }

.icon-vimeo:before {
  content: "\f27d"; }

.icon-reddit-alien:before {
  content: "\f281"; }

.icon-edge:before {
  content: "\f282"; }

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100; }

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up; }

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up; }

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm; }

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm; }

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg; }

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg; }

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down; }

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm; }

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm; }

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg; }

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left; }

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left; }

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm; }

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm; }

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg; }

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg; }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right; }

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right; }

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm; }

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm; }

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg; }

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg; }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in; }

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out; }

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm; }

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm; }

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg; }

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg; }

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in; }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out; }

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm; }

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm; }

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg; }

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg; }

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top; }

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top; }

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom; }

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom; }

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left; }

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left; }

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right; }

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*! lightgallery - v1.3.9 - 2017-03-05
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("/stylesheets/fonts/lg.eot?n1z373");
  src: url("/stylesheets/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/stylesheets/fonts/lg.woff?n1z373") format("woff"), url("/stylesheets/fonts/lg.ttf?n1z373") format("truetype"), url("/stylesheets/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(22, 125, 182, 0.75);
  border-radius: 2px;
  color: #2a3d4c;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 10080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #ffffff; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 10082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(45, 45, 45, 0.71); }

.lg-toolbar .lg-icon {
  color: #2a3d4c;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #ffffff; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #dce2e4;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #2a3d4c;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #000000;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #d44833; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #000000;
  border-radius: 2px 2px 0 0;
  color: #2a3d4c;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #ffffff; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 10080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/stylesheets/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/stylesheets/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/stylesheets/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/stylesheets/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/stylesheets/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #000000;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #d44833;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #ffffff;
  color: #ffffff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #ffffff; }

.lg-outer .lg-dropdown {
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #2a3d4c; }

.lg-outer .lg-dropdown a {
  color: #2a3d4c;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #2a3d4c;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("/stylesheets/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 10060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10040;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* These settings overide the CSS from the BC Widget for Complex Blog Search used on the articles page, which are loaded from a CDN */
.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--single {
  height: 38px !important;
  border-radius: 0 !important; }

.select2-container--default .select2-selection--multiple {
  height: 38px;
  border-radius: 0 !important; }

.select2-container .select2-search--inline .select2-search__field {
  height: 38px;
  margin-bottom: 0;
  margin-top: 0 !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important; }

/* For fading in page banners for example */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

@-webkit-keyframes fadeInUpExtraSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpExtraSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpExtraSmall {
  -webkit-animation-name: fadeInUpExtraSmall;
  animation-name: fadeInUpExtraSmall; }

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall; }

@-webkit-keyframes fadeInDownExtraSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownExtraSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownExtraSmall {
  -webkit-animation-name: fadeInDownExtraSmall;
  animation-name: fadeInDownExtraSmall; }

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall; }

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.animate-flicker {
  -webkit-animation: flickerAnimation 800ms;
  -moz-animation: flickerAnimation 800ms;
  -o-animation: flickerAnimation 800ms;
  animation: flickerAnimation 800ms; }

/********************************************************************************
--- Animated Loader ---
*********************************************************************************/
.spinner {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid #9faab4;
  border-right: 6px solid #9faab4;
  border-bottom: 6px solid #9faab4;
  border-top: 6px solid #8069a5;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/********************************************************************************
--- Flicker Animation ---
*********************************************************************************/
.flicker {
  -webkit-animation: flickerAnimation 800ms;
  -moz-animation: flickerAnimation 800ms;
  -o-animation: flickerAnimation 800ms;
  animation: flickerAnimation 800ms; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.section-heading {
  font-weight: 500;
  margin-bottom: 0rem; }

.section-heading.subheading {
  font-weight: 400;
  color: #2a3d4c;
  font-size: 1.5rem; }

.subheading {
  font-weight: 300;
  font-family: "canada-type-gibson", sans-serif; }

.caps {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: 300; }

.italic {
  font-style: italic; }

.strikethrough {
  text-decoration: line-through; }

.small {
  font-size: 80%; }

.white {
  color: #ffffff; }

.gray {
  color: #9faab4; }

/*-----------Branding Colors-----------*/
.brand-1 {
  color: #8069a5; }

.brand-1.hue-1 {
  color: #594776; }

.brand-1.hue-2 {
  color: #665187; }

.brand-1.hue-3 {
  color: #a696c0; }

.brand-1.hue-4 {
  color: #9987b7; }

.bg-brand-1 {
  background-color: #8069a5; }

.bg-brand-1.hue-1 {
  background-color: #594776; }

.bg-brand-1.hue-2 {
  background-color: #665187; }

.bg-brand-1.hue-3 {
  background-color: #a696c0; }

.bg-brand-1.hue-4 {
  background-color: #9987b7; }

.brand-2 {
  color: #622b89; }

.brand-2.hue-1 {
  color: #451e60; }

.brand-2.hue-2 {
  color: #4e226e; }

.brand-2.hue-3 {
  color: #964fc8; }

.brand-2.hue-4 {
  color: #863bbb; }

.bg-brand-2 {
  background-color: #622b89; }

.bg-brand-2.hue-1 {
  background-color: #451e60; }

.bg-brand-2.hue-2 {
  background-color: #4e226e; }

.bg-brand-2.hue-3 {
  background-color: #964fc8; }

.bg-brand-2.hue-4 {
  background-color: #863bbb; }

.black {
  color: #000000; }

.bg-black {
  background-color: #000000; }

.bg-black.hue-1 {
  background-color: #1a1a1a; }

.bg-black.hue-2 {
  background-color: #333333; }

.bg-black.hue-3 {
  background-color: #4d4d4d; }

.bg-black.hue-4 {
  background-color: #666666; }

/* Spacing Helpers for marging and padding */
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 0.313rem; }

.mt2 {
  margin-top: 0.625rem; }

.mt3 {
  margin-top: 0.938rem; }

.mt4 {
  margin-top: 1.25rem; }

.mt5 {
  margin-top: 1.563rem; }

.mt6 {
  margin-top: 1.875rem; }

.mt7 {
  margin-top: 2.5rem; }

.mt8 {
  margin-top: 3.125rem; }

.mt9 {
  margin-top: 3.75rem; }

.mt10 {
  margin-top: 5rem; }

.mt11 {
  margin-top: 6.25rem; }

.mt12 {
  margin-top: 8.75rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 0.313rem; }

.mb2 {
  margin-bottom: 0.625rem; }

.mb3 {
  margin-bottom: 0.938rem; }

.mb4 {
  margin-bottom: 1.25rem; }

.mb5 {
  margin-bottom: 1.563rem; }

.mb6 {
  margin-bottom: 1.875rem; }

.mb7 {
  margin-bottom: 2.5rem; }

.mb8 {
  margin-bottom: 3.125rem; }

.mb9 {
  margin-bottom: 3.75rem; }

.mb10 {
  margin-bottom: 5rem; }

.mb11 {
  margin-bottom: 6.25rem; }

.mb12 {
  margin-bottom: 8.75rem; }

.ml0 {
  margin-left: 0; }

.ml1 {
  margin-left: 0.313rem; }

.ml2 {
  margin-left: 0.625rem; }

.ml3 {
  margin-left: 0.938rem; }

.ml4 {
  margin-left: 1.25rem; }

.ml5 {
  margin-left: 1.563rem; }

.ml6 {
  margin-left: 1.875rem; }

.ml7 {
  margin-left: 2.5rem; }

.ml8 {
  margin-left: 3.125rem; }

.ml9 {
  margin-left: 3.75rem; }

.ml10 {
  margin-left: 5rem; }

.ml11 {
  margin-left: 6.25rem; }

.ml12 {
  margin-left: 8.75rem; }

.mr0 {
  margin-right: 0; }

.mr1 {
  margin-right: 0.313rem; }

.mr2 {
  margin-right: 0.625rem; }

.mr3 {
  margin-right: 0.938rem; }

.mr4 {
  margin-right: 1.25rem; }

.mr5 {
  margin-right: 1.563rem; }

.mr6 {
  margin-right: 1.875rem; }

.mr7 {
  margin-right: 2.5rem; }

.mr8 {
  margin-right: 3.125rem; }

.mr9 {
  margin-right: 3.75rem; }

.mr10 {
  margin-right: 5rem; }

.mr11 {
  margin-right: 6.25rem; }

.mr12 {
  margin-right: 8.75rem; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pt1 {
  padding-top: 0.313rem; }

.pt2 {
  padding-top: 0.625rem; }

.pt3 {
  padding-top: 0.938rem; }

.pt4 {
  padding-top: 1.25rem; }

.pt5 {
  padding-top: 1.563rem; }

.pt6 {
  padding-top: 1.875rem; }

.pt7 {
  padding-top: 2.5rem; }

.pt8 {
  padding-top: 3.125rem; }

.pt9 {
  padding-top: 3.75rem; }

.pt10 {
  padding-top: 5rem; }

.pt11 {
  padding-top: 6.25rem; }

.pt12 {
  padding-top: 8.75rem; }

.pb0 {
  padding-bottom: 0; }

.pb1 {
  padding-bottom: 0.313rem; }

.pb2 {
  padding-bottom: 0.625rem; }

.pb3 {
  padding-bottom: 0.938rem; }

.pb4 {
  padding-bottom: 1.25rem; }

.pb5 {
  padding-bottom: 1.563rem; }

.pb6 {
  padding-bottom: 1.875rem; }

.pb7 {
  padding-bottom: 2.5rem; }

.pb8 {
  padding-bottom: 3.125rem; }

.pb9 {
  padding-bottom: 3.75rem; }

.pb10 {
  padding-bottom: 5rem; }

.pb11 {
  padding-bottom: 6.25rem; }

.pb12 {
  margin-bottom: 8.75rem; }

.pl0 {
  padding-left: 0; }

.pl1 {
  padding-left: 0.313rem; }

.pl2 {
  padding-left: 0.625rem; }

.pl3 {
  padding-left: 0.938rem; }

.pl4 {
  padding-left: 1.25rem; }

.pl5 {
  padding-left: 1.563rem; }

.pl6 {
  padding-left: 1.875rem; }

.pl7 {
  padding-left: 2.5rem; }

.pl8 {
  padding-left: 3.125rem; }

.pl9 {
  padding-left: 3.75rem; }

.pl10 {
  padding-left: 5rem; }

.pl11 {
  padding-left: 6.25rem; }

.pl12 {
  padding-left: 8.75rem; }

.pr0 {
  padding-right: 0; }

.pr1 {
  padding-right: 0.313rem; }

.pr2 {
  padding-right: 0.625rem; }

.pr3 {
  padding-right: 0.938rem; }

.pr4 {
  padding-right: 1.25rem; }

.pr5 {
  padding-right: 1.563rem; }

.pr6 {
  padding-right: 1.875rem; }

.pr7 {
  padding-right: 2.5rem; }

.pr8 {
  padding-right: 3.125rem; }

.pr9 {
  padding-right: 3.75rem; }

.pr10 {
  padding-right: 5rem; }

.pr11 {
  padding-right: 6.25rem; }

.pr12 {
  padding-right: 8.75rem; }

@media screen and (max-width: 74.9375em) {
  .mt5 {
    margin-top: 1.25rem; }
  .mt6 {
    margin-top: 1.563rem; }
  .mt7 {
    margin-top: 2.188rem; }
  .mt8 {
    margin-top: 2.813rem; }
  .mt9 {
    margin-top: 3.125rem; }
  .mt10 {
    margin-top: 4.375rem; }
  .mt11 {
    margin-top: 5.625rem; }
  .mt12 {
    margin-top: 7.5rem; }
  .mb5 {
    margin-bottom: 1.25rem; }
  .mb6 {
    margin-bottom: 1.563rem; }
  .mb7 {
    margin-bottom: 2.188rem; }
  .mb8 {
    margin-bottom: 2.813rem; }
  .mb9 {
    margin-bottom: 3.125rem; }
  .mb10 {
    margin-bottom: 4.375rem; }
  .mb11 {
    margin-bottom: 5.625rem; }
  .mb12 {
    margin-bottom: 7.5rem; }
  .ml5 {
    margin-left: 1.25rem; }
  .ml6 {
    margin-left: 1.563rem; }
  .ml7 {
    margin-left: 2.188rem; }
  .ml8 {
    margin-left: 2.813rem; }
  .ml9 {
    margin-left: 3.125rem; }
  .ml10 {
    margin-left: 4.375rem; }
  .ml11 {
    margin-left: 5.625rem; }
  .ml12 {
    margin-left: 7.5rem; }
  .mr5 {
    margin-right: 1.25rem; }
  .mr6 {
    margin-right: 1.563rem; }
  .mr7 {
    margin-right: 2.188rem; }
  .mr8 {
    margin-right: 2.813rem; }
  .mr9 {
    margin-right: 3.125rem; }
  .mr10 {
    margin-right: 4.375rem; }
  .mr11 {
    margin-right: 5.625rem; }
  .mr12 {
    margin-right: 7.5rem; } }

@media screen and (max-width: 59.9375em) {
  .mt5 {
    margin-top: 1.125rem; }
  .mt6 {
    margin-top: 1.375rem; }
  .mt7 {
    margin-top: 1.875rem; }
  .mt8 {
    margin-top: 2.5rem; }
  .mt9 {
    margin-top: 2.813rem; }
  .mt10 {
    margin-top: 3.75rem; }
  .mt11 {
    margin-top: 5rem; }
  .mt12 {
    margin-top: 6.25rem; }
  .mb5 {
    margin-bottom: 1.125rem; }
  .mb6 {
    margin-bottom: 1.375rem; }
  .mb7 {
    margin-bottom: 1.875rem; }
  .mb8 {
    margin-bottom: 2.5rem; }
  .mb9 {
    margin-bottom: 2.813rem; }
  .mb10 {
    margin-bottom: 3.75rem; }
  .mb11 {
    margin-bottom: 5rem; }
  .mb12 {
    margin-bottom: 6.25rem; }
  .ml5 {
    margin-left: 1.125rem; }
  .ml6 {
    margin-left: 1.375rem; }
  .ml7 {
    margin-left: 1.875rem; }
  .ml8 {
    margin-left: 2.5rem; }
  .ml9 {
    margin-left: 2.813rem; }
  .ml10 {
    margin-left: 3.75rem; }
  .ml11 {
    margin-left: 5rem; }
  .ml12 {
    margin-left: 6.25rem; }
  .mr5 {
    margin-right: 1.125rem; }
  .mr6 {
    margin-right: 1.375rem; }
  .mr7 {
    margin-right: 1.875rem; }
  .mr8 {
    margin-right: 2.5rem; }
  .mr9 {
    margin-right: 2.813rem; }
  .mr10 {
    margin-right: 3.75rem; }
  .mr11 {
    margin-right: 5rem; }
  .mr12 {
    margin-right: 6.25rem; } }

.mt5 {
  margin-top: 1rem; }

.mt6 {
  margin-top: 1.25rem; }

.mt7 {
  margin-top: 1.625rem; }

.mt8 {
  margin-top: 2.188rem; }

.mt9 {
  margin-top: 2.5rem; }

.mt10 {
  margin-top: 3.125rem; }

.mt11 {
  margin-top: 4.375rem; }

.mt12 {
  margin-top: 5rem; }

.mb5 {
  margin-bottom: 1rem; }

.mb6 {
  margin-bottom: 1.25rem; }

.mb7 {
  margin-bottom: 1.625rem; }

.mb8 {
  margin-bottom: 2.188rem; }

.mb9 {
  margin-bottom: 2.5rem; }

.mb10 {
  margin-bottom: 3.125rem; }

.mb11 {
  margin-bottom: 4.375rem; }

.mb12 {
  margin-bottom: 5rem; }

.ml5 {
  margin-left: 1rem; }

.ml6 {
  margin-left: 1.25rem; }

.ml7 {
  margin-left: 1.625rem; }

.ml8 {
  margin-left: 2.188rem; }

.ml9 {
  margin-left: 2.5rem; }

.ml10 {
  margin-left: 3.125rem; }

.ml11 {
  margin-left: 4.375rem; }

.ml12 {
  margin-left: 5rem; }

.mr5 {
  margin-right: 1rem; }

.mr6 {
  margin-right: 1.25rem; }

.mr7 {
  margin-right: 1.625rem; }

.mr8 {
  margin-right: 2.188rem; }

.mr9 {
  margin-right: 2.5rem; }

.mr10 {
  margin-right: 3.125rem; }

.mr11 {
  margin-right: 4.375rem; }

.mr12 {
  margin-right: 5rem; }

/* Inner Page Headers / Banners */
.inner-banner {
  position: relative;
  background-color: #000000;
  height: 500px;
  margin-bottom: 3rem; }

.inner-banner-bg {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.inner-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.inner-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; }

.inner-banner-container {
  width: 100%;
  height: 100%; }

.inner-banner .columns {
  padding: 0;
  text-align: center; }

.inner-banner-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4; }

.page-title {
  position: relative;
  top: 40%;
  width: 100%;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 1.2;
  z-index: 100; }

.page-title.shift-title {
  top: 2rem; }

.page-title.hasbackground {
  font-size: 2.5rem;
  text-transform: none;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  padding: 1rem 1rem; }

.page-title span.categories {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
  text-shadow: none;
  letter-spacing: 1px; }

.inner-banner-content span.tags {
  background: #8069a5;
  color: #ffffff;
  margin-bottom: .25rem;
  display: inline-block;
  border-radius: 50px; }

.inner-banner-content span.tags a {
  padding: .25rem .75rem;
  margin-right: .25rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: .9rem;
  white-space: nowrap; }

/* Header */
.wrapper--top {
  position: relative;
  z-index: 9997;
  width: 100%; }

/*-----------Drawer Scrollbars-----------*/
.drawer::-webkit-scrollbar {
  width: 0 !important; }

.drawer::-webkit-scrollbar-track {
  background: none; }

.drawer::-webkit-scrollbar-thumb {
  background: none; }

.no-touch .drawer::-webkit-scrollbar {
  width: 8px !important; }

.no-touch .drawer::-webkit-scrollbar-track {
  background: #9faab4; }

.no-touch .drawer::-webkit-scrollbar-thumb {
  background: blue; }

/*-----------Sticky Header-----------*/
.header--fixed-up .wrapper--top {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms; }

.header--fixed .wrapper--top {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms; }

.header--fixed-up .wrapper--top,
.header--fixed .wrapper--top {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 5px 20px 0px rgba(15, 11, 14, 0.1); }

@media screen and (min-width: 1100px) {
  /*-----------Hidden Mobile Elements-----------*/
  .content-overlay,
  .header__drawer-toggle {
    display: none; }
  /*-----------Header-----------*/
  .header {
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent; }
  .header::after {
    clear: both;
    content: "";
    display: table; }
  .logo {
    position: absolute;
    top: 0;
    left: 40px;
    height: 120px;
    line-height: 120px;
    width: 200px;
    text-align: center;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .logo:hover {
    opacity: .65; }
  .logo img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 5px; }
  /*-----------Header - Top - Right-----------*/
  .corner {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 10000;}
  /*-----------Header - Search-----------*/
  .search {
    float: left;
    width: 250px; }
  /*-----------Header - Menu-----------*/
  .menu--main {
    position: relative;
    float: none;
    padding: 20px 30px 0 260px; }
  .menu--main ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .menu--main li {
    position: relative; }
  .menu--main li,
  .menu--main a {
    display: block; }
  /*-----------Menu - First Level-----------*/
  .menu--main > ul {
    float: none; }
  .menu--main > ul > li {
    float: left;
    padding: 0 .875rem; }
  .menu--main > ul > li > a {
    padding: 0 0.125rem;
    margin: 0;
    z-index: 1;
    color: #2a3d4c;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    height: 80px;
    line-height: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .menu--main > ul > li > a:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #d44833;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }
  .menu--main > ul > li > a:hover,
  .menu--main > ul > li:hover > a {
    color: #9c0097; }
  .menu--main > ul > li.selected > a {
    color: #2a3d4c; }
  .menu--main > ul > li.selected > a:hover {
    color: #9c0097; }
  .menu--main > ul > li > a:hover:after,
  .menu--main > ul > li:hover > a:after,
  .menu--main > ul > li.selected > a:after {
    width: 100%; }
  /*-----------Menu - Dropdown-----------*/
  .menu--main ul ul {
    line-height: normal;
    position: absolute;
    left: -9999px;
    top: auto;
    z-index: 9998;
    width: 225px;
    transition: opacity .25s ease;
    background: #ffffff;
    padding: 20px 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    opacity: 0;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(15, 11, 14, 0.1);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  .menu--main ul ul a {
    padding: 10px 30px;
    font-size: 0.875rem;
    color: #8069a5;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .menu--main ul ul a:hover,
  .menu--main ul ul li.dropdown--open > a,
  .menu--main ul ul li.selected > a {
    color: #9c0097; }
  .menu--main ul ul .menu__arrow:after {
    content: "\e697";
    font-family: 'CD-Project-Icons';
    margin-left: 6px;
    font-size: 90%;
    color: #9faab4; }
  .menu--main > ul > li.dropdown--open > ul,
  .menu--main > ul > li:hover > ul {
    left: 20px;
    opacity: 1; }
  .menu--main > ul > li.drop-right.dropdown--open ul,
  .menu--main > ul > li.drop-right:hover ul {
    right: 0; }
  /*-----------Menu - Second Level Dropdown-----------*/
  .menu--main > ul > li ul li.dropdown--open ul,
  .menu--main > ul > li ul li:hover ul {
    opacity: 1;
    left: 225px;
    top: -3;
    margin-top: -60px;}
  .menu--main > ul > li.drop-right ul li.dropdown--open ul,
  .menu--main > ul > .touch li.drop-right ul li:hover ul {
    left: inherit;
    right: 225px; }
   /*-----------Menu - Current Festival-----------*/
  .menu--main > ul > li ul li.current-festival-start {
    border-top: 1px solid #9faab4;
    background-color: #efefef!important;
	margin-top: 20px;
    padding-top: 20px;
    }
  .menu--main > ul > li ul li.current-festival-start:before {
    content: '2019 Festivals';
            padding: 10px 30px;
    color: #8069a5;
        font-weight: 800;
            line-height: 2em;
    }
     .menu--main > ul > li ul li.current-festival-end {
    border-bottom: 1px solid #9faab4;
    background-color: #efefef!important;
	margin-bottom: 20px;
    padding-bottom: 20px;
    }
  .menu--main > ul > li ul li.current-festival {
    background-color: #efefef!important;
    }
  /*-----------Main Body-----------*/
  /*----------  Sticky Header  ----------*/
  .header--fixed .header,
  .header--fixed-up .header,
  .header--fixed .wrapper--top,
  .header--fixed-up .wrapper--top {
    height: 80px; }
  .header--fixed .menu--main > ul > li,
  .header--fixed-up .menu--main > ul > li,
  .header--fixed .menu--main > ul > li > a,
  .header--fixed-up .menu--main > ul > li > a {
    height: 80px;
    line-height: 80px; }
  .header--fixed .logo,
  .header--fixed-up .logo {
    height: 70px;
    line-height: 70px;
    width: 160px; }
  .header--fixed .menu--main,
  .header--fixed-up .menu--main {
    padding-top: 0; }
  .header--fixed .menu--main ul ul:before,
  .header--fixed-up .menu--main ul ul:before {
    content: '';
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.625rem;
    background: -webkit-linear-gradient(rgba(15, 11, 14, 0.03), transparent) top;
    background: linear-gradient(rgba(15, 11, 14, 0.03), transparent) top; } }

@media screen and (max-width: 1100px) {
    
  .menu_open .logowrap {
    background-color: #ffffff!important;
    height: 75px;
    display: block;
    z-index: 10000;
    position: absolute;
    width: 100%; }
    
  #search { top: 52px!important; }
  
  
  /*-----------Header-----------*/
  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75px; }
  /*-----------Header - Logo-----------*/
  .logo {
    position: absolute;
    left: 25px;
    width: 150px;
    height: 75px;
    line-height: 75px;
    z-index: 9999; }
  .logo img {
    position: relative;
    top: 2px; }
    


  /*-----------Drawer Toggle-----------*/
  .header__drawer-toggle {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 80px;
    height: 75px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .header__drawer-toggle span {
    position: absolute;
    display: block;
    width: 23px;
    height: 2px;
    background: #694e91;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -13px; }
  .header__drawer-toggle span,
  .header__drawer-toggle span:before,
  .header__drawer-toggle span:after {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .header__drawer-toggle span::before,
  .header__drawer-toggle span::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%; }
  .header__drawer-toggle span::before {
    top: -7px; }
  .header__drawer-toggle span::after {
    bottom: -7px; }
  .root.menu_open .header__drawer-toggle {
    background: transparent; }
  .root.menu_open .header__drawer-toggle span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #694e91; }
  .root.menu_open .header__drawer-toggle span:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .root.menu_open .header__drawer-toggle span:after {
    bottom: 0; }
  /*-----------Drawer-----------*/
  .drawer {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8.75rem 5rem;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform, left, right;
    -moz-transition: -moz-transform, left, right;
    -o-transition: -o-transform, left, right;
    transition: left, right, -webkit-transform;
    transition: transform, left, right;
    transition: transform, left, right, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms; }
  /*-----------Main Menu-----------*/
  .menu--main {
    background: #ffffff; }
  .menu--main ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .menu--main li {
    line-height: 1.2; }
  .menu--main li,
  .menu--main a {
    display: block; }
  .menu--main > ul > li {
    border-bottom: 1px solid #dce2e4; }
  .menu--main a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease; }
  .menu--main ul li a {
    padding-left: 12px;
    padding-right: 12px;
    color: #8069a5;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 700;
    font-size: 1.5625rem;
    position: relative; }
  .menu--main > ul > li > a {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .menu--main > ul > li.dropdown--open.active > a,
  .menu--main > ul > li.selected > a {
    padding-bottom: 2.5rem; }
  .menu--main li.dropdown--open > ul, .menu--main li.active > ul {
    display: block; }
  .menu--main > ul > li ul li.dropdown--open ul, .menu--main > ul > li ul li.active ul {
    display: block; }
  .menu--main .menu__arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    text-align: center;
    height: 100%;
    z-index: 1; }
  .menu--main .menu__arrow:after {
    content: "\f196";
    font-family: "FontAwesome";
    color: #694e91;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -.625rem;
    font-style: normal;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .menu--main .menu__arrow:hover:after {
      	content: "\f0fe";
  }
    .menu--main li.active > a .menu__arrow:after {
    content: '\f146'; }
  .menu--main li.active > ul {
    display: block; }
    
  .menu--main li.dropdown--open.active > a .menu__arrow:after {
    content: '\f146'; }
  .menu--main li.dropdown--open.active > ul {
    display: block; }
  .menu--main ul ul {
    display: none;
    padding-bottom: 1.875rem; }
  .menu--main > ul > li > ul > li.dropdown--open.active > a {
    background: rgba(0, 0, 0, 0.25);
    color: #ffffff; }
  .menu--main ul ul li a {
    font-size: 1rem;
    font-family: "canada-type-gibson", sans-serif;
    color: #622b89;
    padding: 0.9375rem 0 0.9375rem 0.9375rem; }
  .menu--main ul ul ul li a {
    font-size: 0.813rem;
    padding-left: 36px;
    padding-top: 10px;
    padding-bottom: 10px; }
    




    /*-----------Corner (Utility) Menu ----------*/
    .header {position: relative;top:50px;}
    .logo-wrap {
        background-color: #fff;
    	width: 100%;
    	height: 75px;
    	position: absolute;
    	z-index: 9997;
    	top: 0;
    }
    .menu--main {
	    margin-top: 50px;
    }
    .menu--main ul {
	    border-top: 1px solid #dce2e4;
    }
    .corner {
        position: absolute;
        width: 100%;
        top: 0!important;
        left: 0;
        background-color: #2a3d4c;
        text-align: center;
        z-index: 9998;
        padding-top: 3px;
        height: 52px;
    }
    .menu {
        padding: 5px 20px 5px 0px!important;
        align-items: center;
        justify-content: center;
    }
    .donate {color:#fff!important;}
    .header--fixed .header, .header--fixed-up .header, .header--fixed .wrapper--top, .header--fixed-up .wrapper--top { height: 130px!important; }

    .wrapper--top { height: 50px; }




       /*-----------Menu - Current Festival-----------*/
  .menu--main > ul > li ul li.current-festival-start {
    border-top: 1px solid #9faab4;
    background-color: #efefef!important;
	margin-top: 20px;
    padding-top: 20px;
    }
  .menu--main > ul > li ul li.current-festival-start:before {
    content: '2019 Festivals';
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
    color: #8069a5;
        font-weight: 800;
        font-size:1.25em;
         line-height: 2em;

    }
    .menu--main > ul > li ul li.current-festival-end {
    border-bottom: 1px solid #9faab4;
    background-color: #efefef!important;
	margin-bottom: 20px;
    padding-bottom: 20px;
    }
  .menu--main > ul > li ul li.current-festival {
    background-color: #efefef!important;
    }

  /*-----------Pull Out Menu Content Overlay-----------*/
  .content-overlay {
    visibility: hidden;
    height: 0;
    width: 0;
    background: transparent;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    z-index: 1000; }
  /*-----------Pull Out Menu Open-----------*/
  .root {
    position: relative;
    height: 100%; }
  .root.menu_open {
    overflow: visible; }
  .menu_open .header {
    position: fixed; }
  .root.menu_open .drawer {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .root.menu_open .content-overlay {
    visibility: visible;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden; }
  .root.menu_open .content-overlay i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.750rem;
    color: #dce2e4; }
  /*----------  Sticky Header  ----------*/
  .header--fixed .header,
  .header--fixed-up .header,
  .header--fixed .wrapper--top,
  .header--fixed-up .wrapper--top {
    height: 75px; } }

@media screen and (max-width: 46.1875em) {
  .drawer {
    padding: 6.25rem 2.5rem; }
  .menu--main > ul > li > a {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1.3125rem; }
  .menu--main > ul > li.selected > a {
    padding-bottom: 1.875rem; } }

@media screen and (max-width: 63.9375em) {
  .root.menu_open {
    overflow: visible; } }

/* Footer */
.footer {
  background: #622b89;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: auto; }

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem; }

.footer__newsletter {
  padding: 3.75rem 2rem 2.5rem;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.footer__newsletter-text {
  text-align: center;
  margin-bottom: 1.875rem; }

.footer__newsletter-heading {
  color: #ffffff;
  text-transform: uppercase; }

.footer__newsletter-subheading {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7); }

.footer__newsletter-form [type='text'], .footer__newsletter-form [type='password'], .footer__newsletter-form [type='date'], .footer__newsletter-form [type='datetime'], .footer__newsletter-form [type='datetime-local'], .footer__newsletter-form [type='month'], .footer__newsletter-form [type='week'], .footer__newsletter-form [type='email'], .footer__newsletter-form [type='number'], .footer__newsletter-form [type='search'], .footer__newsletter-form [type='tel'], .footer__newsletter-form [type='time'], .footer__newsletter-form [type='url'], .footer__newsletter-form [type='color'], .footer__newsletter-form textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: 3.125rem;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }

.footer__newsletter-form [type='text']::-webkit-input-placeholder, .footer__newsletter-form [type='password']::-webkit-input-placeholder, .footer__newsletter-form [type='date']::-webkit-input-placeholder, .footer__newsletter-form [type='datetime']::-webkit-input-placeholder, .footer__newsletter-form [type='datetime-local']::-webkit-input-placeholder, .footer__newsletter-form [type='month']::-webkit-input-placeholder, .footer__newsletter-form [type='week']::-webkit-input-placeholder, .footer__newsletter-form [type='email']::-webkit-input-placeholder, .footer__newsletter-form [type='number']::-webkit-input-placeholder, .footer__newsletter-form [type='search']::-webkit-input-placeholder, .footer__newsletter-form [type='tel']::-webkit-input-placeholder, .footer__newsletter-form [type='time']::-webkit-input-placeholder, .footer__newsletter-form [type='url']::-webkit-input-placeholder, .footer__newsletter-form [type='color']::-webkit-input-placeholder, .footer__newsletter-form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.footer__newsletter-form [type='text']::-moz-placeholder, .footer__newsletter-form [type='password']::-moz-placeholder, .footer__newsletter-form [type='date']::-moz-placeholder, .footer__newsletter-form [type='datetime']::-moz-placeholder, .footer__newsletter-form [type='datetime-local']::-moz-placeholder, .footer__newsletter-form [type='month']::-moz-placeholder, .footer__newsletter-form [type='week']::-moz-placeholder, .footer__newsletter-form [type='email']::-moz-placeholder, .footer__newsletter-form [type='number']::-moz-placeholder, .footer__newsletter-form [type='search']::-moz-placeholder, .footer__newsletter-form [type='tel']::-moz-placeholder, .footer__newsletter-form [type='time']::-moz-placeholder, .footer__newsletter-form [type='url']::-moz-placeholder, .footer__newsletter-form [type='color']::-moz-placeholder, .footer__newsletter-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.footer__newsletter-form [type='text']:-moz-placeholder, .footer__newsletter-form [type='password']:-moz-placeholder, .footer__newsletter-form [type='date']:-moz-placeholder, .footer__newsletter-form [type='datetime']:-moz-placeholder, .footer__newsletter-form [type='datetime-local']:-moz-placeholder, .footer__newsletter-form [type='month']:-moz-placeholder, .footer__newsletter-form [type='week']:-moz-placeholder, .footer__newsletter-form [type='email']:-moz-placeholder, .footer__newsletter-form [type='number']:-moz-placeholder, .footer__newsletter-form [type='search']:-moz-placeholder, .footer__newsletter-form [type='tel']:-moz-placeholder, .footer__newsletter-form [type='time']:-moz-placeholder, .footer__newsletter-form [type='url']:-moz-placeholder, .footer__newsletter-form [type='color']:-moz-placeholder, .footer__newsletter-form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.footer__newsletter-form [type='text']:-ms-input-placeholder, .footer__newsletter-form [type='password']:-ms-input-placeholder, .footer__newsletter-form [type='date']:-ms-input-placeholder, .footer__newsletter-form [type='datetime']:-ms-input-placeholder, .footer__newsletter-form [type='datetime-local']:-ms-input-placeholder, .footer__newsletter-form [type='month']:-ms-input-placeholder, .footer__newsletter-form [type='week']:-ms-input-placeholder, .footer__newsletter-form [type='email']:-ms-input-placeholder, .footer__newsletter-form [type='number']:-ms-input-placeholder, .footer__newsletter-form [type='search']:-ms-input-placeholder, .footer__newsletter-form [type='tel']:-ms-input-placeholder, .footer__newsletter-form [type='time']:-ms-input-placeholder, .footer__newsletter-form [type='url']:-ms-input-placeholder, .footer__newsletter-form [type='color']:-ms-input-placeholder, .footer__newsletter-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

@media screen and (min-width: 46.25em) {
  .footer__newsletter-form [type='text'], .footer__newsletter-form [type='password'], .footer__newsletter-form [type='date'], .footer__newsletter-form [type='datetime'], .footer__newsletter-form [type='datetime-local'], .footer__newsletter-form [type='month'], .footer__newsletter-form [type='week'], .footer__newsletter-form [type='email'], .footer__newsletter-form [type='number'], .footer__newsletter-form [type='search'], .footer__newsletter-form [type='tel'], .footer__newsletter-form [type='time'], .footer__newsletter-form [type='url'], .footer__newsletter-form [type='color'], .footer__newsletter-form textarea {
    border-right: 0; } }

.footer__newsletter-form [type='text']:focus, .footer__newsletter-form [type='password']:focus, .footer__newsletter-form [type='date']:focus, .footer__newsletter-form [type='datetime']:focus, .footer__newsletter-form [type='datetime-local']:focus, .footer__newsletter-form [type='month']:focus, .footer__newsletter-form [type='week']:focus, .footer__newsletter-form [type='email']:focus, .footer__newsletter-form [type='number']:focus, .footer__newsletter-form [type='search']:focus, .footer__newsletter-form [type='tel']:focus, .footer__newsletter-form [type='time']:focus, .footer__newsletter-form [type='url']:focus, .footer__newsletter-form [type='color']:focus, .footer__newsletter-form textarea:focus {
  background: #622b89; }

.footer__newsletter-form [type="submit"] {
  height: 3.125rem;
  border-radius: 0px; }

.footer__newsletter-form [type="submit"]:hover {
  background-color: #9c0097; }

.footer__bottom {
  text-align: center;
  padding-bottom: 2rem;
  color: #ffffff; }

.footer__logo {
  max-width: 12.5rem;
  margin-bottom: 1.25rem; }

.footer__copyright {
  font-size: 0.75rem; }

.footer__copyright span {
  display: block;
  color: #8069a5; }

.footer__copyright a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer__social-menu ul {
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: inline-block; }

.footer__social-menu ul > li {
  display: table-cell;
  vertical-align: middle; }

[data-whatinput='mouse'] .footer__social-menu ul > li {
  outline: 0; }

.footer__social-menu ul > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
  color: #ffffff; }

.footer__social-menu ul input,
.footer__social-menu ul a,
.footer__social-menu ul button {
  margin-bottom: 0; }

.footer__social-menu li {
  text-align: center; }

.footer__social-menu a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*-----------Footer - Menu-----------*/
.menu--main-footer {
  position: relative; }

.menu--main-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.menu--main-footer li {
  position: relative; }

.menu--main-footer li,
.menu--main-footer a {
  display: inline-block;
  padding: 10px;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #8069a5; }

@media only screen and (max-width: 799px) {
  body.header--fixed {
    margin-bottom: 0 !important; }
  .footer {
    position: relative;
    z-index: 1; } }

/* ---Branding Colors--- */
.brand-1 {
  color: #8069a5; }

.brand-1.hue-1 {
  color: #9b89b8; }

.brand-1.hue-2 {
  color: #b6a9cb; }

.brand-1.hue-3 {
  color: #675289; }

.brand-1.hue-4 {
  color: #4f3f69; }

.bg-brand-1 {
  background-color: #8069a5; }

.bg-brand-1.hue-1 {
  background-color: #9b89b8; }

.bg-brand-1.hue-2 {
  background-color: #b6a9cb; }

.bg-brand-1.hue-3 {
  background-color: #675289; }

.bg-brand-1.hue-4 {
  background-color: #4f3f69; }

.brand-2 {
  color: #622b89; }

.brand-2.hue-1 {
  color: #7e37b0; }

.brand-2.hue-2 {
  color: #9751c9; }

.brand-2.hue-3 {
  color: #461f62; }

.brand-2.hue-4 {
  color: #2a133b; }

.bg-brand-2 {
  background-color: #622b89; }

.bg-brand-2.hue-1 {
  background-color: #7e37b0; }

.bg-brand-2.hue-2 {
  background-color: #9751c9; }

.bg-brand-2.hue-3 {
  background-color: #461f62; }

.bg-brand-2.hue-4 {
  background-color: #2a133b; }

.brand-3 {
  color: #a3009d; }

.brand-3.hue-1 {
  color: #d600ce; }

.brand-3.hue-2 {
  color: #ff0af6; }

.brand-3.hue-3 {
  color: #70006c; }

.brand-3.hue-4 {
  color: #3d003b; }

.bg-brand-3 {
  background-color: #a3009d; }

.bg-brand-3.hue-1 {
  background-color: #d600ce; }

.bg-brand-3.hue-2 {
  background-color: #ff0af6; }

.bg-brand-3.hue-3 {
  background-color: #70006c; }

.bg-brand-3.hue-4 {
  background-color: #3d003b; }

.black {
  color: #000000; }

.bg-black {
  background-color: #000000; }

.bg-black.hue-1 {
  background-color: #1a1a1a; }

.bg-black.hue-2 {
  background-color: #333333; }

.bg-black.hue-3 {
  background-color: #4d4d4d; }

.bg-black.hue-4 {
  background-color: #666666; }

/* --- Various Helpers ---*/
.subheader {
  font-weight: 300;
  margin-top: -0.6em; }

.headings {
  border-bottom: 1px solid #dce2e4;
  padding: 0 0 0.667em 0;
  margin: 0 0 1.667em 0;
  position: relative; }

.headings:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 175px;
  height: 1px;
  background: #000000; }

.headings span[class^="icon-"] {
  color: #dce2e4;
  font-size: 80%;
  margin-right: 0.167em; }

/*-----------Lists-----------*/
.list-reset {
  list-style: none;
  padding: 0;
  margin: 0; }

ul, ol {
  margin: 0 0 1.000em 1.778em;
  padding: 0; }

ul, ol, li {
  line-height: 1.5; }

ol {
  counter-reset: section;
  list-style-type: none;
  margin: 0 0 1.000em 0;
  padding: 0; }

ol li {
  counter-increment: section; }

ol li:before {
  content: counters(section, ".") ". ";
  color: #8069a5; }

ol ol {
  margin: 0.444em 0 0.556em 1.778em; }

ol ol li:before {
  font-size: 0.889em; }

ul.bullets {
  list-style: none;
  margin: 0 0 1.000em 0;
  padding: 0;
  overflow: hidden; }

ul.bullets li {
  list-style: none;
  margin: 0 0 0.278em 0;
  padding: 0 0 0 0.667em;
  position: relative; }

ul.bullets li:before {
  content: "\e6ba";
  font-family: 'CD-Project-Icons';
  display: block;
  position: absolute;
  top: 0;
  left: -0.333em;
  color: #8069a5; }

ul.bullets ul {
  margin: 0.667em 0 0.667em 0.667em; }

ul.lists {
  list-style: none;
  margin: 0 0 1.000em 0;
  padding: 0; }

ul.lists li {
  list-style: none;
  padding: 0.444em 0;
  border-bottom: 1px solid #dce2e4; }

ul.lists ul {
  border-top: 1px solid #dce2e4;
  margin: 0.667em 0 0 0; }

ul.lists ul li {
  padding-left: 1.778em;
  font-size: 0.833em; }

ul.lists ul li:last-child {
  border: none;
  padding-bottom: 0; }

/*-----------Paragraphs-----------*/
p {
  margin: 0 0 1.500em 0;
  line-height: 1.5; }

.lead {
  font-size: 1.556rem;
  font-style: italic;
  line-height: 1.3; }

.article {
  font-size: 1.125rem; }

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  margin: 1.750em 0 1.500em; }

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

img.aligntop {
  margin: 0 0 1.000em 0; }

img.alignleft, img.alignright {
  max-width: 35%;
  margin-top: 0.333em;
  margin-bottom: 0.333em; }

img.alignleft {
  float: left;
  margin-right: 1.389em; }

img.alignright {
  float: right;
  margin-left: 1.389em; }

img.border {
  border: 1px solid #dce2e4;
  padding: 0.278em;
  background: #ffffff; }

/*-----------Aligning-----------*/
.left-align {
  text-align: left; }

.center {
  text-align: center; }

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

.left {
  float: left; }

.right {
  float: right; }

/*-----------Misc Typography-----------*/
.arial {
  font-family: Arial, sans-serif; }

.times-new-roman {
  font-family: Times New Roman, serif; }

.small {
  font-size: 1rem;
  font-weight: 700; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase; }

.regular-case {
  text-transform: none; }

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

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

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.t1 {
  font-size: 0.875rem; }

.t2 {
  font-size: 1.000rem; }

.t3 {
  font-size: 1.125rem; }

.t4 {
  font-size: 1.250rem; }

.t5 {
  font-size: 1.375rem; }

.t6 {
  font-size: 1.500rem; }

.t7 {
  font-size: 1.625rem; }

.t8 {
  font-size: 1.750rem; }

.t9 {
  font-size: 1.875rem; }

.t10 {
  font-size: 2.000rem; }

.t4, .t5, .t6 {
  line-height: 1.35; }

.t7, .t8, .t9, .t10 {
  line-height: 1.2; }

/*-----------Spacing-----------*/
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 0.313rem; }

.mt2 {
  margin-top: 0.625rem; }

.mt3 {
  margin-top: 0.938rem; }

.mt4 {
  margin-top: 1.250rem; }

.mt5 {
  margin-top: 1.563rem; }

.mt6 {
  margin-top: 1.875rem; }

.mt7 {
  margin-top: 2.500rem; }

.mt8 {
  margin-top: 3.125rem; }

.mt9 {
  margin-top: 3.750rem; }

.mt10 {
  margin-top: 5.000rem; }

.mt11 {
  margin-top: 6.250rem; }

.mt12 {
  margin-top: 8.750rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 0.313rem; }

.mb2 {
  margin-bottom: 0.625rem; }

.mb3 {
  margin-bottom: 0.938rem; }

.mb4 {
  margin-bottom: 1.250rem; }

.mb5 {
  margin-bottom: 1.563rem; }

.mb6 {
  margin-bottom: 1.875rem; }

.mb7 {
  margin-bottom: 2.500rem; }

.mb8 {
  margin-bottom: 3.125rem; }

.mb9 {
  margin-bottom: 3.750rem; }

.mb10 {
  margin-bottom: 5.000rem; }

.mb11 {
  margin-bottom: 6.250rem; }

.mb12 {
  margin-bottom: 8.750rem; }

.ml0 {
  margin-left: 0; }

.ml1 {
  margin-left: 0.313rem; }

.ml2 {
  margin-left: 0.625rem; }

.ml3 {
  margin-left: 0.938rem; }

.ml4 {
  margin-left: 1.250rem; }

.ml5 {
  margin-left: 1.563rem; }

.ml6 {
  margin-left: 1.875rem; }

.ml7 {
  margin-left: 2.500rem; }

.ml8 {
  margin-left: 3.125rem; }

.ml9 {
  margin-left: 3.750rem; }

.ml10 {
  margin-left: 5.000rem; }

.ml11 {
  margin-left: 6.250rem; }

.ml12 {
  margin-left: 8.750rem; }

.mr0 {
  margin-right: 0; }

.mr1 {
  margin-right: 0.313rem; }

.mr2 {
  margin-right: 0.625rem; }

.mr3 {
  margin-right: 0.938rem; }

.mr4 {
  margin-right: 1.250rem; }

.mr5 {
  margin-right: 1.563rem; }

.mr6 {
  margin-right: 1.875rem; }

.mr7 {
  margin-right: 2.500rem; }

.mr8 {
  margin-right: 3.125rem; }

.mr9 {
  margin-right: 3.750rem; }

.mr10 {
  margin-right: 5.000rem; }

.mr11 {
  margin-right: 6.250rem; }

.mr12 {
  margin-right: 8.750rem; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pt1 {
  padding-top: 0.313rem; }

.pt2 {
  padding-top: 0.625rem; }

.pt3 {
  padding-top: 0.938rem; }

.pt4 {
  padding-top: 1.250rem; }

.pt5 {
  padding-top: 1.563rem; }

.pt6 {
  padding-top: 1.875rem; }

.pt7 {
  padding-top: 2.500rem; }

.pt8 {
  padding-top: 3.125rem; }

.pt9 {
  padding-top: 3.750rem; }

.pt10 {
  padding-top: 5.000rem; }

.pt11 {
  padding-top: 6.250rem; }

.pt12 {
  padding-top: 8.750rem; }

.pb0 {
  padding-bottom: 0; }

.pb1 {
  padding-bottom: 0.313rem; }

.pb2 {
  padding-bottom: 0.625rem; }

.pb3 {
  padding-bottom: 0.938rem; }

.pb4 {
  padding-bottom: 1.250rem; }

.pb5 {
  padding-bottom: 1.563rem; }

.pb6 {
  padding-bottom: 1.875rem; }

.pb7 {
  padding-bottom: 2.500rem; }

.pb8 {
  padding-bottom: 3.125rem; }

.pb9 {
  padding-bottom: 3.750rem; }

.pb10 {
  padding-bottom: 5.000rem; }

.pb11 {
  padding-bottom: 6.250rem; }

.pb12 {
  padding-bottom: 8.750rem; }

.pl0 {
  padding-left: 0; }

.pl1 {
  padding-left: 0.313rem; }

.pl2 {
  padding-left: 0.625rem; }

.pl3 {
  padding-left: 0.938rem; }

.pl4 {
  padding-left: 1.250rem; }

.pl5 {
  padding-left: 1.563rem; }

.pl6 {
  padding-left: 1.875rem; }

.pl7 {
  padding-left: 2.500rem; }

.pl8 {
  padding-left: 3.125rem; }

.pl9 {
  padding-left: 3.750rem; }

.pl10 {
  padding-left: 5.000rem; }

.pl11 {
  padding-left: 6.250rem; }

.pl12 {
  padding-left: 8.750rem; }

.pr0 {
  padding-right: 0; }

.pr1 {
  padding-right: 0.313rem; }

.pr2 {
  padding-right: 0.625rem; }

.pr3 {
  padding-right: 0.938rem; }

.pr4 {
  padding-right: 1.250rem; }

.pr5 {
  padding-right: 1.563rem; }

.pr6 {
  padding-right: 1.875rem; }

.pr7 {
  padding-right: 2.500rem; }

.pr8 {
  padding-right: 3.125rem; }

.pr9 {
  padding-right: 3.750rem; }

.pr10 {
  padding-right: 5.000rem; }

.pr11 {
  padding-right: 6.250rem; }

.pr12 {
  padding-right: 8.750rem; }

@media only screen and (max-width: 1023px) {
  .mt5 {
    margin-top: 1.250rem; }
  .mt6 {
    margin-top: 1.563rem; }
  .mt7 {
    margin-top: 2.188rem; }
  .mt8 {
    margin-top: 2.813rem; }
  .mt9 {
    margin-top: 3.125rem; }
  .mt10 {
    margin-top: 4.375rem; }
  .mt11 {
    margin-top: 5.625rem; }
  .mt12 {
    margin-top: 7.500rem; }
  .mb5 {
    margin-bottom: 1.250rem; }
  .mb6 {
    margin-bottom: 1.563rem; }
  .mb7 {
    margin-bottom: 2.188rem; }
  .mb8 {
    margin-bottom: 2.813rem; }
  .mb9 {
    margin-bottom: 3.125rem; }
  .mb10 {
    margin-bottom: 4.375rem; }
  .mb11 {
    margin-bottom: 5.625rem; }
  .mb12 {
    margin-bottom: 7.500rem; }
  .ml5 {
    margin-left: 1.250rem; }
  .ml6 {
    margin-left: 1.563rem; }
  .ml7 {
    margin-left: 2.188rem; }
  .ml8 {
    margin-left: 2.813rem; }
  .ml9 {
    margin-left: 3.125rem; }
  .ml10 {
    margin-left: 4.375rem; }
  .ml11 {
    margin-left: 5.625rem; }
  .ml12 {
    margin-left: 7.500rem; }
  .mr5 {
    margin-right: 1.250rem; }
  .mr6 {
    margin-right: 1.563rem; }
  .mr7 {
    margin-right: 2.188rem; }
  .mr8 {
    margin-right: 2.813rem; }
  .mr9 {
    margin-right: 3.125rem; }
  .mr10 {
    margin-right: 4.375rem; }
  .mr11 {
    margin-right: 5.625rem; }
  .mr12 {
    margin-right: 7.500rem; } }

@media only screen and (max-width: 767px) {
  .mt5 {
    margin-top: 1.125rem; }
  .mt6 {
    margin-top: 1.375rem; }
  .mt7 {
    margin-top: 1.875rem; }
  .mt8 {
    margin-top: 2.500rem; }
  .mt9 {
    margin-top: 2.813rem; }
  .mt10 {
    margin-top: 3.750rem; }
  .mt11 {
    margin-top: 5.000rem; }
  .mt12 {
    margin-top: 6.250rem; }
  .mb5 {
    margin-bottom: 1.125rem; }
  .mb6 {
    margin-bottom: 1.375rem; }
  .mb7 {
    margin-bottom: 1.875rem; }
  .mb8 {
    margin-bottom: 2.500rem; }
  .mb9 {
    margin-bottom: 2.813rem; }
  .mb10 {
    margin-bottom: 3.750rem; }
  .mb11 {
    margin-bottom: 5.000rem; }
  .mb12 {
    margin-bottom: 6.250rem; }
  .ml5 {
    margin-left: 1.125rem; }
  .ml6 {
    margin-left: 1.375rem; }
  .ml7 {
    margin-left: 1.875rem; }
  .ml8 {
    margin-left: 2.500rem; }
  .ml9 {
    margin-left: 2.813rem; }
  .ml10 {
    margin-left: 3.750rem; }
  .ml11 {
    margin-left: 5.000rem; }
  .ml12 {
    margin-left: 6.250rem; }
  .mr5 {
    margin-right: 1.125rem; }
  .mr6 {
    margin-right: 1.375rem; }
  .mr7 {
    margin-right: 1.875rem; }
  .mr8 {
    margin-right: 2.500rem; }
  .mr9 {
    margin-right: 2.813rem; }
  .mr10 {
    margin-right: 3.750rem; }
  .mr11 {
    margin-right: 5.000rem; }
  .mr12 {
    margin-right: 6.250rem; } }

@media only screen and (max-width: 479px) {
  .mt5 {
    margin-top: 1.000rem; }
  .mt6 {
    margin-top: 1.250rem; }
  .mt7 {
    margin-top: 1.625rem; }
  .mt8 {
    margin-top: 2.188rem; }
  .mt9 {
    margin-top: 2.500rem; }
  .mt10 {
    margin-top: 3.125rem; }
  .mt11 {
    margin-top: 4.375rem; }
  .mt12 {
    margin-top: 5.000rem; }
  .mb5 {
    margin-bottom: 1.000rem; }
  .mb6 {
    margin-bottom: 1.250rem; }
  .mb7 {
    margin-bottom: 1.625rem; }
  .mb8 {
    margin-bottom: 2.188rem; }
  .mb9 {
    margin-bottom: 2.500rem; }
  .mb10 {
    margin-bottom: 3.125rem; }
  .mb11 {
    margin-bottom: 4.375rem; }
  .mb12 {
    margin-bottom: 5.000rem; }
  .ml5 {
    margin-left: 1.000rem; }
  .ml6 {
    margin-left: 1.250rem; }
  .ml7 {
    margin-left: 1.625rem; }
  .ml8 {
    margin-left: 2.188rem; }
  .ml9 {
    margin-left: 2.500rem; }
  .ml10 {
    margin-left: 3.125rem; }
  .ml11 {
    margin-left: 4.375rem; }
  .ml12 {
    margin-left: 5.000rem; }
  .mr5 {
    margin-right: 1.000rem; }
  .mr6 {
    margin-right: 1.250rem; }
  .mr7 {
    margin-right: 1.625rem; }
  .mr8 {
    margin-right: 2.188rem; }
  .mr9 {
    margin-right: 2.500rem; }
  .mr10 {
    margin-right: 3.125rem; }
  .mr11 {
    margin-right: 4.375rem; }
  .mr12 {
    margin-right: 5.000rem; } }

/*-----------Borders and Rounding-----------*/
.border {
  border-style: solid;
  border-width: 1px;
  border-color: #dce2e4; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dce2e4; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #dce2e4; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dce2e4; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #dce2e4; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

/*-----------Blockquotes-----------*/
blockquote {
  font-size: 1.333rem;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 1.389em 0;
  padding: 0 2.500em;
  position: relative; }

blockquote .quote {
  margin: 0 0 1.000em 0; }

blockquote .quote:before {
  content: '\e88f';
  font-family: 'CD-Project-Icons';
  position: absolute;
  top: 0;
  left: 0;
  color: #8069a5;
  font-size: 1.238em;
  line-height: 1; }

blockquote .cite {
  font-style: normal;
  font-weight: 700; }

blockquote .cite span {
  font-size: 0.857em;
  font-weight: 300;
  margin: 0 0 0 0.389em; }

blockquote :last-child {
  margin: 0; }

/*-----------Divider-----------*/
hr {
  border: none;
  height: 1px;
  background: #dce2e4;
  clear: both;
  margin: 1.389em 0; }

/*-----------Responsive Embed-----------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*-----------Buttons-----------*/
.button {
  font-size: 1.111rem;
  cursor: pointer;
  line-height: 1;
  border: none;
  margin: 0 0 .3em 0;
  position: relative;
  text-decoration: none!important;
  text-align: center;
  -webkit-appearance: none;
  display: inline-block;
  padding: 0.889em 1.667em;
  outline: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ffffff;
  background-color: #8069a5; }

.button:hover {
  color: #ffffff;
  background-color: #622b89; }

.button.secondary {
  background-color: #622b89; }

.button.secondary:hover {
  background-color: #8069a5; }

.button.tertiary {
  background-color: #a3009d; }

.button.tertiary:hover {
  background-color: #8069a5; }

.button.large {
  padding: 1.000em 2.556em;
  font-size: 1.333rem; }

.button.tiny {
  padding: 0.778em 1.111em;
  font-size: 0.778rem; }

.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

.button.wide {
  padding-left: 3.333em;
  padding-right: 3.333em; }

button.reset {
  border: none;
  background: none;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none; }

/*-----------Text Buttons-----------*/
.text-button {
  font-size: 1.000rem;
  line-height: 1;
  margin: 0 0 1.111em 0;
  padding: 0 0 0.250em 0;
  display: inline-block;
  color: #8069a5;
  border-bottom: 2px solid #8069a5;
  transition: all 250ms ease; }

.text-button:hover {
  color: #9faab4;
  border-color: #9faab4; }

.text-button.secondary {
  color: #622b89;
  border-color: #622b89; }

.text-button.secondary:hover {
  color: #9faab4;
  border-color: #9faab4; }

.text-button.tertiary {
  color: #a3009d;
  border-color: #a3009d; }

.text-button.tertiary:hover {
  color: #9faab4;
  border-color: #9faab4; }

.text-button.tiny {
  font-size: 0.875rem;
  text-transform: uppercase; }

/*-----------Disabled Button-----------*/
.button[disabled], .button.disabled, .button[disabled]:hover, .button.disabled:hover {
  background: #ffffff;
  border-color: #dce2e4;
  color: #000000;
  cursor: default;
  text-shadow: none; }

@media only screen and (max-width: 375px) {
  img.alignleft, img.alignright {
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%; } }

@media screen and (max-width: 29.9375em) {
  .reveal-overlay {
    top: 0rem !important; } }

@media only screen and (max-width: 474px) {
  .calendar-control span {
    display: none; }
  .event-item h5 {
    font-size: 1.5rem; }
  .event-item h6 {
    font-size: 1.25rem; }
  .calendar-container, .calendar-control {
    display: none; } }

/* Foundation Helpers / Overrides */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25; }

.button.transparent {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff; }

.button.transparent:hover {
  background: #8069a5; }

.button.stroked {
  border: 1px solid #8069a5;
  color: #8069a5;
  background: #ffffff; }

.button.stroked.secondary {
  border: 1px solid #622b89;
  color: #622b89;
  background: #ffffff; }

.button.stroked.tertiary {
  border: 1px solid #a3009d;
  color: #a3009d;
  background: #ffffff; }

.button.stroked:hover {
  border: 1px solid #8069a5;
  color: #ffffff;
  background: #8069a5; }

.button.stroked.secondary:hover {
  border: 1px solid #622b89;
  color: #ffffff;
  background: #622b89; }

.button.stroked.tertiary:hover {
  border: 1px solid #a3009d;
  color: #ffffff;
  background: #a3009d; }

.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

.slide-content {
  display: none; }

.slide-toggle:not(.button):after {
  content: "\f078";
  font-family: "FontAwesome";
  margin: 0 0 0 0.333em;
  font-size: 90%; }

.slide-toggle:not(.button).active:after {
  content: "\f077"; }

.slide-content form#searchForm {
  padding: 0 1rem; }

.button[disabled], .button.disabled, .button[disabled]:hover, .button.disabled:hover {
  background: #ccc; }

/* Used for ajax form submission */
.js-form-success, .js-form-success-body, .js-form-success-modal, .js-form-rating-success {
  display: none; }

/* Login Popup */
.reveal.login {
  padding-bottom: 2rem;
  border: 0;
  overflow: hidden; }

.reveal.login .button {
  margin-bottom: 0;
  border: none;
  border-radius: 0; }

.js-login-alert p {
  padding-left: 3rem; }

ul.rating-stars {
  list-style: none;
  margin: 0 !important;
  /*float: right !important;*/ }

ul.rating-stars li {
  display: inline-block; }

ul.rating-stars i.fa {
  color: #f5b943; }

.reviews p {
  /*line-height: 1.0;*/
  margin-top: .4rem; }

.my-reviews .reviewed-by {
  margin-bottom: .4rem; }

.my-reviews p {
  /*line-height: 1;*/
  margin: 0 0 .5rem 0; }

.my-reviews p.article-category {
  line-height: 1.25; }

.review-container {
  /*max-height: 20rem; overflow-y: scroll;*/
  overflow-x: hidden; }

.review__listview ul.rating-stars {
  float: none !important;
  font-size: 1.25rem; }

@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  .review__listview {
    min-width: 100px; }
  .review__listview ul.rating-stars {
    font-size: 1rem; } }

@media screen and (min-width: 31.1875em) and (max-width: 74.9375em) {
  .review__listview {
    min-width: 130px; } }

#sortMe th a:hover {
  color: #8069a5; }

.not-rounded [type='text'], .not-rounded [type='password'], .not-rounded [type='date'], .not-rounded [type='datetime'], .not-rounded [type='datetime-local'], .not-rounded [type='month'], .not-rounded [type='week'], .not-rounded [type='email'], .not-rounded [type='number'], .not-rounded [type='search'], .not-rounded [type='tel'], .not-rounded [type='time'], .not-rounded [type='url'], .not-rounded [type='color'], .not-rounded textarea {
  border-radius: 0; }

/*==============================
=            Layout            =
==============================*/
*:focus {
  outline: none; }

/*----------  Outer Page Body  ----------*/
body {
  position: relative; }

/*----------  Grid Adjustments  ----------*/
.row {
  width: 95%; }

.row .row {
  width: auto; }

.row.expanded {
  width: 100%; }

.row.full-width {
  width: 100%; }

/*----------  Sections  ----------*/
.section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: #ffffff;
  overflow: hidden; }

@media screen and (min-width: 64em) {
  .section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; } }

.section__content {
  position: relative; }

@media screen and (min-width: 64em) {
  .section--large {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; } }

.section--white {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 50px 15px rgba(15, 11, 14, 0.02); }

.section--off-white {
  background: #fcfcfc; }

.section--bg-bottom {
  padding-bottom: 15vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%; }

.section--bg-pattern {
  background-image: url("/images/template/subtle_dots.png");
  background-repeat: repeat; }

.section--bg-pattern-purple {
  position: relative;
  background-image: url("/images/template/subtle_dots_purple.png");
  background-repeat: repeat;
  box-shadow: 0 0 50px 15px rgba(15, 11, 14, 0.02); }

.page__content {
  background: #ffffff; }

.sidebar__module {
  margin-bottom: 2.5rem;
  font-size: 0.875rem; }

@media screen and (min-width: 64em) {
  .sidebar__module {
    margin-bottom: 3.75rem; } }

.sidebar__module > *:last-child {
  margin-bottom: 0; }

.sidebar__heading {
  padding-top: 1.25rem;
  border-top: 1px solid #dce2e4;
  font-size: 1.25rem; }

.module__link-list {
  list-style: none;
  margin: 0; }

.module__link-list li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.3; }

.module__link-list li:before {
  content: '\f0b1';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0.25rem;
  left: 0; }

.module__link-list li a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.module__link-list .link-list--facebook:before {
  content: '\f082'; }

.module__link-list .link-list--twitter:before {
  content: '\f081'; }

/*----------  Dividers  ----------*/
.divider--small {
  max-width: 6.25rem;
  margin-bottom: 0.5rem; }

/*----------  Landing Pages  ----------*/
.landing__container {
  position: relative;
  z-index: 2;
  max-width: 40.625rem;
  margin: -7.5rem auto 3.75rem;
  background: #ffffff;
  padding: 5rem;
  box-shadow: 0 20px 60px rgba(15, 11, 14, 0.05); }

@media screen and (max-width: 63.9375em) {
  .landing__container {
    padding: 3.125rem; } }

.landing__footer {
  text-align: center;
  font-size: 0.75rem;
  color: #bdb7c6;
  margin-bottom: 6.25rem; }

/**
 *
 * Additional Type
 * ---------------
 * Styles for additional typography related elements
 *
 */
/* Default paragraph styles for modules and general placement */
p {
  font-size: 1rem;
  margin: 1.25em 0; }

.type--intro {
  font-size: 1.25rem;
  font-weight: 600;
  color: #8069a5;
  font-family: "canada-type-gibson", sans-serif; }

.type--intro:first-letter {
  float: left;
  position: relative;
  color: #694e91;
  font-size: 3.2em;
  line-height: 1;
  padding-right: .85rem;
  padding-left: .25rem;
  font-weight: 800;
  font-family: "canada-type-gibson", sans-serif; }

.page__entry > h2, .page__entry >
.type--h2,
.page__entry > h3,
.page__entry >
.type--h3,
.page__entry > h4,
.page__entry >
.type--h4,
.page__entry > h5,
.page__entry >
.type--h5,
.page__entry > h6,
.page__entry >
.type--h6 {
  margin: 1.75em 0 1.875rem; }

.page__entry > hr {
  border: 0;
  height: 1px;
  background: #dce2e4;
  margin: 3em 0 1em 0; }

.page__entry > *:first-child {
  margin-top: 0; }

.page__entry > p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.875rem; }

@media screen and (min-width: 46.25em) {
  .page__entry > p {
    font-size: 1.25rem; } }

.page__entry > ul li {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  list-style-type: square; }

@media screen and (min-width: 46.25em) {
  .page__entry > ul li {
    font-size: 1.25rem; } }

.page__entry > p:last-child {
  margin-bottom: 0; }

.page__entry > .type--intro {
  line-height: 1.4; }

.page__entry > img {
  margin: 2.5rem 0;
  display: block; }

@media screen and (min-width: 64em) {
  .page__entry > img {
    margin: 3.75rem 0; } }

.article__title .subheading {
  margin-bottom: 0; }

hr.divider--spacer {
  height: 0;
  background: transparent; }

.label {
  font-size: 0.75rem;
  font-family: "canada-type-gibson", sans-serif;
  color: #694e91;
  font-weight: 800;
  text-transform: uppercase; }

.section__divider {
  max-width: 100px;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: block; }

blockquote {
  position: relative;
  margin: 3.75rem 0;
  padding: 2.5rem 0 2.5rem 5rem;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  color: #8069a5;
  border-top: solid 1px #dce2e4;
  border-bottom: solid 1px #dce2e4; }

blockquote:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5.48438rem;
  font-weight: 700; }

blockquote p {
  font-size: 1.9375rem;
  font-style: italic;
  margin: 0;
  color: #622b89;
  line-height: 1.2; }

.type--small {
  font-size: 0.75rem; }

.section__heading-container {
  display: block;
  text-align: center; }

.section__heading {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: 400;
  color: #9faab4;
  margin-bottom: 1.875rem; }

.section__heading:before {
  content: '';
  width: 6.25rem;
  height: 1px;
  display: inline-block;
  background: #dce2e4;
  margin-right: 0.9375rem;
  margin-bottom: 0.3125rem; }

.section__heading:after {
  content: '';
  width: 6.25rem;
  height: 1px;
  display: inline-block;
  background: #dce2e4;
  margin-left: 0.9375rem;
  margin-bottom: 0.3125rem; }

ul.bullet-a {
  list-style: none;
  margin: 0 0 1.000em 0;
  padding: 0;
  overflow: hidden; }

ul.bullet-a li a {
  color: #2a3d4c;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

ul.bullet-a li a:hover {
  color: #8069a5; }

ul.bullet-a li {
  list-style: none;
  margin: 0 0 0.278em 0;
  padding: 0 0 0 1.667em;
  position: relative; }

ul.bullet-a li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: 0;
  left: 0.667em;
  color: #9faab4; }

.lead {
  font-style: normal; }

/**
 *
 * Responsive Type Adjustments
 * ---------------
 * This adjusts the type based for smaller and larger devices
 *
 */
@media screen and (max-width: 74.9375em) {
  html {
    font-size: 90%; } }

@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  html {
    font-size: 80%; } }

/*===================================
=            Hero Styles            =
===================================*/
.hero {
  position: relative;
  background-color: #dce2e4; }

.hero__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  max-height: 100vh; }


.hero__image:before {
  content: '';
  position: absolute;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.hero--large {
  height: 90vh; }

@media screen and (max-width: 63.9375em) {
  .hero--large {
    height: 86vh; } }

@media screen and (max-width: 63.9375em) {
  .hero--large.episode--featured {
    height: auto; } }

.hero__caption {
  position: relative;
  z-index: 1;
  padding: 35vh 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

@media screen and (max-width: 46.1875em) {
  .hero__caption {
    /*padding: 25vh 0;*/
    padding-left: 0.125rem;
    padding-right: 0.125rem; } }

/*.hero__caption {
  position: relative;
  z-index: 1;
  padding: 35vh 5rem 0rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (max-width: 63.9375em) {
    .hero__caption {
      padding: 25vh 2.5rem 2.5rem; } }
  @media screen and (max-width: 46.1875em) {
    .hero__caption {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.hero__heading {
  display: inline;
  background-color: rgba(255,255,255,.8);
  padding: .1em .5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-transform: uppercase;
  color: #9c0097;
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 64em) {
    .hero__heading {
      font-size: 3.8125rem; } } */
.hero__heading {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: .1em .5em;
  text-transform: uppercase;
  color: #9c0097;
  font-size: 2.375rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px; }

@media screen and (min-width: 64em) {
  .hero__heading {
    font-size: 3.8125rem; } }

.hero__subheading {
  margin-top: 0;
  max-width: 500px;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3125rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px; }

@media screen and (min-width: 31.25em) {
  .hero__subheading {
    font-size: 1.5625rem; } }

@media screen and (min-width: 64em) {
  .hero__subheading {
    font-size: 1.9375rem;
    max-width: 900px; } }

/*.hero__subheading span {
  display: inline;
  background-color: rgba(255,255,255,.8);
  padding: .1em .5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}*/
.hero--divider {
  width: 200px; }

.hero__scroll-link {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 5.125rem;
  height: 5.125rem;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.75);
  padding: 1rem;
  border-radius: 50%;
  color: #694e91;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.hero__scroll-link span {
  display: block;
  margin-top: 0.625rem;
  color: #694e91;
  font-size: 1.5625rem;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.hero__scroll-link:hover, .hero__scroll-link:hover span {
  color: #8069a5; }

.hero__cta {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  background-color: #a11195;
  border-radius: 0; }

/*----------  Hero - No Overlay  ----------*/
.hero--light .hero__image:before {
  display: none; }

/*----------  Hero - Small  ----------*/
.hero--small {
  box-shadow: 0 10px 50px 10px rgba(15, 11, 14, 0.03); }

.hero--small .hero__heading {
  margin-bottom: 1.25rem; }

@media screen and (min-width: 64em) {
  .hero--small .hero__heading {
    margin-bottom: 1.875rem; } }

.hero--small .hero__caption {
  padding-top: 9.375rem;
  padding-bottom: 6.25rem; }

@media screen and (min-width: 64em) {
  .hero--small .hero__caption {
    padding-top: 15.625rem;
    padding-bottom: 11.25rem; } }

/*=============================
=            Hero Slider            =
=============================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  bottom: 25px; }

.slick-dots li button:before {
  font-size: 12px;
  color: #622b89;
  opacity: 0.75; }

.slick-dots li.slick-active button:before {
  color: #a11195; }

/*=============================
=            Forms            =
=============================*/
.column > label, .columns > label, .columns > label,
.columns > label,
fieldset > legend {
  font-size: 1.15rem;
  font-weight: 700; }

form .row {
  width: 100%; }

table.date button.button {
  background-color: #8069a5 !important; }

/*===============================
=            Buttons            =
===============================*/
.button {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  outline: 0; }

.button__group .button {
  margin-bottom: 0.625rem; }

.button.primary {
  border-radius: 1000px;
  margin-top: 30px; }

/*==============================
=            Panels            =
==============================*/
.panel {
  position: relative;
  background: #ffffff;
  box-shadow: 0 5px 40px 10px rgba(15, 11, 14, 0.03);
  padding: 1.875rem 1.5625rem 4.375rem; }

@media screen and (min-width: 46.25em) {
  .panel {
    padding: 2.8125rem 2.5rem 5.3125rem; } }

.panel > *:last-child {
  margin-bottom: 0; }

.panel .button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.125rem; }

/*================================
=            Episodes            =
================================*/
/*----------  Episode Large  ----------*/
.episode--large {
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 50px 15px rgba(15, 11, 14, 0.05);
  margin-bottom: 1.875rem; }

.episode--large .episode__overview {
  position: relative;
  padding: 2.5rem; }

@media screen and (min-width: 46.25em) {
  .episode--large .episode__overview .episode__date {
    position: absolute;
    bottom: 3.125rem;
    left: 2.5rem; } }

@media screen and (min-width: 64em) {
  .episode--large .episode__overview {
    padding: 4.375rem 3.75rem; }
  .episode--large .episode__overview .episode__date {
    bottom: 4.375rem;
    left: 3.75rem; } }

.episode__image--featured {
  position: relative;
  overflow: hidden; }

.episode__image--featured img {
  border-radius: 2px 0 0 2px; }

@media screen and (max-width: 46.1875em) {
  .episode__image--featured {
    max-height: 21.875rem;
    overflow: hidden; } }

.episode__overview {
  position: relative; }

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .episode__overview {
    padding: 1.875rem; } }

@media screen and (min-width: 64em) {
  .episode__overview {
    padding: 2.5rem; } }

.episode__num-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0.625rem 0.625rem 1.4375rem 0.625rem;
  background: rgba(15, 11, 14, 0.6);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 10; }

@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  .episode__num-container {
    padding: 0.625rem 0.625rem 1.25rem; } }

.episode__num {
  position: relative;
  display: block;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.9375rem;
  line-height: .5; }

@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  .episode__num {
    font-size: 1.25rem; } }

.episode__title--list a {
  color: #8069a5; }

@media screen and (min-width: 46.25em) {
  .episode__title--list {
    line-height: 1.1; } }

@media screen and (max-width: 63.9375em) {
  .episode__title--list {
    font-size: 1.25rem; } }

@media screen and (max-width: 63.9375em) {
  .episode__subheading--list {
    font-size: 1rem; } }

@media screen and (min-width: 64em) {
  .episode__subheading--list {
    margin-bottom: 1.875rem; } }

.episode__summary {
  margin-bottom: 1.875rem;
  line-height: 1.6; }

@media screen and (min-width: 64em) {
  .episode__summary {
    margin-bottom: 2.5rem; } }

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .episode__summary {
    font-size: 0.875rem; } }

.episode__date {
  color: #694e91;
  font-size: 0.75rem; }

.episode__image--list {
  overflow: hidden; }

.episode__image--list img {
  border-radius: 2px; }

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .episode__image--list {
    max-height: 12.5rem; } }

@media screen and (min-width: 64em) {
  .episode__image--list {
    max-height: 18.75rem; } }

.episode--list {
  position: relative;
  background: #ffffff;
  margin-bottom: 1.875rem;
  box-shadow: 0 0 50px 15px rgba(15, 11, 14, 0.05); }

.episode--list .episode__title--list {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-left: 0;
  margin-bottom: 0.625rem; }

.episode--list .episode__title--list a {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700; }

.episode--list .episode__subheading--list {
  margin-top: -0.3em;
  margin-bottom: 0;
  font-size: 1rem; }

@media screen and (max-width: 46.1875em) {
  .episode--list {
    min-height: 4.6875rem;
    overflow: hidden; }
  .episode--list .episode__image--list {
    max-width: 8.125rem;
    position: absolute;
    top: 0;
    left: 0; }
  .episode--list .episode__overview {
    padding: 1.875rem 1.875rem 1.875rem 9.375rem; }
  .episode--list .episode__num {
    font-size: 1.5625rem; } }

.episode__image--featured img,
.episode__image--list img {
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out; }

.episode--large,
.episode--list {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out; }

.episode--large:hover,
.episode--list:hover {
  box-shadow: 0 0 30px 5px rgba(15, 11, 14, 0.1); }

.episode--large:hover .episode__image--featured img,
.episode--large:hover .episode__image--list img,
.episode--list:hover .episode__image--featured img,
.episode--list:hover .episode__image--list img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

/*----------  Episode Detail  ----------*/
.episode-detail__container {
  background: #ffffff; }

.episode-detail__header {
  padding-top: 9.375rem;
  padding-bottom: 2.5rem; }

@media screen and (min-width: 64em) {
  .episode-detail__header {
    padding-top: 15.625rem;
    padding-bottom: 5rem; } }

@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  .episode-detail__image {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem; } }

@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  .episode-detail__title-text {
    text-align: center; } }

@media screen and (min-width: 31.25em) {
  .episode-detail__title-text {
    padding-left: 2.5rem; } }

@media screen and (min-width: 46.25em) {
  .episode-detail__title-text {
    padding-top: 1.25rem; } }

@media screen and (min-width: 64em) {
  .episode-detail__title-text {
    padding-top: 2.5rem;
    padding-left: 5rem; } }

.episode-detail__image {
  position: relative;
  box-shadow: 0 10px 30px 10px rgba(15, 11, 14, 0.05); }

@media screen and (min-width: 46.25em) {
  .episode-detail__image {
    overflow: hidden; } }

.episode-detail__title {
  font-size: 2.375rem;
  margin-bottom: 0.25em; }

@media screen and (min-width: 64em) {
  .episode-detail__title {
    font-size: 3.8125rem;
    line-height: 1.1; } }

.episode-detail__subheading {
  font-size: 1.5625rem;
  font-family: "canada-type-gibson", sans-serif;
  color: #694e91;
  margin: 0; }

@media screen and (min-width: 46.25em) {
  .episode-detail__subheading {
    font-size: 1.9375rem; } }

@media screen and (max-width: 46.1875em) {
  .episode-detail__content {
    margin-bottom: 5rem; } }

@media screen and (min-width: 46.25em) {
  .episode-detail__content {
    padding-left: 2.5rem; } }

@media screen and (min-width: 64em) {
  .episode-detail__content {
    padding-left: 5rem;
    padding-right: 7.5rem; } }

@media screen and (min-width: 64em) {
  .episode-detail__sidebar {
    padding-right: 0; } }

@media screen and (min-width: 75em) {
  .episode-detail__sidebar {
    padding-left: 2.5rem; } }

.episode-detail__guest-info > span {
  display: block;
  margin-bottom: 0.5rem; }

.episode-detail__guest-info [class*="icon-"] {
  position: relative;
  top: 0.125rem;
  margin-right: 0.1875rem; }

.episode-detail__guest-name {
  font-size: 1rem;
  color: #622b89;
  font-weight: 400;
  margin-bottom: 0.625rem; }

.podcast-services {
  margin-bottom: 2.5rem;
  border-bottom: solid 1px #dce2e4; }

.view-transcript__container.panel {
  padding-top: 2.5rem;
  padding-bottom: 5rem; }

.view-transcript__heading {
  margin-bottom: 0;
  font-size: 1.3125rem;
  font-family: "canada-type-gibson", sans-serif;
  text-align: center; }

.view-transcript__heading span {
  color: #694e91;
  margin-right: 0.625rem; }

@media screen and (min-width: 64em) {
  .view-transcript__heading {
    font-size: 1.5625rem; } }

.transcript__modal {
  z-index: 99999;
  height: 100vh !important;
  width: 100% !important;
  right: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px -5px 20px -4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -5px 20px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -5px 20px -4px rgba(0, 0, 0, 0.25); }

.transcript__modal .close-button {
  position: absolute;
  top: 1.25rem;
  right: 2.5rem; }

.transcript__header {
  text-align: center; }

.transcript__header h2 span, .transcript__header .type--h2 span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  font-family: "canada-type-gibson", sans-serif;
  color: #694e91; }

/*----------  Audio Player  ----------*/
.audio-player__container {
  padding: 0.625rem 0.625rem 0.3125rem;
  background: #ffffff;
  box-shadow: 0 0 20px 5px rgba(15, 11, 14, 0.03);
  border-radius: 2px;
  margin-bottom: 1.25rem; }

.audio-player__container audio {
  width: 100%;
  background: #ffffff; }

/*================================
=            Features            =
================================*/
.feature {
  position: relative;
  margin-bottom: 1.875rem; }

.feature .columns {
  position: relative; }

@media screen and (min-width: 64em) {
  .feature {
    margin-bottom: 3.75rem; } }

.feature__image-container {
  position: relative;
  text-align: center; }

@media screen and (max-width: 46.1875em) {
  .feature__image-container {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-bottom: 2.5rem; } }

.feature .label {
  display: block;
  margin-bottom: 0.3125rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  font-size: 1rem; }

@media screen and (max-width: 46.1875em) {
  .feature__overview {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

@media screen and (min-width: 46.25em) {
  .feature__overview {
    padding-left: 2.5rem;
    padding-top: 10%; } }

@media screen and (min-width: 64em) {
  .feature__overview {
    padding-left: 3.75rem; } }

@media screen and (min-width: 75em) {
  .feature__overview {
    padding-top: 12%;
    padding-left: 5rem; } }

.feature__title {
  font-size: 1.9375rem;
  line-height: 1.25; }

@media screen and (min-width: 64em) {
  .feature__title {
    font-size: 2.4375rem; } }

@media screen and (max-width: 63.9375em) {
  .feature__title {
    margin-bottom: 1.25rem; } }

.feature__subheading {
  font-size: 1.25rem; }

@media screen and (max-width: 63.9375em) {
  .feature__subheading {
    margin-bottom: 1.25rem; } }

.feature__summary {
  margin-bottom: 1.25rem;
  line-height: 1.6; }

@media screen and (min-width: 64em) {
  .feature__summary {
    margin-bottom: 2.5rem; } }

/*=============================
=            Press            =
=============================*/
.press__heading {
  font-family: "canada-type-gibson", sans-serif;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  text-transform: uppercase; }

@media screen and (min-width: 64em) {
  .press__quote {
    font-size: 2rem; } }

.press__quote {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem; }

@media screen and (min-width: 64em) {
  .press__quote {
    font-size: 1.5625rem; } }

.press__quote a {
  color: #ffffff; }

.press__quote a:hover {
  color: #824670; }

.press__quote-author {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.press__quote-author:before {
  content: '';
  display: block;
  width: 3.125rem;
  height: 1px;
  background: #dce2e4;
  top: -0.5rem;
  margin: 0 auto;
  position: relative; }

.press__logo-list {
  border-top: solid 1px #dce2e4;
  text-align: center; }

@media screen and (max-width: 63.9375em) {
  .press__logo-list {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; } }

.press__list-heading,
.press__list-item {
  width: auto;
  display: inline-block;
  padding: 1.25rem 0; }

@media screen and (max-width: 63.9375em) {
  .press__list-heading,
  .press__list-item {
    padding: 0.625rem 0; } }

.press__list-heading {
  margin: 0 0.625rem 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #694e91;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media screen and (max-width: 46.1875em) {
  .press__list-heading {
    display: block; } }

@media screen and (min-width: 31.25em) and (max-width: 46.1875em) {
  .press__list-heading {
    padding-bottom: 0; } }

.press__list-item {
  margin: 0 1.5625rem;
  opacity: .65; }

.press__list-item a {
  opacity: .65;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.press__list-item a:hover {
  opacity: 1; }

.press__list-item a img, .press__list-item img {
  height: 1.5625rem; }

@media screen and (max-width: 63.9375em) {
  .press__list-item {
    margin: 0 0.625rem; }
  .press__list-item a img, .press__list-item img {
    height: 1.25rem; } }

@media screen and (max-width: 46.1875em) {
  .press__list-item a img, .press__list-item img {
    height: 1.125rem; } }

/*==================================
=              Brands              =
==================================*/
.brands {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 3rem 0;
  background-image: url("/images/template/subtle_dots.png");
  background-repeat: repeat;
  margin-top: 2rem; }

.brand-slider .theslide img {
  margin: 0 auto; }

/*==================================
=            Action Bar            =
==================================*/
.action-bar {
  position: relative;
  background: #f5b943;
  box-shadow: 0 10px 30px 0 rgba(15, 11, 14, 0.02);
  padding: 1.15rem 0 .65rem 0;
  text-align: center;
  min-height: 50px; }

.action-bar__text {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase; }

.action-bar__text a {
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block; }

.action-bar__text a:hover {
  color: #ffffff;
  text-decoration: underline; }

.action-bar__text span {
  color: #ffffff;
  margin: 0 15px; }

.action-bar__cta {
  display: inline-block; }

.action-bar__cta .button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff; }

.action-bar__heading {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.25rem;
  font-family: "canada-type-gibson", sans-serif;
  color: #ffffff; }

@media screen and (max-width: 46.1875em) {
  .action-bar__heading {
    display: block;
    margin: 0 auto 0.625rem; } }

@media screen and (min-width: 46.25em) {
  .action-bar__heading {
    margin-right: 1.25rem; } }

.action-bar__subheading {
  margin: 0; }

.action-bar__cta a {
  margin: 0 0.3125rem 0.3125rem;
  color: #622b89 !important; }

.action-bar__cta a:hover {
  color: #ffffff !important; }

/*==================================
=            Pagination            =
==================================*/
.pagination {
  text-align: center;
  margin-top: 3.75rem; }

.pagination:before,
.pagination:after {
  content: " ";
  display: table; }

.pagination:after {
  clear: both; }

/*==================================
=           Guest Layout          =
==================================*/
.guest-item .guest-item-container {
  position: relative;
  overflow: hidden; }

.guest-item a:not(.vcf-container a) {
  width: 100%;
  height: 100%;
  display: block; }

.guest-item h3 {
  z-index: 2;
  position: absolute;
  bottom: -40%;
  width: 100%;
  text-align: center;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.guest-item .guest-item-container:hover h3 {
  bottom: 40%; }

.guest-item .guest-item-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.guest-item .guest-item-container:hover:after {
  background: rgba(0, 0, 0, 0.5); }

/*==================================
=           Get Involved Layout          =
==================================*/
.get-involved .get-involved-container {
  position: relative;
  overflow: hidden; }

.get-involved a:not(.vcf-container a) {
  width: 100%;
  height: 100%;
  display: block; }

.get-involved h5 {
  z-index: 2;
  position: absolute;
  bottom: -40%;
  width: 100%;
  text-align: center;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.get-involved .get-involved-container:hover h5 {
  bottom: 40%; }

.get-involved .get-involved-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.get-involved .get-involved-container:hover:after {
  background: rgba(0, 0, 0, 0.5); }

/*==================================
=           Courses Layout          =
==================================*/
.videos_list figure {
  width: 100%;
  /* float: left; */
  margin-bottom: 1rem;
  position: relative; }

.videos_list figure img {
  width: 100%;
  max-width: 100%; }

.videos_list a.fa-play-circle {
  font-size: 85px;
  color: #8069a5;
  line-height: 85px;
  display: inline-block; }

.videos_list .img-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.my-search-results .pagination.webapp {
  display: none; }

.pagination.webapp {
  clear: both; }

/*================================
=            News / Blog            =
================================*/
.newsarticle__overview {
  position: relative; }

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .newsarticle__overview {
    padding: 1.875rem; } }

@media screen and (min-width: 64em) {
  .newsarticle__overview {
    padding: 2.5rem; } }

.newsarticle__title--list a {
  color: #8069a5; }

@media screen and (min-width: 46.25em) {
  .newsarticle__title--list {
    line-height: 1.1; } }

@media screen and (max-width: 63.9375em) {
  .newsarticle__title--list {
    font-size: 1.25rem; } }

@media screen and (max-width: 63.9375em) {
  .newsarticle__subheading--list {
    font-size: 1rem; } }

@media screen and (min-width: 64em) {
  .newsarticle__subheading--list {
    margin-bottom: .875rem; } }

.newsarticle__summary {
  margin-bottom: 1.875rem;
  line-height: 1.6; }

@media screen and (min-width: 64em) {
  .newsarticle__summary {
    margin-bottom: 2.5rem; } }

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .newsarticle__summary {
    font-size: 0.875rem; } }

.newsarticle__date {
  color: #694e91;
  font-size: 0.75rem; }

.newsarticle__image--list {
  overflow: hidden; }

.newsarticle__image--list img {
  border-radius: 2px; }

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .newsarticle__image--list {
    max-height: 12.5rem; } }

@media screen and (min-width: 64em) {
  .newsarticle__image--list {
    max-height: 18.75rem; } }

.newsarticle--list {
  position: relative;
  background: #ffffff;
  margin-bottom: 1.875rem;
  box-shadow: 0 0 50px 15px rgba(15, 11, 14, 0.05); }

.newsarticle--list .newsarticle__title--list {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-left: 0;
  margin-bottom: 0.625rem; }

.newsarticle--list .newsarticle__title--list a {
  font-weight: 700; }

.newsarticle--list .newsarticle__subheading--list {
  font-size: .8rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #694e91; }

@media screen and (max-width: 46.1875em) {
  .newsarticle--list {
    min-height: 4.6875rem;
    overflow: hidden; }
  .newsarticle--list .newsarticle__overview {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem; }
  .newsarticle--list .newsarticle__num {
    font-size: 1.5625rem; } }

.newsarticle__image--featured img,
.newsarticle__image--list img {
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out; }

.newsarticle--large,
.newsarticle--list {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out; }

.newsarticle--large:hover,
.newsarticle--list:hover {
  box-shadow: 0 0 30px 5px rgba(15, 11, 14, 0.1); }

.newsarticle--large:hover .newsarticle__image--featured img,
.newsarticle--large:hover .newsarticle__image--list img,
.newsarticle--list:hover .newsarticle__image--featured img,
.newsarticle--list:hover .newsarticle__image--list img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.news-side-panel h3 {
  font-size: .90rem;
  text-transform: uppercase;
  border-bottom: 1px solid #dce2e4;
  padding-bottom: .7rem;
  margin-bottom: 1rem;
  letter-spacing: 2px; }

.news-side-panel h3:before {
  content: "\2014";
  margin-right: .5rem; }

.sidebar__newsletter-form input[type="text"] {
  border: none;
  border-bottom: 2px solid #8069a5;
  background: none;
  box-shadow: none; }

p.totalAmountContainer {
  font-size: 1.5rem;
  font-weight: 600; }

.contact-form input[type="text"], .contact-form textarea {
  border: none;
  border-bottom: 2px solid #402237;
  background: none;
  box-shadow: none; }

.contact-form {
  padding: 4rem 2rem 2rem;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.25);
  background: #fff; }

.contact-form-2 label {
	text-align: left;
}

.contact-form-2 .button {
	    border-radius: 0px;
}

/*================================
=          Utility Menu          =
================================*/
.menu a {
  padding: 0 .25rem; }

@media screen and (max-width: 63.9375em) {
  .menu {
    padding: 20px 0;
    margin: 0 auto; } }

.donate {
  padding: 13px 20px !important;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  color: #2a3d4c; }

.donate a:hover {
  color: #9c0097; }

.donate-icon {
  color: #d44833; }

.header--fixed .corner, .header--fixed-up .corner {
  top: 20px; }

#search {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

#search.active {
  visibility: visible;
  opacity: 1; }

#search .row {
  width: 100%;
  max-width: 100%;
  padding-left: 10px; }

#search .row form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

#search .row form input[type="text"] {
  margin-bottom: 0;
  height: 100%;
  display: block;
  padding-bottom: 4px; }

#search .row form button {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 50px;
  height: 60px;
  display: flex;
  align-items: center; }

#search .row form button i {
  color: #ffffff;
  font-size: 28px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

#search .row form button i:hover {
  color: #00b5ae; }

#search button.close {
  margin-left: auto;
  margin-right: 20px;
  color: #ffffff;
  font-size: 34px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

#search button.close:hover {
  color: #00b5ae; }

.bg-search {
  background-color: #007079; }

@media screen and (max-width: 50em) {
  #search .row form button {
    margin-right: 15px; } }

/*================================
=          FAQs Accordion          =
================================*/
.accordion-content {
  color: #2a3d4c; }

ul.catalogueList {
  list-style: none;
  margin: 0; }

ul.productList.productSmall {
  list-style: none;
  margin: 2rem 0 0 0; }

ul.product-details {
  list-style: none;
  margin: 0; }

ul.productList.productLarge, .productList.productLarge ul {
  list-style: none;
  margin: 0; }

input.productSubmitInput {
  background: #8069a5;
  color: #ffffff;
  padding: .5rem 1rem;
  border: none;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

input.productSubmitInput:hover {
  background: #622b89;
	cursor:pointer;}

/*start shopping cart*/
.expired__show-msg {
  font-weight: 600;
  color: #d44833;
  text-transform: uppercase;
  line-height: 1;
  margin: 0; }

.is__favorite .expired__show-msg {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0; }

.cart-title .expired__show-msg {
  font-weight: 600;
  color: #d44833;
  text-transform: uppercase;
  line-height: 1;
  margin: 1.25em 0; }

.cart-item .expired__show-msg {
  font-weight: 600;
  color: #d44833;
  text-transform: uppercase;
  line-height: 1;
  margin: 1.25em 0; }
  
.cart-item .expired__show-msg-bold {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  margin: 1.25em 0;
  background-color: red;
  padding: 5px; }

.fa-stack span.cart__count {
  color: white;
  position: absolute;
  top: -4px;
  right: 2px;
  z-index: 1;
  background: purple;
  font-size: 12px;
  line-height: 12px;
  width: 1rem;
  height: 1rem;
  text-align: center;
  border-radius: 12px;
  padding: 2px; }

.cartrow {
  border-bottom: 1px solid #dce2e4;
  border-top: 1px solid #dce2e4;
  font-size: 13px;
  margin-left: 0 !important;
  text-transform: uppercase; }

.cartlabel {
  float: left;
  font-weight: 700;
  padding-bottom: 6px;
  padding-top: 6px; }

.cart-item {
  color: #2a3d4c;
  float: left;
  font-size: 13px;
  width: 10%; }

.productitemcell {
  border-bottom: 1px solid #dce2e4;
  height: 115px;
  line-height: 20px;
  overflow: hidden;
  padding: 15px 0 0; }

.product-image img {
  border: 1px solid #dce2e4;
  max-width: 100px; }

.cldetails {
  width: 46%; }

.clprice, .cltax, .clcost, .clremove {
  width: 10%; }

#catCartDetails .product-image {
  width: 13%; }

.product-title {
  width: 33%; }

.clqty, .product-qty {
  width: 14%; }

.product-qty input.cartInputText {
  width: 60%; }

.cart-opt {
  overflow: hidden;
  margin: 0;
  padding: 10px 0; }

.cart-opt p {
  margin: 0 0 3px; }

#cart-footer hr {
  margin: 3px 0; }

#opt-total-container {
  border-bottom: 1px solid #dce2e4;
  overflow: hidden;
  background: none repeat scroll 0 0 #dce2e4;
  margin: 0;
  padding: 20px; }

.opt-total-data .productitemcell {
  border: medium none;
  height: auto;
  padding: 0; }

.opt-total-data {
  text-align: right; }

.opt-total-data h3 {
  margin: 0; }

select.shippingDropDown {
  width: 95%; }

a#catshopbuy,
button#catshopbuy {
  background: #8069a5;
  color: #ffffff;
  padding: 1.0rem 1.0rem;
  width: 100%;
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

a#catshopbuy:hover
button#catshopbuy:hover {
  background: #622b89; }

.cart-item-mobile {
  display: none; }

@media only screen and (max-width: 959px) {
  .product-image img {
    max-width: 90%; } }

@media only screen and (max-width: 767px) {
  .cartrow.cartheader {
    border: none; }
  .cartlabel {
    float: left;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
    text-align: center; }
  .cart-item {
    font-size: 12px;
    width: 20%; }
  .cart-item-mobile.mobile-product-title {
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 700;
    text-transform: uppercase; }
  .cldetails, .clprice, .clqty, .cltax, .clcost, .clremove {
    display: none; }
  .product-image {
    display: none; }
  .product-title {
    width: 100%;
    padding: 0; }
  .clqty, .product-qty {
    text-align: center;
    width: 12%; }
  #catCartDetails input.cartInputText {
    text-align: center;
    margin: 0 auto; }
  .row.cartrow {
    margin-bottom: 0; }
  .cart-item.product-remove {
    width: 22px;
    padding: 0; }
  .cart-item-mobile {
    display: block;
    border-top: 1px solid #dce2e4;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .cart-item.product-price {
    width: 25%;
    text-align: center; }
  .cart-item.product-qty {
    width: 25%;
    text-align: center; }
  .cart-item.product-total {
    width: 25%;
    text-align: center; }
  .cart-item.product-remove {
    width: 25%;
    text-align: center; } }

/* @end */
.schedule__legend {
  padding: .25rem 1rem;
  margin-bottom: .25rem;
  display: inline-block; }

/* keep the following 3 classes in the order of preference
you need for the layout. Each item will override the one before it
so that bought__products class will take precendence over in__schedule
which takes precedence over is__favorite
*/
.is__favorite {
  background-color: #d44833 !important;
  color: white;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear; }

.in__schedule {
  background-color: #f5b943 !important;
  color: white;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear; }

.bought__product {
  background-color: #5a2f80 !important;
  color: white;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear; }

.bought__product a, .in__schedule a, .is__favorite a {
  color: white;
  text-decoration: underline; }

.bought__product a:hover, .in__schedule a:hover, .is__favorite a:hover {
  color: #bcbcbc;
  text-decoration: none; }

.selectShowDate {
  list-style: none;
  margin: 2rem 0 0 0; }

.selectShowDate li {
  display: inline-block;
  text-align: center; }

.selectShowDate a {
  background: #8069a5;
  color: #ffffff;
  padding: .5rem 1rem;
  min-width: 70px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: .15rem;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.selectShowDate a:hover, .selectShowDate .selectedDate {
  background: #43c1ae;
  text-decoration: underline; }

.selectShowTime {
  list-style: none;
  margin: 2rem 0 0 0; }

.selectShowTime li {
  display: inline-block;
  text-align: center; }

.selectShowTime a {
  background: #8069a5;
  color: #ffffff;
  padding: .25rem .5rem;
  min-width: 90px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: .15rem;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.selectShowTime a:hover, .selectShowTime .selectedTime {
  background: #43c1ae;
  text-decoration: underline; }

/* Schedule Grid View */
.button.showLink {
  font-weight: 500;
  letter-spacing: normal;
  font-size: .9rem;
  background: none;
  color: #43c1ae;
  text-align: left;
  padding: 0;
  line-height: 1rem;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-radius: 0; }

.button.showLink:hover, .button.showLink:focus {
  color: #5a2f80; }

.bought__product .button.showLink:hover, .bought__product .button.showLink:focus,
.in__schedule .button.showLink:hover, .in__schedule .button.showLink:focus,
.is__favorite .button.showLink:hover, .is__favorite .button.showLink:focus {
  color: #ffffff; }

.popupTable thead, .popupTable tbody {
  border: none;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }

.popupTable th {
  font-size: 0.8rem; text-align: center; line-height: .9rem; }



table.theScheduleTable td.productItem {
    display: none; }

table.theScheduleTable, table.theScheduleGridTable {
    overflow: hidden; }

@media screen and (max-width: 1023px) {
  .selectShowDate a, .selectShowTime a {
    /* padding: .5rem .5rem; */
    /* min-width: 130px; */ }
  table.theScheduleTable {
    border: 0; }
  table.theScheduleTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table.theScheduleTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em; }
  table.theScheduleTable td {
    border-bottom: 1px solid #ddd;
    font-size: 1em;
    text-align: right;
    width: 49%;
    display: inline-block; }
  table.theScheduleTable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  table.theScheduleTable td:last-child {
    border-bottom: 0; }
  table.theScheduleTable td.fixedHeight {
    height: 60px; }
  table.theScheduleTable .catProdAttributeItem select {
    max-width: 60%; } }

@media screen and (max-width: 639px) {
  .selectShowDate a, .selectShowTime a {
    /* padding: .5rem .25rem; */
    /* min-width: 125px; */ }
  table.theScheduleTable td {
    width: 100%;
    display: block;
    font-size: 1em; }
  table.theScheduleTable td.fixedHeight {
    height: auto; }
  table.theScheduleTable .catProdAttributeItem select {
    max-width: 60%; } }

.artist-form [type='file'], .artist-form [type='checkbox'], .artist-form [type='radio'] {
  margin: 0 .5rem .5rem; }

.artist-form label {
  line-height: 1.1;
  margin-bottom: .5rem; }

/* --- Style Guide--- ***/
.sg-section {
  padding: 5.000em 0;
  border-bottom: 1px solid #9faab4; }

.sg-section__heading {
  position: relative;
  margin-bottom: 2.000em; }

.sg-section__heading span {
  font-size: 50%;
  position: absolute;
  top: 50%;
  left: -3.125em;
  margin-top: -0.938em;
  width: 1.875em;
  height: 1.875em;
  line-height: 1.875em; }

.sg-section__heading span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #9faab4; }

.sg-section__subheading {
  font-size: 14px;
  text-transform: uppercase;
  margin: 4.000em 0 2.000em;
  position: relative; }

.sg-section__subheading:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9faab4; }

.sg-section__subheading span {
  position: relative;
  background: #ffffff;
  padding-right: 1.250em; }

.sg-section__font {
  overflow: hidden;
  margin-bottom: 1.750em; }

.sg-section__font {
  overflow: hidden;
  margin-bottom: 1.750em; }

.sg-section__font-letters {
  font-size: 5.000em;
  display: block;
  line-height: 1;
  opacity: 0.20; }

.sg-section__font-name {
  display: block;
  line-height: 1; }

.sg-section__font-left, .sg-section__font-right {
  width: 50%;
  float: left; }

.sg-section__font-left {
  padding-right: 2.000em; }

.sg-section__font-right {
  border-left: 1px solid #9faab4;
  padding-left: 2.000em; }

.sg-section__font-weight {
  display: block; }

.sg-body {
  overflow-x: hidden; }

.sg-body .root, .sg-toggle {
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease; }

.sg-fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  padding: 40px 15px;
  background: #ffffff;
  z-index: 9999999;
  border-right: 1px solid #9faab4;
  -webkit-transform: translate3d(-250px, 0px, 0px);
  -moz-transform: translate3d(-250px, 0px, 0px);
  -o-transform: translate3d(-250px, 0px, 0px);
  -ms-transform: translate3d(-250px, 0px, 0px);
  transform: translate3d(-250px, 0px, 0px);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease; }

.sg-snippets-toggle {
  font-size: 14px;
  display: block; }

.sg-snippets-toggle:before {
  content: "\e935";
  font-family: 'CD-Project-Icons';
  margin-right: 6px; }

.sg-snippets-toggle.active:before {
  content: "\e936";
  font-family: 'CD-Project-Icons'; }

.sg-toc {
  font-size: 13px; }

.sg-toggle {
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 1;
  padding: 0;
  margin: 0;
  z-index: 9999999; }

.sg-toggle:before {
  content: "\e80c";
  font-family: 'CD-Project-Icons'; }

.sg-body--push .root, .sg-body--push .sg-toggle {
  -webkit-transform: translate3d(250px, 0px, 0px);
  -moz-transform: translate3d(250px, 0px, 0px);
  -o-transform: translate3d(250px, 0px, 0px);
  -ms-transform: translate3d(250px, 0px, 0px);
  transform: translate3d(250px, 0px, 0px); }

.sg-body--push .sg-fixed-nav {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.sg-body--push .sg-toggle:before {
  content: "\e6d5"; }

@media (max-width: 1399px) {
  .sg-section__heading {
    padding-left: 1.500em; }
  .sg-section__heading span {
    left: 0; } }

/*----------  Swatches  ----------*/
.swatch__color {
  position: relative;
  height: 100px; }

.swatch__hex {
  padding: 1rem;
  text-align: center; }

.swatch__name {
  display: block;
  font-size: 0.750em; }

/*----------  Code Snippets  ----------*/
code {
  display: none;
  /* Remove in Production */ }

code.active {
  display: block; }

pre {
  padding: 15px;
  border: 1px solid #d4d4d4; }




/************************************************************ custom css  *********************************************************************/

#cart-canvas {
    transition: .3s all ease;
    webkit-transform: translateX(505px);
    transform: translateX(505px);
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    width: 500px;
    right: 0;
    background: #8069a5;
    overflow-y: scroll;
}

.cart-canvas-bg {
    padding: 0 25px 25px;
}

#cart-canvas .cart-head {
    padding: 50px 0 20px;
    border-bottom: 1px solid #ffffff;
}

#cart-canvas .cart-content {
    overflow: auto;
}

#cart-canvas .cart-foot {
    margin-top: 15px;
}

#cart-canvas .cart-head .title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1428571428571428em;
}

#cart-canvas .cart-head .close-cart {
    font-size: 2em;
    color: #ffffff;
    font-weight: 500;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin-top: -10px;
    text-decoration: none;
}

#cart-canvas .cart-content .cart-list .cart-item {
    padding: 20px 0;
    float: none;
    width: 100%;
  border-bottom: 1px solid #ffffff;
}

#cart-canvas .cart-content .cart-list .cart-item .cart-main-info {
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

#cart-canvas .cart-content .cart-list .cart-item .text-holder a {
    color: #ffffff;
    text-decoration: none;
}

#cart-canvas .cart-content .cart-list .cart-item .price-holder {
    position: absolute;
    right: 0;
    top: 4px;
    color: #fff;
}
#cart-canvas .cart-content .cart-list .cart-item .action {
    position: relative;
    margin-bottom: 20px;
}

#cart-canvas .cart-content .cart-list .cart-item .qty-holder {
    width: 81px;
    display: flex;
    border: 1px solid #fff;
    align-items: center;
}

#cart-canvas .cart-content .cart-list .cart-item .qty-holder .qty-nav {
    text-decoration: none;
    min-width: 20px;
    color: #fff;
    display: block;
    text-align: center;
}

#cart-canvas .cart-content .cart-list .cart-item .qty-holder input {
    width: 37px;
    background: transparent;
    text-align: center;
    color: #fff;
    border: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0;
    height: 22px;
}

#cart-canvas .cart-content .cart-list .cart-item .action .remove-item {
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}
#cart-canvas .cart-content .cart-list .cart-subtotal {
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
}

#cart-canvas .cart-content .cart-list .cart-subtotal .subtotal {
    float: right;
}

body.cartcanvas-open .wrapper:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: .6;
    background: #000000;
    z-index: 10;
}
#cart-canvas .cart-foot .btn {
    text-transform: uppercase;
    padding: 11px 15px;
    font-weight: 600;
    background: #ffffff;
    color: #8069a5;
    font-size: 16px;
    display: block;
    border-radius: 50px;
    max-width: 100%;
    text-align: center;
}

#cart-canvas .cart-foot .btn:hover {
    opacity: 0.9;
}

.li-cart .cart-qty {
    position: absolute;
    background: purple;
    border-radius: 100%;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    top: -2px;
    right: -3px;
    font-family: "canada-type-gibson", sans-serif;
    width: 1rem;
    height: 1rem;
}
body.cartcanvas-open #cart-canvas{
  webkit-transform: translateX(22px);
  transform: translateX(22px);
}
.cart-item-col {
    position: relative;
    float: right;
    width: 320px;
    top: -7px;
}
#cart-canvas .cart-content .cart-list .cart-item .price-holder .price {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: right;
}
.expired__show-msg-div {
    background: #fff;
    padding: 3px 7px;
}

.sell-out-msg {
    font-weight: 600;
    color: #d44833;
    line-height: 1;
    margin: 0;
    font-size: 13px;
    padding-top: 3px;
}

.price {
    color: #fff;
    margin-left: 37px;
    font-size: 16px;
}
#cart-canvas .cart-item .expired__show-msg{
  font-weight: 400;
}

.help {
  position: relative;
  display: inline-block;
  color: #d44833;
  font-weight: 600;
  margin-top: 5px;
  padding-top: 15px;
  line-height: 1;
  font-size: .8rem;
}

.help .helptext {
  visibility: hidden;
  width: 130px;
  background-color: #2a3d4c;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: -13px;
  right: 110%;
  font-size: .8rem;
}

.help:hover .helptext {
  visibility: visible;
}

.help:hover {
    cursor:help;
}

.help .helptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #2a3d4c;
}

.is__favorite .help { color: #fff!important; }

.topreviewers .button.tiny {margin-right: 5px;}

/************************************************************ end custom css  *********************************************************************/

/************************************************************ media query  *********************************************************************/
@media (max-width: 1350px){
  .cart-canvas-bg{
    padding: 0 38px 25px 25px;
  }
}
@media (max-width: 767px){
  .cart-item-col{
    width: 311px;
  }
  [class^="iconIcom-"], [class*=" iconIcom-"] {
      font-size: 20px!important;
      
  }
}
@media (max-width: 480px){
  .cart-item-col{
     width: 100%;
    margin-top: 10px;
  }
  .cart-canvas-bg{
    padding: 0 25px 30px;
  }
  body.cartcanvas-open #cart-canvas{
    webkit-transform: translateX(17px);
    transform: translateX(17px);
  }
  #cart-canvas {
    width: 105%;
/*    -webkit-transform: translateX(486px);
    -ms-transform: translateX(486px);
    transform: translateX(486px); */
  }
}
@media (max-width: 380px){
   .cart-item-col {
    width: 100%;
    margin-top: 10px;
}

}
/************************************************************ end media query  *********************************************************************/


/* isLoading | jQuery plugin */
.syntax-container{background:#FCFCFC;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;border:1px solid #e3e3e3;margin-bottom:30px;padding-bottom:20px;}
.isloading-wrapper.isloading-right{margin-left:10px;}
.isloading-overlay{position:relative;text-align:center;}.isloading-overlay .isloading-wrapper{background:#FFFFFF;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;display:inline-block;margin:0 auto;padding:10px 20px;top:10%;z-index:9000;}


/* custom style */
#paymentFields_checkout_1,
.captcha-holder{
    margin: 0 0 1rem;
}

.customlink a{
  margin-right: 4px;
}

/********************************************************************************
             --- Resource Item Styling  ---
*********************************************************************************/
.resource__list {font-size:16px; margin-bottom:1.875em;}
.resource__item a {display:block; font-size:1.150em; font-weight:400; padding:0.900em 3.000em 0.900em 0.750em; margin-bottom:0.600em; border-bottom:1px solid #efefef; position:relative; transition:all 250ms ease; line-height:1.3;}
.resource__item a:after {content:"\f0ed"; font-family:"FontAwesome"; display:block; position:absolute; top:50%; right:0.682em; font-size:1.100em; width:1.091em; height:1.091em; line-height:1.182em; margin-top:-0.545em; color:#fdb813;}
.resource__item a:hover {background:#F5F7F9;}
.resource__item .fa {margin-right:0.250em; color:#575d63}

@media only screen and (max-width: 767px) {
  .resource__list {font-size:14px;}
}

@media only screen and (max-width: 639px) {
  .resource__list {font-size:13px;}
}

@media only screen and (max-width: 479px) {
  .resource__list {font-size:12px;}
}

embed{
  width: 100%;
  display: block;
}

input[type="submit"] {
  vertical-align: middle;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 1000px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #8069a5;
  color: #ffffff;
  text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
}
input[type="submit"]:hover {
    background-color: #612089;
}

.cms_row iframe{
    height: 39px !important;
}

.show-holder{
  position: relative;
}

.data-loading .loaded-block {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s,visibility .4s
}

.data-loading{
  position: relative;
}

.data-loading:after{
  content: '';
  position: absolute;
  right: -9999px;
  left: -9999px;
  bottom: -200px;
  top: 87px;
  background: rgba(0,0,0,0.2);
}

@media (max-width: 1200px){
  .data-loading:after{
    top: 77px;
  }
}

@media (max-width: 500px){
  .data-loading:after{
    top: 70px;
  }
}

@media (max-width: 420px){
  .data-loading:after{
    top: 88px;
  }
}

.loaded-block {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 100px;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 9999999;
  transition: opacity .2s,visibility .2s
}

.loaded-block:before {
  content: "";
  position: absolute;
  top: calc(50% - 2em);
  left: calc(50% - 2em);
  display: block;
  width: 4em;
  height: 4em;
  margin: auto;
  background-color: #8069a5;
  -webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
  animation: sk-rotating-plane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotating-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

@keyframes sk-rotating-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

.show-wrapper{
  min-height: 600px;
}

.a2a_svg { border-radius: 50% !important; padding: 3px!important; margin-top: 3px!important; }