/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.1; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.75rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

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

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

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

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

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 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;
    transition: transform 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, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .card-group > .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

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

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

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

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

.font-weight-normal {
  font-weight: 400 !important; }

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

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

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.woff") format("woff"); }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 10px;
  margin-top: 20px; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

* {
  scroll-behavior: smooth; }

body {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-size: 16px; }

.ohns {
  height: 100%;
  overflow: hidden; }
  .ohns .bbs-react-strip {
    display: none; }

a {
  color: #fa4616; }
  a:hover {
    color: #fa4616; }

p {
  color: #53565a; }

.btn {
  border-radius: 0; }
  .btn-default {
    border-color: #ccc; }

.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

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

.container-fluid--max {
  max-width: 1380px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 120ms;
  animation-duration: 20ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

.slider {
  position: relative;
  z-index: 1; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.page-template-template-gallery .owl-carousel .owl-item img {
  width: 100% !important; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 2px 0.2rem rgba(56, 59, 62, 0.25); }

.btn--login {
  background: transparent;
  text-align: left;
  font-size: 12px;
  background-image: url(../images/arrow-btn-o-w.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center right;
  transition: all .3s ease;
  line-height: 2;
  margin-top: 24px;
  width: 80%;
  border-color: #ccc; }

.accordion {
  margin-bottom: 0; }
  .accordion .card {
    border-radius: 0;
    box-shadow: none;
    border: none; }
    .accordion .card .card-header + .panel-collapse > .card-body {
      border-top: none; }
  .accordion .card-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #fa4616;
    text-transform: uppercase; }
    .accordion .card-title a {
      text-decoration: none; }
      .accordion .card-title a:after {
        content: '';
        background-image: url("../images/triangle-down.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 13px;
        display: block;
        position: absolute;
        right: -35px;
        top: 3px; }
      .accordion .card-title a[aria-expanded="true"]:after {
        background-image: url("../images/triangle-up.png"); }
  .accordion .card-header {
    position: relative;
    display: block;
    margin: 0;
    background: transparent;
    border: none;
    border-top: 1px solid #fa4616;
    border-radius: 0;
    padding: 10px 40px 10px 0; }
  .accordion .card-body {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0; }

.accordion + h4 {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 700; }

.key-fact {
  display: block; }

.download-attachment {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  background-image: url(../images/executive/download-brochure.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  min-height: 32px;
  padding-left: 44px;
  text-transform: uppercase; }
  .download-attachment span {
    padding-top: .2em; }

.admin-bar .slider {
  margin-top: calc( 82px - 32px); }

.slider {
  margin-top: calc( 82px + 0px);
  position: relative; }
  .slider .SlideNavigation a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99999; }
  .slider .SlideNavigation .next {
    right: 0; }
  .slider .SlideNavigation .prev {
    left: 0; }
  .slider .home-slider {
    background-color: #000;
    position: relative;
    z-index: 999; }
    .slider .home-slider span.container, .slider .home-slider span.content-slider, .slider .home-slider span.title, .slider .home-slider span.payoff {
      display: block; }
    .slider .home-slider .slider-item:first-child {
      display: block; }
    .slider .home-slider .slider-item {
      width: 100%;
      display: none; }
      .slider .home-slider .slider-item:hover a {
        text-decoration: none; }
      .slider .home-slider .slider-item .slider-image {
        background: #f5f5f5;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position: top center;
        width: 100%;
        height: 100% !important;
        position: relative;
        padding-top: 40%; }
      .slider .home-slider .slider-item .content-slider {
        position: relative; }
        .slider .home-slider .slider-item .content-slider .container {
          position: relative; }
          .slider .home-slider .slider-item .content-slider .container .home-slider-content {
            position: absolute;
            width: 480px;
            bottom: 10px;
            color: #fff;
            display: block;
            width: 100%;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            max-width: 940px; }
          .slider .home-slider .slider-item .content-slider .container .title {
            background-color: #fa4616;
            color: #fff;
            padding: 10px 15px;
            font-size: 26px;
            height: auto;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 10px;
            font-weight: 400; }
            .slider .home-slider .slider-item .content-slider .container .title .be {
              font-weight: 400; }
            .slider .home-slider .slider-item .content-slider .container .title .motto {
              font-weight: 500; }
          .slider .home-slider .slider-item .content-slider .container .payoff {
            background-color: rgba(16, 16, 16, 0.7);
            color: #fff;
            height: auto;
            padding: 14px;
            font-size: 15px; }
            .slider .home-slider .slider-item .content-slider .container .payoff span {
              text-decoration: underline; }
    .slider .home-slider .owl-item .slider-item {
      display: block; }

.discover-offer {
  margin: 48px 0;
  text-align: center; }
  .discover-offer h3 {
    color: #000;
    font-weight: 400; }

.container-offerta-formativa {
  background-color: #eeeff3; }
  .container-offerta-formativa .offerta-formativa .box {
    padding: 0;
    min-height: 350px;
    background-size: cover;
    background-position: center center;
    background-color: #53565a;
    position: relative;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    .container-offerta-formativa .offerta-formativa .box a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .container-offerta-formativa .offerta-formativa .box a p {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding-bottom: 0 !important;
        text-align: center; }
        .container-offerta-formativa .offerta-formativa .box a p .btn {
          background-color: #53565a;
          color: white;
          border: none;
          padding: 20px 15px;
          margin-bottom: 30px;
          transition: background-color 300ms ease-out;
          letter-spacing: 1px; }
      .container-offerta-formativa .offerta-formativa .box a:hover .btn {
        background-color: #fa4616;
        color: white; }
  .container-offerta-formativa .offerta-formativa .box:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
  .container-offerta-formativa .offerta-formativa .box-executive {
    background-image: url("../images/executive-gray.png"); }
    .container-offerta-formativa .offerta-formativa .box-executive:hover {
      background-image: url("../images/executive-colored.png"); }
  .container-offerta-formativa .offerta-formativa .box-manager {
    background-image: url("../images/manager-gray.png"); }
    .container-offerta-formativa .offerta-formativa .box-manager:hover {
      background-image: url("../images/manager-colored.png"); }
  .container-offerta-formativa .offerta-formativa .box-neolaureati {
    background-image: url("../images/neolaureati-gray.png"); }
    .container-offerta-formativa .offerta-formativa .box-neolaureati:hover {
      background-image: url("../images/neolaureati-colored.png"); }
  .container-offerta-formativa .offerta-formativa .box-aziende {
    background-image: url("../images/placeholder-gray.png"); }
    .container-offerta-formativa .offerta-formativa .box-aziende:hover {
      background-image: url("../images/placeholder-colored.png"); }
  .container-offerta-formativa .offerta-formativa .box-mba {
    background-image: url("../images/offerta_formativa_V4_01.jpg"); }
    .container-offerta-formativa .offerta-formativa .box-mba:hover {
      background-image: url("../images/offerta_formativa_V4_01_c.jpg"); }
  .container-offerta-formativa .offerta-formativa .box-master-univ {
    background-image: url("../images/offerta_formativa_V4_02.jpg"); }
    .container-offerta-formativa .offerta-formativa .box-master-univ:hover {
      background-image: url("../images/offerta_formativa_V4_02_c.jpg"); }
  .container-offerta-formativa .offerta-formativa .box-exec {
    background-image: url("../images/offerta_formativa_V4_03.jpg"); }
    .container-offerta-formativa .offerta-formativa .box-exec:hover {
      background-image: url("../images/offerta_formativa_V4_03_c.jpg"); }
  .container-offerta-formativa .offerta-formativa .box-program {
    background-image: url("../images/offerta_formativa_V4_04.jpg"); }
    .container-offerta-formativa .offerta-formativa .box-program:hover {
      background-image: url("../images/offerta_formativa_V4_04_c.jpg"); }

.masonry-instaSocial {
  margin: 0 20px; }
  .masonry-instaSocial h3 {
    font-weight: 400;
    color: #000; }

.masonry-instaSocial .feed .feed-element {
  padding: 0 10px;
  margin-bottom: 20px; }
  .masonry-instaSocial .feed .feed-element a {
    text-decoration: none; }
    .masonry-instaSocial .feed .feed-element a .more-info .description {
      color: #ffffff;
      line-height: 1.4; }
    .masonry-instaSocial .feed .feed-element a:hover, .masonry-instaSocial .feed .feed-element a:active, .masonry-instaSocial .feed .feed-element a:focus {
      text-decoration: none; }
      .masonry-instaSocial .feed .feed-element a:hover .more-info .title, .masonry-instaSocial .feed .feed-element a:active .more-info .title, .masonry-instaSocial .feed .feed-element a:focus .more-info .title {
        text-decoration: underline; }

.masonry-instaSocial .feed .feed-element .image a {
  display: block; }

.masonry-instaSocial .feed .feed-element .image a img {
  width: 100%;
  height: auto; }

.masonry-instaSocial .feed .feed-element .more-info {
  background-color: #53565a;
  padding: 15px 0;
  margin-top: 0px; }
  @media screen and (max-width: 991px) {
    .masonry-instaSocial .feed .feed-element .more-info {
      background-color: #53565a; } }

.masonry-instaSocial .feed .feed-element .more-info p {
  margin: 0; }

.masonry-instaSocial .feed .feed-element .more-info .title {
  margin: 0 15px;
  line-height: 1.2;
  font-size: 18px;
  padding-bottom: 12px;
  color: #fa4616;
  line-height: 1.5; }

.masonry-instaSocial .feed .feed-element .more-info .data {
  margin: 0 15px 12px 15px;
  font-size: 13px;
  color: #FFF;
  font-style: italic; }

.masonry-instaSocial .feed .feed-element .more-info .description {
  margin: 0 17px;
  line-height: 1.2;
  font-size: 15px;
  padding-bottom: 18px; }

.masonry-instaSocial .feed .feed-element .more-info .description a {
  color: #ffffff;
  line-height: 1.4; }

.masonry-instaSocial .more-contents {
  display: none; }

.masonry-instaSocial .more-contents p {
  text-align: center; }

.masonry-instaSocial .more-contents p .button {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  padding: 22px; }

.masonry-instaSocial .more-contents p .button:hover {
  background-color: #000;
  color: #fff; }

p.cate {
  padding: 0 17px 8px 17px;
  line-height: 1.2;
  font-size: 15px;
  color: white;
  font-size: 13px;
  text-transform: uppercase; }

@media all and (max-width: 992px) {
  .slider {
    margin-top: 82px;
    position: relative; }
    .slider .SlideNavigation a {
      top: 30%; }
  .slider .home-slider {
    background-color: #f5f5f5; }
    .slider .home-slider .slider-item .content-slider .container {
      padding: 0;
      margin: 0;
      width: 100%; }
      .slider .home-slider .slider-item .content-slider .container .home-slider-content {
        background-color: #f5f5f5;
        position: static;
        display: block;
        width: 100%; }
        .slider .home-slider .slider-item .content-slider .container .home-slider-content .title, .slider .home-slider .slider-item .content-slider .container .home-slider-content .payoff {
          background-color: #f5f5f5;
          margin: 0;
          width: 100%; }
        .slider .home-slider .slider-item .content-slider .container .home-slider-content .title {
          color: #53565a;
          font-size: 26px; }
          .slider .home-slider .slider-item .content-slider .container .home-slider-content .title::after {
            content: "";
            display: block;
            margin: 15px 0 0;
            height: 2px;
            width: 40px;
            background-color: #fa4616; }
        .slider .home-slider .slider-item .content-slider .container .home-slider-content .payoff {
          color: #53565a; }
          .slider .home-slider .slider-item .content-slider .container .home-slider-content .payoff span {
            text-decoration: underline; }
  .navbar-brand.rounded {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    z-index: 100;
    padding: 0;
    margin-top: 7px; }
  .navbar-brand.rounded img {
    width: 160px;
    margin-top: 0; } }

@media all and (max-width: 992px) and (max-width: 480px) {
  .masonry-instaSocial .feed .feed-element {
    margin-top: 20px; } }

@media all and (max-width: 480px) {
  .slider .home-slider .slider-item .container .content-slider .title {
    width: auto;
    /*font-size: 30px*/
    font-size: 28px; }
  .slider .home-slider .slider-item .container .content-slider .payoff {
    font-size: 14px; }
  .SlideNavigation a.next {
    display: none; }
  .SlideNavigation a.prev {
    display: none; } }

/* modifica altezza slider per schermi di grandi dimensioni */
@media only screen and (min-device-width: 756px) and (max-device-width: 1023px) {
  .masonry-instaSocial {
    margin: 0 auto;
    width: 70%; } }

@media only screen and (min-device-width: 1024px) {
  .masonry-instaSocial {
    margin: 0 auto;
    width: 90%; } }

.home-slider .owl-controls {
  display: none; }

.social-share {
  padding-top: 40px; }
  .social-share .share-title {
    color: #fa4616;
    font-size: 1.2em;
    font-weight: 700; }
  .social-share ul {
    margin: 0;
    padding: 0; }
    .social-share ul li {
      float: left;
      margin-right: 5px;
      list-style: none; }
      .social-share ul li a:link, .social-share ul li a:visited {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../images/sprite_social_retina.png");
        background-size: 90px 60px; }
      .social-share ul li a.facebook {
        background-position: 0 0; }
        .social-share ul li a.facebook:hover {
          background-position: 0 -30px; }
      .social-share ul li a.twitter {
        background-position: -30px 0; }
        .social-share ul li a.twitter:hover {
          background-position: -30px -30px; }
      .social-share ul li a.linkedin {
        background-position: -60px 0; }
        .social-share ul li a.linkedin:hover {
          background-position: -60px -30px; }

.no-left-margin {
  margin-left: 0px; }

.content-single-page-master {
  margin-top: 36px; }
  .content-single-page-master a p {
    word-break: normal; }
  .content-single-page-master p, .content-single-page-master ul li, .content-single-page-master .panel-body {
    line-height: 24px;
    color: #53565a;
    font-weight: 400; }
  .content-single-page-master h1, .content-single-page-master h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 15px 0; }
    .content-single-page-master h1.no-transform, .content-single-page-master h3.no-transform {
      text-transform: none; }
  .content-single-page-master * + h3 {
    margin: 46px 0 12px 0; }
  .content-single-page-master h4 {
    color: #fa4616;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700; }
  .content-single-page-master .quote-item {
    clear: both;
    margin-bottom: 20px; }
    .content-single-page-master .quote-item .orange {
      display: block;
      overflow: hidden;
      background-color: #fa4616;
      color: #fff; }
      .content-single-page-master .quote-item .orange .image {
        background-color: #fff;
        padding: 0 5px 5px 0;
        margin: 0 16px 0 0; }
      .content-single-page-master .quote-item .orange .quote-content {
        margin: 16px;
        margin-left: 136px; }
    .content-single-page-master .quote-item .info {
      margin-top: 8px;
      background-color: #53565a;
      padding: 15px 0; }
      .content-single-page-master .quote-item .info p {
        color: #fff;
        margin: 0 15px;
        padding: 0;
        line-height: 1;
        font-size: 9px; }
        .content-single-page-master .quote-item .info p:first-child {
          margin-bottom: 7px;
          font-size: 13px; }
      .content-single-page-master .quote-item .info .name {
        font-weight: 700; }
      .content-single-page-master .quote-item .info .email {
        font-size: 0.8em;
        font-weight: 400; }
    .content-single-page-master .quote-item:first-child {
      margin-top: 60px; }
  .content-single-page-master .link-docente {
    margin-bottom: 0; }
  .content-single-page-master .title-group {
    padding: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold; }

.why-master-fulltime .quote-item {
  margin-top: 60px; }
  .why-master-fulltime .quote-item .image {
    padding: 0 5px 0 0 !important; }
    .why-master-fulltime .quote-item .image img {
      height: 122px;
      width: 115px; }
  .why-master-fulltime .quote-item .info {
    margin-top: 4px; }

.sidebar-dates {
  display: block; }
  .sidebar-dates .dates {
    margin: 0 0 0 27px;
    padding: 0;
    list-style: none; }
    .sidebar-dates .dates li {
      margin-bottom: 30px; }
      .sidebar-dates .dates li p {
        font-size: 16px;
        margin: 0; }
      .sidebar-dates .dates li .bold {
        font-weight: bold; }
      .sidebar-dates .dates li .uppercase {
        text-transform: uppercase; }
      .sidebar-dates .dates li:last-child {
        margin-bottom: 0; }

.sidebar-dates-fulltime {
  margin-top: 33px; }
  .sidebar-dates-fulltime h4 {
    margin-top: 17px; }
  .sidebar-dates-fulltime ul li {
    margin-bottom: 30px; }
    .sidebar-dates-fulltime ul li:last-child {
      margin: 0; }

.section-overview h3.color-orange {
  border-top: 1px solid #fa4616;
  margin-top: 58px;
  padding-top: 16px;
  color: #fa4616;
  font-weight: 700; }

.section-overview h3.color-orange-fulltime {
  border-top: 1px solid #fa4616;
  margin-top: 0;
  padding-top: 16px;
  font-size: 30px;
  color: #fa4616;
  font-weight: 700; }

.section-overview .title-overview {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px; }

.section-overview ul {
  margin-top: 40px;
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .section-overview ul > p {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
  .section-overview ul li {
    display: inline-block; }
    .section-overview ul li:not(:last-child) {
      margin-right: 20px;
      margin-bottom: 15px; }
    .section-overview ul li p {
      line-height: 1;
      font-size: 1.5em;
      font-weight: 400;
      margin: 0; }
    .section-overview ul li .value {
      color: #fa4616;
      font-size: 22px;
      font-weight: 700; }
    .section-overview ul li .desc {
      color: #53565a;
      margin-top: 2px;
      text-transform: uppercase;
      color: #000;
      font-size: 12px; }

.overview-fulltime .title-overview {
  line-height: 1; }

.overview-fulltime .last-title-overview {
  margin-bottom: 6px; }

.right-sidebar h4 {
  margin-left: 27px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }

.right-sidebar .row {
  border-top: 1px solid #fa4616; }
  .right-sidebar .row ul.key-facts-list {
    margin-top: 23px;
    list-style: none;
    padding-left: 27px; }
    .right-sidebar .row ul.key-facts-list li p {
      font-size: 24px;
      margin: 0;
      line-height: 1;
      font-weight: 400; }
    .right-sidebar .row ul.key-facts-list li .desc {
      color: #fa4616;
      font-weight: bold;
      margin-bottom: 5px; }
      .right-sidebar .row ul.key-facts-list li .desc:first-child {
        margin-top: 12px; }
    .right-sidebar .row ul.key-facts-list li .title {
      margin-top: 2px;
      font-size: 14px;
      text-transform: uppercase; }
      .right-sidebar .row ul.key-facts-list li .title.title-orange {
        color: #fa4616; }

.right-sidebar .related-news {
  margin-top: 46px; }
  .right-sidebar .related-news h4 {
    margin-top: 18px;
    font-size: 16px; }
  .right-sidebar .related-news .related-news-list {
    list-style: none;
    padding-left: 27px; }
    .right-sidebar .related-news .related-news-list li {
      margin-bottom: 18px; }
      .right-sidebar .related-news .related-news-list li .pull-left {
        margin-right: 23px;
        text-align: center; }
        .right-sidebar .related-news .related-news-list li .pull-left span {
          display: block;
          line-height: 1; }
        .right-sidebar .related-news .related-news-list li .pull-left .day {
          font-size: 35px;
          font-weight: 400;
          color: #000; }
        .right-sidebar .related-news .related-news-list li .pull-left .month {
          font-size: 16px;
          font-weight: 400; }
      .right-sidebar .related-news .related-news-list li .desc {
        font-size: 14px;
        line-height: 1;
        margin-right: 15px; }
      .right-sidebar .related-news .related-news-list li:first-child {
        margin-top: 16px; }
  .right-sidebar .related-news .show-more {
    margin: 0 0 0 27px; }
    .right-sidebar .related-news .show-more a {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      text-decoration: underline; }

#schedaMasterTab, #schedaMasterTab_mobile, #basicnav, #basicnav_mobile, #menu-about, #menu-about_mobile, .menu-template-wp, .menu-template-wp-mobile {
  display: block; }
  #schedaMasterTab li, #schedaMasterTab_mobile li, #basicnav li, #basicnav_mobile li, #menu-about li, #menu-about_mobile li, .menu-template-wp li, .menu-template-wp-mobile li {
    position: relative;
    background-color: #eeeff3;
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex; }
    #schedaMasterTab li a, #schedaMasterTab_mobile li a, #basicnav li a, #basicnav_mobile li a, #menu-about li a, #menu-about_mobile li a, .menu-template-wp li a, .menu-template-wp-mobile li a {
      color: #53565a;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400;
      min-height: 40px;
      line-height: 1.3;
      border-radius: 0;
      text-decoration: none;
      width: 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      padding: 10px 15px; }
      #schedaMasterTab li a.active, #schedaMasterTab li a.current-menu-item, #schedaMasterTab_mobile li a.active, #schedaMasterTab_mobile li a.current-menu-item, #basicnav li a.active, #basicnav li a.current-menu-item, #basicnav_mobile li a.active, #basicnav_mobile li a.current-menu-item, #menu-about li a.active, #menu-about li a.current-menu-item, #menu-about_mobile li a.active, #menu-about_mobile li a.current-menu-item, .menu-template-wp li a.active, .menu-template-wp li a.current-menu-item, .menu-template-wp-mobile li a.active, .menu-template-wp-mobile li a.current-menu-item {
        border-radius: 0;
        background-color: #eeeff3; }
        #schedaMasterTab li a.active .iscrizione, #schedaMasterTab li a.current-menu-item .iscrizione, #schedaMasterTab_mobile li a.active .iscrizione, #schedaMasterTab_mobile li a.current-menu-item .iscrizione, #basicnav li a.active .iscrizione, #basicnav li a.current-menu-item .iscrizione, #basicnav_mobile li a.active .iscrizione, #basicnav_mobile li a.current-menu-item .iscrizione, #menu-about li a.active .iscrizione, #menu-about li a.current-menu-item .iscrizione, #menu-about_mobile li a.active .iscrizione, #menu-about_mobile li a.current-menu-item .iscrizione, .menu-template-wp li a.active .iscrizione, .menu-template-wp li a.current-menu-item .iscrizione, .menu-template-wp-mobile li a.active .iscrizione, .menu-template-wp-mobile li a.current-menu-item .iscrizione {
          background-color: #fa4616;
          color: #fff;
          border-radius: 0; }
        #schedaMasterTab li a.active:before, #schedaMasterTab li a.current-menu-item:before, #schedaMasterTab_mobile li a.active:before, #schedaMasterTab_mobile li a.current-menu-item:before, #basicnav li a.active:before, #basicnav li a.current-menu-item:before, #basicnav_mobile li a.active:before, #basicnav_mobile li a.current-menu-item:before, #menu-about li a.active:before, #menu-about li a.current-menu-item:before, #menu-about_mobile li a.active:before, #menu-about_mobile li a.current-menu-item:before, .menu-template-wp li a.active:before, .menu-template-wp li a.current-menu-item:before, .menu-template-wp-mobile li a.active:before, .menu-template-wp-mobile li a.current-menu-item:before {
          content: "";
          display: block;
          width: 5px;
          height: 40px;
          background-color: #fa4616;
          position: absolute;
          left: -10px;
          top: 0; }
      #schedaMasterTab li a.iscrizione, #schedaMasterTab_mobile li a.iscrizione, #basicnav li a.iscrizione, #basicnav_mobile li a.iscrizione, #menu-about li a.iscrizione, #menu-about_mobile li a.iscrizione, .menu-template-wp li a.iscrizione, .menu-template-wp-mobile li a.iscrizione {
        background-color: #fa4616;
        color: #fff; }
  #schedaMasterTab > .cta-item, #schedaMasterTab_mobile > .cta-item, #basicnav > .cta-item, #basicnav_mobile > .cta-item, #menu-about > .cta-item, #menu-about_mobile > .cta-item, .menu-template-wp > .cta-item, .menu-template-wp-mobile > .cta-item {
    background-color: transparent;
    margin-top: 45px; }
    #schedaMasterTab > .cta-item a, #schedaMasterTab_mobile > .cta-item a, #basicnav > .cta-item a, #basicnav_mobile > .cta-item a, #menu-about > .cta-item a, #menu-about_mobile > .cta-item a, .menu-template-wp > .cta-item a, .menu-template-wp-mobile > .cta-item a {
      padding: 0; }
      #schedaMasterTab > .cta-item a.active:before, #schedaMasterTab_mobile > .cta-item a.active:before, #basicnav > .cta-item a.active:before, #basicnav_mobile > .cta-item a.active:before, #menu-about > .cta-item a.active:before, #menu-about_mobile > .cta-item a.active:before, .menu-template-wp > .cta-item a.active:before, .menu-template-wp-mobile > .cta-item a.active:before {
        display: none; }
      #schedaMasterTab > .cta-item a.active, #schedaMasterTab_mobile > .cta-item a.active, #basicnav > .cta-item a.active, #basicnav_mobile > .cta-item a.active, #menu-about > .cta-item a.active, #menu-about_mobile > .cta-item a.active, .menu-template-wp > .cta-item a.active, .menu-template-wp-mobile > .cta-item a.active {
        background-color: transparent; }
    #schedaMasterTab > .cta-item.download-brochure, #schedaMasterTab_mobile > .cta-item.download-brochure, #basicnav > .cta-item.download-brochure, #basicnav_mobile > .cta-item.download-brochure, #menu-about > .cta-item.download-brochure, #menu-about_mobile > .cta-item.download-brochure, .menu-template-wp > .cta-item.download-brochure, .menu-template-wp-mobile > .cta-item.download-brochure {
      margin-top: 15px; }
    #schedaMasterTab > .cta-item .image, #schedaMasterTab_mobile > .cta-item .image, #basicnav > .cta-item .image, #basicnav_mobile > .cta-item .image, #menu-about > .cta-item .image, #menu-about_mobile > .cta-item .image, .menu-template-wp > .cta-item .image, .menu-template-wp-mobile > .cta-item .image {
      float: left;
      display: block; }
    #schedaMasterTab > .cta-item .cta, #schedaMasterTab_mobile > .cta-item .cta, #basicnav > .cta-item .cta, #basicnav_mobile > .cta-item .cta, #menu-about > .cta-item .cta, #menu-about_mobile > .cta-item .cta, .menu-template-wp > .cta-item .cta, .menu-template-wp-mobile > .cta-item .cta {
      color: #fa4616;
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      margin-top: 6px;
      font-weight: 400;
      margin-left: 52px; }
    #schedaMasterTab > .cta-item > a:hover, #schedaMasterTab_mobile > .cta-item > a:hover, #basicnav > .cta-item > a:hover, #basicnav_mobile > .cta-item > a:hover, #menu-about > .cta-item > a:hover, #menu-about_mobile > .cta-item > a:hover, .menu-template-wp > .cta-item > a:hover, .menu-template-wp-mobile > .cta-item > a:hover {
      background-color: transparent; }

@media (min-width: 992px) and (max-width: 1199px) {
  #schedaMasterTab li a, #basicnav li a, #menu-about li a, .menu-template-wp li a {
    font-size: 12px;
    line-height: 1.6; } }

#schedaMasterTab_mobile, #basicnav_mobile, #menu-about_mobile, .menu-template-wp-mobile {
  display: none; }

.cta-info {
  margin: 0;
  padding: 0;
  margin-top: 36px; }
  .cta-info li {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 18px; }
    .cta-info li .image {
      float: left;
      display: block; }
    .cta-info li .cta {
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      margin-top: 6px;
      font-weight: 400;
      margin-left: 52px; }

.contattaci {
  margin-top: 67px; }

.contact-info {
  background-color: #eeeff3;
  margin: 0 0 10px;
  padding: 0 0 25px 0; }
  .contact-info .image {
    background-color: #fff;
    padding: 0 6px 6px 0;
    margin: 0 14px 0 0; }
  .contact-info .content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding-top: 10px; }
    .contact-info .content strong {
      display: block; }
  .contact-info p.mail {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; }
  .contact-info p {
    margin: 0 8px 5px 8px;
    line-height: 1.2;
    font-size: 13px; }

.share ul {
  margin: 0;
  padding: 0;
  margin-top: 45px;
  float: right;
  list-style: none; }
  .share ul.no-margin {
    margin-top: 0; }
  .share ul li {
    display: inline-block; }
    .share ul li a {
      display: block; }
      .share ul li a img {
        width: 16px;
        height: 16px; }
  .share ul .name-share {
    font-weight: 700; }

.margin-left {
  margin-left: 16px; }

section.director {
  margin-bottom: 40px; }

/* ++++++++++++++++++++++++++++++++++++++++++++


section PROGRAMMA


*++++++++++++++++++++++++++++++++++++++++++++++ */
.scarica-calendario {
  display: block;
  height: auto;
  overflow: hidden;
  margin-top: 30px; }
  .scarica-calendario img {
    margin: 0px 18px 0 0;
    display: inline-block; }
  .scarica-calendario p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 2px; }

h3 + h4 {
  margin-top: 14px; }

h3 + h4 + p {
  margin-top: 20px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++


section NETWORKING


*++++++++++++++++++++++++++++++++++++++++++++++++ */
.networking .fulltime-fullwidth p {
  line-height: 1;
  font-weight: 400; }
  .networking .fulltime-fullwidth p .percent {
    font-size: 35px; }

.networking .fulltime-fullwidth p {
  line-height: 1; }
  .networking .fulltime-fullwidth p .percent-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 1; }

.elenco-testimonianze {
  margin-top: 20px;
  margin-bottom: 20px; }

h3.ambassador {
  margin: 17px 0 30px 0; }

.single-ambassador {
  border-top: 1px solid #fa4616;
  padding-top: 19px;
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 24px; }
  .single-ambassador.the-ambassador {
    margin-bottom: 30px; }
  .single-ambassador .info.info-flex {
    display: -ms-flexbox;
    display: flex; }
    .single-ambassador .info.info-flex .btn-contatta {
      display: block;
      margin-top: 10px; }
  .single-ambassador .info .smaller {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px; }
  .single-ambassador .info img {
    display: inline;
    margin: 0 10px 0 0;
    max-width: 102px;
    height: auto; }
  .single-ambassador .info .name {
    color: #fa4616;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase; }
  .single-ambassador .info .job-position {
    color: inherit;
    margin-top: 0;
    line-height: 1; }
    .single-ambassador .info .job-position.black {
      color: #53565a; }
  .single-ambassador .info .description {
    float: none;
    clear: both;
    padding-top: 20px;
    line-height: 23px; }
  .single-ambassador .btn-contact {
    background-color: #fa4616;
    color: #fff;
    display: inline-block;
    padding: 10px 55px 10px 25px;
    background-image: url(../images/arrow-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 20px;
    transition: all .3s ease; }
    .single-ambassador .btn-contact:hover {
      background-color: #53565a;
      text-decoration: none; }

.single-ambassador-fulltime {
  margin-bottom: 5px; }

h3.aziende {
  margin: 14px 0 16px 0; }

h3.aziende-fulltime {
  margin: 45px 0 16px 0; }

.alternate-color-words {
  font-size: 14px;
  line-height: 20px; }
  .alternate-color-words span:nth-child(odd) {
    color: #fa4616; }
  .alternate-color-words.bordered-top {
    border-top: 1px solid #fa4616;
    padding-top: 15px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++


section COSTI E FINANZIAMENTI


*+++++++++++++++++++++++++++++++++++++++++++++++++ */
.costi h3 + p {
  margin-bottom: 0; }

.costi ul {
  margin-top: 0;
  padding-top: 0; }

.prestiti-onore img + p {
  margin-bottom: 0; }

.prestiti-onore ul {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.scarica-offerta-formativa {
  display: block;
  height: auto;
  overflow: hidden; }
  .scarica-offerta-formativa img {
    margin: 25px 18px 0 0;
    display: inline-block; }
  .scarica-offerta-formativa p {
    display: inline-block;
    margin-bottom: 0; }

.scholarships .scarica-offerta-formativa a {
  font-size: 16px; }

.scholarships .richiedi-info p {
  line-height: 1; }
  .scholarships .richiedi-info p a {
    line-height: 1;
    font-size: 16px;
    position: relative;
    top: 8px; }

.prestiti-onore {
  margin-top: 40px; }
  .prestiti-onore img + p {
    margin-top: 10px; }
  .prestiti-onore ul {
    padding-left: 18px; }

.scarica-offerta-formativa {
  display: block;
  height: auto;
  overflow: hidden;
  margin-top: 25px; }
  .scarica-offerta-formativa img {
    margin: 0px 18px 0 0;
    display: inline-block; }
  .scarica-offerta-formativa p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 2px; }

.borse-studio {
  margin-top: 50px;
  margin-bottom: 0; }
  .borse-studio p {
    margin-top: 15px; }
  .borse-studio .richiedi-info {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 17px; }
    .borse-studio .richiedi-info img {
      margin: 0px 18px 0 0;
      display: inline-block; }
    .borse-studio .richiedi-info p {
      display: inline-block;
      text-transform: uppercase;
      font-size: 18px;
      position: relative;
      top: 2px; }

.fondi {
  margin-top: 49px; }
  .fondi ul {
    padding-bottom: 10px;
    margin-bottom: 0; }
  .fondi ul + p {
    margin-top: 0;
    padding: 0; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++


section ISCRIZIONE


*+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.requisiti h3 {
  margin-bottom: 0; }

.requisiti h3 + p {
  margin-top: 17px;
  margin-bottom: 0; }

.requisiti-fulltime ul {
  margin-top: 30px; }
  .requisiti-fulltime ul li {
    margin-bottom: 10px; }

.processo-selezione h3 {
  margin-top: 46px;
  margin-bottom: 0; }

.processo-selezione h3 + p {
  margin-top: 17px; }

.processo-selezione .pre-email {
  margin-bottom: 0; }

.processo-selezione .email {
  margin-top: 20px;
  margin-bottom: 20px; }

.processo-selezione .fax {
  margin-bottom: 20px; }

.processo-selezione img {
  max-width: 100%;
  height: auto; }

.processo-selezione .scarica-scheda-presentazione {
  display: block;
  height: auto;
  overflow: hidden;
  margin-top: 20px; }
  .processo-selezione .scarica-scheda-presentazione img {
    margin: 0px 16px 0 0;
    display: inline-block;
    width: 26px; }
  .processo-selezione .scarica-scheda-presentazione p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-bottom: 0; }

.processo-selezione .scarica-scheda-presentazione + p {
  margin-top: 21px;
  margin-bottom: 0; }

.faq h3 span {
  text-transform: lowercase; }

.faq h3 {
  margin-top: 46px; }

.faq .accordion {
  margin-top: 21px; }

.sidebar-requisiti {
  border-top: 1px solid #fa4616;
  padding-top: 20px; }
  .sidebar-requisiti h4 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px; }
  .sidebar-requisiti p {
    margin: 0;
    font-size: 16px; }
  .sidebar-requisiti .title {
    font-weight: bold;
    text-transform: uppercase; }
  .sidebar-requisiti p + p {
    margin-top: 16px; }
  .sidebar-requisiti .scadenza {
    margin-top: 20px;
    margin-bottom: 0; }
  .sidebar-requisiti .partenza-master {
    margin-top: 55px; }
  .sidebar-requisiti .scadenze-fulltime .scadenze-fulltime-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 14px; }
    .sidebar-requisiti .scadenze-fulltime .scadenze-fulltime-ul .scadenza {
      margin-top: 40px; }
      .sidebar-requisiti .scadenze-fulltime .scadenze-fulltime-ul .scadenza p {
        margin: 5px 0; }
      .sidebar-requisiti .scadenze-fulltime .scadenze-fulltime-ul .scadenza:first-child {
        margin-top: 0; }

.backtotop {
  position: fixed;
  transition: opacity 0.2s;
  background: url("../images/up-arrow.png") no-repeat right top;
  height: 40px;
  width: 40px;
  right: 70px;
  bottom: 140px;
  text-indent: -999em;
  opacity: 0; }
  @media (prefers-reduced-motion: reduce) {
    .backtotop {
      transition: none; } }
  .backtotop.active {
    opacity: 1; }
  @media all and (max-width: 980px) {
    .backtotop {
      display: none !important; } }

.faculty-items .faculty-list {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  font-size: 18px;
  line-height: 20px; }
  .faculty-items .faculty-list li {
    margin-bottom: 30px; }
    @media all and (max-width: 768px) {
      .faculty-items .faculty-list li {
        font-size: 14px;
        line-height: 16px; } }
    .faculty-items .faculty-list li .prof-name {
      text-transform: uppercase;
      margin-bottom: 8px;
      font-weight: 600; }
    .faculty-items .faculty-list li .prof-info, .faculty-items .faculty-list li .prof-uni {
      font-size: 14px;
      margin: 0;
      line-height: 14px; }
    .faculty-items .faculty-list li .prof-info {
      margin-bottom: 5px; }
    .faculty-items .faculty-list li a:hover {
      text-decoration: none; }
      .faculty-items .faculty-list li a:hover .prof-name {
        text-decoration: underline; }

.faculty-items .prof-details {
  background: #eeeff3;
  padding: 0; }
  .faculty-items .prof-details .prof-bio {
    padding: 30px; }
  .faculty-items .prof-details .close-bio {
    text-transform: lowercase;
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #53565a;
    padding-right: 25px; }
    @media all and (max-width: 980px) {
      .faculty-items .prof-details .close-bio {
        color: #fa4616; } }
    @media all and (max-width: 768px) {
      .faculty-items .prof-details .close-bio {
        top: 40px;
        right: 30px; } }
    .faculty-items .prof-details .close-bio:hover {
      color: #fa4616; }
    .faculty-items .prof-details .close-bio span {
      font-size: 30px;
      position: absolute;
      right: 0;
      bottom: -6px;
      vertical-align: bottom; }
  .faculty-items .prof-details .prof-info {
    padding: 0; }
    .faculty-items .prof-details .prof-info div.wrapper-int {
      margin-bottom: 6px;
      background: #53565a;
      padding: 15px;
      font-weight: 400;
      color: #fff; }
      @media all and (max-width: 768px) {
        .faculty-items .prof-details .prof-info div.wrapper-int {
          padding: 30px; } }
      .faculty-items .prof-details .prof-info div.wrapper-int h3 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        text-transform: capitalize;
        color: #fa4616; }
        .faculty-items .prof-details .prof-info div.wrapper-int h3 > span {
          display: block; }
        .faculty-items .prof-details .prof-info div.wrapper-int h3 + span {
          text-transform: uppercase; }
      .faculty-items .prof-details .prof-info div.wrapper-int > span {
        display: block;
        font-size: 14px;
        line-height: 18px; }
        .faculty-items .prof-details .prof-info div.wrapper-int > span.cat {
          text-transform: uppercase;
          margin-top: 20px; }
    .faculty-items .prof-details .prof-info .download-cv {
      text-align: center;
      background: none; }
      .faculty-items .prof-details .prof-info .download-cv a {
        display: inline-block;
        position: relative;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 36px;
        padding-left: 50px; }
        .faculty-items .prof-details .prof-info .download-cv a span.image {
          position: absolute;
          top: 0px;
          left: 0; }
    .faculty-items .prof-details .prof-info ul.prof-social {
      list-style: none;
      margin: 0;
      padding: 0; }
      .faculty-items .prof-details .prof-info ul.prof-social li a {
        margin-bottom: 6px;
        padding: 8px;
        text-transform: uppercase;
        display: block;
        background: #53565a;
        color: #fff; }
        @media all and (max-width: 768px) {
          .faculty-items .prof-details .prof-info ul.prof-social li a {
            padding: 8px 30px; } }
        .faculty-items .prof-details .prof-info ul.prof-social li a:hover {
          color: #fa4616;
          text-decoration: none; }
  .faculty-items .prof-details .prof-bio h4 {
    color: #53565a;
    font-size: 34px;
    line-height: 35px; }
  .faculty-items .prof-details .prof-bio p {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px; }
  .faculty-items .prof-details #accordionCoursesFaculty {
    margin: 20px 0 30px 0; }
    .faculty-items .prof-details #accordionCoursesFaculty .panel {
      background: none; }
    .faculty-items .prof-details #accordionCoursesFaculty .card-header {
      padding-left: 0;
      padding-right: 0; }
    .faculty-items .prof-details #accordionCoursesFaculty .panel-body {
      padding-left: 0;
      color: #000;
      font-size: 14px;
      line-height: 20px; }
    .faculty-items .prof-details #accordionCoursesFaculty a {
      text-decoration: none;
      color: #fa4616; }
    .faculty-items .prof-details #accordionCoursesFaculty .card-title {
      text-decoration: none; }
      .faculty-items .prof-details #accordionCoursesFaculty .card-title a:after {
        right: 0; }
    .faculty-items .prof-details #accordionCoursesFaculty h4 p {
      margin: 0;
      color: #fa4616; }
      .faculty-items .prof-details #accordionCoursesFaculty h4 p.course-title {
        font-weight: 700; }

.link-app-form {
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 16px; }

.recaptchatable a, .recaptchatable a:hover {
  color: #eeeff3 !important;
  font-size: 11px !important; }

.eventi-correlati {
  display: block;
  margin-top: 33px; }
  .eventi-correlati #show-hided-events {
    cursor: pointer; }
  .eventi-correlati .no-events {
    margin-left: 27px; }
  .eventi-correlati .date-container {
    margin-left: 20px;
    width: 50px;
    float: left;
    margin-right: 10px;
    position: relative; }
    .eventi-correlati .date-container .date-day {
      font-size: 30px;
      display: block;
      text-align: center;
      line-height: 35px;
      color: #53565a;
      font-weight: 700; }
    .eventi-correlati .date-container .date-month {
      display: block;
      text-transform: uppercase;
      text-align: center;
      line-height: 16px;
      font-size: 14px;
      color: #53565a; }
    .eventi-correlati .date-container:before {
      content: '';
      height: 100%;
      width: 2px;
      background: #fa4616;
      position: absolute;
      right: -8px; }
  .eventi-correlati .title-container {
    line-height: 16px;
    padding-top: 4px;
    padding-left: 90px; }
    .eventi-correlati .title-container a {
      color: #53565a; }
  .eventi-correlati .clear {
    clear: both;
    margin-bottom: 15px; }
  .eventi-correlati #hide-events {
    display: none; }

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

@media (min-width: 1200px) {
  section.director {
    margin-bottom: 0; } }

@media (max-width: 991px) {
  #schedaMasterTab, #basicnav, #menu-about {
    display: none; }
  #schedaMasterTab_mobile, #basicnav_mobile, #menu-about_mobile, .menu-template-wp-mobile {
    margin-bottom: 30px;
    display: block; }
  .right-sidebar .related-news .related-news-list li {
    float: left; }
  .right-sidebar .related-news .show-more {
    float: left;
    clear: both; }
  .section-overview h3.color-orange {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    margin-bottom: 30px; }
  .section-overview ul {
    margin-left: 0;
    padding-left: 15px !important; }
    .section-overview ul li {
      margin-bottom: 26px; }
  .content-single-page-master h1, .content-single-page-master h3 {
    font-size: 24px;
    margin-top: 50px; }
  .content-single-page-master .quote-item .orange .image {
    padding: 0 1px 1px 0;
    margin-bottom: 8px; }
  .content-single-page-master .quote-item .orange .quote-content {
    margin-left: 16px;
    font-size: 12px; }
  .content-single-page-master .quote-item .info {
    margin-top: 0; }
    .content-single-page-master .quote-item .info p, .content-single-page-master .quote-item .info p:first-child {
      font-size: 12px !important; }
  .content-single-page-master p img {
    margin-top: 20px; }
  .content-single-page-master .row.back-to-list {
    margin-left: 0; }
  .scarica-offerta-formativa p, .borse-studio .richiedi-info p, .scarica-calendario p {
    font-size: 14px; }
  .contact-info .image {
    padding: 0 1px 1px 0; }
  .panel-group .panel-title {
    font-size: 12px;
    text-decoration: none; }
  .margin-left {
    margin-left: 0; }
  .why-master-fulltime .quote-item .image {
    padding: 0 1px 1px 0 !important; }
    .why-master-fulltime .quote-item .image img {
      width: auto;
      height: auto; } }

#footer-outer {
  background-color: #53565a;
  margin-top: 60px; }
  #footer-outer .logo-footer {
    width: 210px;
    margin-right: 10px; }
  #footer-outer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer-outer ul li a {
      display: block;
      color: #fff;
      font-size: 11px;
      padding: 0; }
    #footer-outer ul li:last-child {
      margin-right: 0; }
  #footer-outer #social {
    position: relative;
    padding: 20px 0;
    margin: 0; }
    #footer-outer #social li {
      margin-right: 0px;
      display: inline-block; }
      #footer-outer #social li a {
        width: 32px;
        height: 32px;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
      #footer-outer #social li a.facebook {
        background-image: url("../images/fb.png"); }
      #footer-outer #social li a.linkedin {
        background-image: url("../images/in.png"); }
      #footer-outer #social li a.instagram {
        background-image: url("../images/ig.png"); }
      #footer-outer #social li a.twitter {
        background-image: url("../images/tw.png"); }
      #footer-outer #social li a.youtube {
        background-image: url("../images/yt.png"); }
      #footer-outer #social li a.skype {
        background-image: url("../images/skype.png"); }
  #footer-outer .footer-details {
    background: #53565a;
    margin: 0px !important; }
    #footer-outer .footer-details p {
      font-size: 12px;
      color: #fff;
      color: #eeeff3; }
  #footer-outer hr {
    padding-bottom: 15px;
    border-top: 1px solid #eeeff3;
    margin: 0px;
    margin-top: 13px; }
  @media all and (max-width: 1200px) {
    #footer-outer .logo-footer {
      width: 180px; } }
  @media all and (max-width: 991px) {
    #footer-outer #social, #footer-outer #moodle {
      display: none; } }
  @media all and (max-width: 400px) {
    #footer-outer ul {
      padding-left: 0px; }
      #footer-outer ul li {
        margin-right: 0px; }
    #footer-outer .logo-footer {
      width: 100px;
      margin-top: 14px;
      float: left !important; }
    #footer-outer #main-footer-links {
      float: right !important; } }

.error404 #footer-outer {
  position: fixed;
  bottom: 0;
  width: 100%; }

.banner-hub-footer {
  font-family: 'Gotham', sans-serif;
  background-image: url(../images/bbs-hub-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 70px 0 70px;
  margin-top: 60px; }
  .banner-hub-footer img {
    max-width: 300px;
    margin: 0 auto 60px;
    width: 100%; }
  .banner-hub-footer h4 {
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: normal; }
  .banner-hub-footer p {
    font-size: 17px;
    margin-bottom: 30px; }
  .banner-hub-footer .btn.btn-orange {
    background-color: #fa4616;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 20px;
    font-size: 16px; }
    .banner-hub-footer .btn.btn-orange:hover {
      background-color: #53565a; }

.header {
  background-color: #53565a; }

.navbar {
  padding: 0;
  min-height: 82px;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  -ms-flex-align: initial;
      align-items: initial; }
  @media (max-width: 991px) {
    .navbar {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 575px) {
    .navbar {
      padding-left: 30px;
      padding-right: 30px; } }
  .navbar .navbar-collapse {
    -ms-flex-align: initial;
        align-items: initial;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 991px) {
      .navbar .navbar-collapse {
        padding-top: 18px;
        border-top: 1px solid #383838;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } }
  .navbar .navbar-brand {
    height: 82px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 160px;
    margin-right: 0;
    transition: all .1s ease-out; }
    .navbar .navbar-brand img {
      display: block;
      max-width: 130px;
      transition: all .1s ease-out; }
    @media (min-width: 992px) {
      .navbar .navbar-brand.mini {
        padding-top: 6px; }
        .navbar .navbar-brand.mini img {
          max-width: 70px; } }
    @media (max-width: 991px) {
      .navbar .navbar-brand {
        position: absolute;
        top: 6px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 0; }
        .navbar .navbar-brand img {
          max-width: 160px; } }
  .navbar .navbar-nav .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .navbar .navbar-nav .nav-item.active .nav-link {
      color: #fa4616; }
  .navbar .navbar-nav .nav-link {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3;
    padding: 6px 12px; }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
      color: #fa4616; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar .navbar-nav .nav-link {
        font-size: 12px; } }
  .navbar .navbar-toggler {
    -ms-flex-item-align: center;
        align-self: center;
    border: none;
    color: #FFF;
    height: 82px; }
    .navbar .navbar-toggler .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background-color: #FFF; }
      .navbar .navbar-toggler .icon-bar:not(:last-child) {
        margin-bottom: 4px; }

.bbs-react-strip {
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #D8D8D8;
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: -1;
  transition: all .12s ease-out; }
  @media (max-width: 767px) {
    .bbs-react-strip {
      height: 40px; } }
  .bbs-react-strip.is-not-top {
    opacity: 0;
    visibility: hidden; }
  .bbs-react-strip__inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding-left: 187px;
    padding-right: 30px;
    color: #53565a; }
    @media (max-width: 991px) {
      .bbs-react-strip__inner {
        padding-left: 30px;
        text-align: center; } }
    .bbs-react-strip__inner a {
      text-decoration: none; }
    .bbs-react-strip__inner h6 {
      margin: 0;
      font-size: 14px;
      color: #53565a;
      font-weight: 500;
      margin-top: 2px;
      letter-spacing: 1px; }
      .bbs-react-strip__inner h6 strong {
        font-weight: 700; }
        .bbs-react-strip__inner h6 strong em {
          font-weight: 500;
          font-style: normal;
          color: #fa4616; }
      .bbs-react-strip__inner h6 small {
        letter-spacing: 0;
        font-size: 11px;
        font-weight: 400;
        white-space: nowrap; }

.education-dropdown, .bbs-dropdown {
  display: none;
  position: absolute;
  margin: 0;
  background: rgba(50, 50, 50, 0.95);
  padding: 20px 30px;
  width: calc(100% - 30px);
  max-width: 1200px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  left: 15px;
  top: 100%;
  max-height: calc(100vh - 82px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 991px) {
    .education-dropdown, .bbs-dropdown {
      background: #666666;
      left: 0;
      width: 100%; } }
  .education-dropdown.mega-menu-open, .education-dropdown:hover, .bbs-dropdown.mega-menu-open, .bbs-dropdown:hover {
    display: block; }
  .education-dropdown .column-list > li, .bbs-dropdown .column-list > li {
    text-transform: uppercase; }
    .education-dropdown .column-list > li > a, .bbs-dropdown .column-list > li > a {
      color: #fff;
      display: block;
      margin-bottom: 15px; }
    .education-dropdown .column-list > li ul li, .bbs-dropdown .column-list > li ul li {
      font-weight: 400; }
      .education-dropdown .column-list > li ul li.nolink > a, .bbs-dropdown .column-list > li ul li.nolink > a {
        cursor: default; }
        .education-dropdown .column-list > li ul li.nolink > a:hover, .bbs-dropdown .column-list > li ul li.nolink > a:hover {
          cursor: default;
          text-decoration: none; }
      .education-dropdown .column-list > li ul li a, .bbs-dropdown .column-list > li ul li a {
        margin-bottom: 10px;
        text-transform: none;
        line-height: 14px;
        font-size: 13px;
        color: #eeeff3;
        font-weight: 400;
        display: inline; }
      .education-dropdown .column-list > li ul li ul, .bbs-dropdown .column-list > li ul li ul {
        list-style-type: disc;
        font-weight: 400;
        list-style-position: outside;
        padding-left: 18px;
        margin-bottom: 5px; }
        .education-dropdown .column-list > li ul li ul > li > a, .bbs-dropdown .column-list > li ul li ul > li > a {
          font-weight: 400; }
      .education-dropdown .column-list > li ul li.en > a::after, .education-dropdown .column-list > li ul li.it > a::after, .education-dropdown .column-list > li ul li.EN > a::after, .education-dropdown .column-list > li ul li.IT > a::after, .bbs-dropdown .column-list > li ul li.en > a::after, .bbs-dropdown .column-list > li ul li.it > a::after, .bbs-dropdown .column-list > li ul li.EN > a::after, .bbs-dropdown .column-list > li ul li.IT > a::after {
        color: #fa4616;
        display: inline-block;
        font-weight: 400;
        font-size: 11px;
        margin-left: 5px;
        line-height: 1; }
      .education-dropdown .column-list > li ul li.EN > a::after, .education-dropdown .column-list > li ul li.en > a::after, .bbs-dropdown .column-list > li ul li.EN > a::after, .bbs-dropdown .column-list > li ul li.en > a::after {
        content: "EN"; }
      .education-dropdown .column-list > li ul li.IT > a::after, .education-dropdown .column-list > li ul li.it > a::after, .bbs-dropdown .column-list > li ul li.IT > a::after, .bbs-dropdown .column-list > li ul li.it > a::after {
        content: "IT"; }
      .education-dropdown .column-list > li ul li.nolink, .bbs-dropdown .column-list > li ul li.nolink {
        cursor: default; }
        .education-dropdown .column-list > li ul li.nolink:hover, .bbs-dropdown .column-list > li ul li.nolink:hover {
          cursor: default;
          text-decoration: none; }

@media all and (max-width: 991px) {
  .mega-menu-open.education-dropdown .column-list, .mega-menu-open.bbs-dropdown .column-list {
    width: 100%; }
    .mega-menu-open.education-dropdown .column-list > li, .mega-menu-open.bbs-dropdown .column-list > li {
      margin-bottom: 20px; }
      .mega-menu-open.education-dropdown .column-list > li > a, .mega-menu-open.bbs-dropdown .column-list > li > a {
        margin-bottom: 10px; }
    .mega-menu-open.education-dropdown .column-list ul > li, .mega-menu-open.bbs-dropdown .column-list ul > li {
      margin-bottom: 3px; } }

@media all and (max-width: 1181px) {
  .education-dropdown {
    font-size: 14px; } }

.mega-five {
  width: 20%;
  float: left; }
  .mega-five a:not(.btn) {
    font-size: 16px; }
  .mega-five p {
    font-size: 14px;
    font-weight: 200;
    color: #d8d8d8;
    text-transform: initial;
    padding-right: 20px; }
  @media all and (max-width: 991px) {
    .mega-five {
      width: 100%; }
      .mega-five p, .mega-five img {
        display: none; } }

.mega-event a:not(.btn) {
  font-size: 16px; }

.mega-event p {
  font-size: 14px;
  font-weight: 200;
  color: #d8d8d8;
  text-transform: initial;
  padding-right: 20px; }

@media all and (max-width: 991px) {
  .mega-event p, .mega-event img {
    display: none; } }

@media all and (max-width: 991px) {
  .bbs-dropdown .mega-five, .bbs-dropdown .mega-event {
    margin-top: 15px; }
    .bbs-dropdown .mega-five a, .bbs-dropdown .mega-event a {
      font-size: 13px; }
      .bbs-dropdown .mega-five a.btn, .bbs-dropdown .mega-event a.btn {
        margin-top: 5px !important; }
  .mega-menu-open.education-dropdown .column-list > li, .mega-menu-open.bbs-dropdown .column-list > li {
    margin-bottom: 20px; }
    .mega-menu-open.education-dropdown .column-list > li > a, .mega-menu-open.bbs-dropdown .column-list > li > a {
      margin-bottom: 10px; }
  .mega-menu-open.education-dropdown .column-list ul > li, .mega-menu-open.bbs-dropdown .column-list ul > li {
    margin-bottom: 3px; } }

#home-master h2.main-title {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase; }
  @media all and (max-width: 1199px) {
    #home-master h2.main-title {
      margin-top: 0; } }

#home-master .search-box {
  background: #fa4616;
  position: absolute;
  right: 0px;
  padding: 10px; }

#home-master .search-box a {
  color: white;
  padding-left: 40px;
  background: url(../images/search-icon-white.png) no-repeat; }

#home-master .finanziamenti {
  background: #fa4616;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  color: #fff; }
  #home-master .finanziamenti h2 {
    font-weight: 700;
    margin-top: 31px;
    margin-bottom: 23px; }
  #home-master .finanziamenti p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 42px;
    font-weight: 400; }
  #home-master .finanziamenti a {
    color: #fff; }

#home-master h2 {
  margin-top: 55px;
  margin-bottom: 40px;
  font-weight: 400; }

#home-master h2.lectures-title {
  margin-top: 3px;
  margin-bottom: 26px;
  font-size: 35px; }

#home-master a {
  color: #53565a; }
  #home-master a.icon {
    background: url("../images/link-icon-white.png");
    width: 36px;
    height: 36px;
    padding: 7px 0px 10px 50px;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 18px; }

#home-master #ambassador-list h2 {
  margin-top: 54px;
  margin-bottom: 15px;
  font-size: 35px; }

#home-master #ambassador-list .single-ambassador {
  clear: none;
  padding-bottom: 20px; }
  #home-master #ambassador-list .single-ambassador .job-position {
    line-height: 1.3; }

#home-master #ambassador-list #ambassador {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #fa4616; }
  #home-master #ambassador-list #ambassador .ambassador-image {
    padding-left: 0px; }
  #home-master #ambassador-list #ambassador h5 {
    color: #fa4616;
    font-size: 16px;
    margin-top: 0px; }
    #home-master #ambassador-list #ambassador h5 small {
      font-size: 16px;
      font-weight: 400;
      color: #fa4616;
      padding-top: 5px; }
  #home-master #ambassador-list #ambassador p {
    font-size: 16px;
    line-height: 19px; }

.video-alumnii,
.contact-alumno {
  margin: 10px 0;
  padding: 8px 20px;
  color: #FFF !important;
  background: #fa4616;
  text-decoration: none !important;
  display: inline-block; }

.video-alumnii {
  margin-right: 15px; }

/* confirmation */
.page-template-page-conferma-form-php h2 {
  font-weight: 400; }
  .page-template-page-conferma-form-php h2 a:hover {
    color: #53565a;
    text-decoration: none; }

/* fix youtube embed */
.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media all and (max-width: 991px) {
  #home-master h2.lectures-title, #home-master h2.main-title {
    font-size: 24px; }
  #home-master #ambassador-list h2 {
    font-size: 24px;
    margin: 0; }
  #home-master #ambassador-list #ambassador .ambassador-image {
    margin-bottom: 20px; } }

.director {
  background: #eeeeee;
  padding: 40px 0 30px 0;
  margin-top: 50px; }
  .director img {
    margin: 0 30px 20px 0;
    width: 175px;
    height: auto;
    float: left; }
    @media (max-width: 767px) {
      .director img {
        float: none;
        margin: 0 0 20px 0; } }
  .director__info {
    color: #fa4616; }

.epas {
  margin: 45px 0; }
  .epas__content {
    border: 1px solid #eeeeee;
    float: left;
    padding: 40px 20px 20px; }
    .epas__content p {
      line-height: 23px;
      width: 70%; }
      @media (max-width: 767px) {
        .epas__content p {
          width: 100%; } }
  .epas__image {
    float: right;
    margin-top: -20px; }
    @media (max-width: 767px) {
      .epas__image {
        float: none;
        display: block;
        margin-bottom: 30px;
        margin-top: -30px; } }

#temp-cde .cover-video {
  height: 500px;
  background: url("../images/cde/head-img.jpg");
  background-position: center;
  background-size: cover;
  background-color: #313131;
  margin-top: 81px;
  display: -ms-flexbox;
  display: flex; }

#temp-cde .cde-logo {
  max-width: 400px;
  display: block; }

#temp-cde .play {
  background-color: transparent;
  border: none;
  padding: 0;
  max-width: 74px; }
  #temp-cde .play:focus {
    outline: none; }
  #temp-cde .play img {
    display: block; }

#temp-cde .mar-bot {
  margin-bottom: 40px; }

#temp-cde .mar-top {
  margin-top: 40px; }

#temp-cde p.light {
  font-weight: 200; }
  #temp-cde p.light b {
    font-weight: 500; }

#temp-cde .more {
  font-size: 18px; }

#temp-cde .modal-cont {
  z-index: 10000;
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh; }
  @media all and (min-width: 576px) {
    #temp-cde .modal-cont {
      padding-left: 3%;
      padding-right: 3%; } }
  @media all and (min-width: 768px) {
    #temp-cde .modal-cont {
      padding-left: 10%;
      padding-right: 10%; } }
  @media all and (min-width: 992px) {
    #temp-cde .modal-cont {
      padding-left: 20%;
      padding-right: 20%; } }
  #temp-cde .modal-cont .video-modal {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #temp-cde .modal-cont .video-modal .video-content {
      background-color: transparent;
      box-shadow: none;
      text-align: center;
      border: none;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      #temp-cde .modal-cont .video-modal .video-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

#temp-cde .back-gray {
  background-color: #eeeff3; }

#temp-cde .ceo {
  padding: 60px 0 90px; }
  #temp-cde .ceo br {
    line-height: 200%; }
  #temp-cde .ceo .single-ceo {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    clear: both; }
    #temp-cde .ceo .single-ceo .info img {
      display: inline;
      margin: 0 30px 10px 0; }
    #temp-cde .ceo .single-ceo .info .name {
      color: #fa4616;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 0;
      line-height: 1;
      text-transform: uppercase; }
    #temp-cde .ceo .single-ceo .info .job-position {
      color: inherit;
      margin-top: 10px;
      line-height: 1.4;
      display: block;
      margin-bottom: 40px; }
    #temp-cde .ceo .single-ceo .info .description {
      padding-top: 20px;
      line-height: 23px; }
    #temp-cde .ceo .single-ceo .info h3 {
      color: #fa4616;
      font-size: 18px;
      text-transform: uppercase; }

#temp-cde .offer {
  padding-top: 110px;
  padding-bottom: 20px; }

#temp-cde a.icon {
  background: url("../images/link-icon-white.png");
  width: 36px;
  height: 36px;
  padding: 7px 0px 10px 50px;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 18px; }

#temp-cde .course-desc {
  text-transform: initial;
  font-size: 13px !important; }

#temp-cde .founders {
  padding: 90px 0 40px; }

#temp-cde .found-img {
  margin: 0 auto 40px; }

#temp-cde .partners {
  padding-top: 110px;
  padding-bottom: 30px; }

#temp-cde .partn-logo {
  width: 100%;
  float: left;
  padding: 40px; }

@media all and (min-width: 420px) {
  #temp-cde .partn-logo {
    width: 50%;
    padding: 20px; } }

@media all and (min-width: 768px) {
  #temp-cde .partn-logo {
    width: 33.33333%; } }

@media all and (min-width: 992px) {
  #temp-cde .partn-logo {
    width: 20%; } }

.master-lecture-box {
  margin-bottom: 30px; }
  .master-lecture-box__image {
    position: relative;
    margin: 0;
    overflow: hidden;
    height: 100%;
    min-height: 320px;
    width: 100%;
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 991px) {
      .master-lecture-box__image {
        min-height: 160px;
        min-width: 110px; } }
  .master-lecture-box__quote {
    background: #fa4616;
    min-height: 100%;
    padding: 15px;
    margin: 0; }
    .master-lecture-box__quote p {
      color: #fff;
      font-size: 16px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .master-lecture-box__quote p {
          font-size: 14px; } }
  .master-lecture-box__who {
    min-height: 70px;
    padding: 15px;
    background: #53565a; }
    .master-lecture-box__who p {
      color: #fff;
      font-size: 16px;
      line-height: 1;
      margin: 0; }
      .master-lecture-box__who p small {
        font-size: 13px;
        font-weight: 400; }

.tt-home-banner {
  width: calc(90% - 50px);
  margin: 100px auto 20px;
  background-color: #000;
  cursor: pointer;
  display: block;
  color: #FFF;
  margin-top: 100px;
  margin-bottom: 20px; }
  .tt-home-banner > .row {
    background-color: #000;
    min-height: 300px; }
  .tt-home-banner p {
    color: #FFF; }
  .tt-home-banner .tt-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
  .tt-home-banner .tt-title {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 65px;
    font-size: clamp(28px, 65px, 65px);
    letter-spacing: 1.9px; }
  .tt-home-banner .tt-subtitle {
    color: #fa4616;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600; }
  .tt-home-banner .tt-content {
    padding-bottom: 20px; }
  .tt-home-banner a {
    color: #FFF;
    text-decoration: underline; }
  @media (max-width: 991.98px) {
    .tt-home-banner {
      width: calc(100% - 30px); }
      .tt-home-banner > .row {
        min-height: 200px; }
      .tt-home-banner .tt-image {
        height: 250px; }
      .tt-home-banner .tt-title {
        font-size: 34px;
        letter-spacing: 1px; }
      .tt-home-banner .tt-subtitle {
        font-size: 20px; } }

.single-talent-talks #footer-outer {
  margin-top: 0; }

.single-talent-talks-page {
  padding-top: 100px;
  background-color: #000;
  color: #FFF;
  font-weight: 200; }
  .single-talent-talks-page p, .single-talent-talks-page pre {
    color: #FFF; }
  .single-talent-talks-page strong, .single-talent-talks-page b {
    font-weight: 600; }
  .single-talent-talks-page .text-orange {
    color: #fa4616; }
  .single-talent-talks-page .tt-social-share {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    text-align: right; }
    .single-talent-talks-page .tt-social-share .social-icons > span {
      margin-right: 5px;
      position: relative;
      top: 1px; }
    .single-talent-talks-page .tt-social-share .social-icons a {
      display: inline-block; }
      .single-talent-talks-page .tt-social-share .social-icons a > svg {
        width: 18px;
        height: 18px;
        margin: 0 2px; }
        .single-talent-talks-page .tt-social-share .social-icons a > svg > path {
          fill: #53565a; }
    .single-talent-talks-page .tt-social-share.tt-social-share-white .social-icons a svg > path {
      fill: #FFFFFF; }
  .single-talent-talks-page .tt-intro {
    height: calc(100vh - 100px);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .single-talent-talks-page .tt-intro h1 {
      font-size: 70px;
      width: 60%;
      font-weight: 700;
      text-shadow: 0 0 40px rgba(0, 0, 0, 0.5); }
    .single-talent-talks-page .tt-intro .tt-page-title {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
      .single-talent-talks-page .tt-intro .tt-page-title.hide {
        opacity: 0; }
    .single-talent-talks-page .tt-intro .tt-social-share {
      position: absolute;
      bottom: 40px;
      left: 0;
      width: 100%;
      text-align: right; }
    .single-talent-talks-page .tt-intro .tt-intro-videos {
      width: 100%;
      -ms-flex-item-align: center;
          align-self: center; }
      .single-talent-talks-page .tt-intro .tt-intro-videos h2 {
        position: absolute;
        font-size: 18px;
        top: -50px;
        left: 0; }
    .single-talent-talks-page .tt-intro .tt-arrow-down {
      position: absolute;
      left: 50%;
      bottom: 10px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 100; }
  .single-talent-talks-page #talentTalks {
    height: 200px;
    width: 0;
    margin-top: -200px; }
  .single-talent-talks-page .tt-video-slider {
    margin-top: 40px;
    z-index: 10; }
    .single-talent-talks-page .tt-video-slider .swiper-wrapper {
      display: -ms-flexbox;
      display: flex; }
      .single-talent-talks-page .tt-video-slider .swiper-wrapper .swiper-slide > a:hover {
        color: #FFF;
        text-decoration: none; }
      .single-talent-talks-page .tt-video-slider .swiper-wrapper .swiper-slide .video-thumbnail-wrapper {
        position: relative; }
      .single-talent-talks-page .tt-video-slider .swiper-wrapper .swiper-slide .video-thumbnail {
        height: 170px;
        width: auto;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8); }
      .single-talent-talks-page .tt-video-slider .swiper-wrapper .swiper-slide .play-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 55px;
        height: 55px; }
      .single-talent-talks-page .tt-video-slider .swiper-wrapper .swiper-slide .tt-video-title {
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.65); }
    .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons {
      position: relative;
      bottom: 0;
      left: calc(100% - 80px);
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons > div {
        cursor: pointer; }
        .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons > div.swiper-button-disabled {
          visibility: hidden;
          pointer-events: none; }
        .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons > div:focus, .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons > div:active {
          outline: 0; }
      .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons .swiper-button-next {
        margin-right: calc(-100vw + 90px); }
      .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons .swiper-button-prev > img {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
  .single-talent-talks-page .tt-video-modal {
    z-index: 100000; }
    .single-talent-talks-page .tt-video-modal .modal-dialog {
      width: 100vw;
      max-width: 100vw;
      margin: 0 !important; }
    .single-talent-talks-page .tt-video-modal .modal-content {
      height: 100vh;
      border: 0;
      border-radius: 0;
      background-color: #000; }
      .single-talent-talks-page .tt-video-modal .modal-content .close {
        color: #FFF;
        opacity: 1;
        text-align: right;
        padding: 5px 10px 5px 5px;
        line-height: 1;
        font-weight: 100; }
        .single-talent-talks-page .tt-video-modal .modal-content .close:active, .single-talent-talks-page .tt-video-modal .modal-content .close:focus, .single-talent-talks-page .tt-video-modal .modal-content .close:hover {
          outline: 0;
          opacity: 0.8; }
  .single-talent-talks-page .tt-intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    transition: opacity 0.3s ease-in-out; }
    .single-talent-talks-page .tt-intro-bg > img {
      max-width: 120%;
      height: auto; }
  .single-talent-talks-page .tt-intro-title {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .single-talent-talks-page .tt-common-description {
    background-color: #53565a;
    padding-top: 110px;
    padding-bottom: 60px; }
    .single-talent-talks-page .tt-common-description .lead-paragraph {
      font-size: 26px; }
      .single-talent-talks-page .tt-common-description .lead-paragraph strong, .single-talent-talks-page .tt-common-description .lead-paragraph b {
        font-weight: 500;
        color: #fa4616; }
  .single-talent-talks-page .tt-contacts {
    background-color: #53565a;
    padding-bottom: 30px; }
    .single-talent-talks-page .tt-contacts h4 {
      position: relative;
      overflow: hidden;
      font-size: 16px; }
  .single-talent-talks-page .tt-contact-contents {
    font-size: 14px; }
    .single-talent-talks-page .tt-contact-contents .tt-contact-image > img {
      width: 86px;
      height: auto; }
  .single-talent-talks-page .tt-bio {
    padding-top: 100px; }
    .single-talent-talks-page .tt-bio .tt-bio-image {
      position: -webkit-sticky;
      position: sticky;
      top: 130px; }
      .single-talent-talks-page .tt-bio .tt-bio-image > img {
        width: auto;
        height: calc(100vh - 130px);
        max-height: calc(50vw - 100px); }
    .single-talent-talks-page .tt-bio .tt-bio-description {
      padding-bottom: 200px; }
  .single-talent-talks-page .tt-recognitions {
    background-color: #53565a;
    padding-top: 130px;
    padding-bottom: 130px; }
  .single-talent-talks-page .tt-mastered-topics {
    padding: 130px 0 90px; }
    .single-talent-talks-page .tt-mastered-topics .tt-topic-accordion .tt-topic-header {
      padding: 0;
      border-top: 1px solid #FFF;
      position: relative;
      cursor: pointer; }
      .single-talent-talks-page .tt-mastered-topics .tt-topic-accordion .tt-topic-header h3 {
        font-size: 18px;
        font-weight: 400;
        padding: 25px 0; }
        .single-talent-talks-page .tt-mastered-topics .tt-topic-accordion .tt-topic-header h3 + .tt-topic-header-icon {
          transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
          -webkit-transform: rotateZ(45deg);
                  transform: rotateZ(45deg); }
        .single-talent-talks-page .tt-mastered-topics .tt-topic-accordion .tt-topic-header h3.collapsed + .tt-topic-header-icon {
          -webkit-transform: rotateZ(0);
                  transform: rotateZ(0); }
      .single-talent-talks-page .tt-mastered-topics .tt-topic-accordion .tt-topic-header .tt-topic-header-icon {
        position: absolute;
        right: 0;
        top: 20px;
        pointer-events: none; }
  @media (max-width: 1199.98px) {
    .single-talent-talks-page .tt-bio .tt-bio-image > img {
      max-height: 450px; }
    .single-talent-talks-page .tt-recognitions .tt-recognitions-image {
      max-width: 450px; } }
  @media (max-width: 991.98px) {
    .single-talent-talks-page .tt-intro {
      height: auto;
      min-height: 400px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 50px; }
      .single-talent-talks-page .tt-intro .tt-intro-title {
        z-index: 10;
        position: static;
        -webkit-transform: none;
                transform: none;
        margin: 200px 15px 30px;
        width: 100%; }
        .single-talent-talks-page .tt-intro .tt-intro-title h1 {
          width: 100%; }
        .single-talent-talks-page .tt-intro .tt-intro-title .tt-social-share {
          position: static;
          text-align: left; }
      .single-talent-talks-page .tt-intro .tt-intro-videos {
        padding: 0 15px; }
    .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons {
      margin: 20px 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .single-talent-talks-page .tt-video-slider .swiper-navigation-buttons .swiper-button-next {
        margin: 0;
        -ms-flex-order: 1;
            order: 1; }
    .single-talent-talks-page .tt-intro-bg > img {
      margin-top: 30px;
      max-width: 150%; }
    .single-talent-talks-page .tt-bio .tt-bio-image {
      text-align: center; }
      .single-talent-talks-page .tt-bio .tt-bio-image > img {
        max-width: 100%;
        height: auto;
        max-height: 60vh;
        margin: 0 auto 40px; }
    .single-talent-talks-page .tt-bio .tt-bio-description {
      padding-bottom: 60px; }
    .single-talent-talks-page .tt-recognitions {
      padding: 60px 0; }
    .single-talent-talks-page .tt-mastered-topics {
      padding: 60px 0; }
    .single-talent-talks-page .tt-contacts h4:after {
      content: none; } }
  @media (max-width: 767.98px) {
    .single-talent-talks-page .tt-intro-title h1 {
      font-size: 50px; } }
  @media screen and (max-width: 374px) {
    .single-talent-talks-page .tt-video-slider .swiper-wrapper .swiper-slide .video-thumbnail {
      height: 150px; } }

.event-coverblock .content-slider {
  width: auto !important; }
  .event-coverblock .content-slider span {
    margin-right: 0 !important; }

.image-container {
  margin: 1em 0 2em 0; }

.event-image {
  width: 100%;
  height: auto; }

.event-detail {
  font-size: 14px;
  color: #53565a; }

.right-sidebar .row ul.key-facts-list.alternative {
  margin-top: 0;
  margin-bottom: 0; }
  .right-sidebar .row ul.key-facts-list.alternative:first-of-type {
    margin-top: 23px; }
  .right-sidebar .row ul.key-facts-list.alternative li {
    display: inline-block;
    margin-bottom: 8px;
    background-color: transparent !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #53565a; }
    .right-sidebar .row ul.key-facts-list.alternative li a {
      color: #53565a; }
    .right-sidebar .row ul.key-facts-list.alternative li.right-arrow, .right-sidebar .row ul.key-facts-list.alternative li.down-arrow {
      padding: 0.45em 0 0.45em 3em; }
    .right-sidebar .row ul.key-facts-list.alternative li.right-arrow {
      background: url(../images/list-icon-orange.png) no-repeat top left; }
    .right-sidebar .row ul.key-facts-list.alternative li.down-arrow {
      background: url(../images/list-icon-orange-down.png) no-repeat 0.3em top; }
    .right-sidebar .row ul.key-facts-list.alternative li.active:before {
      display: none !important; }
    .right-sidebar .row ul.key-facts-list.alternative li.active a {
      background: transparent !important;
      color: #eeeff3; }

@media all and (max-width: 1280px) {
  .right-sidebar .row ul.key-facts-list.alternative li a {
    font-size: 12px; } }

.archive-sidebar {
  margin-top: 3em;
  padding: 0 32px; }

li.extended-text label {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 293px; }

.archive-sidebar h4 {
  margin-bottom: 5px !important;
  color: #fa4616;
  font-size: 18px; }

.archive-sidebar a {
  text-decoration: none !important;
  outline: 0; }

.card .card-title {
  text-decoration: none !important; }
  .card .card-title a {
    color: inherit; }
    .card .card-title a:hover {
      color: #fa4616; }

.archive-sidebar .card .card-header {
  padding: 0;
  border-top: 0; }

.archive-sidebar .card .card-title a:link,
.archive-sidebar .card .card-title a:visited {
  padding: 10px 40px;
  font-size: 16px;
  display: block;
  text-decoration: none !important; }

.archive-sidebar .card .card-title a:hover,
.archive-sidebar .card .card-title a:focus,
.archive-sidebar .card .card-title a:active {
  background: #F6F6F6;
  text-decoration: none !important; }

.archive-sidebar .card .card-title a:after {
  background-image: none; }

.archive-sidebar .card .card-body {
  padding: 5px 15px !important; }

.archive-sidebar .card ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }

.archive-sidebar .card li {
  padding: 0 0 0 40px !important;
  margin-bottom: 5px !important;
  line-height: 16px !important;
  border-bottom: 0 !important;
  font-size: 14px; }

.archive-sidebar .card li.sel {
  padding: 0 0 0 15px !important;
  margin-left: 20px;
  border-left: 5px solid #fa4616 !important; }

.archive-sidebar .card li.sel a {
  font-weight: bold !important; }

.archive-sidebar .card li.active a {
  color: #53565a !important;
  font-weight: bold !important;
  cursor: pointer !important; }

.archive-sidebar li a {
  cursor: default !important; }

.archive-sidebar .card li a {
  color: #999 !important; }

.archive-sidebar .card .post-num {
  display: none; }

.key-fact .back {
  padding-top: 50px !important; }

.right-sidebar .row ul.key-facts-list.alternative li.left-arrow {
  padding: 0.45em 0 0.45em 3em;
  background: url("../images/list-icon-orange-left.png") no-repeat scroll 0.3em top rgba(0, 0, 0, 0); }

li.extended-text label {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 293px; }

.archive-sidebar .event-archive {
  margin-top: 20px;
  padding-left: 15px;
  font-weight: bold;
  display: block; }

.archive-sidebar .event-archive:focus,
.archive-sidebar .event-archive:hover,
.archive-sidebar .event-archive:active {
  color: #000 !important; }

/* link prev e next per sezione news */
.next-news,
.prev-news {
  margin-left: 15px;
  padding: 18px;
  text-decoration: none;
  border-top: 1px solid #fa4616 !important; }

.next-news:focus,
.next-news:hover,
.next-news:active,
.prev-news:focus,
.prev-news:hover,
.prev-news:active {
  color: #333 !important;
  border-top: 1px solid #53565a !important;
  text-decoration: none; }

/*
.next-news{
    float:          right;
}

.prev-news{
    float:          left;

}
*/
.posts {
  margin-top: 3em; }
  .posts__link {
    display: block; }
    .posts__link:hover, .posts__link:active {
      color: #53565a;
      text-decoration: none; }
  .posts__thumb {
    position: relative;
    min-height: 100px;
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: center center; }
    .posts__thumb img {
      width: 100%;
      height: auto;
      display: block; }
  .posts__date {
    position: relative;
    padding: 1em 0.5em;
    border-right: 2px solid #fa4616;
    z-index: 5;
    width: 100px; }
    .posts__date .date-day, .posts__date .date-month {
      display: block;
      width: 100%;
      color: #53565a;
      text-align: center;
      text-transform: uppercase;
      line-height: 1em;
      font-weight: 700; }
      .posts__date .date-day.future, .posts__date .date-month.future {
        color: #fa4616; }
    .posts__date .date-day {
      font-size: 35px; }
    .posts__date .date-month {
      font-size: 16px; }
    @media (max-width: 767px) {
      .posts__date {
        width: 100%;
        left: 0;
        border-right: none;
        border-bottom: 2px solid #fa4616; } }
  .posts li {
    margin-bottom: 60px; }
  .posts__text h3 {
    margin-top: 0; }
  @media (max-width: 767px) {
    .posts__text {
      border-top: 2px solid #fa4616; } }

.page-link {
  color: #53565a; }
  .page-link:hover {
    color: #fa4616; }
  .page-link:focus {
    box-shadow: none; }

.pagination li.page-item.disabled a {
  color: #afafaf; }

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.table-bbs thead {
  background-color: #fa4616;
  color: #FFFFFF; }

.master-row {
  border-bottom: 1px solid #fa4616;
  padding-bottom: 20px;
  padding-top: 20px; }
  .master-row a {
    text-decoration: none;
    color: #53565a; }
    .master-row a .title {
      font-size: 18px;
      padding-left: 0px;
      text-transform: uppercase; }
      .master-row a .title .prefix {
        color: #fa4616;
        font-weight: 700; }
      .master-row a .title small {
        color: #53565a;
        font-size: 12px;
        font-weight: 400;
        display: block;
        margin-top: 2px; }
      @media all and (max-width: 991px) {
        .master-row a .title {
          padding-left: 15px; } }
    .master-row a .details {
      font-size: 12px;
      line-height: 22px;
      color: #53565a;
      font-weight: 400; }
      .master-row a .details > span {
        text-transform: uppercase; }
    .master-row a .icon {
      background-image: url("../images/list-icon.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 36px;
      height: 36px;
      margin-top: 15px; }
    .master-row a:hover {
      color: #fa4616; }
      .master-row a:hover .title {
        color: #fa4616; }
      .master-row a:hover .details {
        color: #fa4616; }
      .master-row a:hover .icon {
        background-image: url("../images/list-icon-orange.png"); }

.cover-landing {
  width: 100%; }

.admin-bar .cover-image {
  margin-top: calc( 82px - 32px); }

.cover-image {
  margin-top: calc(82px + 0px);
  background: #eeeff3;
  position: relative; }
  .cover-image.static-cover .cover-image-container {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 44%; }
    @media (max-width: 1199px) {
      .cover-image.static-cover .cover-image-container {
        height: auto;
        padding-bottom: 44%; } }
  .cover-image.static-cover .cover-image-content {
    background-color: #f5f5f5;
    padding: 15px 0;
    margin-bottom: 40px; }
    .cover-image.static-cover .cover-image-content .content-slider {
      position: static;
      background-color: transparent; }
      .cover-image.static-cover .cover-image-content .content-slider .title-full {
        margin: 0;
        color: #53565a; }
  .cover-image .content-slider {
    position: absolute;
    width: 100%;
    bottom: 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    background-color: #fa4616;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1; }
    @media (max-width: 1199px) {
      .cover-image .content-slider {
        font-size: 48px; } }
    .cover-image .content-slider .title {
      font-weight: 400;
      margin: 15px 0 0 15px; }
    .cover-image .content-slider .homemaster {
      font-weight: 700;
      height: 107px;
      margin-bottom: 7px; }
      @media (max-width: 991px) {
        .cover-image .content-slider .homemaster {
          height: auto;
          padding-bottom: 8px; } }
      .cover-image .content-slider .homemaster > h1 {
        font-size: 48px;
        font-weight: 700; }
    .cover-image .content-slider .title-full {
      font-size: 36px;
      font-weight: 400;
      margin: 15px; }
    .cover-image .content-slider .payoff {
      font-weight: 500;
      margin: 0 15px 15px 0;
      font-size: 34px; }
    .cover-image .content-slider .title-bold-single {
      font-weight: 700;
      margin: 15px 15px 65px 15px; }
    .cover-image .content-slider.content-slider-auto {
      width: auto;
      padding-right: 30px; }
      .cover-image .content-slider.content-slider-auto .payoff {
        margin-left: 0; }

@media (min-width: 1200px) {
  .cover-image.static-cover .cover-image-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    background-color: #fa4616; }
    .cover-image.static-cover .cover-image-content .content-slider .title-full {
      font-size: 34px;
      color: #FFF; } }

@media (max-width: 991px) {
  .cover-image .content-slider {
    font-size: 26px; }
  .cover-image.static-cover .content-slider .title-full, .cover-image.static-cover .content-slider .payoff {
    font-size: 26px; } }

@media (max-width: 575px) {
  .cover-image.static-cover .cover-image-container {
    min-height: 150px; }
  .cover-image.static-cover .content-slider .title-full, .cover-image.static-cover .content-slider .payoff {
    font-size: 24px; } }

@media (max-width: 340px) {
  .cover-image .content-slider {
    font-size: 24px; } }

#home-faculty h2.main-title {
  margin: 36px 0; }

#home-faculty p {
  font-weight: 400; }

#home-faculty input {
  border: 1px solid #eeeff3;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  height: 50px; }

#home-faculty .dropdown button {
  border: 1px solid #eeeff3;
  font-size: 18px;
  height: 50px;
  width: 100%;
  text-align: left;
  position: relative; }
  #home-faculty .dropdown button:hover {
    background-color: #f8f8f8; }
  #home-faculty .dropdown button .caret {
    position: absolute;
    top: 19px;
    right: 12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #eeeff3; }

#home-faculty .dropdown.open > .btn-default.dropdown-toggle {
  background-color: #fff; }

#home-faculty .dropdown .dropdown-toggle::after {
  display: none; }

#home-faculty .filterform div {
  padding: 0 20px 0 0;
  margin-bottom: 8px; }
  #home-faculty .filterform div.col-md-1 {
    padding-right: 0; }

#home-faculty .filterform #bt_reset {
  border: none;
  background-color: #53565a;
  color: #fff;
  height: 50px;
  width: 100%; }

#home-faculty .filterform .dropdown-menu {
  max-height: 20rem;
  overflow-y: auto;
  min-width: 200px;
  max-width: 380px;
  width: 100%; }
  #home-faculty .filterform .dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333; }
  #home-faculty .filterform .dropdown-menu .parent a {
    font-weight: bold; }

#home-faculty .alphabet {
  margin: 36px 0; }
  #home-faculty .alphabet a {
    color: #53565a;
    font-size: 18px;
    margin: 0 5px;
    outline: none; }
    #home-faculty .alphabet a.current {
      color: #fa4616;
      font-weight: 700;
      text-decoration: none; }

#home-faculty .professors a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fa4616;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  outline: none; }
  #home-faculty .professors a em {
    font-style: normal; }

#home-faculty .professors span {
  display: block;
  font-size: 14px; }

#home-faculty .professors.lettera-a {
  display: block; }

#home-faculty .scheda-prof {
  margin-top: 20px;
  margin-bottom: -61px;
  background-color: #eeeff3;
  color: #53565a;
  display: none; }
  #home-faculty .scheda-prof h2 {
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 20px; }
  #home-faculty .scheda-prof p {
    margin-bottom: 50px; }
  #home-faculty .scheda-prof .bt-close-container {
    text-align: right; }
    #home-faculty .scheda-prof .bt-close-container .bt-close {
      display: block;
      color: #53565a;
      font-size: 18px;
      margin: 10px 0 -10px 0; }
      #home-faculty .scheda-prof .bt-close-container .bt-close span {
        font-size: 28px; }
      @media all and (max-width: 1000px) {
        #home-faculty .scheda-prof .bt-close-container .bt-close {
          margin-bottom: 17px; } }
  #home-faculty .scheda-prof .card-prof {
    color: #fff;
    margin-bottom: 40px; }
    #home-faculty .scheda-prof .card-prof div {
      background-color: #53565a;
      padding: 12px 15px;
      width: 90%; }
      #home-faculty .scheda-prof .card-prof div h1, #home-faculty .scheda-prof .card-prof div h4 {
        margin: 0;
        font-weight: bold;
        font-size: 24px; }
      #home-faculty .scheda-prof .card-prof div .nazione {
        color: #f60;
        display: block;
        font-size: 14px;
        margin-top: 13px;
        text-transform: uppercase;
        line-height: 16px; }
      #home-faculty .scheda-prof .card-prof div .ruolo, #home-faculty .scheda-prof .card-prof div .sede {
        display: block;
        font-size: 14px;
        line-height: 16px; }
      #home-faculty .scheda-prof .card-prof div .faculty {
        display: block;
        font-size: 16px;
        margin-top: 20px;
        text-transform: uppercase; }
    #home-faculty .scheda-prof .card-prof .prof-email, #home-faculty .scheda-prof .card-prof .prof-page {
      background-color: #53565a;
      color: #fff;
      display: block;
      font-size: 12px;
      margin-top: 10px;
      padding: 7px 15px;
      text-transform: uppercase;
      width: 90%; }
    #home-faculty .scheda-prof .card-prof .prof-cv {
      background: url(../images/executive/download-brochure.png) no-repeat;
      display: block;
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 30px;
      padding: 8px 0 8px 45px;
      text-transform: uppercase; }
  #home-faculty .scheda-prof .panel-group {
    margin-bottom: 80px; }
    #home-faculty .scheda-prof .panel-group .panel {
      background-color: transparent; }
      #home-faculty .scheda-prof .panel-group .panel .panel-heading {
        padding: 10px 0; }
        #home-faculty .scheda-prof .panel-group .panel .panel-heading .panel-title {
          text-decoration: none; }
          #home-faculty .scheda-prof .panel-group .panel .panel-heading .panel-title a {
            color: #fa4616;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: normal;
            outline: none; }
            #home-faculty .scheda-prof .panel-group .panel .panel-heading .panel-title a strong {
              font-size: 16px; }
            #home-faculty .scheda-prof .panel-group .panel .panel-heading .panel-title a:after {
              right: 0; }
      #home-faculty .scheda-prof .panel-group .panel .panel-body {
        padding: 10px 0; }
        #home-faculty .scheda-prof .panel-group .panel .panel-body p {
          margin-bottom: 17px; }

body.single-faculty {
  background: #eeeff3; }
  body.single-faculty .single-faculty-container {
    padding-top: 200px; }
    body.single-faculty .single-faculty-container .scheda-prof {
      display: block !important; }
  body.single-faculty #accordion_courses .card {
    background-color: transparent; }

.scheda-prof.scheda-team {
  padding-top: 100px; }
  .scheda-prof.scheda-team h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: normal !important; }
  .scheda-prof.scheda-team .bt-close-container a:hover {
    text-decoration: none; }

.single-team-container .container {
  padding: 200px 0 50px 0; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-nav {
  display: none; }

.owl-carousel .owl-item img {
  width: auto !important; }

.content-page-about {
  margin-top: 36px; }
  .content-page-about p, .content-page-about ul li, .content-page-about .panel-body {
    line-height: 24px;
    color: #53565a;
    font-weight: 400; }
  .content-page-about h3 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 15px 0; }
    .content-page-about h3.color-orange {
      color: #fa4616;
      border-top: 1px solid #fa4616;
      font-size: 30px;
      line-height: 33px;
      padding: 10px 0;
      font-weight: 700; }
  .content-page-about * + h3 {
    margin: 46px 0 12px 0; }
  .content-page-about h4 {
    color: #fa4616;
    text-transform: uppercase;
    font-size: 16px; }
  .content-page-about .quote-image {
    border: none;
    margin: 40px 0;
    padding: 190px;
    padding-left: 255px;
    position: relative;
    background: url(../images/about/quote-1.png) center center;
    background-size: cover; }
    @media all and (max-width: 1024px) {
      .content-page-about .quote-image {
        padding: 150px;
        padding-left: 60px; } }
    .content-page-about .quote-image img {
      width: 100%; }
    .content-page-about .quote-image blockquote {
      color: #fff;
      max-width: 500px;
      border: none;
      font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      font-size: 40px;
      line-height: 45px;
      font-style: italic;
      margin: 0;
      padding: 0; }
      @media all and (max-width: 1024px) {
        .content-page-about .quote-image blockquote {
          font-size: 30px;
          line-height: 35px; } }
  .content-page-about .carousel-wrapper {
    border: none;
    margin: 40px 0;
    padding: 100px 0;
    position: relative;
    background: url(../images/about/quote-2.jpg) center center;
    background-size: cover;
    color: #fff; }
    .content-page-about .carousel-wrapper .orange-quote {
      background: #fa4616;
      min-height: 310px; }
      @media all and (max-width: 440px) {
        .content-page-about .carousel-wrapper .orange-quote {
          width: 100%; } }
      .content-page-about .carousel-wrapper .orange-quote p {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px; }
    @media all and (max-width: 440px) {
      .content-page-about .carousel-wrapper .quote-img-wrapper {
        width: 100%; } }
    .content-page-about .carousel-wrapper .quote-img-wrapper .image {
      width: 100% !important; }
    .content-page-about .carousel-wrapper .black-who {
      background: #53565a; }
      .content-page-about .carousel-wrapper .black-who p {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0; }
        .content-page-about .carousel-wrapper .black-who p small {
          font-size: 13px;
          font-weight: 400; }
    .content-page-about .carousel-wrapper .item-row {
      background: #fa4616; }
  .content-page-about .letter p {
    font-size: 14px;
    line-height: 20px; }
  .content-page-about .letter .desc {
    background: #53565a;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 30px; }
    .content-page-about .letter .desc p {
      color: #fff;
      margin-bottom: 0;
      font-size: 13px; }
      .content-page-about .letter .desc p:first-child {
        font-weight: 700;
        font-size: 16px; }
  .content-page-about .fake-menu-wrapper {
    position: relative; }
    .content-page-about .fake-menu-wrapper .about-menu-desktop {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 100; }
  .content-page-about .team {
    margin-top: 40px; }
  .content-page-about .wall-tab-navigation li {
    text-align: center;
    border-bottom: 1px solid #eeeff3; }
    @media all and (max-width: 767px) {
      .content-page-about .wall-tab-navigation li {
        border-bottom: none; } }
    .content-page-about .wall-tab-navigation li a {
      border: none;
      border-bottom: 4px solid transparent;
      display: block;
      padding: 7px 0;
      font-size: 14px;
      line-height: 1.3;
      border-radius: 0;
      cursor: pointer;
      text-decoration: none; }
      @media all and (max-width: 767px) {
        .content-page-about .wall-tab-navigation li a {
          margin-bottom: 0; } }
      .content-page-about .wall-tab-navigation li a:hover {
        background: none;
        border-bottom: 4px solid #eeeff3; }
      .content-page-about .wall-tab-navigation li a.active {
        border: none;
        border-bottom: 4px solid #eeeff3;
        color: #fa4616;
        font-weight: 700; }
  .content-page-about .wall-people-list {
    padding-top: 40px; }
    .content-page-about .wall-people-list li {
      margin-bottom: 20px;
      min-height: 100px; }
      .content-page-about .wall-people-list li img {
        width: 80px;
        height: 80px;
        float: left; }
      .content-page-about .wall-people-list li a {
        text-transform: uppercase;
        color: #53565a; }
        .content-page-about .wall-people-list li a:hover {
          color: #fa4616;
          text-decoration: none; }
      .content-page-about .wall-people-list li img {
        margin-right: 20px;
        vertical-align: top; }
  .content-page-about .organismo-title {
    color: #fa4616;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    clear: both;
    display: block;
    font-size: 14px;
    margin-bottom: -10px; }
    .content-page-about .organismo-title.first {
      margin-top: 40px; }

.about-articles .no-padding {
  padding-left: 0; }
  @media all and (max-width: 1024px) {
    .about-articles .no-padding {
      padding: inherit; } }

.about-articles .row {
  margin-bottom: 20px; }

.about-articles article p {
  font-size: 14px;
  line-height: 16px; }
  @media all and (max-width: 1199px) {
    .about-articles article p {
      font-size: 12px;
      line-height: 14px; } }
  @media all and (max-width: 991px) {
    .about-articles article p {
      margin-bottom: 50px; } }

.about-articles article h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px; }

.about-articles article img {
  width: 100%; }

.about-articles article.integration {
  height: 354px; }
  @media all and (max-width: 1199px) {
    .about-articles article.integration {
      height: 288px; } }
  @media all and (max-width: 991px) {
    .about-articles article.integration {
      height: auto; } }

.about-articles article.dinamicita {
  margin-top: -110px; }
  @media all and (max-width: 1199px) {
    .about-articles article.dinamicita {
      margin-top: -82px; } }
  @media all and (max-width: 991px) {
    .about-articles article.dinamicita {
      margin-top: 0; } }

.about-articles .img-container {
  position: relative;
  overflow: hidden; }
  .about-articles .img-container img {
    position: absolute; }
  .about-articles .img-container.img-container-innovation {
    overflow: hidden;
    height: 360px; }
    .about-articles .img-container.img-container-innovation img {
      bottom: 0;
      height: 100%;
      width: auto; }
      @media all and (max-width: 991px) {
        .about-articles .img-container.img-container-innovation img {
          width: 100%;
          margin-top: -490px; } }
      @media all and (max-width: 440px) {
        .about-articles .img-container.img-container-innovation img {
          width: 100%;
          margin-top: -200px; } }
    @media all and (max-width: 1199px) {
      .about-articles .img-container.img-container-innovation {
        height: 293px; } }
    @media all and (max-width: 991px) {
      .about-articles .img-container.img-container-innovation {
        height: 303px; } }
    @media all and (max-width: 481px) {
      .about-articles .img-container.img-container-innovation {
        height: 455px; } }

.about-articles .about-tab-navigation {
  margin: 20px 0;
  border-bottom: 1px solid #eeeff3; }
  @media all and (max-width: 767px) {
    .about-articles .about-tab-navigation {
      border-bottom: none; } }
  .about-articles .about-tab-navigation li a {
    color: #53565a;
    font-weight: 400;
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    border: none;
    padding-left: 0;
    border-radius: 0; }
    .about-articles .about-tab-navigation li a:hover {
      background: none; }
  .about-articles .about-tab-navigation li.active a {
    border: none;
    border-bottom: 4px solid #eeeff3;
    font-weight: 400; }
    .about-articles .about-tab-navigation li.active a:hover {
      border: none;
      border-bottom: 4px solid #eeeff3; }

span.team-title {
  text-transform: uppercase;
  font-weight: 700; }

span.team-ruolo {
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-transform: none; }

.gform_wrapper {
  font-family: 'Gotham A','Gotham B',sans-serif; }
  .gform_wrapper form.custom_form .gform_body .form-control:focus {
    box-shadow: none; }
  .gform_wrapper form.custom_form .gform_body .half-width {
    box-sizing: border-box;
    width: 50%; }
    .gform_wrapper form.custom_form .gform_body .half-width:nth-child(odd) {
      float: left;
      padding-right: 1%; }
    .gform_wrapper form.custom_form .gform_body .half-width:nth-child(even) {
      float: right;
      clear: right;
      padding-left: 1%; }
    .gform_wrapper form.custom_form .gform_body .half-width.email-field-fix {
      float: left;
      padding-right: 1%;
      padding-left: 0;
      clear: left; }
    .gform_wrapper form.custom_form .gform_body .half-width.telefono-field-fix {
      float: right;
      padding-right: 0;
      padding-left: 1%;
      clear: none; }
  .gform_wrapper form.custom_form .gform_body .nome-ref, .gform_wrapper form.custom_form .gform_body .email-ref {
    display: none; }
  .gform_wrapper form.custom_form .gform_body .hidden-label > label {
    display: none; }
  .gform_wrapper form.custom_form .gform_body .gfield_checkbox label {
    margin: 0 0 0 20px; }
  .gform_wrapper form.custom_form .gform_body .gfield_checkbox input[type="checkbox"]:checked + label {
    font-weight: normal; }
  .gform_wrapper form.custom_form .gform_body li.gfield.gfield_error {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    background: none; }
    .gform_wrapper form.custom_form .gform_body li.gfield.gfield_error.half-width:nth-child(odd) {
      padding-right: 1% !important; }
    .gform_wrapper form.custom_form .gform_body li.gfield.gfield_error.half-width:nth-child(even) {
      padding-left: 1% !important; }
  .gform_wrapper form.custom_form .gform_body label {
    margin-top: 14px;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #53565a; }
  .gform_wrapper form.custom_form .gform_body .gfield_radio label {
    margin-top: 0; }
  .gform_wrapper form.custom_form .gform_body input[type=text],
  .gform_wrapper form.custom_form .gform_body input[type=tel],
  .gform_wrapper form.custom_form .gform_body input[type=email],
  .gform_wrapper form.custom_form .gform_body textarea {
    width: 100% !important;
    padding: 9px 5px 5px 5px;
    border: 1px solid #eeeff3;
    font-size: 14px;
    color: #53565a;
    border-radius: 0; }
  .gform_wrapper .privacy_policy_flag .gfield_description {
    font-family: 'Gotham A','Gotham B',sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #53565a !important;
    height: auto !important; }
  .gform_wrapper .gfield_description.validation_message, .gform_wrapper .error {
    margin-top: 3px !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-size: 0.75em !important;
    color: #e60000 !important; }
  .gform_wrapper form.custom_form .privacy_policy_flag .gfield_required {
    display: none; }

.gform_wrapper form.custom_form li.gfield.gfield_error div.ginput_container {
  margin-top: 0; }

.gform_wrapper form.custom_form li.gfield.gfield_error div.ginput_container input, .gform_wrapper form.custom_form li.gfield.gfield_error div.ginput_container textarea {
  border-color: #E60000; }

.gform_wrapper form.custom_form li.gfield.gfield_error div.ginput_container input {
  width: 100%; }

.gform_wrapper form.custom_form .gfield_required {
  color: #53565a; }

.gform_wrapper form.custom_form ul.gfield_checkbox,
.gform_wrapper form.custom_form ul.gfield_radio {
  margin-top: 10px !important; }

.gform_wrapper form.custom_form .ginput_container + .gfield_description.validation_message {
  margin-top: 3px;
  padding: 0 !important;
  font-weight: normal;
  font-size: 0.75em;
  color: #E60000; }

.gform_wrapper form.custom_form .ginput_container input {
  width: 100%; }

.gform_wrapper form.custom_form .gfield_description {
  font-size: 12px;
  height: 100px;
  overflow: auto;
  padding-right: 20px; }

.gform_wrapper form.custom_form div.validation_error {
  font-weight: normal;
  font-size: 1.1em;
  color: #E60000; }

/*
#contatta-alumno label{
    margin-top:    14px;
    margin-bottom:  4px;
    font-weight: normal;
    font-size: 16px;
    color: $darkgray;
}
*/
#gform_27 .gfield_error,
#gform_27 .gfield_error .ginput_container,
#gform_28 .gfield_error,
#gform_28 .gfield_error .ginput_container,
#gform_33 .gfield_error,
#gform_33 .gfield_error .ginput_container {
  width: 101%; }

#gform_27 .gfield_description,
#gform_28 .gfield_description,
#gform_33 .gfield_description {
  height: auto; }

#field_27_7 .gfield_required,
#field_28_7 .gfield_required,
#field_33_7 .gfield_required {
  display: none; }

.gform_wrapper form.custom_form .gform_body input[type=text].error, .gform_wrapper form.custom_form .gform_body input[type=tel].error, .gform_wrapper form.custom_form .gform_body input[type=email].error, .gform_wrapper form.custom_form .gform_body textarea.error {
  border-color: #E60000;
  padding: 9px 5px 5px 5px !important; }

.checkbox label.error {
  display: block; }

.checkbox.autorizzo-informativa {
  margin-bottom: 0; }

.privacy-modal {
  top: 82px; }

button btn.show-privacy {
  text-align: left; }

.campo-obbligatorio {
  font-size: 10px; }

.gform_wrapper .gform_body .legal-content {
  height: 150px;
  overflow-y: scroll;
  font-size: 10px;
  line-height: 15px;
  border: 1px solid #eeeff3;
  padding: 5px; }
  .gform_wrapper .gform_body .legal-content p {
    line-height: 15px; }

.gform_wrapper .gform_body .gdpr-radio li {
  display: inline-block;
  margin: 15px 20px -25px 0; }

.gform_wrapper .gform_body .gdpr-radio .gfield_label {
  display: none; }

.gform_wrapper .gform_body .privacy_policy_flag .gfield_label {
  display: none; }

.gform_wrapper .gform_button {
  color: #53565a;
  background-color: #fff;
  border-color: #eeeff3;
  padding: 7px 10px; }
  .gform_wrapper .gform_button:hover {
    background-color: #eeeff3; }

.gform_wrapper form.custom_form .gfield_description.validation_message {
  height: auto; }

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal !important; }

.gform_wrapper ul.gform_fields li.gfield input[type=radio] {
  margin-top: 1px;
  margin-left: 1px; }

.legal-content h1 {
  font-size: 1.2em !important;
  line-height: 1.5 !important; }

.legal-content h2 {
  font-size: 1.0em !important;
  line-height: 1.5 !important; }

.legal-content h3 {
  font-size: 0.8em !important;
  line-height: 1.5 !important; }

.legal-content p,
.legal-content li {
  font-size: 0.6em;
  line-height: 1.5 !important; }

.legal-content {
  border: 1px solid #CCC;
  padding: 5px; }

.menu-press-it-container .current-menu-item > a,
.menu-press-en-container .current-menu-item > a {
  border-left: 5px solid #fa4616; }

.menu-press-it-container > ul,
.menu-press-en-container > ul {
  list-style: none;
  padding: 0; }

.menu-press-it-container li,
.menu-press-en-container li {
  line-height: 24px;
  color: #53565a;
  font-weight: 400; }

.menu-press-it-container li > a,
.menu-press-en-container li > a {
  cursor: pointer !important;
  display: inline-block;
  padding: 10px 15px;
  background-color: #eeeff3;
  color: #53565a;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 230px;
  text-align: center; }
  .menu-press-it-container li > a:hover, .menu-press-it-container li > a:active,
  .menu-press-en-container li > a:hover,
  .menu-press-en-container li > a:active {
    color: #fa4616;
    text-decoration: none; }

.years-nav > ul {
  list-style: none;
  padding: 0; }

.years-nav ul > li {
  padding: 8px 0 0 12px; }
  .years-nav ul > li.current > a {
    color: #fa4616; }

.years-nav li > a {
  color: #000;
  font-weight: bold;
  cursor: pointer !important; }
  .years-nav li > a:hover {
    color: #fa4616; }

.years-nav i {
  vertical-align: text-top; }

.testata {
  text-transform: uppercase;
  font-weight: bold; }

.search-no-results #footer-outer {
  height: 163px;
  position: fixed;
  bottom: 0;
  width: 100%; }

.search-results-content {
  padding-top: 140px; }
  .search-results-content #post-none h1,
  .search-results-content .search-title h1 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .search-results-content #post-none p {
    text-align: center; }
  .search-results-content a:hover {
    color: #fa4616; }
  .search-results-content .post-title {
    font-size: 30px; }
  .search-results-content .attachment-post-thumbnail {
    display: none; }
  .search-results-content .hentry {
    border-bottom: 1px solid #eeeff3;
    margin-top: 40px;
    padding-bottom: 40px; }

.search-form {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  top: 82px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

@media all and (max-width: 1280px) {
  .search-form {
    width: 100%; } }

@media all and (max-width: 991px) {
  .search-form {
    bottom: 0; } }

.search-form-close:link,
.search-form-close:visited,
.search-form-close:hover,
.search-form-close:active {
  color: #53565a; }

.search-form-close {
  font-size: 12px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px; }

.search-text {
  background: #eeeff3;
  border: 0 none;
  height: 60px;
  margin: 0;
  outline: none;
  padding: 0 0 0 20px;
  width: 100%; }

@media all and (max-width: 1024px) {
  .search-text {
    font-size: 1em;
    height: 50px;
    padding: 0 0 0 30px; } }

@media all and (min-width: 1025px) {
  .search-text {
    font-size: 15px; } }

.ce-banner {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: table;
  height: 60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .ce-banner a.accept {
    margin-top: -15px;
    position: absolute;
    right: 20px;
    top: 50%; }
  .ce-banner > p {
    color: #FFF;
    display: table-cell;
    margin: 0;
    padding-left: 20px;
    vertical-align: middle; }
  .ce-banner .glyphicon {
    border-radius: 50%;
    border: 2px solid;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 28px; }

html[lang="it-IT"] span.text-en {
  display: none; }

html[lang="en-US"] span.text-it {
  display: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("../images/fancybox/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

/* css scheda programma reunion */
.programma-reunion p,
.programma-reunion strong,
.programma-reunion h1,
.programma-reunion h2 {
  color: #53565a;
  text-align: center; }

.programma-reunion p.upper-line-break {
  margin-top: 10px; }

.programma-reunion p.upper-line-break:before {
  content: "";
  display: block;
  margin: 10px auto 20px;
  width: 100px;
  height: 1px;
  background: #ff6600; }

.programma-reunion p strong.name {
  display: block;
  clear: both; }

.programma-reunion h2 strong.title,
.programma-reunion p strong.title {
  display: block;
  clear: both;
  color: #ff6600;
  text-transform: uppercase; }

.programma-reunion p strong.subtitle {
  display: block;
  clear: both;
  color: #ff6600; }

.programma-reunion p strong.topic-subtitle {
  padding-top: 30px; }

.programma-reunion p.sketcher {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 730px;
  text-align: left; }

.programma-reunion p.sketcher .sketcher-name {
  color: #ff6600; }

.programma-reunion table {
  table-layout: fixed;
  text-align: left;
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
  background-color: #f0f0f0; }

.programma-reunion table.special-table {
  margin-top: 30px;
  background-color: #ffefd3; }

.programma-reunion table > tbody > tr > td > p {
  text-align: left;
  margin: 0;
  padding-top: 5px;
  font-weight: 400; }

.programma-reunion table > tbody > tr > td > h3.challenge-title {
  margin: 1em 0 0;
  border-top: 1px solid white;
  padding: 1.5em 0 0.4em;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  line-height: 1em; }

.programma-reunion table.special-table > tbody > tr > td > h3.challenge-title {
  color: black;
  font-weight: bold; }

.programma-reunion table > tbody > tr:first-child > td > h3.challenge-title {
  margin: 0;
  border: 0 none; }

.programma-reunion table > tbody > tr > td.challenger > p {
  text-align: left;
  padding-right: 10px;
  padding-left: 5px; }

.programma-reunion table > tbody > tr > td.discussant > p {
  text-align: left;
  padding-right: 5px;
  padding-left: 10px; }

.programma-reunion table > tbody > tr:last-child > td > p {
  padding-bottom: 15px; }

.programma-reunion table.special-table > tbody > tr > td > p.challenge-title {
  text-align: center; }

.programma-reunion table > tbody > tr > td.challenger > p.subtitle,
.programma-reunion table > tbody > tr > td.discussant > p.subtitle {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1em;
  text-align: left; }

.programma-reunion table > tbody > tr > td > p.person {
  text-align: left;
  padding-top: 10px; }

.programma-reunion table > tbody > tr > td > p.person > strong,
.programma-reunion table > tbody > tr > td > p.person > span {
  text-align: left;
  display: block;
  clear: both; }

.programma-reunion table > tbody > tr > td > p.person > span.person-company,
.programma-reunion table > tbody > tr > td > p.person > span.person-role {
  font-size: 12px;
  letter-spacing: -0.06em;
  line-height: 1.2em; }

.why-master-fulltime div.col-sm-12.col-md-9 p,
.why-master-fulltime div.col-sm-12.col-md-9 strong,
.why-master-fulltime div.col-sm-12.col-md-9 h1,
.why-master-fulltime div.col-sm-12.col-md-9 h2 {
  color: #53565a;
  text-align: center; }

.why-master-fulltime div.col-sm-12.col-md-9 p.upper-line-break {
  margin-top: 10px; }

.why-master-fulltime div.col-sm-12.col-md-9 p.upper-line-break:before {
  content: "";
  display: block;
  margin: 10px auto 20px;
  width: 100px;
  height: 1px;
  background: #ff6600; }

.why-master-fulltime div.col-sm-12.col-md-9 p strong.name {
  display: block;
  clear: both; }

.why-master-fulltime div.col-sm-12.col-md-9 h2 strong.title,
.why-master-fulltime div.col-sm-12.col-md-9 p strong.title {
  display: block;
  clear: both;
  color: #ff6600;
  text-transform: uppercase; }

.why-master-fulltime div.col-sm-12.col-md-9 p strong.subtitle {
  display: block;
  clear: both;
  color: #ff6600; }

.why-master-fulltime div.col-sm-12.col-md-9 p strong.topic-subtitle {
  padding-top: 30px; }

.why-master-fulltime div.col-sm-12.col-md-9 p.sketcher {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 730px;
  text-align: left; }

.why-master-fulltime div.col-sm-12.col-md-9 p.sketcher .sketcher-name {
  color: #ff6600; }

.why-master-fulltime div.col-sm-12.col-md-9 table {
  table-layout: fixed;
  text-align: left;
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
  background-color: #f0f0f0; }

.why-master-fulltime div.col-sm-12.col-md-9 table.special-table {
  margin-top: 30px;
  background-color: #ffefd3; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td > p {
  text-align: left;
  margin: 0;
  padding-top: 5px;
  font-weight: 400; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td > h3.challenge-title {
  margin: 1em 0 0;
  border-top: 1px solid white;
  padding: 1.5em 0 0.4em;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  line-height: 1em; }

.why-master-fulltime div.col-sm-12.col-md-9 table.special-table > tbody > tr > td > h3.challenge-title {
  color: black;
  font-weight: bold; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr:first-child > td > h3.challenge-title {
  margin: 0;
  border: 0 none; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td.challenger > p {
  text-align: left;
  padding-right: 10px;
  padding-left: 5px; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td.discussant > p {
  text-align: left;
  padding-right: 5px;
  padding-left: 10px; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr:last-child > td > p {
  padding-bottom: 15px; }

.why-master-fulltime div.col-sm-12.col-md-9 table.special-table > tbody > tr > td > p.challenge-title {
  text-align: center; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td.challenger > p.subtitle,
.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td.discussant > p.subtitle {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1em;
  text-align: left; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td > p.person {
  text-align: left;
  padding-top: 10px; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td > p.person > strong,
.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td > p.person > span {
  text-align: left;
  display: block;
  clear: both; }

.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td > p.person > span.person-company,
.why-master-fulltime div.col-sm-12.col-md-9 table > tbody > tr > td > p.person > span.person-role {
  font-size: 12px;
  letter-spacing: -0.06em;
  line-height: 1.2em; }

/* link al virtual tour */
ul#basicnav .cta-item.virtual-tour a {
  padding: 0; }

ul#basicnav li.cta-item.virtual-tour a {
  color: #53565a;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  height: 40px;
  line-height: 1.4;
  border-radius: 0; }

ul#basicnav .cta-item.virtual-tour .image {
  float: left;
  display: block; }

ul#basicnav .cta-item.virtual-tour .cta {
  color: #fa4616;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 6px;
  font-weight: 400;
  margin-left: 52px;
  padding-top: 5px; }

ul#schedaMasterTab .cta-item.virtual-tour {
  margin-top: 15px; }

ul#schedaMasterTab_mobile .cta-item.virtual-tour {
  margin-top: 15px; }

ul#virtualtournav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -15px;
  margin-bottom: 40px; }
  ul#virtualtournav li {
    margin-top: 15px; }
    ul#virtualtournav li a {
      position: relative;
      display: block;
      padding: 0;
      color: #53565a;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400;
      height: 40px;
      line-height: 1.4;
      border-radius: 0; }
      ul#virtualtournav li a span.image {
        float: left;
        display: block; }
      ul#virtualtournav li a span.cta {
        color: #fa4616;
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        margin-top: 6px;
        font-weight: 400;
        margin-left: 52px; }
    ul#virtualtournav li a:hover, ul#virtualtournav li a:active, ul#virtualtournav li a:focus, ul#virtualtournav li a:visited {
      text-decoration: none; }
  ul#virtualtournav .cta-item.virtual-tour a {
    padding: 0; }
  ul#virtualtournav li.cta-item.virtual-tour a {
    color: #53565a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    height: 40px;
    line-height: 1.4;
    border-radius: 0; }
  ul#virtualtournav .cta-item.virtual-tour .image {
    float: left;
    display: block; }
  ul#virtualtournav .cta-item.virtual-tour .cta {
    color: #fa4616;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 6px;
    font-weight: 400;
    margin-left: 52px;
    padding-top: 5px; }

ul#virtualtournav.mobile {
  display: none; }

@media screen and (max-width: 991px) {
  ul#virtualtournav {
    margin-top: -25px; }
  ul#virtualtournav.mobile {
    display: block; } }

.landing-form .content-container,
.page-template-page-landing-form .content-container,
.page-template-page-landing-v2-php .content-container {
  padding: 0 80px; }

.landing-form .header,
.page-template-page-landing-form .header,
.page-template-page-landing-v2-php .header {
  display: none; }

.landing-form #footer-outer,
.page-template-page-landing-form #footer-outer,
.page-template-page-landing-v2-php #footer-outer {
  display: none; }

.landing-form .container,
.page-template-page-landing-form .container,
.page-template-page-landing-v2-php .container {
  width: 100%;
  padding: 0 80px;
  max-width: none; }
  @media screen and (max-width: 767px) {
    .landing-form .container,
    .page-template-page-landing-form .container,
    .page-template-page-landing-v2-php .container {
      padding: 0 20px; } }

.landing-form .fix,
.page-template-page-landing-form .fix,
.page-template-page-landing-v2-php .fix {
  height: calc(100vh - 50px);
  position: fixed;
  right: 0;
  top: 50px;
  background-color: #eeeff3;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; }
  .landing-form .fix::-webkit-scrollbar-track,
  .page-template-page-landing-form .fix::-webkit-scrollbar-track,
  .page-template-page-landing-v2-php .fix::-webkit-scrollbar-track {
    background-color: #f5f5f5; }
  .landing-form .fix::-webkit-scrollbar,
  .page-template-page-landing-form .fix::-webkit-scrollbar,
  .page-template-page-landing-v2-php .fix::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5; }
  .landing-form .fix::-webkit-scrollbar-thumb,
  .page-template-page-landing-form .fix::-webkit-scrollbar-thumb,
  .page-template-page-landing-v2-php .fix::-webkit-scrollbar-thumb {
    background-color: #fa4616; }

.landing-form .mar-fix,
.page-template-page-landing-form .mar-fix,
.page-template-page-landing-v2-php .mar-fix {
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
    .landing-form .mar-fix,
    .page-template-page-landing-form .mar-fix,
    .page-template-page-landing-v2-php .mar-fix {
      margin-top: 0; } }

.landing-form .cover-image,
.page-template-page-landing-form .cover-image,
.page-template-page-landing-v2-php .cover-image {
  margin-top: 0; }

.landing-form .cover-image.static-cover .cover-image-container,
.page-template-page-landing-form .cover-image.static-cover .cover-image-container,
.page-template-page-landing-v2-php .cover-image.static-cover .cover-image-container {
  height: 500px; }

.landing-form h2,
.page-template-page-landing-form h2,
.page-template-page-landing-v2-php h2 {
  font-size: 32px;
  color: #fa4616;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 400;
  word-break: break-word; }
  @media screen and (max-width: 991px) {
    .landing-form h2,
    .page-template-page-landing-form h2,
    .page-template-page-landing-v2-php h2 {
      text-align: center;
      font-size: 30px;
      margin-top: 50px;
      margin-bottom: 25px; } }

.landing-form p,
.page-template-page-landing-form p,
.page-template-page-landing-v2-php p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6; }
  @media screen and (max-width: 991px) {
    .landing-form p,
    .page-template-page-landing-form p,
    .page-template-page-landing-v2-php p {
      text-align: center; } }

.landing-form hr.end,
.page-template-page-landing-form hr.end,
.page-template-page-landing-v2-php hr.end {
  margin-top: 50px;
  margin-bottom: 0;
  border-top: 1px solid #eeeff3; }

.landing-form .head-landing,
.page-template-page-landing-form .head-landing,
.page-template-page-landing-v2-php .head-landing {
  background-color: #53565a;
  color: #fff;
  height: 50px;
  position: fixed;
  z-index: 1;
  width: 100%; }
  .landing-form .head-landing .logo-div,
  .page-template-page-landing-form .head-landing .logo-div,
  .page-template-page-landing-v2-php .head-landing .logo-div {
    float: left;
    height: 50px; }
    .landing-form .head-landing .logo-div img,
    .page-template-page-landing-form .head-landing .logo-div img,
    .page-template-page-landing-v2-php .head-landing .logo-div img {
      position: relative;
      top: 10px;
      z-index: 1;
      width: 95px; }
  .landing-form .head-landing .name,
  .page-template-page-landing-form .head-landing .name,
  .page-template-page-landing-v2-php .head-landing .name {
    position: relative;
    margin-top: 15px;
    float: left; }
    .landing-form .head-landing .name span,
    .page-template-page-landing-form .head-landing .name span,
    .page-template-page-landing-v2-php .head-landing .name span {
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      margin-left: 20px; }
  @media screen and (max-width: 991px) {
    .landing-form .head-landing,
    .page-template-page-landing-form .head-landing,
    .page-template-page-landing-v2-php .head-landing {
      position: initial; }
      .landing-form .head-landing .mobile-head,
      .page-template-page-landing-form .head-landing .mobile-head,
      .page-template-page-landing-v2-php .head-landing .mobile-head {
        max-width: 300px;
        margin: 0 auto; }
      .landing-form .head-landing .logo-div img,
      .page-template-page-landing-form .head-landing .logo-div img,
      .page-template-page-landing-v2-php .head-landing .logo-div img {
        top: 7px;
        width: 71px; }
      .landing-form .head-landing .name,
      .page-template-page-landing-form .head-landing .name,
      .page-template-page-landing-v2-php .head-landing .name {
        margin-top: 10px; }
        .landing-form .head-landing .name span,
        .page-template-page-landing-form .head-landing .name span,
        .page-template-page-landing-v2-php .head-landing .name span {
          font-size: 15px;
          line-height: 1; } }

.landing-form .title-full,
.page-template-page-landing-form .title-full,
.page-template-page-landing-v2-php .title-full {
  font-size: 34px !important; }

@media screen and (max-width: 991px) {
  .landing-form .cover-image.static-cover .cover-image-container,
  .page-template-page-landing-form .cover-image.static-cover .cover-image-container,
  .page-template-page-landing-v2-php .cover-image.static-cover .cover-image-container {
    height: 290px; }
  .landing-form .title-full,
  .page-template-page-landing-form .title-full,
  .page-template-page-landing-v2-php .title-full {
    font-size: 28px !important; } }

.landing-form .icon-text,
.page-template-page-landing-form .icon-text,
.page-template-page-landing-v2-php .icon-text {
  float: left;
  padding-left: 120px;
  position: relative;
  padding-top: 10px;
  background-size: 85px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 140px; }
  @media screen and (max-width: 1439px) {
    .landing-form .icon-text,
    .page-template-page-landing-form .icon-text,
    .page-template-page-landing-v2-php .icon-text {
      padding-left: 0;
      padding-top: 100px;
      background-position: center top;
      text-align: center;
      height: 200px; } }
  .landing-form .icon-text .icon-title,
  .page-template-page-landing-form .icon-text .icon-title,
  .page-template-page-landing-v2-php .icon-text .icon-title {
    color: #6e6e6e;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    margin: 20px 0 5px; }
  .landing-form .icon-text .icon-entry,
  .page-template-page-landing-form .icon-text .icon-entry,
  .page-template-page-landing-v2-php .icon-text .icon-entry {
    color: #fa4616;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700; }

.landing-form .content-quattro,
.page-template-page-landing-form .content-quattro,
.page-template-page-landing-v2-php .content-quattro {
  margin-bottom: 40px; }
  .landing-form .content-quattro .quattro-text,
  .page-template-page-landing-form .content-quattro .quattro-text,
  .page-template-page-landing-v2-php .content-quattro .quattro-text {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #636563; }
    .landing-form .content-quattro .quattro-text h3,
    .page-template-page-landing-form .content-quattro .quattro-text h3,
    .page-template-page-landing-v2-php .content-quattro .quattro-text h3 {
      margin: 0;
      font-size: 26px;
      font-weight: 700;
      text-transform: uppercase; }
    .landing-form .content-quattro .quattro-text h4,
    .page-template-page-landing-form .content-quattro .quattro-text h4,
    .page-template-page-landing-v2-php .content-quattro .quattro-text h4 {
      margin-top: 5px;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
    .landing-form .content-quattro .quattro-text hr,
    .page-template-page-landing-form .content-quattro .quattro-text hr,
    .page-template-page-landing-v2-php .content-quattro .quattro-text hr {
      border-top: 1px solid #636563;
      margin-top: 30px;
      margin-bottom: 20px;
      width: 160px;
      margin-left: 0; }
    .landing-form .content-quattro .quattro-text p,
    .page-template-page-landing-form .content-quattro .quattro-text p,
    .page-template-page-landing-v2-php .content-quattro .quattro-text p {
      font-size: 18px;
      line-height: 1.4;
      text-align: left; }

.landing-form .modal-dialog,
.page-template-page-landing-form .modal-dialog,
.page-template-page-landing-v2-php .modal-dialog {
  margin-top: 20px; }

.landing-form .fill-the-form,
.page-template-page-landing-form .fill-the-form,
.page-template-page-landing-v2-php .fill-the-form {
  margin: 20px 25px; }
  @media screen and (min-width: 992px) {
    .landing-form .fill-the-form,
    .page-template-page-landing-form .fill-the-form,
    .page-template-page-landing-v2-php .fill-the-form {
      margin: 0 25px 0 25px;
      position: relative; } }
  @media screen and (min-width: 992px) and (max-height: 600px) {
    .landing-form .fill-the-form,
    .page-template-page-landing-form .fill-the-form,
    .page-template-page-landing-v2-php .fill-the-form {
      margin: 20px 25px;
      position: relative; } }
  .landing-form .fill-the-form .sopra-titolo,
  .page-template-page-landing-form .fill-the-form .sopra-titolo,
  .page-template-page-landing-v2-php .fill-the-form .sopra-titolo {
    color: #fa4616;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 400; }
  .landing-form .fill-the-form .titolo,
  .page-template-page-landing-form .fill-the-form .titolo,
  .page-template-page-landing-v2-php .fill-the-form .titolo {
    color: #fa4616;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    font-weight: 700; }
    @media screen and (max-width: 1199px) {
      .landing-form .fill-the-form .titolo,
      .page-template-page-landing-form .fill-the-form .titolo,
      .page-template-page-landing-v2-php .fill-the-form .titolo {
        font-size: 30px; } }
  .landing-form .fill-the-form hr,
  .page-template-page-landing-form .fill-the-form hr,
  .page-template-page-landing-v2-php .fill-the-form hr {
    width: 160px;
    margin: 22px auto;
    border-top: 1px solid #eeeff3; }
  .landing-form .fill-the-form .spiegazione,
  .page-template-page-landing-form .fill-the-form .spiegazione,
  .page-template-page-landing-v2-php .fill-the-form .spiegazione {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .landing-form .fill-the-form .spiegazione,
      .page-template-page-landing-form .fill-the-form .spiegazione,
      .page-template-page-landing-v2-php .fill-the-form .spiegazione {
        font-size: 15px; } }
  .landing-form .fill-the-form .checkbox,
  .page-template-page-landing-form .fill-the-form .checkbox,
  .page-template-page-landing-v2-php .fill-the-form .checkbox {
    margin-top: 0; }
    .landing-form .fill-the-form .checkbox .accettazione,
    .page-template-page-landing-form .fill-the-form .checkbox .accettazione,
    .page-template-page-landing-v2-php .fill-the-form .checkbox .accettazione {
      font-size: 12px; }
  .landing-form .fill-the-form .form-group,
  .page-template-page-landing-form .fill-the-form .form-group,
  .page-template-page-landing-v2-php .fill-the-form .form-group {
    margin-bottom: 5px; }
    .landing-form .fill-the-form .form-group select,
    .page-template-page-landing-form .fill-the-form .form-group select,
    .page-template-page-landing-v2-php .fill-the-form .form-group select {
      -moz-text-align-last: center;
           text-align-last: center; }
    .landing-form .fill-the-form .form-group input, .landing-form .fill-the-form .form-group select,
    .page-template-page-landing-form .fill-the-form .form-group input,
    .page-template-page-landing-form .fill-the-form .form-group select,
    .page-template-page-landing-v2-php .fill-the-form .form-group input,
    .page-template-page-landing-v2-php .fill-the-form .form-group select {
      max-width: 300px;
      margin: 0 auto;
      border: 1px solid #CBCBCB !important;
      background: transparent;
      box-shadow: none;
      text-align: center;
      font-size: 16px !important;
      font-weight: 400;
      padding-bottom: 8px !important; }
      .landing-form .fill-the-form .form-group input:not([type="radio"]):not([type="checkbox"]), .landing-form .fill-the-form .form-group select:not([type="radio"]):not([type="checkbox"]),
      .page-template-page-landing-form .fill-the-form .form-group input:not([type="radio"]):not([type="checkbox"]),
      .page-template-page-landing-form .fill-the-form .form-group select:not([type="radio"]):not([type="checkbox"]),
      .page-template-page-landing-v2-php .fill-the-form .form-group input:not([type="radio"]):not([type="checkbox"]),
      .page-template-page-landing-v2-php .fill-the-form .form-group select:not([type="radio"]):not([type="checkbox"]) {
        height: 40px; }
      .landing-form .fill-the-form .form-group input:focus, .landing-form .fill-the-form .form-group select:focus,
      .page-template-page-landing-form .fill-the-form .form-group input:focus,
      .page-template-page-landing-form .fill-the-form .form-group select:focus,
      .page-template-page-landing-v2-php .fill-the-form .form-group input:focus,
      .page-template-page-landing-v2-php .fill-the-form .form-group select:focus {
        border: 1px solid #53565a !important;
        color: #53565a !important; }
    .landing-form .fill-the-form .form-group select,
    .page-template-page-landing-form .fill-the-form .form-group select,
    .page-template-page-landing-v2-php .fill-the-form .form-group select {
      border-radius: 0;
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      color: #777782;
      margin-bottom: -5px;
      padding-bottom: 0 !important; }
      .landing-form .fill-the-form .form-group select.error,
      .page-template-page-landing-form .fill-the-form .form-group select.error,
      .page-template-page-landing-v2-php .fill-the-form .form-group select.error {
        color: #777782 !important; }
    .landing-form .fill-the-form .form-group label.error,
    .page-template-page-landing-form .fill-the-form .form-group label.error,
    .page-template-page-landing-v2-php .fill-the-form .form-group label.error {
      text-align: center;
      display: block;
      margin: 15px; }
  .landing-form .fill-the-form .btn-brochure,
  .page-template-page-landing-form .fill-the-form .btn-brochure,
  .page-template-page-landing-v2-php .fill-the-form .btn-brochure {
    border: none;
    padding: 20px;
    padding-right: 60px;
    color: #fff;
    background-color: #fa4616;
    text-transform: uppercase;
    margin-top: 15px;
    position: relative;
    background-image: url("../images/landing/arrow.png");
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    max-width: 100%; }

.landing-form .mobile-cta,
.page-template-page-landing-form .mobile-cta,
.page-template-page-landing-v2-php .mobile-cta {
  position: fixed;
  top: calc(100% - 70px);
  width: 100%;
  background-color: #fff;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 2; }
  .landing-form .mobile-cta #tgl-cta,
  .page-template-page-landing-form .mobile-cta #tgl-cta,
  .page-template-page-landing-v2-php .mobile-cta #tgl-cta {
    transition: all 0.5s ease; }
    .landing-form .mobile-cta #tgl-cta span:after,
    .page-template-page-landing-form .mobile-cta #tgl-cta span:after,
    .page-template-page-landing-v2-php .mobile-cta #tgl-cta span:after {
      transition: all 0.5s ease; }
  .landing-form .mobile-cta.show,
  .page-template-page-landing-form .mobile-cta.show,
  .page-template-page-landing-v2-php .mobile-cta.show {
    top: 0; }
    .landing-form .mobile-cta.show #tgl-cta,
    .page-template-page-landing-form .mobile-cta.show #tgl-cta,
    .page-template-page-landing-v2-php .mobile-cta.show #tgl-cta {
      color: transparent; }
      .landing-form .mobile-cta.show #tgl-cta span:after,
      .page-template-page-landing-form .mobile-cta.show #tgl-cta span:after,
      .page-template-page-landing-v2-php .mobile-cta.show #tgl-cta span:after {
        background-image: url("../images/landing/close-cta.png");
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }

.landing-form .fill-the-form.mobile,
.page-template-page-landing-form .fill-the-form.mobile,
.page-template-page-landing-v2-php .fill-the-form.mobile {
  height: calc(100% - 70px);
  overflow: scroll;
  position: relative;
  margin: 0;
  padding: 25px 20px; }

.landing-form .overf,
.page-template-page-landing-form .overf,
.page-template-page-landing-v2-php .overf {
  overflow: hidden;
  position: fixed; }

.landing-form .btn-mobile,
.page-template-page-landing-form .btn-mobile,
.page-template-page-landing-v2-php .btn-mobile {
  background-color: #fa4616;
  border: none;
  line-height: 50px;
  position: relative; }

.landing-form .btn-mobile span,
.page-template-page-landing-form .btn-mobile span,
.page-template-page-landing-v2-php .btn-mobile span {
  position: relative; }
  .landing-form .btn-mobile span:after,
  .page-template-page-landing-form .btn-mobile span:after,
  .page-template-page-landing-v2-php .btn-mobile span:after {
    content: "";
    width: 29px;
    height: 29px;
    position: absolute;
    background-image: url("../images/landing/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1px;
    right: -35px; }

.landing-form .footer-landing,
.page-template-page-landing-form .footer-landing,
.page-template-page-landing-v2-php .footer-landing {
  width: 100%;
  display: block;
  background-color: #53565a;
  padding: 15px 0; }
  .landing-form .footer-landing p,
  .page-template-page-landing-form .footer-landing p,
  .page-template-page-landing-v2-php .footer-landing p {
    color: #fff;
    font-size: 16px; }
  @media screen and (max-width: 991px) {
    .landing-form .footer-landing,
    .page-template-page-landing-form .footer-landing,
    .page-template-page-landing-v2-php .footer-landing {
      margin-bottom: 48px; }
      .landing-form .footer-landing p,
      .page-template-page-landing-form .footer-landing p,
      .page-template-page-landing-v2-php .footer-landing p {
        font-size: 14px; } }

.landing-multi .main-nav-bar {
  display: none; }

.landing-multi .head-landing {
  background-color: #53565a;
  color: #fff;
  height: 82px;
  position: fixed;
  z-index: 1;
  width: 100%; }
  .landing-multi .head-landing .logo-div {
    position: absolute;
    height: 140px; }
    .landing-multi .head-landing .logo-div img {
      position: relative;
      top: -15px;
      z-index: 1;
      width: 140px; }
  .landing-multi .head-landing .lang-menu {
    margin-top: 30px; }
    .landing-multi .head-landing .lang-menu li {
      margin-left: 30px;
      letter-spacing: 1px;
      font-size: 14px; }
      .landing-multi .head-landing .lang-menu li a {
        color: #FFF; }
        .landing-multi .head-landing .lang-menu li a:hover {
          color: #fa4616; }

.landing-multi .cover-landing {
  margin-top: 82px;
  height: 430px;
  margin-bottom: 70px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat; }
  .landing-multi .cover-landing > .container {
    position: relative;
    height: 430px; }

.landing-multi .title-container {
  background-color: #fa4616;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  max-width: 500px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .landing-multi .title-container h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 20px 20px 20px 20px; }

.landing-multi h2 {
  font-weight: 400;
  font-size: 35px;
  color: #53565a;
  text-transform: uppercase; }

.landing-multi h3 {
  color: #53565a;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 20px; }
  .landing-multi h3 a {
    color: #53565a; }

.landing-multi h4 {
  font-weight: 400;
  font-size: 24px; }

.landing-multi a:hover {
  color: #fa4616;
  text-decoration: none; }

.landing-multi .contenuto-brochure {
  margin: 60px 0; }

.landing-multi .brochure-list > a {
  margin: 0 7.5px;
  line-height: 20; }

.landing-multi .arrow-down {
  margin-bottom: 60px; }

.landing-multi .arrow-up {
  margin-bottom: 60px; }
  .landing-multi .arrow-up img {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }

.landing-multi .content-contattaci {
  margin-bottom: 100px; }

.landing-multi #landing-sections {
  position: relative;
  overflow: hidden; }

.landing-multi #basicnav {
  margin-bottom: 60px; }
  .landing-multi #basicnav li.tab4 a, .landing-multi #basicnav li.tab4 a:hover, .landing-multi #basicnav li.tab4 a:active, .landing-multi #basicnav li.tab4 a:visited {
    background-color: #fa4616;
    color: #FFFFFF; }
  .landing-multi #basicnav li.active::before {
    content: none; }
  .landing-multi #basicnav li.active > a:hover {
    background-color: #eeeff3; }
  .landing-multi #basicnav li, .landing-multi #basicnav li > a {
    height: auto;
    min-height: 40px; }

.landing-multi .contenuto-sezione {
  margin-bottom: 60px; }

.landing-multi :target::before {
  content: "";
  display: block;
  height: 200px;
  margin: -200px 0 0;
  z-index: -1;
  pointer-events: none; }

@media screen and (max-width: 991px) {
  .landing-multi .logo-div img {
    top: -25px;
    width: 70px;
    left: -5px; }
  .landing-multi #basicnav {
    display: block;
    margin-bottom: 100px; }
    .landing-multi #basicnav li > a {
      font-size: 16px; }
  .landing-multi :target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
    z-index: -1;
    pointer-events: none; } }

#community h2 {
  font-weight: 700; }

#community .mar-bot {
  margin-bottom: 60px; }

#community .mar-top {
  margin-top: 60px; }

#community .mar-bot-l {
  margin-bottom: 30px; }

#community .mar-top-l {
  margin-top: 30px; }

#community .center-img img {
  margin: 0 auto; }

#community .btn-bbs {
  text-transform: uppercase;
  background-color: #fa4616;
  color: #fff;
  padding: 10px 15px; }
  #community .btn-bbs:hover, #community .btn-bbs:focus {
    background-color: #53565a; }

#community #hero .hero-back {
  height: 460px;
  margin-top: 80px;
  background-position: center top; }

#community #cta {
  background-color: #eeeff3; }

@media screen and (min-width: 992px) {
  #community #steps .step-block.next:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 31%;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid #eeeff3; } }

@media screen and (max-width: 991px) {
  #community #steps .step-block.next:after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: -40px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 20px solid #eeeff3; } }

#community #steps .step-block .step-n {
  color: #fa4616; }

#community #form {
  background-color: #fa4616;
  color: #fff;
  margin-bottom: -61px;
  padding-bottom: 30px;
  padding-top: 30px; }
  #community #form .gform_body input {
    border: none !important; }
  #community #form .gform_wrapper .gform_heading {
    width: 100%;
    text-align: center; }
    #community #form .gform_wrapper .gform_heading .gform_description {
      margin-top: 60px;
      font-size: 24px;
      margin-bottom: 10px;
      width: 100%;
      font-weight: 400; }
  #community #form #gforms_confirmation_message {
    text-align: center;
    margin-bottom: 60px; }
  #community #form .gform_wrapper select {
    border: none;
    height: 33px;
    margin-top: -1px;
    width: 100% !important;
    color: #53565a; }
  #community #form .gform_wrapper form.custom_form .gfield_description.validation_message {
    height: inherit;
    padding: 0 !important;
    color: #711616 !important; }
  #community #form label, #community #form .gfield_required {
    color: #fff;
    font-weight: 400; }
  #community #form label a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline; }
  #community #form .gform_wrapper form.custom_form .ginput_container + .gfield_description.validation_message {
    height: inherit;
    color: #710606 !important; }
  #community #form .validation_error {
    border-top: 2px solid #711616;
    border-bottom: 2px solid #711616;
    color: #fff !important;
    padding: 10px 0;
    text-align: center; }
  @media screen and (max-width: 767px) {
    #community #form .half-width {
      width: 100% !important;
      padding: 0 !important; } }
  #community #form .gform_footer.top_label {
    text-align: center; }
    #community #form .gform_footer.top_label .gform_button {
      padding: 15px;
      text-transform: uppercase;
      background-color: #53565a;
      color: #fff;
      border: none; }
      #community #form .gform_footer.top_label .gform_button:hover {
        background-color: #53565a; }

.page-template-template-community #footer-outer {
  margin-top: 0; }

#mybbs-launch {
  margin-bottom: -90px; }
  #mybbs-launch #mybbs-back {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url("images/logo-bg.png");
    background-position: right center;
    background-size: 600px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 991px) {
      #mybbs-launch #mybbs-back {
        background-position: center; } }
    #mybbs-launch #mybbs-back .digital-logo {
      max-width: 390px; }
      @media screen and (max-width: 991px) {
        #mybbs-launch #mybbs-back .digital-logo {
          margin: 0 auto;
          max-width: 100%; } }
    #mybbs-launch #mybbs-back .mybbs-text {
      margin-top: 30px; }
      @media screen and (max-width: 991px) {
        #mybbs-launch #mybbs-back .mybbs-text {
          margin-top: 50px; } }
      #mybbs-launch #mybbs-back .mybbs-text p {
        min-height: 57px;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          #mybbs-launch #mybbs-back .mybbs-text p {
            min-height: inherit; } }
    #mybbs-launch #mybbs-back a:hover {
      text-decoration: none; }
    #mybbs-launch #mybbs-back .mybbs-btn .btn {
      background-color: #53565a;
      color: white;
      border: none;
      padding: 20px 15px;
      transition: background-color 300ms ease-out;
      letter-spacing: 1px;
      margin-top: 60px; }
      #mybbs-launch #mybbs-back .mybbs-btn .btn.orange {
        background-color: #fa4616; }
      #mybbs-launch #mybbs-back .mybbs-btn .btn .bold {
        font-weight: bold; }
    @media screen and (max-width: 767px) {
      #mybbs-launch #mybbs-back .mybbs-btn .second {
        margin-top: 30px; } }
    #mybbs-launch #mybbs-back .mybbs-btn:hover .btn {
      background-color: #fa4616;
      color: white;
      text-decoration: none; }
    #mybbs-launch #mybbs-back .mybbs-btn:hover .btn.orange {
      background-color: #53565a;
      color: white;
      text-decoration: none; }

.template-alumni p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6; }

.template-alumni hr.end {
  margin-top: 50px;
  margin-bottom: 0;
  border-top: 1px solid #eeeff3; }

.template-alumni .mar-bot {
  margin-bottom: 15px; }

.template-alumni .head-landing {
  background-color: #53565a;
  color: #fff;
  height: 50px;
  position: fixed;
  z-index: 1;
  width: 100%; }
  .template-alumni .head-landing .logo-div {
    float: left;
    height: 50px; }
    .template-alumni .head-landing .logo-div img {
      position: relative;
      top: 10px;
      z-index: 1;
      width: 95px; }
  .template-alumni .head-landing .name {
    position: relative;
    margin-top: 15px;
    float: left; }
    .template-alumni .head-landing .name span {
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      margin-left: 20px; }
  @media screen and (max-width: 991px) {
    .template-alumni .head-landing {
      position: initial; }
      .template-alumni .head-landing .mobile-head {
        max-width: 300px;
        margin: 0 auto; }
      .template-alumni .head-landing .logo-div img {
        top: 7px;
        width: 71px; }
      .template-alumni .head-landing .name {
        margin-top: 10px; }
        .template-alumni .head-landing .name span {
          font-size: 15px;
          line-height: 1; } }

.template-alumni .cta {
  padding: 30px 0; }
  .template-alumni .cta .btn-arrow {
    background-color: #fa4616;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 15px 50px 15px 25px;
    background-image: url(../images/arrow-btn-o-w.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center right;
    transition: all .3s ease; }
    .template-alumni .cta .btn-arrow:hover, .template-alumni .cta .btn-arrow:focus, .template-alumni .cta .btn-arrow:active {
      background-color: #53565a; }

.template-alumni .cover-container-link:hover, .template-alumni .cover-container-link:active, .template-alumni .cover-container-link:focus {
  text-decoration: none; }

.template-alumni .cover-image.static-cover .cover-image-content {
  background-color: transparent; }

.template-alumni .cover-image.static-cover .container .col .content-slider .hero-meta {
  margin-bottom: 15px; }
  .template-alumni .cover-image.static-cover .container .col .content-slider .hero-meta .category {
    background-color: rgba(16, 16, 16, 0.7);
    color: #FFF; }

.template-alumni .cover-image.static-cover .container .col .content-slider .title-full {
  display: block;
  margin: 25px 0;
  padding: 0;
  background-color: transparent;
  line-height: normal;
  font-size: 26px; }
  .template-alumni .cover-image.static-cover .container .col .content-slider .title-full > span {
    background-color: #fa4616;
    padding: 15px;
    font-weight: 500; }

.template-alumni .cover-image.static-cover .container .col .content-slider .more {
  background: none;
  display: block;
  padding: 0;
  margin-top: 15px; }
  .template-alumni .cover-image.static-cover .container .col .content-slider .more > span {
    background-color: #fa4616;
    color: #fff;
    display: inline-block;
    padding: 10px 75px 10px 45px;
    background-image: url(../images/arrow-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    font-size: 12px;
    font-weight: 700; }
    .template-alumni .cover-image.static-cover .container .col .content-slider .more > span:hover {
      background-color: #fa4616; }

@media screen and (max-width: 1199px) {
  .template-alumni .cover-image.static-cover .cover-image-content {
    background-color: #eeeff3;
    margin-bottom: -15px; }
  .template-alumni .cover-image.static-cover .container .col .content-slider .hero-meta {
    margin-bottom: 0; }
    .template-alumni .cover-image.static-cover .container .col .content-slider .hero-meta .category {
      background-color: transparent;
      color: #000;
      padding: 0;
      margin: 5px 0 15px; }
  .template-alumni .cover-image.static-cover .container .col .content-slider .title-full {
    margin: 0; }
    .template-alumni .cover-image.static-cover .container .col .content-slider .title-full > span {
      margin: 0;
      background-color: transparent;
      padding: 0;
      display: block;
      font-size: 26px !important;
      text-decoration: none !important; }
  .template-alumni .cover-image.static-cover .container .col .content-slider .more > span {
    background-color: transparent;
    background: none;
    padding: 0;
    color: #fa4616;
    text-decoration: underline;
    display: block; }
    .template-alumni .cover-image.static-cover .container .col .content-slider .more > span:hover {
      background-color: transparent; } }

.template-alumni .cover-image .container .col .content-slider {
  padding-right: 0;
  background-color: transparent; }
  .template-alumni .cover-image .container .col .content-slider .hero-meta {
    font-size: 12px;
    font-weight: 700; }
    .template-alumni .cover-image .container .col .content-slider .hero-meta div {
      padding: 10px 25px;
      display: inline-block; }
      .template-alumni .cover-image .container .col .content-slider .hero-meta div.category {
        background-color: #fff;
        color: #53565a; }
      .template-alumni .cover-image .container .col .content-slider .hero-meta div.date {
        background-color: #53565a;
        color: #fff; }
  .template-alumni .cover-image .container .col .content-slider .title-full {
    font-size: 40px;
    background-color: #fa4616;
    padding: 15px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 0; }
  .template-alumni .cover-image .container .col .content-slider .more {
    background-color: #fa4616;
    color: #fff;
    display: inline-block;
    padding: 10px 75px 10px 45px;
    background-image: url(../images/arrow-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700; }

@media screen and (max-width: 991px) {
  .template-alumni .title-full {
    font-size: 28px !important; } }

.template-alumni .alumni {
  background-color: #eeeff3;
  padding: 55px 0 95px 0; }
  .template-alumni .alumni .intro-title h2 {
    font-size: 38px;
    font-weight: 700; }
  .template-alumni .alumni .intro-title h3 {
    font-weight: 700;
    margin-top: 0;
    font-size: 23px;
    margin-bottom: 20px; }
  .template-alumni .alumni .intro .orange {
    color: #fa4616; }
  .template-alumni .alumni .intro hr {
    width: 40px;
    border-top: 3px solid #fa4616;
    margin-left: 0;
    margin-bottom: 30px; }
  .template-alumni .alumni .close-charts hr {
    border-color: #333;
    margin-top: 0; }
  .template-alumni .alumni .charts {
    margin-top: 90px; }
    .template-alumni .alumni .charts hr {
      border-color: #333;
      margin-top: 0; }
      .template-alumni .alumni .charts hr.light {
        border-color: #eeeff3; }
    .template-alumni .alumni .charts #regions_div {
      margin-top: 70px; }
    .template-alumni .alumni .charts #regions_div path {
      stroke-width: 1;
      /* control the countries borders width */
      stroke: #eeeff3;
      /* choose a color for the border */ }
    .template-alumni .alumni .charts .google-visualization-tooltip {
      border: solid 1px #eeeff3 !important;
      border-radius: 5px;
      border-bottom-right-radius: 0;
      background-color: white;
      position: absolute;
      font-size: 12px;
      padding: 0px;
      margin: 0 !important;
      /*min-width: 135px;*/ }
      .template-alumni .alumni .charts .google-visualization-tooltip .google-visualization-tooltip-item:first-child {
        margin: 0 !important; }
      .template-alumni .alumni .charts .google-visualization-tooltip .google-visualization-tooltip-item span:nth-child(2) {
        color: #fa4616 !important; }
      .template-alumni .alumni .charts .google-visualization-tooltip ul li:nth-child(2) {
        display: none !important; }
  .template-alumni .alumni .map-legend h5 {
    display: inline-block;
    padding: 9px 40px 9px 15px;
    background-color: #fa4616;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 35px; }
  .template-alumni .alumni .map-legend .legend .value {
    display: inline-block;
    height: 33px;
    width: 33px; }
    .template-alumni .alumni .map-legend .legend .value:first-child {
      background-color: #e4e4e4; }
    .template-alumni .alumni .map-legend .legend .value:nth-child(2) {
      background-color: #ffe5cc; }
    .template-alumni .alumni .map-legend .legend .value:nth-child(3) {
      background-color: #ffcc99; }
    .template-alumni .alumni .map-legend .legend .value:nth-child(4) {
      background-color: #ffb266; }
    .template-alumni .alumni .map-legend .legend .value:nth-child(5) {
      background-color: #ff9933; }
    .template-alumni .alumni .map-legend .legend .value:last-child {
      background-color: #ff8000; }
  .template-alumni .alumni .map-legend img {
    margin-bottom: 15px; }

.template-alumni .rubriche {
  padding: 95px 0 95px 0; }
  .template-alumni .rubriche .posts {
    position: relative; }
    .template-alumni .rubriche .posts hr {
      border-color: #333;
      margin-top: 0; }
      .template-alumni .rubriche .posts hr.light {
        border-color: #eeeff3; }
    .template-alumni .rubriche .posts .sep {
      position: absolute;
      height: 100%;
      width: 1px;
      background-color: #eeeff3;
      left: 25%; }
      .template-alumni .rubriche .posts .sep.first {
        left: 25%; }
      .template-alumni .rubriche .posts .sep.last {
        left: 75%; }
  .template-alumni .rubriche .story *:hover {
    text-decoration: none; }
  .template-alumni .rubriche .story h5 {
    background-color: #eeeff3;
    padding: 9px 15px;
    margin-bottom: 30px; }
  .template-alumni .rubriche .story .single-story .date {
    color: #53565a;
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase; }
  .template-alumni .rubriche .story .single-story .title {
    color: #fa4616;
    margin: 30px 0; }
  .template-alumni .rubriche .story .single-story .excerpt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px; }
  .template-alumni .rubriche .journal *:hover {
    text-decoration: none; }
  .template-alumni .rubriche .journal h5 {
    background-color: #53565a;
    color: #fff;
    padding: 9px 15px;
    margin-bottom: 30px; }
  .template-alumni .rubriche .journal .single-journal .date {
    color: #53565a;
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase; }
  .template-alumni .rubriche .journal .single-journal .title {
    color: #333;
    margin: 30px 0;
    font-weight: 400; }
  .template-alumni .rubriche .journal .single-journal .excerpt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px; }
  .template-alumni .rubriche .dialoghi *:hover {
    text-decoration: none; }
  .template-alumni .rubriche .dialoghi h5 {
    background-color: #fa4616;
    color: #fff;
    padding: 9px 15px;
    margin-bottom: 30px; }
  .template-alumni .rubriche .dialoghi .single-dialogo .date {
    color: #53565a;
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase; }
  .template-alumni .rubriche .dialoghi .single-dialogo .profile img {
    border-radius: 100%;
    width: 90px;
    display: block; }
  .template-alumni .rubriche .dialoghi .single-dialogo .name {
    color: #fa4616;
    margin: 20px 0; }
  .template-alumni .rubriche .dialoghi .single-dialogo .clear {
    clear: both; }
  .template-alumni .rubriche .dialoghi .single-dialogo .description {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 40px 0; }
  .template-alumni .rubriche .link {
    margin-bottom: 60px; }
    .template-alumni .rubriche .link a {
      color: #eeeff3;
      text-transform: uppercase; }
      .template-alumni .rubriche .link a:hover {
        color: #fa4616;
        text-decoration: none; }

.category-single-post-tag {
  display: inline-block;
  padding: 10px 25px;
  background-color: #fa4616;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.tax-rubrica .event-list .text-container h3:hover, .tax-rubrica .event-list li a:hover {
  color: #53565a; }

.tax-rubrica .cover-image .container .col .content-slider {
  padding-left: 15px; }

.tax-rubrica #menu-tax-rubriche li {
  position: relative;
  background-color: #eeeff3;
  margin-bottom: 8px;
  height: 40px; }
  .tax-rubrica #menu-tax-rubriche li a {
    color: #53565a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    height: 40px;
    line-height: 1.4;
    border-radius: 0;
    cursor: pointer !important; }
    @media (max-width: 1280px) {
      .tax-rubrica #menu-tax-rubriche li a {
        font-size: 12px;
        line-height: 1.6; } }

.tax-rubrica #menu-tax-rubriche .active {
  border-radius: 0; }
  .tax-rubrica #menu-tax-rubriche .active a {
    background-color: #eeeff3;
    cursor: default !important; }
  .tax-rubrica #menu-tax-rubriche .active:before {
    content: "";
    display: block;
    width: 5px;
    height: 40px;
    background-color: #fa4616;
    position: absolute;
    left: -10px; }

.page-template-template-multi-sezione .header #navbarNav ul:first-child {
  visibility: hidden; }

.page-template-template-multi-sezione #main-footer-links,
.page-template-template-multi-sezione #moodle {
  display: none; }

#quarantalk-page ul#quarantalks {
  margin-bottom: 0; }
  #quarantalk-page ul#quarantalks > li {
    margin: 15px 0; }
  #quarantalk-page ul#quarantalks .talk-container {
    background-color: #53565a;
    height: 100%; }
  #quarantalk-page ul#quarantalks a {
    display: block; }
    #quarantalk-page ul#quarantalks a img {
      width: 100%;
      height: auto; }
  #quarantalk-page ul#quarantalks a:hover, #quarantalk-page ul#quarantalks li:hover {
    text-decoration: none; }
    #quarantalk-page ul#quarantalks a:hover .more-info .title, #quarantalk-page ul#quarantalks li:hover .more-info .title {
      text-decoration: underline; }
  #quarantalk-page ul#quarantalks .more-info {
    padding: 15px 0;
    margin-top: 0px; }
    #quarantalk-page ul#quarantalks .more-info p.cate {
      margin: 0; }
    #quarantalk-page ul#quarantalks .more-info p.title {
      margin: 0 15px;
      line-height: 1.2;
      font-size: 18px;
      padding-bottom: 12px;
      color: #fa4616;
      line-height: 1.5; }
    #quarantalk-page ul#quarantalks .more-info p.description {
      color: #ffffff;
      line-height: 1.4;
      margin: 0 17px;
      line-height: 1.2;
      font-size: 15px;
      padding-bottom: 18px; }

#quarantalk-page .content-page-about h4 {
  color: #212529;
  font-weight: 500;
  font-size: 18px; }

#quarantalk-page .filter-form form button {
  background-color: #53565a;
  color: #fff;
  border: none; }
  #quarantalk-page .filter-form form button:focus {
    outline: none;
    box-shadow: none; }

#quarantalk-page .filter-form form .form-control {
  box-shadow: none;
  font-weight: 400;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (min-width: 768px) {
  #quarantalk-page .filter-form form button {
    height: 50px;
    font-size: 18px;
    line-height: 1.5; }
  #quarantalk-page .filter-form form .form-control {
    font-size: 18px;
    height: 50px;
    line-height: 1.5; }
  #quarantalk-page .filter-form form .select-wrapper {
    border: 1px solid #eeeff3;
    border-radius: 0px; }
  #quarantalk-page .filter-form form select.no-radius {
    border: none; } }

@media print {
  .single-global-mba .navbar-fixed-top,
  .single-master-fulltime .navbar-fixed-top,
  .single-master-executive .navbar-fixed-top,
  .single-open-program .navbar-fixed-top,
  .single-global-mba #footer-outer,
  .single-master-fulltime #footer-outer,
  .single-master-executive #footer-outer,
  .single-open-program #footer-outer,
  .single-global-mba .js-sidebar,
  .single-master-fulltime .js-sidebar,
  .single-master-executive .js-sidebar,
  .single-open-program .js-sidebar,
  .single-global-mba #schedaMasterTab_mobile,
  .single-master-fulltime #schedaMasterTab_mobile,
  .single-master-executive #schedaMasterTab_mobile,
  .single-open-program #schedaMasterTab_mobile,
  .single-global-mba #schedaMasterTab,
  .single-master-fulltime #schedaMasterTab,
  .single-master-executive #schedaMasterTab,
  .single-open-program #schedaMasterTab,
  .single-global-mba #richiedi-informazioni,
  .single-master-fulltime #richiedi-informazioni,
  .single-master-executive #richiedi-informazioni,
  .single-open-program #richiedi-informazioni,
  .single-global-mba .richiedi-info,
  .single-master-fulltime .richiedi-info,
  .single-master-executive .richiedi-info,
  .single-open-program .richiedi-info,
  .single-global-mba #scarica-brochure,
  .single-master-fulltime #scarica-brochure,
  .single-master-executive #scarica-brochure,
  .single-open-program #scarica-brochure,
  .single-global-mba #download-application-form,
  .single-master-fulltime #download-application-form,
  .single-master-executive #download-application-form,
  .single-open-program #download-application-form,
  .single-global-mba .link-app-form,
  .single-master-fulltime .link-app-form,
  .single-master-executive .link-app-form,
  .single-open-program .link-app-form,
  .single-global-mba .backtop,
  .single-master-fulltime .backtop,
  .single-master-executive .backtop,
  .single-open-program .backtop,
  .single-global-mba .scarica-offerta-formativa,
  .single-master-fulltime .scarica-offerta-formativa,
  .single-master-executive .scarica-offerta-formativa,
  .single-open-program .scarica-offerta-formativa {
    display: none !important; }
  .single-global-mba .cover-image,
  .single-master-fulltime .cover-image,
  .single-master-executive .cover-image,
  .single-open-program .cover-image,
  .single-global-mba .cover-image .container,
  .single-master-fulltime .cover-image .container,
  .single-master-executive .cover-image .container,
  .single-open-program .cover-image .container,
  .single-global-mba .cover-image .container .col,
  .single-master-fulltime .cover-image .container .col,
  .single-master-executive .cover-image .container .col,
  .single-open-program .cover-image .container .col {
    height: 20px;
    background: none !important; }
  .single-global-mba .tab-content .tab-pane,
  .single-master-fulltime .tab-content .tab-pane,
  .single-master-executive .tab-content .tab-pane,
  .single-open-program .tab-content .tab-pane {
    margin-bottom: 60px;
    opacity: 1 !important;
    display: block !important; }
  .single-global-mba .collapse,
  .single-master-fulltime .collapse,
  .single-master-executive .collapse,
  .single-open-program .collapse {
    display: block !important; }
  a[href]:after {
    content: none !important; }
  .right-sidebar {
    width: 100%;
    page-break-before: always;
    page-break-after: always; }
  .key-fact {
    float: left;
    width: 40%; }
  .sidebar-dates-fulltime {
    float: right;
    width: 40%;
    margin-top: 0; } }

/*# sourceMappingURL=maps/app.css.map */
