@charset "UTF-8";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) li {
    list-style-type: none; }

a {
  color: #b9151b;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

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

.clearfix {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }

.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: color("grey", "lighten-2"); }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #fdeaeb; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #fdeaeb; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

.page-footer {
  padding-top: 20px;
  background-color: #fdeaeb; }
  .page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr,
  table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #d0d0d0; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #d0d0d0; } }

.collection {
  margin: 0 0 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #ee6e73;
      color: white; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #ee6e73; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #ee6e73; }

.collapsible .collection {
  margin: 0;
  border: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  margin: 0 0 0 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ee6e73;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #ee6e73; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

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

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: color("grey", "darken-1");
  float: right;
  box-sizing: border-box; }
  span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #ee6e73;
    border-radius: 2px; }
  span.badge.new:after {
    content: " new"; }
  span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption); }

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px; }

.collection-item span.badge {
  margin-top: calc(0.75rem - 11px); }

.collapsible span.badge {
  margin-top: calc(1.5rem - 11px); }

.side-nav span.badge {
  margin-top: calc(24px - 11px); }

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga'; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 601px) {
  .container {
    width: 85%; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 70%; } }

.container .row {
  margin-left: 0;
  margin-right: 0; }

.section.no-pad {
  padding: 0; }

.section.no-pad-bot {
  padding-bottom: 0; }

.section.no-pad-top {
  padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 12.5%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 37.5%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 62.5%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 87.5%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 12.5%; }
    .row .col.pull-s1 {
      right: 12.5%; }
    .row .col.push-s1 {
      left: 12.5%; }
    .row .col.offset-s2 {
      margin-left: 25%; }
    .row .col.pull-s2 {
      right: 25%; }
    .row .col.push-s2 {
      left: 25%; }
    .row .col.offset-s3 {
      margin-left: 37.5%; }
    .row .col.pull-s3 {
      right: 37.5%; }
    .row .col.push-s3 {
      left: 37.5%; }
    .row .col.offset-s4 {
      margin-left: 50%; }
    .row .col.pull-s4 {
      right: 50%; }
    .row .col.push-s4 {
      left: 50%; }
    .row .col.offset-s5 {
      margin-left: 62.5%; }
    .row .col.pull-s5 {
      right: 62.5%; }
    .row .col.push-s5 {
      left: 62.5%; }
    .row .col.offset-s6 {
      margin-left: 75%; }
    .row .col.pull-s6 {
      right: 75%; }
    .row .col.push-s6 {
      left: 75%; }
    .row .col.offset-s7 {
      margin-left: 87.5%; }
    .row .col.pull-s7 {
      right: 87.5%; }
    .row .col.push-s7 {
      left: 87.5%; }
    .row .col.offset-s8 {
      margin-left: 100%; }
    .row .col.pull-s8 {
      right: 100%; }
    .row .col.push-s8 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 12.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 37.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 62.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 87.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 12.5%; }
      .row .col.pull-m1 {
        right: 12.5%; }
      .row .col.push-m1 {
        left: 12.5%; }
      .row .col.offset-m2 {
        margin-left: 25%; }
      .row .col.pull-m2 {
        right: 25%; }
      .row .col.push-m2 {
        left: 25%; }
      .row .col.offset-m3 {
        margin-left: 37.5%; }
      .row .col.pull-m3 {
        right: 37.5%; }
      .row .col.push-m3 {
        left: 37.5%; }
      .row .col.offset-m4 {
        margin-left: 50%; }
      .row .col.pull-m4 {
        right: 50%; }
      .row .col.push-m4 {
        left: 50%; }
      .row .col.offset-m5 {
        margin-left: 62.5%; }
      .row .col.pull-m5 {
        right: 62.5%; }
      .row .col.push-m5 {
        left: 62.5%; }
      .row .col.offset-m6 {
        margin-left: 75%; }
      .row .col.pull-m6 {
        right: 75%; }
      .row .col.push-m6 {
        left: 75%; }
      .row .col.offset-m7 {
        margin-left: 87.5%; }
      .row .col.pull-m7 {
        right: 87.5%; }
      .row .col.push-m7 {
        left: 87.5%; }
      .row .col.offset-m8 {
        margin-left: 100%; }
      .row .col.pull-m8 {
        right: 100%; }
      .row .col.push-m8 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 12.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 37.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 62.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 87.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 12.5%; }
      .row .col.pull-l1 {
        right: 12.5%; }
      .row .col.push-l1 {
        left: 12.5%; }
      .row .col.offset-l2 {
        margin-left: 25%; }
      .row .col.pull-l2 {
        right: 25%; }
      .row .col.push-l2 {
        left: 25%; }
      .row .col.offset-l3 {
        margin-left: 37.5%; }
      .row .col.pull-l3 {
        right: 37.5%; }
      .row .col.push-l3 {
        left: 37.5%; }
      .row .col.offset-l4 {
        margin-left: 50%; }
      .row .col.pull-l4 {
        right: 50%; }
      .row .col.push-l4 {
        left: 50%; }
      .row .col.offset-l5 {
        margin-left: 62.5%; }
      .row .col.pull-l5 {
        right: 62.5%; }
      .row .col.push-l5 {
        left: 62.5%; }
      .row .col.offset-l6 {
        margin-left: 75%; }
      .row .col.pull-l6 {
        right: 75%; }
      .row .col.push-l6 {
        left: 75%; }
      .row .col.offset-l7 {
        margin-left: 87.5%; }
      .row .col.pull-l7 {
        right: 87.5%; }
      .row .col.push-l7 {
        left: 87.5%; }
      .row .col.offset-l8 {
        margin-left: 100%; }
      .row .col.pull-l8 {
        right: 100%; }
      .row .col.push-l8 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 12.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 37.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 62.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 87.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 12.5%; }
      .row .col.pull-xl1 {
        right: 12.5%; }
      .row .col.push-xl1 {
        left: 12.5%; }
      .row .col.offset-xl2 {
        margin-left: 25%; }
      .row .col.pull-xl2 {
        right: 25%; }
      .row .col.push-xl2 {
        left: 25%; }
      .row .col.offset-xl3 {
        margin-left: 37.5%; }
      .row .col.pull-xl3 {
        right: 37.5%; }
      .row .col.push-xl3 {
        left: 37.5%; }
      .row .col.offset-xl4 {
        margin-left: 50%; }
      .row .col.pull-xl4 {
        right: 50%; }
      .row .col.push-xl4 {
        left: 50%; }
      .row .col.offset-xl5 {
        margin-left: 62.5%; }
      .row .col.pull-xl5 {
        right: 62.5%; }
      .row .col.push-xl5 {
        left: 62.5%; }
      .row .col.offset-xl6 {
        margin-left: 75%; }
      .row .col.pull-xl6 {
        right: 75%; }
      .row .col.push-xl6 {
        left: 75%; }
      .row .col.offset-xl7 {
        margin-left: 87.5%; }
      .row .col.pull-xl7 {
        right: 87.5%; }
      .row .col.push-xl7 {
        left: 87.5%; }
      .row .col.offset-xl8 {
        margin-left: 100%; }
      .row .col.pull-xl8 {
        right: 100%; }
      .row .col.push-xl8 {
        left: 100%; } }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700; }

a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14.5px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light, .page-footer .footer-copyright {
  font-weight: 300; }

.thin {
  font-weight: 200; }

.flow-text {
  font-weight: 300; }
  @media only screen and (min-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 390px) {
    .flow-text {
      font-size: 1.224rem; } }
  @media only screen and (min-width: 420px) {
    .flow-text {
      font-size: 1.248rem; } }
  @media only screen and (min-width: 450px) {
    .flow-text {
      font-size: 1.272rem; } }
  @media only screen and (min-width: 480px) {
    .flow-text {
      font-size: 1.296rem; } }
  @media only screen and (min-width: 510px) {
    .flow-text {
      font-size: 1.32rem; } }
  @media only screen and (min-width: 540px) {
    .flow-text {
      font-size: 1.344rem; } }
  @media only screen and (min-width: 570px) {
    .flow-text {
      font-size: 1.368rem; } }
  @media only screen and (min-width: 600px) {
    .flow-text {
      font-size: 1.392rem; } }
  @media only screen and (min-width: 630px) {
    .flow-text {
      font-size: 1.416rem; } }
  @media only screen and (min-width: 660px) {
    .flow-text {
      font-size: 1.44rem; } }
  @media only screen and (min-width: 690px) {
    .flow-text {
      font-size: 1.464rem; } }
  @media only screen and (min-width: 720px) {
    .flow-text {
      font-size: 1.488rem; } }
  @media only screen and (min-width: 750px) {
    .flow-text {
      font-size: 1.512rem; } }
  @media only screen and (min-width: 780px) {
    .flow-text {
      font-size: 1.536rem; } }
  @media only screen and (min-width: 810px) {
    .flow-text {
      font-size: 1.56rem; } }
  @media only screen and (min-width: 840px) {
    .flow-text {
      font-size: 1.584rem; } }
  @media only screen and (min-width: 870px) {
    .flow-text {
      font-size: 1.608rem; } }
  @media only screen and (min-width: 900px) {
    .flow-text {
      font-size: 1.632rem; } }
  @media only screen and (min-width: 930px) {
    .flow-text {
      font-size: 1.656rem; } }
  @media only screen and (min-width: 960px) {
    .flow-text {
      font-size: 1.68rem; } }
  @media only screen and (max-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }

.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }
  .scale-transition.scale-out {
    transform: scale(0);
    transition: transform .2s !important; }
  .scale-transition.scale-in {
    transform: scale(1); }

.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0 0 0 0;
  border-radius: 2px;
  background-color: #fff; }

.card {
  position: relative;
  margin: 0 0 0 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px; }
  .card .card-title {
    font-size: 24px;
    font-weight: 300; }
    .card .card-title.activator {
      cursor: pointer; }
  .card.small, .card.medium, .card.large {
    position: relative; }
    .card.small .card-image, .card.medium .card-image, .card.large .card-image {
      max-height: 60%;
      overflow: hidden; }
    .card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
      max-height: 40%; }
    .card.small .card-content, .card.medium .card-content, .card.large .card-content {
      max-height: 100%;
      overflow: hidden; }
    .card.small .card-action, .card.medium .card-action, .card.large .card-action {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .card.small {
    height: 300px; }
  .card.medium {
    height: 400px; }
  .card.large {
    height: 500px; }
  .card.horizontal {
    display: flex; }
    .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
      height: 100%;
      max-height: none;
      overflow: visible; }
      .card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
        height: 100%; }
    .card.horizontal .card-image {
      max-width: 50%; }
      .card.horizontal .card-image img {
        border-radius: 2px 0 0 2px;
        max-width: 100%;
        width: auto; }
    .card.horizontal .card-stacked {
      display: flex;
      flex-direction: column;
      flex: 1;
      position: relative; }
      .card.horizontal .card-stacked .card-content {
        flex-grow: 1; }
  .card.sticky-action .card-action {
    z-index: 2; }
  .card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px; }
  .card .card-image {
    position: relative; }
    .card .card-image img {
      display: block;
      border-radius: 2px 2px 0 0;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%;
      padding: 24px; }
  .card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px; }
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      display: block;
      line-height: 32px;
      margin-bottom: 8px; }
      .card .card-content .card-title i {
        line-height: 32px; }
  .card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px; }
    .card .card-action:last-child {
      border-radius: 0 0 2px 2px; }
    .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
      color: orange;
      margin-right: 24px;
      transition: color .3s ease;
      text-transform: uppercase; }
      .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
        color: #fdeaeb; }
  .card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
    .card .card-reveal .card-title {
      cursor: pointer;
      display: block; }

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000; }
  @media only screen and (max-width: 600px) {
    #toast-container {
      min-width: 100%;
      bottom: 0%; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
      left: 5%;
      bottom: 7%;
      max-width: 90%; } }
  @media only screen and (min-width: 993px) {
    #toast-container {
      top: 10%;
      right: 7%;
      max-width: 86%; } }

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .toast .btn, .toast .btn-large, .toast .btn-flat {
    margin: 0;
    margin-left: 3rem; }
  .toast.rounded {
    border-radius: 24px; }
  @media only screen and (max-width: 600px) {
    .toast {
      width: 100%;
      border-radius: 0; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .toast {
      float: left; } }
  @media only screen and (min-width: 993px) {
    .toast {
      float: right; } }

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap; }
  .tabs.tabs-transparent {
    background-color: transparent; }
    .tabs.tabs-transparent .tab a,
    .tabs.tabs-transparent .tab.disabled a,
    .tabs.tabs-transparent .tab.disabled a:hover {
      color: rgba(255, 255, 255, 0.7); }
    .tabs.tabs-transparent .tab a:hover,
    .tabs.tabs-transparent .tab a.active {
      color: #fff; }
    .tabs.tabs-transparent .indicator {
      background-color: #fff; }
  .tabs.tabs-fixed-width {
    display: flex; }
    .tabs.tabs-fixed-width .tab {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .tabs .tab a {
      color: rgba(253, 234, 235, 0.7);
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 24px;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: color .28s ease; }
      .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #fdeaeb; }
    .tabs .tab.disabled a,
    .tabs .tab.disabled a:hover {
      color: rgba(253, 234, 235, 0.7);
      cursor: default; }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f8c1c3;
    will-change: left, right; }

@media only screen and (max-width: 992px) {
  .tabs {
    display: flex; }
    .tabs .tab {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .tabs .tab a {
        padding: 0 12px; } }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden; }

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden; }

.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }
  .btn.disabled:hover, .disabled.btn-large:hover,
  .btn-floating.disabled:hover,
  .btn-large.disabled:hover,
  .btn-flat.disabled:hover,
  .btn:disabled:hover,
  .btn-large:disabled:hover,
  .btn-floating:disabled:hover,
  .btn-large:disabled:hover,
  .btn-flat:disabled:hover,
  .btn[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-floating[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important; }

.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
  font-size: 1rem;
  outline: 0; }
  .btn i, .btn-large i,
  .btn-floating i,
  .btn-large i,
  .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

.btn:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #e94047; }

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #ee6e73;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: #f18589; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #ee6e73;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating:hover {
    background-color: #ee6e73; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 56px;
    height: 56px; }
    .btn-floating.btn-large.halfway-fab {
      bottom: -28px; }
    .btn-floating.btn-large i {
      line-height: 56px; }
  .btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px; }
    .btn-floating.halfway-fab.left {
      right: auto;
      left: 24px; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998; }
  .fixed-action-btn.active ul {
    visibility: visible; }
  .fixed-action-btn.horizontal {
    padding: 0 0 0 15px; }
    .fixed-action-btn.horizontal ul {
      text-align: right;
      right: 64px;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      left: auto;
      width: 500px;
      /*width 100% only goes to width of button container */ }
      .fixed-action-btn.horizontal ul li {
        display: inline-block;
        margin: 15px 15px 0 0; }
  .fixed-action-btn.toolbar {
    padding: 0;
    height: 56px; }
    .fixed-action-btn.toolbar.active > a i {
      opacity: 0; }
    .fixed-action-btn.toolbar ul {
      display: flex;
      top: 0;
      bottom: 0; }
      .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none; }
        .fixed-action-btn.toolbar ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 100%;
          background-color: transparent;
          box-shadow: none;
          color: #fff;
          line-height: 56px;
          z-index: 1; }
          .fixed-action-btn.toolbar ul li a i {
            line-height: inherit; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }
  .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #ee6e73;
    border-radius: 50%;
    transform: scale(0); }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s; }
  .btn-flat:focus, .btn-flat:active {
    background-color: transparent; }
  .btn-flat:focus, .btn-flat:hover {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none; }
  .btn-flat:active {
    background-color: rgba(0, 0, 0, 0.2); }
  .btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 54px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-block {
  display: block; }

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height; }
  .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
      background-color: #eee; }
    .dropdown-content li.active.selected {
      background-color: #e1e1e1; }
    .dropdown-content li.divider {
      min-height: 0;
      height: 1px; }
    .dropdown-content li > a, .dropdown-content li > span {
      font-size: 16px;
      color: #ee6e73;
      display: block;
      line-height: 22px;
      padding: 14px 16px; }
    .dropdown-content li > span > label {
      top: 1px;
      left: 0;
      height: 18px; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit;
      float: left;
      margin: 0 24px 0 0;
      width: 24px; }

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity; }
  @media only screen and (max-width: 992px) {
    .modal {
      width: 80%; } }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-content {
    padding: 24px; }
  .modal .modal-close {
    cursor: pointer; }
  .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%; }
    .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
      float: right;
      margin: 6px 0; }

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }
  .modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto; }
  .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0; }

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity; }

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0 0 0 0; }

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem; }

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none; }
  .side-nav .collapsible li,
  .side-nav.fixed .collapsible li {
    padding: 0; }

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px; }
  .side-nav .collapsible-header:hover,
  .side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .side-nav .collapsible-header i,
  .side-nav.fixed .collapsible-header i {
    line-height: inherit; }

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff; }
  .side-nav .collapsible-body li a,
  .side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px; }

.collapsible.popout {
  border: none;
  box-shadow: none; }
  .collapsible.popout > li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collapsible.popout > li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0; }

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px; }
  .chip > img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%; }
  .chip .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px; }

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s; }
  .chips.focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a; }
  .chips:hover {
    cursor: text; }
  .chips .chip.selected {
    background-color: #26a69a;
    color: #fff; }
  .chips .input {
    background: none;
    border: 0;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 1rem;
    height: 3rem;
    line-height: 32px;
    outline: 0;
    margin: 0;
    padding: 0 !important;
    width: 120px !important; }
  .chips .input:focus {
    border: 0 !important;
    box-shadow: none !important; }
  .chips .autocomplete-content {
    margin-top: 0; }

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%); }

.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden; }
  .materialboxed:hover:not(.active) {
    opacity: .8; }
  .materialboxed.active {
    cursor: zoom-out; }

#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity; }

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased; }

select:focus {
  outline: 1px solid white; }

button:focus {
  outline: none;
  background-color: #f08085; }

label {
  font-size: 0.8rem;
  color: grey; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #fdeaeb; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fdeaeb; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fdeaeb; }

:-ms-input-placeholder {
  color: #fdeaeb; }

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid grey;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:disabled,
  input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime]:disabled,
  input[type=datetime][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:disabled + label,
  input[type=text][readonly="readonly"] + label,
  input[type=password]:disabled + label,
  input[type=password][readonly="readonly"] + label,
  input[type=email]:disabled + label,
  input[type=email][readonly="readonly"] + label,
  input[type=url]:disabled + label,
  input[type=url][readonly="readonly"] + label,
  input[type=time]:disabled + label,
  input[type=time][readonly="readonly"] + label,
  input[type=date]:disabled + label,
  input[type=date][readonly="readonly"] + label,
  input[type=datetime]:disabled + label,
  input[type=datetime][readonly="readonly"] + label,
  input[type=datetime-local]:disabled + label,
  input[type=datetime-local][readonly="readonly"] + label,
  input[type=tel]:disabled + label,
  input[type=tel][readonly="readonly"] + label,
  input[type=number]:disabled + label,
  input[type=number][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ee6e73;
    box-shadow: 0 1px 0 0 #ee6e73; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:focus:not([readonly]) + label,
  input[type=password]:focus:not([readonly]) + label,
  input[type=email]:focus:not([readonly]) + label,
  input[type=url]:focus:not([readonly]) + label,
  input[type=time]:focus:not([readonly]) + label,
  input[type=date]:focus:not([readonly]) + label,
  input[type=datetime]:focus:not([readonly]) + label,
  input[type=datetime-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #ee6e73; }
  input:not([type]).valid, input:not([type]):focus.valid,
  input[type=text].valid,
  input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime].valid,
  input[type=datetime]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #ea454b;
    box-shadow: 0 1px 0 0 #ea454b; }
  input:not([type]).valid + label:after,
  input:not([type]):focus.valid + label:after,
  input[type=text].valid + label:after,
  input[type=text]:focus.valid + label:after,
  input[type=password].valid + label:after,
  input[type=password]:focus.valid + label:after,
  input[type=email].valid + label:after,
  input[type=email]:focus.valid + label:after,
  input[type=url].valid + label:after,
  input[type=url]:focus.valid + label:after,
  input[type=time].valid + label:after,
  input[type=time]:focus.valid + label:after,
  input[type=date].valid + label:after,
  input[type=date]:focus.valid + label:after,
  input[type=datetime].valid + label:after,
  input[type=datetime]:focus.valid + label:after,
  input[type=datetime-local].valid + label:after,
  input[type=datetime-local]:focus.valid + label:after,
  input[type=tel].valid + label:after,
  input[type=tel]:focus.valid + label:after,
  input[type=number].valid + label:after,
  input[type=number]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.materialize-textarea.valid + label:after,
  textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #ea454b;
    opacity: 1; }
  input:not([type]).invalid, input:not([type]):focus.invalid,
  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime].invalid,
  input[type=datetime]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #d0181e;
    box-shadow: 0 1px 0 0 #d0181e; }
  input:not([type]).invalid + label:after,
  input:not([type]):focus.invalid + label:after,
  input[type=text].invalid + label:after,
  input[type=text]:focus.invalid + label:after,
  input[type=password].invalid + label:after,
  input[type=password]:focus.invalid + label:after,
  input[type=email].invalid + label:after,
  input[type=email]:focus.invalid + label:after,
  input[type=url].invalid + label:after,
  input[type=url]:focus.invalid + label:after,
  input[type=time].invalid + label:after,
  input[type=time]:focus.invalid + label:after,
  input[type=date].invalid + label:after,
  input[type=date]:focus.invalid + label:after,
  input[type=datetime].invalid + label:after,
  input[type=datetime]:focus.invalid + label:after,
  input[type=datetime-local].invalid + label:after,
  input[type=datetime-local]:focus.invalid + label:after,
  input[type=tel].invalid + label:after,
  input[type=tel]:focus.invalid + label:after,
  input[type=number].invalid + label:after,
  input[type=number]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #d0181e;
    opacity: 1; }
  input:not([type]).validate + label,
  input[type=text].validate + label,
  input[type=password].validate + label,
  input[type=email].validate + label,
  input[type=url].validate + label,
  input[type=time].validate + label,
  input[type=date].validate + label,
  input[type=datetime].validate + label,
  input[type=datetime-local].validate + label,
  input[type=tel].validate + label,
  input[type=number].validate + label,
  input[type=search].validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none; }
  input:not([type]) + label:after,
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .input-field.inline input,
    .input-field.inline .select-dropdown {
      margin-bottom: 1rem; }
  .input-field.col label {
    left: 0; }
  .input-field.col .prefix ~ label,
  .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 0); }
  .input-field label {
    color: grey;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial; }
    .input-field label:not(.label-icon).active {
      font-size: 0.8rem;
      transform: translateY(-140%); }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s; }
    .input-field .prefix.active {
      color: #ee6e73; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea,
  .input-field .prefix ~ label,
  .input-field .prefix ~ .validate ~ label,
  .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }
  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus + label i,
    .input-field input[type=search]:focus ~ .mdi-navigation-close,
    .input-field input[type=search]:focus ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + label {
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 1.6rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0; }

/* Autocomplete */
.autocomplete-content {
  margin-top: -20px;
  display: block;
  opacity: 1;
  position: static; }
  .autocomplete-content li .highlight {
    color: #444; }
  .autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #ee6e73; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #ee6e73; }

[type="radio"]:checked + label:after {
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  [type="checkbox"] + label:before,
  [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  [type="checkbox"].tabbed:focus + label:after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ee6e73;
  border-bottom: 2px solid #ee6e73;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #ee6e73;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ee6e73;
  background-color: #ee6e73;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #ee6e73;
  border-color: #ee6e73; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #f7e4e5; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #ee6e73;
      left: 24px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(238, 110, 115, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

/* Select Field
   ========================================================================== */
select {
  display: none; }

select.browser-default {
  display: block; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid grey;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block; }
  .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px; }
    .select-wrapper span.caret.disabled {
      color: rgba(0, 0, 0, 0.26); }
  .select-wrapper + label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem; }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn, .file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  input[type=range]:focus {
    outline: none; }

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #ee6e73;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #ee6e73;
    font-size: 0;
    transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #ee6e73;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ee6e73;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ee6e73; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed; }

.table-of-contents li {
  padding: 2px 0; }

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block; }
  .table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #fdeaeb; }
  .table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #fdeaeb; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #ee6e73; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.slider {
  position: relative;
  height: 400px;
  width: 100%; }
  .slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .slider.fullscreen ul.slides {
      height: 100%; }
    .slider.fullscreen ul.indicators {
      z-index: 2;
      bottom: 30px; }
  .slider .slides {
    background-color: color("grey", "base");
    margin: 0;
    height: 400px; }
    .slider .slides li {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: inherit;
      overflow: hidden; }
      .slider .slides li img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center; }
      .slider .slides li .caption {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        opacity: 0; }
        .slider .slides li .caption p {
          color: color("grey", "lighten-2"); }
      .slider .slides li.active {
        z-index: 2; }
  .slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .slider .indicators .indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 16px;
      width: 16px;
      margin: 0 12px;
      background-color: color("grey", "lighten-2");
      transition: background-color .3s;
      border-radius: 50%; }
      .slider .indicators .indicator-item.active {
        background-color: color("green", "base"); }

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%; }
  .carousel.carousel-slider {
    top: 0;
    left: 0;
    height: 0; }
    .carousel.carousel-slider .carousel-fixed-item {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      z-index: 1; }
      .carousel.carousel-slider .carousel-fixed-item.with-indicators {
        bottom: 68px; }
    .carousel.carousel-slider .carousel-item {
      width: 100%;
      height: 100%;
      min-height: 400px;
      position: absolute;
      top: 0;
      left: 0; }
      .carousel.carousel-slider .carousel-item h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px; }
      .carousel.carousel-slider .carousel-item p {
        font-size: 15px; }
  .carousel .carousel-item {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0; }
    .carousel .carousel-item > img {
      width: 100%; }
  .carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .carousel .indicators .indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 8px;
      width: 8px;
      margin: 24px 4px;
      background-color: rgba(255, 255, 255, 0.5);
      transition: background-color .3s;
      border-radius: 50%; }
      .carousel .indicators .indicator-item.active {
        background-color: #fff; }
  .carousel.scrolling .carousel-item .materialboxed,
  .carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none; }

.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s; }

.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s; }
  .tap-target-wrapper.open .tap-target {
    transform: scale(1);
    opacity: .95;
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
  .tap-target-wrapper.open .tap-target-wave::before {
    transform: scale(1); }
  .tap-target-wrapper.open .tap-target-wave::after {
    visibility: visible;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    transition: opacity .3s, transform .3s, visibility 0s 1s; }

.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #fdeaeb;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1); }

.tap-target-content {
  position: relative;
  display: table-cell; }

.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001; }
  .tap-target-wave::before, .tap-target-wave::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff; }
  .tap-target-wave::before {
    transform: scale(0);
    transition: transform .3s; }
  .tap-target-wave::after {
    visibility: hidden;
    transition: opacity .3s, transform .3s, visibility 0s;
    z-index: -1; }

.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important; }
  .tap-target-origin:not(.btn):not(.btn-large), .tap-target-origin:not(.btn):not(.btn-large):hover {
    background: none; }

@media only screen and (max-width: 600px) {
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px; } }

.pulse {
  overflow: initial;
  position: relative; }
  .pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    transition: opacity .3s, transform .3s;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1; }

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 0;
    transform: scale(1.5); } }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only "scrollable" top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 28.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto; } }

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__input.picker__input--active {
  border-color: color("blue", "lighten-5"); }

.picker__frame {
  margin: 0 auto;
  max-width: 325px; }

@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em; }

.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%; }

.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05); }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

.picker__table th, .picker__table td {
  text-align: center; }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500; }

.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff; }

.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__box {
  border-radius: 2px;
  overflow: hidden; }

.picker__date-display {
  text-align: center;
  background-color: #ee6e73;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #fdeaeb; }

.picker__weekday-display {
  background-color: #fdeaeb;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px; }

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem; }

.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400; }

.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4); }

.picker__box {
  padding: 0; }

.picker__calendar-container {
  padding: 0 1rem; }
  .picker__calendar-container thead {
    border: none; }

.picker__table {
  margin-top: 0;
  margin-bottom: .5em; }

.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day.picker__day--today {
  color: #ee6e73; }

.picker__day.picker__day--today.picker__day--selected {
  color: #fff; }

.picker__weekday {
  font-size: .9rem; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #ee6e73;
  color: #ffffff; }
  .picker__day--selected.picker__day--outfocus,
  .picker__day--selected:hover.picker__day--outfocus,
  .picker--focused .picker__day--selected.picker__day--outfocus {
    background-color: #fdeaeb; }

.picker__footer {
  text-align: right;
  padding: 5px 10px; }

.picker__close, .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #ee6e73; }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767; }

button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: #fdeaeb; }

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff; }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; } }

/**
 * @license
 * MyFonts Webfont Build ID 3694330, 2019-01-06T10:24:53-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed ../fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: TradeGothicLT-CondEighteen by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/trade-gothic/condensed-no-18-63882/
 *
 * Webfont: TradeGothicLT-BoldCondTwenty by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/trade-gothic/bold-condensed-no-20-63882/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3694330
 * Licensed pageviews: 250,000
 * ../fonts copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 1989, 1992, 2003 Linotype Library GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype Library GmbH, and
 *
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'CentGothWGL-Italic';
  src: url("../fonts/386D37_0_0.eot");
  src: url("../fonts/386D37_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/386D37_0_0.woff2") format("woff2"), url("../fonts/386D37_0_0.woff") format("woff"), url("../fonts/386D37_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'CentGothWGL';
  src: url("../fonts/386D37_1_0.eot");
  src: url("../fonts/386D37_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/386D37_1_0.woff2") format("woff2"), url("../fonts/386D37_1_0.woff") format("woff"), url("../fonts/386D37_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'CentGothWGL-Bold';
  src: url("../fonts/386D37_2_0.eot");
  src: url("../fonts/386D37_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/386D37_2_0.woff2") format("woff2"), url("../fonts/386D37_2_0.woff") format("woff"), url("../fonts/386D37_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'CentGothWGL-BdIt';
  src: url("../fonts/386D37_3_0.eot");
  src: url("../fonts/386D37_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/386D37_3_0.woff2") format("woff2"), url("../fonts/386D37_3_0.woff") format("woff"), url("../fonts/386D37_3_0.ttf") format("truetype"); }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  list-style: none;
  outline: 0;
  line-height: 1.3; }

.toolbar-fixed nav#navigation {
  height: calc(100vh - 79px); }

.toolbar-fixed div#draw {
  height: calc(100vh - 79px); }

.toolbar-fixed main#main.horizontal {
  height: calc(100vh - 79px); }

.toolbar-fixed main#main.vertical {
  height: calc(100vh - 79px); }
  .toolbar-fixed main#main.vertical:before {
    top: 79px; }

.border.top {
  top: 0;
  left: 0;
  background: white;
  display: block;
  position: fixed;
  width: 100%;
  height: 20px;
  z-index: 9; }

.border.bottom {
  bottom: 0;
  left: 0;
  background: white;
  display: block;
  position: fixed;
  width: 100%;
  height: 20px;
  z-index: 9; }

.border.left {
  top: 0;
  left: 0;
  background: white;
  display: block;
  position: fixed;
  width: 20px;
  height: 100vh;
  z-index: 9; }

.border.right {
  top: 0;
  right: 0;
  background: white;
  display: block;
  position: fixed;
  width: 20px;
  height: 100vh;
  z-index: 9; }

.addtocart-link-class {
  margin: 0; }

.isotope {
  width: 100%;
  display: block;
  position: relative; }

html, body {
  width: 100%;
  height: auto;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  overflow: auto; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.format h1, .format h2, .format h3, .format h4, .format h5, .format h6 {
  margin: 10px 0; }

.format h2 {
  font-size: 1.75em;
  font-family: "CentGothWGL-Bold", Times, serif; }

.format h3 {
  font-size: 1.25em !important;
  font-family: "CentGothWGL-Bold", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: black; }

.format a {
  text-decoration: underline; }

.format p {
  margin: 10px 0; }

.format strong {
  font-family: "CentGothWGL-Bold", Times, serif; }

.format i, .format em {
  font-style: italic; }

.format ul li, .format ol li {
  list-style: initial;
  padding: 0 0;
  padding-left: 10px;
  margin-left: 15px; }

body {
  font-size: 16px;
  font-family: "CentGothWGL", Times, serif; }

h1 {
  font-family: "CentGothWGL-Bold", Times, serif;
  font-size: 2.25em;
  line-height: 1.3em; }

h2 {
  font-family: "CentGothWGL-Bold", Times, serif;
  color: black;
  font-size: 1.75em; }

h6 {
  font-family: "CentGothWGL-Bold", Times, serif;
  font-size: 0.875em;
  margin-bottom: 1em;
  color: #555; }

sup {
  font-size: 0.65em !important;
  top: -15px; }

form details summary {
  padding: 20px 0;
  font-size: 1.5em;
  font-family: "CentGothWGL-Bold", Times, serif; }

form details .draggable td {
  position: relative; }
  form details .draggable td .tabledrag-handle {
    left: -40px !important; }
    form details .draggable td .tabledrag-handle .handle {
      background-position: center; }
  form details .draggable td .file-size {
    display: none; }

form fieldset {
  margin: 0; }
  form fieldset legend {
    font-size: 3em;
    font-family: "CentGothWGL-Bold", Times, serif;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 20px 0; }
  form fieldset legend:first-child {
    display: block;
    font-size: 1.25em !important;
    border-bottom: 5px solid red;
    padding-top: 40px; }

form .form-item-checkbox, form .js-form-type-checkbox {
  padding: 20px 0; }
  form .form-item-checkbox label, form .js-form-type-checkbox label {
    padding: 0 40px !important; }

form .form-item {
  margin: 10px 0;
  display: block;
  position: relative; }
  form .form-item select {
    display: block !important; }
  form .form-item label {
    font-family: "CentGothWGL-Bold", Times, serif;
    font-size: 0.875em;
    padding: 5px 0; }
  form .form-item .description {
    font-size: 0.75em;
    padding: 5px 0;
    font-style: italic;
    color: #999;
    cursor: pointer;
    line-height: 1.2; }
  form .form-item input[type="text"],
  form .form-item input[type="email"],
  form .form-item input[type="date"],
  form .form-item input[type="number"],
  form .form-item input[type="password"] {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    line-height: 40px;
    margin: 0;
    background: transparent; }

form textarea {
  width: 100%;
  padding: 20px;
  display: block;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  line-height: 1.3;
  min-height: 200px;
  min-width: 100%;
  margin: 0;
  background: transparent; }

form input[type="submit"] {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  background: transparent;
  font-family: "CentGothWGL-Bold", Times, serif;
  text-align: right;
  margin: 20px 0;
  background: red;
  color: white; }

.format {
  /*text-align: justify;
  text-justify: newspaper;
  hyphens: auto;*/ }
  .format a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #458ca3; }
    .format a:hover {
      color: black; }
  .format p {
    margin-bottom: 20px; }

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }
  .background .cover {
    width: 100%;
    height: 100%;
    position: relative; }

*::selection {
  color: white; }

.section {
  padding: 0;
  margin: 0; }

.row {
  padding: 0;
  margin: 0; }
  .row .col {
    margin: 0;
    padding: 0; }

@media (max-width: 600px) {
  .border.top {
    height: 10px; }
  .border.bottom {
    height: 10px; }
  .border.left {
    width: 10px; }
  .border.right {
    width: 10px; } }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* toolbar-fixed conditions --------------------------------------------------------- */
.toolbar-fixed .popup#popup-std {
  padding-top: 79px !important; }

/* popup cart --------------------------------------------------------- */
.popup#popup-cart {
  width: 25%;
  min-width: 180px;
  height: 100vh;
  display: none;
  position: fixed;
  background: white;
  z-index: 12;
  right: 0;
  top: auto;
  transform: translateX(calc(100% - 0px));
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 20px 0;
  border-left: 1px solid #f2f2f2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  .popup#popup-cart .basic-cart-block-content {
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto; }
    .popup#popup-cart .basic-cart-block-content form {
      padding: 0; }
      .popup#popup-cart .basic-cart-block-content form .basic_cart-call-to-action {
        display: none; }
      .popup#popup-cart .basic-cart-block-content form .basic_cart-cart-total-price-contents .basic_cart-total-price {
        width: 100%;
        text-align: center;
        font-style: normal;
        font-family: "Andale Mono"; }
      .popup#popup-cart .basic-cart-block-content form .basic_cart-grid .basic_cart-cart-contents {
        padding: 0;
        border-top: 2px solid black; }
        .popup#popup-cart .basic-cart-block-content form .basic_cart-grid .basic_cart-cart-contents .basic_cart-delete-image {
          width: 40px;
          height: 40px;
          display: block;
          float: left;
          padding: 0;
          margin: 0;
          line-height: 40px;
          text-align: center;
          padding: 5px; }
        .popup#popup-cart .basic-cart-block-content form .basic_cart-grid .basic_cart-cart-contents .basic_cart-cart-node-title {
          width: calc(100% - 40px);
          min-height: 40px;
          padding: 5px;
          display: block;
          float: right;
          line-height: 1.3;
          border-top: 0; }
        .popup#popup-cart .basic-cart-block-content form .basic_cart-grid .basic_cart-cart-contents .basic_cart-cart-unit-price {
          width: calc(100% - 40px);
          min-height: 40px;
          padding: 5px;
          display: block;
          float: right;
          line-height: 1.3; }
  .popup#popup-cart .popup-controller {
    width: 100%; }
    .popup#popup-cart .popup-controller ul.actions {
      position: absolute;
      right: 20px;
      top: auto; }
      .popup#popup-cart .popup-controller ul.actions .close {
        width: 60px;
        height: 60px;
        position: relative;
        display: block;
        text-align: center;
        line-height: 60px;
        z-index: 9; }
  .popup#popup-cart.close {
    transform: translateX(100%); }
  .popup#popup-cart.open {
    transform: translateX(0); }

/* popup small --------------------------------------------------------- */
.popup#popup-small {
  width: 100vw;
  height: 100vh;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  transform: translateY(-200vh);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  /* inner */
  /* popup content */ }
  .popup#popup-small .close {
    right: 0; }
  .popup#popup-small.close {
    transform: translateY(-200vh); }
  .popup#popup-small.open {
    transform: translateY(0); }
  .popup#popup-small .popup-inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
  .popup#popup-small .popup-content {
    width: 50%;
    min-height: 200px;
    padding: 20px;
    display: block;
    background: white;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
    .popup#popup-small .popup-content .collapsible-body {
      display: block; }

/* popup standard --------------------------------------------------------- */
.popup#popup-std {
  width: 100vw;
  height: 100vh;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transform: translateX(-200vw);
  border-radius: 5px;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  /* inner */
  /* popup content */ }
  .popup#popup-std.close {
    transform: translateX(-200vw); }
  .popup#popup-std.open {
    transform: translateX(0); }
  .popup#popup-std .popup-inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
  .popup#popup-std .popup-content {
    width: 80%;
    height: 100%;
    padding: 40px 40px 40px 20px;
    display: block;
    background: white;
    overflow: auto;
    position: relative; }
  .popup#popup-std .popup-controller {
    position: absolute;
    top: auto;
    right: 40px;
    z-index: 9; }
    .popup#popup-std .popup-controller .actions {
      text-align: right; }
      .popup#popup-std .popup-controller .actions .popup-close {
        height: 40px;
        width: 40px;
        display: inline-block;
        background: #f2f2f2;
        line-height: 40px;
        text-align: center;
        border-radius: 50%; }

/* popup palliaphone --------------------------------------------------------- */
.popup#popup-palliaphone {
  width: 100vw;
  height: 100vh;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  border-radius: 5px;
  transform: translateY(-200vh);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .popup#popup-palliaphone.close {
    transform: translateY(-200vh); }
  .popup#popup-palliaphone.open {
    transform: translateY(0); }
  .popup#popup-palliaphone:hover .popup-bubble img {
    opacity: 0.85;
    transform: scale(1, 1); }
  .popup#popup-palliaphone .popup-inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
  .popup#popup-palliaphone .popup-content {
    position: relative;
    width: 80%;
    min-width: 280px;
    max-width: 520px;
    background-size: cover;
    display: block;
    z-index: 2;
    position: relative;
    margin: 0 auto; }
    .popup#popup-palliaphone .popup-content:before {
      display: block !important;
      content: "";
      width: 100% !important;
      padding-top: 100% !important; }
    .popup#popup-palliaphone .popup-content section.section .section-inner {
      padding: 40px; }
    .popup#popup-palliaphone .popup-content .popup-main {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      background: white;
      border-radius: 50%;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      top: 0;
      left: 0;
      padding: 60px; }
      .popup#popup-palliaphone .popup-content .popup-main .popup-icon {
        width: 100%;
        margin-bottom: 40px;
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: #f2f2f2; }
        .popup#popup-palliaphone .popup-content .popup-main .popup-icon img {
          width: 120px;
          height: 120px;
          display: block;
          margin: 0 auto;
          position: relative;
          top: 20px; }
      .popup#popup-palliaphone .popup-content .popup-main .body {
        text-align: center;
        margin: 10px 0; }
        .popup#popup-palliaphone .popup-content .popup-main .body h4 {
          text-transform: none;
          font-family: "CentGothWGL-Bold", Times, serif;
          color: #458ca3; }
        .popup#popup-palliaphone .popup-content .popup-main .body .number {
          font-family: "CentGothWGL-Bold", Times, serif;
          font-size: 1.25em; }
        .popup#popup-palliaphone .popup-content .popup-main .body.introduction {
          font-size: 1.1em;
          margin-bottom: 20px;
          color: #458ca3; }
          .popup#popup-palliaphone .popup-content .popup-main .body.introduction.format p {
            font-family: "CentGothWGL-Bold", Times, serif; }
    .popup#popup-palliaphone .popup-content .popup-controller {
      float: right;
      padding: 10px;
      position: absolute;
      z-index: 2;
      top: 10%;
      right: 10%; }
      .popup#popup-palliaphone .popup-content .popup-controller .controller-button {
        width: 50px;
        height: 50px;
        display: block;
        border-radius: 50%;
        background: #458ca3;
        color: black;
        text-align: center;
        line-height: 50px;
        display: block;
        font-size: 20px;
        color: white;
        margin: -10px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .popup#popup-palliaphone .popup-content .popup-controller .controller-button:hover {
          background: #f2f2f2;
          color: #458ca3; }

/* Responsive ———————————————————————————————————— */
@media (max-width: 600px) {
  /* popup palliaphone --------------------------------------------------------- */
  .popup#popup-palliaphone .popup-content {
    position: relative;
    width: 80%;
    min-width: 280px;
    max-width: 520px;
    background-size: cover;
    display: block;
    z-index: 2;
    position: relative;
    margin: 0 auto; }
    .popup#popup-palliaphone .popup-content:before {
      display: block !important;
      content: "";
      width: 100% !important;
      padding-top: 150% !important; }
    .popup#popup-palliaphone .popup-content section.section .section-inner {
      padding: 40px; }
    .popup#popup-palliaphone .popup-content .popup-main {
      border-radius: 5px; }
      .popup#popup-palliaphone .popup-content .popup-main .popup-icon {
        width: 80px;
        height: 80px; }
        .popup#popup-palliaphone .popup-content .popup-main .popup-icon img {
          width: 60px;
          height: 60px;
          display: block;
          margin: 0 auto;
          position: relative;
          top: 10px; }
      .popup#popup-palliaphone .popup-content .popup-main .body {
        text-align: center;
        margin: 10px 0; }
        .popup#popup-palliaphone .popup-content .popup-main .body h4 {
          text-transform: none;
          font-family: "CentGothWGL-Bold", Times, serif;
          color: #458ca3; }
        .popup#popup-palliaphone .popup-content .popup-main .body .number {
          font-family: "CentGothWGL-Bold", Times, serif;
          font-size: 0.875em; }
        .popup#popup-palliaphone .popup-content .popup-main .body.introduction {
          font-size: 0.875em;
          margin-bottom: 20px;
          color: #458ca3; }
          .popup#popup-palliaphone .popup-content .popup-main .body.introduction.format p {
            font-family: "CentGothWGL-Bold", Times, serif; }
    .popup#popup-palliaphone .popup-content .popup-controller {
      float: right;
      padding: 10px;
      position: absolute;
      z-index: 2;
      top: 5px;
      right: 5px; }
      .popup#popup-palliaphone .popup-content .popup-controller .controller-button {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 50%;
        background: #458ca3;
        color: black;
        text-align: center;
        line-height: 40px;
        display: block;
        font-size: 20px;
        color: white;
        margin: -10px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .popup#popup-palliaphone .popup-content .popup-controller .controller-button:hover {
          background: #f2f2f2;
          color: #458ca3; } }

form.node-basic-cart-order-form {
  padding: 20px;
  display: block;
  position: relative; }
  form.node-basic-cart-order-form h3 {
    font-size: 1.25em;
    margin: 20px 0;
    font-family: "CentGothWGL-Bold", Times, serif; }
  form.node-basic-cart-order-form .form-item {
    width: 100%;
    height: 80px;
    display: block;
    position: relative;
    background: white;
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px; }
    form.node-basic-cart-order-form .form-item label {
      font-size: 0.875em;
      text-transform: none; }
  form.node-basic-cart-order-form .vertical-tabs {
    display: none; }

form.basic-cart-cart-form {
  padding: 20px; }
  form.basic-cart-cart-form .basic_cart-grid {
    line-height: 60px;
    display: block;
    background: white;
    border-bottom: 0; }
    form.basic-cart-cart-form .basic_cart-grid .basic_cart-cart-contents {
      border-bottom: 0;
      background: white;
      border-radius: 5px;
      margin-bottom: 10px;
      padding: 0 10px; }
      form.basic-cart-cart-form .basic_cart-grid .basic_cart-cart-contents .basic_cart-cart-node-title {
        font-family: "CentGothWGL-Bold", Times, serif; }
      form.basic-cart-cart-form .basic_cart-grid .basic_cart-cart-contents .basic_cart-cart-unit-price {
        font-style: italic;
        font-size: 0.875em; }

/* section-user --------------------------------------*/
section.section.section-form {
  width: 65%;
  display: block;
  height: calc(100vh - 40px);
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  section.section.section-form .section-inner {
    padding: 80px; }
    section.section.section-form .section-inner h1.title {
      font-size: 3em;
      margin-bottom: 20px; }
    section.section.section-form .section-inner form label {
      font-family: "CentGothWGL-Bold", Times, serif;
      margin-bottom: 0;
      display: block;
      border-radius: 40px;
      line-height: 40px;
      height: 40px;
      margin-bottom: 0px;
      padding: 0; }
    section.section.section-form .section-inner form input[type="submit"] {
      border-radius: 30px;
      line-height: 60px;
      padding: 0 15px;
      height: 60px;
      min-width: 150px;
      margin-top: 20px;
      text-align: center;
      font-family: "CentGothWGL-Bold", Times, serif;
      border: 2px solid black;
      -moz-transition: 1s all ease;
      -o-transition: 1s all ease;
      -webkit-transition: 1s all ease;
      transition: 1s all ease;
      color: #999; }
      section.section.section-form .section-inner form input[type="submit"]:hover {
        border-color: #458ca3;
        color: #458ca3; }
    section.section.section-form .section-inner form input[type="text"],
    section.section.section-form .section-inner form input[type="password"],
    section.section.section-form .section-inner form input[type="email"] {
      margin: 0;
      margin-bottom: 10px;
      text-align: left;
      border-radius: 5px;
      line-height: 60px;
      padding: 0 15px;
      height: 60px;
      width: calc(100% - 30px);
      font-family: "CentGothWGL", Times, serif;
      font-size: 1.25em;
      border: 2px solid #f2f2f2;
      color: #999; }
    section.section.section-form .section-inner form .description {
      padding: 0;
      margin: 0;
      margin-bottom: 10px;
      font-size: 0.875em;
      font-style: italic; }

/* section-user --------------------------------------*/
.group-cours .cours-header .cours-title {
  font-size: 1.5em; }

.cours .edit-options {
  left: -30px !important;
  top: -15px !important; }

.cours.group-cours {
  margin-top: 30px;
  height: auto;
  border: 0;
  padding: 10px 20px; }
  .cours.group-cours .collapsible-header {
    padding: 20px;
    width: 100%;
    background: white;
    text-align: center;
    border-bottom: 0;
    border-top: 0; }
  .cours.group-cours .cours-title {
    width: 100%;
    padding: 20px 0 0 0 !important;
    margin: 0 auto;
    text-transform: none; }
    .cours.group-cours .cours-title span {
      line-height: 1.3em;
      color: #458ca3; }
  .cours.group-cours i {
    color: white; }

.cours.teaser {
  margin: 10px 0; }
  .cours.teaser.active .collapsible-header {
    background: transparent; }
  .cours.teaser.active .collapsible-body {
    background: transparent; }
  .cours.teaser .cours-header {
    width: 100%;
    height: auto;
    padding: 10px; }
    .cours.teaser .cours-header .block-action {
      width: 200px;
      text-align: right; }
      .cours.teaser .cours-header .block-action .notif {
        width: 100px;
        text-align: center;
        display: inline-block;
        line-height: 30px;
        text-transform: none;
        border: 2px solid red;
        border-radius: 15px;
        color: red; }
  .cours.teaser .cours-content .multiple-date {
    padding-right: 0;
    margin-top: 0; }
    .cours.teaser .cours-content .multiple-date .cours-date {
      padding: 5px;
      border-bottom: 1px solid #e2e2e2; }
      .cours.teaser .cours-content .multiple-date .cours-date .date {
        font-family: "CentGothWGL-Bold", Times, serif;
        padding: 10px; }
      .cours.teaser .cours-content .multiple-date .cours-date .comment {
        padding: 10px; }
      .cours.teaser .cours-content .multiple-date .cours-date .action {
        text-align: right; }
        .cours.teaser .cours-content .multiple-date .cours-date .action a {
          padding: 0 10px;
          display: inline-block;
          line-height: 30px;
          background: #458ca3;
          font-family: "CentGothWGL-Bold", Times, serif;
          border-radius: 15px;
          color: white;
          margin: 5px; }
      .cours.teaser .cours-content .multiple-date .cours-date:nth-child(2n) {
        background: #f2f2f2; }

.case.formation {
  width: auto;
  position: relative;
  z-index: 1; }
  .case.formation .case-hover {
    transform: scale(0, 0);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .case.formation .case-hover .case-hover-bubble {
      width: 400px;
      height: 400px;
      display: table;
      background: url("../assets/bubble-white.png");
      background-size: cover;
      position: absolute;
      top: -200px;
      left: calc(50% - 200px); }
      .case.formation .case-hover .case-hover-bubble .inner {
        padding: 50px 60px;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        line-height: 40px;
        text-align: center;
        line-height: 1.2;
        font-size: 1em;
        font-family: "CentGothWGL-Bold", Times, serif;
        color: black; }
        .case.formation .case-hover .case-hover-bubble .inner .icon {
          width: 60px;
          height: 60px;
          line-height: 60px;
          margin: 0 auto;
          font-size: 25px;
          display: block;
          position: relative;
          clear: both;
          color: black;
          color: #ccc; }
  .case.formation:hover {
    z-index: 9; }
    .case.formation:hover .case-hover {
      transform: scale(1, 1); }
  .case.formation .case-inner {
    position: relative; }
    .case.formation .case-inner .date {
      color: #f2f2f2; }
    .case.formation .case-inner .title {
      width: auto;
      margin: 0 auto;
      text-align: center;
      font-size: 1.5em;
      color: black;
      font-family: "CentGothWGL-Bold", Times, serif;
      padding: 10px 0; }
    .case.formation .case-inner:after {
      content: " ";
      width: 50%;
      height: 2px;
      display: block;
      margin: 0 auto;
      background: white; }

/* full - complete page */
@media (max-width: 600px) {
  .cours.teaser .cours-header {
    padding: 10px 0; }
    .cours.teaser .cours-header .block-action {
      width: 100px;
      text-align: right; }
      .cours.teaser .cours-header .block-action .notif {
        width: 100px; } }

.ajax-progress-throbber {
  position: absolute;
  top: 50%;
  left: 50%; }

.alert {
  width: 100vw;
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9;
  font-size: 0.75em;
  color: red; }

.button-booking {
  font-family: "CentGothWGL-Bold", Times, serif;
  text-transform: none;
  color: #458ca3;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 2px solid #458ca3;
  text-align: center;
  display: inline-block; }
  .button-booking:hover {
    color: white;
    background: #458ca3; }

.block-booking {
  margin-top: 40px !important;
  padding: 0; }

.booking {
  height: 60px;
  display: block;
  position: relative;
  top: 0;
  margin: 0; }
  .booking .booking-price {
    float: left;
    min-width: 80px;
    margin: 0;
    padding: 20px 0;
    text-align: right;
    font-style: italic; }
  .booking .booking-action {
    float: right;
    padding: 10px;
    display: block;
    margin: 0;
    position: relative; }
    .booking .booking-action .addtocart-wrapper-container a.button {
      width: 100px;
      height: 40px;
      display: block;
      background: #458ca3;
      border-radius: 20px;
      text-align: center;
      color: white;
      line-height: 40px;
      font-size: 1em;
      content: "add";
      position: relative;
      float: left; }

ul.collapsible  {
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  box-shadow: 0 !important;
  margin: 0px 0px 0px 0px !important;
  border-radius: 10px !important;
  overflow: hidden; }

.collapsible-header {
  font-family: "CentGothWGL-Bold", Times, serif;
  font-size: 1em;
  line-height: 1.3;
  height: 60px;
  position: relative;
  padding: 0 0 0 20px;
  display: table; }
  .collapsible-header .cours-title {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  .collapsible-header .title {
    text-transform: none;
    line-height: 1.3; }
    .collapsible-header .title em {
      font-family: "CentGothWGL-Italic", Times, serif; }
    .collapsible-header .title span {
      padding: 0; }
  .collapsible-header span {
    line-height: 1.3;
    display: inline;
    vertical-align: middle; }
  .collapsible-header i {
    line-height: 55px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    padding-top: 5px; }
  .collapsible-header .cours-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    padding: 0;
    margin: 0;
    line-height: 1.3; }
  .collapsible-header .material-icons {
    margin-right: 5px;
    font-size: 22px;
    color: black;
    position: absolute;
    top: 0;
    left: 10px; }

.documentation {
  width: 100% !important; }

.collapsible-body {
  padding: 20px;
  border-top: 0 dotted white;
  border-bottom: 0;
  background: transparent !important;
  position: relative; }
  .collapsible-body .format.body {
    font-size: 0.875em;
    padding: 0 !important; }
    .collapsible-body .format.body p {
      margin: 5px 0; }

.tabs {
  border: 0 !important; }
  .tabs .tab {
    width: 40px;
    height: 40px;
    display: block; }
    .tabs .tab i {
      width: 40px;
      line-height: 40px;
      text-align: center;
      background: #f2f2f2;
      border-radius: 20px; }

.tab-item .tab-title {
  text-align: center;
  font-size: 1.15em;
  font-family: "CentGothWGL-Bold", Times, serif;
  padding: 10px 0;
  display: block; }

.tab-item h3.tab-title {
  text-align: center;
  margin-bottom: 0; }

.tab-item .tab-number {
  font-size: 1.5em;
  text-align: center;
  display: block; }

.tab-item .tab-content {
  font-size: 14px;
  text-align: center;
  font-style: italic; }

.edit-options {
  width: 40px;
  height: 30px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 7;
  background: red;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .edit-options.edit-options-section {
    top: 80px;
    color: white !important; }
  .edit-options.edit-options-page {
    top: auto;
    bottom: 40px;
    background: yellow;
    z-index: 999;
    left: auto;
    right: 40px;
    position: fixed;
    color: black !important; }
  .edit-options ul {
    width: 100%;
    height: 100%;
    padding: 0; }
    .edit-options ul li {
      width: 100%;
      height: 100%;
      padding: 0 !important;
      border: 0 !important;
      float: left; }
      .edit-options ul li:nth-child(2) {
        display: none; }
      .edit-options ul li a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 0 5px;
        line-height: 30px;
        font-size: 14px;
        text-align: center; }

.block-controller a {
  padding: 2.5% 3% 2% 3%;
  border-radius: 15px;
  display: inline-block;
  background: white;
  color: black;
  text-decoration: none;
  font-family: "CentGothWGL-Bold", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.75vh;
  line-height: 1;
  margin-top: 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .block-controller a:hover {
    background: #458ca3;
    color: white; }

.title-bubble {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  color: black;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .title-bubble:after {
    transform: scale(0, 0);
    opacity: 0;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -30px;
    top: -10px;
    content: "keyboard_arrow_right";
    font-family: "Material Icons";
    background: url("../assets/bubble-red.png");
    background-size: cover;
    color: white;
    line-height: 40px;
    font-size: 18px;
    text-align: center; }
  .title-bubble:hover {
    color: white !important;
    text-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); }
    .title-bubble:hover:after {
      opacity: 1;
      transform: scale(1, 1); }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: relative; }

div#draw {
  -moz-transition: filter 1s ease;
  -o-transition: filter 1s ease;
  -webkit-transition: filter 1s ease;
  transition: filter 1s ease;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 1;
  margin: 0;
  padding: 0; }
  div#draw .branding {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 3;
    display: block;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  div#draw canvas {
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  div#draw .scrollH-table {
    height: 100%; }
    div#draw .scrollH-table .scrollH-td {
      height: 100%; }

main#main {
  -moz-transition: filter 1s ease;
  -o-transition: filter 1s ease;
  -webkit-transition: filter 1s ease;
  transition: filter 1s ease;
  background: transparent; }

main#main.horizontal {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 2;
  margin: 0;
  padding: 0;
  padding-left: 300px; }
  main#main.horizontal section.section {
    min-height: 100vh;
    display: block; }
    main#main.horizontal section.section .section-inner {
      height: 100%;
      display: table !important; }
      main#main.horizontal section.section .section-inner .section-inner-content {
        height: 100%;
        display: table-cell !important;
        vertical-align: middle; }
        main#main.horizontal section.section .section-inner .section-inner-content .block-body, main#main.horizontal section.section .section-inner .section-inner-content .slider {
          display: inherit; }

.toolbar-fixed main#main.vertical {
  min-height: calc(100vh - 79px) !important; }
  .toolbar-fixed main#main.vertical:before {
    top: 79px; }

main#main.vertical {
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-x: auto;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  padding-left: 320px;
  background: #dfebe9; }
  main#main.vertical .main-content {
    z-index: 2;
    position: relative;
    display: block;
    padding: 80px 0;
    min-height: 100%;
    height: auto;
    overflow: hidden; }
    main#main.vertical .main-content:after {
      content: " ";
      width: 100%;
      display: block;
      clear: both; }
    main#main.vertical .main-content.main-volet {
      background: white;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 100px;
      width: 90%;
      margin-left: 10%; }
      main#main.vertical .main-content.main-volet section.section {
        border: 0; }
  main#main.vertical div#draw {
    left: 0;
    top: auto;
    z-index: 1;
    position: fixed; }
    main#main.vertical div#draw .branding {
      top: 20px; }

body.toolbar-fixed header#header {
  top: 39px; }

body.toolbar-fixed #popup-std .popup-controller {
  top: 39px; }

body.toolbar-fixed.toolbar-tray-open header#header {
  top: 79px; }

body.toolbar-fixed.toolbar-tray-open #popup-std .popup-controller {
  top: 79px; }

@media (max-width: 600px) {
  .collapsible-header {
    padding: 0; }
    .collapsible-header .title {
      width: 100%;
      font-size: 1.1em !important;
      padding: 8px 0 8px 0 !important; }
    .collapsible-header span {
      line-height: 1.3;
      display: inline;
      vertical-align: middle; }
    .collapsible-header i {
      line-height: 55px;
      width: 30px;
      position: absolute;
      top: 0;
      left: 0;
      color: black;
      padding-top: 5px; }
    .collapsible-header .cours-title {
      display: table-cell;
      vertical-align: middle;
      font-size: 0.875em !important;
      padding: 0;
      margin: 0;
      padding-right: 10px;
      line-height: 1.3; }
    .collapsible-header .material-icons {
      margin-right: 5px;
      font-size: 22px;
      color: black;
      position: absolute;
      top: 0;
      left: 10px; }
  .collapsible-body {
    padding: 10px 0;
    background: transparent !important;
    position: relative; }
    .collapsible-body:after {
      content: " ";
      display: none; }
    .collapsible-body .format.body {
      font-size: 0.875em;
      padding: 0 !important; }
      .collapsible-body .format.body p {
        margin: 5px 0; }
  .tabs {
    border: 0 !important; }
    .tabs .tab {
      width: 40px;
      height: 40px;
      display: block; }
      .tabs .tab i {
        width: 40px;
        line-height: 40px;
        text-align: center;
        background: #f2f2f2;
        border-radius: 20px; }
  main#main.vertical {
    padding-left: 0; }
    main#main.vertical .main-content {
      z-index: 2;
      position: relative;
      display: block;
      padding: 60px 0 30px 0;
      min-height: 100%; }
      main#main.vertical .main-content.main-volet {
        background: transparent;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: auto;
        width: 100%;
        margin-left: 0; }
        main#main.vertical .main-content.main-volet section.section {
          border: 0; }
          main#main.vertical .main-content.main-volet section.section .section-inner {
            padding: 0; }
  main#main.horizontal {
    padding-left: 0; }
  div#draw .branding {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 3;
    display: block;
    opacity: 1; }
    div#draw .branding.top {
      opacity: 1; }
    div#draw .branding.not-top {
      opacity: 0; }
    div#draw .branding img {
      width: auto;
      height: 48px; } }

/* teaser — for full render */
.article.teaser {
  width: 33.33% !important;
  position: relative;
  display: inline;
  text-align: center;
  padding: 10px;
  border: 5px solid transparent; }
  .article.teaser .article-inner {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .article.teaser .article-inner:hover {
      background: rgba(0, 0, 0, 0.05); }
    .article.teaser .article-inner .image {
      width: 100%;
      border-radius: 50%;
      overflow: hidden;
      background: #f2f2f2;
      position: relative;
      max-width: 220px;
      margin: 0 auto; }
      .article.teaser .article-inner .image:before {
        display: block !important;
        content: "";
        width: 100% !important;
        padding-top: 100% !important; }
      .article.teaser .article-inner .image img {
        width: 100%;
        height: auto;
        display: block; }
    .article.teaser .article-inner .content {
      padding: 20px; }
      .article.teaser .article-inner .content .category {
        text-align: center;
        color: #999;
        text-transform: none;
        font-family: "CentGothWGL-Bold", Times, serif;
        margin-bottom: 10px;
        font-size: 0.875em; }
      .article.teaser .article-inner .content .date {
        text-align: center;
        color: #458ca3;
        text-transform: none;
        font-family: "CentGothWGL-Bold", Times, serif;
        margin-bottom: 10px;
        font-size: 0.875em; }
      .article.teaser .article-inner .content .title {
        margin-bottom: 10px;
        text-align: center;
        font-size: 1em;
        line-height: 1.3; }
    .article.teaser .article-inner .action {
      width: 100%;
      height: 60px;
      background: #f2f2f2;
      text-align: center; }
      .article.teaser .article-inner .action span {
        line-height: 60px;
        color: #999; }

/* case — for frontpage */
/* full - complete page */
@media (max-width: 600px) {
  .article.teaser {
    width: 100% !important; } }

/* case ----------------------------------- */
.case.documentation .edit-options {
  top: 10px;
  right: 10px;
  left: auto; }

.case.documentation.case-line {
  margin-bottom: 10px; }

.case.documentation .case-hover {
  transform: scale(0, 0);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .case.documentation .case-hover .case-hover-bubble {
    width: 180px;
    height: 180px;
    display: block;
    background: url("../assets/bubble-blue.png");
    background-size: cover;
    position: absolute;
    top: -120px;
    right: -90px; }
    .case.documentation .case-hover .case-hover-bubble .inner {
      padding: 20px 40px;
      height: 100%;
      display: block;
      line-height: 40px;
      text-align: center;
      line-height: 1.2;
      font-size: 0.75em;
      font-family: "CentGothWGL-Bold", Times, serif;
      color: black; }
      .case.documentation .case-hover .case-hover-bubble .inner .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto;
        font-size: 40px;
        display: block;
        position: relative;
        clear: both;
        color: black; }

.case.documentation:hover {
  z-index: 9; }
  .case.documentation:hover .case-hover {
    display: block;
    transform: scale(1, 1); }
  .case.documentation:hover .case-inner {
    background: white;
    border-color: #458ca3; }
    .case.documentation:hover .case-inner .title {
      color: black !important; }
    .case.documentation:hover .case-inner .title {
      color: black; }
      .case.documentation:hover .case-inner .title .material-icons {
        color: #458ca3; }

.case.documentation .case-inner {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.025);
  border-radius: 5px;
  border-left: 4px solid white;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .case.documentation .case-inner .title {
    width: 100%;
    text-align: left;
    font-size: 2.25vh;
    color: black;
    font-family: "CentGothWGL-Bold", Times, serif;
    padding: 1.5% 2% 1.5% 50px; }
    .case.documentation .case-inner .title .material-icons {
      position: absolute;
      width: 30px;
      text-align: center;
      display: block;
      top: 8px;
      left: 10px;
      color: black; }
    .case.documentation .case-inner .title:after {
      text-align: center;
      right: -20px;
      top: -15px; }

/* header ------------------------------------------ */
header#header {
  width: 100%;
  height: 80px;
  padding: 20px 20px 0 20px;
  display: block;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  -moz-transition: 1s transform ease;
  -o-transition: 1s transform ease;
  -webkit-transition: 1s transform ease;
  transition: 1s transform ease;
  /* inner */ }
  header#header .header-inner {
    position: relative;
    margin-top: 20px;
    margin-right: 10px; }
    header#header .header-inner:after {
      content: " ";
      width: 100%;
      height: 100px;
      display: block;
      position: absolute;
      opacity: 0.1;
      top: 0;
      left: 0; }
  header#header ul.spec-menu {
    padding-right: 280px; }
    header#header ul.spec-menu li a {
      font-size: 1;
      font-family: "CentGothWGL-Bold", Times, serif;
      line-height: 80px; }
  header#header.headroom--top, header#header.headroom--pinned {
    transform: translateY(0px); }
  header#header.headroom--unpinned {
    transform: translateY(-100px); }
  header#header .header-inner .col-tool {
    display: block; }
    header#header .header-inner .col-tool .nav-handler {
      right: 40px;
      top: 45px; }
  header#header .header-inner .col-branding {
    padding: 0 20px; }
  header#header .header-inner .col-quickmenu {
    padding-left: 0%;
    width: 100%;
    text-align: right;
    margin-top: 10px; }
    header#header .header-inner .col-quickmenu .col {
      width: 50%;
      display: block;
      position: relative;
      float: left; }
    header#header .header-inner .col-quickmenu .branding {
      display: none; }
  header#header .header-inner .col-menu ul li {
    float: left;
    display: block;
    padding: 0 0 0 0;
    height: 40px;
    line-height: 80px; }
    header#header .header-inner .col-menu ul li:last-child a:after {
      display: none; }
    header#header .header-inner .col-menu ul li a {
      font-size: 1.15em;
      height: 80px;
      line-height: 80px;
      display: block;
      font-family: "CentGothWGL-Bold", Times, serif;
      text-transform: lowercase;
      -moz-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      header#header .header-inner .col-menu ul li a:before {
        width: 100%;
        display: block; }
      header#header .header-inner .col-menu ul li a:after {
        content: "•";
        font-size: 1.15em;
        line-height: 80px;
        color: white;
        padding: 5px 10px 0 10px; }

@media (max-width: 600px) {
  header#header {
    width: 100%;
    height: 60px;
    padding: 10px 10px 0 10px; }
    header#header .header-inner {
      position: relative;
      margin-top: 0; }
      header#header .header-inner .col-quickmenu {
        margin-top: 0; }
      header#header .header-inner #header-palliaphone {
        top: -40px;
        right: 10px;
        display: inline-block !important; }
      header#header .header-inner .nav-handler {
        display: inline-block !important; }
      header#header .header-inner:after {
        height: 60px; } }

.page {
  padding-bottom: 40px; }
  .page .page-title {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 120px;
    display: block;
    padding: 0px 20px 20px 20px; }
    .page .page-title h1 {
      color: white;
      font-size: 6em; }

.page.page-view-list .section-inner {
  display: block; }

@media (max-width: 600px) {
  .page {
    padding-bottom: 40px; }
    .page .page-title {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      height: auto;
      display: block;
      padding: 20px; }
      .page .page-title h1 {
        color: white;
        font-size: 2.5em; } }

nav#navigation {
  width: 320px;
  height: 100vh;
  margin-left: 0;
  position: fixed;
  display: table;
  z-index: 4;
  top: auto;
  left: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  nav#navigation .branding {
    width: 200px;
    margin-top: 20px;
    height: 50px;
    position: absolute;
    padding: 10px 0;
    z-index: 0;
    bottom: 40px; }
    nav#navigation .branding img {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
  nav#navigation.main-nav-page .nav-inner {
    vertical-align: middle; }
  nav#navigation.close {
    margin-left: -320px; }
  nav#navigation.open {
    margin-left: 0; }
  nav#navigation .nav-inner {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-top: 0;
    display: table-cell;
    vertical-align: middle; }
    nav#navigation .nav-inner .block-menu {
      margin-bottom: 20px;
      position: relative;
      z-index: 9; }
      nav#navigation .nav-inner .block-menu.main-menu ul li a {
        width: 90%;
        font-size: 4.5vh;
        line-height: 1;
        text-transform: lowercase;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease; }
        nav#navigation .nav-inner .block-menu.main-menu ul li a:hover, nav#navigation .nav-inner .block-menu.main-menu ul li a .is-active {
          color: white; }
          nav#navigation .nav-inner .block-menu.main-menu ul li a:hover:after, nav#navigation .nav-inner .block-menu.main-menu ul li a .is-active:after {
            width: 20px;
            background: black;
            left: -30px; }
        nav#navigation .nav-inner .block-menu.main-menu ul li a:after {
          content: " ";
          width: 10px;
          height: 1px;
          background: white;
          display: block;
          position: absolute;
          top: 20px;
          left: -20px;
          -moz-transition: all 0.25s linear;
          -o-transition: all 0.25s linear;
          -webkit-transition: all 0.25s linear;
          transition: all 0.25s linear; }
      nav#navigation .nav-inner .block-menu ul li a {
        font-size: 2.25vh;
        display: block;
        font-family: "CentGothWGL-Bold", Times, serif;
        line-height: 1.1;
        position: relative;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear; }
        nav#navigation .nav-inner .block-menu ul li a:hover, nav#navigation .nav-inner .block-menu ul li a .is-active {
          color: white; }

/* handler ———————————————————————————————————————————————— */
.nav-handler {
  display: inline-block;
  position: relative;
  width: auto;
  float: none;
  left: 0;
  margin: 0px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: none;
  top: -5px;
  z-index: 3;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .nav-handler span {
    display: block;
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -15px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .nav-handler span::before, .nav-handler span::after {
      content: "";
      position: absolute;
      height: 2px;
      width: 30px;
      background: black;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .nav-handler span::before {
      transform-origin: top left;
      top: -8px;
      left: 0; }
    .nav-handler span::after {
      transform-origin: bottom left;
      bottom: -8px;
      left: 0; }
  .nav-handler:hover span::before {
    top: -9px; }
  .nav-handler:hover span::after {
    bottom: -9px; }
  .nav-handler.close span {
    background: transparent !important; }
    .nav-handler.close span::before {
      background: black !important;
      transform: rotate(27deg);
      top: -5px; }
    .nav-handler.close span::after {
      background: black !important;
      transform: rotate(-27deg);
      top: auto; }
  .nav-handler.close:hover::before {
    top: -14px; }
  .nav-handler.close:hover::after {
    bottom: -14px; }

/* menu condition ———————————————————————————————————————————————— */
body.toolbar-fixed #sidebar {
  top: auto; }

body.toolbar-fixed #header {
  top: 39px; }

body.toolbar-fixed.toolbar-tray-open #header {
  top: 78px; }

@media (max-width: 600px) {
  nav#navigation {
    width: 100%;
    transform: translateX(-100vw);
    background: white; }
    nav#navigation .nav-inner .block-menu.main-menu ul li a:hover, nav#navigation .nav-inner .block-menu.main-menu ul li a .is-active {
      color: #458ca3 !important; }
    nav#navigation .nav-inner .block-menu ul li a:hover, nav#navigation .nav-inner .block-menu ul li a .is-active {
      color: #458ca3 !important; }
    nav#navigation.open {
      transform: translateX(0); } }

section.section-donation {
  width: 100%;
  background: white;
  border-radius: 5px;
  border-top: 5px solid #458ca3; }
  section.section-donation .section-inner {
    padding: 20px 20px 20px 20px !important;
    margin-bottom: 0 !important; }
    section.section-donation .section-inner .col {
      float: left;
      display: block;
      margin: 0;
      padding: 0; }
      section.section-donation .section-inner .col.col-icon {
        padding: 10px 0;
        width: 40px;
        text-align: center;
        color: #458ca3; }
      section.section-donation .section-inner .col.col-content {
        width: calc(100% - 40px); }
        section.section-donation .section-inner .col.col-content .title {
          color: #458ca3; }
        section.section-donation .section-inner .col.col-content .bank {
          font-family: "CentGothWGL-Bold", Times, serif;
          color: #458ca3;
          text-transform: uppercase; }
        section.section-donation .section-inner .col.col-content ul li {
          padding: 0;
          margin: 0;
          list-style: none; }
          section.section-donation .section-inner .col.col-content ul li .tab {
            width: 33.33%;
            display: inline-block;
            list-style: none;
            font-family: "CentGothWGL-Bold", Times, serif;
            text-transform: uppercase; }

section.section {
  width: 100%;
  height: 100%;
  display: table;
  border-right: 2px solid rgba(0, 0, 0, 0.05);
  position: relative; }
  section.section .section-inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px; }
  section.section .block-title {
    width: 110px;
    height: 110px !important;
    background-size: cover;
    background: url("../assets/bubble-yellow.png");
    background-size: cover;
    margin: 0 auto;
    font-size: 0.75em;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: black;
    padding: 15px; }
    section.section .block-title .icon img {
      width: 50px;
      height: 50px;
      display: block;
      margin: 0 auto;
      margin-bottom: 5px; }
    section.section .block-title .title {
      color: black;
      line-height: 1;
      font-size: 0.875em; }
  section.section .section-bottom-title {
    padding: 0 40px;
    font-size: 5vw;
    color: white;
    font-family: "CentGothWGL-Bold", Times, serif;
    position: absolute;
    text-transform: lowercase;
    bottom: -15px;
    left: 0;
    margin-left: -5px; }

section.section-formation-page {
  background: white; }

section.section-title .section-inner {
  padding: 20px; }
  section.section-title .section-inner h1:after {
    width: 50px;
    height: 5px;
    display: block;
    background: black;
    content: " ";
    margin-top: 10px; }

section.section-map {
  padding: 0 20px;
  margin: 20px 0; }
  section.section-map .section-inner {
    border-radius: 5px;
    overflow: hidden;
    background: #f2f2f2;
    position: relative;
    position: relative; }
    section.section-map .section-inner:before {
      display: block !important;
      content: "";
      width: 100% !important;
      padding-top: 37.5% !important; }
    section.section-map .section-inner #map {
      width: 150%;
      height: 150%;
      display: block;
      position: absolute;
      top: -25%;
      left: -25%; }
    section.section-map .section-inner h1 {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px;
      display: block;
      color: white;
      font-size: 3em; }

/* section view --------------------------------------*/
section.section-view {
  width: 50vw !important;
  min-width: 650px; }
  section.section-view .search-form {
    height: 40px;
    width: 240px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px; }
    section.section-view .search-form input[type="text"] {
      width: 180px;
      margin-bottom: 0;
      float: left;
      font-size: 1em; }
    section.section-view .search-form:after {
      content: " ";
      display: block;
      position: relative;
      clear: both;
      width: 100%; }
  section.section-view .section-inner {
    padding: 0 40px 0 40px;
    position: relative;
    vertical-align: top;
    overflow: hidden; }
    section.section-view .section-inner .block-view {
      width: 100%;
      display: block; }
    section.section-view .section-inner .block-controller {
      text-align: center; }

section.section-banner {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 40px; }
  section.section-banner .section-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: table-cell;
    position: relative;
    background: white;
    overflow: hidden; }
    section.section-banner .section-image:before {
      display: block !important;
      content: "";
      width: 100% !important;
      padding-top: 100% !important; }
  section.section-banner .section-inner {
    width: calc(100% - 300px);
    display: table-cell;
    vertical-align: middle; }
    section.section-banner .section-inner h1 {
      margin-bottom: 10px; }

/* section page header --------------------------------------*/
section.section-page-title {
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
  bottom: -5%;
  left: 0;
  z-index: 1; }
  section.section-page-title .section-inner {
    width: 100%;
    display: block;
    text-align: right;
    padding-bottom: 0;
    padding: 0 40px; }
    section.section-page-title .section-inner h1 {
      color: white;
      text-transform: none;
      font-size: 12.5vw; }

/* section page list --------------------------------------*/
section.section-page-list {
  position: relative;
  z-index: 3;
  padding-right: 40px; }
  section.section-page-list .section-list {
    width: 100% !important;
    margin-left: -10px !important;
    padding: 20px 0 40px 0; }
    section.section-page-list .section-list .case-line {
      width: 33.33% !important;
      padding: 10px;
      margin: 0; }
      section.section-page-list .section-list .case-line.documentation {
        width: 100% !important; }
      section.section-page-list .section-list .case-line .title {
        color: black !important; }
      section.section-page-list .section-list .case-line .case-hover {
        display: block;
        transform: scale(1, 1); }
      section.section-page-list .section-list .case-line .case-inner {
        float: left;
        z-index: 9;
        background: white; }
        section.section-page-list .section-list .case-line .case-inner .title {
          color: black; }
          section.section-page-list .section-list .case-line .case-inner .title .material-icons {
            color: #458ca3; }
  section.section-page-list .section-filters {
    width: calc(100% - 70px);
    min-width: 100% !important;
    margin-left: 5px !important;
    width: auto !important;
    padding-right: 20px;
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-left: 10px;
    border-radius: 0;
    padding-left: 70px; }
    section.section-page-list .section-filters .material-icons {
      position: absolute;
      height: 60px;
      left: 0;
      width: 60px;
      margin-right: 20px;
      background: white;
      color: #458ca3;
      line-height: 60px;
      text-align: center;
      border-radius: 30px;
      font-family: "Material Icons"; }
    section.section-page-list .section-filters form {
      width: auto; }
      section.section-page-list .section-filters form select {
        display: none !important; }
      section.section-page-list .section-filters form:after {
        content: " ";
        position: relative;
        display: block;
        clear: both; }
    section.section-page-list .section-filters input[type="submit"] {
      width: calc(15% - 20px) !important;
      height: 60px;
      line-height: 60px;
      display: block;
      float: left;
      background: transparent;
      overflow: hidden;
      color: white;
      font-family: "CentGothWGL-Bold", Times, serif;
      border-radius: 5px;
      border: 0;
      margin: 0 10px;
      background: #458ca3;
      color: white; }
    section.section-page-list .section-filters .form-item {
      width: calc(75% - 20px) !important;
      height: 60px;
      display: block;
      float: left;
      margin: 0 10px;
      border-radius: 5px;
      border: 2px solid white;
      background: transparent;
      background: white; }
      section.section-page-list .section-filters .form-item:hover {
        background: white; }
        section.section-page-list .section-filters .form-item:hover label {
          color: #999; }
      section.section-page-list .section-filters .form-item:first-child {
        display: block; }
      section.section-page-list .section-filters .form-item label {
        display: block;
        height: 20px;
        width: 100%;
        color: white;
        color: #458ca3;
        background: transparent;
        line-height: 20px;
        font-size: 0.75em;
        font-family: "CentGothWGL-Bold", Times, serif;
        padding: 5px 10px 0 10px;
        text-transform: none; }
      section.section-page-list .section-filters .form-item input[type="text"] {
        width: calc(100% - 20px);
        height: 40px;
        background: transparent;
        margin: 0;
        padding: 0 10px;
        line-height: 40px;
        font-size: 1.05em;
        border: 0;
        color: black;
        font-family: "CentGothWGL-Bold", Times, serif; }
      section.section-page-list .section-filters .form-item:first-child input[type="text"] {
        border-radius: 0 0 0 0; }
      section.section-page-list .section-filters .form-item .select-wrapper .caret {
        position: absolute;
        top: 15px;
        right: 25px;
        display: none; }
      section.section-page-list .section-filters .form-item .select-wrapper input[type="text"] {
        border-bottom: 0 !important; }
      section.section-page-list .section-filters .form-item .select-wrapper ul.select-dropdown {
        border-radius: 15px; }
        section.section-page-list .section-filters .form-item .select-wrapper ul.select-dropdown li > a, section.section-page-list .section-filters .form-item .select-wrapper ul.select-dropdown li > span {
          color: black; }
  section.section-page-list .section-group {
    width: 100%;
    display: block;
    clear: both;
    text-align: left;
    padding: 0 10px; }
    section.section-page-list .section-group.active .title {
      color: black; }
    section.section-page-list .section-group .title {
      width: 100%;
      color: black;
      text-transform: none;
      font-size: 2.25em;
      text-align: center;
      text-transform: none;
      padding-left: 60px; }
      section.section-page-list .section-group .title .depth {
        display: none; }
      section.section-page-list .section-group .title:hover {
        color: black; }
      section.section-page-list .section-group .title i {
        width: 40px;
        height: 40px;
        line-height: 30px;
        text-align: center;
        background: white;
        border-radius: 50%;
        display: block; }
      section.section-page-list .section-group .title.center {
        text-align: left;
        font-size: 2.5em; }
    section.section-page-list .section-group .section-list {
      border-top: 0; }
  section.section-page-list .section-inner {
    padding: 0; }

/* section page content --------------------------------------*/
section.section-page-content {
  width: 100%;
  height: auto;
  display: block; }
  section.section-page-content.section-page-article .section-inner .row-content {
    background: white;
    padding: 20px 60px;
    border-radius: 10px;
    border-top: 5px solid #458ca3; }
    section.section-page-content.section-page-article .section-inner .row-content .col-content {
      width: 66.66%; }
    section.section-page-content.section-page-article .section-inner .row-content .col-complement {
      width: 33.33%; }
    section.section-page-content.section-page-article .section-inner .row-content iframe {
      width: 100%;
      height: auto; }
  section.section-page-content .section-inner {
    width: 100%;
    display: block;
    padding: 0px 40px 80px 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2; }
    section.section-page-content .section-inner .row-description {
      margin-bottom: 20px; }
      section.section-page-content .section-inner .row-description .col {
        font-size: 1.05em;
        line-height: 1.3;
        text-align: left; }
        section.section-page-content .section-inner .row-description .col p {
          margin-bottom: 20px 0; }
        section.section-page-content .section-inner .row-description .col em, section.section-page-content .section-inner .row-description .col i {
          width: 50%;
          font-size: 0.5em;
          font-family: "CentGothWGL", Times, serif;
          line-height: 1.2; }
    section.section-page-content .section-inner .row-content .col-content {
      padding-right: 20px; }
    section.section-page-content .section-inner .row-content .col-complement {
      padding-left: 20px;
      text-align: left;
      font-size: 0.875em; }
      section.section-page-content .section-inner .row-content .col-complement h1, section.section-page-content .section-inner .row-content .col-complement h2, section.section-page-content .section-inner .row-content .col-complement h3, section.section-page-content .section-inner .row-content .col-complement h4, section.section-page-content .section-inner .row-content .col-complement h5, section.section-page-content .section-inner .row-content .col-complement h6 {
        line-height: 1.3;
        text-transform: none;
        margin-bottom: 20px; }

.collapsible {
  border: none !important;
  box-shadow: 0 0 0 !important; }
  .collapsible .collapsible-header {
    background: transparent !important;
    border: none !important; }

/* section page section --------------------------------------*/
section.section-page-section {
  width: 100%;
  border: 0; }
  section.section-page-section .section-inner {
    padding: 20px 40px; }
    section.section-page-section .section-inner ul.collapsible {
      box-shadow: none !important; }
      section.section-page-section .section-inner ul.collapsible li {
        background: transparent; }
        section.section-page-section .section-inner ul.collapsible li .collapsible-header {
          border: 0;
          border-left: 2px solid #458ca3;
          background: transparent;
          font-size: 1.5em;
          font-family: "CentGothWGL-Bold", Times, serif;
          color: #458ca3;
          padding: 20px; }
        section.section-page-section .section-inner ul.collapsible li .collapsible-body {
          border: 0;
          padding: 20px;
          border-left: 2px solid white;
          background: transparent; }
          section.section-page-section .section-inner ul.collapsible li .collapsible-body .controller {
            display: block;
            text-align: right; }
            section.section-page-section .section-inner ul.collapsible li .collapsible-body .controller a {
              padding: 0 20px;
              line-height: 60px;
              background: #458ca3;
              font-family: "CentGothWGL-Bold", Times, serif;
              border-radius: 30px;
              text-align: center;
              color: white;
              display: inline-block; }

/* section list --------------------------------------*/
section.section.section-list .section-inner {
  width: 40vw; }
  section.section.section-list .section-inner .block-title {
    text-align: center;
    background: url("../assets/bubble-yellow.png"); }
    section.section.section-list .section-inner .block-title h4 {
      font-family: "CentGothWGL-Bold", Times, serif;
      text-transform: none; }
    section.section.section-list .section-inner .block-title h2 {
      font-size: 4vw;
      line-height: 1;
      color: black;
      text-transform: lowercase;
      margin-bottom: 20px; }
  section.section.section-list .section-inner .block-grid {
    width: 40vw;
    min-width: 400px; }
    section.section.section-list .section-inner .block-grid .case {
      width: 50%;
      display: block;
      float: left;
      padding: 10px;
      display: block;
      position: relative; }
      section.section.section-list .section-inner .block-grid .case:before {
        display: block !important;
        content: "";
        width: 100% !important;
        padding-top: 75% !important; }
      section.section.section-list .section-inner .block-grid .case .case-inner {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        padding: 20px;
        background: white;
        border-radius: 5px;
        border-top: 2px solid #458ca3; }
        section.section.section-list .section-inner .block-grid .case .case-inner .date {
          text-align: center;
          font-weight: bold;
          font-size: 0.875em; }
        section.section.section-list .section-inner .block-grid .case .case-inner .title {
          text-align: center;
          font-size: 1.05em;
          font-family: "CentGothWGL-Bold", Times, serif; }
        section.section.section-list .section-inner .block-grid .case .case-inner .button {
          width: 40px;
          height: 40px;
          border-radius: 20px;
          position: absolute;
          bottom: 20px;
          left: 50%;
          margin-left: -20px;
          line-height: 40px;
          background: #f2f2f2;
          color: black;
          font-weight: bold;
          text-align: center; }

/* section-formation --------------------------------------*/
section.section.section-formation {
  border: 0 !important; }
  section.section.section-formation .section-inner {
    padding: 0 !important; }
    section.section.section-formation .section-inner .col-content {
      width: 70%; }
      section.section.section-formation .section-inner .col-content .body {
        padding: 20px;
        color: black; }
        section.section.section-formation .section-inner .col-content .body h3 {
          text-transform: none;
          letter-spacing: normal;
          font-size: 1.5em;
          color: black; }
    section.section.section-formation .section-inner .col-sidebar {
      width: 30%;
      padding: 0 0 0 0; }
    section.section.section-formation .section-inner .col-chapter {
      width: 100%;
      display: block;
      line-height: 1.3;
      padding: 20px 20px;
      margin: 0;
      text-transform: none;
      color: #999;
      background: transparent !important; }
      section.section.section-formation .section-inner .col-chapter .grey {
        color: #458ca3;
        background: transparent !important; }
    section.section.section-formation .section-inner .col-title {
      width: 100%;
      display: block;
      line-height: 40px;
      padding: 0 20px;
      margin: 0;
      margin-bottom: 20px; }
  section.section.section-formation .col.col-sidebar {
    padding-left: 20px; }
    section.section.section-formation .col.col-sidebar .icon {
      width: 60px;
      height: 60px;
      background: url("../assets/bubble-yellow.png");
      display: block;
      background-size: cover;
      margin: 0 auto;
      margin-bottom: 10px; }
      section.section.section-formation .col.col-sidebar .icon img {
        margin: 10px;
        height: 40px; }
    section.section.section-formation .col.col-sidebar .tab-item {
      padding-bottom: 20px;
      padding: 0 20px 20px 20px;
      padding: 10px;
      border: 1px solid #f2f2f2;
      border-radius: 20px;
      margin-top: 20px; }
      section.section.section-formation .col.col-sidebar .tab-item.sidebar-gallery .image-gallery {
        padding: 2px;
        display: block;
        position: relative; }
        section.section.section-formation .col.col-sidebar .tab-item.sidebar-gallery .image-gallery img {
          width: 100%;
          height: auto;
          position: relative;
          display: block;
          border-radius: 5px; }
      section.section.section-formation .col.col-sidebar .tab-item .tab-title {
        color: black; }

/* section presentation --------------------------------------*/
section.section.section-presentation {
  width: 80%;
  min-width: 320px;
  display: block; }
  section.section.section-presentation .section-inner {
    width: 100%;
    display: block;
    position: relative; }
    section.section.section-presentation .section-inner .main-bubble {
      width: 240px !important;
      height: 240px !important;
      display: table;
      background: url("../assets/bubble-yellow.png");
      background-size: cover;
      position: absolute;
      z-index: 7;
      top: calc(50% - 120px);
      left: calc(50% - 120px);
      cursor: auto; }
      section.section.section-presentation .section-inner .main-bubble .bubble-inner {
        width: 100%;
        height: 100%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 40px;
        cursor: auto; }
        section.section.section-presentation .section-inner .main-bubble .bubble-inner h4 {
          font-family: "CentGothWGL-Bold", Times, serif;
          display: inline;
          line-height: 1.1;
          font-size: 1.6em;
          cursor: auto; }
          section.section.section-presentation .section-inner .main-bubble .bubble-inner h4:after {
            content: " ";
            width: 100%;
            height: 5px;
            position: absolute;
            left: 0; }
    section.section.section-presentation .section-inner .bubble {
      width: 180px;
      height: 180px;
      display: table;
      position: absolute;
      top: calc(50% - 110px);
      left: calc(50% - 110px);
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }
      section.section.section-presentation .section-inner .bubble:nth-child(2) {
        background: url("../assets/bubble-blue.png");
        background-size: cover; }
      section.section.section-presentation .section-inner .bubble:nth-child(3) {
        background: url("../assets/bubble-green.png");
        background-size: cover; }
      section.section.section-presentation .section-inner .bubble:nth-child(4) {
        background: url("../assets/bubble-orange.png");
        background-size: cover; }
      section.section.section-presentation .section-inner .bubble:nth-child(5) {
        background: url("../assets/bubble-red.png");
        background-size: cover; }
      section.section.section-presentation .section-inner .bubble:nth-child(6) {
        background: url("../assets/bubble-darkgreen.png");
        background-size: cover; }
      section.section.section-presentation .section-inner .bubble:nth-child(7) {
        background: url("../assets/bubble-yellow.png");
        background-size: cover; }
      section.section.section-presentation .section-inner .bubble .bubble-inner {
        width: 100%;
        height: 100%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0 20px;
        position: relative; }
        section.section.section-presentation .section-inner .bubble .bubble-inner h4 {
          font-family: "CentGothWGL-Bold", Times, serif;
          display: inline;
          line-height: 1;
          font-size: 0.875em;
          cursor: pointer; }
          section.section.section-presentation .section-inner .bubble .bubble-inner h4:after {
            content: " ";
            width: 100%;
            height: 5px;
            position: absolute;
            left: 0; }
    section.section.section-presentation .section-inner:hover .bubble:nth-child(2) {
      left: calc(50% - 270px);
      top: calc(50% - 220px); }
    section.section.section-presentation .section-inner:hover .bubble:nth-child(3) {
      left: calc(50% - 110px);
      top: calc(50% - 320px); }
    section.section.section-presentation .section-inner:hover .bubble:nth-child(4) {
      left: calc(50% + 100px);
      top: calc(50% - 220px); }
    section.section.section-presentation .section-inner:hover .bubble:nth-child(5) {
      left: calc(50% - 270px);
      top: calc(50% + 50px); }
    section.section.section-presentation .section-inner:hover .bubble:nth-child(6) {
      left: calc(50% - 110px);
      top: calc(50% + 130px); }
    section.section.section-presentation .section-inner:hover .bubble:nth-child(7) {
      left: calc(50% + 100px);
      top: calc(50% + 50px); }

/* section introduction --------------------------------------*/
section.section.section-introduction .section-inner .block-controller {
  padding-left: 40px; }

section.section.section-introduction .section-inner .block-body {
  width: 40vw;
  max-width: 600px;
  font-size: 2.25vh;
  font-family: "CentGothWGL-Bold", Times, serif;
  text-align: left;
  line-height: 1.3;
  padding-left: 40px; }
  section.section.section-introduction .section-inner .block-body h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
    display: block;
    color: white; }
    section.section.section-introduction .section-inner .block-body h1 .red {
      background: transparent !important;
      color: #ff98a2; }

/* section text-block --------------------------------------*/
section.section.section-text-block .section-inner .block-body {
  width: 30vw;
  max-width: 600px;
  font-size: 1.05em;
  font-family: "CentGothWGL-Bold", Times, serif;
  text-align: center;
  line-height: 1.3; }
  section.section.section-text-block .section-inner .block-body a {
    text-decoration: underline; }
    section.section.section-text-block .section-inner .block-body a:hover {
      color: #458ca3; }
  section.section.section-text-block .section-inner .block-body h1 {
    font-size: 1.5em;
    display: block;
    color: white;
    margin-bottom: 20px; }
  section.section.section-text-block .section-inner .block-body ul li {
    padding: 0;
    margin: 0;
    list-style: none; }

section.section.section-text-block .section-inner .block-controller {
  text-align: center; }

/* section contact --------------------------------------*/
section.section.section-contact-block {
  background: white;
  padding: 0;
  display: block;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  position: relative;
  margin-left: -7px;
  min-width: 560px; }
  section.section.section-contact-block .block-map {
    width: 180px;
    height: 180px !important;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    margin: 20px auto; }
    section.section.section-contact-block .block-map #map {
      width: 150%;
      height: 100%;
      display: block;
      position: relative;
      margin-left: -25%; }
    section.section.section-contact-block .block-map iframe {
      width: 150%;
      height: 150%;
      left: -25%;
      top: -25%;
      position: absolute; }
  section.section.section-contact-block .icon-palliaphone {
    width: 200px;
    height: 200px !important;
    display: inline-block;
    margin: 0 auto;
    clear: both;
    position: relative; }
  section.section.section-contact-block .section-inner {
    width: 100%;
    height: 100% !important;
    display: block;
    padding: 0 20px 0 0;
    padding-top: 80px; }
    section.section.section-contact-block .section-inner .block-phone-content {
      padding: 0;
      height: auto !important;
      width: 100%;
      text-align: center;
      color: black; }
      section.section.section-contact-block .section-inner .block-phone-content .block-phone-number {
        font-size: 1em;
        display: block;
        font-family: "CentGothWGL-Bold", Times, serif;
        color: black; }
    section.section.section-contact-block .section-inner .block-phone {
      width: 50%;
      height: 100%;
      display: table;
      position: relative;
      border-radius: 100px;
      font-size: 2.25vh; }
      section.section.section-contact-block .section-inner .block-phone .block-phone-inner {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px; }
      section.section.section-contact-block .section-inner .block-phone .default {
        width: 200px;
        height: 200px;
        -moz-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 0;
        left: calc(50% - 100px);
        z-index: 2; }
      section.section.section-contact-block .section-inner .block-phone:hover .default {
        opacity: 0; }
      section.section.section-contact-block .section-inner .block-phone:hover .hover {
        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px; }
      section.section.section-contact-block .section-inner .block-phone .hover {
        width: 200px;
        height: 200px;
        display: block;
        position: absolute;
        top: 0;
        left: calc(50% - 100px);
        z-index: 1; }
    section.section.section-contact-block .section-inner .block-body {
      width: 100%;
      display: block;
      position: relative;
      border-left: 20px solid transparent;
      padding: 10px 0;
      text-align: center;
      color: #999; }
      section.section.section-contact-block .section-inner .block-body p {
        margin-bottom: 0; }
      section.section.section-contact-block .section-inner .block-body h4 {
        text-transform: none;
        display: block;
        color: black;
        font-family: "CentGothWGL-Bold", Times, serif; }
    section.section.section-contact-block .section-inner .block-address {
      padding: 0 0 0 0; }
      section.section.section-contact-block .section-inner .block-address h4 {
        margin-top: 0; }
      section.section.section-contact-block .section-inner .block-address .col {
        width: 100%;
        padding: 10px 0; }
    section.section.section-contact-block .section-inner .block-controller {
      text-align: center; }

@media (max-width: 600px) {
  /* section-banner --------------------------------------*/
  section.section-banner {
    width: 100%;
    display: table;
    position: relative;
    margin-bottom: 0; }
    section.section-banner .section-image {
      width: 240px;
      height: 240px;
      margin: 0 auto;
      display: block; }
    section.section-banner .section-inner {
      width: 100%;
      display: block;
      vertical-align: middle;
      text-align: center; }
      section.section-banner .section-inner h1 {
        margin: 10px 0;
        font-size: 1.5em;
        line-height: 1.3; }
  /* section-formation --------------------------------------*/
  section.section.section-formation {
    padding: 0; }
    section.section.section-formation .section-inner .col-content {
      width: 100%; }
      section.section.section-formation .section-inner .col-content .body {
        padding: 0; }
        section.section.section-formation .section-inner .col-content .body h3 {
          font-size: 1.5em; }
    section.section.section-formation .section-inner .col-sidebar {
      width: 100%;
      padding: 0 0 0 0; }
    section.section.section-formation .section-inner .col-chapter {
      padding: 0;
      margin: 0; }
    section.section.section-formation .section-inner .col-title {
      padding: 0;
      margin: 10px 0;
      font-size: 1.5em;
      line-height: 1.2; }
    section.section.section-formation .section-inner .col.col-sidebar {
      padding-left: 0;
      padding-top: 20px; }
      section.section.section-formation .section-inner .col.col-sidebar .icon {
        width: 60px;
        height: 60px;
        background: url("../assets/bubble-yellow.png");
        display: block;
        background-size: cover;
        margin: 0 auto;
        margin-bottom: 10px; }
        section.section.section-formation .section-inner .col.col-sidebar .icon img {
          margin: 10px;
          height: 40px; }
      section.section.section-formation .section-inner .col.col-sidebar .tab-item {
        padding-bottom: 20px;
        padding: 0 20px 20px 20px;
        padding: 10px;
        border: 0;
        background: white;
        border-radius: 20px;
        margin-top: 20px;
        padding-bottom: 20px; }
        section.section.section-formation .section-inner .col.col-sidebar .tab-item.sidebar-gallery .image-gallery {
          padding: 2px;
          display: block;
          position: relative; }
          section.section.section-formation .section-inner .col.col-sidebar .tab-item.sidebar-gallery .image-gallery img {
            width: 100%;
            height: auto;
            position: relative;
            display: block;
            border-radius: 5px; }
        section.section.section-formation .section-inner .col.col-sidebar .tab-item .tab-title {
          color: black; }
  /* section page list --------------------------------------*/
  section.section-page-list {
    position: relative;
    z-index: 3;
    padding-right: 40px; }
    section.section-page-list .section-list {
      width: 100% !important;
      margin-left: 0 !important;
      padding: 20px 0 20px 0; }
      section.section-page-list .section-list .case-line {
        width: 100% !important;
        padding: 10px; }
    section.section-page-list .section-filters {
      min-width: 100% !important;
      margin-left: 0 !important;
      width: auto !important;
      padding-right: 0;
      margin-bottom: 20px;
      padding-left: 0; }
      section.section-page-list .section-filters .material-icons {
        display: none; }
      section.section-page-list .section-filters form {
        width: 100%;
        padding: 0 10px; }
      section.section-page-list .section-filters input[type="submit"] {
        width: calc(100% - 20px) !important;
        height: 60px;
        margin: 5px 10px 5px 10px !important;
        background: #458ca3;
        color: white; }
      section.section-page-list .section-filters .form-item {
        width: calc(100% - 20px) !important;
        height: 60px;
        margin: 5px 10px 5px 10px !important;
        background: white;
        -moz-transition: 1s all ease;
        -o-transition: 1s all ease;
        -webkit-transition: 1s all ease;
        transition: 1s all ease; }
        section.section-page-list .section-filters .form-item label {
          color: #458ca3; }
        section.section-page-list .section-filters .form-item input[type="text"] {
          width: calc(100% - 20px);
          height: 40px;
          background: transparent;
          margin: 0;
          padding: 0 10px;
          line-height: 40px;
          font-size: 1.05em;
          border: 0;
          color: black;
          font-family: "CentGothWGL-Bold", Times, serif; }
        section.section-page-list .section-filters .form-item:first-child input[type="text"] {
          border-radius: 0 0 0 0; }
        section.section-page-list .section-filters .form-item .select-wrapper .caret {
          position: absolute;
          top: 15px;
          right: 25px;
          display: none; }
        section.section-page-list .section-filters .form-item .select-wrapper input[type="text"] {
          border-bottom: 0 !important; }
        section.section-page-list .section-filters .form-item .select-wrapper ul.select-dropdown {
          border-radius: 15px; }
          section.section-page-list .section-filters .form-item .select-wrapper ul.select-dropdown li > a, section.section-page-list .section-filters .form-item .select-wrapper ul.select-dropdown li > span {
            color: black; }
    section.section-page-list .section-group {
      width: 100%;
      display: block;
      clear: both;
      text-align: left;
      padding: 0 10px; }
      section.section-page-list .section-group.active .title {
        color: black; }
      section.section-page-list .section-group .title {
        width: 100%;
        color: black;
        text-transform: none;
        font-size: 2.25em;
        text-align: center;
        text-transform: none;
        padding-left: 60px !important; }
        section.section-page-list .section-group .title .depth {
          display: none; }
        section.section-page-list .section-group .title:hover {
          color: black; }
        section.section-page-list .section-group .title i {
          width: 40px;
          height: 40px;
          line-height: 30px;
          text-align: center;
          background: white;
          border-radius: 50%;
          display: block; }
        section.section-page-list .section-group .title.center {
          text-align: left;
          font-size: 2.5em; }
      section.section-page-list .section-group .section-list {
        border-top: 0; }
    section.section-page-list .section-inner {
      padding: 0; }
  /* section page content --------------------------------------*/
  section.section-page-content {
    width: 100%;
    height: auto;
    display: block; }
    section.section-page-content.section-page-article .section-inner .row-content {
      background: transparent;
      padding: 0;
      border-radius: 0;
      border-top: 0 solid #458ca3; }
      section.section-page-content.section-page-article .section-inner .row-content .col-content {
        width: 100%; }
      section.section-page-content.section-page-article .section-inner .row-content .col-complement {
        margin-top: 20px;
        border-top: 2px solid rgba(0, 0, 0, 0.15);
        padding-top: 20px;
        width: 100%; }
    section.section-page-content .section-inner {
      width: 100%;
      display: block;
      padding: 0px 40px 80px 20px;
      margin-bottom: 40px;
      position: relative;
      z-index: 2; }
      section.section-page-content .section-inner .row-description {
        margin-bottom: 20px; }
        section.section-page-content .section-inner .row-description .col {
          font-size: 0.875em;
          line-height: 1.3;
          text-align: left; }
          section.section-page-content .section-inner .row-description .col p {
            margin-bottom: 10px 0; }
      section.section-page-content .section-inner .row-content .col-content {
        width: 100% !important;
        padding-right: 0; }
      section.section-page-content .section-inner .row-content .col-complement {
        width: 100% !important;
        padding-left: 0;
        font-size: 0.875em; }
        section.section-page-content .section-inner .row-content .col-complement h1, section.section-page-content .section-inner .row-content .col-complement h2, section.section-page-content .section-inner .row-content .col-complement h3, section.section-page-content .section-inner .row-content .col-complement h4, section.section-page-content .section-inner .row-content .col-complement h5, section.section-page-content .section-inner .row-content .col-complement h6 {
          line-height: 1.3;
          text-transform: none;
          margin-bottom: 20px; }
  section.section.section-introduction .section-inner .block-controller {
    padding-left: 0; }
  section.section.section-introduction .section-inner .block-body {
    width: 100%;
    padding-left: 0; }
  section.section {
    border-right: 0;
    min-height: 0 !important;
    height: auto;
    padding: 20px 0; }
    section.section .section-inner {
      padding: 0 30px; }
    section.section .section-bottom-title {
      display: none; }
  /* section contact --------------------------------------*/
  section.section.section-contact-block {
    margin-left: 0;
    min-width: 0; }
    section.section.section-contact-block .section-inner {
      padding: 0 !important; }
      section.section.section-contact-block .section-inner .block-phone {
        width: 100%;
        border-left: 0; }
    section.section.section-contact-block .block-map {
      width: 200px;
      height: 200px !important;
      border-radius: 100px;
      margin: 20px auto; }
  /* section title --------------------------------------*/
  section.section-title .section-inner {
    padding: 20px; }
    section.section-title .section-inner h1 {
      font-size: 2em; }
  /* section view --------------------------------------*/
  section.section-view {
    width: 100% !important;
    min-width: 0 !important; }
    section.section-view .section-inner {
      padding: 0 20px 0 20px;
      position: relative;
      vertical-align: top;
      overflow: hidden; }
      section.section-view .section-inner .block-view {
        width: 100%;
        display: block; }
      section.section-view .section-inner .block-controller {
        text-align: center; }
  section.section.section-text-block .section-inner .block-body {
    width: 100%; }
  /* section presentation --------------------------------------*/
  section.section.section-presentation {
    width: 100%;
    min-width: 320px;
    height: 60vh;
    min-height: 440px; }
    section.section.section-presentation .section-inner .main-bubble {
      width: 160px !important;
      height: 160px !important;
      background: url("../assets/bubble-yellow.png");
      background-size: contain;
      top: calc(50% - 80px);
      left: calc(50% - 80px); }
      section.section.section-presentation .section-inner .main-bubble .bubble-inner {
        padding: 30px; }
        section.section.section-presentation .section-inner .main-bubble .bubble-inner h4 {
          font-size: 1em; }
          section.section.section-presentation .section-inner .main-bubble .bubble-inner h4:after {
            content: " ";
            width: 100%;
            height: 5px;
            position: absolute;
            left: 0; }
    section.section.section-presentation .section-inner .bubble {
      width: 120px;
      height: 120px;
      top: calc(50% - 60px);
      left: calc(50% - 60px);
      background-size: cover; }
      section.section.section-presentation .section-inner .bubble .bubble-inner {
        padding: 0 10px; }
        section.section.section-presentation .section-inner .bubble .bubble-inner h4 {
          display: block;
          line-height: 1 !important;
          font-size: 12px !important; }
    section.section.section-presentation .section-inner .bubble:nth-child(2), section.section.section-presentation .section-inner .bubble:hover:nth-child(2) {
      left: calc(50% - 150px);
      top: calc(50% - 130px); }
    section.section.section-presentation .section-inner .bubble:nth-child(3), section.section.section-presentation .section-inner .bubble:hover:nth-child(3) {
      left: calc(50% - 60px);
      top: calc(50% - 170px); }
    section.section.section-presentation .section-inner .bubble:nth-child(4), section.section.section-presentation .section-inner .bubble:hover:nth-child(4) {
      left: calc(50% + 30px);
      top: calc(50% - 130px); }
    section.section.section-presentation .section-inner .bubble:nth-child(5), section.section.section-presentation .section-inner .bubble:hover:nth-child(5) {
      left: calc(50% - 150px);
      top: calc(50% + 25px); }
    section.section.section-presentation .section-inner .bubble:nth-child(6), section.section.section-presentation .section-inner .bubble:hover:nth-child(6) {
      left: calc(50% - 60px);
      top: calc(50% + 60px); }
    section.section.section-presentation .section-inner .bubble:nth-child(7), section.section.section-presentation .section-inner .bubble:hover:nth-child(7) {
      left: calc(50% + 30px);
      top: calc(50% + 25px); } }

/* homepage slider */
.main-slider-horizontal {
  height: 100%;
  white-space: nowrap; }
  .main-slider-horizontal .section-scroll {
    width: 60%;
    overflow: hidden;
    display: inline-block !important;
    vertical-align: top;
    white-space: normal; }

.main-slider-horizontal.slick-slider {
  height: 100%;
  position: relative; }
  .main-slider-horizontal.slick-slider ul.slick-dots {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 20px;
    z-index: 9;
    text-align: right;
    padding-right: 40px; }
    .main-slider-horizontal.slick-slider ul.slick-dots li {
      margin: 0 5px;
      height: 20px;
      width: 20px;
      display: inline-block;
      position: relative; }
      .main-slider-horizontal.slick-slider ul.slick-dots li.slick-active button {
        background: white !important;
        color: white !important; }
      .main-slider-horizontal.slick-slider ul.slick-dots li button {
        width: 20px;
        height: 20px;
        display: block;
        border-radius: 10px;
        background: #458ca3;
        border: 0;
        color: #458ca3;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .main-slider-horizontal.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    background: white;
    border-radius: 20px;
    z-index: 99;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    font-family: 'Material Icons';
    font-size: 20px;
    -moz-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
    color: #458ca3; }
    .main-slider-horizontal.slick-slider .slick-arrow:hover {
      background: #458ca3;
      color: white; }
  .main-slider-horizontal.slick-slider .slick-prev {
    left: 0; }
  .main-slider-horizontal.slick-slider .slick-next {
    right: 40px; }
  .main-slider-horizontal.slick-slider .slick-track {
    height: 100%; }
    .main-slider-horizontal.slick-slider .slick-track .slick-slide {
      height: 100vh;
      display: block;
      position: relative; }
      .main-slider-horizontal.slick-slider .slick-track .slick-slide div:first-child {
        height: 100%; }

/* section slider */
section.section.section-slider {
  display: table; }
  section.section.section-slider .section-inner {
    width: 100%;
    display: table-cell;
    height: 100%; }
    section.section.section-slider .section-inner .slider-controller {
      width: 80px;
      height: 40px;
      background: white;
      border-radius: 20px;
      margin-top: 20px; }
      section.section.section-slider .section-inner .slider-controller a {
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        color: black;
        line-height: 40px;
        text-align: center; }
        section.section.section-slider .section-inner .slider-controller a:first-child {
          border-right: 1px solid #f2f2f2; }
    section.section.section-slider .section-inner .slider {
      width: 60vh;
      height: auto !important;
      min-width: 260px;
      max-width: 460px;
      margin: 0 auto;
      display: block !important;
      vertical-align: middle;
      position: relative; }
      section.section.section-slider .section-inner .slider ul.slick-dots {
        width: 100%;
        text-align: center;
        display: block;
        padding: 20px 0;
        bottom: -20px; }
        section.section.section-slider .section-inner .slider ul.slick-dots li {
          width: 10px;
          height: 10px;
          display: inline-block;
          border-radius: 5px;
          margin: 0 10px;
          position: relative; }
          section.section.section-slider .section-inner .slider ul.slick-dots li button {
            background: white;
            color: white;
            position: absolute;
            width: 20px;
            height: 20px;
            display: block;
            top: 0;
            left: 0; }
          section.section.section-slider .section-inner .slider ul.slick-dots li.slick-active button {
            background: #458ca3;
            color: #458ca3; }
        section.section.section-slider .section-inner .slider ul.slick-dots button {
          width: 10px;
          height: 10px;
          display: inline-block;
          background: white;
          border: 0;
          border-radius: 10px;
          font-size: 0;
          color: white; }
      section.section.section-slider .section-inner .slider .slick-slide {
        height: auto !important; }
      section.section.section-slider .section-inner .slider .slide {
        width: 100%;
        display: block; }
        section.section.section-slider .section-inner .slider .slide .image {
          width: 100%;
          height: auto;
          overflow: hidden;
          position: relative; }
          section.section.section-slider .section-inner .slider .slide .image:before {
            display: block !important;
            content: "";
            width: 100% !important;
            padding-top: 100% !important; }
          section.section.section-slider .section-inner .slider .slide .image .description {
            width: 75%;
            left: 25%;
            position: absolute;
            height: auto !important;
            z-index: 2;
            bottom: 0px;
            text-align: right;
            color: black;
            text-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
            section.section.section-slider .section-inner .slider .slide .image .description h2 {
              background: white;
              padding: 15px;
              border-radius: 10px;
              border-top: 5px solid #458ca3;
              text-align: left; }
            section.section.section-slider .section-inner .slider .slide .image .description h2, section.section.section-slider .section-inner .slider .slide .image .description h3 {
              color: black;
              line-height: 1;
              font-size: 2.25vh; }
            section.section.section-slider .section-inner .slider .slide .image .description .button {
              padding: 10px;
              background: #fff;
              border-radius: 30px;
              margin-top: 10px;
              display: inline-block; }
          section.section.section-slider .section-inner .slider .slide .image img {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            border-radius: 100%;
            background: #ccc;
            z-index: 1;
            top: 0;
            left: 0; }

@media (max-width: 600px) {
  .main-slider-horizontal {
    height: 100%;
    white-space: nowrap;
    padding-top: 60px; }
    .main-slider-horizontal .section-scroll {
      width: 100%;
      overflow: hidden;
      display: block !important;
      vertical-align: top;
      white-space: normal; }
  /* section slider */
  section.section.section-slider {
    display: table; }
    section.section.section-slider .section-inner .slider {
      width: 260px; } }

/* palliaphone ------------------------------------------ */
#header-search-close {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 80px;
  background: white;
  border-left: 1px solid #f2f2f2;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  cursor: pointer; }
  #header-search-close:hover {
    background: #458ca3;
    color: white; }

.quick-block {
  display: inline-block; }
  .quick-block#header-palliaphone {
    position: relative;
    float: none;
    width: 300px;
    top: -10px;
    height: auto;
    right: 10px;
    z-index: 9;
    display: inline-block;
    padding: 0 0; }
    .quick-block#header-palliaphone .legend {
      width: auto;
      line-height: 1;
      font-size: 0.875em;
      font-size: 14px;
      height: auto;
      text-transform: none;
      padding-right: 60px;
      font-family: "CentGothWGL-Bold", Times, serif;
      display: block;
      float: left;
      text-align: right; }
    .quick-block#header-palliaphone i {
      display: block;
      font-size: 10px; }
    .quick-block#header-palliaphone .default {
      float: left;
      width: 50px;
      height: 50px;
      display: block;
      position: absolute;
      right: 0;
      top: -10px;
      margin: 0;
      cursor: pointer;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .quick-block#header-palliaphone .default:hover {
        width: 100px;
        height: 100px;
        margin-top: -15px;
        margin-left: -15px;
        transform: rotate(25deg); }

/* search-form ------------------------------------------ */
#header-search-open {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: none;
  line-height: 62px;
  text-align: center;
  border: 2px solid black;
  border-radius: 25px;
  top: -20px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  -moz-transition: 0.25 all ease;
  -o-transition: 0.25 all ease;
  -webkit-transition: 0.25 all ease;
  transition: 0.25 all ease; }
  #header-search-open:hover {
    background: white;
    color: #458ca3;
    border-color: #458ca3; }

#header-search {
  position: fixed;
  z-index: 99;
  top: 0;
  height: 80px;
  display: block;
  width: 100%;
  border-radius: 0px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background: white; }
  #header-search.close {
    transform: translateY(-100px); }
  #header-search.open {
    transform: translateY(0); }
  #header-search .inner form {
    border-radius: 0px !important; }
    #header-search .inner form .form-item {
      width: calc(100% - 80px);
      height: 80px;
      display: block;
      float: left;
      padding: 0;
      margin: 0;
      border-radius: 0px !important; }
      #header-search .inner form .form-item input {
        width: calc(100% - 40px);
        height: 80px;
        padding: 0 20px;
        text-align: left;
        border-radius: 0px !important;
        line-height: 50px;
        border: none !important;
        border-bottom: 0 !important;
        font-size: 1.25em; }
        #header-search .inner form .form-item input::placeholder {
          color: #000;
          font-family: "CentGothWGL", Times, serif;
          opacity: 1;
          line-height: 40px; }
      #header-search .inner form .form-item input:not([type]):focus:not([readonly]), #header-search .inner form .form-item input[type=text]:focus:not([readonly]), #header-search .inner form .form-item input[type=password]:focus:not([readonly]), #header-search .inner form .form-item input[type=email]:focus:not([readonly]), #header-search .inner form .form-item input[type=url]:focus:not([readonly]), #header-search .inner form .form-item input[type=time]:focus:not([readonly]) {
        border: none !important;
        border-bottom: 0 !important; }
    #header-search .inner form .form-submit {
      padding: 0;
      margin: 0;
      width: 80px;
      height: 80px;
      border-radius: 0;
      background: #458ca3;
      font-family: 'Material Icons';
      text-align: center;
      font-size: 1.25em;
      border: none !important; }

.block.basic-cart-block-header {
  position: relative;
  padding: 20px; }
  .block.basic-cart-block-header .icon {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 30px;
    position: absolute;
    left: -90px;
    top: 10px;
    background: #458ca3;
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 1.5em;
    cursor: pointer; }

.block.basic-cart-block-content {
  padding: 20px;
  display: block;
  font-style: italic;
  border-top: 1px solid #f2f2f2;
  color: #999;
  border-bottom: 0; }
  .block.basic-cart-block-content .basic_cart-cart-contents {
    border-bottom: 0; }
    .block.basic-cart-block-content .basic_cart-cart-contents .basic_cart-cart-node-title {
      margin-top: 10px;
      border-top: 2px solid black;
      padding-top: 10px;
      padding-bottom: 10px;
      color: black;
      font-style: normal;
      font-family: "CentGothWGL-Bold", Times, serif;
      width: 100%;
      font-size: 1.15em; }
    .block.basic-cart-block-content .basic_cart-cart-contents .basic_cart-cart-unit-price {
      margin-bottom: 20px;
      text-align: left;
      padding: 10px 0;
      width: 100%;
      display: block;
      border-top: 1px dotted #f2f2f2; }
    .block.basic-cart-block-content .basic_cart-cart-contents .basic_cart-cart-total-price-contents {
      border-top: 2px dotted black; }
  .block.basic-cart-block-content .basic_cart-cart-checkout-button-block {
    padding: 20px;
    text-align: center;
    display: block;
    width: 100%;
    position: relative; }
    .block.basic-cart-block-content .basic_cart-cart-checkout-button-block a.button {
      width: 100%;
      height: 60px;
      display: inline-block;
      line-height: 60px;
      padding: 0 30px;
      border: 2px solid #f2f2f2;
      border-radius: 30px;
      text-align: center;
      color: black;
      font-style: normal;
      font-family: "CentGothWGL-Bold", Times, serif; }
      .block.basic-cart-block-content .basic_cart-cart-checkout-button-block a.button:hover {
        color: #458ca3;
        border-color: #458ca3; }

/* search form - block ------------------------------------------- */
.search-form {
  margin: 0;
  width: calc(100% - 80px);
  height: 80px;
  display: block;
  position: relative;
  background: white;
  border-radius: 20px;
  margin-bottom: 20px; }
  .search-form label {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    float: left; }
  .search-form input[type="text"] {
    width: 200px;
    height: 40px;
    float: right;
    display: block;
    position: relative;
    border: 0;
    font-size: 1.25em; }

/* block booking for course - block ------------------------------------------- */
.block-booking input[type="submit"] {
  min-width: 200px;
  height: 60px;
  background: #458ca3;
  border-radius: 60px;
  text-align: center;
  padding: 0 20px;
  color: black;
  letter-spacing: 0.1em;
  text-transform: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  display: block;
  border: 0;
  color: white; }

.block-booking .cours.teaser {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  border-bottom: 2px solid #f2f2f2; }
  .block-booking .cours.teaser.selected {
    background: #f2f2f2;
    border-radius: 5px; }
  .block-booking .cours.teaser label {
    font-family: "CentGothWGL-Bold", Times, serif;
    text-transform: none; }

@media (max-width: 600px) {
  #header-search-open {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: none;
    line-height: 52px;
    text-align: center;
    border: 2px solid black;
    border-radius: 25px;
    top: -20px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    -moz-transition: 0.25 all ease;
    -o-transition: 0.25 all ease;
    -webkit-transition: 0.25 all ease;
    transition: 0.25 all ease; }
    #header-search-open:hover {
      background: white;
      color: #458ca3;
      border-color: #458ca3; }
  .quick-block#header-palliaphone {
    position: relative;
    display: inline-block;
    float: none;
    width: 200px;
    height: auto;
    z-index: 9; }
    .quick-block#header-palliaphone .legend {
      display: none; }
    .quick-block#header-palliaphone .default {
      width: 40px;
      height: 40px;
      top: 0; }
      .quick-block#header-palliaphone .default:hover {
        width: 80px;
        height: 80px;
        margin-top: -15px;
        margin-left: -15px;
        transform: rotate(25deg); } }

.slick .slick-controller {
  width: 120px;
  height: 60px;
  display: block;
  position: absolute;
  background: white;
  bottom: 0;
  right: 0;
  z-index: 2; }
  .slick .slick-controller .arrow {
    width: 60px;
    height: 60px;
    padding: 10px;
    line-height: 50px;
    text-align: center;
    font-size: 1.25em;
    display: block;
    color: #458ca3; }

.slick .slick-slider {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0; }
  .slick .slick-slider .slick-list {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    display: block;
    position: relative; }
    .slick .slick-slider .slick-list .slick-track {
      height: 100%; }
    .slick .slick-slider .slick-list .slick-slide {
      height: 100%;
      display: block;
      position: relative; }
      .slick .slick-slider .slick-list .slick-slide div {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
        .slick .slick-slider .slick-list .slick-slide div img {
          width: 100%;
          height: auto; }

.case {
  position: relative; }
  .case.case-line {
    width: 100%;
    display: block;
    padding: 0;
    /* formations */ }
    .case.case-line .legend {
      font-family: "CentGothWGL-Bold", Times, serif;
      font-size: 0.875em;
      padding: 10px 20px;
      display: none; }
    .case.case-line .date {
      font-family: "CentGothWGL-Bold", Times, serif;
      font-size: 0.875em;
      color: #999;
      padding: 10px 20px; }
    .case.case-line .title {
      padding: 10px 20px; }
    .case.case-line .case-inner {
      text-align: center; }
      .case.case-line .case-inner .content {
        font-family: "CentGothWGL", Times, serif;
        font-size: 0.875em; }
    .case.case-line .case-title {
      padding: 20px; }
    .case.case-line .case-content {
      text-align: center;
      padding: 20px;
      font-size: "CentGothWGL-Bold", Times, serif; }
    .case.case-line .cours {
      overflow: hidden;
      border-radius: 0 0 10px 10px; }
    .case.case-line .cours .cours-line {
      padding: 10px;
      border-top: 1px dotted #f2f2f2; }
      .case.case-line .cours .cours-line.group-cours {
        padding: 10px;
        background: white; }
        .case.case-line .cours .cours-line.group-cours span {
          font-family: "CentGothWGL-Bold", Times, serif;
          text-transform: none; }
    .case.case-line.grid {
      width: 100% !important;
      float: left;
      display: block;
      padding: 5px;
      position: relative; }
      .case.case-line.grid .case-inner {
        margin: 0;
        width: 100%;
        display: block;
        background: white;
        border: 5px solid #f9f9f9 !important;
        text-align: center;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
        .case.case-line.grid .case-inner:hover {
          border-color: #f2f2f2; }
          .case.case-line.grid .case-inner:hover .title {
            color: #000 !important; }
        .case.case-line.grid .case-inner .legend {
          padding-bottom: 0px;
          margin-bottom: 10px; }
        .case.case-line.grid .case-inner .title {
          width: 100%;
          height: 100%;
          padding: 10px;
          display: block;
          font-family: "CentGothWGL-Bold", Times, serif;
          font-size: 1em;
          text-align: center;
          color: #458ca3 !important; }
        .case.case-line.grid .case-inner .content {
          text-align: center;
          padding: 10px;
          font-family: "CentGothWGL", Times, serif !important;
          font-size: 0.875em !important; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: relative !important;
  opacity: 1 !important; }
