/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  box-sizing: border-box; }

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

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; }

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

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0; }

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

p {
  margin: 0; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

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

.btn {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: .1rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid transparent;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.btn:not(:disabled) {
  cursor: pointer; }

.outline-btn {
  color: #000;
  background-color: transparent;
  border-color: #000; }

.outline-btn:hover {
  color: white;
  background-color: #5153c5;
  border: 1px solid #6466CB;
  border-color: #000; }

.outline-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.outline-btn:not(:disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.default-btn {
  color: #fff;
  background-color: #6466CB;
  border-color: transparent; }

.default-btn:hover {
  color: white;
  background-color: #5153c5;
  border: 1px solid #6466CB; }

.default-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 102, 203, 0.5); }

.default-btn:not(:disabled):active {
  color: #212529;
  background-color: #6466CB; }

.gradient-btn {
  color: #fff;
  background: linear-gradient(to right, #1F207D, #4446AD);
  border-color: transparent; }

.gradient-btn:hover {
  background: linear-gradient(to right, #1a1b69, #3d3f9b); }

.gradient-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 102, 203, 0.5); }

.gradient-btn:not(:disabled):active {
  background: linear-gradient(to right, #1a1b69, #3d3f9b); }

* {
  -webkit-tap-highlight-color: transparent; }

.wrapper {
  width: 100%;
  padding: 50px 0; }

img, svg {
  width: 100%;
  height: auto;
  display: block; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1280px) {
  .container {
    width: 1280px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }

.row {
  margin-left: -8px;
  margin-right: -8px; }

.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px; }

.col-xxs-12 {
  width: 100%; }

.col-xxs-11 {
  width: 91.66666667%; }

.col-xxs-10 {
  width: 83.33333333%; }

.col-xxs-9 {
  width: 75%; }

.col-xxs-8 {
  width: 66.66666667%; }

.col-xxs-7 {
  width: 58.33333333%; }

.col-xxs-6 {
  width: 50%; }

.col-xxs-5 {
  width: 41.66666667%; }

.col-xxs-4 {
  width: 33.33333333%; }

.col-xxs-3 {
  width: 25%; }

.col-xxs-2 {
  width: 16.66666667%; }

.col-xxs-1 {
  width: 8.33333333%; }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center; }

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.justify-content-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-items-end {
  -ms-flex-align: end;
      align-items: flex-end; }

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

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.flex-first {
  -ms-flex-order: -1;
      order: -1; }

.flex-last {
  -ms-flex-order: 1;
      order: 1; }

.flex-unordered {
  -ms-flex-order: 0;
      order: 0; }

@media (min-width: 512px) {
  .col-xs-12 {
    width: 100%; }
  .col-xs-11 {
    width: 91.66666667%; }
  .col-xs-10 {
    width: 83.33333333%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-8 {
    width: 66.66666667%; }
  .col-xs-7 {
    width: 58.33333333%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-5 {
    width: 41.66666667%; }
  .col-xs-4 {
    width: 33.33333333%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-2 {
    width: 16.66666667%; }
  .col-xs-1 {
    width: 8.33333333%; }
  .spacer {
    -ms-flex: 1;
        flex: 1; }
  .d-flex-xs {
    display: -ms-flexbox;
    display: flex; }
  .justify-content-center-xs {
    -ms-flex-pack: center;
        justify-content: center; }
  .justify-content-around-xs {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .justify-content-between-xs {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .justify-content-end-xs {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .justify-content-start-xs {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .align-items-start-xs {
    -ms-flex-align: start;
        align-items: flex-start; }
  .align-items-end-xs {
    -ms-flex-align: end;
        align-items: flex-end; }
  .align-items-center-xs {
    -ms-flex-align: center;
        align-items: center; }
  .align-self-start-xs {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .align-self-end-xs {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .align-self-center-xs {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .flex-column-xs {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex-row-xs {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flex-wrap-xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-xs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .flex-first-xs {
    -ms-flex-order: -1;
        order: -1; }
  .flex-last-xs {
    -ms-flex-order: 1;
        order: 1; }
  .flex-unordered-xs {
    -ms-flex-order: 0;
        order: 0; } }

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .d-flex-sm {
    display: -ms-flexbox;
    display: flex; }
  .justify-content-center-sm {
    -ms-flex-pack: center;
        justify-content: center; }
  .justify-content-around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .justify-content-between-sm {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .justify-content-end-sm {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .justify-content-start-sm {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .align-items-start-sm {
    -ms-flex-align: start;
        align-items: flex-start; }
  .align-items-end-sm {
    -ms-flex-align: end;
        align-items: flex-end; }
  .align-items-center-sm {
    -ms-flex-align: center;
        align-items: center; }
  .align-self-start-sm {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .align-self-end-sm {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .align-self-center-sm {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .flex-column-sm {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex-row-sm {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flex-wrap-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .flex-first-sm {
    -ms-flex-order: -1;
        order: -1; }
  .flex-last-sm {
    -ms-flex-order: 1;
        order: 1; }
  .flex-unordered-sm {
    -ms-flex-order: 0;
        order: 0; } }

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .d-flex-md {
    display: -ms-flexbox;
    display: flex; }
  .justify-content-center-md {
    -ms-flex-pack: center;
        justify-content: center; }
  .justify-content-around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .justify-content-between-md {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .justify-content-end-md {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .justify-content-start-md {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .align-items-start-md {
    -ms-flex-align: start;
        align-items: flex-start; }
  .align-items-end-md {
    -ms-flex-align: end;
        align-items: flex-end; }
  .align-items-center-md {
    -ms-flex-align: center;
        align-items: center; }
  .align-self-start-md {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .align-self-end-md {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .align-self-center-md {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .flex-column-md {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex-row-md {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flex-wrap-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .flex-first-md {
    -ms-flex-order: -1;
        order: -1; }
  .flex-last-md {
    -ms-flex-order: 1;
        order: 1; }
  .flex-unordered-md {
    -ms-flex-order: 0;
        order: 0; } }

@media (min-width: 1280px) {
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .d-flex-lg {
    display: -ms-flexbox;
    display: flex; }
  .justify-content-center-lg {
    -ms-flex-pack: center;
        justify-content: center; }
  .justify-content-around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .justify-content-between-lg {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .justify-content-end-lg {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .justify-content-start-lg {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .align-items-start-lg {
    -ms-flex-align: start;
        align-items: flex-start; }
  .align-items-end-lg {
    -ms-flex-align: end;
        align-items: flex-end; }
  .align-items-center-lg {
    -ms-flex-align: center;
        align-items: center; }
  .align-self-start-lg {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .align-self-end-lg {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .align-self-center-lg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .flex-column-lg {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex-row-lg {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flex-wrap-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .flex-first-lg {
    -ms-flex-order: -1;
        order: -1; }
  .flex-last-lg {
    -ms-flex-order: 1;
        order: 1; }
  .flex-unordered-lg {
    -ms-flex-order: 0;
        order: 0; } }

.mdhModal * {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

.mdhModal .modal {
  width: 600px;
  max-width: 600px; }

.mdhModal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px; }
  .mdhModal .modal-header .modal-title {
    -ms-flex: 1;
        flex: 1;
    text-align: center; }
  .mdhModal .modal-header .reg_header_logo {
    max-height: 60px; }
    .mdhModal .modal-header .reg_header_logo p {
      font-size: 12px;
      text-align: justify;
      padding: 0 18px;
      text-transform: lowercase; }
    .mdhModal .modal-header .reg_header_logo strong {
      color: #ab0000;
      font-weight: 700; }
    .mdhModal .modal-header .reg_header_logo a {
      display: inline-block;
      padding: 0 15px; }
    .mdhModal .modal-header .reg_header_logo img {
      max-width: 100%; }
  .mdhModal .modal-header .close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5em;
    color: #808080;
    font-weight: bold;
    opacity: 1;
    margin-top: -2px; }

.mdhModal *:focus {
  outline: none; }

.mdhModal .modal-body {
  padding: 15px !important;
  background-color: #e1e5e6; }
  .mdhModal .modal-body p {
    margin: 0 0 10px; }
    .mdhModal .modal-body p.lead {
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 10px;
      text-transform: uppercase;
      line-height: 1.4; }
      .mdhModal .modal-body p.lead strong {
        color: #00ab30; }
    .mdhModal .modal-body p.small {
      font-size: 10px !important;
      margin-bottom: 0;
      text-transform: none; }
      .mdhModal .modal-body p.small a {
        color: #ab0000;
        text-decoration: none;
        background-color: transparent; }
  .mdhModal .modal-body .form-group {
    position: relative;
    margin-bottom: 15px; }
    .mdhModal .modal-body .form-group input, .mdhModal .modal-body .form-group select {
      font-size: 14px;
      height: 30px;
      line-height: 1.5;
      padding: 5px 10px;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      color: #333333;
      display: block;
      width: 100%;
      outline-width: 0 !important; }
    .mdhModal .modal-body .form-group .toggle-password {
      position: absolute;
      right: 5px;
      top: 4px;
      padding: 5px 10px;
      background: transparent;
      font-size: 11px;
      border: none; }
      .mdhModal .modal-body .form-group .toggle-password svg {
        height: 15px;
        width: 15px;
        cursor: pointer;
        color: #898989; }
    .mdhModal .modal-body .form-group input[type=submit] {
      vertical-align: middle;
      white-space: nowrap;
      width: 100%;
      background-color: #00ab30;
      color: white; }
  .mdhModal .modal-body .forgot-password {
    color: #ab0000;
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block; }

@media (max-width: 768px) {
  .mdhModal .hidden-sm {
    display: none; }
  .mdhModal .reg_header_logo a {
    width: 250px; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(../fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(../fonts/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(../fonts/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(../images/fontawesome-webfont.912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

.fa-eye:before {
  content: "\F06E"; }

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

.header .backdrop {
  top: 78px; }

.backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  cursor: pointer; }

@media (min-width: 992px) {
  .side-drawer-backdrop {
    display: none; }
  .side-drawer-backdrop {
    display: none; } }

.amethyst .toggle-button .bars {
  fill: #fff; }

.emerald .toggle-button .bars {
  fill: #16665B; }

.fuchsia .toggle-button .bars {
  fill: #C84676; }

.powder-pink .toggle-button .bars {
  fill: #C84676; }

.ruby-red .toggle-button .bars {
  fill: #882625; }

.sapphire .toggle-button .bars {
  fill: #1F207D; }

.toggle-button {
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .toggle-button:focus {
    outline: none; }
  .toggle-button .bars {
    width: 31px;
    height: 35px;
    cursor: pointer; }

.logo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 58px; }
  .logo-wrapper .logo {
    width: 200px;
    max-width: 200px; }

@media (max-width: 768px) {
  .logo-wrapper {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: left;
        justify-content: left; }
    .logo-wrapper .logo {
      width: 170px;
      max-width: 170px; } }

@media (max-width: 512px) {
  .logo-wrapper {
    -ms-flex-pack: center;
        justify-content: center; }
  .toolbar-toggle-button {
    position: absolute;
    right: 10px; } }

.main-navigation {
  /*Create a horizontal list with spacing*/ }
  .main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .main-navigation li {
    /*Style for menu links*/ }
    .main-navigation li a {
      display: block;
      padding: 0;
      height: 35px;
      text-align: center;
      line-height: 50px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #bbb;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px; }

@media (min-width: 768px) {
  .main-navigation {
    width: auto; }
    .main-navigation li {
      width: auto; }
      .main-navigation li a {
        width: auto;
        padding: 0 10px;
        height: 50px;
        display: inherit;
        white-space: nowrap; }
        .main-navigation li a:after {
          content: '\\';
          display: block;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          margin-left: 20px;
          color: black;
          font-size: 15px; }
      .main-navigation li:last-child a:after {
        content: none; }
  /*Make all menu links auto width*/
  .main-navigation ul li, li a {
    width: auto; } }

@media (min-width: 992px) {
  .main-navigation li a {
    padding: 0 5px; } }

.amethyst .side-drawer .dropdown .selected-value-wrapper,
.emerald .side-drawer .dropdown .selected-value-wrapper,
.fuchsia .side-drawer .dropdown .selected-value-wrapper,
.powder-pink .side-drawer .dropdown .selected-value-wrapper,
.ruby-red .side-drawer .dropdown .selected-value-wrapper,
.sapphire .side-drawer .dropdown .selected-value-wrapper {
  border: 1px solid #fff; }

.amethyst .side-drawer .toolbar-login,
.amethyst .side-drawer .toolbar-signup,
.emerald .side-drawer .toolbar-login,
.emerald .side-drawer .toolbar-signup,
.fuchsia .side-drawer .toolbar-login,
.fuchsia .side-drawer .toolbar-signup,
.powder-pink .side-drawer .toolbar-login,
.powder-pink .side-drawer .toolbar-signup,
.ruby-red .side-drawer .toolbar-login,
.ruby-red .side-drawer .toolbar-signup,
.sapphire .side-drawer .toolbar-login,
.sapphire .side-drawer .toolbar-signup {
  border-bottom: 1px solid #fff; }
  .amethyst .side-drawer .toolbar-login:hover,
  .amethyst .side-drawer .toolbar-signup:hover,
  .emerald .side-drawer .toolbar-login:hover,
  .emerald .side-drawer .toolbar-signup:hover,
  .fuchsia .side-drawer .toolbar-login:hover,
  .fuchsia .side-drawer .toolbar-signup:hover,
  .powder-pink .side-drawer .toolbar-login:hover,
  .powder-pink .side-drawer .toolbar-signup:hover,
  .ruby-red .side-drawer .toolbar-login:hover,
  .ruby-red .side-drawer .toolbar-signup:hover,
  .sapphire .side-drawer .toolbar-login:hover,
  .sapphire .side-drawer .toolbar-signup:hover {
    color: #e6e6e6;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-bottom: 1px solid #fff; }
  .amethyst .side-drawer .toolbar-login:focus,
  .amethyst .side-drawer .toolbar-signup:focus,
  .emerald .side-drawer .toolbar-login:focus,
  .emerald .side-drawer .toolbar-signup:focus,
  .fuchsia .side-drawer .toolbar-login:focus,
  .fuchsia .side-drawer .toolbar-signup:focus,
  .powder-pink .side-drawer .toolbar-login:focus,
  .powder-pink .side-drawer .toolbar-signup:focus,
  .ruby-red .side-drawer .toolbar-login:focus,
  .ruby-red .side-drawer .toolbar-signup:focus,
  .sapphire .side-drawer .toolbar-login:focus,
  .sapphire .side-drawer .toolbar-signup:focus {
    box-shadow: none;
    outline: none; }

.amethyst .side-drawer .main-navigation li a,
.emerald .side-drawer .main-navigation li a,
.fuchsia .side-drawer .main-navigation li a,
.powder-pink .side-drawer .main-navigation li a,
.ruby-red .side-drawer .main-navigation li a,
.sapphire .side-drawer .main-navigation li a {
  color: #fff;
  border: 1px solid transparent; }
  .amethyst .side-drawer .main-navigation li a:hover,
  .emerald .side-drawer .main-navigation li a:hover,
  .fuchsia .side-drawer .main-navigation li a:hover,
  .powder-pink .side-drawer .main-navigation li a:hover,
  .ruby-red .side-drawer .main-navigation li a:hover,
  .sapphire .side-drawer .main-navigation li a:hover {
    color: #e6e6e6;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent; }

.amethyst .side-drawer {
  background-color: #6466CB; }

.emerald .side-drawer {
  background-color: #16665B; }

.powder-pink .side-drawer {
  background-color: #C84676; }

.fuchsia .side-drawer {
  background-color: #C84676; }

.ruby-red .side-drawer {
  background-color: #882625; }

.sapphire .side-drawer {
  background-color: #1F207D; }

.side-drawer {
  height: calc(100% - 78px);
  box-shadow: -5px 0px 7px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 78px;
  bottom: 0;
  overflow-y: auto;
  right: 0;
  width: 70%;
  max-width: 300px;
  z-index: 200;
  display: block;
  transform: translateX(111%);
  transition: transform 0.3s ease-out;
  padding: 0 25px; }
  .side-drawer .main-navigation {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex; }
    .side-drawer .main-navigation ul {
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%;
      -ms-flex-align: end;
          align-items: flex-end; }
    .side-drawer .main-navigation li a {
      margin-bottom: 3px;
      height: auto;
      width: 100%;
      font-size: 17px; }
      .side-drawer .main-navigation li a:after {
        content: none; }
  .side-drawer .toolbar-login,
  .side-drawer .toolbar-signup {
    width: 100%;
    padding: 25px 0;
    background-color: transparent; }
    .side-drawer .toolbar-login svg,
    .side-drawer .toolbar-signup svg {
      width: 6px;
      height: 16px;
      margin-left: 10px;
      fill: #fff; }
  .side-drawer .dropdown {
    width: 100%;
    text-align: center;
    margin-top: 40px; }
    .side-drawer .dropdown .selected-value-wrapper {
      padding: 0 30px;
      height: 50px;
      background-color: #fff; }
      .side-drawer .dropdown .selected-value-wrapper .selected-value {
        text-align: left; }
    .side-drawer .dropdown .options-wrapper .dropdown-options-container {
      width: 100%;
      margin: 2px 0 0; }
      .side-drawer .dropdown .options-wrapper .dropdown-options-container .option {
        height: 40px;
        padding: 0 30px; }

.side-drawer.open-side-drawer {
  transform: translateX(0); }

.side-drawer button {
  width: 100%; }

@media (min-width: 992px) {
  .side-drawer {
    display: none; } }

.amethyst .header {
  background-color: #000; }

.amethyst .main-navigation li a {
  color: #fff; }
  .amethyst .main-navigation li a:hover {
    color: #cc9999;
    border: none; }
  .amethyst .main-navigation li a:after {
    color: #cc9999; }

.amethyst .toolbar-navigation .toolbar-login {
  background-color: #fff;
  color: #6666cc; }
  .amethyst .toolbar-navigation .toolbar-login:hover {
    color: #6666cc;
    background-color: #f2f2f2;
    border: 1px solid #fff;
    border: 1px solid #fff; }

.amethyst .toolbar-navigation .dropdown .selected-value-wrapper {
  border: 1px solid #c6c6c6;
  color: #fff; }

.amethyst .toolbar-navigation .dropdown .icon-wrapper svg.icon {
  fill: #fff; }

.emerald .header {
  background-color: #F3F3F3; }

.emerald .main-navigation li a {
  color: #646464; }
  .emerald .main-navigation li a:hover {
    color: #16665B;
    border: none; }
  .emerald .main-navigation li a:after {
    color: #16665B; }

.emerald .toolbar-navigation .toolbar-login {
  background-color: #fff;
  color: #16665B;
  border: 1px solid #16665B; }
  .emerald .toolbar-navigation .toolbar-login:hover {
    color: #16665b;
    background-color: #f2f2f2;
    border: 1px solid #fff;
    border: 1px solid #16665B; }

.emerald .toolbar-navigation .toolbar-signup {
  background: linear-gradient(to right, #16665B, #26887B); }
  .emerald .toolbar-navigation .toolbar-signup:hover {
    background: linear-gradient(to right, #115148, #207469);
    border: 1px solid #26887B; }

.emerald .toolbar-navigation .dropdown .selected-value-wrapper {
  border: 1px solid #000;
  color: #000; }

.emerald .toolbar-navigation .dropdown .icon-wrapper svg.icon {
  fill: #000; }

.fuchsia .header {
  background-color: #000; }

.fuchsia .main-navigation li a {
  color: #EBEBEB; }
  .fuchsia .main-navigation li a:hover {
    color: #E27975;
    border: none; }
  .fuchsia .main-navigation li a:after {
    color: #E27975; }

.fuchsia .toolbar-navigation .toolbar-login {
  background-color: #fff;
  color: #CE849D; }
  .fuchsia .toolbar-navigation .toolbar-login:hover {
    color: #bf6080;
    background-color: #ededed;
    border: 1px solid #fff;
    border: 1px solid #fff; }

.fuchsia .toolbar-navigation .toolbar-signup {
  background: linear-gradient(to right, #C84676, #E27975); }
  .fuchsia .toolbar-navigation .toolbar-signup:hover {
    background: linear-gradient(to right, #bc3869, #de6560);
    border: 1px solid #E27975; }

.fuchsia .toolbar-navigation .dropdown .selected-value-wrapper {
  border: 1px solid #c6c6c6;
  color: #fff; }

.fuchsia .toolbar-navigation .dropdown .icon-wrapper svg.icon {
  fill: #fff; }

.powder-pink .header {
  background-color: #F3F3F3; }

.powder-pink .main-navigation li a {
  color: #D03368; }
  .powder-pink .main-navigation li a:hover {
    color: #36339C;
    border: none; }
  .powder-pink .main-navigation li a:after {
    color: #36339C; }

.powder-pink .toolbar-navigation .toolbar-login {
  background-color: #fff;
  color: #D03368;
  border: 1px solid #D03368; }
  .powder-pink .toolbar-navigation .toolbar-login:hover {
    color: #a92753;
    background-color: #f2f2f2;
    border: 1px solid #fff;
    border: 1px solid #D03368; }

.powder-pink .toolbar-navigation .toolbar-signup {
  background: linear-gradient(to right, #C84676, #E27975); }
  .powder-pink .toolbar-navigation .toolbar-signup:hover {
    background: linear-gradient(to right, #bc3869, #de6560);
    border: 1px solid #E27975; }

.ruby-red .header {
  background-color: #f3f3f3; }

.ruby-red .main-navigation li a {
  color: #666666; }
  .ruby-red .main-navigation li a:hover {
    color: #bd2726;
    border: none; }
  .ruby-red .main-navigation li a:after {
    color: #bd2726; }

.ruby-red .toolbar-navigation .toolbar-login {
  background-color: transparent;
  color: #bc2723;
  border: 1px solid #bc2723; }
  .ruby-red .toolbar-navigation .toolbar-login:hover {
    color: #a7231f;
    background-color: white;
    border: 1px solid #fff;
    border: 1px solid #bc2723; }

.ruby-red .toolbar-navigation .toolbar-signup {
  background: linear-gradient(to right, #882625, #bd2726); }
  .ruby-red .toolbar-navigation .toolbar-signup:hover {
    background: linear-gradient(to right, #742020, #a82322);
    border: 1px solid #bd2726; }

.ruby-red .toolbar-navigation .dropdown .selected-value-wrapper {
  border: 1px solid #000;
  color: #000; }

.ruby-red .toolbar-navigation .dropdown .icon-wrapper svg.icon {
  fill: #000; }

.sapphire .header {
  background-color: #F3F3F3; }

.sapphire .main-navigation li a {
  color: #373C9A;
  transition: color 0.2s; }
  .sapphire .main-navigation li a:hover {
    color: #E17471;
    border: none; }
  .sapphire .main-navigation li a:after {
    color: #E17471; }

.sapphire .toolbar-navigation .toolbar-login {
  background-color: #fff;
  color: #373C9A;
  border: 1px solid #373C9A; }
  .sapphire .toolbar-navigation .toolbar-login:hover {
    color: #2a2d74;
    background-color: #ededed;
    border: 1px solid #fff;
    border: 1px solid #373C9A; }

.sapphire .toolbar-navigation .toolbar-signup {
  background: linear-gradient(to right, #1F207D, #4446AD); }
  .sapphire .toolbar-navigation .toolbar-signup:hover {
    background: linear-gradient(to right, #151654, #363788);
    border: 1px solid #4446AD; }

.sapphire .toolbar-navigation .dropdown .selected-value-wrapper {
  border: 1px solid #000;
  color: #000; }

.sapphire .toolbar-navigation .dropdown .icon-wrapper svg.icon {
  fill: #000; }

.header {
  padding: 0; }

.toolbar-navigation .logo-container {
  max-width: 100px; }

.toolbar-navigation .toolbar-login,
.toolbar-navigation .toolbar-signup {
  padding: .1rem 1rem; }

.toolbar-navigation .toolbar-login:focus {
  box-shadow: none;
  outline: none; }

.toolbar-navigation .toolbar-signup:active {
  color: #fff; }

.toolbar-navigation .toolbar-signup:focus {
  box-shadow: none;
  outline: none; }

.toolbar-navigation .main-navigation li a:after {
  font-size: 22px; }

.toolbar-navigation-items {
  display: none; }

.toolbar-navigation {
  height: 108px;
  padding: 10px 0; }

@media (min-width: 992px) {
  .toolbar-navigation-items {
    display: -ms-flexbox;
    display: flex; }
    .toolbar-navigation-items > div {
      padding: 0 5px; }
    .toolbar-navigation-items .main-navigation li a {
      font-size: 15px; }
  .toolbar-toggle-button {
    display: none; } }

@media (min-width: 1280px) {
  .toolbar-navigation-items .main-navigation li a {
    font-size: 19px; } }

.amethyst #about-me {
  background-color: #292929; }
  .amethyst #about-me .about-me-container {
    background-color: #F3F3F3; }
    .amethyst #about-me .about-me-container .top-left,
    .amethyst #about-me .about-me-container .top-right {
      border-top: 35px solid #F3F3F3; }
    .amethyst #about-me .about-me-container .bottom-left,
    .amethyst #about-me .about-me-container .bottom-right {
      border-bottom: 35px solid #F3F3F3; }
    .amethyst #about-me .about-me-container .content .title-container .line {
      background-color: #6666cc; }
    .amethyst #about-me .about-me-container .content .title-container .title {
      color: #6666cc; }
    .amethyst #about-me .about-me-container .content p {
      color: #7B7B7B; }

.emerald #about-me {
  background-color: #E6E6E6; }
  .emerald #about-me .about-me-container {
    background-color: #F3F3F3; }
    .emerald #about-me .about-me-container .top-left,
    .emerald #about-me .about-me-container .top-right {
      border-top: 35px solid #F3F3F3; }
    .emerald #about-me .about-me-container .bottom-left,
    .emerald #about-me .about-me-container .bottom-right {
      border-bottom: 35px solid #F3F3F3; }
    .emerald #about-me .about-me-container .content .title-container .line {
      background-color: #646464; }
    .emerald #about-me .about-me-container .content .title-container .title {
      color: #646464; }
    .emerald #about-me .about-me-container .content p {
      color: #7B7B7B; }

.fuchsia #about-me {
  background-color: #292929; }
  .fuchsia #about-me .about-me-container {
    background-color: #F3F3F3; }
    .fuchsia #about-me .about-me-container .top-left,
    .fuchsia #about-me .about-me-container .top-right {
      border-top: 35px solid #F3F3F3; }
    .fuchsia #about-me .about-me-container .bottom-left,
    .fuchsia #about-me .about-me-container .bottom-right {
      border-bottom: 35px solid #F3F3F3; }
    .fuchsia #about-me .about-me-container .content .title-container .line {
      background-color: #C84676; }
    .fuchsia #about-me .about-me-container .content .title-container .title {
      color: #C84676; }
    .fuchsia #about-me .about-me-container .content p {
      color: #8e8e8e; }

.powder-pink #about-me {
  background-color: #E6E6E6; }
  .powder-pink #about-me .about-me-container {
    background-color: #E6DADA; }
    .powder-pink #about-me .about-me-container .top-left,
    .powder-pink #about-me .about-me-container .top-right {
      border-top: 35px solid #E6DADA; }
    .powder-pink #about-me .about-me-container .bottom-left,
    .powder-pink #about-me .about-me-container .bottom-right {
      border-bottom: 35px solid #E6DADA; }
    .powder-pink #about-me .about-me-container .content .title-container .line {
      background-color: #C84676; }
    .powder-pink #about-me .about-me-container .content .title-container .title {
      color: #C84676; }
    .powder-pink #about-me .about-me-container .content p {
      color: #847479; }

.ruby-red #about-me {
  background-color: #e6e6e6; }
  .ruby-red #about-me .about-me-container {
    background-color: #f3f3f3; }
    .ruby-red #about-me .about-me-container .top-left,
    .ruby-red #about-me .about-me-container .top-right {
      border-top: 35px solid #f3f3f3; }
    .ruby-red #about-me .about-me-container .bottom-left,
    .ruby-red #about-me .about-me-container .bottom-right {
      border-bottom: 35px solid #f3f3f3; }
    .ruby-red #about-me .about-me-container .content .title-container .line {
      background-color: #666666; }
    .ruby-red #about-me .about-me-container .content .title-container .title {
      color: #666666; }
    .ruby-red #about-me .about-me-container .content p {
      color: #696969; }

.sapphire #about-me {
  background-color: #E6E6E6; }
  .sapphire #about-me .about-me-container {
    background-color: #E6DADA; }
    .sapphire #about-me .about-me-container .top-left,
    .sapphire #about-me .about-me-container .top-right {
      border-top: 35px solid #E6DADA; }
    .sapphire #about-me .about-me-container .bottom-left,
    .sapphire #about-me .about-me-container .bottom-right {
      border-bottom: 35px solid #E6DADA; }
    .sapphire #about-me .about-me-container .content .title-container .line {
      background-color: #373C9A; }
    .sapphire #about-me .about-me-container .content .title-container .title {
      color: #373C9A; }
    .sapphire #about-me .about-me-container .content p {
      color: #92898C; }

#about-me {
  padding: 100px 0; }
  #about-me .col-xxs-12 {
    padding-left: 0;
    padding-right: 0; }
  #about-me .about-me-container {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden; }
    #about-me .about-me-container .top-left {
      position: absolute;
      top: -1px;
      left: -1px;
      width: 0;
      height: 0;
      border-right: 35px solid transparent; }
    #about-me .about-me-container .top-right {
      position: absolute;
      top: -1px;
      right: -1px;
      width: 0;
      height: 0;
      border-left: 35px solid transparent; }
    #about-me .about-me-container .bottom-left {
      position: absolute;
      bottom: -1px;
      left: -1px;
      width: 0;
      height: 0;
      border-right: 35px solid transparent; }
    #about-me .about-me-container .bottom-right {
      position: absolute;
      bottom: -1px;
      right: -1px;
      width: 0;
      height: 0;
      border-left: 35px solid transparent; }
    #about-me .about-me-container .content {
      padding: 45px;
      width: 100%; }
      #about-me .about-me-container .content img, #about-me .about-me-container .content svg {
        display: inline-block;
        width: auto; }
      #about-me .about-me-container .content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
        font-style: italic; }
        #about-me .about-me-container .content p:nth-of-type(1) {
          margin-top: 20px; }
        #about-me .about-me-container .content p:not(:last-child) {
          margin-bottom: 20px; }

@media (min-width: 768px) {
  .amethyst #about-me .col-xxs-12 {
    padding-left: 8px;
    padding-right: 8px; }
  .amethyst #about-me .about-me-container .top-left,
  .amethyst #about-me .about-me-container .top-right {
    border-top: 35px solid #292929; }
  .amethyst #about-me .about-me-container .bottom-left,
  .amethyst #about-me .about-me-container .bottom-right {
    border-bottom: 35px solid #292929; }
  .emerald #about-me .about-me-container .top-left,
  .emerald #about-me .about-me-container .top-right {
    border-top: 35px solid #E6E6E6; }
  .emerald #about-me .about-me-container .bottom-left,
  .emerald #about-me .about-me-container .bottom-right {
    border-bottom: 35px solid #E6E6E6; }
  .fuchsia #about-me .about-me-container .top-left,
  .fuchsia #about-me .about-me-container .top-right {
    border-top: 35px solid #292929; }
  .fuchsia #about-me .about-me-container .bottom-left,
  .fuchsia #about-me .about-me-container .bottom-right {
    border-bottom: 35px solid #292929; }
  .powder-pink #about-me .about-me-container .top-left,
  .powder-pink #about-me .about-me-container .top-right {
    border-top: 35px solid #E6E6E6; }
  .powder-pink #about-me .about-me-container .bottom-left,
  .powder-pink #about-me .about-me-container .bottom-right {
    border-bottom: 35px solid #E6E6E6; }
  .ruby-red #about-me .about-me-container .top-left,
  .ruby-red #about-me .about-me-container .top-right {
    border-top: 35px solid #e6e6e6; }
  .ruby-red #about-me .about-me-container .bottom-left,
  .ruby-red #about-me .about-me-container .bottom-right {
    border-bottom: 35px solid #e6e6e6; }
  .sapphire #about-me .about-me-container .top-left,
  .sapphire #about-me .about-me-container .top-right {
    border-top: 35px solid #E6E6E6; }
  .sapphire #about-me .about-me-container .bottom-left,
  .sapphire #about-me .about-me-container .bottom-right {
    border-bottom: 35px solid #E6E6E6; } }

.about-me-container .content {
  word-wrap: break-word;
  overflow: hidden; }

@media (max-width: 768px) {
  #about-me {
    padding: 80px 0; } }

.amethyst .footer {
  background-color: #292929; }
  .amethyst .footer .copyright {
    color: #fff; }
  .amethyst .footer .logo {
    background-image: url(../images/logo_mdh-white.41586b7381df3b9e09e84817516ca14f.png); }

.emerald .footer {
  background-color: #E6E6E6; }
  .emerald .footer .copyright {
    color: #646464; }
  .emerald .footer .logo {
    background-image: url(../images/logo_mdh-black.2c8433619d3b3c4d21461adea3fd7980.png); }

.fuchsia .footer {
  background-color: #292929; }
  .fuchsia .footer .copyright {
    color: #fff; }
  .fuchsia .footer .logo {
    background-image: url(../images/logo_mdh-white.41586b7381df3b9e09e84817516ca14f.png); }

.powder-pink .footer {
  background-color: #E6E6E6; }
  .powder-pink .footer .copyright {
    color: #4B4B4B; }
  .powder-pink .footer .logo {
    background-image: url(../images/logo_mdh-black.2c8433619d3b3c4d21461adea3fd7980.png); }

.ruby-red .footer {
  background-color: #e6e6e6; }
  .ruby-red .footer .copyright {
    color: #666666; }
  .ruby-red .footer .logo {
    background-image: url(../images/logo_mdh-black.2c8433619d3b3c4d21461adea3fd7980.png); }

.sapphire .footer {
  background-color: #E6E6E6; }
  .sapphire .footer .copyright {
    color: #4B4B4B; }
  .sapphire .footer .logo {
    background-image: url(../images/logo_mdh-black.2c8433619d3b3c4d21461adea3fd7980.png); }

.footer {
  padding-top: 110px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .footer .footer-navigation-wrapper {
    width: 100%;
    padding-bottom: 50px; }
  .footer .logo-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 150px; }
  .footer .logo {
    width: 100%;
    padding-top: 27.272727%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .footer .copyright {
    font-size: 14px;
    margin-top: 10px; }
  .footer .top-left-line-1,
  .footer .top-left-line-2,
  .footer .bottom-right-line-1,
  .footer .bottom-right-line-2 {
    display: none; }
  .footer .footer-link {
    color: #1F207D;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: underline; }
    .footer .footer-link:hover {
      text-decoration: none; }

.fuchsia .footer-link {
  color: #AAA; }

.amethyst .footer-link {
  color: #AAA; }

@media only screen and (min-width: 768px) {
  .footer .top-left-line-1,
  .footer .top-left-line-2,
  .footer .bottom-right-line-1,
  .footer .bottom-right-line-2 {
    display: block;
    position: absolute;
    transform: rotate(45deg); }
  .footer .top-left-line-1 {
    top: 10%;
    left: -12%;
    border: 0.7px solid #cc9999;
    width: 185px; }
  .footer .top-left-line-2 {
    top: 10%;
    left: -10.5%;
    border: 0.7px solid #6466CB;
    width: 185px; }
  .footer .bottom-right-line-1 {
    bottom: 30%;
    right: -18.5%;
    border: 0.7px solid #cc9999;
    width: 300px; }
  .footer .bottom-right-line-2 {
    bottom: 30%;
    right: -20%;
    border: 0.7px solid #6466CB;
    width: 300px; } }

@media only screen and (min-width: 992px) {
  .footer .top-left-line-1 {
    top: 10%;
    left: 20px; }
  .footer .top-left-line-2 {
    top: 10%;
    left: 40px; }
  .footer .bottom-right-line-1 {
    bottom: 30%;
    right: -30px; }
  .footer .bottom-right-line-2 {
    bottom: 30%;
    right: -50px; } }

.amethyst #carousel {
  background-color: #4B4B4B; }
  .amethyst #carousel .bottom-left-line-1,
  .amethyst #carousel .top-right-line-1 {
    border: 0.7px solid #cc9999; }
  .amethyst #carousel .bottom-left-line-2,
  .amethyst #carousel .top-right-line-2 {
    border: 0.7px solid #6466CB; }

.emerald #carousel {
  background-color: #E6E6E6; }
  .emerald #carousel .bottom-left-line-1,
  .emerald #carousel .top-right-line-2 {
    border: 0.7px solid #cc9999; }
  .emerald #carousel .bottom-left-line-2,
  .emerald #carousel .top-right-line-1 {
    border: 0.7px solid #6466CB; }

.fuchsia #carousel {
  background-color: #4B4B4B; }
  .fuchsia #carousel .bottom-left-line-1,
  .fuchsia #carousel .top-right-line-1 {
    border: 0.7px solid #F3F3F3; }
  .fuchsia #carousel .bottom-left-line-2,
  .fuchsia #carousel .top-right-line-2 {
    border: 0.7px solid #E27975; }

.powder-pink #carousel {
  background-color: #e8e8e8; }
  .powder-pink #carousel .bottom-left-line-1,
  .powder-pink #carousel .top-right-line-2 {
    border: 0.7px solid #cc9999; }
  .powder-pink #carousel .bottom-left-line-2,
  .powder-pink #carousel .top-right-line-1 {
    border: 0.7px solid #6466CB; }

.ruby-red #carousel {
  background-color: #e6e6e6; }
  .ruby-red #carousel .bottom-left-line-1,
  .ruby-red #carousel .top-right-line-2 {
    border: 0.7px solid #cc9999; }
  .ruby-red #carousel .bottom-left-line-2,
  .ruby-red #carousel .top-right-line-1 {
    border: 0.7px solid #6466CB; }

.sapphire #carousel {
  background-color: #E6E6E6; }
  .sapphire #carousel .bottom-left-line-1,
  .sapphire #carousel .top-right-line-2 {
    border: 0.7px solid #cc9999; }
  .sapphire #carousel .bottom-left-line-2,
  .sapphire #carousel .top-right-line-1 {
    border: 0.7px solid #6466CB; }

#carousel {
  position: relative;
  overflow: hidden;
  word-wrap: break-word; }
  #carousel .bottom-left-line-1,
  #carousel .bottom-left-line-2,
  #carousel .top-right-line-1,
  #carousel .top-right-line-2 {
    position: absolute;
    transform: rotate(45deg);
    z-index: 10; }
  #carousel .bottom-left-line-1 {
    bottom: 18%;
    left: -2%;
    width: 240px; }
  #carousel .bottom-left-line-2 {
    bottom: 20.1%;
    left: -3.5%;
    width: 287px; }
  #carousel .top-right-line-1 {
    top: 18%;
    right: -2%;
    width: 240px; }
  #carousel .top-right-line-2 {
    top: 20.1%;
    right: -3.5%;
    width: 287px; }

@media (min-width: 768px) {
  #carousel .bottom-left-line-1,
  #carousel .top-right-line-1 {
    width: 125px; }
  #carousel .bottom-left-line-2,
  #carousel .top-right-line-2 {
    width: 152px; } }

@media (min-width: 992px) {
  #carousel .bottom-left-line-1,
  #carousel .top-right-line-1 {
    width: 185px; }
  #carousel .bottom-left-line-2,
  #carousel .top-right-line-2 {
    width: 223px; } }

@media (min-width: 1280px) {
  #carousel {
    height: 770px; }
    #carousel .bottom-left-line-1,
    #carousel .top-right-line-1 {
      width: 240px; }
    #carousel .bottom-left-line-2,
    #carousel .top-right-line-2 {
      width: 287px; } }

.amethyst .schedule {
  background-color: #292929; }
  .amethyst .schedule .schedule-item {
    background-color: #4B4B4B; }
  .amethyst .schedule .title {
    color: #cc9999; }
  .amethyst .schedule .line {
    background-color: #cc9999; }
  .amethyst .schedule .text {
    color: #fff; }

.emerald .schedule {
  background-color: #E6E6E6; }
  .emerald .schedule .schedule-item {
    background-color: #4B4B4B; }
  .emerald .schedule .title {
    color: #2c8073; }
  .emerald .schedule .line {
    background-color: #2c8073; }
  .emerald .schedule .text {
    color: #fff; }

.fuchsia .schedule {
  background-color: #292929; }
  .fuchsia .schedule .schedule-item {
    background-color: #4B4B4B; }
  .fuchsia .schedule .title {
    color: #B56063; }
  .fuchsia .schedule .line {
    background-color: #B56063; }
  .fuchsia .schedule .text {
    color: #fff; }

.powder-pink .schedule {
  background-color: #E6E6E6; }
  .powder-pink .schedule .schedule-item {
    background-color: #4B4B4B; }
  .powder-pink .schedule .title-container .title {
    color: #36339C; }
  .powder-pink .schedule .title {
    color: #de8889; }
  .powder-pink .schedule .line {
    background-color: #36339C; }
  .powder-pink .schedule .text {
    color: #fff; }

.ruby-red .schedule {
  background-color: #e6e6e6; }
  .ruby-red .schedule .schedule-item {
    background-color: #4B4B4B; }
  .ruby-red .schedule .title-container .title {
    color: #666666; }
  .ruby-red .schedule .title {
    color: #72e0dd; }
  .ruby-red .schedule .line {
    background-color: #666666; }
  .ruby-red .schedule .text {
    color: #fff; }

.sapphire .schedule {
  background-color: #E6E6E6; }
  .sapphire .schedule .schedule-item {
    background-color: #4B4B4B; }
  .sapphire .schedule .title {
    color: #E17471; }
  .sapphire .schedule .line {
    background-color: #E17471; }
  .sapphire .schedule .text {
    color: #fff; }

.schedule {
  padding-top: 0;
  padding-bottom: 100px; }
  .schedule .schedule-grid {
    padding-top: 30px; }
  .schedule .schedule-item {
    margin-bottom: 16px;
    padding: 15px; }
    .schedule .schedule-item .title, .schedule .schedule-item .text {
      text-transform: uppercase;
      font-weight: 300; }
    .schedule .schedule-item .title {
      font-size: 1.3rem; }
    .schedule .schedule-item .text {
      font-size: 1rem; }

.amethyst #see-more {
  background: linear-gradient(to top right, #1F207D, #4446AD); }

.emerald #see-more {
  background: linear-gradient(to top right, #16665B, #26887B); }
  .emerald #see-more .see-more-container a.outline-btn:hover {
    background-color: #1b6057; }

.fuchsia #see-more {
  background: linear-gradient(to top right, #C84676, #E27975); }
  .fuchsia #see-more .see-more-container a.outline-btn:hover {
    background-color: #de6560; }

.powder-pink #see-more {
  background: linear-gradient(to top right, #C84676, #E27975); }
  .powder-pink #see-more .see-more-container a.outline-btn:hover {
    background-color: #de6560; }

.ruby-red #see-more {
  background: linear-gradient(to top right, #882625, #bd2726); }
  .ruby-red #see-more .see-more-container a.outline-btn:hover {
    background-color: #931e1d; }

.sapphire #see-more {
  background: linear-gradient(to top right, #1F207D, #4446AD); }
  .sapphire #see-more .see-more-container a.outline-btn:hover {
    background-color: #2e3076; }

#see-more {
  padding: 110px 0;
  color: #fff;
  height: 400px;
  font-family: 'Open Sans', sans-serif; }
  #see-more .title-container .title {
    font-weight: 300;
    color: #fff; }
  #see-more .title-container .line {
    background-color: #fff; }
  #see-more p.subtitle {
    text-transform: uppercase;
    margin: 5px 0 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px; }
  #see-more .sign-up {
    line-height: 40px;
    font-size: 19px; }
  #see-more .outline-btn {
    color: #fff;
    border-color: #fff; }

@media (max-width: 768px) {
  #see-more {
    padding-top: 80px;
    padding-bottom: 80px;
    height: inherit; }
    #see-more .title-container .title {
      font-size: 38px; }
    #see-more p.subtitle {
      font-size: 20px; }
    #see-more .sign-up {
      line-height: 60px; } }

.amethyst .social-media {
  background: linear-gradient(to top right, #1F207D, #4446AD); }

.emerald .social-media {
  background: linear-gradient(to top right, #16665B, #26887B); }

.fuchsia .social-media {
  background: linear-gradient(to top right, #C84676, #E27975); }

.powder-pink .social-media {
  background: linear-gradient(to top right, #C84676, #E27975); }

.ruby-red .social-media {
  background: linear-gradient(to top right, #882625, #bd2726); }

.sapphire .social-media {
  background: linear-gradient(to top right, #1F207D, #4446AD); }

.social-media {
  color: #fff;
  padding: 100px 0; }
  .social-media .title-container .line {
    background-color: white; }
  .social-media .subtitle {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px; }
  .social-media .social-icons {
    padding-top: 30px; }
  .social-media .icon-wrapper {
    position: relative;
    padding: 10px 0; }
    .social-media .icon-wrapper .icon-link {
      display: block;
      position: relative;
      width: 50px;
      height: 50px;
      opacity: 0.85; }
      .social-media .icon-wrapper .icon-link:hover svg {
        fill: #fff; }
      .social-media .icon-wrapper .icon-link .icon {
        display: block; }
      .social-media .icon-wrapper .icon-link svg {
        fill: #bebebe;
        transition: fill 0.2s; }

@media only screen and (min-width: 512px) {
  .social-media .icon-wrapper {
    padding: 0 10px; } }

@media only screen and (min-width: 768px) {
  .social-media .icon-wrapper {
    padding: 0 20px; } }

.amethyst .videos {
  background-color: #000; }
  .amethyst .videos .video-item {
    color: #fff; }
    .amethyst .videos .video-item .title {
      color: #fff;
      text-decoration: none; }
  .amethyst .videos .clock-icon path {
    fill: #fff; }
  .amethyst .videos .title-container .line {
    background-color: #cc9999; }
  .amethyst .videos .title-container .title {
    color: #cc9999; }

.emerald .videos {
  background-color: #F3F3F3; }
  .emerald .videos .video-item {
    color: #26887B; }
    .emerald .videos .video-item .title {
      color: #26887B;
      text-decoration: none; }
  .emerald .videos .video-item-wrapper .play-icon path {
    fill: #26887B; }
  .emerald .videos .clock-icon path {
    fill: #26887B; }
  .emerald .videos .title-container .line {
    background-color: #646464; }
  .emerald .videos .title-container .title {
    color: #646464; }

.fuchsia .videos {
  background-color: #000; }
  .fuchsia .videos .video-item {
    color: #fff; }
    .fuchsia .videos .video-item .title {
      color: #fff;
      text-decoration: none; }
  .fuchsia .videos .video-item-wrapper .play-icon path {
    fill: #B56063; }
  .fuchsia .videos .clock-icon path {
    fill: #fff; }
  .fuchsia .videos .title-container .line {
    background-color: #B56063; }
  .fuchsia .videos .title-container .title {
    color: #B56063; }

.powder-pink .videos {
  background-color: #F3F3F3; }
  .powder-pink .videos .video-item {
    color: #D03368; }
    .powder-pink .videos .video-item .title {
      color: #D03368;
      text-decoration: none; }
  .powder-pink .videos .video-item-wrapper .play-icon path {
    fill: #f0f0f0; }
  .powder-pink .videos .clock-icon path {
    fill: #D03368; }
  .powder-pink .videos .title-container .line {
    background-color: #36339C; }
  .powder-pink .videos .title-container .title {
    color: #36339C; }

.ruby-red .videos {
  background-color: #f3f3f3; }
  .ruby-red .videos .video-item {
    color: #bc2723; }
    .ruby-red .videos .video-item .title {
      color: #bc2723;
      text-decoration: none; }
  .ruby-red .videos .video-item-wrapper .play-icon path {
    fill: #f0f0f0; }
  .ruby-red .videos .clock-icon path {
    fill: #bc2723; }
  .ruby-red .videos .title-container .line {
    background-color: #666666; }
  .ruby-red .videos .title-container .title {
    color: #666666; }

.sapphire .videos {
  background-color: #F3F3F3; }
  .sapphire .videos .video-item {
    color: #373C9A; }
    .sapphire .videos .video-item .title {
      color: #373C9A;
      text-decoration: none; }
  .sapphire .videos .video-item-wrapper .play-icon path {
    fill: #f0f0f0; }
  .sapphire .videos .clock-icon path {
    fill: #373C9A; }
  .sapphire .videos .title-container .line {
    background-color: #E17471; }
  .sapphire .videos .title-container .title {
    color: #E17471; }

.videos {
  min-height: 948px; }
  .videos .videos-grid {
    padding-top: 20px; }
  .videos .video-item {
    margin-bottom: 20px; }
  .videos .video-item-wrapper {
    height: 100%; }
    .videos .video-item-wrapper .thumb-wrapper {
      position: relative;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .videos .video-item-wrapper .title-wrapper {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 18px;
      padding: 5px 0;
      cursor: pointer; }
    .videos .video-item-wrapper .thumb-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      cursor: pointer; }
    .videos .video-item-wrapper .play-icon-wrapper {
      width: 72px;
      height: 62px;
      position: relative; }
    .videos .video-item-wrapper .play-icon {
      width: 100%;
      height: 100%;
      opacity: 0.4; }
      .videos .video-item-wrapper .play-icon path {
        fill: #C0C0C0; }
    .videos .video-item-wrapper .title, .videos .video-item-wrapper .duration {
      text-transform: uppercase; }
    .videos .video-item-wrapper .title {
      display: inline-block;
      word-break: break-all;
      font-size: 20px;
      line-height: 20px;
      font-weight: 600; }
    .videos .video-item-wrapper .clock-icon {
      width: 15px;
      height: 16px; }
    .videos .video-item-wrapper .duration {
      font-size: 12px;
      margin-left: 5px; }

@media (min-width: 992px) {
  .videos {
    height: 948px; } }

@media (max-width: 768px) {
  .videos {
    padding-top: 30px; }
    .videos .title-container .title {
      font-size: 30px;
      font-family: 'Open Sans', sans-serif; } }

.privacy-subtitle {
  margin: 15px 0;
  font-size: 25px;
  font-weight: 600; }

.privacy-paragraph, .privacy-ul {
  margin: 0 0 10px; }

.site-name {
  color: #2F2AEC; }

.terms-of-use-wrapper {
  counter-reset: incrementsubtitle; }
  .terms-of-use-wrapper .terms-of-use-title,
  .terms-of-use-wrapper .terms-of-use-subtitle {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600; }
  .terms-of-use-wrapper .terms-of-use-subtitle::before {
    counter-increment: incrementsubtitle;
    content: counter(incrementsubtitle) ". "; }
  .terms-of-use-wrapper .first {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .first .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "1." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .second {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .second .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "2." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .third {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .third .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "3." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .forth {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .forth .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "4." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .fifth {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .fifth .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "5." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .sixth {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .sixth .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "6." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .seventh {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .seventh .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "7." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .eight {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .eight .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "8." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .ninth {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .ninth .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "9." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .tenth {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .tenth .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "10." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .eleven {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .eleven .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "11." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .sixteen {
    counter-reset: incrementfirst; }
    .terms-of-use-wrapper .sixteen .terms-of-use-paragraph::before {
      counter-increment: incrementfirst;
      content: "16." counter(incrementfirst) " ";
      font-weight: bold;
      padding-right: 5px; }
  .terms-of-use-wrapper .terms-of-use-paragraph,
  .terms-of-use-wrapper .terms-of-use-ul,
  .terms-of-use-wrapper .terms-of-use-ol {
    margin: 0 0 15px; }
  .terms-of-use-wrapper .terms-of-use-ul li,
  .terms-of-use-wrapper .terms-of-use-ol li {
    margin-bottom: 7px; }
  .terms-of-use-wrapper .terms-of-use-ul {
    list-style-type: none; }
  .terms-of-use-wrapper .terms-of-use-ol {
    counter-reset: list; }
    .terms-of-use-wrapper .terms-of-use-ol > li {
      list-style: none; }
      .terms-of-use-wrapper .terms-of-use-ol > li::before {
        content: "(" counter(list, lower-alpha) ")";
        counter-increment: list;
        padding-right: 10px; }

.title-container {
  margin: 0 auto; }
  .title-container .title {
    padding: 0 20px;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif; }
  .title-container .line {
    -ms-flex-positive: 1;
        flex-grow: 1;
    border: 0;
    height: 1px;
    display: none; }

@media (min-width: 768px) {
  .title-container .title {
    font-size: 52px; }
  .title-container .line {
    display: block; } }

.amethyst .dropdown .dropdown-options-container,
.fuchsia .dropdown .dropdown-options-container,
.emerald .dropdown .dropdown-options-container,
.powder-pink .dropdown .dropdown-options-container,
.ruby-red .dropdown .dropdown-options-container,
.sapphire .dropdown .dropdown-options-container {
  border: 1px solid #fff; }

.amethyst .dropdown .option,
.fuchsia .dropdown .option,
.emerald .dropdown .option,
.powder-pink .dropdown .option,
.ruby-red .dropdown .option,
.sapphire .dropdown .option {
  background-color: #fff;
  color: #000; }
  .amethyst .dropdown .option:hover,
  .fuchsia .dropdown .option:hover,
  .emerald .dropdown .option:hover,
  .powder-pink .dropdown .option:hover,
  .ruby-red .dropdown .option:hover,
  .sapphire .dropdown .option:hover {
    background-color: #e6e6e6; }

.amethyst .dropdown .selected-value-wrapper,
.fuchsia .dropdown .selected-value-wrapper,
.emerald .dropdown .selected-value-wrapper,
.powder-pink .dropdown .selected-value-wrapper,
.ruby-red .dropdown .selected-value-wrapper,
.sapphire .dropdown .selected-value-wrapper {
  border: 1px solid #000;
  color: #000; }

.amethyst .dropdown .icon-wrapper svg.icon,
.fuchsia .dropdown .icon-wrapper svg.icon,
.emerald .dropdown .icon-wrapper svg.icon,
.powder-pink .dropdown .icon-wrapper svg.icon,
.ruby-red .dropdown .icon-wrapper svg.icon,
.sapphire .dropdown .icon-wrapper svg.icon {
  fill: #000; }

.dropdown-wrapper {
  position: relative; }

.dropdown {
  position: relative;
  width: 100%; }
  .dropdown.active .options-wrapper {
    display: block; }
  .dropdown .options-wrapper {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    display: none; }
    .dropdown .options-wrapper:before {
      border-bottom: 11px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: "";
      height: 0;
      left: 0;
      margin: -53px auto 0;
      position: absolute;
      top: 57px;
      right: 0;
      width: 0; }
  .dropdown .dropdown-options-container {
    width: 170px;
    margin: 15px 0 0;
    border-top: 0;
    max-height: 250px;
    overflow-y: hidden;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%); }
  .dropdown .option {
    font-size: 16px;
    padding: 0 13px;
    transition: background-color 0.2s;
    width: 100%;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .dropdown .option:hover {
      cursor: pointer; }
    .dropdown .option svg {
      width: 22px;
      height: 18px;
      margin-right: 10px; }
  .dropdown .selected-value-wrapper {
    width: 100%;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-overflow: ellipsis;
    padding: 0 5px;
    background-color: transparent;
    cursor: pointer; }
  .dropdown .selected-value {
    margin: 0 3px 0 0;
    font-size: 16px;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .dropdown .selected-value svg {
      width: 22px;
      height: 18px;
      margin-right: 10px;
      display: block; }
    .dropdown .selected-value .selected-value-text {
      margin-right: 3px;
      display: block; }
  .dropdown .icon-wrapper {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .dropdown .icon-wrapper svg.icon {
      width: 14px; }

@media (min-width: 992px) {
  .selected-value-wrapper .selected-value svg,
  .selected-value-wrapper .selected-value .selected-value-text,
  .selected-value-wrapper .selected-value .bracket {
    display: none; } }

@media (min-width: 992px) and (max-width: 1295px) {
  .dropdown .dropdown-options-container {
    left: 0;
    transform: translateX(-74%); } }

body {
  overflow-x: hidden; }
  body.side-drawer-open {
    overflow-y: hidden; }
    body.side-drawer-open #root {
      overflow-y: hidden; }
  body.modal-open {
    overflow-y: hidden; }
    body.modal-open #root {
      overflow-y: hidden; }

html, body {
  height: 100%; }

#root {
  height: 100%; }

.amethyst .modal-window .modal .modal-header .close-modal {
  color: #6466CB; }

.emerald .modal-window .modal .modal-header .close-modal {
  color: #16665B; }

.fuchsia .modal-window .modal .modal-header .close-modal {
  color: #C84676; }

.powder-pink .modal-window .modal .modal-header .close-modal {
  color: #C84676; }

.ruby-red .modal-window .modal .modal-header .close-modal {
  color: #882625; }

.sapphire .modal-window .modal .modal-header .close-modal {
  color: #1F207D; }

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s; }
  .modal-window.inactive-modal {
    transition: height 0s 0.3s, opacity 0.3s;
    height: 0;
    opacity: 0; }
  .modal-window .modal-wrapper {
    padding: 30px 0;
    min-height: 100%; }
  .modal-window .modal {
    margin: 0 auto;
    z-index: 500;
    background-color: white;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease-out;
    font-family: Arial;
    cursor: initial;
    transform: translateY(-100%);
    opacity: 0; }
    .modal-window .modal.animate-modal {
      transform: translateY(0);
      opacity: 1; }
    .modal-window .modal .modal-header {
      position: relative;
      padding: 10px;
      border-bottom: 1px solid #e5e5e5;
      font-weight: 300;
      font-size: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .modal-window .modal .modal-header .modal-title {
        margin: 0;
        line-height: 1.42857143;
        text-transform: capitalize; }
      .modal-window .modal .modal-header .close-modal {
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        text-shadow: 0 1px 0 #fff;
        outline: none;
        opacity: 0.2;
        transition: opacity 0.15s; }
        .modal-window .modal .modal-header .close-modal:hover {
          opacity: 0.9; }
    .modal-window .modal .modal-body {
      position: relative;
      padding: 10px;
      text-align: left;
      max-height: 350px;
      overflow-y: auto; }
    .modal-window .modal .modal-footer {
      padding: 10px;
      text-align: right;
      border-top: 1px solid #e5e5e5; }
      .modal-window .modal .modal-footer .close-modal {
        color: #212529;
        background-color: transparent;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        border: 1px solid #212529;
        padding: 0.175rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        cursor: pointer;
        outline: none;
        text-transform: capitalize; }
        .modal-window .modal .modal-footer .close-modal:hover {
          color: #212529;
          background-color: #eff2f5;
          border-color: #dae0e5; }

@media (min-width: 768px) {
  .modal-window .modal {
    width: 70%; } }

@keyframes animate-in-to-left {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@keyframes animate-out-to-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@keyframes animate-in-to-right {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes animate-out-to-right {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }

.enter-to-left {
  animation: animate-in-to-left 600ms; }

.exit-to-left {
  animation: animate-out-to-left 600ms; }
  .exit-to-left .carousel-caption {
    opacity: 0; }

.enter-to-right {
  animation: animate-in-to-right 600ms; }

.exit-to-right {
  animation: animate-out-to-right 600ms; }
  .exit-to-right .carousel-caption {
    opacity: 0; }

.amethyst .carousel-slider-wrapper .carousel-slide {
  background-color: #4B4B4B; }
  .amethyst .carousel-slider-wrapper .carousel-slide.active-slide {
    background-color: #4B4B4B;
    border-color: #4B4B4B; }
    .amethyst .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn {
      background-color: #fff;
      color: #6466CB;
      border: 1px solid #fff; }
      .amethyst .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn:hover {
        color: #6466cb;
        background-color: #ededed;
        border: 1px solid #fff; }

.amethyst .carousel-slider-wrapper .carousel-control .left-triangle {
  border-left: 35px solid #4B4B4B; }

.amethyst .carousel-slider-wrapper .carousel-control .right-triangle {
  border-right: 35px solid #4B4B4B; }

.amethyst .carousel-slider-wrapper .carousel-control button svg {
  fill: #fff; }
  .amethyst .carousel-slider-wrapper .carousel-control button svg:hover {
    fill: #6466CB; }

.amethyst .carousel-slider-wrapper .carousel-indicators li:hover {
  background-color: #6466CB; }

.amethyst .carousel-slider-wrapper .carousel-indicators li.active:before {
  border: 2px solid #6466CB; }

.amethyst .carousel-slider-wrapper .carousel-indicators li.active:hover {
  background-color: #fff; }

.emerald .carousel-slider-wrapper .carousel-slide {
  background-color: #E6E6E6; }
  .emerald .carousel-slider-wrapper .carousel-slide.active-slide {
    background-color: #E6E6E6;
    border-color: #E6E6E6; }
    .emerald .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn {
      background-color: #fff;
      color: #16665B;
      border: 1px solid #fff; }
      .emerald .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn:hover {
        color: #16665b;
        background-color: #ededed;
        border: 1px solid #fff; }

.emerald .carousel-slider-wrapper .carousel-control .left-triangle {
  border-left: 35px solid #E6E6E6; }

.emerald .carousel-slider-wrapper .carousel-control .right-triangle {
  border-right: 35px solid #E6E6E6; }

.emerald .carousel-slider-wrapper .carousel-control button svg {
  fill: #646464; }
  .emerald .carousel-slider-wrapper .carousel-control button svg:hover {
    fill: #16665B; }

.emerald .carousel-slider-wrapper .carousel-indicators li:hover {
  background-color: #16665B; }

.emerald .carousel-slider-wrapper .carousel-indicators li.active:before {
  border: 2px solid #16665B; }

.emerald .carousel-slider-wrapper .carousel-indicators li.active:hover {
  background-color: #fff; }

.fuchsia .carousel-slider-wrapper .carousel-slide {
  background-color: #4B4B4B; }
  .fuchsia .carousel-slider-wrapper .carousel-slide.active-slide {
    background-color: #4B4B4B;
    border-color: #4B4B4B; }
    .fuchsia .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn {
      background-color: #fff;
      color: #C84676;
      border: 1px solid #fff; }
      .fuchsia .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn:hover {
        color: #c84676;
        background-color: #ededed;
        border: 1px solid #fff; }

.fuchsia .carousel-slider-wrapper .carousel-control .left-triangle {
  border-left: 35px solid #4B4B4B; }

.fuchsia .carousel-slider-wrapper .carousel-control .right-triangle {
  border-right: 35px solid #4B4B4B; }

.fuchsia .carousel-slider-wrapper .carousel-control button svg {
  fill: #fff; }
  .fuchsia .carousel-slider-wrapper .carousel-control button svg:hover {
    fill: #C84676; }

.fuchsia .carousel-slider-wrapper .carousel-indicators li:hover {
  background-color: #C84676; }

.fuchsia .carousel-slider-wrapper .carousel-indicators li.active:before {
  border: 2px solid #C84676; }

.fuchsia .carousel-slider-wrapper .carousel-indicators li.active:hover {
  background-color: #fff; }

.powder-pink .carousel-slider-wrapper .carousel-slide {
  background-color: #e8e8e8; }
  .powder-pink .carousel-slider-wrapper .carousel-slide.active-slide {
    background-color: #e8e8e8;
    border-color: #e8e8e8; }
    .powder-pink .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn {
      background-color: #fff;
      color: #C84676;
      border: 1px solid #fff; }
      .powder-pink .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn:hover {
        color: #c84676;
        background-color: #ededed;
        border: 1px solid #fff; }

.powder-pink .carousel-slider-wrapper .carousel-control .left-triangle {
  border-left: 35px solid #e8e8e8; }

.powder-pink .carousel-slider-wrapper .carousel-control .right-triangle {
  border-right: 35px solid #e8e8e8; }

.powder-pink .carousel-slider-wrapper .carousel-control button svg {
  fill: #847479; }
  .powder-pink .carousel-slider-wrapper .carousel-control button svg:hover {
    fill: #C84676; }

.powder-pink .carousel-slider-wrapper .carousel-indicators li:hover {
  background-color: #C84676; }

.powder-pink .carousel-slider-wrapper .carousel-indicators li.active:before {
  border: 2px solid #C84676; }

.powder-pink .carousel-slider-wrapper .carousel-indicators li.active:hover {
  background-color: #fff; }

.ruby-red .carousel-slider-wrapper .carousel-slide {
  background-color: #e6e6e6; }
  .ruby-red .carousel-slider-wrapper .carousel-slide.active-slide {
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
    .ruby-red .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn {
      background-color: #fff;
      color: #882625;
      border: 1px solid #fff; }
      .ruby-red .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn:hover {
        color: #882625;
        background-color: #ededed;
        border: 1px solid #fff; }

.ruby-red .carousel-slider-wrapper .carousel-control .left-triangle {
  border-left: 35px solid #e6e6e6; }

.ruby-red .carousel-slider-wrapper .carousel-control .right-triangle {
  border-right: 35px solid #e6e6e6; }

.ruby-red .carousel-slider-wrapper .carousel-control button svg {
  fill: #666666; }
  .ruby-red .carousel-slider-wrapper .carousel-control button svg:hover {
    fill: #882625; }

.ruby-red .carousel-slider-wrapper .carousel-indicators li:hover {
  background-color: #882625; }

.ruby-red .carousel-slider-wrapper .carousel-indicators li.active:before {
  border: 2px solid #882625; }

.ruby-red .carousel-slider-wrapper .carousel-indicators li.active:hover {
  background-color: #fff; }

.sapphire .carousel-slider-wrapper .carousel-slide {
  background-color: #E6E6E6; }
  .sapphire .carousel-slider-wrapper .carousel-slide.active-slide {
    background-color: #E6E6E6;
    border-color: #E6E6E6; }
    .sapphire .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn {
      background-color: #fff;
      color: #1F207D;
      border: 1px solid #fff; }
      .sapphire .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn:hover {
        color: #1f207d;
        background-color: #ededed;
        border: 1px solid #fff; }

.sapphire .carousel-slider-wrapper .carousel-control .left-triangle {
  border-left: 35px solid #E6E6E6; }

.sapphire .carousel-slider-wrapper .carousel-control .right-triangle {
  border-right: 35px solid #E6E6E6; }

.sapphire .carousel-slider-wrapper .carousel-control button svg {
  fill: #666666; }
  .sapphire .carousel-slider-wrapper .carousel-control button svg:hover {
    fill: #1F207D; }

.sapphire .carousel-slider-wrapper .carousel-indicators li:hover {
  background-color: #1F207D; }

.sapphire .carousel-slider-wrapper .carousel-indicators li.active:before {
  border: 2px solid #1F207D; }

.sapphire .carousel-slider-wrapper .carousel-indicators li.active:hover {
  background-color: #fff; }

@media (min-width: 768px) {
  .amethyst .carousel-slider-wrapper .carousel-control .left-triangle {
    border-left: 65px solid #4B4B4B; }
  .amethyst .carousel-slider-wrapper .carousel-control .right-triangle {
    border-right: 65px solid #4B4B4B; }
  .emerald .carousel-slider-wrapper .carousel-control .left-triangle {
    border-left: 65px solid #E6E6E6; }
  .emerald .carousel-slider-wrapper .carousel-control .right-triangle {
    border-right: 65px solid #E6E6E6; }
  .fuchsia .carousel-slider-wrapper .carousel-control .left-triangle {
    border-left: 65px solid #4B4B4B; }
  .fuchsia .carousel-slider-wrapper .carousel-control .right-triangle {
    border-right: 65px solid #4B4B4B; }
  .powder-pink .carousel-slider-wrapper .carousel-control .left-triangle {
    border-left: 65px solid #e8e8e8; }
  .powder-pink .carousel-slider-wrapper .carousel-control .right-triangle {
    border-right: 65px solid #e8e8e8; }
  .ruby-red .carousel-slider-wrapper .carousel-control .left-triangle {
    border-left: 65px solid #e6e6e6; }
  .ruby-red .carousel-slider-wrapper .carousel-control .right-triangle {
    border-right: 65px solid #e6e6e6; }
  .sapphire .carousel-slider-wrapper .carousel-control .left-triangle {
    border-left: 65px solid #E6E6E6; }
  .sapphire .carousel-slider-wrapper .carousel-control .right-triangle {
    border-right: 65px solid #E6E6E6; } }

/* #carousel styles */
.carousel-slider-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 99;
  height: 272px; }
  .carousel-slider-wrapper * {
    box-sizing: border-box; }
  .carousel-slider-wrapper .carousel-slide {
    background-color: #fff;
    margin: 0 auto;
    display: none;
    min-width: 100%;
    height: 100%;
    text-align: center; }
    .carousel-slider-wrapper .carousel-slide .carousel-slide-image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .carousel-slider-wrapper .carousel-slide.swipe {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none; }
    .carousel-slider-wrapper .carousel-slide.active-slide {
      display: block;
      background-color: #f3f3f3;
      border-color: #f3f3f3; }
      .carousel-slider-wrapper .carousel-slide.active-slide.next-active-slide {
        position: absolute;
        left: 0;
        top: 0; }
      .carousel-slider-wrapper .carousel-slide.active-slide .slide-btn {
        margin-bottom: 10px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 15px 0 rgba(0, 0, 0, 0.19); }
      .carousel-slider-wrapper .carousel-slide.active-slide img {
        width: 100%;
        display: block; }
      .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption-wrapper {
        position: absolute;
        bottom: 0;
        height: 275px;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
        font-family: 'Open Sans', sans-serif; }
      .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption {
        position: absolute;
        right: 35px;
        bottom: 20px;
        left: 35px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center; }
        .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption .carousel-caption-title {
          text-transform: uppercase;
          font-size: 50px;
          margin: 0 0 5px;
          text-shadow: #000 1px 0 2px;
          font-family: inherit;
          font-weight: bold; }
        .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption .carousel-caption-subtitle {
          font-size: 30px;
          font-weight: 300;
          margin: 0 0 15px;
          text-shadow: #000 1px 0 2px;
          font-family: inherit; }
  .carousel-slider-wrapper .carousel-control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 65px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    z-index: 1; }
    .carousel-slider-wrapper .carousel-control .left-triangle {
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-left: 35px solid #fff;
      border-bottom: 30px solid transparent;
      position: absolute;
      left: -1px;
      cursor: initial;
      transform: translateY(-50%); }
    .carousel-slider-wrapper .carousel-control .right-triangle {
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-right: 35px solid #fff;
      border-bottom: 30px solid transparent;
      position: absolute;
      right: -1px;
      transform: translateY(-50%);
      cursor: initial; }
    .carousel-slider-wrapper .carousel-control.carousel-left-arrow button {
      position: absolute;
      left: -1px;
      transform: translateY(-50%); }
    .carousel-slider-wrapper .carousel-control.carousel-right-arrow {
      right: 0;
      left: auto; }
      .carousel-slider-wrapper .carousel-control.carousel-right-arrow button {
        position: absolute;
        right: -1px;
        transform: translateY(-50%); }
    .carousel-slider-wrapper .carousel-control button {
      background-color: transparent;
      border: none;
      outline: none;
      padding: 0;
      height: 30px; }
      .carousel-slider-wrapper .carousel-control button.padding-left-15 {
        padding-left: 15px; }
      .carousel-slider-wrapper .carousel-control button.padding-right-15 {
        padding-right: 15px; }
      .carousel-slider-wrapper .carousel-control button svg {
        width: 15px;
        cursor: pointer; }
      .carousel-slider-wrapper .carousel-control button i {
        opacity: 0.5;
        cursor: pointer;
        color: #000;
        font-size: 28px; }
        .carousel-slider-wrapper .carousel-control button i:hover {
          opacity: 1; }
  .carousel-slider-wrapper .carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px; }
    .carousel-slider-wrapper .carousel-indicators.position-left {
      left: 35px; }
    .carousel-slider-wrapper .carousel-indicators.position-right {
      right: 35px; }
    .carousel-slider-wrapper .carousel-indicators.position-center {
      left: 50%;
      transform: translateX(-50%); }
    .carousel-slider-wrapper .carousel-indicators li {
      display: inline-block;
      background-color: #fff;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      margin-left: 10px;
      cursor: pointer; }
      .carousel-slider-wrapper .carousel-indicators li:nth-of-type(1) {
        margin-left: 0; }
      .carousel-slider-wrapper .carousel-indicators li:hover {
        background-color: #000; }
      .carousel-slider-wrapper .carousel-indicators li.active {
        position: relative;
        color: #fff;
        width: 17px;
        height: 17px;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        cursor: initial; }
        .carousel-slider-wrapper .carousel-indicators li.active:before, .carousel-slider-wrapper .carousel-indicators li.active:after {
          display: block;
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 50%; }
        .carousel-slider-wrapper .carousel-indicators li.active:before {
          width: 80%;
          height: 80%;
          border: 1px solid green; }
        .carousel-slider-wrapper .carousel-indicators li.active:after {
          width: 60%;
          height: 60%;
          background-color: #fff; }

@media (min-width: 500px) {
  .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption .carousel-caption-title {
    font-size: 25px; }
  .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption .carousel-caption-subtitle {
    font-size: 18px; } }

@media (min-width: 768px) {
  .carousel-slider-wrapper {
    height: 412px; }
    .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption {
      padding-bottom: 30px;
      left: 65px;
      right: 65px; }
      .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption .carousel-caption-title {
        font-size: 50px; }
      .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption .carousel-caption-subtitle {
        font-size: 30px; }
    .carousel-slider-wrapper .carousel-slide.exit-to-left .carousel-caption {
      opacity: 1; }
    .carousel-slider-wrapper .carousel-slide.exit-to-right .carousel-caption {
      opacity: 1; }
    .carousel-slider-wrapper .carousel-control .left-triangle {
      border-top: 50px solid transparent;
      border-left: 65px solid #fff;
      border-bottom: 50px solid transparent; }
    .carousel-slider-wrapper .carousel-control .right-triangle {
      border-top: 50px solid transparent;
      border-right: 65px solid #fff;
      border-bottom: 50px solid transparent; }
    .carousel-slider-wrapper .carousel-control button {
      height: 50px; }
      .carousel-slider-wrapper .carousel-control button svg {
        width: 20px; }
      .carousel-slider-wrapper .carousel-control button i {
        font-size: 50px; }
    .carousel-slider-wrapper .carousel-indicators.position-left {
      left: 65px; }
    .carousel-slider-wrapper .carousel-indicators.position-right {
      right: 65px; }
    .carousel-slider-wrapper .carousel-indicators li {
      width: 18px;
      height: 18px; }
      .carousel-slider-wrapper .carousel-indicators li.active {
        width: 20px;
        height: 20px; } }

@media (min-width: 992px) {
  .carousel-slider-wrapper {
    height: 536px; }
    .carousel-slider-wrapper .carousel-slide.active-slide .carousel-caption {
      text-align: left; } }

@media (min-width: 1200px) {
  .carousel-slider-wrapper {
    height: 680px; } }

.english-flag .st1 {
  fill: #E43224; }

.english-flag .st2 {
  fill: #0054A4; }

.english-flag .st3 {
  fill: #FFFFFF; }

.germany-flag .st1 {
  fill: #E43224; }

.germany-flag .st2 {
  fill: #FBF441; }

.french-flag .st1 {
  fill: #0054A4; }

.french-flag .st2 {
  fill: #FFFFFF; }

.french-flag .st3 {
  fill: #E43224; }

.italian-flag .st1 {
  fill: #19A72D; }

.italian-flag .st2 {
  fill: #FFFFFF; }

.italian-flag .st3 {
  fill: #E53327; }

.amethyst .launcher .bubble {
  fill: #fff; }

.amethyst .launcher .fa-comment {
  fill: #6766cc; }

.amethyst .floating-chat {
  background: #fff; }
  .amethyst .floating-chat .conversation .header-container .chat-header {
    border-bottom: 1px solid #6766cc; }
    .amethyst .floating-chat .conversation .header-container .chat-header .sender {
      color: #6766cc; }
    .amethyst .floating-chat .conversation .header-container .chat-header .close-button {
      fill: #6766cc; }
  .amethyst .floating-chat .conversation .mobile-header-container {
    background-color: #6766cc; }
  .amethyst .floating-chat .conversation .messages-container .messages .amateur-placeholder .placeholder-caption span {
    color: #6766cc; }
  .amethyst .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble {
    background-color: #6766cc; }
    .amethyst .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble p {
      color: #fff; }
  .amethyst .floating-chat .conversation .messages-container .messages .user-bubble-container .user-bubble {
    background-color: #fff;
    border: 1px solid #6766cc; }
  .amethyst .floating-chat .conversation .messages-container .messages .limitation-message span {
    color: #6766cc; }
    .amethyst .floating-chat .conversation .messages-container .messages .limitation-message span a {
      color: #6766cc; }
  .amethyst .floating-chat .conversation .footer-container .message-box .message-input {
    border: 1px solid #6766cc; }
  .amethyst .floating-chat .conversation .footer-container .message-submit svg {
    fill: #6766cc; }

.emerald .launcher .bubble {
  fill: #26837b; }

.emerald .launcher .fa-comment {
  fill: #fff; }

.emerald .floating-chat {
  background: #fff; }
  .emerald .floating-chat .conversation .header-container .chat-header {
    border-bottom: 1px solid #26837b; }
    .emerald .floating-chat .conversation .header-container .chat-header .sender {
      color: #26837b; }
    .emerald .floating-chat .conversation .header-container .chat-header .close-button {
      fill: #26837b; }
  .emerald .floating-chat .conversation .mobile-header-container {
    background-color: #26837b; }
  .emerald .floating-chat .conversation .messages-container .messages .amateur-placeholder .placeholder-caption span {
    color: #26837b; }
  .emerald .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble {
    background-color: #26837b; }
    .emerald .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble p {
      color: #fff; }
  .emerald .floating-chat .conversation .messages-container .messages .user-bubble-container .user-bubble {
    background-color: #fff;
    border: 1px solid #26837b; }
  .emerald .floating-chat .conversation .messages-container .messages .limitation-message span {
    color: #26837b; }
    .emerald .floating-chat .conversation .messages-container .messages .limitation-message span a {
      color: #26837b; }
  .emerald .floating-chat .conversation .footer-container .message-box .message-input {
    border: 1px solid #26837b; }
  .emerald .floating-chat .conversation .footer-container .message-submit svg {
    fill: #26837b; }

.fuchsia .launcher .bubble {
  fill: #fff; }

.fuchsia .launcher .fa-comment {
  fill: #e47272; }

.fuchsia .floating-chat {
  background: #fff; }
  .fuchsia .floating-chat .conversation .header-container .chat-header {
    border-bottom: 1px solid #e47272; }
    .fuchsia .floating-chat .conversation .header-container .chat-header .sender {
      color: #e47272; }
    .fuchsia .floating-chat .conversation .header-container .chat-header .close-button {
      fill: #e47272; }
  .fuchsia .floating-chat .conversation .mobile-header-container {
    background-color: #e47272; }
  .fuchsia .floating-chat .conversation .messages-container .messages .amateur-placeholder .placeholder-caption span {
    color: #e47272; }
  .fuchsia .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble {
    background-color: #e47272; }
    .fuchsia .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble p {
      color: #fff; }
  .fuchsia .floating-chat .conversation .messages-container .messages .user-bubble-container .user-bubble {
    background-color: #fff;
    border: 1px solid #e47272; }
  .fuchsia .floating-chat .conversation .messages-container .messages .limitation-message span {
    color: #e47272; }
    .fuchsia .floating-chat .conversation .messages-container .messages .limitation-message span a {
      color: #e47272; }
  .fuchsia .floating-chat .conversation .footer-container .message-box .message-input {
    border: 1px solid #e47272; }
  .fuchsia .floating-chat .conversation .footer-container .message-submit svg {
    fill: #e47272; }

.powder-pink .launcher .bubble {
  fill: #d8376d; }

.powder-pink .launcher .fa-comment {
  fill: #fff; }

.powder-pink .floating-chat {
  background: #fff; }
  .powder-pink .floating-chat .conversation .header-container .chat-header {
    border-bottom: 1px solid #d8376d; }
    .powder-pink .floating-chat .conversation .header-container .chat-header .sender {
      color: #d8376d; }
    .powder-pink .floating-chat .conversation .header-container .chat-header .close-button {
      fill: #d8376d; }
  .powder-pink .floating-chat .conversation .mobile-header-container {
    background-color: #d8376d; }
  .powder-pink .floating-chat .conversation .messages-container .messages .amateur-placeholder .placeholder-caption span {
    color: #d8376d; }
  .powder-pink .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble {
    background-color: #d8376d; }
    .powder-pink .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble p {
      color: #fff; }
  .powder-pink .floating-chat .conversation .messages-container .messages .user-bubble-container .user-bubble {
    background-color: #fff;
    border: 1px solid #d8376d; }
  .powder-pink .floating-chat .conversation .messages-container .messages .limitation-message span {
    color: #d8376d; }
    .powder-pink .floating-chat .conversation .messages-container .messages .limitation-message span a {
      color: #d8376d; }
  .powder-pink .floating-chat .conversation .footer-container .message-box .message-input {
    border: 1px solid #d8376d; }
  .powder-pink .floating-chat .conversation .footer-container .message-submit svg {
    fill: #d8376d; }

.ruby-red .launcher .bubble {
  fill: #cc1f1b; }

.ruby-red .launcher .fa-comment {
  fill: #fff; }

.ruby-red .floating-chat {
  background: #fff; }
  .ruby-red .floating-chat .conversation .header-container .chat-header {
    border-bottom: 1px solid #cc1f1b; }
    .ruby-red .floating-chat .conversation .header-container .chat-header .sender {
      color: #cc1f1b; }
    .ruby-red .floating-chat .conversation .header-container .chat-header .close-button {
      fill: #cc1f1b; }
  .ruby-red .floating-chat .conversation .mobile-header-container {
    background-color: #cc1f1b; }
  .ruby-red .floating-chat .conversation .messages-container .messages .amateur-placeholder .placeholder-caption span {
    color: #cc1f1b; }
  .ruby-red .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble {
    background-color: #cc1f1b; }
    .ruby-red .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble p {
      color: #fff; }
  .ruby-red .floating-chat .conversation .messages-container .messages .user-bubble-container .user-bubble {
    background-color: #fff;
    border: 1px solid #cc1f1b; }
  .ruby-red .floating-chat .conversation .messages-container .messages .limitation-message span {
    color: #cc1f1b; }
    .ruby-red .floating-chat .conversation .messages-container .messages .limitation-message span a {
      color: #cc1f1b; }
  .ruby-red .floating-chat .conversation .footer-container .message-box .message-input {
    border: 1px solid #cc1f1b; }
  .ruby-red .floating-chat .conversation .footer-container .message-submit svg {
    fill: #cc1f1b; }

.sapphire .launcher .bubble {
  fill: #4342aa; }

.sapphire .launcher .fa-comment {
  fill: #fff; }

.sapphire .floating-chat {
  background: #fff; }
  .sapphire .floating-chat .conversation .header-container .chat-header {
    border-bottom: 1px solid #4342aa; }
    .sapphire .floating-chat .conversation .header-container .chat-header .sender {
      color: #4342aa; }
    .sapphire .floating-chat .conversation .header-container .chat-header .close-button {
      fill: #4342aa; }
  .sapphire .floating-chat .conversation .mobile-header-container {
    background-color: #4342aa; }
  .sapphire .floating-chat .conversation .messages-container .messages .amateur-placeholder .placeholder-caption span {
    color: #4342aa; }
  .sapphire .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble {
    background-color: #4342aa; }
    .sapphire .floating-chat .conversation .messages-container .messages .amateur-bubble-container .amateur-bubble p {
      color: #fff; }
  .sapphire .floating-chat .conversation .messages-container .messages .user-bubble-container .user-bubble {
    background-color: #fff;
    border: 1px solid #4342aa; }
  .sapphire .floating-chat .conversation .messages-container .messages .limitation-message span {
    color: #4342aa; }
    .sapphire .floating-chat .conversation .messages-container .messages .limitation-message span a {
      color: #4342aa; }
  .sapphire .floating-chat .conversation .footer-container .message-box .message-input {
    border: 1px solid #4342aa; }
  .sapphire .floating-chat .conversation .footer-container .message-submit svg {
    fill: #4342aa; }

.amateur-bubble-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: 5px; }
  .amateur-bubble-container .avatar-online {
    height: 35px;
    width: 35px;
    transform: translate(0, 0); }
    .amateur-bubble-container .avatar-online .status {
      height: 6px;
      width: 6px;
      bottom: 0;
      right: 0; }
  .amateur-bubble-container .amateur-bubble {
    margin: 1px 5px 1px 5px;
    max-width: 75%;
    text-align: left;
    word-break: break-word; }
    .amateur-bubble-container .amateur-bubble p {
      font-size: 14px;
      margin: 5px 10px;
      color: black; }

.amateur-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%; }
  .amateur-placeholder .amateur-photo img {
    border-radius: 50%; }
  .amateur-placeholder .placeholder-caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 20%;
    pointer-events: none; }
    .amateur-placeholder .placeholder-caption span {
      display: block; }
      .amateur-placeholder .placeholder-caption span:nth-of-type(odd) {
        font-size: 12px; }
      .amateur-placeholder .placeholder-caption span:nth-of-type(even) {
        font-size: 14px; }
  .amateur-placeholder.mobile {
    transform: translateY(-30%);
    height: 300px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .amateur-placeholder.mobile .avatar-online {
      transform: translateY(50%);
      height: 150px;
      width: 150px; }
      .amateur-placeholder.mobile .avatar-online .status {
        width: 15px;
        height: 15px;
        bottom: 15px;
        right: 15px; }
    .amateur-placeholder.mobile .placeholder-caption span {
      font-size: 18px; }
    .amateur-placeholder.mobile.keyboard-visible {
      height: 150px; }
      .amateur-placeholder.mobile.keyboard-visible .avatar-online {
        width: 80px;
        height: 80px; }
        .amateur-placeholder.mobile.keyboard-visible .avatar-online .status {
          width: 8px;
          height: 8px;
          bottom: 10px;
          right: 8px; }

body {
  background-color: #242629; }

.avatar-online {
  background-size: cover;
  border-radius: 50%;
  height: 96px;
  transform: translate(80%, 50%);
  width: 96px; }
  .avatar-online span.status {
    background-color: #08f300;
    border: 1px solid #242629;
    border-radius: 50%;
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 5px;
    right: 10px; }
    .avatar-online span.status.animate::before {
      animation: pulse 1.15s linear infinite;
      border: 1px solid #08f300;
      border-radius: 50%;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }

.chat-container {
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  opacity: 1; }
  .chat-container .launcher {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .chat-container .floating-chat {
    cursor: default;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: white;
    position: fixed;
    bottom: 10px;
    right: 70px;
    width: 45px;
    height: 40px;
    transition: height 200ms ease-in-out;
    opacity: 0; }
    .chat-container .floating-chat.expand {
      right: 70px;
      width: 250px;
      max-height: 450px;
      height: 450px;
      border-radius: 5px;
      cursor: auto;
      opacity: 1; }
    .chat-container .floating-chat.mobile.expand {
      max-height: none;
      width: 100%;
      height: 100%;
      border-radius: 0;
      right: 0;
      bottom: 0; }
  .chat-container.mobile.landscape {
    display: none; }

.conversation {
  animation: reveal 0.5s ease-in-out;
  width: 100%;
  height: 100%; }
  .conversation.hide {
    display: none; }
  .conversation .header-container {
    width: 100%; }
  .conversation .mobile-header-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 10%; }
  .conversation .messages-container {
    height: 310px; }
    .conversation .messages-container.mobile {
      height: 80%; }
      .conversation .messages-container.mobile .messages {
        height: 90%; }
        .conversation .messages-container.mobile .messages.keyboard-visible {
          height: 50vh; }
        .conversation .messages-container.mobile .messages .user-bubble-container .user-bubble {
          padding: 8px 10px;
          border-radius: 30px; }
          .conversation .messages-container.mobile .messages .user-bubble-container .user-bubble p {
            font-size: 16px; }
        .conversation .messages-container.mobile .messages .amateur-bubble-container .avatar-online {
          height: 50px;
          width: 50px; }
          .conversation .messages-container.mobile .messages .amateur-bubble-container .avatar-online span {
            height: 10px;
            width: 10px;
            bottom: 2px;
            right: 0; }
          .conversation .messages-container.mobile .messages .amateur-bubble-container .avatar-online.fade {
            height: 50px;
            width: 50px; }
            .conversation .messages-container.mobile .messages .amateur-bubble-container .avatar-online.fade span {
              height: 10px;
              width: 10px;
              bottom: 2px;
              right: 0; }
        .conversation .messages-container.mobile .messages .amateur-bubble-container .amateur-bubble {
          padding: 8px 10px; }
          .conversation .messages-container.mobile .messages .amateur-bubble-container .amateur-bubble p {
            font-size: 16px; }
        .conversation .messages-container.mobile .messages .limitation-message span {
          font-size: 16px; }
  .conversation .footer-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 100px; }
    .conversation .footer-container.mobile {
      height: 10%; }
      .conversation .footer-container.mobile .message-box form .message-input {
        overflow: hidden;
        padding: 15px;
        font-size: 16px; }
      .conversation .footer-container.mobile .message-box button {
        bottom: 15px;
        right: 15px; }
        .conversation .footer-container.mobile .message-box button .fa-paper {
          width: 30px;
          height: 30px;
          margin-right: 10px; }
          @media (max-width: 320px) {
            .conversation .footer-container.mobile .message-box button .fa-paper {
              width: 25px; } }

.chat-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 10px;
  padding-bottom: 4px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
  .chat-header.shrink {
    -ms-flex-align: center;
        align-items: center;
    font-size: 12px;
    border-bottom: none; }
  .chat-header .sender {
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .chat-header .close-button {
    width: 8px;
    height: 12px;
    opacity: 0.6;
    cursor: pointer; }
    .chat-header .close-button:hover {
      opacity: 1; }

.launcher {
  display: inline-block;
  cursor: pointer; }
  .launcher.open {
    cursor: default; }
  .launcher .fa-comment {
    fill: white;
    height: 20px;
    width: 30px; }

.limitation-message {
  overflow: hidden;
  margin: 10px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .limitation-message .top-message {
    width: 95%;
    text-align: center; }
  .limitation-message .bottom-message {
    width: 95%;
    text-align: center; }
    .limitation-message .bottom-message span a {
      cursor: pointer;
      color: white; }

.messages {
  height: 100%;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .messages .amateur-bubble-container .amateur-bubble {
    padding: 5px; }
  .messages .amateur-bubble-container:nth-of-type(2) .amateur-bubble {
    border-radius: 25px 20px 20px 0px; }
  .messages .amateur-bubble-container:nth-of-type(3) .amateur-bubble {
    border-radius: 0px 20px 20px 25px; }

.mobile-chat-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding-bottom: 4px; }
  .mobile-chat-header .sender {
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px; }
  .mobile-chat-header .mobile-close-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    width: 15px;
    height: 15px;
    fill: white;
    transform: translateX(-13vh);
    cursor: pointer; }
    .mobile-chat-header .mobile-close-button:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      opacity: 1; }

.message-box {
  box-sizing: initial; }
  .message-box.disabled {
    pointer-events: none;
    opacity: 0.6; }
  .message-box form {
    display: block;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%; }
    .message-box form .input-button-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 0 10px 15px 10px; }
    .message-box form .form-error {
      color: #ab0000;
      margin: 0 10px 15px 10px;
      font-size: 12px; }
  .message-box .message-input {
    outline: none;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    resize: none;
    width: 75%;
    background: #fff;
    padding: 10px 15px 5px 10px;
    position: relative;
    border-radius: 20px;
    height: 20px;
    box-sizing: content-box;
    border: none;
    font-size: 12px; }
  .message-box textarea:focus:-webkit-placeholder {
    color: transparent; }
  .message-box .message-submit {
    z-index: 1;
    padding: 0;
    bottom: 15px;
    right: 7px;
    color: #4a90e2;
    border: none;
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    outline: none;
    transition: background 0.2s ease;
    cursor: pointer; }
    @media (max-width: 320px) {
      .message-box .message-submit {
        right: 7px !important;
        bottom: 18px; } }
    .message-box .message-submit:hover {
      background: transparent;
      color: #333; }

.fa-paper {
  width: 20px;
  height: 20px;
  fill: #fff; }

.avatar-online.fade {
  animation: fade 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out; }

.user-bubble-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .user-bubble-container .user-bubble {
    margin: 5px;
    max-width: 75%;
    border-radius: 20px;
    background-color: white;
    text-align: left;
    word-break: break-word; }
    .user-bubble-container .user-bubble p {
      font-size: 14px;
      margin: 5px 10px;
      color: black; }

@keyframes pulse {
  0% {
    border-width: 4px;
    height: 12px;
    opacity: 0;
    width: 12px; }
  50% {
    border-width: 4px;
    height: 24px;
    opacity: 0.5;
    width: 24px; }
  100% {
    border-width: 2px;
    height: 36px;
    opacity: 0;
    width: 36px; } }

@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

