﻿@charset "UTF-8";
/*secondary: lighten(#40434E, 2%),*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Oxygen");
@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 {
  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: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 16px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #282d35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 2px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [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: 87.5rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

    .row .row.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: 100%;
  }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      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; }

.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%; }

.smallogol-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.625rem;
  padding-left: 0.625rem; }

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.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: 64em) {
  .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; } }

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

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin:10px 0 15px 0;
  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, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; 
  margin-top: 10px;
  margin-bottom: 10px; }

  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

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

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

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

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

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

a {
  line-height: inherit;
  color: #1e91d6;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1a7db8; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

figure {
  margin: 0; }

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

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #282d35;
  border-radius: 2px; }

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

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

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

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; }

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

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 2px;
  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: #1e91d6;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1a7bb6;
    color: #fff; }
  .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: #1e91d6;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #1874ab;
      color: #fff; }
  .button.info {
    background-color: #1e91d6;
    color: #fff; }
    .button.info:hover, .button.info:focus {
      background-color: #1874ab;
      color: #fff; }
  .button.secondary {
    background-color: #525254;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #424243;
      color: #fff; }
  .button.success {
    background-color: #73a32d;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #5c8224;
      color: #fff; }
  .button.warning {
    background-color: #fea238;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #f78501;
      color: #fff; }
  .button.alert {
    background-color: #db1131;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #af0e27;
      color: #fff; }
  .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: #1e91d6;
      color: #fff; }
    .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: #1e91d6;
        color: #fff; }
    .button.disabled.info, .button[disabled].info {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.info, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #1e91d6;
        color: #fff; }
    .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: #525254;
        color: #fff; }
    .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: #73a32d;
        color: #fff; }
    .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: #fea238;
        color: #fff; }
    .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: #db1131;
        color: #fff; }
  .button.hollow {
    border: 1px solid #1e91d6;
    color: #1e91d6; }
    .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: #0f496b;
      color: #0f496b; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1e91d6;
        color: #1e91d6; }
    .button.hollow.primary {
      border: 1px solid #1e91d6;
      color: #1e91d6; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0f496b;
        color: #0f496b; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1e91d6;
          color: #1e91d6; }
    .button.hollow.info {
      border: 1px solid #1e91d6;
      color: #1e91d6; }
      .button.hollow.info:hover, .button.hollow.info:focus {
        border-color: #0f496b;
        color: #0f496b; }
        .button.hollow.info:hover.disabled, .button.hollow.info:hover[disabled], .button.hollow.info:focus.disabled, .button.hollow.info:focus[disabled] {
          border: 1px solid #1e91d6;
          color: #1e91d6; }
    .button.hollow.secondary {
      border: 1px solid #525254;
      color: #525254; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #29292a;
        color: #29292a; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #525254;
          color: #525254; }
    .button.hollow.success {
      border: 1px solid #73a32d;
      color: #73a32d; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #3a5217;
        color: #3a5217; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #73a32d;
          color: #73a32d; }
    .button.hollow.warning {
      border: 1px solid #fea238;
      color: #fea238; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #9a5301;
        color: #9a5301; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #fea238;
          color: #fea238; }
    .button.hollow.alert {
      border: 1px solid #db1131;
      color: #db1131; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #6e0919;
        color: #6e0919; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #db1131;
          color: #db1131; }
  .button.clear {
    border: 1px solid #1e91d6;
    color: #1e91d6; }
    .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: #0f496b;
      color: #0f496b; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1e91d6;
        color: #1e91d6; }
    .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 #1e91d6;
      color: #1e91d6; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0f496b;
        color: #0f496b; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1e91d6;
          color: #1e91d6; }
      .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.info {
      border: 1px solid #1e91d6;
      color: #1e91d6; }
      .button.clear.info:hover, .button.clear.info:focus {
        border-color: #0f496b;
        color: #0f496b; }
        .button.clear.info:hover.disabled, .button.clear.info:hover[disabled], .button.clear.info:focus.disabled, .button.clear.info:focus[disabled] {
          border: 1px solid #1e91d6;
          color: #1e91d6; }
      .button.clear.info, .button.clear.info.disabled, .button.clear.info[disabled], .button.clear.info:hover, .button.clear.info:hover.disabled, .button.clear.info:hover[disabled], .button.clear.info:focus, .button.clear.info:focus.disabled, .button.clear.info:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #525254;
      color: #525254; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #29292a;
        color: #29292a; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #525254;
          color: #525254; }
      .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 #73a32d;
      color: #73a32d; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #3a5217;
        color: #3a5217; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #73a32d;
          color: #73a32d; }
      .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 #fea238;
      color: #fea238; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #9a5301;
        color: #9a5301; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #fea238;
          color: #fea238; }
      .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 #db1131;
      color: #db1131; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #6e0919;
        color: #6e0919; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #db1131;
          color: #db1131; }
      .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: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1e91d6; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1e91d6; }
  .button.dropdown.hollow.info::after {
    border-top-color: #1e91d6; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #525254; }
  .button.dropdown.hollow.success::after {
    border-top-color: #73a32d; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #fea238; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #db1131; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 2px 0 0 2px; }
  .input-group > :last-child > * {
    border-radius: 0 2px 2px 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;
  display: table-cell;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #1e91d6 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 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          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: #1e91d6 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          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;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.875rem;
    color: #282d35;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: '\003e';
      color: #cacaca; }
  .breadcrumbs a {
    color: #1e91d6; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1e91d6;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #1874ab;
      color: #fff; }
  .button-group.info .button {
    background-color: #1e91d6;
    color: #fff; }
    .button-group.info .button:hover, .button-group.info .button:focus {
      background-color: #1874ab;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #525254;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #424243;
      color: #fff; }
  .button-group.success .button {
    background-color: #73a32d;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #5c8224;
      color: #fff; }
  .button-group.warning .button {
    background-color: #fea238;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #f78501;
      color: #fff; }
  .button-group.alert .button {
    background-color: #db1131;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #af0e27;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(40, 45, 53, 0.25);
  border-radius: 2px;
  background-color: white;
  color: #282d35; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #dceffa;
    color: #282d35; }
  .callout.info {
    background-color: #dceffa;
    color: #282d35; }
  .callout.secondary {
    background-color: #e5e5e6;
    color: #282d35; }
  .callout.success {
    background-color: #ebf5dc;
    color: #282d35; }
  .callout.warning {
    background-color: #fff1e1;
    color: #282d35; }
  .callout.alert {
    background-color: #fcd9de;
    color: #282d35; }
  .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 {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #282d35; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .menu.icon-top li a {
    text-align: center; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active > a {
    background: #1e91d6;
    color: #fff; }
  .menu .active > a {
    background: #1e91d6;
    color: #fff; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  text-align: center; }
  .menu-centered > .menu .submenu li {
    text-align: left; }

.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: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

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

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

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

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            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 #1e91d6; }

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

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #444 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 #1e91d6 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 #cacaca;
  border-radius: 2px;
  background-color: #fff;
  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 5px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #444 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -2.5px; }

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

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

.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 5px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #444 transparent transparent; }

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

@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 5px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #444 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2.5px; }
  .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 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444; } }

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

.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;
    left: auto;
    margin-top: -5px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .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 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 2px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1e91d6;
  color: #fff; }
  .label.primary {
    background: #1e91d6;
    color: #fff; }
  .label.info {
    background: #1e91d6;
    color: #fff; }
  .label.secondary {
    background: #525254;
    color: #fff; }
  .label.success {
    background: #73a32d;
    color: #fff; }
  .label.warning {
    background: #fea238;
    color: #fff; }
  .label.alert {
    background: #db1131;
    color: #fff; }

.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(40, 45, 53, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [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(40, 45, 53, 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: 1rem;
    height: 1rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #e6e6e6; }
    .orbit-bullets button:hover {
      background-color: #2a70a6; }
    .orbit-bullets button.is-active {
      background-color: #2a70a6; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 2px;
    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: 2px;
    color: #282d35; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1e91d6;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #282d35; }

.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'; }

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 2px;
  background-color: #1e91d6;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1a7bb6; }
  .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;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background-color: #fff;
  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: 600px;
      max-width: 87.5rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 87.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 87.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 87.5rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 2px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 2px;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1e91d6; }
    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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

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

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

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

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

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

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

@media screen and (max-width: 63.9375em) {
  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 #205995;
  background: #1c4f84;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #1e91d6; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1d8acb; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #8a8a8a; }
    .tabs-title > a:hover {
      background: #e6e6e6;
      color: #777777; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #205995;
      color: #fff; }

.tabs-content {
  border: 1px solid #205995;
  border-top: 0;
  background: #205995;
  color: #282d35;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #205995;
  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 #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(40, 45, 53, 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(30, 145, 214, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

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

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

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 2px;
  background-color: #e6e6e6;
  font-size: 80%;
  color: #282d35; }
  .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 #e6e6e6;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e6e6e6 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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 #e6e6e6;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e6e6e6 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-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 {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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: ' '; }

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
      .swal2-modal .swal2-input:focus::-webkit-input-placeholder,
      .swal2-modal .swal2-file:focus::-webkit-input-placeholder,
      .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus::-moz-placeholder,
      .swal2-modal .swal2-file:focus::-moz-placeholder,
      .swal2-modal .swal2-textarea:focus::-moz-placeholder {
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus:-ms-input-placeholder,
      .swal2-modal .swal2-file:focus:-ms-input-placeholder,
      .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus::placeholder,
      .swal2-modal .swal2-file:focus::placeholder,
      .swal2-modal .swal2-textarea:focus::placeholder {
        transition: opacity .3s .03s ease;
        opacity: .8; }
    .swal2-modal .swal2-input::-webkit-input-placeholder,
    .swal2-modal .swal2-file::-webkit-input-placeholder,
    .swal2-modal .swal2-textarea::-webkit-input-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input::-moz-placeholder,
    .swal2-modal .swal2-file::-moz-placeholder,
    .swal2-modal .swal2-textarea::-moz-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input:-ms-input-placeholder,
    .swal2-modal .swal2-file:-ms-input-placeholder,
    .swal2-modal .swal2-textarea:-ms-input-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #e6e6e6; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
            -ms-transform-origin: 60px 60px;
                transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
            -ms-transform-origin: 0 60px;
                transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
          animation: showSweetAlert 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
          animation: hideSweetAlert 0.15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
          animation: animate-success-tip 0.75s; }

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
          animation: animate-success-long 0.75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
          animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
          animation: animate-x-mark 0.5s; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*mixins*/
/*global*/
/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
@font-face {
  font-family: 'Material Design Iconic Font';
  src: url("material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot");
  src: url("material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot") format("embedded-opentype"), url("material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff") format("woff"), url("material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf") format("truetype"), url("material-design-iconic-font/fonts/Material-Design-Iconic-Font.svg#Material-Design-Iconic-Font") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  height: 100%; }

body {
  margin: 0;
  color: #444; }

hr {
  margin: 1rem auto; }

a {
  color: #124E78; }

[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 {
  font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif !important; }

input {
  font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif !important; }

.callout a {
  margin-bottom: 0 !important; }

.text-between-lines {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px; }

.text-between-lines:before, .text-between-lines:after {
  background-color: #525254;
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.text-between-lines:before {
  right: .5rem;
  margin-left: -50%; }

.text-between-lines:after {
  left: .5rem;
  margin-right: -50%; }

#backToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #000000;
  opacity: 0.8;
  padding: 10px 20px;
  display: none;
  overflow: hidden;
  cursor: pointer;
  color: #fefefe;
  border-radius: 60px;
  border: 2px solid #2a70a6;
  background: #444; }

#backToTop * {
  display: block;
  overflow: hidden; }

#backToTop > span {
  font-size: 20px; }

#backToTop > span:before {
  content: '\f2fc';
  font-family: Material Design Iconic Font;
  font-size: 20px; }

#backToTop:hover {
  opacity: 1; }

div.noscript {
  position: relative;
  padding: 5px;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  background-color: #ffff00;
  color: #ff0000; }

/*borders*/
.border-tb-gray {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb; }

.border-t-gray {
  border-top: 1px solid #bbb; }

.border-b-gray {
  border-bottom: 1px solid #bbb; }

.border-bottom-faded-gray {
  border-bottom: 1px solid #ccc; }

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

.padding-0 {
  padding: 0 !important; }

.message {
  position: relative;
  float: left;
  transition: all .5s ease; }
  .message.information {
    color: #1E91D6 !important; }
  .message.success {
    color: #73a32d !important; }
  .message.warning {
    color: #e1c621 !important; }
  .message.error {
    color: #AD2831 !important; }

.text-primary {
  color: #1e91d6 !important; }

.text-info {
  color: #1e91d6 !important; }

.text-secondary {
  color: #525254 !important; }

.text-success {
  color: #73a32d !important; }

.text-warning {
  color: #fea238 !important; }

.text-alert {
  color: #db1131 !important; }

.text.primary {
  color: #1e91d6 !important; }

.text.info {
  color: #1e91d6 !important; }

.text.secondary {
  color: #525254 !important; }

.text.success {
  color: #73a32d !important; }

.text.warning {
  color: #fea238 !important; }

.text.alert {
  color: #db1131 !important; }

.message {
  position: relative;
  padding: 10px; }
  .message.primary {
    color: #1e91d6 !important; }
  .message.info {
    color: #1e91d6 !important; }
  .message.secondary {
    color: #525254 !important; }
  .message.success {
    color: #73a32d !important; }
  .message.warning {
    color: #fea238 !important; }
  .message.alert {
    color: #db1131 !important; }

.bold {
  font-weight: bold; }

.errors {
  background-color: #f7dbdd;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(68, 68, 68, 0.25);
  border-radius: 2px;
  position: relative;
  color: #444; }

.bg.primary {
  background-color: #1e91d6;
  color: white; }

.bg.info {
  background-color: #1e91d6;
  color: white; }

.bg.secondary {
  background-color: #525254;
  color: white; }

.bg.success {
  background-color: #73a32d;
  color: white; }

.bg.warning {
  background-color: #fea238;
  color: white; }

.bg.alert {
  background-color: #db1131;
  color: white; }

.bg-white {
  background: white !important; }

.margin-0 {
  margin: 0 !important; }

.has-tip {
  border: 0;
  font-weight: normal;
  cursor: defualt;
  display: inline; }

.divider.bottom.mini {
  margin-top: 5px; }

.divider.top.mini {
  margin-bottom: 5px;
  border: 0; }

.divider {
  border-top: 1px solid #ccc;
  height: 0;
  width: 100%;
  clear: both; }

p {
  text-rendering: optimizeLegibility; }

.font-weight-bold {
  font-weight: bold !important; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/mist.gif") 50% 50% no-repeat #fff; }



.switch .switch-paddle {
  border-radius: 100px; }
  .switch .switch-paddle::after {
    border-radius: 100px; }

#headerannouncement {
  padding: 5px;
  background-color: #2f7eba;
  color: white;
  font-size: 1rem; }

#closeHeaderAnnouncement {
  color: white;
  float: right;
  margin-top: 5px; }

/*
All responsive styles will be moved into this document.
Here are the responsive media queries to be used:

// Small only
@media screen and (max-width: 39.9375em) {}

// Medium and up
@media screen and (min-width: 40em) {}

// Medium only
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

// Large and up
@media screen and (min-width: 64em) {}

// Large only
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

*/
/*1. global*/
@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; } }

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .no-js .title-bar {
    display: none; } }

/*2. mobile-top-bar*/
/* Small only */
@media screen and (max-width: 39.9375em) {
  .mobile-top-bar {
    background-color: #393E41;
    height: 60px; }
    .mobile-top-bar .row .small-12 {
      background-color: #393E41; }
    .mobile-top-bar .top-bar-title {
      width: 100%; }
      .mobile-top-bar .top-bar-title .menu-icon {
        bottom: 0;
        height: 6px; }
      .mobile-top-bar .top-bar-title a .logo {
        margin: 8px 0 0 10px;
        width: 125px; }
      .mobile-top-bar .top-bar-title .top-bar-right ul li a {
        font-size: 1.2rem;
        padding: 0.4rem 0.4rem;
        line-height: 1.7;
        color: #e6e6e6; }
        .mobile-top-bar .top-bar-title .top-bar-right ul li a i {
          font-size: 1.7rem; }
    .mobile-top-bar #responsive-menu .social {
      margin-top: 10px; }
      .mobile-top-bar #responsive-menu .social .uk-icon-button {
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        border-radius: 500px;
        background: #eee;
        border: 1px solid #333;
        color: #2a70a6 !important;
        vertical-align: middle;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: .1s ease-in-out;
        transition-property: color, background-color; }
        .mobile-top-bar #responsive-menu .social .uk-icon-button i {
          color: #2a70a6 !important;
          font-size: 1.4rem; }
    .mobile-top-bar .mobile-menu {
      background-color: #393E41;
      color: #e6e6e6;
      width: 100%;
      padding: 0;
      margin: 0; }
      .mobile-top-bar .mobile-menu ul li a {
        color: #e6e6e6;
        font-size: 1.2rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .mobile-top-bar {
    background-color: #393E41;
    height: 60px; }
    .mobile-top-bar .row .small-12 {
      background-color: #393E41; }
    .mobile-top-bar .top-bar-title {
      width: 100%; }
      .mobile-top-bar .top-bar-title .menu-icon {
        bottom: 0;
        height: 6px; }
      .mobile-top-bar .top-bar-title a .logo {
        margin: 8px 0 0 10px;
        width: 125px; }
      .mobile-top-bar .top-bar-title .top-bar-right ul li a {
        font-size: 1.2rem;
        padding: 0.4rem 0.8rem;
        line-height: 1.7;
        color: #e6e6e6; }
        .mobile-top-bar .top-bar-title .top-bar-right ul li a i {
          font-size: 1.7rem; }
    .mobile-top-bar #responsive-menu .social {
      margin-top: 10px; }
      .mobile-top-bar #responsive-menu .social .uk-icon-button {
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        border-radius: 500px;
        background: #eee;
        border: 1px solid #333;
        color: #2a70a6 !important;
        vertical-align: middle;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: .1s ease-in-out;
        transition-property: color, background-color; }
        .mobile-top-bar #responsive-menu .social .uk-icon-button i {
          color: #2a70a6 !important;
          font-size: 1.4rem; }
    .mobile-top-bar .mobile-menu {
      background-color: #393E41;
      color: #e6e6e6;
      width: 100%;
      padding: 0;
      margin: 0; }
      .mobile-top-bar .mobile-menu ul li a {
        color: #e6e6e6;
        font-size: 1.2rem; } }

/*3. mobile search*/
/*small only*/
@media screen and (max-width: 39.9375em) {
  #search-row {
    background-color: #393E41; }
  .input-group-label {
    border: 0; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #search-row {
    background-color: #393E41; }
  .input-group-label {
    border: 0; } }

/*buttons*/
.button.round {
  display: inline-block;
  padding: .9em;
  border-radius: 50em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1em;
  transition: all .2s; }

/*logo*/
.logo svg, .other-logo svg {
  width: 200px;
  height: 40px;
  margin: 2px 0; }

.logo .svg1 {
  fill: #2e6db0 !important;
  stroke: #444 !important; }

.logo .svg2 {
  fill: #decf28 !important; }

.logo path {
  stroke: #444 !important;
  stroke-width: 70 !important; }

/*header*/
.top-bar {
  background-color: #393E41;
  color: #fff; }
  .top-bar ul {
    background-color: inherit; }
    .top-bar ul li a {
      color: #e6e6e6;
      display: inline-block; }

@media screen and (max-width: 39.9375em) {
  .title-bar.mobile .top-bar-right {
    width: auto; }
    .title-bar.mobile .top-bar-right ul {
      width: 100%; }
      .title-bar.mobile .top-bar-right ul li a {
        font-size: 1.2rem;
        line-height: 1.7;
        color: #e6e6e6;
        padding: 0.9rem .8rem;
        display: block !important; }
        .title-bar.mobile .top-bar-right ul li a i {
          font-size: 1.7rem; }
  .top-bar #header4 .menu li a {
    font-size: 2em; }
  .top-bar.mobile .row .small-12 {
    margin: 0;
    padding: 0; }
  .top-bar.mobile .top-bar-title {
    float: none; }
    .top-bar.mobile .top-bar-title span {
      position: absolute;
      right: 15px;
      top: 18px;
      border: 1px solid #fefefe;
      padding: 0.45rem 0.55rem; }
    .top-bar.mobile .top-bar-title .menu-icon {
      width: 22px;
      bottom: 1px; }
      .top-bar.mobile .top-bar-title .menu-icon:after {
        height: 2px; }
    .top-bar.mobile .top-bar-title a .logo {
      margin: 8px 0 0 10px;
      width: 125px; }
  .top-bar.mobile .top-bar-right {
    width: auto; }
    .top-bar.mobile .top-bar-right ul {
      width: 100%; }
      .top-bar.mobile .top-bar-right ul li a {
        font-size: 1.2rem;
        line-height: 1.7;
        color: #e6e6e6;
        padding: 0.9rem .8rem; }
        .top-bar.mobile .top-bar-right ul li a i {
          font-size: 1.7rem; }
  .top-bar.mobile #responsive-menu .social {
    padding: 1rem; }
    .top-bar.mobile #responsive-menu .social .uk-icon-button {
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      border-radius: 500px;
      background: #eee;
      border: 1px solid #333;
      color: #2a70a6 !important;
      vertical-align: middle;
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: .1s ease-in-out;
      transition-property: color, background-color; }
      .top-bar.mobile #responsive-menu .social .uk-icon-button i {
        color: #2a70a6 !important;
        font-size: 1.4rem; }
  .top-bar.mobile .top-bar-left {
    width: auto; }
    .top-bar.mobile .top-bar-left ul li a {
      font-size: 1.2rem;
      line-height: 1.7;
      color: #e6e6e6; }
      .top-bar.mobile .top-bar-left ul li a i {
        font-size: 1.4rem; }
  .top-bar.mobile .mobile-menu {
    background-color: #393E41;
    color: #e6e6e6;
    width: 100%;
    padding: 0;
    margin: 0; }
    .top-bar.mobile .mobile-menu ul {
      display: inline-block;
      vertical-align: top;
      padding: 0px 48px 0;
      width: 100%; }
      .top-bar.mobile .mobile-menu ul li {
        border-bottom: 1px solid #454b4f; }
        .top-bar.mobile .mobile-menu ul li a {
          color: #e6e6e6;
          font-size: 1.2rem;
          padding: 1.2rem 1rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .top-bar {
    padding: 0; }
    .top-bar.mobile {
      height: 60px; }
      .top-bar.mobile .row .small-12 {
        margin: 0;
        padding: 0; }
      .top-bar.mobile .top-bar-title {
        float: none; }
        .top-bar.mobile .top-bar-title span {
          position: absolute;
          right: 15px;
          top: 15px;
          border: 1px solid #fefefe;
          padding: 0.25rem 0.45rem; }
        .top-bar.mobile .top-bar-title .menu-icon {
          width: 22px;
          bottom: 1px; }
          .top-bar.mobile .top-bar-title .menu-icon:after {
            height: 2px; }
        .top-bar.mobile .top-bar-title a .logo {
          margin: 8px 0 0 10px;
          width: 125px; }
      .top-bar.mobile .top-bar-left {
        width: auto; }
        .top-bar.mobile .top-bar-left ul {
          width: auto; }
          .top-bar.mobile .top-bar-left ul li a {
            font-size: 1.2rem;
            line-height: 1.7;
            color: #e6e6e6; }
            .top-bar.mobile .top-bar-left ul li a i {
              font-size: 1.7rem; }
      .top-bar.mobile #responsive-menu .social {
        padding: 1rem; }
        .top-bar.mobile #responsive-menu .social .uk-icon-button {
          box-sizing: border-box;
          width: 40px;
          height: 40px;
          border-radius: 500px;
          background: #eee;
          border: 1px solid #333;
          color: #2a70a6 !important;
          vertical-align: middle;
          display: -ms-inline-flexbox;
          display: -webkit-inline-flex;
          display: inline-flex;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          transition: .1s ease-in-out;
          transition-property: color, background-color; }
          .top-bar.mobile #responsive-menu .social .uk-icon-button i {
            color: #2a70a6 !important;
            font-size: 1.4rem; }
      .top-bar.mobile .mobile-menu {
        background-color: #393E41;
        color: #e6e6e6;
        width: 100%;
        padding: 0;
        margin: 0; }
        .top-bar.mobile .mobile-menu ul {
          padding: 0px 48px 0;
          width: 100%; }
          .top-bar.mobile .mobile-menu ul li {
            border-bottom: 1px solid #454b4f; }
            .top-bar.mobile .mobile-menu ul li a {
              color: #e6e6e6;
              font-size: 1.2rem;
              padding: 1.2rem 1rem; } }

@media screen and (min-width: 64em) {
  #top {
    padding: 11px 0px 9px 0;
    margin: 0;
    min-height: 42px;
    line-height: 20px;
    border-bottom: 1px solid #34393c; }
    #top ul li {
      padding-left: 20px; }
      #top ul li a {
        padding: 0; }
      #top ul li i {
        color: #5fa3d7;
        font-size: 1rem; }
        #top ul li i.zmdi-chevron-down {
          color: #e6e6e6;
          font-size: 11px;
          margin-left: 2px; }
      #top ul li span {
        margin-left: 8px; } }

.middle-bar {
  background-color: #393E41;
  color: #fff;
  min-height: 110px;
  padding: 20px; }

.social {
  margin-top: 10px; }
  .social .uk-icon-button {
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    border-radius: 500px;
    background: #eee;
    border: 1px solid #333;
    color: #2a70a6;
    vertical-align: middle;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color, background-color; }
    .social .uk-icon-button:hover {
      color: #333; }
    .social .uk-icon-button.facebook:hover {
      background: #3b5998; }
    .social .uk-icon-button.twitter:hover {
      background: #00b6f1; }
    .social .uk-icon-button.youtube:hover {
      background: #b31217; }
    .social .uk-icon-button.instagram:hover {
      background: #7232bd; }
    .social .uk-icon-button.google-plus:hover {
      background: #df4a32; }
    .social .uk-icon-button i {
      color: inherit;
      font-size: 1.6rem; }

#search {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  width: 100%; }
  #search input {
    height: 50px;
    border-radius: 500px;
    min-width: 296px;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 16px; }
  #search button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 0;
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    border-radius: 0px 20px 20px 0px;
    background-color: #2a70a6;
    color: #e6e6e6; }
    #search button:hover {
      cursor: pointer; }

/*bottom-bar*/
.bottom-bar.mobile .dropdown-pane {
  width: 100%;
  padding: 0;
  border: 0; }

.bottom-bar.mobile .menu {
  box-shadow: none; }
  .bottom-bar.mobile .menu li {
    border-bottom: 1px solid #eee; }
    .bottom-bar.mobile .menu li a {
      padding: 0 20px;
      min-height: 15px;
      line-height: 50px;
      display: block;
      position: relative;
      color: #444;
      font-size: 1rem; }

.bottom-bar .dropdown.menu {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); }
  .bottom-bar .dropdown.menu li {
    margin-right: -3px;
    transition: all 0.2s ease-in 0s; }
    .bottom-bar .dropdown.menu li a {
      padding: 0 20px;
      min-height: 15px;
      line-height: 50px;
      display: block;
      position: relative;
      color: #444; }
    .bottom-bar .dropdown.menu li.is-dropdown-submenu-parent.opens-right a:after {
      border: inset 5px;
      border-color: transparent transparent transparent #999;
      right: 30%; }
    .bottom-bar .dropdown.menu li.is-dropdown-submenu-parent .is-dropdown-submenu {
      width: 1000px;
      z-index: 20000; }
      .bottom-bar .dropdown.menu li.is-dropdown-submenu-parent .is-dropdown-submenu a {
        padding: 0.7rem 1rem;
        line-height: 14px; }

.bottom-bar #shop-by-model {
  color: #fff;
  background: #2f7eba; }
  .bottom-bar #shop-by-model:after {
    right: 5px;
    border-color: #fff transparent transparent !important; }

/*trust elements*/
#trustelements {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 10px 10px 10px;
  margin: 0; }

#trustelements div.wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 0 auto;
  width: 665px;
  white-space: nowrap; }

#trustelements div.wrappericons {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 0 auto;
  width: 100%;
  white-space: nowrap; }

#trustelements img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85); }

#trustelements img {
  padding: 0;
  margin-right: 5px;
  border: 1px solid #666666; }

/*footer*/
/*footer*/
.footer img.methods {
  width: 250px; }

.footer img {
  display: block;
  margin: 0 auto; }

#footerarea {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  color: #cacaca;
  padding: 20px 0 20px 0;
  background-size: 200px 178px;
  background-color: #393e41;
  margin-top: 10px; 
  margin-bottom:0;}
  #footerarea h4 {
    color: white; }
    #footerarea h4 span {
      border-bottom: 2px solid #2a70a6; }
  #footerarea a {
    color: #cacaca; }
  #footerarea .menu li a {
    color: #cacaca; }

#footerarea div.container {
  display: block;
  overflow: hidden;
  float: left;
  width: 155px;
  min-height: 130px;
  padding: 0 0 0 35px; }

#footerarea div.container ul {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0; }

#footerarea div.container ul h2 {
  color: black;
  margin: 0 0 5px 0; }

#footerarea div.container ul > li:first-child {
  padding-left: 0; }

#footerarea div.container ul li {
  position: relative;
  list-style-type: none;
  padding-left: 3px; }

#footerarea div.faq {
  display: block;
  overflow: hidden;
  float: left;
  clear: both;
  text-align: center;
  padding-top: 10px;
  width: 100%; }

#footerarea p {
  text-align: center; }

#footerarea div.copyright {
  display: block;
  overflow: hidden;
  float: left;
  clear: both;
  text-align: center;
  padding-top: 10px;
  width: 100%;
  font-size: 80%;
  color: #999; }

#footerarea div.copyright a:link, #footerarea div.copyright a:visited {
  color: #649bf7; }

#footerarea div.contactinfo {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 10px; }

/*social*/
.social li a {
  padding: 0; }

/*vehicle selector*/
/*vehicle selector*/
#vehicleselector {
  background: #2d3133;
  overflow: hidden;
  border-top: 1px solid #2a70a6;
  border-width: 8px;
  padding: 9px;
  
  position: relative;
  z-index: 1000; }

#vehicleselector .caption {
  color: #fff !important; }

#vehicleselector select {
  margin: 0 0 0.6rem;
  border-radius: 500px; }

#vehicleselector .button {
  margin: 0; }
  #vehicleselector .button.warning {
    color: black;
    font-weight: normal;
    font-size: 95%;
    border-radius: 20px;
    float: right; }

#vehicleselector select.vs-hidden { display:none; }

#vehicleselector.expanded select.vs-hidden { display: inline-block; }

#vs-narrative h4 {
  font-size: 170%; }

#vs-narrative p {
  font-size: 120%; }

/*vehicle selector*/
#vselector {
  background: #393E41;
  padding: 10px;
  border-top: 8px solid #e9ce47; }
  #vselector .caption {
    color: #fff; }

.vehicle-selector .button.warning {
  color: black; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  #vehicleselector {
    margin-bottom: 20px; } }

/*shop-by-car*/
.shopbycar img {
  display: block;
  margin: 0 auto; }

/*categories*/
div.products div.categories {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 10px; }

div.products div.categories ul {
  padding: 0;
  margin: 0; }

div.products div.categories ul li {
  display: block;
  overflow: hidden;
  list-style-type: none; }

div.products div.categories ul li a {
  display: block;
  width: 100%; }

.categories .menu li a {
  padding: 0.5rem 0.3rem;
  color: black; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .categories h4 {
    text-align: center; }
  .categories ul li {
    font-size: 115%;
    text-align: center;
    width: 100%;
    border: 1px solid white;
    padding: 1rem 1.2rem;
    background: #2d3133; }
    .categories ul li a {
      color: white !important;
      text-align: center; }
  div.blog {
    margin-bottom: 20px; }
    div.blog img {
      display: block;
      margin: 0 auto; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .categories ul li {
    font-size: 115%;
    text-align: center;
    width: 100%;
    border: 1px solid white;
    padding: 1rem 1.2rem;
    background: #1e232c; }
    .categories ul li a {
      color: white !important;
      text-align: center; } }

/*news*/
.news .menu > li > a {
  display: block;
  padding: 0.6rem 0.1rem;
  line-height: 1; }

#bloglist img {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%; }

#bloglist img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85); }

#bloglist div.pblog {
  margin: 0 2px 6px 0;
  width: 234px;
  height: 176px; }

#bloglist1 {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 25%; }

#bloglist1 div {
  display: block;
  overflow: hidden;
  float: left;
  width: 25%; }

#bloglist1 img {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

#bloglist1 img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85); }

#bloglist1 div.pblog {
  position: relative;
  display: inline-block;
  margin: 0 2px 6px 0;
  width: 234px;
  height: 176px; }

@media screen and (max-width: 39.9375em) {
  #bloglist div.pblog {
    width: 100%; } }

/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
/*homepage*/
/*narrative*/
#narrative img {
  margin: 0 5px 5px 5px;
  border: 0;
  padding: 0; }

#narrative p.moreinfo {
  float: left;
  clear: both;
  margin-left: 20px; }

#narrative p.p_disclaimer {
  clear: both;
  margin: 10px;
  padding: 5px;
  background-color: #ffdddd;
  font-style: italic; }

  #header-banner {
    margin-bottom:20px ;
    
    
  }

    #header-banner div.placeholder {
    overflow: hidden;
    width:970px;
    max-width:100%;
    height:165px;  
    margin:0 auto;  
    position: relative;
    border: 1px solid #cccccc;
    background-color:#dddddd;
  }

  /* #header-banner div.spinner {
    overflow: hidden;
    width:970px;
    max-width:100%;
    height:165px;  
    margin:0 auto;  
    text-align: center;
    border: 1px solid #cccccc;
    background-color:#dddddd;
  }

  #header-banner div.spinner img {
    margin:60px auto 0 auto;
  } */


#header-banner div.carousel {
  display: block;
  position:relative; 
  margin:0 auto;
  top:0;
  left:0; 
  width:970px; 
  height:165px;
  overflow: hidden;  
} 
#header-banner div.carousel div.loading {
  position:absolute; 
  top:0; 
  left:0;
}
#header-banner div.carousel div.loading div.overlay {
  filter: alpha(opacity=80); 
  opacity:0.8; 
  position:absolute; 
  display:block; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%;
}
#header-banner div.carousel div.loading div.spinner {
  position:absolute; 
  display:block; 
  background:url('../images/loading.gif') no-repeat center center; 
  top:0;
  left: 0; 
  width:100%; 
  height:100%;
}
#header-banner div.carousel div.slides {
    border: 1px solid silver; 
    cursor:default; 
    position:absolute; 
    left:0; 
    top:0; 
    width:970px; 
    height:165px; 
    overflow:hidden;
}

#header-banner div.carousel div.slides div.slide {
  position: absolute; 
  width: 970px; 
  height: 165px; 
  top: 0; 
  left: 0;
}
#header-banner div.carousel div.slides div.slide img {
  width:100%; 
  height:100%;     
}

#header-banner div.carousel div.arrowleft,
#header-banner div.carousel div.arrowright {
  top: 100px; 
  display: block;
  position: absolute;
  width: 51px;
  height: 50px;
  cursor: pointer;
  background-color:#000;
  overflow: hidden;
  opacity:0.5;  
}
#header-banner div.carousel div.arrowleft {
    left: 8px;
}
#header-banner div.carousel div.arrowright {
  right: 8px;
}

div.carousel div.arrowleft {
  background-position: -5px -35px;
}

div.carousel div.arrowright {
  background-position: -65px -35px;
}

div.carousel div.arrowleft:hover {
  background-position: -125px -35px;
}

div.carousel div.arrowright:hover  {
  background-position: -185px -35px;
}

div.carousel div.arrowleft.arrowleftdn {
  background-position: -245px -35px;
}

div.carousel div.arrowright.arrowrightdn {
  background-position: -305px -35px;
}
div.carousel div.arrowleft svg,
div.carousel div.arrowright svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.carousel div.arrowleft svg polyline ,
div.carousel div.arrowright svg polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 640;
    stroke-miterlimit: 10;
}

.orbit-container {
  border: 1px solid black; }

.homepage-banner-image {
  max-height: 300px; }

.home-banner {
  margin: 0.9375rem;
  background: #393E41;
  padding: 10px 0 10px 0; }
  .home-banner h6 {
    margin-top: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8rem; }

.signup {
  margin-top: 15px;
  display: block; }

.social-banner {
  margin-top: 15px; }

.wpd-banner {
  margin-top: 8px; }

.signup2 {
  margin-top: 0; }

.social-banner2 {
  margin-top: 20px; }

.newsletter-subscribe {
  background: #fff;
  height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem; }
  .newsletter-subscribe .input-group-field {
    border-radius: 5000px 0 0 5000px;
    position: relative;
    -webkit-transform: translateX(0.5rem);
        -ms-transform: translateX(0.5rem);
            transform: translateX(0.5rem); }
  .newsletter-subscribe .input-group {
    margin-bottom: 0; }
  .newsletter-subscribe .newsletter-subscribe-inner {
    text-align: center; }
  .newsletter-subscribe .input-group-button .button {
    border-radius: 5000px;
    position: relative;
    -webkit-transform: translateX(-0.5rem);
        -ms-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
    min-width: 25vw; }
  @media print, screen and (min-width: 40em) {
    .newsletter-subscribe {
      padding: 0 3rem; } }
  @media print, screen and (min-width: 64em) {
    .newsletter-subscribe {
      padding: 0 6rem; } }

div.brands-wrapper {
  display: block;
  padding-top: 15px;
  border-top: 1px solid #ccc; }

div.brands-wrapper {
  display: none;
  overflow: hidden;
  margin-top: 20px; }

div.brands-wrapper div.carousel {
  position: relative;
  width: 1180px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden; }

.brands {
  border: 1px solid #999;
  border-radius: 10px; }
  .brands img {
    display: block;
    margin: 0 auto; }
  .brands h4 {
    text-align: center; }

.category-blocks {
  margin: 20px 0 20px 0; }
  .category-blocks h4 {
    text-align: center; }
  .category-blocks .column, .category-blocks .columns {
    font-size: 115%;
    text-align: center;
    border: 1px solid white;
    border-radius: 4px;
    padding: .8rem;
    background: #2a70a6;
    white-space: nowrap; }
    .category-blocks .column a, .category-blocks .columns a {
      color: #fff; }

.brands-carousal img {
  display: block;
  margin: 0 auto;
  border: 2px solid #51585c; }

.popular-header {
  font-size: 24px;
  line-height: 1;
  min-height: 23px;
  text-transform: uppercase;
  margin-bottom: 21px;
  margin-top: 21px; }
  .popular-header a {
    color: #444; }

.brands-carousal {
  display: none; }

.brands-carousal.slick-initialized {
  display: block; }

/*shopping*/
.narrowresults {
  margin-top: 33px; }
  .narrowresults .dropdown {
    border-bottom: 1px solid #ccc;
    padding: .5rem 0; }
  .narrowresults .filter-dropdown {
    font-weight: 600; }
  .narrowresults h5 {
    font-size: 24px;
    line-height: 1;
    min-height: 23px;
    text-transform: uppercase;
    margin-bottom: 21px; }
  .narrowresults form {
    margin-bottom: 11px; }
  .narrowresults ul li a {
    color: #444;
    padding: 0.5rem 0.3rem; }
    .narrowresults ul li a i {
      font-size: 22px;
      float: right; }
  .narrowresults ul li ul li a {
    padding: 0.5rem 1rem; }

.dropdown.menu.vertical > li > a::after {
  left: 4px;
  top: 16px; }

.narrowresults {
  margin-top: 33px; }
  .narrowresults h5 {
    font-size: 24px;
    line-height: 1;
    min-height: 23px;
    text-transform: uppercase;
    margin-bottom: 21px; }
  .narrowresults form {
    margin-bottom: 11px; }

.categories h4, .categories h5 {
  font-size: 24px;
  line-height: 1;
  min-height: 23px;
  text-transform: uppercase;
  margin-bottom: 21px;
  margin-top: 21px; }

.categories .menu li a {
  padding: 0.5rem 0.3rem;
  color: black; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .categories h4 {
    text-align: center; }
  .categories ul li {
    font-size: 115%;
    text-align: center;
    width: 100%;
    border: 1px solid white;
    padding: 1rem 1.2rem;
    background: #2d3133; }
    .categories ul li a {
      color: white !important;
      text-align: center; }
  div.blog {
    margin-bottom: 20px; }
    div.blog img {
      display: block;
      margin: 0 auto; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .categories ul li {
    font-size: 115%;
    text-align: center;
    width: 100%;
    border: 1px solid white;
    padding: 1rem 1.2rem;
    background: #1e232c; }
    .categories ul li a {
      color: white !important;
      text-align: center; } }

.shopbycar {
  text-align: center; 
  min-height:220px;}

  .shopbycar img {
    display: block;
    margin: 0 auto; 
    width:200px;
    height:150px;}

  .shopbycar a {
    color: #282d35; }
  .shopbycar .modelmake {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 5px 5px 0px 5px;
    
    font-weight: bold; }
  .shopbycar .modelnotes {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0 5px 0px 5px;
    font-size: 75%; }

.paging a {
  font-weight: normal; }

.paging_footer {
  padding: 10px 0 10px 0;
  margin: 0 auto 0 auto;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;  
  font-size:120%;
  clear: both; }

.paging_footer span {
  display: block;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  border: 1px solid transparent; }

.paging_footer span.current {
  font-weight: bold;
  color: #2a70a6;
  background: #cccccc;
  cursor: default; }

.paging_footer span.caption.disabled {
  color: #cccccc; }

.paging_footer span.first {
  padding-right: 10px; }

.paging_footer span.last {
  padding-left: 10px; }

.paging_footer span.caption {
  min-width: 55px;
  color: #124E78; }

.paging_footer span.popularity {
  width: auto;
  padding-left: 10px;
  padding-right: 10px; }

.paging_footer span.fill {
  padding-right: 10px;
  width: auto; }

.paging_header {
  text-align: left;
  clear: both; }


.filterdetails nav ul {
  list-style-type: none;
  text-align: center; }



.models .box a span {
  display: block;
  text-align: center; }
  .models .box a span.modelmake {
    font-weight: bold; }

/*product*/
.products h2.heading {
  padding: 5px;
  margin: 10px 0;
  background-color: #EEEEEE;
  clear: both; }

.products .product-card {
  min-height:330px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  padding: 1rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .products .product-card.closeout {
    border-color:#ff0000;
  }  
  .products .product-card.overstock {
    border-color:#3d4e98;
  }   
  .products .product-card.nonlive {
    background-color: #cccccc;
    border-color: #000;
    opacity: 0.7;
   }  

  .products .product-card.incart {
    background-color: #eee;

   }  

   .products .product-card.incart:before {
     content:'In Your Cart';
     font-size:90%;
     display: block;
     position: absolute;
     width:100%;
     top:5px;
     left:0;
     text-align: center;
     color:#0000cc;
   }
    .products .product-card > a {
      color: #646464; 
      display: block;
      overflow: hidden;
      width:100%;
      height:100%;
      }    
  .products .product-card .product-card-thumbnail {
    display: block;
    position: relative; }
    .products .product-card .product-card-thumbnail img {
      display: block;
      width:200px;
      margin: 20px auto; }
  .products .product-card .product-card-title {
    font-family: 'Open sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.45rem;
    margin-top: 1rem;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center; }
    .products .product-card .product-card-title a {
      color: #646464; }
  .products .product-card .product-card-pricing {
    text-align: center; }
  .products .product-card .product-card-price {
    color: #3e3e3e;
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0.8rem;
    text-align: center; }
  .products .product-card .product-card-sale {
    color: #8a8a8a;
    display: block;
    font-size: 1.1rem;
    margin-left: 0.3rem;
    text-decoration: line-through;
    text-align: center; }
  .products .product-card .exclusive {
    display: block;
    overflow: hidden;
    padding: 0;
    width: 80px;
    height: 21px;
    background: url("/skin/images/ipdlogo80x21black.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    top: 5px;
    right: 20px; }
    .products .product-card .closeout,
    .products .product-card .overstock {
      display: block;
      overflow: hidden;
      padding: 0;
      width: 150px;
      height: 150px;
      position: absolute;
      top: 0;
      left: 0; }      
    .products .product-card .closeout {
      background: url("/skin/images/prodtype-closeout.png") no-repeat scroll 0 0 transparent; }
    .products .product-card .overstock {
        background: url("/skin/images/prodtype-overstock.png") no-repeat scroll 0 0 transparent; }
    .products .product-card .nonlive {
      display: block;
      overflow: hidden;
      padding: 0;
      position: absolute;
      top: 10px;
      left: 10px; 
      color:#ff0000;
      font-size:80px;
    }

  .products .product-card .product-card-color-option {
    display: inline-block;
    height: 25px;
    width: 25px; }

.cd-add-to-cart {
  display: inline-block;
  padding: 1.2em 1.8em;
  background: #2c97de;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all .2s; }

.cd-add-to-cart:hover {
  background: #42a2e1; }

.cd-add-to-cart:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

/*product header*/
#productheader {
  overflow: hidden;
  margin-bottom:1em;
}
#productheader img {
  border: 0; }

#productheader img.prodshot {
  position: relative;  
  border: 0;
  cursor: pointer;   }



#productheader div.pd1 {
  position: relative;
  display: block;
  overflow: visible;
  padding: 0;
  margin: 0 0 5px 0; }

#productheader div.pd1 span {
  overflow: hidden; }

#productheader div.pd1 div.addtocartcell {
  margin: 0;
  float: right; }

#productheader div.pd1 span.unitofmeasure {
  color: #666666; }

#productheader div.pd1 span.unavailable {
  color: #cc9999;
  margin: 0; }

#productheader div.pd1 span.normalpricesale {
  color: #666666;
  font-weight: normal;
  text-decoration: line-through; }

#productheader div.pd1 span.specialpricecaption {
  clear: left;
  color: #cc00cc; }

/* added 2016-11-18 by KRR */
/* adding new core charge display functionality */
#productheader div.corecharge {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  width: 540px;
  margin-bottom: 5px; }

#productheader div.corecharge span {
  display: block;
  float: left; }

#productheader div.corecharge span:first-child {
  font-weight: bold;
  color: #ff3333;
  font-size: 1.1rem;
  cursor: pointer; }

#productheader div.corecharge span:first-child:after {
  display: inline-block;
  font-family: FontAwesome;
  overflow: visible;
  margin-left: 5px;
  content: '\f059'; }

#productheader div.corecharge span:last-child {
  display: none;
  font-size: 12px;
  padding: 5px; }

#productheader span.unavailable {
  padding: 10px;
  font-weight: bold;
  color: red;
  font-size: 120%; }

#productheader div.pd2 table {
  border: 0; }

#productheader div.pd2 table tbody {
  border: 0; }

#productheader div.pd2 table td.attributename {
  white-space: nowrap; }

#productheader div.pd2 table td.attributevalue {
  color: #000000;
  background-color: #ffffff;
  width: 100%;
  padding: 1px 0 1px 3px; }

#productheader div.pd2 table td.productname {
  font-size: 12px; }

#productheader div.pd2 table td.warn {
  color: #ff0000; }

#productheader div.pd2 table td.saleprice {
  color: #ff0000; }

#productheader div.pd2 table td.regularprice {
  text-decoration: line-through; }

#productheader div.pd2 div.productattributes {
  float: right;
  display: block;
  overflow: hidden;
  width: 530px;
  margin: 0; }

#productheader div.pd2 div.productattributes span.attributevalue {
  width: 398px; }

#productheader div.pd3 {
  position: relative;
  float: left;
  clear: left;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%; }


#productheader #cart-msg {
  font-size: 0.9rem; }

#productheader .pd3 {
  text-align: center; }
  #productheader .pd3 button.light {
    background: #e6e6e6;
    color: #393E41; }
    #productheader .pd3 button.light i {
      font-size: 1.3rem; }

#productheader .watchlist {
  display: block; }
  #productheader .watchlist a {
    font-size: .9rem; }

.product-attributes {
  font-size: 14px; }

.productavailability i {
  font-size: 1rem;
  background: #73a32d;
  color: white;
  border-radius: 50%;
  padding: 2px 4px; }

.productavailability a {
  float: none !important;
  display: inline-block !important;
  overflow: initial !important;
  margin: 0 !important; }

.productavailability strong,
.productavailability span {
  white-space: nowrap;
}
.pd-affirm {
  float: right; }

.pd4 {
  margin: 5px 0 5px 0; }
  .pd4 span {
    display: inline; }
  .pd4 p {
    display: inline; }
  .pd4 a {
    float: none !important;
    display: inline !important; }

.pd2 span {
  margin: 10px 10px 0 0; }

.cartbutton {
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 50px;
  padding: .9rem;
  font-weight: 700;
  letter-spacing: .1em; }

.cartbutton:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.pricecell {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 10px 0 0; }
  .pricecell span {
    margin: 0 10px 0 0; }
    .pricecell span.normalprice {
      color: #1e91d6 !important; }


.add_qty {
  display: inline-block; }
  .add_qty input {
    width: 60px;
    margin-right: 5px; }

  #scrolltokits {
    display: inline-block;
    margin-top:.5em !important;
    margin-bottom:.5em !important;
    border: 1px solid #000;
    padding: 5px 10px 5px 5px;
    background-color: #ffffcc;
    color: #000;
    line-height: 1.5em;
  }
  #scrolltokits i {
    font-size:1.4em;
    float:left;
    margin:.0 .2em 0 0;

  }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .pd-affirm {
    float: none; }
  #productheader a {
    
    overflow: hidden;
    float: none;
   }
  #productheader div.pd1 div.addtocartcell {
    margin: 10px 0 10px 0;
    width: 100%; }
  #productheader div.pd1 div.addtocartcell a.cartbutton {
    float: none; }
  .pd1 {
    text-align: center; }
  #productheader div.pd1 span {
    float: none;
    margin: 10px 10px 0 0; }
  div.pricecell {
    width: 100%;
    display: inline-block;
    text-align: center; }
    div.pricecell .normalpricesale {
      display: block; }
    div.pricecell .specialpricespan {
      display: block; }
  #success-message {
    text-align: center; }
  .productavailability {
    margin-left: 10px !important; } }

/* Medium only */
/* Large and up */
/* Large only */
/*infobox*/
div.infobox {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 10px 0 10px 0;
  padding: 0;
   }

  div.infobox .callout.info-error {
    background-color:#ffeeee;
  }
  div.infobox .callout.info-success {
    background-color:#eeffee;
  }
  div.infobox .callout.info-error span.caption {    
    color:red;
  }
  div.infobox div.buttons {
    margin-top:.5em;
  }
  div.infobox .callout.info-success h5 i {
    font-size: 150%;
    background: #73a32d;
    color: white !important;
    border-radius: 50%;
    padding: 2px 4px;
    margin-right: 4px; 
  }
  div.infobox .callout.info-error h5 i {
    font-size: 150%;
    background: #db1131 !important;
    color: white !important;
    border-radius: 50%;
    padding: 4px 10px; 
  }
  div.infobox .callout.info-warning h5 i {
    font-size: 150%;
    color: #fea238 !important; 
  }

div.infobox a.button,
div.infobox button.button {
  margin: .75em .75em 0 0 ;
 }


div.infobox div.info-content {
  display: block;
  overflow: hidden;
  min-height: 45px;
  background-repeat: no-repeat; }



div.infobox div.info-content span {
  display: inline;
  overflow: hidden;
  margin-right: 7px; }

div.infobox div.info-content span.caption {
  padding-bottom: 5px; 
font-size:120%;
}


div.infobox div.info-content div.buttons {
  clear: left;
}

.info-content h5, .info-content h4 {
  display: inline; }

table.validation {
  border: 0; }
  table.validation tbody {
    border: 0; }

/*jssor slider*/
.jssora07l, .jssora07r {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url("/skin/images/jssora_arrows.png") no-repeat;
  overflow: hidden; }

.jssora07l {
  background-position: -5px -35px; }

.jssora07r {
  background-position: -65px -35px; }

.jssora07l:hover {
  background-position: -125px -35px; }

.jssora07r:hover {
  background-position: -185px -35px; }

.jssora07l.jssora07ldn {
  background-position: -245px -35px; }

.jssora07r.jssora07rdn {
  background-position: -305px -35px; }

.jssort01 {
  position: absolute;
  width: 640px;
  height: 75px;
  padding: 5px 0 2px 0;
  bottom: 0; }

.jssort01 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 75px; }

.jssort01 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.jssort01 .w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.jssort01 .c {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 71px; }

.jssort01 .pav .c {
  top: 0;
  width: 96px;
  height: 71px; }

.jssort01 .p:hover {
  cursor: pointer; }

.jssort01 .p.pdn .c {
  width: 96px;
  height: 71px; }

#producttabs .tabs {
  border: 0;
  background: white; }

#producttabs .tabs-title {
  margin: 3px; }
  #producttabs .tabs-title a {
    text-align: center;
    background: #e6e6e6;
    font-size: 1rem;
    padding: 1rem 1.25rem; }

#producttabs .tabs-title > a:focus, #producttabs .tabs-title > a[aria-selected='true'] {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #1e232c;
  color: white; }

#producttabs .tabs-content {
  border: 0; }

#producttabs .tabs-title > a:hover {
  background: #1e232c;
  color: white; }

#producttabs .ui-tabs-selected a {
  background: #1e232c;
  color: white; }

#vehicleapplications h3 {
  cursor: pointer; }
  #vehicleapplications h3 i {
    margin-right: 10px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .tabs-title {
    width: 100%;
    float: none;
    text-align: center;
    display: block; } }

/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
/*promotions*/
div.promotions {
  overflow: hidden;
  margin-bottom: 20px; }

div.promotions > div {
  overflow: hidden;
  width: 90%;
  padding: 0;
  margin: 30px auto; }

div.promotions > div img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

/*blog*/
#blogfilterbox {
  display: block;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  padding: 2px;
  margin: 5px;
  border: 0;
  background-color: #00006c;
  color: #00006c;
  overflow: hidden; }

#blogresultsbox {
  margin: 5px;
  position: relative;
  overflow: hidden;
  clear: both; }

#blogresultsbox td {
  white-space: nowrap; }

#blogresultsbox #caption {
  color: #fff; }

#blogresultsbox #inputkeywords {
  color: #000;
  margin: 0;
  padding: 1px;
  font-weight: normal;
  font-size: 12px;
  width: 150px;
  border: solid 1px #000;
  background-color: #fff;
  overflow: hidden; }

#blogresultsbox #inputselect {
  color: #000;
  margin: 0;
  padding: 1px;
  font-weight: normal;
  font-size: 10px;
  border: solid 1px #000;
  background-color: #fff;
  overflow: hidden; }

#blogresultsbox .inputsubmit {
  color: #000;
  margin: 0;
  padding: 2px;
  font-weight: normal;
  font-size: 10px;
  border: solid 1px #000;
  background-color: #ff9934;
  overflow: hidden; }

#blog {
  clear: both;
  margin: 0;
  max-height: 999999px;
  line-height: normal; }

#blog * {
  max-height: 999999px; }

#blog .blogdisclaimer {
  width: 100%;
  margin: 10px 0px 0px 0px;
  color: #666;
  font-size: 10px; }

#blog .blogarticle {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  background-color: #fff;
  border: 0; }

#blog .blogarticle > div {
  overflow: hidden;
  clear: both;
  margin-top: 10px; }

#blog .blogarticle img {
  margin: 10px;
  border: 0;
  max-width: 100%; }

#blog .blogarticle table img {
  max-width: initial !important; }

#blog .blogfiles {
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #cbd5db;
  clear: both; }

#blog .blogslideshow {
  padding: 5px;
  margin: 20px 0;
  overflow: hidden;
  clear: both; }

.tnbox {
  margin: 0px 10px 10px 0px;
  float: left; }

.new-blog img {
  display: block;
  margin: 10px auto; }

#blog .blogslideshow > div img {
  width: 100%;
  height: 100%; }

#blog .blogcommentsdiv {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both; }

#blog .blogcommentsdiv .blogcomment {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #cbd5db; }

.homepage .blog a img {
  margin-bottom: 20px; }

/*login*/
form#login-form {
  margin: 2em auto;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 10px; }

.login-with-fb {
  width: 35%; }

.login-narrative {
  padding-top: 10px; }

/*basket*/
.payment-options .affirm {
  width: 80px; }

.payment-options .paypal {
  width: 100px; }

.payment-options .cards {
  width: 150px; }

/*cart*/
.cart .header {
  margin-bottom: 0;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  background-color: #eee;
  line-height: 1em;
  padding: 20px;
  font-size: 20px;
  font-weight: 400; }

.cart .items {
  padding: 4px;
  border: 1px solid #f3f3f3; }
  .cart .items span.remove a.text.alert {
    margin: 0;
    font-size: 14px;
    font-weight: 600; }
  .cart .items .caption {
    font-weight: bold; }

.cart table thead,
.cart table tbody,
.cart table tfoot {
  border: 0; }

/*order summary*/
.order-summary {
  color: #efefef;
  background-color: #333; }
  .order-summary .summary-row {
    border-bottom: #444 1px solid;
    padding: 14px 18px;
    clear: both;
    text-transform: uppercase;
    width: 100%;
    font-size: 95%;
    background-color: #333; }
  .order-summary .header {
    font-size: 20px;
    text-transform: uppercase !important;
    border-bottom: #444 1px solid;
    padding: 18px; }
  .order-summary .right {
    float: right; }
  .order-summary .promo-summary .promo-label {
    text-decoration: underline;
    cursor: pointer; }
  .order-summary .promo-summary .add-promo {
    color: white; }
  .order-summary .promo-summary .enter-promo {
    padding-top: 8px;
    display: block; }
  .order-summary .promo-summary .promo-input {
    height: 28px;
    border: none;
    border-radius: 2px; }
  .order-summary .promo-summary .promo-submit {
    border-radius: 2px;
    text-align: center;
    height: 28px;
    margin-left: 8px;
    text-transform: uppercase;
    font-size: 12px;
    background: white;
    color: black; }
  .order-summary .promo-summary .input-group {
    display: table;
    width: 100%;
    margin-bottom: 0; }
  .order-summary .promo-caption {
    font-size: 12px; }
  .order-summary #total {
    font-weight: bold; }

.enter-promo .input-group-button {
  padding-left: 4px; }

/*order-summary messages*/
/*free shipping*/
#ch4_summaryMessage {
  border: 1px solid #f3f3f3;
  color: #333;
  border-radius: 2px;
  padding: 20px 20px 21px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px; }
  #ch4_summaryMessage .ch4_summaryMessageTitle {
    font-size: 20px;
    display: block;
    position: relative; }
  #ch4_summaryMessage .ch4_summaryMessageTextBody {
    font-size: 11px; }

/*help*/
#ch4_summaryHelp {
  border: 1px solid #f3f3f3;
  color: #333;
  border-radius: 2px;
  padding: 20px 20px 21px; }
  #ch4_summaryHelp .ch4_helpTitle {
    letter-spacing: .025em;
    font-size: 18px; }
  #ch4_summaryHelp ul.ch4_helpList {
    font-size: 12px;
    line-height: 24px;
    position: relative;
    margin: 0;
    padding: 12px 16px; }
    #ch4_summaryHelp ul.ch4_helpList p {
      margin-bottom: .1rem; }

.editCartButton {
  display: inline-block;
  float: right; }

.ch4_cartItemActions .ch4_btn {
  min-width: 140px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 4px; }

.ch4_btnSm,
.ch4_btnSmOrange {
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center; }

.ch4_btn,
.ch4_btn:active {
  font-size: 14px;
  letter-spacing: .025em;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  color: #111;
  background: #f7f7f7; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  #ch4_summaryMessage .ch4_summaryMessageTitle {
    text-align: center; }
  #ch4_summaryMessage .ch4_summaryMessageTextBody {
    font-size: 14px;
    text-align: center; }
  .basket-qty {
    width: 60px; }
  .basketImage {
    display: block;
    height: 140px; }
  #recalc {
    text-align: center; }
  .right {
    float: none; } }

/* Large and up */
@media screen and (min-width: 64em) {
  .basketImage {
    height: 60px; }
  #recalc {
    margin-top: 4px; }
    #recalc .right {
      float: right; } }

@media screen and (max-width: 39.9375em) {
  .ch4_contentItems .bordered li .ch4_cartItem {
    text-align: center; }
    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg {
      width: 100%; }
      .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg img {
        display: block;
        margin: 0 auto; }
    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent {
      display: block; }
    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemOption.Qty {
      float: none !important; }
    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemPricing {
      width: 100%; }
      .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemPricing .ch4_cartItemPrice {
        text-align: center;
        font-size: 1.5rem; }
    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemActions {
      text-align: center; }
    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemTitle {
      text-align: center; } }

/* Large and up */
@media screen and (min-width: 64em) {
  .ch4_contentItems {
    background: #fff;
    color: #666;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .ch4_contentItems .bordered {
      list-style: none;
      margin: 0;
      padding: 0; }
      .ch4_contentItems .bordered li .ch4_cartItem {
        position: relative;
        display: table;
        width: 100%; }
        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg {
          width: 150px;
          text-align: center;
          min-height: 150px;
          overflow: hidden;
          cursor: pointer;
          display: block;
          position: relative; }
          .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg img {
            display: block;
            margin: 0px 0px 0px 0px; }
        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent {
          vertical-align: top;
          min-width: 204px;
          width: 100%;
          font-size: 12px;
          padding-left: 20px;
          display: table-cell;
          position: relative; }
          .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemPricing {
            width: 100px;
            float: right; }
            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemPricing .ch4_cartItemPrice {
              color: #2a70a6;
              text-align: right;
              font-size: 1rem; }
          .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer {
            min-width: 150px;
            max-width: 452px;
            padding-bottom: 10px; }
            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemTitle .ch4_cartItemDescription input {
              display: inline-block;
              width: auto;
              margin: 0 0 0 1rem; }
            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption {
              clear: left;
              display: list-item;
              list-style: none; }
              .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption.Qty {
                float: right; }
              .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel {
                color: #333;
                font-weight: bold; }
                .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel i {
                  font-size: 1.2rem; }
              .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption input {
                display: inline-block;
                width: auto; } }

.ch4_contentItems .bordered {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ch4_contentItems .bordered li {
    padding: 20px;
    border-top: 1px solid #eee; }
    .ch4_contentItems .bordered li .ch4_cartItem {
      position: relative;
      display: table;
      width: 100%; }
      .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg {
        text-align: center;
        min-height: 150px;
        overflow: hidden;
        cursor: pointer;
        display: block;
        position: relative; }
      .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent {
        vertical-align: top;
        min-width: 204px;
        width: 100%;
        font-size: 12px;
        padding-left: 20px;
        position: relative; }
        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemPricing .ch4_cartItemPrice {
          color: #2a70a6; }
        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer {
          min-width: 150px;
          max-width: 452px;
          padding-bottom: 10px; }
          .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemTitle {
            font-size: 14px; }
            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemTitle a {
              color: #444; }
            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemTitle .ch4_cartItemDescription input {
              display: inline-block;
              width: auto;
              margin: 0 0 0 1rem; }
          .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption {
            clear: left;
            display: list-item;
            list-style: none; }
            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption.Qty {
              float: right; }
            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel {
              color: #333;
              font-weight: bold; }
              .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel i {
                font-size: 1.2rem; }
            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption input {
              display: inline-block;
              width: auto; }
        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemActions {
          clear: both; }
          .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemActions .ch4_btn {
            font-weight: bold;
            min-width: 100px; }

/*div-table*/
/*saved cart*/
.border-0 .td {
  border: 0 !important; }

div.basket table tbody tr {
  background-color: #fff !important; }

div.basket table tfoot {
  background-color: #f1f1f1 !important; }
  div.basket table tfoot tr {
    background-color: #f1f1f1 !important; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  div.basket table tfoot tr td a {
    display: block !important;
    width: 100% !important; }
  .basket .table-responsive-vertical .table tbody tr {
    border: 0;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0; }
  .basket .table-responsive-vertical .table tfoot {
    display: block !important; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  div.basket div.cart-row span.links {
    width: 595px; } }

.shadow-z-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }

/* -- Material Design Table style -------------- */
.table td .button {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

td.remove {
  width: 125px;
  font-weight: bold; }

td.buttons a {
  margin-right: 5px; }

.callout .table {
  background-color: inherit !important; }
  .callout .table tbody {
    background-color: inherit !important; }

table {
  border-collapse: collapse; }

table tbody tr {
  border-bottom: 1px solid #ccc; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff; }

.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  transition: all 0.3s ease; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  border-top: 0;
  transition: all 0.3s ease; }

.table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.table .table {
  background-color: #fff; }

.table .no-border {
  border: 0; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem; }

.table-bordered {
  border: 0; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12); }

@media screen and (max-width: 768px) {
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 0.5rem; }
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent; }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none; }
  .table-responsive-vertical > .table > tbody {
    display: block; }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem; }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right; }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 600;
    color: #757575; }
  .table-responsive-vertical.shadow-z-1 {
    box-shadow: none; }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); }
  .table-responsive-vertical > .table-bordered {
    border: 0; }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0; }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0; }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5; }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12); } }

.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc; }

.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc; }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb; } }

.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec; }

.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec; }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0; } }

.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5; }

.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5; }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7; } }

.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  background-color: #ede7f6; }

.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  background-color: #d1c4e9; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6; }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9; } }

.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  background-color: #e8eaf6; }

.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
  background-color: #c5cae9; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6; }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9; } }

.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd; }

.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd; }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff; } }

.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe; }

.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe; }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc; } }

.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  background-color: #e0f7fa; }

.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
  background-color: #b2ebf2; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa; }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2; } }

.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1; }

.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1; }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb; } }

.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce; }

.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce; }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4; } }

.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9; }

.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9; }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8; } }

.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7; }

.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7; }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3; } }

.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7; }

.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7; }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4; } }

.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1; }

.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1; }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3; } }

.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0; }

.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0; }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2; } }

.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7; }

.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff; }
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7; }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff; }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc; } }

/*checkout*/
#promotioncode {
  float: right; }

.paypal-checkout-button {
  padding: 0 !important; }

.affirm-checkout-button {
  padding: 0 !important; }

.validationerror span i {
  font-size: 140%;
  line-height: 30px; }

.validationgood span i {
  font-size: 140%;
  line-height: 30px; }

/*step 1*/
.ch4_loginColumns {
  margin-top: 50px;
  border-right: 1px solid #eee;
  padding-right: 20px;
  box-sizing: border-box;
  height: auto !important; }
  .ch4_loginColumns label {
    display: inline-block; }
  .ch4_loginColumns .ch4_loginTitle {
    letter-spacing: .025em;
    border-bottom: #eee solid 1px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    color: #333; }
  .ch4_loginColumns .ch4_loginText {
    color: #333;
    font-size: 12px;
    min-height: 175px;
    display: inline-block;
    padding-top: 10px; }
    .ch4_loginColumns .ch4_loginText .ch4_formLabel {
      display: inline-block !important;
      padding-right: 7px;
      width: 120px;
      padding-top: 14px;
      margin-bottom: 5px;
      font-weight: 700;
      vertical-align: top;
      word-wrap: break-word; }
    .ch4_loginColumns .ch4_loginText .ch4_formLabel,
    .ch4_loginColumns .ch4_loginText .ch4_formLabelWide {
      font-size: 11px;
      clear: both;
      display: inline-block !important; }
    .ch4_loginColumns .ch4_loginText .ch4_formField {
      padding-right: 0;
      margin-top: 10px;
      position: relative;
      max-width: 300px;
      vertical-align: top;
      display: inline-block !important; }
    .ch4_loginColumns .ch4_loginText .ch4_loginTextField {
      border: 1px solid #c1c1c1;
      background: #fff;
      outline: 0; }
  .ch4_loginColumns .ch4_createText {
    color: #333;
    font-size: 12px;
    display: inline-block; }
    .ch4_loginColumns .ch4_createText .ch4_formLabel {
      display: inline-block !important;
      padding-right: 7px;
      width: 57px;
      padding-top: 14px;
      margin-bottom: 5px;
      font-weight: 700;
      vertical-align: top;
      word-wrap: break-word; }
    .ch4_loginColumns .ch4_createText .ch4_formLabel,
    .ch4_loginColumns .ch4_createText .ch4_formLabelWide {
      font-size: 11px;
      clear: both;
      display: inline-block !important; }
    .ch4_loginColumns .ch4_createText .ch4_formField {
      padding-right: 0;
      margin-top: 10px;
      position: relative;
      max-width: 300px;
      vertical-align: top;
      display: inline-block !important; }
    .ch4_loginColumns .ch4_createText .ch4_loginTextField {
      border: 1px solid #c1c1c1;
      background: #fff;
      outline: 0;
      width: 247px; }
  .ch4_loginColumns .btn-paywithpaypal {
    text-transform: none;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #555;
    padding: 10px 10px;
    width: 248px;
    background-color: #fff;
    background: -o-linear-gradient(top, #fff 50%, #f1f1f1 100%);
    cursor: pointer;
    font-weight: normal !important;
    font-size: .9rem;
    text-align: center;
    margin-bottom: .5rem; }
    .ch4_loginColumns .btn-paywithpaypal img {
      width: 85px;
      margin-left: 5px; }
  .ch4_loginColumns .btn-paywithaffirm {
    width: 248px; }
    .ch4_loginColumns .btn-paywithaffirm img {
      width: 248px; }
  .ch4_loginColumns .btn-guestButton {
    margin: 0 auto;
    display: block;
    width: 248px; }
  .ch4_loginColumns .btn-newAccount {
    width: 248px;
    margin: 0 auto;
    display: block; }
  .ch4_loginColumns .benefitsList {
    font-size: 90%; }
  .ch4_loginColumns .btn-customerCheckout {
    width: 248px;
    margin: 0 auto;
    display: block; }

/*new checkout -test 1*/
.ch4_checkout .section {
  margin-bottom: 18px; }

.ch4_checkout .accordion-item.is-active .accordion-title {
  background-color: #333;
  letter-spacing: .025em;
  height: 60px;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-transform: uppercase !important;
  font-weight: 600; }
  .ch4_checkout .accordion-item.is-active .accordion-title:before {
    content: ''; }

.ch4_checkout .accordion-item .accordion-title {
  background-color: #e6e6e6;
  text-transform: uppercase !important;
  font-weight: 600; }
  .ch4_checkout .accordion-item .accordion-title:before {
    content: ''; }

.ch4_checkout .accordion-item .edit {
  display: inline;
  float: right;
  margin: .85rem 1rem;
  height: 30px;
  min-width: 100px;
  background: 0 0;
  border: 1px solid #999;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600; }

.ch4_checkout .inputform {
  padding: 14px; }

.ch4_checkout .shipping-info .shipping_uneditable input[type='text'],
.ch4_checkout .shipping-info .shipping_uneditable select {
  background: #e5e5e6;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 1.4375rem; }

#checkout {
  border: 0; }
  #checkout a {
    width: 100%; }
  #checkout p {
    text-transform: none; }
  #checkout fieldset {
    border-top: 1px solid #cacaca !important;
    border: 0; }
    #checkout fieldset.fieldset {
      padding: .25rem !important;
      margin: 0 !important; }
    #checkout fieldset legend {
      background: transparent;
      text-transform: none; }

/*
new checkout
    Step 1. Payment
    Step 2. Shipping
    Step 3. Order Review
*/
.ch4_checkout .ch4_checkoutForm {
  display: block;
  height: auto;
  padding: 20px; }

.ch4_checkout .ch4_uppercase {
  text-transform: uppercase; }

.ch4_checkout .ch4_checkoutHeading, .ch4_checkout .ch4_checkoutHeadingClosed {
  color: #333;
  border-radius: 2px;
  letter-spacing: .025em;
  font-size: 1rem;
  background: #eee;
  height: 55px;
  line-height: 40px;
  padding: 8px 20px;
  font-weight: 600; }

.ch4_checkout #ch4_checkoutHeadingOpen {
  letter-spacing: .025em;
  font-size: 1rem;
  background: #333;
  height: 55px;
  color: #fff;
  line-height: 40px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 8px 20px;
  font-weight: 600; }

.ch4_checkout .ch4_checkoutHeadingClosed {
  margin-bottom: 20px; }

.ch4_checkout #ch4_checkoutItems {
  background: #eee;
  height: auto;
  color: #333;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  margin-bottom: 20px;
  clear: both; }

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

.ch4_checkout .ch4_paymentSection, .ch4_checkout .ch4_shippingSection {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 10px; }
  .ch4_checkout .ch4_paymentSection .cbrUnit, .ch4_checkout .ch4_shippingSection .cbrUnit {
    padding: 10px 0px; }
  .ch4_checkout .ch4_paymentSection h6, .ch4_checkout .ch4_shippingSection h6 {
    text-transform: uppercase;
    font-weight: 600; }
  .ch4_checkout .ch4_paymentSection .payments .payment_methods #paymentOptionsContainer .cbrUnit, .ch4_checkout .ch4_shippingSection .payments .payment_methods #paymentOptionsContainer .cbrUnit {
    display: inline-block; }
    .ch4_checkout .ch4_paymentSection .payments .payment_methods #paymentOptionsContainer .cbrUnit:not(.ie8) [type=radio] + label, .ch4_checkout .ch4_shippingSection .payments .payment_methods #paymentOptionsContainer .cbrUnit:not(.ie8) [type=radio] + label {
      position: relative;
      padding: 5px 0px 0px; }
    .ch4_checkout .ch4_paymentSection .payments .payment_methods #paymentOptionsContainer .cbrUnit i, .ch4_checkout .ch4_shippingSection .payments .payment_methods #paymentOptionsContainer .cbrUnit i {
      font-size: 1rem; }
    .ch4_checkout .ch4_paymentSection .payments .payment_methods #paymentOptionsContainer .cbrUnit label, .ch4_checkout .ch4_shippingSection .payments .payment_methods #paymentOptionsContainer .cbrUnit label {
      font-weight: 700; }
  .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type {
    margin-bottom: 10px;
    width: 100%; }
    .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions {
      text-transform: uppercase;
      display: inline-block;
      border: 1px solid #ccc;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background-color: #fff;
      cursor: pointer;
      height: 50px;
      width: 100%;
      font-size: 1.75rem;
      color: #555; }
      .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions.selected, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions.selected {
        background-color: #ededed;
        border: 2px solid #525254; }
      .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions .paypal, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions .paypal {
        width: 115px; }
      .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions .affirm, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions .affirm {
        width: 100px; }
      .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions .gwlocal, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions .gwlocal {
        width: 200px; }
  .ch4_checkout .ch4_paymentSection .payments .paypal, .ch4_checkout .ch4_shippingSection .payments .paypal {
    width: 115px; }
  .ch4_checkout .ch4_paymentSection .payments .affirm, .ch4_checkout .ch4_shippingSection .payments .affirm {
    width: 100px; }
  .ch4_checkout .ch4_paymentSection .payments .gwlocal, .ch4_checkout .ch4_shippingSection .payments .gwlocal {
    width: 200px; }

.ch4_checkout .ch4_tip {
  display: inline-block; }

.ch4_checkout .paypal {
  width: 80px; }

.ch4_checkout .affirm {
  width: 70px; }

.ch4_checkout .cards {
  width: 125px; }

.ch4_checkout #nextStep {
  float: right; }

.ch4_checkout #ch4_paymentReview {
  padding-bottom: 0; }

.ch4_checkout .ch4_editButtonRt {
  float: right;
  color: #fff; }
  .ch4_checkout .ch4_editButtonRt input {
    margin-right: 2px;
    max-width: 220px;
    word-wrap: normal;
    min-width: 100px;
    height: 30px;
    font-weight: 600;
    font-size: 14px; }

.ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  padding: 30px;
  text-align: left;
  width: 100%;
  color: #555;
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions.selected {
    background-color: #ededed;
    border: 2px solid #525254; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions i {
    font-size: 1.2rem;
    margin-right: 5px; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions h5 {
    display: inline-block; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions p {
    margin-bottom: 0; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions .price {
    font-size: 1rem;
    float: right;
    font-weight: normal; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions .description {
    font-size: .8rem; }

.ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff;
  padding: 30px;
  text-align: left;
  width: 100%;
  color: #555;
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption.selected {
    border: 1px solid #bbb; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption i {
    font-size: 1.2rem;
    margin-right: 5px; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption h5 {
    display: inline-block;
    font-size: 1rem; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption p {
    margin-bottom: 0; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption .price {
    font-size: 1rem;
    float: right;
    font-weight: normal; }
  .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption .description {
    font-size: .8rem;
    display: inline-block; }

.ch4_checkout .ch4_shippingSection #shippingMethodTitle {
  display: inline-block;
  margin-right: 5px; }

.ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  padding: 30px;
  text-align: left;
  width: 100%;
  color: #555;
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions.selected {
    background-color: #ededed;
    border: 2px solid #525254; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions i {
    font-size: 1.2rem;
    margin-right: 5px; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions h5 {
    display: inline-block; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions p {
    margin-bottom: 0; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions .price {
    font-size: 1rem;
    float: right;
    font-weight: normal; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions .description {
    font-size: .8rem; }

.ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff;
  padding: 30px;
  text-align: left;
  width: 100%;
  color: #555;
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption.selected {
    background-color: #e8e8e8;
    border: 2px solid #525254; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption i {
    font-size: 1.2rem;
    margin-right: 5px; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption h5 {
    display: inline-block;
    font-size: 1rem; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption p {
    margin-bottom: 0; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption .price {
    font-size: 1rem;
    float: right;
    font-weight: normal; }
  .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption .description {
    font-size: .8rem;
    display: inline-block; }

.ch4_checkout .ch4_contentItems {
  background: #fff;
  color: #666;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.ch4_checkout .ch4_reviewContainer {
  clear: both;
  margin: 0 20px;
  padding: 10px 0;
  width: 94%;
  border-top: 1px solid #eee; }
  .ch4_checkout .ch4_reviewContainer .ch4_shippingSection {
    border-bottom: 0;
    padding: 10px;
    margin-bottom: 0; }
  .ch4_checkout .ch4_reviewContainer .ch4_paymentSection, .ch4_checkout .ch4_reviewContainer .ch4_shippingSection {
    border: 0;
    padding: 10px;
    margin-bottom: 0; }

.ch4_checkout .ch4_reviewText {
  font-size: 12px; }

.ch4_checkout #ch4_checkoutReviewForm {
  padding: 12px 20px 0; }

.ch4_checkout #ch4_reviewContentMessage {
  position: relative;
  background: #eee;
  font-size: 12px;
  color: #666;
  border-radius: 2px;
  margin-bottom: 20px;
  clear: both; }
  .ch4_checkout #ch4_reviewContentMessage .ch4_reviewContainer {
    margin: 0;
    width: 100%;
    padding: 0 20px 10px;
    box-sizing: border-box; }
    .ch4_checkout #ch4_reviewContentMessage .ch4_reviewContainer .ch4_reviewBtnTopLt {
      padding-right: 155px;
      width: auto; }
    .ch4_checkout #ch4_reviewContentMessage .ch4_reviewContainer .ch4_reviewBtnTopRt {
      right: 20px;
      bottom: 15px;
      text-align: right;
      font-size: 16px;
      vertical-align: text-bottom;
      padding-bottom: 4px;
      position: absolute; }

.ch4_checkout .btn-placeorder {
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #eee;
  padding: 10px 10px;
  background-color: #1e91d6;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: .75rem;
  text-align: center;
  margin-bottom: .5rem;
  margin-top: 10px; }

.ch4_checkout .btn-paywithpaypal {
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #555;
  padding: 10px 10px;
  background-color: #fff;
  background: -o-linear-gradient(top, #fff 50%, #f1f1f1 100%);
  cursor: pointer;
  font-weight: 600 !important;
  font-size: .75rem;
  text-align: center;
  margin-bottom: .5rem;
  margin-top: 10px; }
  .ch4_checkout .btn-paywithpaypal img {
    width: 85px;
    margin-left: 5px; }

.ch4_checkout .btn-paywithaffirm {
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #555;
  padding: 10px 10px;
  background-color: #fff;
  background: -o-linear-gradient(top, #fff 50%, #f1f1f1 100%);
  cursor: pointer;
  font-weight: 600 !important;
  font-size: .75rem;
  text-align: center;
  margin-bottom: .5rem;
  margin-top: 10px; }
  .ch4_checkout .btn-paywithaffirm img {
    width: 75px;
    margin-left: 5px; }

.ch4_checkout .ch4_reviewBtnBotRt {
  position: relative;
  width: 100%;
  text-align: right; }

.ch4_checkout #ch4_billingReview .ch4_reviewContainer {
  border-top: none; }

.ch4_checkout .paypal {
  width: 115px; }

.ch4_checkout .affirm {
  width: 100px; }

.ch4_checkout .gwlocal {
  width: 200px; }

#shippingAddress p {
  margin-bottom: 0; }

#billingAddress p {
  margin-bottom: 0; }

.shipInline {
  display: inline-block;
  margin-right: 3px; }

.paypalLogo {
  width: 80px; }

/*shipping tip modal*/
.shippingHelp .title {
  font-weight: 600 !important;
  text-transform: uppercase !important; }

.ch4_cardFields input,
.ch4_cardFields select {
  font-size: 100%; }

.ch4_cardFields label {
  font-size: 0.775rem;
  white-space: nowrap;
  overflow: hidden; }

.ch4_billingInfoSection {
  font-size: 100%;
  margin-bottom: 10px; }

/*checkout items*/
.ch4_checkoutItems {
  background: #fff;
  color: #444;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-top: 5px;
  padding-bottom: 10px;
  text-align: center; }
  .ch4_checkoutItems .header {
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    background-color: #eee;
    line-height: 1em;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: left; }
  .ch4_checkoutItems ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ch4_checkoutItems ul li {
      padding: 10px;
      border-top: 1px solid #eee; }
      .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemImg img {
        display: block;
        margin: 0 auto; }
      .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemContent {
        vertical-align: top;
        width: 100%;
        font-size: 12px;
        padding-left: 20px;
        position: relative; }
        .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemPricing {
          display: block;
          width: 100%; }
        .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption {
          display: list-item;
          list-style: none; }
          .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel {
            font-weight: bold; }

.errors label {
  display: inline-block;
  font-weight: bold; }

@media screen and (max-width: 39.9375em) {
  .shipping-row {
    text-align: center !important; }
    .shipping-row .column, .shipping-row .columns {
      text-align: center !important; }
    .shipping-row .price {
      width: 100%;
      text-align: center !important;
      margin: 10px 0px;
      font-weight: bold !important; }
    .shipping-row a {
      text-align: center !important; }
    .shipping-row i {
      text-align: center; }
  .ch4_checkout .ch4_shippingSection {
    text-align: center;
    display: block; }
  #ch4_billingReview {
    text-align: center; }
  .ch4_checkout .ch4_btnPlaceOrder {
    text-align: center; } }

.ch4_shippingSection .shipping-option label {
  font-size: 1.2rem; }

.ch4_shippingSection .shipping-option .price {
  font-size: 1rem;
  float: right;
  font-weight: normal; }

.shippingmethodstable table th {
  padding: 0; }

.shippingmethodstable table tbody tr:nth-child(even) {
  border: 0;
  background: #fff; }

.shippingmethodstable table tbody tr td {
  padding: 0; }

.formlabel {
  font-size: 0.775rem;
  white-space: nowrap;
  overflow: hidden; }

/*accordian*/
.accordion-title {
  font-size: 1rem; }

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 40%;
  margin-top: -0.5rem;
  font-size: 150%;
  font-weight: bold; }

li.accordion-item {
  border-bottom: 2px solid white; }

/*customer*/
.inputform tbody {
  border: 0; }
  .inputform tbody tr {
    background-color: #e2e3e7 !important; }

td.graph img {
  height: 30px; }

.garage a {
  margin-right: 5px; }

.customer-links {
  float: right; }

/*customer-reviews*/
#customerreview {
  display: block;
  overflow: hidden;
  text-align: center; }

#customerreview #stars {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 50px; }

/*#customerreview #stars a { display:inline-block; width:55px; height:46px; background-image:url('/skin/images/deadstar.jpg'); }
*/
#customerreview #stars a {
  margin: 10px;
  color: #8a8a8a; }

.star:after {
  content: "\f27c";
  font: normal normal normal 22px/1 'Material-Design-Iconic-Font';
  text-decoration: inherit;
  position: absolute; }

.livestar:after {
  content: "\f27d";
  font: normal normal normal 22px/1 'Material-Design-Iconic-Font';
  color: #fcc415 !important; }

#review textarea {
  margin: 0 auto;
  display: block; }

/*choose-vehicle*/
.choosevehicle {
  display: block;
  overflow: hidden;
  padding-bottom: 20px; }

.choosevehicle p.disclaimer {
  font-weight: bold; }

#vehiclebrowser td {
  padding: 1px 10px 2px 1px;
  text-align: left;
  vertical-align: middle; }

#vehiclebrowser td.caption {
  white-space: nowrap; }

#vehiclebrowser span.question {
  font-weight: bold; }

#vehiclebrowser span.answer {
  float: left;
  clear: both;
  font-weight: normal;
  font-size: 12px;
  margin: 2px 0 0 20px; }

#vehiclebrowser span.disclaimer {
  float: left;
  clear: both;
  font-weight: normal;
  font-size: 10px;
  margin: 2px 0 0 20px; }

#vehiclebrowser img {
  border: 0;
  padding: 0;
  margin: 0; }

#vehiclebrowser #row_LOADING div {
  display: block;
  margin: 5px;
  width: 330px;
  overflow: hidden; }

#vehiclebrowser #row_LOADING div img.loadingimage {
  float: left;
  margin-right: 10px; }

#vehiclebrowser #row_LOADING div span {
  float: left;
  margin: 7px; }

table#vehiclebrowser tbody {
  border: 0 !important; }
  table#vehiclebrowser tbody tr {
    background: white !important;
    border: 0 !important; }

/*faq*/
#productfaq {
  display: block;
  margin: 0 0 20px 0;
  clear: both;
  overflow: hidden; }
  #productfaq > ul {
    list-style: none;
     }

#productfaq > ul > li {
  margin-top: 5px; 
  font-size:120%;
}

#productfaq li span {
  overflow: hidden;
  clear: both;
  margin: 10px 0 10px 10px;
  display: none;
  visibility: hidden; }

#productfaq img {
  margin: 5px;
  padding: 0;
  border: 0; }

#productfaq li span p {
  margin: 5px 0 8px 0; }

#productfiles > ul {
  list-style: none;
}
#productfiles > ul > li {
  display: block;
  margin-bottom:5px;
}
#productfiles > ul > li i {
  margin-right:5px;
}


#classifieds {
  position: relative;
  overflow: hidden;
  min-height: 100px;
  line-height: 1.25em;
}


#classifieds div.box,
#classifieds div.box div {
  position: relative;
  overflow: hidden;
  display: block;
}
#classifieds div.box {
  min-height: 5em;
  margin-top: 1em;
  border:1px solid #999999;
  background-color:#e5e5e6;
  padding:1em;
}
#classifieds div.box:first-child {
  margin-top:0;
}
#classifieds div.box.pending {
  border:1px solid #ff0000;
  background-color:#ffdddd;
}

#classifieds div.box div.error {
  color:red;
  text-align: center;
  font-size:150%;
}
#classifieds div.box:not(.edit) div.header {
  border-bottom: 1px solid #bbbbbb;
} 

#classifieds div.box div.content, 
#classifieds div.box div.images,
#classifieds div.box div.buttons {
  margin-top:.4em;
}

#classifieds div.box div.buttons * {
  margin:1em .5em 0 0;
  float:left;
}
#classifieds div.box div.buttons .button.edit-ad {
  clear:left;
}
#classifieds div.box div.buttons .button.delete-ad {
  clear:left;
  margin-top:2em;
}

#classifieds div.box div.warning {
  color:#990000;
  font-weight: bold;
  margin-bottom:.5em;
} 

#classifieds div.box div.header span,
#classifieds div.box div.customer span {
  display: block;
  float:left;
  margin:0 .6em 0 0;
} 
#classifieds div.box div.header span.customer img {
  float:left;
  widows: 15px;
  height:15px;
}
#classifieds div.box div.header span.id,
#classifieds div.box div.header span.category {
  font-weight: bold;
}
#classifieds div.box div.images {
  text-align: center;
}
#classifieds div.box div.images a,
#classifieds div.box div.images div {
  display:inline-block;
  width:82px;
  height:62px;
  margin:.5em .5em 0 0;
  border:1px solid #666666;
  cursor: pointer;
  position: relative;
}

#classifieds div.box div.images img {
  width:100%;
  position: absolute;
  left:0;
  top:0;
}

#classifieds div.box.edit div.images div.selected {
  border-color:#ff0000;
  
}
#classifieds div.box.edit div.images div.selected > img {
  opacity: .6;
}

#classifieds div.box div.images a img {
  width:100%;
}

@media (min-width:350px){
  #classifieds div.box div.buttons .button.delete-ad {
    clear:none;
    float:right;
    margin-top:1em;
  }
}



div.disclaimer {
  display: block;
  overflow: hidden;
  clear: both; }

div.disclaimer p {
  margin: 0 0 10px 0; }

div.noclassifieds {
  display: block;
  clear: both;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  color: #903;
  margin: 30px; }

div.headerblock {
  display: inline; }

div.cllinks {
  float: right; }

div.customerblock {
  float: left; }
  div.customerblock span {
    margin-right: 10px; }

/*kit-builder*/
.product-prodotype-one [data-status="selected"] span:nth-of-type(1) {
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.product-prodotype-one .option-item span:nth-of-type(1) {
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

  .product-prodotype-one span:nth-of-type(3) {
    clear:left;
 }  


 .product-prodotype-one .placeholder img {
   position: absolute;
   left:5px;
   top:5px;
 }
.product-prodotype-one .placeholder span {
  max-width: 100px;
  overflow: hidden; 
display:inline;
}

.product-prodotype-one  a {
  display: inline !important;
}
.product-prodotype-one .price-cell {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 10px 0 0; }

.product-prodotype-one .productavailability {
  display: block; }
  .product-prodotype-one .productavailability i {
    font-size: 1rem;
    background: #73a32d;
    color: white;
    border-radius: 50%;
    padding: 2px 4px; }

.product-prodotype-one .cart-button {
  display: inline-block;
  text-transform: uppercase;
  padding: .9rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 1rem 0 1rem 0;
  font-size: 16px; }

.product-prodotype-one .watchlist {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  text-align: center; }
  .product-prodotype-one .watchlist a {
    color: #898888;
    font-size: 1em !important; }
  .product-prodotype-one .watchlist i {
    color: #545353;
    font-size: 1.3em !important; }

.product-prodotype-one .select-options {
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 76px;
  text-align: center;
  text-transform: uppercase;
  line-height: 3;
  margin: 1rem 0 0 0; }

.product-prodotype-one .pd3 a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700; }

.product-prodotype-one .button.primary {
  font-size: 14px; }

.product-prodotype-one .verify-fitment {
  display: inline-block;
  padding: .9em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1em;
  transition: all .2s; }

.close-button {
  background-color: transparent;
  font-size: 2em;
  font-weight: 400;
  color: #b7b7b7; }
  .close-button span {
    font-size: 1.5em; }

.po-header {
  background-color: #3f4752;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.8;
  margin: -0.6em -1.04% 0;
  padding: 12px;
  position: relative;
  text-transform: uppercase; }

.kit-description {
  margin-top: 20px; }
  .kit-description .kit-header {
    font-weight: bold;
    display: inline-block; }
  .kit-description .kit-price {
    font-weight: bold;
    font-size: 1.5em;
    border: 0;
    text-align: center; }
    .kit-description .kit-price:disabled {
      background-color: white;
      cursor: default; }
  .kit-description .tabs {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc; }
  .kit-description .tabs-content {
    border: 0;
    background: transparent; }
    .kit-description .tabs-content .tabs-panel.is-active {
      display: block; }
  .kit-description .tabs-title a {
    font-size: .8rem;
    padding: .5rem; }
    .kit-description .tabs-title a[aria-selected=true] {
      border-bottom: 3px solid #548bb5;
      background: transparent;
      color: #3f4752; }

.product-options .option button {
  border: 1px solid #dadada;
  font-weight: bold;
  color: #dadada; }
  .product-options .option button:hover {
    color: #2c2c2c; }
  .product-options .option button.active {
    border: 1px solid #929292;
    color: #548bb5;
    background: #dadada; }
  .product-options .option button .price {
    display: block;
    font-style: italic;
    font-size: .8em;
    font-weight: normal; }

.product-options .drop {
  color: #111;
  }
  .product-options .drop .selected {
    background: #ebebeb url(../images/po-select-bg-up.png) no-repeat right 10px top 10px;
    border-radius: 2px;
    border: 1px solid #dadada;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
  .product-options .drop.open .po-select {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    background: #dadada url(../images/po-select-bg-up.png) no-repeat right 10px top 10px; }
    .product-options .drop.open .po-select.selected {
      background: #ebebeb url(../images/po-select-bg-up.png) no-repeat right 10px top 10px;
      border-radius: 2px;
      border: 2px solid #dadada;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
  .product-options .drop.open .po-options {
    max-height: 800px;
    overflow: auto;
    margin-bottom: 20px; }
  .product-options .drop .po-select {
    background: #fff url(../images/po-select-bg-down.png) no-repeat right 10px top 10px;
    border-radius: 2px;
    border: 2px solid #dadada;
    cursor: pointer;
    position: relative;
    padding: 12px 40px 12px 65px;
    overflow: hidden;
    font-size: 14px; }
    .product-options .drop .po-select.selected {
      background: #fff url(../images/po-select-bg-down.png) no-repeat right 10px top 10px;
      border-radius: 2px;
      border: 2px solid #dadada;
      cursor: pointer;
      position: relative;      
      overflow: hidden; }

.product-options .no-drop {
  margin-bottom: 1em; }
  .product-options .no-drop .po-select {
    border-radius: 2px;
    border: 1px solid #dadada;
    position: relative;
    padding: 12px 4px;
    overflow: hidden;
    font-size: 14px; }
    .product-options .no-drop .po-select.selected {
      border-radius: 2px;
      border: 1px solid #dadada;
      position: relative;
      padding: 12px 4px;
      overflow: hidden; }

.product-prodotype-one  .row.product-options {
  padding-bottom:1.5em;
}
.product-options .po-option--label {  
  text-transform: uppercase; 
  line-height: normal;
}

  .product-options .po-option--label > span {
    color:#1E91D6;
    font-size:85%;
    }
@media (min-width:640px) {
  .product-prodotype-one  .row.product-options {
    padding-top:.5em;
    padding-bottom:.5em;
  }  
  .product-options .po-option--label > span {
    display:block;
    
    }
}
.product-options .po-options {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 75%;
  float: right;
  font-size: 14px; }
  .product-options .po-options ul {
    list-style-type: none;
    font-weight: normal;
    margin: 0;

    border-right: 2px solid #dadada;
    border-left: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
  }
    .product-options .po-options ul li {
      cursor: pointer;
      padding: 8px;
      border-top: 1px solid #e9e9e9; }
      .product-options .po-options ul li:first-child {
        border: none; }
      .product-options .po-options ul li:hover {
        background-color: #5aafee; }
      .product-options .po-options ul li input[type="radio"] {
        width: 100%;
        display: none; }
      .product-options .po-options ul li label {
        font-size: 14px; }

.select-options--cell {
  margin-top: 10px; }
  .select-options--cell .close-button {
    background-color: transparent;
    font-size: 2em;
    font-weight: 400;
    color: #b7b7b7; }
    .select-options--cell .close-button span {
      font-size: 1.5em; }
  .select-options--cell .po-header {
    background-color: #3f4752;
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.8;
    margin: -0.6em -2.04% 0;
    padding: 12px;
    position: relative;
    text-transform: uppercase; }
  .select-options--cell .kit-description {
    margin-top: 20px; }
    .select-options--cell .kit-description .kit-header {
      font-weight: bold;
      display: inline-block; }
    .select-options--cell .kit-description .kit-price {
      font-weight: bold;
      font-size: 1.5em;
      border: 0;
      text-align: center; }
      .select-options--cell .kit-description .kit-price:disabled {
        background-color: white;
        cursor: default; }
    .select-options--cell .kit-description .tabs {
      background: transparent;
      border: 0;
      border-bottom: 1px solid #ccc; }
    .select-options--cell .kit-description .tabs-content {
      border: 0;
      background: transparent; }
      .select-options--cell .kit-description .tabs-content .tabs-panel.is-active {
        display: block; }
    .select-options--cell .kit-description .tabs-title a {
      font-size: .8rem;
      padding: .5rem; }
      .select-options--cell .kit-description .tabs-title a[aria-selected=true] {
        border-bottom: 3px solid #548bb5;
        background: transparent;
        color: #3f4752; }
  .select-options--cell .product-options .option button {
    border: 1px solid #dadada;
    font-weight: bold;
    color: #dadada; }
    .select-options--cell .product-options .option button:hover {
      color: #2c2c2c; }
    .select-options--cell .product-options .option button.active {
      border: 1px solid #929292;
      color: #548bb5;
      background: #dadada; }
    .select-options--cell .product-options .option button .price {
      display: block;
      font-style: italic;
      font-size: .8em;
      font-weight: normal; }
  .select-options--cell .product-options .drop {
    color: #111;
    padding-bottom: 1em; }
    .select-options--cell .product-options .drop.open .po-select {
      border-bottom: 0;
      border-radius: 2px 2px 0 0; }
    .select-options--cell .product-options .drop.open .po-options {
      max-height: 300px;
      overflow: auto; }
    .select-options--cell .product-options .drop.open .option-item {
      background: pink; }
  .select-options--cell .product-options .po-option--label {
    font-size: .9em;
    padding: 14px 10px 0 0;
    text-transform: uppercase; }
  .select-options--cell .product-options .po-select {
    background: #fff url(https://cdn.carid.com/css/prod-images/po-select-bg-46.svg) no-repeat right 17px top 22px;
    border-radius: 2px;
    border: 1px solid #dadada;
    cursor: pointer;
    height: 45px;
    position: relative;
    padding: 12px 4px;
    overflow: hidden; }
  .select-options--cell .product-options .po-options {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
    .select-options--cell .product-options .po-options ul {
      list-style-type: none;
      font-weight: normal;
      margin: 0;
      border: 1px solid #dadada; }
      .select-options--cell .product-options .po-options ul li {
        padding: 8px;
        display: block;
        overflow: hidden;
        border-top: 1px solid #e9e9e9; }
        .select-options--cell .product-options .po-options ul li:first-child {
          border: none; }
        .select-options--cell .product-options .po-options ul li:hover {
          background-color: #5aafee; }
        .select-options--cell .product-options .po-options ul li input[type="radio"] {
          width: 100%;
          display: none; }
        .select-options--cell .product-options .po-options ul li label {
          font-size: 14px; }

/* Medium and up */
@media screen and (min-width: 40em) {
  .view-link {
    float: right; }
  .product-options .po-select {
    width: 75%; }
  .product-options .option button {
    width: 131px;
    padding: 25px;
    display: inline-block; }
  .product-options .selected .productavailability i {
    font-size: 1rem !important;
    padding: 1px 2px;
    background: none !important;
    color: #73a32d;
    margin-left: 6px; }
    .product-options .selected .productavailability i.fa-info-circle {
      font-size: 1rem;
      background: none !important;
      color: #196ca9;
      padding: 0 !important; }
  .product-options .option-item .productavailability i {
    font-size: 1rem !important;
    padding: 1px 2px;
    background: none !important;
    color: #73a32d; }
    .product-options .option-item .productavailability i.fa-info-circle {
      font-size: 1rem;
      background: none !important;
      color: #196ca9;
      padding: 0 !important; }
  .po-option--label {
    width: 25%;
    float: left;
    text-align: left; }
  .po-quality--label {
    width: 25%;
    float: left;
    text-align: left;
    padding: 25px 12px 0 0; }
  .cart-actions button {
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    height: 56px;
    margin: 2em 0 2.02%;
    text-align: center;
    text-transform: uppercase;
    width: 242px; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-options .option {
    text-align: center; } }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .product-options .option {
    text-align: center; }
    .product-options .option ul li span {
      
      width: 100%; }
  .product-options .po-options {
    width: 100%; }
  .cart-actions button {
    width: 100%; } }

.product-prodotype-two .addtocartcell {
  float: none !important; }

.product-prodotype-two .watchlist {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  text-align: center; }
  .product-prodotype-two .watchlist a {
    color: #898888;
    font-size: 1em !important; }
  .product-prodotype-two .watchlist i {
    color: #545353;
    font-size: 1.3em !important; }

.product-prodotype-two .cartbutton {
  float: none !important;
  border-radius: 0%;
  display: block; }

.product-prodotype-two .price-cell {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 10px 0 0; }

.product-prodotype-two .productavailability {
  display: block; }
  .product-prodotype-two .productavailability i {
    font-size: 1rem;
    background: #73a32d;
    color: white;
    border-radius: 50%;
    padding: 2px 4px; }

.product-prodotype-two .cart-button {
  display: inline-block;
  text-transform: uppercase;
  padding: .9rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0;
  font-size: 16px; }

.product-prodotype-three .addtocartcell {
  float: none !important; }

.product-prodotype-three .watchlist {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  text-align: center; }
  .product-prodotype-three .watchlist a {
    color: #898888;
    font-size: 1em !important; }
  .product-prodotype-three .watchlist i {
    color: #545353;
    font-size: 1.3em !important; }

.product-prodotype-three .cartbutton {
  float: none !important;
  border-radius: 0%;
  display: block; }

.product-prodotype-three .price-cell {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 10px 0 0; }

.product-prodotype-three .productavailability {
  display: block; }
  .product-prodotype-three .productavailability i {
    font-size: 1rem;
    background: #73a32d;
    color: white;
    border-radius: 50%;
    padding: 2px 4px; }

.product-prodotype-three .cart-button {
  display: inline-block;
  text-transform: uppercase;
  padding: .9rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0;
  font-size: 16px; }

@media screen and (min-width: 40em) {
  .product-prodotype-three .drop {
    display: block; }
  .product-prodotype-three .po-select {
    width: 75% !important; }
  .product-prodotype-three .po-option--label {
    display: block;
    width: 25%;
    float: left;
    text-align: left; }
  .product-prodotype-three .po-quality--label {
    display: block;
    width: 25%;
    float: left;
    text-align: left;
    padding: 25px 12px 0 0; } }

.kitbuilder {
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100px;
  height: 54px;
  background: url("../images/kit-builder.png") no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1; }

/*
1.1) Banner Section
 -----------------------------*/
#slider {
  width: 100%;
  padding-top: 134px; }

body #slider, body .none {
  padding-top: 0 !important; }

body .top-m, body #slider.top-m {
  padding-top: 134px !important; }

.banner-slider {
  position: relative;
  width: 100%; }

.banner-content {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 50px auto 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.banner-slider ul {
  list-style: none; }

.banner-slider li {
  position: relative;
  overflow: hidden; }

.banner-slider h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1;
  padding-bottom: 0;
  margin: 0; }

.banner-slider span {
  padding: 30px 0 34px;
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 1.5; }

.tp-caption {
  border-left-style: solid;
  border-left-width: 3px !important;
  padding-left: 35px !important; }

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  position: static;
  white-space: normal !important; }

/* Slider
 ---------------------------*/
#slider {
  position: relative; }

.auto-tab-list li {
  list-style: none;
  display: inline-block;
  padding: 20px 40px;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0; }

.auto-tab-list li > a, .auto-tab-list li > a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 600; }

.mid {
  display: block; }

.mid + .mid {
  display: none; }

.resto-info {
  width: 100%;
  padding: 0 0 10px;
  z-index: 10;
  bottom: -56px; }
  .resto-info .tabs-title a {
    color: #8a8a8a; }
  .resto-info .tabs-title > a:focus, .resto-info .tabs-title > a[aria-selected='true'] {
    color: white !important; }

.auto-tab-list {
  display: inline-block;
  position: relative;
  top: -59px; }

.resto-info .btn-group {
  width: 100%;
  margin-bottom: 15px; }

.resto-info .btn-group .btn {
  padding: 13px; }

.resto-info .btn .caret {
  position: absolute;
  right: 15px;
  top: 26px;
  color: #282d35; }

.autodealer-slide .slides li img {
  width: 100%; }

.price-meter {
  height: 6px;
  width: 100%;
  position: relative;
  display: block; }

.price-meter:after, .price-meter:before, .price-meter-wrap .min-price, .price-meter-wrap .max-price {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  top: -5px;
  cursor: pointer; }

.price-meter:before, .price-meter-wrap .min-price {
  left: 0; }

.price-meter:after, .price-meter-wrap .max-price {
  right: 0; }

.price-meter-wrap {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 34px;
  position: relative; }

.price-meter-wrap .min-price, .price-meter-wrap .max-price {
  color: #fff;
  font-weight: 300;
  bottom: -14px;
  background: none;
  top: auto;
  font-weight: 300;
  width: auto; }

.resto-info .btn-default {
  height: 56px;
  font-size: 20px;
  line-height: 2.6; }

.autodealer-slide .flex-direction-nav {
  top: 60%;
  left: 0;
  margin: 0 auto;
  max-width: 1070px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
  z-index: 10; }

.autodealer-slide .flex-direction-nav li, .autodealer-slide .flex-direction-nav li a {
  display: inline-block; }

.vehicle-selector h4 {
  color: white;
  margin-top: 30px; }

.vehicle-selector select {
  padding: 13px;
  height: 2.8rem;
  background-size: 14px 22px;
  background-position: right -.4rem center;
  border-radius: 20px; }

.vehicle-selector input {
  padding: 13px;
  height: 2.8rem;
  border-radius: 20px; }

.vehicle-selector label {
  font-size: 1.3rem;
  color: #fff; }

.vehicle-selector button {
  padding: 13px;
  height: 46px;
  margin-top: 33px;
  border-radius: 20px; }

.shop-by-model a {
  color: white; }

.form-floating-label {
  position: relative; }
  .form-floating-label [type='text'],
  .form-floating-label [type='password'],
  .form-floating-label [type='date'],
  .form-floating-label [type='datetime'],
  .form-floating-label [type='datetime-local'],
  .form-floating-label [type='month'],
  .form-floating-label [type='week'],
  .form-floating-label [type='email'],
  .form-floating-label [type='number'],
  .form-floating-label [type='search'],
  .form-floating-label [type='tel'],
  .form-floating-label [type='time'],
  .form-floating-label [type='url'],
  .form-floating-label [type='color'] {
    margin-bottom: 0;
    font-weight: 300;
    padding: 30px 1rem 1rem 5px; }
  .form-floating-label label {
    margin-bottom: 20px; }
  .form-floating-label textarea {
    font-size: 14px; }


div.productvideos {
  overflow:hidden;
  position: relative;
}
div.productvideos div.wrapper {
  width:640px;
  max-width:100%;
  margin:1rem auto;
  overflow: hidden;
  position: relative;
  border:1px solid #000000;
}
div.productvideos div.wrapper div.video {  
  overflow: hidden;
  position: relative;
  padding-bottom:56.25%;
}
div.productvideos div.wrapper div.video iframe {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;  
}

@media (min-width: 1000px) {

  div.productvideos.multiple div.wrapper {
    width:49.5%;
    float:left;
    margin:0 0 15px 0;
  }

  div.productvideos.multiple div.wrapper:nth-child(odd) {
    float:right;
  }  
}


#productreviews div.review {
  display: block;
  overflow: hidden;
  padding:5px;
}
#productreviews div.review span.reviewer {
  display: block;
  overflow: hidden;
  padding-bottom:5px;
}
#productreviews div.review span.reviewer span.stars {
  float:left;
  overflow: hidden;
  margin-right:10px;
}
#productreviews div.review p {
  display: block;
  overflow: hidden;
  padding-left:20px;
  font-style: italic;
  line-height: normal;
  margin:0;
}
#pr
  .jssorb051 .i {position:absolute;cursor:pointer;}
	.slides>div .product-card {
		border-right: 1px solid #eee;
	}
	.slides:nth-of-type(1) div {
		border-left: 1px solid #eee;
	}
  
  p.product-card-title {
    font-size: 14px;
    height: 21px;
    overflow: hidden;
  }
    /* jssor slider loading skin double-tail-spin css */

    .jssorl-004-double-tail-spin img {
      animation-name: jssorl-004-double-tail-spin;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
  }

  @keyframes jssorl-004-double-tail-spin {
      from {
          transform: rotate(0deg);
      }

      to {
          transform: rotate(360deg);
      }
  }


  /*jssor slider arrow skin 052 css*/
  .jssora052 {display:block;position:absolute;cursor:pointer;}
  .jssora052 .a {fill:none;stroke:#000;stroke-width:360;stroke-miterlimit:10;}
  .jssora052:hover {opacity:.8;}
  .jssora052.jssora052dn {opacity:.5;}
  .jssora052.jssora052ds {opacity:.3;pointer-events:none;}

  .blog h4, .blog h5 {
    font-size: 24px;
    line-height: 1;
    min-height: 23px;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-top: 21px;
}
div.fb-like {
  min-height:24px;
}


div.trustpilot-widget { clear:both; margin:20px 0;}


div.homepage #rrwidget {
  position: relative;
  display: none;  
}
@media (min-width: 64em) {
  
  div.homepage #rrwidget {
    position: relative;
    overflow: hidden;
    display:block;
    margin-left:-18px;
  }
}

@-webkit-keyframes spinner {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}


div.z-overlay {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color:transparent !important;
}

div.z-overlay > div.blind {
  position:absolute !important;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-color:#cccccc; 
  opacity:0.50; 
  filter:alpha(opacity=50);     
}

div.z-spinner,
div.z-overlay > div.spinner { 
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: auto;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

div.z-spinner:after,
div.z-overlay > div.spinner:after,
div.z-spinner:before,
div.z-overlay > div.spinner:before {
  content: '';
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  border-bottom: 5px solid #0000ff;
  border-radius: 100%;
  -webkit-animation: spinner 1s linear infinite;
  -moz-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
}

div.z-spinner:before,
div.z-overlay > div.spinner:before {
  width: 40px;
  height: 40px;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

body > div.z-overlay {
  position: fixed !important;
}

/*div.z-spinner:before,
div.z-overlay > div.spinner:before {
  width: 40px;
  height: 40px;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}*/

div.z-spinner.small {
  width: 20px;
  height: 20px;
}
div.z-spinner.small:after,
div.z-spinner.small:before {
  width: 10px;
  height: 10px;
  border: 3px solid transparent;
  border-bottom: 3px solid #0000ff;
}
div.z-spinner.small:before {
  width: 15px;
  height: 15px;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

div.z-spinner.small:before {
  width: 15px;
  height: 15px;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}


div.carousel {
  margin:0 auto;
}


div.carousel.placeholder {
  display: none;
  position: relative;
  height: 100px;
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  background-color: transparent;
}


div.carousel div.loading {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  background-color:#ffffff;
}

div.carousel div.loading > div {
  position: absolute;  
}


div.carousel-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin:0 auto;
  padding-top:20px;
  padding-bottom:2px;
}

div.carousel-wrapper div {
  position:relative;
  overflow:hidden;
}



div.carousel div.arrowleft,
div.carousel div.arrowright {
  display: block;
  position: absolute;
  width: 51px;
  height: 50px;
  cursor: pointer;
  background-color:#000;
  overflow: hidden;
  opacity:0.5;
}

div.carousel div.arrowleft {
  background-position: -5px -35px;
}

div.carousel div.arrowright {
  background-position: -65px -35px;
}

div.carousel div.arrowleft:hover {
  background-position: -125px -35px;
}

div.carousel div.arrowright:hover  {
  background-position: -185px -35px;
}

div.carousel div.arrowleft.arrowleftdn {
  background-position: -245px -35px;
}

div.carousel div.arrowright.arrowrightdn {
  background-position: -305px -35px;
}

div.carousel div.arrowleft {
  left: 10px;
}

div.carousel div.arrowright {
  right: 10px;
}

div.carousel div.arrowleft svg,
div.carousel div.arrowright svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.carousel div.arrowleft svg polyline ,
div.carousel div.arrowright svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 640;
  stroke-miterlimit: 10;
}


div.carousel div.slides {
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}





#photocarousel {
  width: 640px;
  height: 540px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #000000;
}

#photocarousel div.slides {
  width:640px; 
  height:540px; 
}
#photocarousel div.slides div.slide div.wrapper {
  width:640px; 
  height:540px; 
  overflow:hidden;
  position:relative;
}
#photocarousel div.slides div.slide div.wrapper img {
  width:640px;
  height:480px;
}
#photocarousel div.slides div.slide div.wrapper div.caption {

  width:640px;
  height:60px;
  position: absolute;
  bottom:0;
  overflow:hidden;
  padding:5px;
  text-align: center;
  line-height: normal;
  background-color:#eeeeee;
}
#photocarousel div.slides div.slide div.wrapper span {
  position:absolute; 
  display:block;
  bottom:0; 
  left:0; 
  color:#000000; 
  opacity:.6; 
  width:100%; 
  background-color:#ffffff; 
  font-size:120%; 
  padding:10px 0; 
  text-align:center; 
  overflow:hidden;
} 

div.carousel-wrapper + p {
  text-align: center;
  margin-top:0;
}



/* polldaddy reformatting */

.PDS_Poll {
  position: relative;
  overflow: hidden;
}

.PDS_Poll .pds-box {
  width:100% !important;
  max-width: 100%;
}



.PDS_Poll .pds-box .pds-question-top {
  text-align: center;
  font-size:140%;
}
.PDS_Poll .pds-box .pds-answer {
  display: block;
  position: relative;
  overflow: hidden;
}

.PDS_Poll .pds-box .pds-answer > span {
  display: block;
  position: relative;
  overflow: hidden;
}

.PDS_Poll .pds-box .pds-answer-group {
  display:block;
  border: 3px solid #666666;
  margin: 0 auto 10px auto;
  width: 200px;
  height: 225px;
  padding: 5px !important;
}
.PDS_Poll .pds-box .pds-answer-group > p {
  display: block;
  overflow: hidden;
  float: left;
  clear: both;
  width:100%;
  margin:0;
  padding:0;
}

.PDS_Poll .pds-box .pds-answer-group img {
  margin: 0 auto;
  display: block;
}

.PDS_Poll .pds-box .pds-input-label {
  width:auto !important;  
}
.PDS_Poll .pds-box .pds-answer-input {
  margin-top:3px;
  width:20px;
}



@media (min-width: 500px) {

  .PDS_Poll .pds-box .pds-answer-group {
    float:left;
    margin: 0 10px 10px 0;
    width: 200px;
    height: 225px;
    padding: 5px !important;
  }

}


#filterDialog {
	width:90%;
	height:90%;	
	max-width:750px;
	padding:1rem;
	overflow-x:hidden;
  overflow-y:scroll;
  position: relative;
  text-align: center;
}
#filterDialog.small {
  max-width:400px;
}

#filterDialog ul *,
#filterDialog div * {
  display: block;
  overflow: hidden;
  position: relative;
}
#filterDialog > div.wait {
	width:100%;
	height:100%;
	background-image:url('/images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50%;
}
#filterDialog > h2 {
	font-size:1.7rem;
	padding:0;	
  margin:0 0 .5rem 0;
  text-align: center;
  background-color: #eeeeee;
  padding:5px;
  border:1px solid #cccccc;
}
#filterDialog > p {
  margin:0 0 .5rem 0;
  text-align: center;
}
#filterDialog > h2.alert,
#filterDialog > h4.alert,
#filterDialog > p.alert {
  color:#cc3333;
  font-weight: bold;
}
#filterDialog > h2.alert:before,
#filterDialog > h4.alert:before,
#filterDialog > p.alert:before {
  font-family: FontAwesome;
  content:'\f071';
  margin-right:5px;
  font-weight: normal;  
}

#filterDialog ul+h2 {
  margin-top:2rem;
}
#filterDialog ul {
	margin:0;
	padding:0;
  list-style-type:none;
  display: block;
  overflow: hidden;
  position: relative;  
}
#filterDialog ul li {	
	margin: 0 0 .7rem 0;
	border:1px solid #cccccc;
	padding:0;  
}

#filterDialog ul li a {
  font-size:1.3rem;
  padding:.4rem .8rem; 
  color:#000;   
}
#filterDialog ul li a span {
  font-size:80%;
  color:#999999;
}
#filterDialog ul li.ipd {
	background-color:#ffffdd;
}
#filterDialog ul li.selected {
	background-color:#cccccc;
}
#filterDialog ul li:hover {
	border-color:#000;
}
@media (min-width: 700px) {

	#filterDialog.large ul li {
		float:left;
		width:49%;
	}
	#filterDialog.large ul li:nth-child(even) {
		float:right;
	}	
	#filterDialog.large ul li:only-of-type {
    float:none;
    margin:0 auto;
  }
}

#filterDialog div.model-browser {
  overflow:hidden;
  position: relative;  
}


#filterDialog div.model-browser > div {  
  margin:5px;
  width:220px;
  border:1px solid #cccccc;
  display: inline-block;
}
#filterDialog div.model-browser > div > a {
  display: block;
  padding:10px;
  color:#000;
}
#filterDialog div.model-browser > div:hover {
	border-color:#000;
}

#filterDialog div.model-browser div img {
  max-width: 100%;
  
}
#filterDialog div.model-browser div div {
  text-align: center;
  white-space:nowrap;
  line-height: 1.5em;
}

#filterDialog div.model-browser div div.model {
  font-weight:bold;
  line-height: 2.2em;
  color: #00639e;  
}

#filterDialog div.model-browser div div:not(.model) {
  font-size:90%;
}


div.debug {
  overflow: hidden;
  padding:10px 20px;
  background-color:#ffffdd;
  border:1px solid #666666;
  max-width:90%;
  width:800px;
  margin:10px auto;

}
div.debug > div,
div.debug > p {
  font-family:Consolas,Hack,monospace;
  font-size:70%;
}

div.debug:before {
  display: block;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  content:'Debug Details';
  margin:0 0 1rem 0;
}


div.product-tiles {
  overflow:hidden;
  position: relative;  
  text-align: center;
}

div.product-tiles > div {  
  margin:5px;
  width:220px;
  border:1px solid #cccccc;
  display: inline-block;
  overflow:hidden;
  height:390px;
}
div.product-tiles > div > a {
  display: block;
  padding:10px;
  color:#000;
}
div.product-tiles > div:hover {
	border-color:#000;
}

div.product-tiles div img {
  max-width: 100%;
  
}
div.product-tiles div div {
  text-align: center;
  white-space:nowrap;
  line-height: 1.5em;
}

div.product-tiles div div.title {
  font-weight:bold;
  line-height: 2.2em;
  color: #00639e;  
}

div.product-tiles div div:not(.title) {
  font-size:90%;
}

#addtocartcontainer { overflow:hidden; }

#addtocartcontainer p.priceline {
  font-weight: bold;

}
#addtocartcontainer p.warning {
  font-weight: bold;
  color:#cc0000;

}
#addtocartcontainer p.core {
  color:#990000;
  font-weight: bold;
}

#vehicledesc {
  overflow: hidden;
  line-height: normal;
}
#vehicledesc div {
  font-weight: bold;
  overflow: hidden;
  font-size:110%;  
}
#vehicledesc div:first-child { 
  font-size:140%;
  margin-bottom:.3em;
}
#vehicledesc div span {
  margin:0 .3em 0 0;
}

#vehicledesc {
  margin-top:.5em;
  margin-bottom:.3em;
}

ul.vehiclefilter a.button,
ul.vehiclefilter button.button,
div.filterdetails a.button,
div.filterdetails button.button {
  margin:0 .5em .5em 0;
}