@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  overflow: visible;
}

em, i {
  font-weight: inherit;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.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: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1390px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -moz-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -moz-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -moz-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -moz-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -moz-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -moz-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -moz-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -moz-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
  -moz-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
  -moz-box-ordinal-group: 13;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

@font-face {
  font-family: "dinround";
  src: url("../font/ff-din-round-pro-light.woff") format("woff"), url("../font/ff-din-round-pro-light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "dinround";
  src: url("../font/ff-din-round-pro-regular.woff") format("woff"), url("../font/ff-din-round-pro-regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*! fancyBox v2.1.4 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: 0;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  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("../img/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("../img/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("../img/fancybox/blank.gif");
  -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;
}

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.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;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  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);
}

body .fancybox-wrap {
  padding-bottom: 20px;
}

body .fancybox-inner {
  overflow: visible !important;
}

body .fancybox-close {
  width: 40px;
  height: 40px;
  background: url("../img/fancybox/fancybox.png") 0 0 no-repeat;
  right: -50px;
  top: 0;
}

body .fancybox-close:hover {
  background-position: 0 -40px;
}

body .fancybox-prev {
  position: static;
}

body .fancybox-prev span {
  width: 40px;
  height: 40px;
  display: block;
  background: url("../img/fancybox/fancybox.png") -40px 0 no-repeat;
  position: absolute;
  top: 50%;
  text-indent: -80000px;
  left: -50px;
  visibility: visible;
}

body .fancybox-prev:hover span {
  background-position: -40px -40px;
}

body .fancybox-next {
  position: static;
}

body .fancybox-next span {
  width: 40px;
  height: 40px;
  display: block;
  background: url("../img/fancybox/fancybox.png") -80px 0 no-repeat;
  position: absolute;
  top: 50%;
  text-indent: -80000px;
  right: -50px;
  visibility: visible;
}

body .fancybox-next:hover span {
  background-position: -80px -40px;
}

/* laptop < 1370px */
/* laptop < 1200px */
/* tablet < 992px */
/* mobile < 768px */
@media screen and (max-width: 768px) {
  body .fancybox-modal .fancybox-close {
    background: none;
    right: 0.5em;
    top: 0.6em;
  }
  body .fancybox-modal .fancybox-close:before, body .fancybox-modal .fancybox-close:after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #949494;
    position: absolute;
    left: 50%;
    top: 0;
  }
  body .fancybox-modal .fancybox-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .fancybox-modal .fancybox-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*body .fancybox-prev span, body .fancybox-next span  { background: none; }
  body .fancybox-prev span:before, body .fancybox-next span:before { content: ""; display: block; width: 20px; height: 20px; border-left: 2px solid $gray; border-bottom: 2px solid $gray; position: absolute; left: 0; top: 0; }

  body .fancybox-prev span  { left: 1em; }
  body .fancybox-prev span:before { transform: rotate(45deg); }

  body .fancybox-next span  { right: 0; }
  body .fancybox-next span:before { transform: rotate(-135deg); }*/
  body .fancybox-prev span {
    left: -38px;
  }
  body .fancybox-next span {
    right: -38px;
  }
}
/* mobile < 576px */
/* mobile < 420px */
html {
  height: 100%;
  font-size: 20px;
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "dinround", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  background: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0;
  min-height: 100%;
  letter-spacing: 0.75px;
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}

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

/* Forms */
form {
  display: block;
}

fieldset {
  border: none;
}

label {
  font-weight: bold;
}

input, select, button {
  vertical-align: top;
}

a, a:hover, a:active, a:focus {
  outline: 0;
}

/* Various */
img {
  max-width: 100%;
  height: auto;
}

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

.sh-content {
  display: none;
}

.display-block {
  display: block;
}

.w-100 {
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

/* Alignment */
.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

/* Vertical align */
.va-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.va-m {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.va-t {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}

.va-b {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}

.col-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.col2-set .col {
  width: 49%;
  margin-bottom: 1em;
}

.col3-set .col {
  width: 32%;
  margin-bottom: 1em;
}

.col4-set .col {
  width: 24%;
  padding: 0 0 0 1em;
}

.ib {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}

.ib > * {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 0.75rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Layout */
.m-l-a {
  margin-left: auto;
}

.m-r-a {
  margin-right: auto;
}

.m-t-0 {
  margin-top: 0em !important;
}

.m-b-0 {
  margin-bottom: 0em !important;
}

.m-l-0 {
  margin-left: 0em !important;
}

.m-r-0 {
  margin-right: 0em !important;
}

.p-t-0 {
  padding-top: 0em !important;
}

.p-b-0 {
  padding-bottom: 0em !important;
}

.p-l-0 {
  padding-left: 0em !important;
}

.p-r-0 {
  padding-right: 0em !important;
}

.m-t--0 {
  margin-top: -0em !important;
}

.m-b--0 {
  margin-bottom: -0em !important;
}

.m-t-1 {
  margin-top: 1em !important;
}

.m-b-1 {
  margin-bottom: 1em !important;
}

.m-l-1 {
  margin-left: 1em !important;
}

.m-r-1 {
  margin-right: 1em !important;
}

.p-t-1 {
  padding-top: 1em !important;
}

.p-b-1 {
  padding-bottom: 1em !important;
}

.p-l-1 {
  padding-left: 1em !important;
}

.p-r-1 {
  padding-right: 1em !important;
}

.m-t--1 {
  margin-top: -1em !important;
}

.m-b--1 {
  margin-bottom: -1em !important;
}

.m-t-2 {
  margin-top: 2em !important;
}

.m-b-2 {
  margin-bottom: 2em !important;
}

.m-l-2 {
  margin-left: 2em !important;
}

.m-r-2 {
  margin-right: 2em !important;
}

.p-t-2 {
  padding-top: 2em !important;
}

.p-b-2 {
  padding-bottom: 2em !important;
}

.p-l-2 {
  padding-left: 2em !important;
}

.p-r-2 {
  padding-right: 2em !important;
}

.m-t--2 {
  margin-top: -2em !important;
}

.m-b--2 {
  margin-bottom: -2em !important;
}

.m-t-3 {
  margin-top: 3em !important;
}

.m-b-3 {
  margin-bottom: 3em !important;
}

.m-l-3 {
  margin-left: 3em !important;
}

.m-r-3 {
  margin-right: 3em !important;
}

.p-t-3 {
  padding-top: 3em !important;
}

.p-b-3 {
  padding-bottom: 3em !important;
}

.p-l-3 {
  padding-left: 3em !important;
}

.p-r-3 {
  padding-right: 3em !important;
}

.m-t--3 {
  margin-top: -3em !important;
}

.m-b--3 {
  margin-bottom: -3em !important;
}

.m-t-4 {
  margin-top: 4em !important;
}

.m-b-4 {
  margin-bottom: 4em !important;
}

.m-l-4 {
  margin-left: 4em !important;
}

.m-r-4 {
  margin-right: 4em !important;
}

.p-t-4 {
  padding-top: 4em !important;
}

.p-b-4 {
  padding-bottom: 4em !important;
}

.p-l-4 {
  padding-left: 4em !important;
}

.p-r-4 {
  padding-right: 4em !important;
}

.m-t--4 {
  margin-top: -4em !important;
}

.m-b--4 {
  margin-bottom: -4em !important;
}

.m-t-5 {
  margin-top: 5em !important;
}

.m-b-5 {
  margin-bottom: 5em !important;
}

.m-l-5 {
  margin-left: 5em !important;
}

.m-r-5 {
  margin-right: 5em !important;
}

.p-t-5 {
  padding-top: 5em !important;
}

.p-b-5 {
  padding-bottom: 5em !important;
}

.p-l-5 {
  padding-left: 5em !important;
}

.p-r-5 {
  padding-right: 5em !important;
}

.m-t--5 {
  margin-top: -5em !important;
}

.m-b--5 {
  margin-bottom: -5em !important;
}

.m-t-6 {
  margin-top: 6em !important;
}

.m-b-6 {
  margin-bottom: 6em !important;
}

.m-l-6 {
  margin-left: 6em !important;
}

.m-r-6 {
  margin-right: 6em !important;
}

.p-t-6 {
  padding-top: 6em !important;
}

.p-b-6 {
  padding-bottom: 6em !important;
}

.p-l-6 {
  padding-left: 6em !important;
}

.p-r-6 {
  padding-right: 6em !important;
}

.m-t--6 {
  margin-top: -6em !important;
}

.m-b--6 {
  margin-bottom: -6em !important;
}

.m-t-7 {
  margin-top: 7em !important;
}

.m-b-7 {
  margin-bottom: 7em !important;
}

.m-l-7 {
  margin-left: 7em !important;
}

.m-r-7 {
  margin-right: 7em !important;
}

.p-t-7 {
  padding-top: 7em !important;
}

.p-b-7 {
  padding-bottom: 7em !important;
}

.p-l-7 {
  padding-left: 7em !important;
}

.p-r-7 {
  padding-right: 7em !important;
}

.m-t--7 {
  margin-top: -7em !important;
}

.m-b--7 {
  margin-bottom: -7em !important;
}

.m-t-8 {
  margin-top: 8em !important;
}

.m-b-8 {
  margin-bottom: 8em !important;
}

.m-l-8 {
  margin-left: 8em !important;
}

.m-r-8 {
  margin-right: 8em !important;
}

.p-t-8 {
  padding-top: 8em !important;
}

.p-b-8 {
  padding-bottom: 8em !important;
}

.p-l-8 {
  padding-left: 8em !important;
}

.p-r-8 {
  padding-right: 8em !important;
}

.m-t--8 {
  margin-top: -8em !important;
}

.m-b--8 {
  margin-bottom: -8em !important;
}

.m-t-9 {
  margin-top: 9em !important;
}

.m-b-9 {
  margin-bottom: 9em !important;
}

.m-l-9 {
  margin-left: 9em !important;
}

.m-r-9 {
  margin-right: 9em !important;
}

.p-t-9 {
  padding-top: 9em !important;
}

.p-b-9 {
  padding-bottom: 9em !important;
}

.p-l-9 {
  padding-left: 9em !important;
}

.p-r-9 {
  padding-right: 9em !important;
}

.m-t--9 {
  margin-top: -9em !important;
}

.m-b--9 {
  margin-bottom: -9em !important;
}

.m-t-10 {
  margin-top: 10em !important;
}

.m-b-10 {
  margin-bottom: 10em !important;
}

.m-l-10 {
  margin-left: 10em !important;
}

.m-r-10 {
  margin-right: 10em !important;
}

.p-t-10 {
  padding-top: 10em !important;
}

.p-b-10 {
  padding-bottom: 10em !important;
}

.p-l-10 {
  padding-left: 10em !important;
}

.p-r-10 {
  padding-right: 10em !important;
}

.m-t--10 {
  margin-top: -10em !important;
}

.m-b--10 {
  margin-bottom: -10em !important;
}

.m-b-0-05 {
  margin-bottom: 0.05em !important;
}

.m-b-0-1 {
  margin-bottom: 0.1em !important;
}

.m-b-0-15 {
  margin-bottom: 0.15em !important;
}

.m-b-0-25 {
  margin-bottom: 0.25em !important;
}

.m-b-0-35 {
  margin-bottom: 0.35em !important;
}

.m-b-0-5 {
  margin-bottom: 0.5em !important;
}

.m-b-0-75 {
  margin-bottom: 0.75em !important;
}

.m-b-0-8 {
  margin-bottom: 0.8em !important;
}

.m-b-1-25 {
  margin-bottom: 1.25em !important;
}

.m-b-1-5 {
  margin-bottom: 1.5em !important;
}

.m-b-1-75 {
  margin-bottom: 1.75em !important;
}

.m-b-2-5 {
  margin-bottom: 2.5em !important;
}

.m-b-2-75 {
  margin-bottom: 2.75em !important;
}

.m-t-0-05 {
  margin-top: 0.05em !important;
}

.m-t-0-1 {
  margin-top: 0.1em !important;
}

.m-t-0-15 {
  margin-top: 0.15em !important;
}

.m-t-0-25 {
  margin-top: 0.25em !important;
}

.m-t-0-5 {
  margin-top: 0.5em !important;
}

.m-t-0-75 {
  margin-top: 0.75em !important;
}

.m-t-1-25 {
  margin-top: 1.25em !important;
}

.m-t-1-5 {
  margin-top: 1.5em !important;
}

.m-t-1-75 {
  margin-top: 1.75em !important;
}

.m-t-2-5 {
  margin-top: 2.5em !important;
}

.m-t-2-75 {
  margin-top: 2.75em !important;
}

.m-t--0-15 {
  margin-top: -0.15rem;
}

.m-t--0-25 {
  margin-top: -0.25rem;
}

.m-t--0-5 {
  margin-top: -0.5rem;
}

.m-l-0-25 {
  margin-left: 0.25em;
}

.m-l-0-5 {
  margin-left: 0.5em;
}

.m-l-0-75 {
  margin-left: 0.75em;
}

.m-l-1-5 {
  margin-left: 1.5em;
}

.m-l-2-5 {
  margin-left: 2.5em;
}

.m-r-0-25 {
  margin-right: 0.25em;
}

.m-r-0-5 {
  margin-right: 0.5em;
}

.m-r-0-75 {
  margin-right: 0.75em;
}

.m-r-1-5 {
  margin-right: 1.5em;
}

.m-r-2-5 {
  margin-right: 2.5em;
}

.p-l-0-15 {
  padding-left: 0.15em !important;
}

.p-l-0-25 {
  padding-left: 0.25em !important;
}

.p-b-0-5 {
  padding-bottom: 0.5em !important;
}

.p-b-1-5 {
  padding-bottom: 1.5em !important;
}

.p-t-0-5 {
  padding-top: 0.5em !important;
}

.p-t-1-5 {
  padding-top: 1.5em !important;
}

.p-t-2-25 {
  padding-top: 2.25em !important;
}

.p-t-2-5 {
  padding-top: 2.5em !important;
}

.m-b--0-5 {
  margin-bottom: -0.5rem !important;
}

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

.m-b--1-5 {
  margin-bottom: -1.5rem !important;
}

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

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

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.pos-relative {
  position: relative;
}

.content-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  max-width: 0;
}

.m-t-md--2 {
  margin-top: -2em;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/* laptop < 1370 */
@media screen and (max-width: 1390px) {
  body {
    font-size: 0.85em;
  }
  .p-l-xl-0 {
    padding-left: 0 !important;
  }
  .m-l-xl-0 {
    margin-left: 0 !important;
  }
  .p-r-xl-0 {
    padding-right: 0 !important;
  }
  .m-r-xl-0 {
    margin-right: 0 !important;
  }
  .p-t-xl-0 {
    padding-top: 0 !important;
  }
  .m-t-xl-0 {
    margin-top: 0 !important;
  }
  .p-b-xl-0 {
    padding-bottom: 0 !important;
  }
  .m-b-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 0.85em;
  }
  .m-t-lg-0-25 {
    margin-top: 0.25em;
  }
  .m-t-lg-0-5 {
    margin-top: 0.5em;
  }
  .m-t-lg-1-75 {
    margin-top: 1.75em;
  }
  .m-b-lg-0-25 {
    margin-bottom: 0.25em;
  }
  .m-b-lg-0-5 {
    margin-bottom: 0.5em;
  }
  .m-b-lg-1-75 {
    margin-bottom: 1.75em;
  }
  .m-t-lg-0 {
    margin-top: 0em !important;
  }
  .m-b-lg-0 {
    margin-bottom: 0em !important;
  }
  .m-l-lg-0 {
    margin-left: 0em !important;
  }
  .m-r-lg-0 {
    margin-right: 0em !important;
  }
  .p-t-lg-0 {
    padding-top: 0em !important;
  }
  .p-b-lg-0 {
    padding-bottom: 0em !important;
  }
  .p-l-lg-0 {
    padding-left: 0em !important;
  }
  .p-r-lg-0 {
    padding-right: 0em !important;
  }
  .m-t-lg--0 {
    margin-top: -0em !important;
  }
  .m-b-lg--0 {
    margin-bottom: -0em !important;
  }
  .m-t-lg-1 {
    margin-top: 1em !important;
  }
  .m-b-lg-1 {
    margin-bottom: 1em !important;
  }
  .m-l-lg-1 {
    margin-left: 1em !important;
  }
  .m-r-lg-1 {
    margin-right: 1em !important;
  }
  .p-t-lg-1 {
    padding-top: 1em !important;
  }
  .p-b-lg-1 {
    padding-bottom: 1em !important;
  }
  .p-l-lg-1 {
    padding-left: 1em !important;
  }
  .p-r-lg-1 {
    padding-right: 1em !important;
  }
  .m-t-lg--1 {
    margin-top: -1em !important;
  }
  .m-b-lg--1 {
    margin-bottom: -1em !important;
  }
  .m-t-lg-2 {
    margin-top: 2em !important;
  }
  .m-b-lg-2 {
    margin-bottom: 2em !important;
  }
  .m-l-lg-2 {
    margin-left: 2em !important;
  }
  .m-r-lg-2 {
    margin-right: 2em !important;
  }
  .p-t-lg-2 {
    padding-top: 2em !important;
  }
  .p-b-lg-2 {
    padding-bottom: 2em !important;
  }
  .p-l-lg-2 {
    padding-left: 2em !important;
  }
  .p-r-lg-2 {
    padding-right: 2em !important;
  }
  .m-t-lg--2 {
    margin-top: -2em !important;
  }
  .m-b-lg--2 {
    margin-bottom: -2em !important;
  }
  .m-t-lg-3 {
    margin-top: 3em !important;
  }
  .m-b-lg-3 {
    margin-bottom: 3em !important;
  }
  .m-l-lg-3 {
    margin-left: 3em !important;
  }
  .m-r-lg-3 {
    margin-right: 3em !important;
  }
  .p-t-lg-3 {
    padding-top: 3em !important;
  }
  .p-b-lg-3 {
    padding-bottom: 3em !important;
  }
  .p-l-lg-3 {
    padding-left: 3em !important;
  }
  .p-r-lg-3 {
    padding-right: 3em !important;
  }
  .m-t-lg--3 {
    margin-top: -3em !important;
  }
  .m-b-lg--3 {
    margin-bottom: -3em !important;
  }
  .justify-content-start-lg {
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
@media screen and (max-width: 992px) {
  .m-t-md-0-25 {
    margin-top: 0.25em;
  }
  .m-t-md-0-5 {
    margin-top: 0.5em;
  }
  .m-t-md-1-75 {
    margin-top: 1.75em;
  }
  .m-b-md-0-25 {
    margin-bottom: 0.25em;
  }
  .m-b-md-0-5 {
    margin-bottom: 0.5em;
  }
  .m-b-md-1-75 {
    margin-bottom: 1.75em;
  }
  .m-t-md-0 {
    margin-top: 0em !important;
  }
  .m-b-md-0 {
    margin-bottom: 0em !important;
  }
  .m-l-md-0 {
    margin-left: 0em !important;
  }
  .m-r-md-0 {
    margin-right: 0em !important;
  }
  .p-t-md-0 {
    padding-top: 0em !important;
  }
  .p-b-md-0 {
    padding-bottom: 0em !important;
  }
  .p-l-md-0 {
    padding-left: 0em !important;
  }
  .p-r-md-0 {
    padding-right: 0em !important;
  }
  .m-t-md--0 {
    margin-top: -0em !important;
  }
  .m-b-md--0 {
    margin-bottom: -0em !important;
  }
  .m-t-md-1 {
    margin-top: 1em !important;
  }
  .m-b-md-1 {
    margin-bottom: 1em !important;
  }
  .m-l-md-1 {
    margin-left: 1em !important;
  }
  .m-r-md-1 {
    margin-right: 1em !important;
  }
  .p-t-md-1 {
    padding-top: 1em !important;
  }
  .p-b-md-1 {
    padding-bottom: 1em !important;
  }
  .p-l-md-1 {
    padding-left: 1em !important;
  }
  .p-r-md-1 {
    padding-right: 1em !important;
  }
  .m-t-md--1 {
    margin-top: -1em !important;
  }
  .m-b-md--1 {
    margin-bottom: -1em !important;
  }
  .m-t-md-2 {
    margin-top: 2em !important;
  }
  .m-b-md-2 {
    margin-bottom: 2em !important;
  }
  .m-l-md-2 {
    margin-left: 2em !important;
  }
  .m-r-md-2 {
    margin-right: 2em !important;
  }
  .p-t-md-2 {
    padding-top: 2em !important;
  }
  .p-b-md-2 {
    padding-bottom: 2em !important;
  }
  .p-l-md-2 {
    padding-left: 2em !important;
  }
  .p-r-md-2 {
    padding-right: 2em !important;
  }
  .m-t-md--2 {
    margin-top: -2em !important;
  }
  .m-b-md--2 {
    margin-bottom: -2em !important;
  }
  .m-t-md-3 {
    margin-top: 3em !important;
  }
  .m-b-md-3 {
    margin-bottom: 3em !important;
  }
  .m-l-md-3 {
    margin-left: 3em !important;
  }
  .m-r-md-3 {
    margin-right: 3em !important;
  }
  .p-t-md-3 {
    padding-top: 3em !important;
  }
  .p-b-md-3 {
    padding-bottom: 3em !important;
  }
  .p-l-md-3 {
    padding-left: 3em !important;
  }
  .p-r-md-3 {
    padding-right: 3em !important;
  }
  .m-t-md--3 {
    margin-top: -3em !important;
  }
  .m-b-md--3 {
    margin-bottom: -3em !important;
  }
  .text-md-left {
    text-align: left;
  }
}
/* mobile < 768 */
@media screen and (max-width: 768px) {
  .p-l-sm-0 {
    padding-left: 0 !important;
  }
  .m-l-sm-0 {
    margin-left: 0 !important;
  }
  .p-r-sm-0 {
    padding-right: 0 !important;
  }
  .m-r-sm-0 {
    margin-right: 0 !important;
  }
  .p-t-sm-0 {
    padding-top: 0 !important;
  }
  .m-t-sm-0 {
    margin-top: 0 !important;
  }
  .p-b-sm-0 {
    padding-bottom: 0 !important;
  }
  .m-b-sm-0 {
    margin-bottom: 0 !important;
  }
}
a {
  color: #0909ff;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

.label, .data-box__title, .label-gray {
  font-size: 0.7rem;
  font-family: "dinround", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #1d1d1b;
}

.label-gray, .data-box__title {
  color: #595959;
}

/* Heading */
h1, .h1 {
  font-weight: 300;
  color: #000;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 0.4em 0;
}

h2, .h2 {
  font-weight: 300;
  color: #000;
  font-size: 2.2em;
  text-transform: uppercase;
  line-height: 1.35;
  margin: 0 0 0.6em 0;
}

h3, .h3 {
  font-weight: 300;
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 0 0.7em 0;
}

h4, .h4 {
  font-weight: 300;
  color: #000;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

h5, .h5 {
  font-weight: 300;
  color: #000;
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

h6, .h6 {
  font-weight: 300;
  color: #000;
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

.head-brackets:before, body:not(.editmode) .entry h1:before, body:not(.editmode) .entry h2:before, body:not(.editmode) .entry h3:before, body:not(.editmode) .entry h4:before {
  content: "[ ";
}

.head-brackets:after, body:not(.editmode) .entry h1:after, body:not(.editmode) .entry h2:after, body:not(.editmode) .entry h3:after, body:not(.editmode) .entry h4:after {
  content: " ]";
}

.head-brackets:before, body:not(.editmode) .entry h1:before, body:not(.editmode) .entry h2:before, body:not(.editmode) .entry h3:before, body:not(.editmode) .entry h4:before, .head-brackets:after, body:not(.editmode) .entry h1:after, body:not(.editmode) .entry h2:after, body:not(.editmode) .entry h3:after, body:not(.editmode) .entry h4:after {
  color: #c4c4c4;
}

.subhead {
  font-size: 1.2em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.subhead-gray {
  color: rgb(160.75, 160.75, 160.75);
}

.subhead-2 {
  font-size: 0.9em;
}

.head-set {
  margin-bottom: 1em;
}

.head-set .head {
  margin-bottom: 0.15em;
}

.head-set .subhead {
  margin-bottom: 0;
}

.head-set-h1 .head {
  margin-bottom: 0.1em;
}

.head-set-h1 .subhead {
  font-size: 1.5em;
  text-transform: uppercase;
}

.head-set-h1 .subhead-2 {
  font-size: 0.9em;
  color: #595959;
}

.head-set-border {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 1.7em;
  margin-bottom: 1.7em;
}

.head-set-big .subhead {
  font-size: 2.2em;
  line-height: 1.2;
}

.h1-suphead {
  font-size: 2.2em;
  color: #949494;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.4;
}

.link, .link-sh, .link-arrow {
  color: #0909ff;
  text-transform: uppercase;
  font-size: 0.9em;
}

.link-arrow {
  text-decoration: none;
  display: inline-block;
  padding-left: 36px;
  position: relative;
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}

.link-arrow:hover, .link-arrow:active {
  padding-left: 46px;
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
  color: #1d1d1b !important;
}

.link-arrow:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0.75em;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
  background: url("../svg/src/icon-arrow-right-blue.svg") center center no-repeat;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  position: absolute;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -moz-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.link-arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  left: 0;
  top: 0.75em;
  background: #0909ff;
  position: absolute;
  -webkit-transition: width 0.08s ease-out;
  -o-transition: width 0.08s ease-out;
  -moz-transition: width 0.08s ease-out;
  transition: width 0.08s ease-out;
}

.link-arrow:hover:before, .link-arrow:active:before {
  left: 10px;
  background-image: url("../svg/src/icon-arrow-right-black.svg");
}

.link-arrow:hover:after, .link-arrow:active:after {
  background-color: #1d1d1b;
}

.link-arrow-back:before {
  -webkit-transform: translateY(-12px) rotate(-180deg);
  -moz-transform: translateY(-12px) rotate(-180deg);
  -ms-transform: translateY(-12px) rotate(-180deg);
  -o-transform: translateY(-12px) rotate(-180deg);
  transform: translateY(-12px) rotate(-180deg);
  left: -2px;
}

.link-arrow-back:after {
  left: 0;
  -webkit-transition: -webkit-transform 0.08s ease-out;
  transition: -webkit-transform 0.08s ease-out;
  -o-transition: -o-transform 0.08s ease-out;
  -moz-transition: transform 0.08s ease-out, -moz-transform 0.08s ease-out;
  transition: transform 0.08s ease-out;
  transition: transform 0.08s ease-out, -webkit-transform 0.08s ease-out, -moz-transform 0.08s ease-out, -o-transform 0.08s ease-out;
}

.link-arrow-back:hover:before, .link-arrow-back:active:before {
  -webkit-transform: translateY(-12px) rotate(-180deg);
  -moz-transform: translateY(-12px) rotate(-180deg);
  -ms-transform: translateY(-12px) rotate(-180deg);
  -o-transform: translateY(-12px) rotate(-180deg);
  transform: translateY(-12px) rotate(-180deg);
  left: -2px;
}

.link-arrow-back:hover:after, .link-arrow-back:active:after {
  left: 10px;
}

.text-right .link-arrow:hover, .text-right .link-arrow:active {
  padding-left: 36px;
}

.text-right .link-arrow:hover:before, .text-right .link-arrow:active:before {
  left: 0;
}

.link-btn, .link-icon {
  text-decoration: none;
}

.link-btn:hover, .link-btn:active, .link-icon:hover, .link-icon:active {
  text-decoration: none;
}

.link-btn-text, .link-icon-text {
  display: inline-block;
  vertical-align: middle;
}

.link-btn-text:hover, .link-btn-text:active, .link-icon-text:hover, .link-icon-text:active {
  text-decoration: underline;
}

.link-btn .btn, .link-btn .file-upload-label-lg, .link-btn .file-upload-label {
  margin-right: 0.2em;
}

.link-icon .icon {
  margin-right: 0.1em;
  vertical-align: middle;
}

.link-sh {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link-sh .btn-round, .link-sh .slider-nav .next, .slider-nav .link-sh .next, .link-sh .slider-nav .prev, .slider-nav .link-sh .prev {
  width: 1.7em;
  height: 1.7em;
}

.link-sh .btn-round .icon, .link-sh .slider-nav .next .icon, .slider-nav .link-sh .next .icon, .link-sh .slider-nav .prev .icon, .slider-nav .link-sh .prev .icon {
  width: 1.3em;
  height: 1.3em;
}

.search-hl, .search-highlights em {
  background: #e6e6ff;
  color: #0909ff;
  padding: 0 0.2em;
}

/* Paragraphs */
p {
  margin: 0 0 1em 0;
}

address {
  font-style: normal;
}

cite {
  font-style: normal;
}

/* Lists */
ul, ol {
  list-style: none;
  margin: 0 0 1em 0;
}

ul li {
  margin: 0 0 0.25em 0;
  padding: 0 0 0 1em;
}

ul.unstyled li, .list-unstyled li {
  padding: 0;
  background: none;
}

ol {
  counter-reset: counter;
  margin-left: 0;
  *margin-left: 54px;
}

ol > li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1em;
  *list-style-type: decimal;
  counter-increment: counter;
  position: relative;
}

ol > li:before {
  color: #0909ff;
  content: counter(counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

dl {
  margin: 0 0 1em 0;
}

dt {
  font-weight: bold;
}

.text-small {
  font-size: 0.7em;
}

.text-big, .text-big p {
  font-size: 1.5em;
  line-height: 1.4;
}

.text-big p, p.text-big {
  margin-bottom: 0.7em;
}

.text-light {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-bold {
  font-weight: 400;
}

strong {
  font-weight: 400;
}

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

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

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

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

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

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

.text-citation, .entry blockquote {
  font-size: 1.5em;
  padding: 0 0 0 0.8em;
  position: relative;
  max-width: 20em;
  border-left: 2px solid #e9e9e9;
  margin: 1em 0 1em 0.75em;
}

.entry .text-citation, .entry blockquote {
  font-size: 1.5rem !important;
}

.text-citation-author {
  padding: 0 0 0 1.2em;
  display: block;
  margin-top: -1em;
  max-width: 30em;
  margin-left: 1.125em;
  font-size: 1rem;
  position: relative;
  margin-bottom: 1.5em;
}

.text-citation-author:before {
  content: "";
  width: 2px;
  height: -webkit-calc(100% + 0.5em);
  height: -moz-calc(100% + 0.5em);
  height: calc(100% + 0.5em);
  background: #e9e9e9;
  position: absolute;
  top: -0.5em;
  left: 0;
}

.color-gray {
  color: #949494 !important;
}

.color-lighter-gray {
  color: #c4c4c4 !important;
}

.color-darker-gray {
  color: #595959 !important;
}

.color-black {
  color: #1d1d1b !important;
}

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

.color-blue {
  color: #0909ff !important;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin: 1em 0;
  padding: 0;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

.entry:not(.perex) p, .entry:not(.perex) ul, .entry:not(.perex) ol {
  font-size: 0.9em;
}

.entry p:last-child, .entry ul:last-child, .entry ol:last-child, .entry li:last-child {
  margin-bottom: 0.15em;
}

.entry h2 {
  margin-top: 1em;
  margin-bottom: 0.4em;
}

.entry h3 {
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}

.entry h4 {
  margin-top: 1.7em;
  margin-bottom: 0.7em;
}

.entry h2:first-child {
  margin-top: 0;
}

.entry h3:first-child {
  margin-top: 0;
}

.entry h4:first-child {
  margin-top: 0;
}

.entry ul li, .entry ol li {
  padding-left: 2.4em;
  margin-bottom: 0.6em;
  position: relative;
}

.entry ul li:before, .entry ol li:before {
  left: 1em;
}

.entry ol li:before {
  top: 0;
}

.entry ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  width: 6px;
  height: 6px;
  display: block;
  background: #0909ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.entry a:not(.btn):not(.file-upload-label-lg):not(.file-upload-label) {
  color: #0909ff;
}

.entry img {
  margin-top: 1.75em;
  width: 100%;
}

.perex, .entry.perex {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.entry.entry-condensed p, .entry.entry-condensed ul, .entry.entry-condensed ol, .entry.entry-condensed li {
  margin-bottom: 0.15em;
}

/* laptop 1366 */
@media screen and (max-width: 1390px) {
  h1, .h1 {
    font-size: 2.6em;
  }
  h2, .h2 {
    font-size: 2em;
  }
  h3, .h3 {
    font-size: 1.3em;
  }
  h4, .h4 {
    font-size: 1.1em;
  }
  h5, .h5 {
    font-size: 1em;
  }
  h6, .h6 {
    font-size: 1em;
  }
  .perex, .entry.perex {
    font-size: 1.3em;
  }
  .subhead {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 0.85em;
  }
  .entry:not(.perex) p, .entry:not(.perex) ul, .entry:not(.perex) ol {
    font-size: 1em;
  }
}
@media screen and (max-width: 992px) {
  body {
    font-size: 0.8em;
  }
  .text-md-left {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 2.3em;
  }
  h2, .h2 {
    font-size: 2em;
  }
  h3, .h3 {
    font-size: 1.3em;
  }
  h4, .h4 {
    font-size: 1.1em;
  }
  h5, .h5 {
    font-size: 1em;
  }
  h6, .h6 {
    font-size: 1em;
  }
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143;
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
  padding: 0 5px;
}

/*----------------------------------------------------------------------------------------------------
General styling
----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fstElement {
  display: inline-block;
  position: relative;
  border: 1px solid #D7D7D7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #232323;
  font-size: 1.1em;
  background-color: #fff;
}

.fstElement > select,
.fstElement > input {
  position: absolute;
  left: -999em;
}

.fstToggleBtn {
  font-size: 1.4em;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.71429em 1.42857em 0.71429em 0.71429em;
  min-width: 14.28571em;
  cursor: pointer;
}

.fstToggleBtn:after {
  position: absolute;
  content: "";
  right: 0.71429em;
  top: 50%;
  margin-top: -0.17857em;
  border: 0.35714em solid transparent;
  border-top-color: #cacaca;
}

.fstQueryInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 0;
}

.fstResults {
  position: absolute;
  left: -1px;
  top: 100%;
  right: -1px;
  max-height: 30em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #D7D7D7;
  border-top: 0;
  background-color: #FFF;
  display: none;
}

.fstResultItem {
  font-size: 1.4em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid #fff;
}

.fstResultItem.fstUserOption {
  color: #707070;
}

.fstResultItem.fstFocused {
  color: #fff;
  background-color: #43A2F3;
  border-color: #73baf6;
}

.fstResultItem.fstSelected {
  color: #fff;
  background-color: #2694f1;
  border-color: #73baf6;
}

.fstGroupTitle {
  font-size: 1.4em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  font-weight: bold;
}

.fstGroup {
  padding-top: 1em;
}

.fstGroup:first-child {
  padding-top: 0;
}

.fstNoResults {
  font-size: 1.4em;
  display: block;
  padding: 0.71429em 0.71429em;
  margin: 0;
  color: #999;
}

/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/
.fstSingleMode .fstControls {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 0.5em;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  display: none;
}

.fstSingleMode .fstQueryInput {
  font-size: 1.4em;
  display: block;
  width: 100%;
  padding: 0.5em 0.35714em;
  color: #999;
  border: 1px solid #D7D7D7;
}

.fstSingleMode.fstActive {
  z-index: 100;
}

.fstSingleMode.fstActive.fstElement,
.fstSingleMode.fstActive .fstControls,
.fstSingleMode.fstActive .fstResults {
  -webkit-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}

.fstSingleMode.fstActive .fstControls {
  display: block;
}

.fstSingleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  margin-top: -1px;
}

/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/
.fstChoiceItem {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  margin: 0 0.41667em 0.41667em 0;
  padding: 0.33333em 0.33333em 0.33333em 1.5em;
  float: left;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #43A2F3;
  cursor: auto;
  color: #fff;
  background-color: #43A2F3;
  -webkit-animation: fstAnimationEnter 0.2s;
  -moz-animation: fstAnimationEnter 0.2s;
  -o-animation: fstAnimationEnter 0.2s;
  animation: fstAnimationEnter 0.2s;
}

.fstChoiceItem.mod1 {
  background-color: #F9F9F9;
  border: 1px solid #D7D7D7;
  color: #232323;
}

.fstChoiceItem.mod1 > .fstChoiceRemove {
  color: #a4a4a4;
}

.fstChoiceRemove {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  font-size: 1.16667em;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.28571em;
  line-height: 1.28571em;
  margin-top: -0.64286em;
  text-align: center;
  color: #fff;
}

.fstChoiceRemove::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.fstMultipleMode .fstControls {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 20em;
  cursor: text;
}

.fstMultipleMode .fstQueryInput {
  font-size: 1.4em;
  float: left;
  padding: 0.28571em 0;
  margin: 0 0 0.35714em 0;
  width: 2em;
  color: #999;
}

.fstMultipleMode .fstQueryInputExpanded {
  float: none;
  width: 100%;
  padding: 0.28571em 0.35714em;
}

.fstMultipleMode .fstFakeInput {
  font-size: 1.4em;
}

.fstMultipleMode.fstActive,
.fstMultipleMode.fstActive .fstResults {
  -webkit-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}

.fstMultipleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  border-top: 1px solid #D7D7D7;
}

.dm-uploader {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dm-uploader .btn, .dm-uploader .file-upload-label-lg, .dm-uploader .file-upload-label {
  position: relative;
  overflow: hidden;
}

.dm-uploader .btn input[type=file], .dm-uploader .file-upload-label-lg input[type=file], .dm-uploader .file-upload-label input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

/*----------------------------------------------------------------------------------------------------
General styling
----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fstElement {
  display: inline-block;
  position: relative;
  border: 1px solid #D7D7D7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #232323;
  font-size: 1.1em;
  background-color: #fff;
}

.fstElement > select,
.fstElement > input {
  position: absolute;
  left: -999em;
}

.fstToggleBtn {
  font-size: 1.4em;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.71429em 1.42857em 0.71429em 0.71429em;
  min-width: 14.28571em;
  cursor: pointer;
}

.fstToggleBtn:after {
  position: absolute;
  content: "";
  right: 0.71429em;
  top: 50%;
  margin-top: -0.17857em;
  border: 0.35714em solid transparent;
  border-top-color: #cacaca;
}

.fstQueryInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 0;
}

.fstResults {
  position: absolute;
  left: -1px;
  top: 100%;
  right: -1px;
  max-height: 30em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #D7D7D7;
  border-top: 0;
  background-color: #FFF;
  display: none;
}

.fstResultItem {
  font-size: 1.4em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid #fff;
}

.fstResultItem.fstUserOption {
  color: #707070;
}

.fstResultItem.fstFocused {
  color: #fff;
  background-color: #43A2F3;
  border-color: #73baf6;
}

.fstResultItem.fstSelected {
  color: #fff;
  background-color: #2694f1;
  border-color: #73baf6;
}

.fstGroupTitle {
  font-size: 1.4em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  font-weight: bold;
}

.fstGroup {
  padding-top: 1em;
}

.fstGroup:first-child {
  padding-top: 0;
}

.fstNoResults {
  font-size: 1.4em;
  display: block;
  padding: 0.71429em 0.71429em;
  margin: 0;
  color: #999;
}

/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/
.fstSingleMode .fstControls {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 0.5em;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  display: none;
}

.fstSingleMode .fstQueryInput {
  font-size: 1.4em;
  display: block;
  width: 100%;
  padding: 0.5em 0.35714em;
  color: #999;
  border: 1px solid #D7D7D7;
}

.fstSingleMode.fstActive {
  z-index: 100;
}

.fstSingleMode.fstActive.fstElement,
.fstSingleMode.fstActive .fstControls,
.fstSingleMode.fstActive .fstResults {
  -webkit-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}

.fstSingleMode.fstActive .fstControls {
  display: block;
}

.fstSingleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  margin-top: -1px;
}

/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/
.fstChoiceItem {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  margin: 0 0.41667em 0.41667em 0;
  padding: 0.33333em 0.33333em 0.33333em 1.5em;
  float: left;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #43A2F3;
  cursor: auto;
  color: #fff;
  background-color: #43A2F3;
  -webkit-animation: fstAnimationEnter 0.2s;
  -moz-animation: fstAnimationEnter 0.2s;
  -o-animation: fstAnimationEnter 0.2s;
  animation: fstAnimationEnter 0.2s;
}

.fstChoiceItem.mod1 {
  background-color: #F9F9F9;
  border: 1px solid #D7D7D7;
  color: #232323;
}

.fstChoiceItem.mod1 > .fstChoiceRemove {
  color: #a4a4a4;
}

.fstChoiceRemove {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  font-size: 1.16667em;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.28571em;
  line-height: 1.28571em;
  margin-top: -0.64286em;
  text-align: center;
  color: #fff;
}

.fstChoiceRemove::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.fstMultipleMode .fstControls {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 20em;
  cursor: text;
}

.fstMultipleMode .fstQueryInput {
  font-size: 1.4em;
  float: left;
  padding: 0.28571em 0;
  margin: 0 0 0.35714em 0;
  width: 2em;
  color: #999;
}

.fstMultipleMode .fstQueryInputExpanded {
  float: none;
  width: 100%;
  padding: 0.28571em 0.35714em;
}

.fstMultipleMode .fstFakeInput {
  font-size: 1.4em;
}

.fstMultipleMode.fstActive,
.fstMultipleMode.fstActive .fstResults {
  -webkit-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}

.fstMultipleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  border-top: 1px solid #D7D7D7;
}

.dm-uploader {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dm-uploader .btn, .dm-uploader .file-upload-label-lg, .dm-uploader .file-upload-label {
  position: relative;
  overflow: hidden;
}

.dm-uploader .btn input[type=file], .dm-uploader .file-upload-label-lg input[type=file], .dm-uploader .file-upload-label input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143;
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
  padding: 0 5px;
}

.loader {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.loader:before, .loader:after {
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin: 3px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -moz-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -o-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff #fff transparent transparent;
  z-index: 10000;
}
.loader:before {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader:after {
  -webkit-animation-delay: -0.15s;
  -moz-animation-delay: -0.15s;
  -o-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
.loader-box {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  left: 50%;
  top: 50%;
}
.loader-overlay {
  display: none;
  z-index: 9990;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(29, 29, 27, 0.15);
}

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

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

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

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.application-item, .application-course {
  background: #fff;
  padding: 0.7rem 7rem 0.7rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-size: 0.9rem;
  color: #0909ff;
  margin-bottom: 0.25rem;
  position: relative;
}

.application-item:last-child, .application-course:last-child {
  margin-bottom: 0;
}

.application-item-text {
  display: block;
  padding-left: 1.25rem;
  color: #1d1d1b;
}

.application-item-order {
  display: block;
  width: 2.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.8rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.8rem;
  flex: 0 0 2.8rem;
  color: #1d1d1b;
}

.application-item-title {
  width: 40%;
  min-width: 12rem;
  line-height: 1.3;
}

.application-item-assignment {
  width: 53%;
}

.application-item-label {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.9);
  -moz-transform: translateY(-50%) scale(0.9);
  -ms-transform: translateY(-50%) scale(0.9);
  -o-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}

.application-item-list-sortable .application-item:hover, .application-item-list-sortable .application-course:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.application-item-remove, .application-item-move {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.application-item-remove {
  background: url("../svg/src/icon-bin-red.svg") center center no-repeat;
  -moz-background-size: 1.1rem 1.1rem;
  background-size: 1.1rem 1.1rem;
  right: 1rem;
}

.application-item-remove:hover, .application-item-remove:active {
  background-image: url("../svg/src/icon-bin-black.svg");
  background-color: #fff000;
}

.application-item-up {
  background: url("../svg/src/icon-arrow-up-blue.svg") center center no-repeat;
  -moz-background-size: 1.1rem 1.1rem;
  background-size: 1.1rem 1.1rem;
  right: 4.4rem;
}

.application-item-up:hover, .application-item-up:active {
  background-image: url("../svg/src/icon-arrow-up-black.svg");
  background-color: #fff000;
}

.application-item-down {
  background: url("../svg/src/icon-arrow-down-blue.svg") center center no-repeat;
  -moz-background-size: 1.1rem 1.1rem;
  background-size: 1.1rem 1.1rem;
  right: 2.7rem;
}

.application-item-down:hover, .application-item-down:active {
  background-image: url("../svg/src/icon-arrow-down-black.svg");
  background-color: #fff000;
}

.application-item-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.application-item-counter-refresh {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 0.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../svg/src/refresh-gray.svg") center center no-repeat;
  -moz-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
}

.application-item-counter-refresh:hover, .application-item-counter-refresh:active {
  background: #fff000 url("../svg/src/refresh-black.svg") center center no-repeat;
  -moz-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
}

.application-course {
  padding-right: 1rem;
}

.application-course-title {
  color: #1d1d1b;
  font-weight: 400;
}

.application-course-controls {
  margin-left: auto;
  text-align: right;
}

.application-course-control {
  margin-left: 1.5rem;
  padding-left: 1rem;
  display: inline-block;
  position: relative;
  font-size: 0.9rem;
}

.application-course-control-remove {
  color: #d40019;
}

.application-course-control .icon-plus {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: 0.35rem;
}

.application-course-control-remove .icon-plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.4rem;
}

.application-item-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7rem 0 1rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-size: 14px;
  color: #595959;
}

.application-item-list-header-item {
  padding-left: 1.25rem;
}

.application-item-list-header-order {
  width: 2.8rem;
  padding-left: 0;
}

.application-item-list-header-title {
  width: 40%;
}

.application-item-list-header-assignment {
  width: 53%;
}

.application-item-list-errors {
  color: #d40019;
  font-size: 0.9rem;
}

.applications-cell-set .cell {
  width: 50%;
}

.application-submit-note {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
}

.application-save-note {
  display: inline-block;
  padding-left: 1.75rem;
  position: relative;
}

.application-save-note .icon {
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #595959;
  stroke: "1px";
}

.application-courses-info {
  font-size: 14px;
  color: #595959;
  margin-top: 0.75rem;
  display: block;
  margin-bottom: -0.5rem;
}

.applications-table {
  width: 100%;
  border-bottom: 2px solid #e9e9e9;
}
.applications-table thead {
  border-bottom: 2px solid #e9e9e9;
}
.applications-table th, .applications-table td {
  text-align: left;
  font-size: 0.9rem;
  vertical-align: middle;
}
.applications-table th {
  font-weight: 400;
  padding: 1rem 1.25rem;
}
.applications-table td {
  border-bottom: 1px solid #e9e9e9;
  font-weight: 300;
  padding: 0.7rem 1.25rem;
}
.applications-table td:last-child {
  text-align: right;
}
.applications-table__title, .applications-table__title.item-title {
  margin-bottom: 0;
  font-size: 1rem;
}
.applications-table__label {
  min-width: 5rem;
  -webkit-transform: translateY(0.15rem);
  -moz-transform: translateY(0.15rem);
  -ms-transform: translateY(0.15rem);
  -o-transform: translateY(0.15rem);
  transform: translateY(0.15rem);
}
.applications-table__label:not(:last-child) {
  margin-right: 0.75rem;
}
.applications-table__btn, .applications-table__btn.btn {
  min-width: 8.25rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.applications-table__btn .icon, .applications-table__btn.btn .icon {
  width: 1em;
  height: 1em;
  margin-right: 0.15rem;
}
.applications-table__label, .applications-table__btn {
  text-align: center;
}
.applications-table__actions {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  min-height: 2.55rem;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .applications-cell-set .cell {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .application-item, .application-course {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .application-item-order {
    margin-bottom: 0.7rem;
  }
  .application-item-title {
    width: 100%;
    margin-bottom: 0.7rem;
  }
  .application-course-controls {
    margin-left: 0;
    text-align: left;
    margin-top: 0.35rem;
  }
  .application-course-control {
    margin-left: 0;
    margin-right: 1rem;
    margin-top: 0.15rem;
  }
  .application-item-text {
    padding-left: 0;
  }
  .scrollable-table .applications-table td:nth-child(1), .scrollable-table .applications-table td:nth-child(2) {
    min-width: 250px;
  }
}
@media screen and (max-width: 460px) {
  .application-item, .application-course {
    padding-right: 1rem;
  }
  .application-item-remove, .application-item-move {
    top: 0.8rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.btn, .file-upload-label-lg, .file-upload-label {
  font-size: 1.5rem;
  font-family: "dinround", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background: #0909ff;
  position: relative;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.35;
  padding: 0.5em 39px 0.5em 60px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: none;
}

.btn:hover, .file-upload-label-lg:hover, .file-upload-label:hover, .btn:active, .file-upload-label-lg:active, .file-upload-label:active {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
  padding-left: 75px;
  padding-right: 24px;
}

.btn:before, .file-upload-label-lg:before, .file-upload-label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  left: 24px;
  top: 50%;
  background: url("../svg/src/icon-arrow-right-white.svg") center center no-repeat;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -moz-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.btn:after, .file-upload-label-lg:after, .file-upload-label:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  left: 24px;
  top: 50%;
  background: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.08s ease-out;
  -o-transition: width 0.08s ease-out;
  -moz-transition: width 0.08s ease-out;
  transition: width 0.08s ease-out;
}

.btn:hover:before, .file-upload-label-lg:hover:before, .file-upload-label:hover:before, .btn:active:before, .file-upload-label-lg:active:before, .file-upload-label:active:before {
  left: 39px;
  background-image: url("../svg/src/icon-arrow-right-black.svg");
}

.btn:hover:after, .file-upload-label-lg:hover:after, .file-upload-label:hover:after, .btn:active:after, .file-upload-label-lg:active:after, .file-upload-label:active:after {
  width: 39px;
  background: #1d1d1b;
}

.btn.btn-static:hover, .btn-static.file-upload-label-lg:hover, .btn-static.file-upload-label:hover, .btn.btn-static:active, .btn-static.file-upload-label-lg:active, .btn-static.file-upload-label:active {
  padding-left: 60px;
  padding-right: 39px;
}

.btn.btn-static:hover:before, .btn-static.file-upload-label-lg:hover:before, .btn-static.file-upload-label:hover:before, .btn.btn-static:active:before, .btn-static.file-upload-label-lg:active:before, .btn-static.file-upload-label:active:before {
  left: 24px;
}

.btn.btn-static:hover:after, .btn-static.file-upload-label-lg:hover:after, .btn-static.file-upload-label:hover:after, .btn.btn-static:active:after, .btn-static.file-upload-label-lg:active:after, .btn-static.file-upload-label:active:after {
  width: 24px;
}

.btn-simple, .side-btns .btn, .side-btns .file-upload-label-lg, .side-btns .file-upload-label, .side-btns .btn:hover, .side-btns .file-upload-label-lg:hover, .side-btns .file-upload-label:hover, .side-btns .btn:active, .side-btns .file-upload-label-lg:active, .side-btns .file-upload-label:active, .btn.btn-nav-back, .btn-nav-back.file-upload-label-lg, .btn-nav-back.file-upload-label, .btn.btn-nav-back:hover, .btn-nav-back.file-upload-label-lg:hover, .btn-nav-back.file-upload-label:hover, .btn.btn-nav-back:active, .btn-nav-back.file-upload-label-lg:active, .btn-nav-back.file-upload-label:active, .btn.btn-upload, .btn.file-upload-label-lg, .btn-upload.file-upload-label-lg, .file-upload-label-lg, .btn.file-upload-label, .btn-upload.file-upload-label, .file-upload-label, .btn.btn-upload:hover, .btn.file-upload-label-lg:hover, .btn-upload.file-upload-label-lg:hover, .file-upload-label-lg:hover, .btn.file-upload-label:hover, .file-upload-label.file-upload-label-lg:hover, .btn-upload.file-upload-label:hover, .file-upload-label:hover, .btn.btn-upload:active, .btn.file-upload-label-lg:active, .btn-upload.file-upload-label-lg:active, .file-upload-label-lg:active, .btn.file-upload-label:active, .file-upload-label.file-upload-label-lg:active, .btn-upload.file-upload-label:active, .file-upload-label:active, .btn.btn-search, .btn-search.file-upload-label-lg, .btn-search.file-upload-label, .btn.btn-search:hover, .btn-search.file-upload-label-lg:hover, .btn-search.file-upload-label:hover, .btn.btn-search:active, .btn-search.file-upload-label-lg:active, .btn-search.file-upload-label:active, .btn.btn-filter, .btn-filter.file-upload-label-lg, .btn-filter.file-upload-label, .btn.btn-filter:hover, .btn-filter.file-upload-label-lg:hover, .btn-filter.file-upload-label:hover, .btn.btn-filter:active, .btn-filter.file-upload-label-lg:active, .btn-filter.file-upload-label:active, .btn.btn-simple:hover, .btn-simple.file-upload-label-lg:hover, .btn-simple.file-upload-label:hover, .btn.btn-simple:active, .btn-simple.file-upload-label-lg:active, .btn-simple.file-upload-label:active, .btn.btn-simple {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.btn-simple:before, .side-btns .btn:before, .side-btns .file-upload-label-lg:before, .side-btns .file-upload-label:before, .side-btns .btn:hover:before, .side-btns .file-upload-label-lg:hover:before, .side-btns .file-upload-label:hover:before, .side-btns .btn:active:before, .side-btns .file-upload-label-lg:active:before, .side-btns .file-upload-label:active:before, .btn.btn-nav-back:before, .btn-nav-back.file-upload-label-lg:before, .btn-nav-back.file-upload-label:before, .btn.btn-nav-back:hover:before, .btn-nav-back.file-upload-label-lg:hover:before, .btn-nav-back.file-upload-label:hover:before, .btn.btn-nav-back:active:before, .btn-nav-back.file-upload-label-lg:active:before, .btn-nav-back.file-upload-label:active:before, .btn.btn-upload:before, .btn.file-upload-label-lg:before, .btn-upload.file-upload-label-lg:before, .file-upload-label-lg:before, .btn.file-upload-label:before, .btn-upload.file-upload-label:before, .file-upload-label:before, .btn.btn-upload:hover:before, .btn.file-upload-label-lg:hover:before, .btn-upload.file-upload-label-lg:hover:before, .file-upload-label-lg:hover:before, .btn.file-upload-label:hover:before, .file-upload-label.file-upload-label-lg:hover:before, .btn-upload.file-upload-label:hover:before, .file-upload-label:hover:before, .btn.btn-upload:active:before, .btn.file-upload-label-lg:active:before, .btn-upload.file-upload-label-lg:active:before, .file-upload-label-lg:active:before, .btn.file-upload-label:active:before, .file-upload-label.file-upload-label-lg:active:before, .btn-upload.file-upload-label:active:before, .file-upload-label:active:before, .btn.btn-search:before, .btn-search.file-upload-label-lg:before, .btn-search.file-upload-label:before, .btn.btn-search:hover:before, .btn-search.file-upload-label-lg:hover:before, .btn-search.file-upload-label:hover:before, .btn.btn-search:active:before, .btn-search.file-upload-label-lg:active:before, .btn-search.file-upload-label:active:before, .btn.btn-filter:before, .btn-filter.file-upload-label-lg:before, .btn-filter.file-upload-label:before, .btn.btn-filter:hover:before, .btn-filter.file-upload-label-lg:hover:before, .btn-filter.file-upload-label:hover:before, .btn.btn-filter:active:before, .btn-filter.file-upload-label-lg:active:before, .btn-filter.file-upload-label:active:before, .btn.btn-simple:hover:before, .btn-simple.file-upload-label-lg:hover:before, .btn-simple.file-upload-label:hover:before, .btn.btn-simple:active:before, .btn-simple.file-upload-label-lg:active:before, .btn-simple.file-upload-label:active:before, .btn-simple:after, .side-btns .btn:after, .side-btns .file-upload-label-lg:after, .side-btns .file-upload-label:after, .side-btns .btn:hover:after, .side-btns .file-upload-label-lg:hover:after, .side-btns .file-upload-label:hover:after, .side-btns .btn:active:after, .side-btns .file-upload-label-lg:active:after, .side-btns .file-upload-label:active:after, .btn.btn-nav-back:after, .btn-nav-back.file-upload-label-lg:after, .btn-nav-back.file-upload-label:after, .btn.btn-nav-back:hover:after, .btn-nav-back.file-upload-label-lg:hover:after, .btn-nav-back.file-upload-label:hover:after, .btn.btn-nav-back:active:after, .btn-nav-back.file-upload-label-lg:active:after, .btn-nav-back.file-upload-label:active:after, .btn.btn-upload:after, .btn.file-upload-label-lg:after, .btn-upload.file-upload-label-lg:after, .file-upload-label-lg:after, .btn.file-upload-label:after, .btn-upload.file-upload-label:after, .file-upload-label:after, .btn.btn-upload:hover:after, .btn.file-upload-label-lg:hover:after, .btn-upload.file-upload-label-lg:hover:after, .file-upload-label-lg:hover:after, .btn.file-upload-label:hover:after, .file-upload-label.file-upload-label-lg:hover:after, .btn-upload.file-upload-label:hover:after, .file-upload-label:hover:after, .btn.btn-upload:active:after, .btn.file-upload-label-lg:active:after, .btn-upload.file-upload-label-lg:active:after, .file-upload-label-lg:active:after, .btn.file-upload-label:active:after, .file-upload-label.file-upload-label-lg:active:after, .btn-upload.file-upload-label:active:after, .file-upload-label:active:after, .btn.btn-search:after, .btn-search.file-upload-label-lg:after, .btn-search.file-upload-label:after, .btn.btn-search:hover:after, .btn-search.file-upload-label-lg:hover:after, .btn-search.file-upload-label:hover:after, .btn.btn-search:active:after, .btn-search.file-upload-label-lg:active:after, .btn-search.file-upload-label:active:after, .btn.btn-filter:after, .btn-filter.file-upload-label-lg:after, .btn-filter.file-upload-label:after, .btn.btn-filter:hover:after, .btn-filter.file-upload-label-lg:hover:after, .btn-filter.file-upload-label:hover:after, .btn.btn-filter:active:after, .btn-filter.file-upload-label-lg:active:after, .btn-filter.file-upload-label:active:after, .btn.btn-simple:hover:after, .btn-simple.file-upload-label-lg:hover:after, .btn-simple.file-upload-label:hover:after, .btn.btn-simple:active:after, .btn-simple.file-upload-label-lg:active:after, .btn-simple.file-upload-label:active:after, .btn.btn-simple:before, .btn.btn-simple:after {
  display: none;
}

.btn.btn-small, .btn-small.file-upload-label-lg, .btn-small.file-upload-label, .entry:not(.perex) .btn, .entry:not(.perex) .file-upload-label-lg, .entry:not(.perex) .file-upload-label {
  font-size: 0.9em;
  padding: 1em 39px 1em 60px;
}

.btn.btn-small:hover, .btn-small.file-upload-label-lg:hover, .btn-small.file-upload-label:hover, .entry:not(.perex) .btn:hover, .entry:not(.perex) .file-upload-label-lg:hover, .entry:not(.perex) .file-upload-label:hover, .btn.btn-small:active, .btn-small.file-upload-label-lg:active, .btn-small.file-upload-label:active, .entry:not(.perex) .btn:active, .entry:not(.perex) .file-upload-label-lg:active, .entry:not(.perex) .file-upload-label:active {
  padding-left: 75px;
  padding-right: 24px;
}

.btn.btn-xsmall, .btn-xsmall.file-upload-label-lg, .btn-xsmall.file-upload-label {
  padding-top: 0.85em;
  padding-bottom: 0.75rem;
}

.btn.btn-green, .btn-green.file-upload-label-lg, .btn-green.file-upload-label {
  background-color: #038b00;
}

.btn.btn-green:hover, .btn-green.file-upload-label-lg:hover, .btn-green.file-upload-label:hover, .btn.btn-green:active, .btn-green.file-upload-label-lg:active, .btn-green.file-upload-label:active, .btn.btn-green:focus, .btn-green.file-upload-label-lg:focus, .btn-green.file-upload-label:focus {
  background-color: #fff000;
}

.btn.btn-red, .btn-red.file-upload-label-lg, .btn-red.file-upload-label {
  background-color: #d40019;
}

.btn.btn-red:hover, .btn-red.file-upload-label-lg:hover, .btn-red.file-upload-label:hover, .btn.btn-red:active, .btn-red.file-upload-label-lg:active, .btn-red.file-upload-label:active, .btn.btn-red:focus, .btn-red.file-upload-label-lg:focus, .btn-red.file-upload-label:focus {
  background-color: #fff000;
}

.btn.btn-compact, .btn-compact.file-upload-label-lg, .btn-compact.file-upload-label {
  padding: 1em 33px 1em 47px;
}

.btn.btn-compact:hover, .btn-compact.file-upload-label-lg:hover, .btn-compact.file-upload-label:hover, .btn.btn-compact:active, .btn-compact.file-upload-label-lg:active, .btn-compact.file-upload-label:active {
  padding: 1em 18px 1em 62px;
}

.btn.btn-compact:before, .btn-compact.file-upload-label-lg:before, .btn-compact.file-upload-label:before, .btn.btn-compact:after, .btn-compact.file-upload-label-lg:after, .btn-compact.file-upload-label:after {
  margin-left: -10px;
}

.btn-small.btn-simple, .side-btns .btn-small.btn, .btn-small.btn.btn-nav-back, .btn-small.btn.btn-upload, .btn-small.file-upload-label-lg, .btn-small.file-upload-label, .btn-small.btn.btn-search, .btn-small.btn.btn-filter, .entry:not(.perex) .btn-simple.btn, .entry:not(.perex) .side-btns .btn, .side-btns .entry:not(.perex) .btn, .entry:not(.perex) .btn.btn-nav-back, .entry:not(.perex) .btn.btn-upload, .entry:not(.perex) .file-upload-label-lg, .entry:not(.perex) .file-upload-label, .entry:not(.perex) .btn.btn-search, .entry:not(.perex) .btn.btn-filter, .btn-small.btn.btn-simple:hover, .btn-small.btn-simple.file-upload-label-lg:hover, .btn-small.btn-simple.file-upload-label:hover, .btn-small.btn.btn-simple:active, .btn-small.btn-simple.file-upload-label-lg:active, .btn-small.btn-simple.file-upload-label:active {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.btn-small.btn-simple:before, .side-btns .btn-small.btn:before, .btn-small.btn.btn-nav-back:before, .btn-small.btn.btn-upload:before, .btn-small.file-upload-label-lg:before, .btn-small.file-upload-label:before, .btn-small.btn.btn-search:before, .btn-small.btn.btn-filter:before, .entry:not(.perex) .btn-simple.btn:before, .entry:not(.perex) .side-btns .btn:before, .side-btns .entry:not(.perex) .btn:before, .entry:not(.perex) .btn.btn-nav-back:before, .entry:not(.perex) .btn.btn-upload:before, .entry:not(.perex) .file-upload-label-lg:before, .entry:not(.perex) .file-upload-label:before, .entry:not(.perex) .btn.btn-search:before, .entry:not(.perex) .btn.btn-filter:before, .btn-small.btn.btn-simple:hover:before, .btn-small.btn-simple.file-upload-label-lg:hover:before, .btn-small.btn-simple.file-upload-label:hover:before, .btn-small.btn.btn-simple:active:before, .btn-small.btn-simple.file-upload-label-lg:active:before, .btn-small.btn-simple.file-upload-label:active:before, .btn-small.btn-simple:after, .side-btns .btn-small.btn:after, .btn-small.btn.btn-nav-back:after, .btn-small.btn.btn-upload:after, .btn-small.file-upload-label-lg:after, .btn-small.file-upload-label:after, .btn-small.btn.btn-search:after, .btn-small.btn.btn-filter:after, .entry:not(.perex) .btn-simple.btn:after, .entry:not(.perex) .side-btns .btn:after, .side-btns .entry:not(.perex) .btn:after, .entry:not(.perex) .btn.btn-nav-back:after, .entry:not(.perex) .btn.btn-upload:after, .entry:not(.perex) .file-upload-label-lg:after, .entry:not(.perex) .file-upload-label:after, .entry:not(.perex) .btn.btn-search:after, .entry:not(.perex) .btn.btn-filter:after, .btn-small.btn.btn-simple:hover:after, .btn-small.btn-simple.file-upload-label-lg:hover:after, .btn-small.btn-simple.file-upload-label:hover:after, .btn-small.btn.btn-simple:active:after, .btn-small.btn-simple.file-upload-label-lg:active:after, .btn-small.btn-simple.file-upload-label:active:after {
  display: none;
}

.btn-small.btn-simple:hover, .side-btns .btn-small.btn:hover, .btn-small.btn.btn-nav-back:hover, .btn-small.btn.btn-upload:hover, .btn-small.file-upload-label-lg:hover, .btn-small.file-upload-label:hover, .btn-small.btn.btn-search:hover, .btn-small.btn.btn-filter:hover, .entry:not(.perex) .btn-simple.btn:hover, .entry:not(.perex) .side-btns .btn:hover, .side-btns .entry:not(.perex) .btn:hover, .entry:not(.perex) .btn.btn-nav-back:hover, .entry:not(.perex) .btn.btn-upload:hover, .entry:not(.perex) .file-upload-label-lg:hover, .entry:not(.perex) .file-upload-label:hover, .entry:not(.perex) .btn.btn-search:hover, .entry:not(.perex) .btn.btn-filter:hover, .btn-small.btn-simple:active, .side-btns .btn-small.btn:active, .btn-small.btn.btn-nav-back:active, .btn-small.btn.btn-upload:active, .btn-small.file-upload-label-lg:active, .btn-small.file-upload-label:active, .btn-small.btn.btn-search:active, .btn-small.btn.btn-filter:active, .entry:not(.perex) .btn-simple.btn:active, .entry:not(.perex) .side-btns .btn:active, .side-btns .entry:not(.perex) .btn:active, .entry:not(.perex) .btn.btn-nav-back:active, .entry:not(.perex) .btn.btn-upload:active, .entry:not(.perex) .file-upload-label-lg:active, .entry:not(.perex) .file-upload-label:active, .entry:not(.perex) .btn.btn-search:active, .entry:not(.perex) .btn.btn-filter:active {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.btn-simple .icon, .side-btns .btn .icon, .btn.btn-nav-back .icon, .btn.btn-upload .icon, .file-upload-label-lg .icon, .file-upload-label .icon, .btn.btn-search .icon, .btn.btn-filter .icon, .btn.btn-simple:hover .icon, .btn-simple.file-upload-label-lg:hover .icon, .btn-simple.file-upload-label:hover .icon, .btn.btn-simple:active .icon, .btn-simple.file-upload-label-lg:active .icon, .btn-simple.file-upload-label:active .icon {
  width: 1.16em;
  height: 1.16em;
  margin-top: 0.15em;
}

.btn.btn-alt, .btn-alt.file-upload-label-lg, .btn-alt.file-upload-label {
  background: #fff;
  color: #0909ff;
}

.btn.btn-alt:before, .btn-alt.file-upload-label-lg:before, .btn-alt.file-upload-label:before {
  background-image: url("../svg/src/icon-arrow-right-blue.svg");
}

.btn.btn-alt:after, .btn-alt.file-upload-label-lg:after, .btn-alt.file-upload-label:after {
  background: #0909ff;
}

.btn.btn-alt:hover, .btn-alt.file-upload-label-lg:hover, .btn-alt.file-upload-label:hover, .btn.btn-alt:active, .btn-alt.file-upload-label-lg:active, .btn-alt.file-upload-label:active {
  background: #fff000;
  color: #1d1d1b;
}

.btn.btn-alt:hover:before, .btn-alt.file-upload-label-lg:hover:before, .btn-alt.file-upload-label:hover:before, .btn.btn-alt:active:before, .btn-alt.file-upload-label-lg:active:before, .btn-alt.file-upload-label:active:before {
  background-image: url("../svg/src/icon-arrow-right-black.svg");
}

.btn.btn-alt:hover:after, .btn-alt.file-upload-label-lg:hover:after, .btn-alt.file-upload-label:hover:after, .btn.btn-alt:active:after, .btn-alt.file-upload-label-lg:active:after, .btn-alt.file-upload-label:active:after {
  background: #1d1d1b;
}

.btn.checkbox-btn, .checkbox-btn.file-upload-label-lg, .checkbox-btn.file-upload-label {
  cursor: pointer;
}

.btn.checkbox-btn label, .checkbox-btn.file-upload-label-lg label, .checkbox-btn.file-upload-label label {
  display: inline;
  font-size: 1em;
  color: #0909ff;
  pointer-events: none;
}

.btn.checkbox-btn:hover label, .checkbox-btn.file-upload-label-lg:hover label, .checkbox-btn.file-upload-label:hover label, .btn.checkbox.btn:active label, .checkbox.file-upload-label-lg:active label, .checkbox.file-upload-label:active label, .btn.btn-alt.btn-on label, .btn-alt.btn-on.file-upload-label-lg label, .btn-alt.btn-on.file-upload-label label {
  color: #1d1d1b;
}

.btn.checkbox-btn .checker, .checkbox-btn.file-upload-label-lg .checker, .checkbox-btn.file-upload-label .checker {
  visibility: hidden;
  position: absolute;
}

.btn.checkbox-btn.btn-on, .checkbox-btn.btn-on.file-upload-label-lg, .checkbox-btn.btn-on.file-upload-label {
  background: #fff000;
  color: #1d1d1b;
}

.btn.checkbox-btn.btn-on label, .checkbox-btn.btn-on.file-upload-label-lg label, .checkbox-btn.btn-on.file-upload-label label {
  color: #1d1d1b !important;
}

.btn.checkbox-btn-alt label, .checkbox-btn-alt.file-upload-label-lg label, .checkbox-btn-alt.file-upload-label label {
  color: #fff;
}

.btn.btn-alt-2, .btn-alt-2.file-upload-label-lg, .btn-alt-2.file-upload-label {
  background: #1d1d1b;
  color: #fff;
}

.btn.btn-alt-2:hover, .btn-alt-2.file-upload-label-lg:hover, .btn-alt-2.file-upload-label:hover, .btn.btn-alt-2:active, .btn-alt-2.file-upload-label-lg:active, .btn-alt-2.file-upload-label:active {
  color: #1d1d1b;
  background: #fff000;
}

.btn-round, .slider-nav .next, .slider-nav .prev {
  font-size: 1em;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
  background: #fff;
  color: #0909ff;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}

.btn-round:before, .slider-nav .next:before, .slider-nav .prev:before, .btn-round:after, .slider-nav .next:after, .slider-nav .prev:after {
  display: none;
}

.btn-round-hover, .ateliers .meeting-sh:hover .btn-round, .ateliers .meeting-sh:hover .slider-nav .next, .slider-nav .ateliers .meeting-sh:hover .next, .ateliers .meeting-sh:hover .slider-nav .prev, .slider-nav .ateliers .meeting-sh:hover .prev, .ateliers .meeting-sh:active .btn-round, .ateliers .meeting-sh:active .slider-nav .next, .slider-nav .ateliers .meeting-sh:active .next, .ateliers .meeting-sh:active .slider-nav .prev, .slider-nav .ateliers .meeting-sh:active .prev, .ateliers .assignment-sh:hover .btn-round, .ateliers .assignment-sh:hover .slider-nav .next, .slider-nav .ateliers .assignment-sh:hover .next, .ateliers .assignment-sh:hover .slider-nav .prev, .slider-nav .ateliers .assignment-sh:hover .prev, .ateliers .assignment-sh:active .btn-round, .ateliers .assignment-sh:active .slider-nav .next, .slider-nav .ateliers .assignment-sh:active .next, .ateliers .assignment-sh:active .slider-nav .prev, .slider-nav .ateliers .assignment-sh:active .prev, .accordion-title:hover .accordion-btn, .accordion-title:active .accordion-btn, .catalog .item:hover .item-btn, .catalog .nav:hover .item-btn, .catalog .item:active .item-btn, .catalog .nav:active .item-btn, .btn-round:hover, .slider-nav .next:hover, .slider-nav .prev:hover, .btn-round:active, .slider-nav .next:active, .slider-nav .prev:active, .link-btn:hover .btn, .link-btn:hover .file-upload-label-lg, .link-btn:hover .file-upload-label, .link-btn:active .btn, .link-btn:active .file-upload-label-lg, .link-btn:active .file-upload-label {
  padding: 0;
  color: #1d1d1b;
  background: #fff000;
  border-color: #fff000;
}

.btn-round:hover .icon, .slider-nav .next:hover .icon, .slider-nav .prev:hover .icon, .btn-round:active .icon, .slider-nav .next:active .icon, .slider-nav .prev:active .icon, .btn-round-hover .icon, .ateliers .meeting-sh:hover .btn-round .icon, .ateliers .meeting-sh:hover .slider-nav .next .icon, .slider-nav .ateliers .meeting-sh:hover .next .icon, .ateliers .meeting-sh:hover .slider-nav .prev .icon, .slider-nav .ateliers .meeting-sh:hover .prev .icon, .ateliers .meeting-sh:active .btn-round .icon, .ateliers .meeting-sh:active .slider-nav .next .icon, .slider-nav .ateliers .meeting-sh:active .next .icon, .ateliers .meeting-sh:active .slider-nav .prev .icon, .slider-nav .ateliers .meeting-sh:active .prev .icon, .ateliers .assignment-sh:hover .btn-round .icon, .ateliers .assignment-sh:hover .slider-nav .next .icon, .slider-nav .ateliers .assignment-sh:hover .next .icon, .ateliers .assignment-sh:hover .slider-nav .prev .icon, .slider-nav .ateliers .assignment-sh:hover .prev .icon, .ateliers .assignment-sh:active .btn-round .icon, .ateliers .assignment-sh:active .slider-nav .next .icon, .slider-nav .ateliers .assignment-sh:active .next .icon, .ateliers .assignment-sh:active .slider-nav .prev .icon, .slider-nav .ateliers .assignment-sh:active .prev .icon, .accordion-title:hover .accordion-btn .icon, .accordion-title:active .accordion-btn .icon, .catalog .item:hover .item-btn .icon, .catalog .nav:hover .item-btn .icon, .catalog .item:active .item-btn .icon, .catalog .nav:active .item-btn .icon, .link-btn:hover .btn .icon, .link-btn:hover .file-upload-label-lg .icon, .link-btn:hover .file-upload-label .icon, .link-btn:active .btn .icon, .link-btn:active .file-upload-label-lg .icon, .link-btn:active .file-upload-label .icon {
  fill: #1d1d1b;
}

.btn-round .icon, .slider-nav .next .icon, .slider-nav .prev .icon {
  margin: 0.8em 0;
  width: 1.3em;
  height: 1.3em;
}

.btn-round .icon.icon-plus, .slider-nav .next .icon.icon-plus, .slider-nav .prev .icon.icon-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.btn-play .icon {
  width: 1.8em;
  height: 1.8em;
  margin: 0.6em 0 0.6em 0.25em;
}

.btn-round-small {
  width: 2.1rem;
  height: 2.1rem;
  text-align: center;
}

.btn-round-small .icon {
  width: 1.7rem;
  height: 1.7rem;
  margin: 0.09em 0.07em;
}

.btn-round-small .icon-chevron-right {
  margin-left: 0.15em;
}

.btn-round-small .icon-chevron-down {
  margin: 0.1em 0.07em;
}

.btn.btn-filter, .btn-filter.file-upload-label-lg, .btn-filter.file-upload-label, .btn.btn-filter {
  padding: 1em 2em 1em 2.6em;
  background: #0909ff url("../svg/src/icon-filter-white.svg") 1.25em 1em no-repeat;
  -moz-background-size: 1.16em 1.16em;
  background-size: 1.16em 1.16em;
}
.btn.btn-filter:before, .btn-filter.file-upload-label-lg:before, .btn-filter.file-upload-label:before, .btn.btn-filter:after, .btn-filter.file-upload-label-lg:after, .btn-filter.file-upload-label:after, .btn.btn-filter:before, .btn.btn-filter:after {
  display: none;
}
.btn.btn-filter, .btn-filter.file-upload-label-lg, .btn-filter.file-upload-label, .btn.btn-search.btn-filter {
  padding: 1em 2em 1em 2.5em;
}

.btn.btn-filter:hover, .btn-filter.file-upload-label-lg:hover, .btn-filter.file-upload-label:hover, .btn.btn.btn-filter:active, .btn-filter.file-upload-label-lg:active, .btn-filter.file-upload-label:active {
  padding-left: 2.6em;
  padding-right: 2em;
  background-color: #fff000;
  background-image: url("../svg/src/icon-filter-black.svg");
}

.btn.btn-search, .btn-search.file-upload-label-lg, .btn-search.file-upload-label {
  padding: 0.9em 2em 0.9em 3.25em;
  background: #0909ff url("../svg/src/icon-search-white.svg") 1.2em center no-repeat;
  -moz-background-size: 1.2em 1.2em;
  background-size: 1.2em 1.2em;
}
.btn.btn-search:before, .btn-search.file-upload-label-lg:before, .btn-search.file-upload-label:before, .btn.btn-search:after, .btn-search.file-upload-label-lg:after, .btn-search.file-upload-label:after {
  display: none;
}
.btn.btn-search:hover, .btn-search.file-upload-label-lg:hover, .btn-search.file-upload-label:hover, .btn.btn.btn-search:active, .btn-search.file-upload-label-lg:active, .btn-search.file-upload-label:active {
  padding-left: 3.25em;
  padding-right: 2em;
  color: #1d1d1b;
  background: #fff000 url("../svg/src/icon-search-black.svg") 1.8em center no-repeat;
  -moz-background-size: 1.2em 1.2em;
  background-size: 1.2em 1.2em;
}

.btn.btn-upload, .btn.file-upload-label-lg, .btn-upload.file-upload-label-lg, .file-upload-label-lg, .btn.file-upload-label, .btn-upload.file-upload-label, .file-upload-label {
  padding: 0.9em 2em 0.9em 3.25em;
  background: #0909ff url("../svg/src/icon-arrow-up-white.svg") 1.4em center no-repeat;
  -moz-background-size: 1.5em 1.5em;
  background-size: 1.5em 1.5em;
  -webkit-transition: background-color 0.05s ease-in, color 0.05s ease-in;
  -o-transition: background-color 0.05s ease-in, color 0.05s ease-in;
  -moz-transition: background-color 0.05s ease-in, color 0.05s ease-in;
  transition: background-color 0.05s ease-in, color 0.05s ease-in;
}
.btn.btn-upload:before, .btn.file-upload-label-lg:before, .btn-upload.file-upload-label-lg:before, .file-upload-label-lg:before, .btn.file-upload-label:before, .btn-upload.file-upload-label:before, .file-upload-label:before, .btn.btn-upload:after, .btn.file-upload-label-lg:after, .btn-upload.file-upload-label-lg:after, .file-upload-label-lg:after, .btn.file-upload-label:after, .btn-upload.file-upload-label:after, .file-upload-label:after {
  display: none;
}
.btn.btn-upload:hover, .file-upload-label-lg:hover, .file-upload-label:hover, .btn.btn.btn-search:active, .btn-search.file-upload-label-lg:active, .btn-search.file-upload-label:active {
  padding-left: 3.25em;
  padding-right: 2em;
  color: #1d1d1b;
  background: #fff000 url("../svg/src/icon-arrow-up-black.svg") 1.4em center no-repeat;
  -moz-background-size: 1.5em 1.5em;
  background-size: 1.5em 1.5em;
}

.btn.btn-upload-active, .btn-upload-active.file-upload-label-lg, .btn-upload-active.file-upload-label {
  background: #0909ff;
  color: #fff;
}

.btn.btn-upload-active:hover, .btn-upload-active.file-upload-label-lg:hover, .btn-upload-active.file-upload-label:hover, .btn.btn-upload-active:active, .btn-upload-active.file-upload-label-lg:active, .btn-upload-active.file-upload-label:active {
  color: #fff;
  cursor: auto;
}

.btn.btn-upload-active:after, .btn-upload-active.file-upload-label-lg:after, .btn-upload-active.file-upload-label:after {
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url("../svg/src/refresh.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 1.4em;
  top: 50%;
  margin-top: -0.45rem;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  -moz-animation: lds-dual-ring 1.2s linear infinite;
  -o-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

.btn-chevron, .btn.btn-chevron:hover, .btn-chevron.file-upload-label-lg:hover, .btn-chevron.file-upload-label:hover, .btn.btn-chevron:active, .btn-chevron.file-upload-label-lg:active, .btn-chevron.file-upload-label:active, .btn.btn-chevron {
  padding-left: 1.5em;
  padding-right: 3.25em;
}

.btn-chevron:not(.dropdown-trig):after, .btn.btn-chevron:not(.dropdown-trig):after {
  display: none;
}

.btn-chevron:before, .btn.btn-chevron:hover:before, .btn-chevron.file-upload-label-lg:hover:before, .btn-chevron.file-upload-label:hover:before, .btn.btn-chevron:active:before, .btn-chevron.file-upload-label-lg:active:before, .btn-chevron.file-upload-label:active:before, .btn.btn-chevron:before {
  background: none;
  width: 0.7em;
  height: 0.7em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin-top: -0.15em;
  right: 1.3rem;
  left: auto;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: border-color 0.1s ease-in, margin 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: border-color 0.1s ease-in, margin 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: border-color 0.1s ease-in, margin 0.1s ease-out, -o-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, border-color 0.1s ease-in, margin 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, border-color 0.1s ease-in, margin 0.1s ease-out;
  transition: transform 0.1s ease-out, border-color 0.1s ease-in, margin 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}

.btn.btn-chevron:hover:before, .btn-chevron.file-upload-label-lg:hover:before, .btn-chevron.file-upload-label:hover:before, .btn.btn-chevron:active:before, .btn-chevron.file-upload-label-lg:active:before, .btn-chevron.file-upload-label:active:before {
  border-color: #1d1d1b;
}

.btn.btn-chevron.dropdown-trig-active:before, .btn-chevron.dropdown-trig-active.file-upload-label-lg:before, .btn-chevron.dropdown-trig-active.file-upload-label:before {
  -webkit-transform: translateY(-50%) rotate(-225deg);
  -moz-transform: translateY(-50%) rotate(-225deg);
  -ms-transform: translateY(-50%) rotate(-225deg);
  -o-transform: translateY(-50%) rotate(-225deg);
  transform: translateY(-50%) rotate(-225deg);
  margin-top: 0.2em;
}

.btn.btn-form-add-cell, .btn-form-add-cell.file-upload-label-lg, .btn-form-add-cell.file-upload-label {
  font-size: 0.7rem;
}

.btn.btn-form-add-cell .icon, .btn-form-add-cell.file-upload-label-lg .icon, .btn-form-add-cell.file-upload-label .icon {
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.1em;
  margin-right: 0.25em;
}

.btn-add-project, .btn.btn-chevron:hover, .btn-chevron.file-upload-label-lg:hover, .btn-chevron.file-upload-label:hover, .btn.btn-chevron:active, .btn-chevron.file-upload-label-lg:active, .btn-chevron.file-upload-label:active, .btn.btn-add-project {
  padding-left: 2.5em;
  padding-right: 3.5em;
  min-width: 11.5rem;
  text-align: center;
}

.btn-add-project:before, .btn.btn-chevron:hover:before, .btn-chevron.file-upload-label-lg:hover:before, .btn-chevron.file-upload-label:hover:before, .btn.btn-chevron:active:before, .btn-chevron.file-upload-label-lg:active:before, .btn-chevron.file-upload-label:active:before, .btn.btn-add-project:before {
  right: 1.8rem;
}

.btn.btn-wide-add, .btn-wide-add.file-upload-label-lg, .btn-wide-add.file-upload-label {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7rem 1.5rem !important;
}

.btn.btn-wide-add:before, .btn-wide-add.file-upload-label-lg:before, .btn-wide-add.file-upload-label:before, .btn.btn-wide-add:after, .btn-wide-add.file-upload-label-lg:after, .btn-wide-add.file-upload-label:after {
  display: none;
}

.btn-wide-add-icon {
  position: relative;
  width: 0.95rem;
  height: 0.95rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.btn-wide-add-icon:before, .btn-wide-add-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.btn-wide-add-icon:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn.btn-form-send, .btn-form-send.file-upload-label-lg, .btn-form-send.file-upload-label {
  padding-top: 0.6em !important;
  padding-bottom: 0.6em !important;
}

.btn-disabled {
  pointer-events: none;
  background-color: rgb(156.5, 156.5, 156.5);
}

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

@-moz-keyframes lds-dual-ring {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes lds-dual-ring {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn.btn-nav-back, .btn-nav-back.file-upload-label-lg, .btn-nav-back.file-upload-label {
  background: #fff;
  border: 2px solid #e9e9e9;
  font-size: 0.9em;
  color: #949494;
  padding-left: 0.75em;
  padding-right: 1em;
}
.btn.btn-nav-back:before, .btn-nav-back.file-upload-label-lg:before, .btn-nav-back.file-upload-label:before, .btn.btn-nav-back:after, .btn-nav-back.file-upload-label-lg:after, .btn-nav-back.file-upload-label:after {
  display: none;
}
.btn.btn-nav-back:hover, .btn-nav-back.file-upload-label-lg:hover, .btn-nav-back.file-upload-label:hover, .btn.btn.btn-nav-back:active, .btn-nav-back.file-upload-label-lg:active, .btn-nav-back.file-upload-label:active {
  padding-left: 0.75em;
  padding-right: 1em;
  color: #1d1d1b;
  background: #fff000;
  border-color: #fff000;
}

.btn.btn-nav-back .icon, .btn-nav-back.file-upload-label-lg .icon, .btn-nav-back.file-upload-label .icon {
  width: 1.15em;
  height: 1.15em;
}

.side-btns .btn, .side-btns .file-upload-label-lg, .side-btns .file-upload-label {
  width: 100%;
  background: #fff;
  color: #1d1d1b;
  border-bottom: 2px solid #e9e9e9;
  font-size: 0.9em;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}
.side-btns .btn:before, .side-btns .file-upload-label-lg:before, .side-btns .file-upload-label:before, .side-btns .btn:after, .side-btns .file-upload-label-lg:after, .side-btns .file-upload-label:after {
  display: none;
}
.side-btns .btn .icon, .side-btns .file-upload-label-lg .icon, .side-btns .file-upload-label .icon {
  fill: #0909ff;
}

.side-btns .btn:hover, .side-btns .file-upload-label-lg:hover, .side-btns .file-upload-label:hover, .btn.side-btns .btn:active, .side-btns.file-upload-label-lg .btn:active, .btn.side-btns .file-upload-label-lg:active, .side-btns.file-upload-label-lg .file-upload-label-lg:active, .side-btns.file-upload-label .btn:active, .side-btns.file-upload-label .file-upload-label-lg:active, .btn.side-btns .file-upload-label:active, .side-btns.file-upload-label-lg .file-upload-label:active, .side-btns.file-upload-label .file-upload-label:active {
  background: #fff000;
  border-color: #fff000;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}

.side-btns .btn:hover .icon, .side-btns .file-upload-label-lg:hover .icon, .side-btns .file-upload-label:hover .icon, .btn.side-btns .btn:active .icon, .side-btns.file-upload-label-lg .btn:active .icon, .btn.side-btns .file-upload-label-lg:active .icon, .side-btns.file-upload-label-lg .file-upload-label-lg:active .icon, .side-btns.file-upload-label .btn:active .icon, .side-btns.file-upload-label .file-upload-label-lg:active .icon, .btn.side-btns .file-upload-label:active .icon, .side-btns.file-upload-label-lg .file-upload-label:active .icon, .side-btns.file-upload-label .file-upload-label:active .icon {
  fill: #1d1d1b;
}

.side-btns .btn.btn-external, .side-btns .btn-external.file-upload-label-lg, .side-btns .btn-external.file-upload-label {
  padding: 1em 3em 1em 1.5em;
}

.side-btns .btn.btn-external .icon, .side-btns .btn-external.file-upload-label-lg .icon, .side-btns .btn-external.file-upload-label .icon {
  position: absolute;
  right: 1.5em;
  top: 1.15em;
  width: 1.1em;
  height: 1.1em;
}

.side-btns .btn.btn-download, .side-btns .btn-download.file-upload-label-lg, .side-btns .btn-download.file-upload-label {
  color: #0909ff;
  text-transform: none;
  padding: 0.8em 1.5em 0.75em 3.5em;
}

.side-btns .btn.btn-download:hover, .side-btns .btn-download.file-upload-label-lg:hover, .side-btns .btn-download.file-upload-label:hover, .side-btns .btn.btn-download:active, .side-btns .btn-download.file-upload-label-lg:active, .side-btns .btn-download.file-upload-label:active {
  color: #1d1d1b;
}

.side-btns .btn.btn-download .icon, .side-btns .btn-download.file-upload-label-lg .icon, .side-btns .btn-download.file-upload-label .icon {
  position: absolute;
  left: 1.5em;
  top: 1em;
}

.side-btns .btn-download-info {
  color: #949494;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  white-space: nowrap;
}

.side-btns .btn.btn-download:hover .btn-download-info, .side-btns .btn-download.file-upload-label-lg:hover .btn-download-info, .side-btns .btn-download.file-upload-label:hover .btn-download-info, .side-btns .btn.btn-download:active .btn-download-info, .side-btns .btn-download.file-upload-label-lg:active .btn-download-info, .side-btns .btn-download.file-upload-label:active .btn-download-info {
  color: #1d1d1b;
}

/* laptop 1366 */
@media screen and (max-width: 1390px) {
  .btn, .file-upload-label-lg, .file-upload-label {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 992px) {
  .btn.btn-add-project, .btn-add-project.file-upload-label-lg, .btn-add-project.file-upload-label, .btn.btn-chevron:hover, .btn-chevron.file-upload-label-lg:hover, .btn-chevron.file-upload-label:hover, .btn.btn-chevron:active, .btn-chevron.file-upload-label-lg:active, .btn-chevron.file-upload-label:active {
    min-width: 0;
  }
  .btn.btn-add-project:before, .btn-add-project.file-upload-label-lg:before, .btn-add-project.file-upload-label:before, .btn.btn-chevron:hover:before, .btn-chevron.file-upload-label-lg:hover:before, .btn-chevron.file-upload-label:hover:before, .btn.btn-chevron:active:before, .btn-chevron.file-upload-label-lg:active:before, .btn-chevron.file-upload-label:active:before {
    right: 1.5rem;
  }
}
.content {
  padding: 0;
}

.content-border {
  border-top: 2px solid #e9e9e9;
  margin-top: 0.85rem;
}

/* Block */
.breadcrumbs {
  padding: 0 1em;
  position: relative;
  margin-bottom: -0.5em;
}

.breadcrumbs:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 0.85em;
}

.breadcrumbs ul {
  background: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 50;
  display: inline-block;
  margin: 0;
  list-style-type: none;
  padding: 0 0.5em;
}

.breadcrumbs li {
  display: inline-block;
  position: relative;
  color: #949494;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 0.2em;
  padding: 0;
}

.breadcrumbs li:not(:last-child) {
  padding-right: 1.5em;
}

.breadcrumbs li:not(:last-child):after {
  content: "›";
  position: absolute;
  right: 0.2em;
  top: 0;
  font-size: 1.3em;
  line-height: 1;
}

.breadcrumbs li a {
  display: block;
  color: #949494;
  text-decoration: none;
}

.breadcrumbs li a:hover, .breadcrumbs li a:active {
  text-decoration: underline;
}

.block {
  padding: 4.5em 0;
}

.block.block-narrow {
  padding: 3em 0;
}

.block.block-first {
  padding-top: 3.2em;
}

.block.block-last {
  padding-bottom: 3.5em;
}

.block.block-alt {
  background: #e9e9e9;
}

.block.block-alpha {
  padding-top: 0;
}

.block.block-omega {
  padding-bottom: 0;
}

.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
}

.box-alt, .box-bg {
  background: #e9e9e9;
}

.box-item {
  padding: 0.9em 1.5em 0 1.5em;
}

.box-head {
  font-size: 0.9em;
  text-transform: uppercase;
  color: rgb(135.25, 135.25, 135.25);
  margin-bottom: 0.1em;
}

.box-item:first-child {
  padding-top: 1.5em;
}

.box-item:last-child {
  padding-bottom: 1.5em;
}

.box-label {
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-size: 0.66em;
  padding: 0.35em 0.75em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
}

.box-img-border {
  border: 2px solid #e9e9e9;
  margin-bottom: 1em;
}

.box-img-border img {
  width: 100%;
}

.side-box, .box {
  overflow-wrap: break-word;
}

.side-box p, .side-box ul, .side-box ol, .box p, .box ul, .box ol {
  font-size: 0.9em;
  margin-bottom: 0;
}

.side-box .text-big p {
  font-size: 1.5rem;
}

.side-box .events .item, .side-box .events .nav {
  padding-left: 0;
  width: 100%;
  padding-bottom: 0.75em;
  border-bottom: 1px solid rgb(207.5, 207.5, 207.5);
}

.side-box .side-box-event:last-child .item, .side-box .side-box-event:last-child .nav {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.side-box .events .item-inner, .side-box .events .catalog .item, .side-box .events .catalog .nav, .catalog .side-box .events .item, .catalog .side-box .events .nav {
  padding-left: 3.5em;
}

.side-box .events .item-img, .side-box .events .item-icon {
  width: 2.75em;
  height: 2.75em;
}

.side-box .events .item-icon {
  background: #fff;
}

.side-box .events .item-icon .icon {
  width: 1.5em;
  height: 1.5em;
}

.side-box .events .item-title {
  font-size: 0.9em;
}

.side-box .events .item-title span {
  background: #e9e9e9;
  -webkit-box-shadow: 0.25em 0 0 #e9e9e9;
  -moz-box-shadow: 0.25em 0 0 #e9e9e9;
  box-shadow: 0.25em 0 0 #e9e9e9;
}

.side-box .events .item-label {
  background: #fff;
  margin: 0.35em 0;
  font-size: 0.7em;
}

.side-btns {
  overflow-wrap: break-word;
}

.side-btns:last-child {
  margin-bottom: 1.5rem;
}

.edit-box .box {
  background: #fff000;
  color: #1d1d1b;
}

.edit-box-action {
  display: block;
  color: #1d1d1b;
  text-transform: uppercase;
  font-size: 0.9em;
  position: relative;
  padding-left: 1.5rem;
}

.edit-box-action:not(:last-child) {
  margin-bottom: 1rem;
}

.edit-box-action:hover, .edit-box-action:active {
  color: #0909ff;
  text-decoration: underline;
}

.edit-box-action .icon {
  color: #0909ff;
  position: absolute;
  left: -0.1rem;
  top: 0.15em;
  width: 1rem;
  height: 1rem;
}

.page-note {
  font-size: 0.8em;
  padding-top: 1.25em;
  border-top: 2px solid #e9e9e9;
  margin-top: -1em;
}

.page-note-noborder {
  border: none;
}

.page-note p {
  margin-bottom: 1.25em;
}

.cta {
  padding: 3em 0 1.5em 0;
  border-top: 2px solid #1d1d1b;
}

.cta-head {
  margin-bottom: 0;
}

.cta-text {
  font-size: 1.2em;
}

.item-border {
  border-bottom: 2px solid #e9e9e9;
  padding: 0.85em 1em;
}

.newsletter-subscribe .footer-text {
  margin-bottom: 0.5rem;
}

/* Item lists */
.item-list, .navs {
  margin: 0 0 0 -1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-list.item-list-1 .item, .item-list.item-list-1 .nav, .item-list-1.navs .item, .item-list-1.navs .nav {
  width: 100%;
}

.item-list.item-list-2 .item, .item-list.item-list-2 .nav, .item-list-2.navs .item, .item-list-2.navs .nav {
  width: 50%;
}

.item-list.item-list-3 .item, .item-list.item-list-3 .nav, .item-list-3.navs .item, .item-list-3.navs .nav {
  width: 33.33333%;
}

.item-list.item-list-4 .item, .item-list.item-list-4 .nav, .item-list-4.navs .item, .item-list-4.navs .nav {
  width: 25%;
}

.item-list.item-list-5 .item, .item-list.item-list-5 .nav, .item-list-5.navs .item, .item-list-5.navs .nav {
  width: 20%;
}

.item-list.item-list-6 .item, .item-list.item-list-6 .nav, .item-list-6.navs .item, .item-list-6.navs .nav {
  width: 16.66666%;
}

.item, .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  position: relative;
}

.item-inner, .catalog .item, .catalog .nav {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -moz-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
  z-index: 10;
}

.item-inner:hover, .catalog .item:hover, .catalog .nav:hover, .item-inner:active, .catalog .item:active, .catalog .nav:active {
  text-decoration: none;
}

.item-title, .catalog .item-title {
  color: #0909ff;
  text-decoration: none;
  margin-bottom: 0.4em;
  font-size: 1.5em;
  text-transform: none;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.item-title-hl span {
  display: inline;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  line-height: 1;
  background: #fff;
  -webkit-box-shadow: 0.25em 0 0 #fff;
  -moz-box-shadow: 0.25em 0 0 #fff;
  box-shadow: 0.25em 0 0 #fff;
}

a.item-inner:hover .item-title, .catalog a.item:hover .item-title, .catalog a.nav:hover .item-title, a.item-inner:active .item-title, .catalog a.item:active .item-title, .catalog a.nav:active .item-title, .item-clickable:hover .item-title, .item-clickable:active .item-title, .item-link:hover .item-title, .item-link:active .item-title {
  color: #0909ff;
  text-decoration: underline;
}

a.item-inner:hover .item-title-hl, .catalog a.item:hover .item-title-hl, .catalog a.nav:hover .item-title-hl, a.item-inner:active .item-title-hl, .catalog a.item:active .item-title-hl, .catalog a.nav:active .item-title-hl, .item-clickable:hover .item-title-hl, .item-clickable:active .item-title-hl, .item-link:hover .item-title-hl, .item-link:active .item-title-hl {
  color: #1d1d1b;
  text-decoration: none;
}

a.item-inner:hover .item-title-hl span, .catalog a.item:hover .item-title-hl span, .catalog a.nav:hover .item-title-hl span, a.item-inner:active .item-title-hl span, .catalog a.item:active .item-title-hl span, .catalog a.nav:active .item-title-hl span, .item-clickable:hover .item-title-hl span, .item-clickable:active .item-title-hl span, .item-link:hover .item-title-hl span, .item-link:active .item-title-hl span {
  color: #1d1d1b;
  text-decoration: none !important;
  background: #fff000;
  -webkit-box-shadow: 0.25em 0 0 #fff000;
  -moz-box-shadow: 0.25em 0 0 #fff000;
  box-shadow: 0.25em 0 0 #fff000;
}

.item-clickable:hover, .item-clickable:active {
  cursor: pointer;
}

.item-link:hover, .item-link:active, .item-title a, .catalog .item-title a {
  text-decoration: none;
}

.item-text, .catalog .item-text, .item-subtext {
  color: #595959;
  font-size: 0.8em;
  margin-bottom: 0;
}

.item-text p:last-child, .item-subtext p:last-child {
  margin-bottom: 0;
}

.item .item-img, .nav .item-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-img img, .nav .item-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.item-more-link {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #1d1d1b;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 2em;
  padding-right: 0.25em;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.item-more-link:after {
  content: "";
  display: block;
  height: 2px;
  width: 1.5em;
  background: #0909ff;
  position: absolute;
  left: 0;
  top: 0.7em;
  -webkit-transition: width 0.1s ease-in;
  -o-transition: width 0.1s ease-in;
  -moz-transition: width 0.1s ease-in;
  transition: width 0.1s ease-in;
}

.item-more-link:hover, .item-more-link:active {
  padding-left: 2.75em;
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.item-more-link:hover:after {
  width: 2.25em;
  background: #1d1d1b;
}

.item-list-top-border {
  padding-top: 1.5em;
  border-top: 2px solid #e9e9e9;
}

.item-labels {
  margin-bottom: -0.4rem;
}

.item-label {
  font-size: 0.7em;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  color: #595959;
  text-align: center;
  width: auto;
  background: #e9e9e9;
  display: inline-block;
  padding: 0.75em 1.15em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.item-label:not(.item-label-no-hover):hover, .item-label:not(.item-label-no-hover):active {
  background: #fff000;
  color: #1d1d1b;
  text-decoration: none;
}

.catalog {
  margin-bottom: 1em;
}

.catalog .item, .catalog .nav {
  padding: 1.25em 4.25em 1.25em 8.25em;
  border-bottom: 1px solid #e9e9e9;
  min-height: 7.8em;
  margin-bottom: 0;
}

.catalog .item:first-child, .catalog .nav:first-child {
  border-top: 2px solid #e9e9e9;
}

.catalog .item:last-child, .catalog .nav:last-child {
  border-bottom: 2px solid #e9e9e9;
}

.catalog .item-img {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5.25em;
  height: 5.25em;
  position: absolute;
  left: 1.25em;
  top: 1.25em;
}

.catalog .item-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.catalog .item.item-no-img, .catalog .item-no-img.nav {
  padding: 1em 1.5em 1em 1.5em;
}

.catalog .item.item-no-img .item-title, .catalog .item-no-img.nav .item-title {
  margin-bottom: 0.35em;
}

.catalog .item-icon {
  width: 5.15em;
  height: 5.15em;
  background: #e6e6ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 1.25em;
  top: 1.25em;
}

.catalog .item-icon .icon {
  width: 2.55em;
  height: 2.55em;
  fill: #0909ff;
}

.catalog .item-avatar {
  background: #e9e9e9;
  color: rgb(173.5, 173.5, 173.5);
}

.catalog .item-avatar span {
  font-size: 1.2em;
  font-weight: 400;
}

.catalog .item-date {
  margin: -0.25em 0 0.1em 0;
  font-size: 0.9em;
}

.catalog .item-title {
  margin-bottom: 0.25em;
}

.catalog .item-title-hl span {
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}

.catalog a.item:hover .item-title-hl span, .catalog a.nav:hover .item-title-hl span, .catalog a.item:active .item-title-hl span, .catalog a.nav:active .item-title-hl span {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.catalog .item:hover .item-title-hl, .catalog .nav:hover .item-title-hl, .catalog .item:hover .item-title-hl a, .catalog .nav:hover .item-title-hl a, .catalog .item:active .item-title-hl, .catalog .nav:active .item-title-hl, .catalog .item:active .item-title-hl a, .catalog .nav:active .item-title-hl a {
  text-decoration: none;
}

.catalog .item-title-hl a:hover, .catalog .item-title-hl a:active {
  text-decoration: none;
}
.catalog .item-title-hl a:hover span, .catalog .item-title-hl a:active span {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.catalog .item-text {
  font-size: 0.9em;
  margin-bottom: 0;
}

.catalog .item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.35em;
}

.catalog .item-info-title {
  font-size: 0.9em;
  min-width: 10em;
  max-width: 10em;
  color: #949494;
  text-transform: uppercase;
}

.catalog .item-info-text {
  font-size: 0.9em;
  color: #1d1d1b;
  padding-left: 1em;
}

.catalog .item-info-text p {
  margin-bottom: 0.35em;
}

.catalog .item-info-text p:last-child {
  margin-bottom: 0;
}

.catalog .item-more-content {
  padding-top: 1em;
  color: #595959;
}

.catalog .item-btn {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
}

.catalog .item-btn-center {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog .item-btn.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-small .item, .catalog-small .nav, .catalog-xsmall .item, .catalog-xsmall .nav {
  padding: 0.5em 3em 0.5em 3.25em;
  min-height: 4.8em;
}

.catalog-small .item-img, .catalog-xsmall .item-img {
  width: 1.75em;
  height: 1.75em;
  top: 0.35em;
  left: 0.75em;
}

.catalog-small .person-img.person-icon, .catalog-xsmall .person-img.person-icon {
  padding: 0.35em;
}

.catalog-small .item-title, .catalog-xsmall .item-title {
  font-size: 0.9em;
  margin-bottom: 0.1em;
}

.catalog-small .item-text, .catalog-xsmall .item-text {
  font-size: 0.9em;
  margin-bottom: 0.1em;
}

.catalog-small .item-btn, .catalog-xsmall .item-btn {
  top: 0.45em;
  width: 1.5em;
  height: 1.5em;
}

.catalog-small .item-btn .icon, .catalog-xsmall .item-btn .icon {
  width: 1.15em;
  height: 1.15em;
  margin-left: 0.1em;
}

.catalog-xsmall .catalog-cols {
  min-height: 0;
}

.catalog-singleline .item, .catalog-singleline .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-singleline .item-title {
  margin-bottom: 0;
}

.catalog.catalog-no-btn .item, .catalog.catalog-no-btn .nav {
  padding-right: 1.5em;
}

.catalog-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4.5rem;
  margin-left: -1.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-col {
  padding-left: 1.5rem;
}

.catalog-application .item, .catalog-application .nav {
  padding: 0.5em 5.5em 0.5em 1.5em;
  min-height: 0;
}

.catalog-application .catalog-application-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog-application .catalog-application-title .item-title {
  margin-bottom: 0;
}

.catalog-application-state {
  margin-right: 2.5rem;
  max-width: 40%;
}

.catalog-application-state-text {
  padding: 0.35rem 0;
}

.catalog-application-label-wrap {
  width: 7rem;
}

.catalog-application-label-wrap--wide {
  width: auto;
}

.catalog-application-label {
  padding: 0.3rem 0.75rem 0.35rem 0.75rem;
  display: inline-block;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  border-radius: 1.2em;
}

.catalog-application-label--ongoing {
  background: #09C38A;
  color: #fff;
}

.catalog-application-label--closed {
  background: #FB0029;
  color: #fff;
}

.catalog-application-label--small {
  font-size: 0.9rem;
}

/* Content */
.image-set {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  min-height: 24em;
  max-height: 30em;
}

.image-set figure {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.image-set figure img {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
  height: auto;
}

.image-set.image-set-1 figure {
  width: 100%;
}

.image-set.image-set-1 img {
  position: relative;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.image-set.image-set-1 {
  height: auto !important;
}

.image-set.image-set-1-1 > figure, .image-set.image-set-1-1 > .image-set-col {
  width: 50%;
  border-right: 1px solid #fff;
}

.image-set.image-set-2-1 > figure:first-child, .image-set.image-set-2-1 > .image-set-col:first-child {
  width: 70%;
}

.image-set.image-set-2-1 > figure:last-child, .image-set.image-set-2-1 > .image-set-col:last-child {
  width: 30%;
}

.image-set.image-set-2-1 img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}

.image-set .image-set-col-3 figure {
  width: 100%;
  height: 33.333%;
}

.image-set-2-1-border .image-set-col-1 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.image-set-2-1-border .image-set-col-3 figure {
  border-bottom: 1px solid #fff;
}

.image-set.h-760 {
  max-height: 38em;
  min-height: 0;
}

.image-set.h-600 {
  height: 30em;
  max-height: none;
  min-height: 0;
}

.image-set.h-350 {
  height: 17.5em;
  max-height: none;
  min-height: 0;
}

.intro-image.image-set img {
  width: 100%;
  min-height: 0;
  position: relative;
}

.events .item, .events .nav {
  width: 33.33333%;
}

.events .item-inner, .events .catalog .item, .events .catalog .nav, .catalog .events .item, .catalog .events .nav {
  padding: 0 0 0 6.75em;
  min-height: 5.25em;
}

.events .item-img {
  background: #e9e9e9;
  width: 5.25em;
  height: 5.25em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.events .item-icon {
  width: 5.25em;
  height: 5.25em;
  background: #e6e6ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.events .item-icon .icon {
  width: 2.55em;
  height: 2.55em;
  fill: #0909ff;
}

.events .item-date-wrap {
  width: 7em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  color: #1d1d1b;
  padding: 0.8em 1em;
}

.events .item-date {
  font-size: 0.8em;
  color: #1d1d1b;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 400;
}

.events .item-label, .event-item-label, .assignment-subjects ul li a {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #595959;
  background: #e9e9e9;
  display: inline-block;
  padding: 0.75em 1.15em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.event-item-label-hover, .events .item-label:hover, .events .item-label:active, .event-item-label:hover, .assignment-subjects ul li a:hover, .event-item-label:active, .assignment-subjects ul li a:active {
  background: #fff000;
  color: #1d1d1b;
  text-decoration: none;
}

.news .item, .news .nav {
  width: 33.33333%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-img {
  margin-bottom: 1.4em;
  padding-top: 0.35em;
}

.news-img img {
  width: 100%;
}

.news .item-date {
  color: #1d1d1b;
  font-size: 0.8em;
  margin-bottom: 0.25em;
  font-weight: 400;
}

.news .item-date-pipe {
  margin: 0 0.5em;
}

.news .item-date .item-label {
  -webkit-transform: translateY(-0.15em);
  -moz-transform: translateY(-0.15em);
  -ms-transform: translateY(-0.15em);
  -o-transform: translateY(-0.15em);
  transform: translateY(-0.15em);
}

.news .item-more-link {
  margin-top: 1.75em;
}

.news:not(.news-hp) .item-list, .news:not(.news-hp) .navs {
  margin-left: -5em;
}

.news:not(.news-hp) .item, .news:not(.news-hp) .nav {
  padding-left: 5em;
  margin-bottom: 2.5em;
}

.project {
  margin-bottom: 1.5em;
}

.project-img {
  margin-bottom: 1.5em;
  position: relative;
}

.project-img img {
  width: 100%;
}

.project-date {
  color: #1d1d1b;
  font-size: 0.8em;
  margin-bottom: 0.2em;
  position: relative;
}

.project-title {
  color: #0909ff;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 0.35em;
}

.project-author {
  color: #1d1d1b;
  font-size: 0.8em;
}

.project-awards {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-awards-icon {
  height: 2.5em;
  width: 2.5em;
  display: block;
  margin-left: 0.6rem;
}

.project-image .project-text {
  position: relative;
}

.project-image .project-text:after {
  content: "";
  display: block;
  width: 2px;
  height: 5em;
  background: #0909ff;
  position: absolute;
  top: -5.5em;
  left: 2.75em;
}

.projects-small .project-image .project-text:after {
  height: 4em;
  top: -4.25em;
}

.projects-alt .project {
  width: 41%;
}

.projects-alt .project-wide {
  width: 59%;
}

.projects-hp .project-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.projects.theses .project {
  width: 25%;
}

.projects.theses.atelier .project {
  width: 33%;
}

.projects.theses .project-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.projects.theses .project-image .project-text::after {
  height: 3em;
  top: -3.75em;
}

.projects.theses .project-title {
  font-size: 1em;
}

.projects.theses.award .project {
  width: 41%;
}

.projects.theses.award .project-wide {
  width: 59%;
}

.project-catalog-title {
  width: 34%;
}

.project-catalog-author {
  width: 30%;
}

.project-catalog-semester {
  width: 18%;
}

.project-catalog-state {
  width: 18%;
}

.project-catalog-state .icon {
  font-size: 0.8em;
  margin-top: 0.35em;
}

.activity-catalog .item, .activity-catalog .nav {
  min-height: 0;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.activity-catalog .catalog-col {
  width: 21%;
}

.activity-catalog .catalog-col:last-child {
  text-align: right;
}

.activity-catalog-event.catalog-col {
  width: 18%;
}

.activity-catalog-title.catalog-col {
  width: 25%;
}

.activity-catalog-type.catalog-col {
  width: 15%;
}

.item-list.item-list-2 .project-big, .item-list-2.navs .project-big {
  width: 100%;
}

.citation {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.citation-inner {
  background: #e9e9e9;
  padding: 2.5em 2.5em 0 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.citation-text {
  color: #1d1d1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 25;
}

.citation-text > * {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 400;
}

.citation-text p:last-child {
  margin-bottom: 0.5em;
}

.citation-author {
  padding: 0 0 2em 0;
  z-index: 20;
}

.citation-img {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5.5em;
  height: 5.5em;
  width: 5.5em;
  min-width: 5.5em;
}

.citation-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.citation-name {
  color: #0909ff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.75em;
  margin-top: 0.5em;
  font-size: 0.9em;
}

.citation-position {
  font-size: 0.7em;
  color: #1d1d1b;
}

.citation:nth-child(odd) .citation-inner {
  min-height: 25.5em;
}

.citation:nth-child(even) .citation-inner {
  min-height: 26.5em;
}

.citations-alt .citation:nth-child(even) .citation-inner {
  min-height: 25.5em;
}

.citations-alt .citation:nth-child(odd) .citation-inner {
  min-height: 26.5em;
}

.citations-aligned .citation {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.citations.citations-aligned .citation-inner {
  min-height: 26em;
}

.citation-author-image .citation-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 7.5em;
}

.citation-author-image .citation-name:after {
  content: "";
  display: block;
  height: 2px;
  width: 2.25em;
  background: #0909ff;
  position: absolute;
  left: -3em;
  top: 0.6em;
}

.citation-bg .citation-text {
  color: #fff;
}

.citation-bg .citation-name, .citation-bg .citation-position {
  color: rgba(255, 255, 255, 0.6);
}

.citation-bg-img {
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.citation-bg-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(29, 29, 27, 0.8);
  z-index: 2;
}

.citation-bg-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: grayscale(100%) contrast(150%);
  filter: grayscale(100%) contrast(150%);
}

.citations-blue .citation-bg-img img, .citation-bg-blue .citation-bg-img img {
  -webkit-filter: grayscale(100%) contrast(100%) brightness(150%);
  filter: grayscale(100%) contrast(100%) brightness(150%);
}

.citations-blue .citation-bg-img:before, .citation-bg-blue .citation-bg-img:before {
  background: rgba(29, 29, 27, 0.2);
}

.citations-blue .citation-bg-img:after, .citation-bg-blue .citation-bg-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 255, 0.7);
  z-index: 3;
}

.citations .citation-v .citation-inner {
  min-height: 35em;
}

.citations .citation-h .citation-inner {
  min-height: 28em;
}

.citations-big .citation-text > * {
  font-size: 2.2em;
  font-weight: 300;
}

.citations-big .citation-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load-more .link-btn-text {
  font-size: 1.5em;
  color: #0909ff;
}

.item-list-1 .citation {
  width: 100%;
}

.item-list-2 .citation {
  width: 50%;
}

.item-list-2 .citation-v {
  width: 40%;
}

.item-list-2 .citation-h {
  width: 60%;
}

.nav {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-inner {
  border-top: 2px solid rgb(227.9, 227.9, 227.9);
  border-bottom: 2px solid rgb(227.9, 227.9, 227.9);
  margin-bottom: 1em;
  width: 100%;
}

.nav-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.9em 5.5em 0.6em 1em;
  min-height: 5em;
  position: relative;
}

.nav-title {
  font-size: 1.5em;
  margin-bottom: 0;
}

.nav-title-border {
  border-bottom: 2px solid #e9e9e9;
}

.nav-text {
  margin-bottom: 1em;
  margin-top: 0.25em;
  padding: 0 1.5em;
}

.nav-list {
  margin-bottom: 0;
  padding: 0;
  margin-top: auto;
}

.nav-list li {
  margin-bottom: 0;
  padding: 0;
}

.nav-list li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.nav-icon {
  position: absolute;
  right: 1em;
  top: 1.2em;
  width: 3.5em;
  height: 3.5em;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.6em;
  text-align: center;
}

.nav-icon .icon, .nav-icon img {
  width: 2em;
  height: 2em;
}

.nav .btn, .nav .file-upload-label-lg, .nav .file-upload-label {
  width: 100%;
}

.image-box {
  background: #e9e9e9;
}

.image-box-text {
  padding: 2.5em;
  padding-right: 1em;
}

.image-box-img {
  position: relative;
}

.image-box-img:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.5em;
  background: #0909ff;
  position: absolute;
  top: 3.5em;
  left: -2.5em;
}

/* About faculty */
.text-block.text-block-left {
  padding-right: 2em;
}

.text-block.text-block-right {
  padding-left: 2em;
}

.persons-center .item-list, .persons-center .navs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.persons .item, .persons .nav {
  width: 20%;
}

.persons .item-inner, .persons .catalog .item, .catalog .persons .item, .persons .catalog .nav, .catalog .persons .nav {
  text-align: center;
}

.persons .item-title {
  font-size: 0.9em;
  text-transform: uppercase;
}

.persons .item-text {
  font-size: 0.7em;
  color: #1d1d1b;
}

.persons .item-img {
  width: 7.5em;
  height: 7.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 1em auto;
}

.persons .item-icon {
  background: #e9e9e9;
  color: rgb(178.6, 178.6, 178.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.persons .item-icon .icon {
  width: 2.55em;
  height: 2.55em;
}

.persons .item-list.item-list-5 .item-img, .persons .item-list-5.navs .item-img {
  width: 6em;
  height: 6em;
}

.persons .item-list.item-list-5 .item-img img, .persons .item-list-5.navs .item-img img {
  width: 100%;
}

/* About study */
.block-page-perex {
  min-height: 29em;
}

.image-text {
  padding: 2em 1.75em 0 1.75em;
}

.image-text-top {
  padding: 0 1.75em 1.5em 1.75em;
  -webkit-transform: translateY(-0.7em);
  -moz-transform: translateY(-0.7em);
  -ms-transform: translateY(-0.7em);
  -o-transform: translateY(-0.7em);
  transform: translateY(-0.7em);
}

.image-bg {
  position: relative;
  min-height: 35em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-bg img {
  width: 100%;
  height: auto;
}

.image-bg-text {
  width: 40%;
  position: absolute;
  z-index: 20;
  margin: 2em 0;
  background: #fff;
  padding: 1.75em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-bg-text-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.number-wrap {
  position: relative;
}

.number-wrap.number-wrap-shifted {
  margin-top: 5em;
}

.number-wrap .number {
  width: 2em;
  position: absolute;
  top: 0;
  font-size: 2.4em;
  border-top: 2px solid #0909ff;
  z-index: 50;
  padding-top: 0.3em;
}

.number-left {
  padding-left: 6.5em;
}

.number-left .number {
  left: 0;
}

.number-right {
  padding-right: 6.5em;
}

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

/* About study field */
.anchors-wrap {
  position: relative;
  background: #fff;
  width: 100%;
}

.anchors-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}

.anchors-nav li {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.anchors-nav li:not(:last-child) .anchor {
  border-right: none;
}

.anchor {
  display: inline-block;
  padding: 0.75em 1em;
  font-size: 0.9em;
  color: #1d1d1b;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #e9e9e9;
}

.anchor:hover, .anchor:active {
  background: #0909ff;
  color: #fff;
  border-color: #0909ff;
  text-decoration: none;
}

.anchors-wrap.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.anchor-content {
  margin-top: 2em;
}

.cards .item-inner, .cards .catalog .item, .catalog .cards .item, .cards .catalog .nav, .catalog .cards .nav {
  border-bottom: 2px solid #e9e9e9;
}

.cards .item-img {
  height: 10.5em;
  margin-bottom: 0;
}

.cards .item-content {
  position: relative;
  padding: 1.25em 1.5em 1.5em 1.5em;
}

.cards .item-title {
  font-size: 1.5em;
  color: #1d1d1b;
  text-transform: uppercase;
  margin-bottom: 0.35em;
}

.cards .item-text {
  color: #1d1d1b;
  font-size: 0.9em;
}

.cards .item-image .item-content:after {
  content: "";
  display: block;
  width: 2px;
  height: 1.8em;
  background: #0909ff;
  position: absolute;
  left: 1.85em;
  top: -1em;
}

.cards a.item-inner .item-title, .cards .catalog a.item .item-title, .catalog .cards a.item .item-title, .cards .catalog a.nav .item-title, .catalog .cards a.nav .item-title {
  color: #0909ff;
}

.list-ordered li {
  position: relative;
  padding-left: 4.2em;
  margin-bottom: 1.25em;
}

.list-ordered li:before {
  content: counter(counter);
  display: block;
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
  text-align: center;
  color: #0909ff;
  font-size: 0.9em;
  padding: 0.25em;
  position: absolute;
  left: 1.2em;
  top: 0.1em;
}

.list-ordered-title {
  font-size: 1.5rem;
  text-transform: none;
  margin-bottom: 0.15em;
}

.courses {
  margin-bottom: 1em;
}

/* Text page */
.text-content > .row:not(:first-child), .text-content .container > .row:not(:first-child) {
  margin-top: 1.75em;
}

.caption-image {
  position: relative;
  margin-bottom: 0.5em;
}

.caption-image:not(:last-child) {
  margin-bottom: 1.75em;
}

.caption-image img {
  width: 100%;
}

.caption-image figcaption {
  background: #e9e9e9;
  padding: 1.2em 1.2em 1em 1.2em;
  position: relative;
}

.caption-image figcaption:after {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  background: #0909ff;
  position: absolute;
  top: -1.2em;
  left: 2.5em;
}

.caption-video .btn, .caption-video .file-upload-label-lg, .caption-video .file-upload-label {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(29, 29, 27, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(29, 29, 27, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(29, 29, 27, 0.2);
}

.caption-video {
  position: relative;
}

.caption-embed-video-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.caption-embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video {
  width: 100%;
  height: auto;
}

.accordions {
  margin-bottom: 1.5em;
}

.accordion {
  position: relative;
  border-top: 2px solid #e9e9e9;
  padding: 1em 0.8em 1em 1.25em;
}

.accordion:last-child {
  border-bottom: 2px solid #e9e9e9;
}

.accordion-title {
  text-transform: none;
  padding-right: 4.5em;
  margin-bottom: 0;
  color: #0909ff;
  font-size: 1.5em;
  position: relative;
}

.accordion-title:hover, .accordion-title:active {
  cursor: pointer;
}
.accordion-title:hover .accordion-title-text, .accordion-title:active .accordion-title-text {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}
.accordion-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.accordion-title.active .accordion-btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-desc {
  padding-right: 4.5em;
  margin-top: 0.5em;
  max-width: 750px;
}

.accordion-content {
  margin-top: 1em;
  padding-right: 4.5em;
  max-width: 750px;
}

.accordion-content h1, .accordion-content h2, .accordion-content h3, .accordion-content h4, .accordion-content h5, .accordion-content h6 {
  text-transform: none;
}
.accordion-content h1:after, .accordion-content h1:before, .accordion-content h2:after, .accordion-content h2:before, .accordion-content h3:after, .accordion-content h3:before, .accordion-content h4:after, .accordion-content h4:before, .accordion-content h5:after, .accordion-content h5:before, .accordion-content h6:after, .accordion-content h6:before {
  display: none;
}

.accordion-content h1, .accordion-content h2, .accordion-content h3 {
  font-size: 1.5em;
}

.accordion-content h4, .accordion-content h5 {
  font-size: 1.2em;
}

.accordions-image .accordion-img:not(:first-child) {
  margin-top: 2em;
}

.accordions-image .accordion-inner-img {
  margin-bottom: 1.5em;
}

.accordion-image {
  border-top: none;
}

.accordions.item-list .item, .accordions.navs .item, .accordions.item-list .nav, .accordions.navs .nav, .accordions .item-list .item, .accordions .navs .item, .accordions .item-list .nav, .accordions .navs .nav {
  margin-bottom: 0;
}

.accordions.item-list .item:not(:nth-child(-n+2)) .accordion, .accordions.navs .item:not(:nth-child(-n+2)) .accordion, .accordions.item-list .nav:not(:nth-child(-n+2)) .accordion, .accordions.navs .nav:not(:nth-child(-n+2)) .accordion, .accordions .item-list .item:not(:nth-child(-n+2)) .accordion, .accordions .navs .item:not(:nth-child(-n+2)) .accordion, .accordions .item-list .nav:not(:nth-child(-n+2)) .accordion, .accordions .navs .nav:not(:nth-child(-n+2)) .accordion {
  border-top: none;
}

.accordions-2 .accordion-btn {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.accordions-2 .accordion-title.active .accordion-btn {
  -webkit-transform: scale(0.8) rotate(180deg);
  -moz-transform: scale(0.8) rotate(180deg);
  -ms-transform: scale(0.8) rotate(180deg);
  -o-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

.text-content .accordion-title {
  text-transform: none;
}

.box-alert {
  background: #fff000;
  color: #1d1d1b;
  padding: 1.2em 4em 1.2em 1.5em;
  position: relative;
}

.box-alert h1, .box-alert h2, .box-alert h3, .box-alert h4, .box-alert h5, .box-alert h6 {
  color: #1d1d1b;
  text-transform: none;
}
.box-alert h1:after, .box-alert h1:before, .box-alert h2:after, .box-alert h2:before, .box-alert h3:after, .box-alert h3:before, .box-alert h4:after, .box-alert h4:before, .box-alert h5:after, .box-alert h5:before, .box-alert h6:after, .box-alert h6:before {
  display: none;
}

.box-alert h1, .box-alert h2, .box-alert h3 {
  font-size: 1.5em;
}

.box-alert h4, .box-alert h5 {
  font-size: 1.2em;
}

.box-alert-icon {
  background: #fff;
  width: 2.1em;
  height: 2.1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  color: #0909ff;
  text-align: center;
}

.box-alert-icon .icon {
  width: 1.55em;
  height: 1.55em;
  margin: 0.1em 0;
}

.content-items .item-inner, .content-items .catalog .item, .catalog .content-items .item, .content-items .catalog .nav, .catalog .content-items .nav {
  border-top: 2px solid #e9e9e9;
  padding: 0.5em 1em 0 1em;
}

.content-items .item-inner.item-image, .content-items .catalog .item-image.item, .catalog .content-items .item-image.item, .content-items .catalog .item-image.nav, .catalog .content-items .item-image.nav {
  border-top: none;
  padding-top: 0;
}

.content-items .item-title {
  color: #1d1d1b;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.content-items .item-text {
  font-size: 1em;
  color: #000;
}

.content-items .item-image {
  position: relative;
  margin-bottom: 1em;
}

.content-items .item-image img {
  width: 100%;
  height: auto;
}

/* Ateliers */
.filter {
  background: #e9e9e9;
  padding: 1.5em 1.5em;
}

.filter-details {
  padding: 0.75em 0 0.75em 1.5em;
  color: #595959;
}

.filter-btns .btn, .filter-btns .file-upload-label-lg, .filter-btns .file-upload-label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.atelier-warning {
  color: #d40019;
}

.atelier-warning:before {
  content: " ✖";
  margin-right: 0.3em;
  font-weight: 400;
}

.atelier-item-warning {
  margin: 0.2em 2.5em 0 0;
}

.atelier-sh-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.atelier-sh {
  text-transform: uppercase;
  font-size: 0.9em;
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  color: #0909ff;
  cursor: pointer;
}

.atelier-sh:hover, .atelier-sh:active {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.atelier-sh .icon {
  margin-top: 0.15em;
  -webkit-transition: -webkit-transform 0.07s ease-in;
  transition: -webkit-transform 0.07s ease-in;
  -o-transition: -o-transform 0.07s ease-in;
  -moz-transition: transform 0.07s ease-in, -moz-transform 0.07s ease-in;
  transition: transform 0.07s ease-in;
  transition: transform 0.07s ease-in, -webkit-transform 0.07s ease-in, -moz-transform 0.07s ease-in, -o-transform 0.07s ease-in;
}

.atelier-sh.active .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ateliers .item-assignments {
  border-bottom: 1px solid #e9e9e9;
  padding: 0.5em 1.25em 1.5em 8.25em;
}

.ateliers .assignment {
  padding-left: 2.5em;
}

.ateliers .assignment:not(:last-child) {
  margin-bottom: 0.35em;
}

.ateliers .assignment:last-child {
  margin-bottom: 1.25em;
}

.ateliers .assignment-title {
  font-size: 1.2em;
  color: #595959;
  display: inline-block;
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}

.ateliers .assignment-order {
  font-size: 0.9em;
  top: 0;
}

.ateliers .assignment-subjects {
  margin-top: 0.2rem;
  margin-bottom: 0.25em;
}

.ateliers .assignment-sh {
  position: relative;
  cursor: pointer;
}

.ateliers .assignment-sh:hover .assignment-title span, .ateliers .assignment-sh:active .assignment-title span {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.ateliers .assignment-sh .btn-round, .ateliers .assignment-sh .slider-nav .next, .slider-nav .ateliers .assignment-sh .next, .ateliers .assignment-sh .slider-nav .prev, .slider-nav .ateliers .assignment-sh .prev {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-left: 1em;
  position: absolute;
  right: 0.35em;
  top: 0;
}

.ateliers .assignment-sh.active .btn-round, .ateliers .assignment-sh.active .slider-nav .next, .slider-nav .ateliers .assignment-sh.active .next, .ateliers .assignment-sh.active .slider-nav .prev, .slider-nav .ateliers .assignment-sh.active .prev {
  -webkit-transform: scale(0.8) rotate(180deg);
  -moz-transform: scale(0.8) rotate(180deg);
  -ms-transform: scale(0.8) rotate(180deg);
  -o-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

.ateliers .assignments .sh-trig-more {
  display: inline-block;
  position: relative;
}

.ateliers .assignments .sh-trig-more .btn-round, .ateliers .assignments .sh-trig-more .slider-nav .next, .slider-nav .ateliers .assignments .sh-trig-more .next, .ateliers .assignments .sh-trig-more .slider-nav .prev, .slider-nav .ateliers .assignments .sh-trig-more .prev {
  position: relative;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.ateliers .assignment:not(:last-child) .sh-content {
  margin-bottom: 1.75em;
}

.ateliers .meetings {
  margin-bottom: 0;
}

.ateliers .meeting-info {
  padding-right: 2em;
}

.ateliers .meeting-sh {
  position: relative;
  cursor: pointer;
}

.ateliers .meeting-sh .btn-round, .ateliers .meeting-sh .slider-nav .next, .slider-nav .ateliers .meeting-sh .next, .ateliers .meeting-sh .slider-nav .prev, .slider-nav .ateliers .meeting-sh .prev {
  -webkit-transform: translateY(-50%) scale(0.8);
  -moz-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  -o-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
  position: absolute;
  right: -0.75em;
  top: 50%;
}

.ateliers .item.item-no-border, .ateliers .item-no-border.nav {
  border: none;
}

.head-image {
  position: relative;
  padding-left: 9em;
  margin-bottom: 2em;
  min-height: 7em;
}

.head-image-img {
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 7em;
  height: 7em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  bottom: 0.3em;
}

.head-image-img:not(.head-image-icon) img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.head-image-icon {
  background: #e9e9e9;
  color: rgb(178.6, 178.6, 178.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em;
}

.head-image-icon .icon {
  width: 100%;
  height: 100%;
}

.head-image .btn, .head-image .file-upload-label-lg, .head-image .file-upload-label {
  margin-bottom: 0.75em;
}

.head-image-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-image-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0909ff;
  color: #fff;
  font-size: 1.8em;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
}

.head-logo {
  position: relative;
  padding-left: 12em;
}

.head-logo-img {
  position: absolute;
  width: 10em;
  height: 7em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 0;
  bottom: 0.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.head-logo-img img, .head-logo-img.head-image-img img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  width: auto;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.persons-list {
  margin-bottom: 1em;
}

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 2px solid #e9e9e9;
  min-height: 4.35em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3.75em;
  padding-right: 1.5em;
}

.person-no-img {
  padding-left: 0.5em;
}

.person-img {
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 3em;
  height: 3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.person-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.person-img.person-icon {
  background: #e9e9e9;
  color: rgb(178.6, 178.6, 178.6);
  padding: 0.65em;
}

.person-img.person-icon .icon {
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 100%;
  height: 100%;
}

.person-name {
  font-size: 0.9em;
  color: #0909ff;
  margin-bottom: 0;
  text-transform: none;
  padding: 0 0.25em;
}

.person-name-hl {
  display: inline;
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}

.person-desc {
  margin-bottom: 0;
  color: #1d1d1b;
  margin-left: 1em;
  font-size: 0.9em;
}

.person:hover, .person:active {
  text-decoration: none;
}

.person:hover .person-name-hl, .person:active .person-name-hl {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.persons-list-condensed {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 0.75em;
}

.persons-list-condensed .person {
  border-bottom: none;
  min-height: 3.5em;
}

.persons-list-condensed .person-img {
  top: 0.4em;
}

.persons-list-detailed .person {
  padding-right: 4.5em;
}

.persons-list-detailed .person-name {
  width: 40%;
}

.persons-list-detailed .person-desc {
  width: 60%;
}

.persons-list-detailed .person-btn {
  position: absolute;
  top: 1em;
  right: 1.25em;
}

.persons-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #e9e9e9;
  padding: 0.25em 0;
}

.persons-group:last-of-type {
  border-bottom: 2px solid #e9e9e9;
}

.persons-group-label {
  width: 8.25em;
  padding: 0.25em 1.25em;
}

.persons-group .persons-list {
  margin-bottom: 0;
  width: 100%;
}

.persons-group .person:last-child {
  border-bottom: none;
}

.officers {
  width: 100%;
}

.officer-item, .catalog-small .officer.item, .catalog-small .officer.nav {
  min-height: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.officer-item .person-img, .catalog-small .officer.item .person-img, .catalog-small .officer.nav .person-img {
  top: 0.55rem;
}

div.officer .item-title {
  color: #1d1d1b;
}

.assignment {
  position: relative;
  padding-left: 3em;
}

.assignment:not(:last-child) {
  margin-bottom: 1.75em;
}

.assignment-order {
  position: absolute;
  display: block;
  left: 0;
  top: 0.15em;
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
  text-align: center;
  color: #0909ff;
  padding: 0.1em;
}

.assignment-title {
  text-transform: none;
  font-size: 1.5em;
  color: #1d1d1b;
  margin-bottom: 0.5em;
}

.assignment-content {
  margin-bottom: 1em;
}

.assignment-subjects ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.assignment-subjects ul li {
  padding: 0;
  margin: 0 0 0.5em 0;
  color: #949494;
  font-size: 0.9em;
}

.assignment-subjects ul li:not(:first-child) {
  margin-left: 0.5em;
}

.assignment-subjects ul li a {
  text-decoration: none;
  padding: 0.6em 1.15em;
  -webkit-border-radius: 1.75em;
  -moz-border-radius: 1.75em;
  border-radius: 1.75em;
}

.assignment .gallery-slider {
  margin-bottom: 1.25em;
}

.assignment .downloads {
  margin: 0.75em 0 1em 0;
}

.meetings {
  margin-bottom: 1.5em;
}

.meeting {
  background: #e9e9e9;
  padding: 0.8em 1em 0.8em 3.5em;
  position: relative;
  margin-bottom: 2px;
}

.meeting-icon {
  position: absolute;
  left: 0.75em;
  top: 0.5em;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #0909ff;
  background: #fff;
  padding: 0.3em;
}

.meeting-icon-red {
  color: #d40019;
}

.meeting-info {
  font-size: 0.9em;
}

.meeting-title {
  min-width: 20%;
  display: inline-block;
}

.meeting-date {
  color: #949494;
  padding-left: 1em;
}

.meeting-room {
  color: #949494;
  float: right;
}

.meeting-text {
  padding-top: 0.8em;
  margin-top: 0.8em;
  border-top: 2px solid rgb(220.25, 220.25, 220.25);
}

.meetings-m-b-2 .meeting:last-child {
  margin-bottom: 2em;
}

/* Study plan */
.link-boxes {
  margin-bottom: 1.5em;
}

.link-box {
  display: block;
  background: #e9e9e9;
  color: #0909ff;
  font-size: 0.9em;
  padding: 1em 2.75em 1em 1.5em;
  position: relative;
  margin-bottom: 2px;
  width: 100%;
}

.link-box-btn {
  position: absolute;
  right: 1.35em;
  top: 1.75em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.7em;
  height: 1.7em;
  border: none;
  text-align: center;
}

.link-box-btn .icon {
  width: 1em;
  height: 1em;
  margin: 0.35em;
}

.link-box-big {
  font-size: 1.5em;
  line-height: 1.4;
  padding: 0.8em 2.75em 0.8em 1em;
}

.link-box-big .link-box-btn {
  width: 1.25em;
  height: 1.25em;
  right: 0.7em;
  top: 1.5em;
}

.link-box-big .link-box-btn .icon {
  margin: 0.15em;
}

.link-box-big .link-box-btn .icon-external {
  width: 0.75em;
  height: 0.75em;
  margin: 0.25em;
}

.link-box > .icon {
  width: 0.65em;
  height: 0.65em;
  margin: 0.45em 0 0 0.15em;
}

.link-boxes.item-list, .link-boxes.navs {
  margin-bottom: 0;
}

.link-boxes.item-list .link-box, .link-boxes.navs .link-box {
  margin-bottom: 0;
}

.link-boxes.item-list .item, .link-boxes.navs .item, .link-boxes.item-list .nav, .link-boxes.navs .nav {
  margin-bottom: 1.35em;
}

.downloads {
  margin-bottom: 1.5em;
}

.download {
  display: block;
  border-top: 1px solid #e9e9e9;
  font-size: 0.9em;
  padding: 0.65em 3.5em 0.65em 2.5em;
  position: relative;
}

.download-title {
  color: #0909ff;
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0.25em;
}

.download:hover .download-title, .download:active .download-title {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.download-info {
  color: #595959;
}

.download:first-child {
  border-top: 2px solid #e9e9e9;
}

.download:last-child {
  border-bottom: 2px solid #e9e9e9;
}

.download .icon-file {
  position: absolute;
  top: 0.7em;
  left: 1em;
  width: 1.3em;
  height: 1.3em;
}

.download-icon {
  position: absolute;
  right: 1.25em;
  top: 0.55em;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  display: block;
  text-align: center;
}

.download-icon .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0.2em;
}

.download-sidebox {
  padding-left: 1.5em;
}

.download-sidebox .icon-file {
  left: 0;
}

.pdf-viewer {
  width: 100%;
  min-height: 37em;
}

.pdf-viewers .row:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* Publications */
.publications .item, .publications .nav {
  width: 25%;
  margin-bottom: 1.5em;
}

.publications .item-inner, .publications .catalog .item, .catalog .publications .item, .publications .catalog .nav, .catalog .publications .nav {
  padding-bottom: 1em;
}

.publications .item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1em;
}

.publications .item-img img {
  position: relative;
  min-width: 0;
  min-height: 0;
  width: 100%;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.publications .item-title {
  font-size: 0.9em;
}

.publications .item-author {
  color: #1d1d1b;
  font-size: 0.9em;
  margin-bottom: 0;
}

.publication-detail-authors a {
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  padding-right: 0;
  color: #0909ff;
}

.publication-detail-authors a:hover, .publication-detail-authors a:active {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.publications-catalog {
  margin-bottom: 1em;
}

.publications-catalog .publication-image {
  min-height: 10.25em;
}

.publication-img {
  position: absolute;
  left: 1.25em;
  top: 1.5em;
  width: 5.5em;
}

/* Conferences */
.conference.item, .conference.nav {
  min-height: 7.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.conference.item-no-img {
  min-height: 0;
}

.conference-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.conference .item-title:last-child {
  margin-bottom: 0 !important;
}

/* Institution */
.teaser {
  padding: 0;
  margin-top: 1.5em;
  min-height: 27em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaser-img {
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.teaser-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teaser-head-wrap {
  position: relative;
  min-height: 8em;
  padding-left: 9.5em;
}

.teaser-head-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0909ff;
  color: #fff;
  font-size: 1.8em;
  position: absolute;
  left: 0;
  top: 0;
}

.teaser-head {
  display: inline-block;
  background: #fff;
  padding: 0.1em 0.25em;
}

.institute-head-wrap {
  min-height: 9.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Thesis */
.gallery .item, .gallery .nav {
  width: 50%;
}

.gallery .item-wide {
  width: 100%;
}

.gallery .item-video .caption-image {
  margin-bottom: -0.25rem;
}

/* News detail */
.date-line {
  position: relative;
}

.date-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 0.75em;
  z-index: 1;
}

.date-line span {
  background: #fff;
  padding-right: 0.5em;
  position: relative;
  z-index: 5;
}

.article-image img {
  display: block;
  margin: 0.25em auto 1.75em auto;
}

/* Research */
.partners .item-inner, .partners .catalog .item, .catalog .partners .item, .partners .catalog .nav, .catalog .partners .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.research-projects-gallery .item, .research-projects-gallery .nav {
  width: 50%;
}

/* Awards/competitions */
.competitions .item, .competitions .nav {
  width: 25%;
  margin-bottom: 2rem;
}

.competitions .item-inner, .competitions .catalog .item, .catalog .competitions .item, .competitions .catalog .nav, .catalog .competitions .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.competitions .item-logo {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.competitions .item-title {
  font-size: 1rem;
}

.competitions .item-subtitle {
  color: #1d1d1b;
  font-size: 0.8rem;
}

.competitions.competitions-awards .item-logo {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.competitions.competitions-awards .item-text {
  text-align: left;
}

.competition-title {
  margin-bottom: 0.15rem;
}

.competition-modal-trigger {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  position: relative;
  padding-left: 1rem;
}

.competition-modal-trigger:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1px;
  background: #0909ff;
  position: absolute;
  left: 0;
  top: 0.55rem;
}

/* Workshops */
.workshops .item, .workshops .nav {
  width: 25%;
  margin-bottom: 2rem;
}

.workshops .item-inner, .workshops .catalog .item, .catalog .workshops .item, .workshops .catalog .nav, .catalog .workshops .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.workshops .item-image {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.workshops .item-date {
  color: #1d1d1b;
  font-size: 0.8em;
  margin-bottom: 0.25em;
  font-weight: 400;
}

.workshops .item-subtitle {
  color: #1d1d1b;
  font-size: 0.8rem;
}

/* Gmap */
.gmap-wrap {
  margin-bottom: 1.5em;
  padding: 2em;
  position: relative;
}

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

.gmap img {
  max-width: inherit;
}

.gmap-contact {
  position: relative;
  z-index: 50;
  background: #fff;
  width: 22em;
  min-height: 19em;
  padding: 1.75em;
  color: #595959;
  font-size: 0.9em;
  -webkit-box-shadow: 0px 7px 24px 0px rgba(29, 29, 27, 0.4);
  -moz-box-shadow: 0px 7px 24px 0px rgba(29, 29, 27, 0.4);
  box-shadow: 0px 7px 24px 0px rgba(29, 29, 27, 0.4);
}

.gmap-contact-item {
  border-top: 2px solid #e9e9e9;
  padding-top: 0.75em;
}

.gmap-contact-item:not(:last-child) {
  margin-bottom: 0.75em;
}

.gmap-contact-item-head {
  text-transform: uppercase;
}

.popup-contact {
  background: #fff;
  color: #1d1d1b;
  width: 190px;
  height: 80px;
  padding: 0.75em;
}

.popup-contact ul {
  margin: 0;
}

.popup-contact ul li {
  padding: 0;
  background: none;
  margin-bottom: 0;
}

/* Pager */
.pager-wrap {
  border-top: 1px solid #e9e9e9;
  margin: 0.75em 0 0 0;
}

.pager {
  padding-top: 1.75em;
  text-align: center;
  position: relative;
}

.pager ul {
  margin-bottom: 0;
}

.pager li {
  display: inline-block;
  background: none;
  position: relative;
  padding: 0 0.4em;
  font-size: 1.5em;
  color: #0909ff;
  margin: 0.1em 0;
}

.pager li a {
  display: inline-block;
  line-height: 1.6;
  text-align: center;
  padding: 0 0.2em;
}

.pager li a:not(.pager-active):hover, .pager li a:not(.pager-active):active {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.pager li .pager-active {
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0909ff;
  text-decoration: none;
  width: 1.6em;
  height: 1.6em;
}

.pager .pager-dots {
  color: #949494;
}

.pager .pager-first {
  padding-right: 0;
}

.pager .pager-first .pager-dots {
  padding-left: 0.5em;
}

.pager .pager-last {
  padding-left: 0;
}

.pager .pager-last .pager-dots {
  padding-right: 0.5em;
}

.pager .pager-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.5em;
}

.pager .pager-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.5em;
}

.pager .pager-counter {
  display: none;
}

@media screen and (max-width: 1400px) {
  .persons .item-list.item-list-5 .item-img, .persons .item-list-5.navs .item-img {
    width: 6rem;
    height: 6rem;
  }
}
/* laptop < 1370 */
@media screen and (max-width: 1390px) {
  .block {
    padding: 3.5em 0;
  }
  .catalog .item-btn {
    top: 0.85em;
    right: 0.75em;
  }
  .catalog-small .item-btn {
    top: 0.2em !important;
  }
  .persons-list-detailed .person-btn {
    top: 0.65em;
  }
  .teaser-head-wrap {
    padding-left: 10em;
  }
  .teaser-head-number {
    width: 7rem;
    height: 7rem;
  }
  .link-box-big .link-box-btn {
    top: 1.15em;
    right: 0.5em;
  }
  .list-ordered li:before {
    top: 0.3em;
  }
  .edit-box-action {
    padding-left: 1.5rem;
  }
  .edit-box-action .icon {
    top: 0.1em;
    height: 0.9rem;
  }
}
/* laptop < 1200px */
@media screen and (max-width: 1200px) {
  .intro-image, .intro-image.image-set {
    height: 50vw;
    margin-bottom: 2em;
  }
  .navs .nav {
    width: 50%;
  }
  .anchors-nav {
    display: none;
  }
  .projects.theses .project {
    width: 33.33333%;
  }
  .persons .item-list.item-list-5 .item, .persons .item-list-5.navs .item, .persons .item-list.item-list-5 .nav, .persons .item-list-5.navs .nav {
    width: 25%;
  }
  .catalog-application-title {
    margin-bottom: 0.7rem;
  }
  .catalog-application-label-wrap {
    width: 100%;
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .catalog-application-state {
    width: 100%;
    max-width: none;
  }
  .catalog-application-state-text {
    padding-top: 0;
    padding-bottom: 0.15rem;
  }
}
/* tablet < 992px */
@media screen and (max-width: 992px) {
  .image-bg {
    padding: 0;
  }
  .image-bg img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
  }
  .image-bg-text {
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  .image-set.image-set-1-1 {
    min-height: 45em;
  }
  .image-set.image-set-1-1 figure {
    width: 100%;
    height: 50%;
  }
  .image-set.image-set.h-600 {
    height: 70em;
  }
  .image-set.image-set.h-350 {
    height: 45em;
  }
  .news .item, .news .nav {
    width: 50%;
    margin-bottom: 2em;
  }
  .events .item, .events .nav {
    width: 50%;
  }
  .citation-inner {
    min-height: 20em !important;
    height: auto !important;
  }
  .side-box {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .image-set {
    min-height: 0 !important;
    max-height: none;
    height: auto !important;
  }
  .image-set:not(.image-set-2-1) figure {
    overflow: visible;
    height: auto !important;
  }
  .image-set figure img {
    position: relative;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
  .image-set-2-1 {
    margin-top: 1.5em;
  }
  .image-set.h-760 {
    max-height: none;
  }
  .image-set.h-600 {
    max-height: none;
  }
  .image-set.h-350 {
    max-height: none;
  }
  .image-text {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-image {
    margin-top: 2em;
    display: none;
  }
  .image-bg {
    min-height: 0;
  }
  .number-wrap.number-left {
    padding-left: 4.5em;
  }
  .number-wrap.number-right {
    padding-right: 4.5em;
  }
  .number-wrap .number {
    width: 1.5em;
  }
  .number-wrap.number-wrap-shifted {
    margin-top: 3.5em;
  }
  .block-page-perex {
    min-height: 0;
    margin-bottom: 2.5em;
  }
  .cards .item-list-3.item-list .item, .cards .item-list-3.navs .item, .cards .item-list-3.item-list .nav, .cards .item-list-3.navs .nav {
    width: 50%;
  }
  .catalog .item .catalog-label, .catalog .nav .catalog-label {
    text-align: left !important;
  }
  .catalog .item .catalog-label .item-label, .catalog .nav .catalog-label .item-label {
    margin-bottom: 1em;
    margin-top: 0.5em;
  }
  .catalog .item-info {
    margin-top: 0.5em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog .item-info-title {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
  .catalog .item-info-text {
    width: 100%;
    padding-left: 0;
  }
  .project-catalog-title {
    width: 100%;
    margin-bottom: 0.25em;
  }
  .project-catalog-author {
    width: 33.333%;
  }
  .project-catalog-semester {
    width: 33.333%;
  }
  .project-catalog-state {
    width: 33.333%;
  }
  .citations-big.m-t--1 {
    margin-top: 1em !important;
  }
  .ateliers .item .text-right, .ateliers .nav .text-right {
    text-align: left !important;
    margin-top: 0.5em;
  }
  .ateliers .item-assignments {
    padding-left: 1.25em;
  }
  .ateliers .item-meetings {
    padding-left: 1.25em;
  }
  .gmap-wrap {
    padding: 0;
  }
  .gmap-contact {
    margin: 1.5em 0 2em 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    min-height: 0;
  }
  .gmap {
    position: relative;
    height: 20em;
    margin-bottom: 2em;
  }
  .list-ordered li {
    padding-left: 3.5em;
  }
  .list-ordered li:before {
    left: 0.5em;
  }
  .projects.theses .project {
    width: 50%;
  }
  .persons .item-list.item-list-5 .item, .persons .item-list-5.navs .item, .persons .item-list.item-list-5 .nav, .persons .item-list-5.navs .nav {
    width: 50%;
  }
  .activity-catalog .item, .activity-catalog .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .activity-catalog .catalog-col {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .activity-catalog .catalog-col:last-child {
    text-align: left;
  }
  .activity-catalog-title.catalog-col {
    width: 100%;
  }
  .workshops .item, .workshops .nav {
    width: 50%;
  }
}
/* mobile < 768 */
@media screen and (max-width: 768px) {
  .item-list .item, .navs .item, .item-list .nav, .navs .nav {
    width: 100%;
  }
  .news .item, .news .nav {
    width: 100%;
  }
  .image-set.image-set-1-1 {
    min-height: 35em;
  }
  .image-set.image-set.h-600 {
    height: 60em;
  }
  .image-set.image-set.h-350 {
    height: 35em;
  }
  .number-wrap.number-left {
    padding-left: 4.25em;
  }
  .number-wrap.number-right {
    padding-right: 4.25em;
  }
  .number-wrap .number {
    width: 1.25em;
  }
  .item-list-2 .item, .item-list-2 .nav, .item-list.item-list-2 .item {
    width: 100%;
  }
  .item-list-3 .item, .item-list-3 .nav, .item-list.item-list-3 .item {
    width: 100%;
  }
  .cards .item-list-3.item-list .item, .cards .item-list-3.navs .item, .cards .item-list-3.item-list .nav, .cards .item-list-3.navs .nav {
    margin-bottom: 2em;
    width: 100%;
  }
  .catalog .item, .catalog .nav {
    padding: 7.5em 4.25em 1.25em 1.25em;
  }
  .catalog .item.item-no-img, .catalog .item-no-img.nav {
    padding: 1.15em 4.25em 1.25em 1.25em;
  }
  .catalog .item-btn {
    top: 5.7em;
    right: 0.75em;
  }
  .catalog .item-no-img .item-btn {
    top: 0.8em;
  }
  .catalog-small .item, .catalog-small .nav {
    padding: 0.5em 3em 0.5em 3.25em;
  }
  .catalog .item-labels {
    text-align: left !important;
    margin-top: 0.5em;
  }
  .catalog-application .item, .catalog-application .nav {
    padding: 1.15em 4.25em 1.25em 1.25em;
  }
  .catalog-application .catalog-application-title {
    width: 100%;
  }
  .head-links-wrap {
    width: 100%;
    margin-top: -1em !important;
    margin-bottom: 2.5em;
    text-align: left !important;
  }
  .teaser-head-wrap {
    padding-left: 0;
    padding-top: 7rem;
  }
  .teaser-head-number {
    width: 6rem;
    height: 6rem;
  }
  .image-box-text {
    padding: 1.75em !important;
  }
  .persons-list-detailed .person {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .persons-list-detailed .person-name {
    width: 100%;
  }
  .persons-list-detailed .person-desc {
    width: 100%;
  }
  .persons-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .persons-group-label {
    width: 100%;
    padding-left: 0;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }
  .meeting .meeting-room {
    float: none;
    display: inline-block;
    width: 100%;
  }
  .meeting .meeting-date {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
  .projects.theses.atelier .project {
    width: 50%;
  }
}
/* mobile < 576px */
@media screen and (max-width: 576px) {
  .pager .pager-prev {
    position: relative;
    margin: 0.5em !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }
  .pager .pager-next {
    position: relative;
    margin: 0.5em !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }
  .item-list-2 .item, .item-list-2 .nav, .item-list.item-list-2 .item {
    width: 100%;
  }
  .item-list-3 .item, .item-list-3 .nav, .item-list.item-list-3 .item {
    width: 100%;
  }
  .item-list-4 .item, .item-list-4 .nav, .item-list.item-list-4 .item {
    width: 100%;
  }
  .item-list-5 .item, .item-list-5 .nav, .item-list.item-list-5 .item {
    width: 100%;
  }
  .citation-inner {
    min-height: 15em !important;
  }
  .citations-big .citation-text > * {
    font-size: 2em;
  }
  .head-image {
    padding-top: 11.5em;
    padding-left: 0;
    overflow-wrap: break-word;
  }
  .head-image-img {
    top: 3.5em;
    bottom: auto;
  }
  .head-image .btn-nav-back {
    margin-bottom: 1.25em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .head-image h1 {
    font-size: 2em;
  }
  .projects.theses .project {
    width: 100%;
  }
  .project-catalog-title {
    width: 100%;
    margin-bottom: 0.25em;
  }
  .project-catalog-author {
    width: 100%;
    margin-bottom: 0.25em;
  }
  .project-catalog-semester {
    width: 100%;
    margin-bottom: 0.25em;
  }
  .project-catalog-state {
    width: 100%;
    margin-bottom: 0.25em;
  }
  .persons .item-list.item-list-5 .item, .persons .item-list-5.navs .item, .persons .item-list.item-list-5 .nav, .persons .item-list-5.navs .nav {
    width: 100%;
  }
  .projects.theses.atelier .project {
    width: 100%;
  }
}
/* mobile < 420px */
@media screen and (max-width: 420px) {
  .pager .pager-prev {
    font-size: 1.3em;
    margin: 0.5em 0.25em 0 0.25em;
  }
  .pager .pager-next {
    font-size: 1.3em;
    margin: 0.5em 0.25em 0 0.25em;
  }
  .citations-big .citation-text > * {
    font-size: 1.8em;
  }
  .citation-inner {
    padding: 1.75em 1.75em 0 1.75em;
  }
}
.data-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}
.data-box-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

.data-box {
  background: #e9e9e9;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.data-box__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.data-box__item--last {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: auto;
  width: auto;
}
.data-box__title {
  margin-bottom: 0.1rem;
}
.data-box__text {
  margin-bottom: 0;
}
.data-box--4 .data-box__item:not(.data-box__item--last) {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .data-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .data-box .data-box__item {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  .data-box .data-box__item--last {
    width: 100%;
  }
}
.datepicker table tr td span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.datepicker table tr td span.active {
  background: #0909ff !important;
  color: #fff !important;
}

.datepicker table tr td span:hover {
  background: #fff000 !important;
  color: #1d1d1b !important;
}

.datepicker .datepicker-switch {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 0.9rem !important;
  padding-top: 0.3em !important;
}

.datepicker .datepicker-switch:hover {
  background: #fff000 !important;
  color: #1d1d1b !important;
}

.datepicker.dropdown-menu {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.events-board {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.events-board-content {
  width: 56%;
  position: relative;
}

.events-board-slider-image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.events-board-slider-image img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 0;
  max-width: none;
  min-height: 0;
  height: 100% !important;
  width: auto;
}

.events-board-nav {
  width: 44%;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-board-nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 25%;
  display: block;
  border-bottom: 2px solid #e9e9e9;
  padding: 2vh 1.75em;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.events-board-nav-item:hover {
  cursor: pointer;
}

.events-board-nav-item .item-date {
  margin-bottom: 0.15em;
  font-size: 1.5em;
}

.events-board-nav-item .item-title {
  font-size: 2em;
  line-height: 1.2;
}

.events-board-nav-item .item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events-board-nav-item.current {
  background: #0909ff;
  margin-left: -2em;
  border-color: #0909ff;
}

.events-board-nav-item.current .item-date {
  color: #fff000;
}

.events-board-nav-item.current .item-title {
  color: #fff;
}

.events-board-nav-item.current .item-title-hl span {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.events-board-nav-item.current .item-label {
  background: #fff000;
  color: #1d1d1b;
}

.events-board-contact {
  background: #e9e9e9;
  color: #1d1d1b;
  min-height: 1em;
  width: 100%;
  font-size: 0.7em;
  padding: 1em 2.5em;
  margin-top: auto;
}

.events-board-contact p {
  margin-bottom: 0;
}

.editmode .events-board {
  overflow: visible;
  height: auto;
  min-height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1679px) {
  .events-board-nav-item .item-title {
    font-size: 1.8em;
    line-height: 1.3;
  }
}
/* laptop < 1370px */
/* laptop < 1200px */
/* tablet < 992px */
/* mobile < 768px */
/* mobile < 576px */
/* mobile < 420px */
.flash-message {
  font: normal 16px/24px Arial, sans-serif;
  background: #fc796b;
  color: #fff;
  width: 100%;
  padding: 15px 50px 15px 20px;
  margin: 0 0 20px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
}

.flash-message .close {
  font: normal 36px/24px Arial, sans-serif;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 18px;
  text-align: center;
  color: #c96055;
  border: none;
  display: block;
  position: absolute;
  right: 17px;
  top: 16px;
  background: none;
}

.flash-message.alert-danger {
  background: #d40019;
  color: #fff;
}

.flash-message.alert-danger .close {
  color: rgba(255, 255, 255, 0.7);
}

.flash-message.alert-danger .close:hover, .flash-message.alert-danger .close:active {
  color: #fff;
}

.flash-message.alert-success {
  background: #75E07F;
  color: #1d1d1b;
}

.flash-message.alert-success .close {
  color: #1d1d1b;
}

.modal-content .flash-message {
  margin: 0 0 20px 0;
}

.error, form.std label.error {
  font-size: 16px;
  font-weight: 400;
  color: #ff0030;
  display: block;
  margin-top: 5px;
}

#flash-messages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#flash-messages .flash-message {
  margin: 0 auto;
  width: 1180px;
  display: block;
}

.footer {
  background: #e9e9e9;
  padding: 1.75em 1em 2em 1em;
}

.footer-logo {
  margin-bottom: 0.8em;
  display: inline-block;
  width: 9.2em;
  display: block;
  margin-left: -0.2em;
}

.footer-logo img {
  width: 9.2em;
  height: 3.55em;
}

.footer-head {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #1d1d1b;
}

.footer-text {
  font-size: 0.8em;
  line-height: 1.7em;
  color: #595959;
}

.footer-offset {
  padding-top: 2.7em;
}

.footer-nav li {
  padding: 0;
  line-height: 1.3;
}

.footer-nav li a {
  line-height: 1.4;
  color: #0909ff;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-left: 1.45em;
  padding-right: 0.25em;
  position: relative;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}

.footer-nav li a:hover, .footer-nav li a:active {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.footer-nav li a:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 1px;
  background: #0909ff;
  position: absolute;
  top: 0.6em;
  left: 0.2em;
}

.footer-nav li a:hover:before, .footer-nav li a:active:before {
  background: #1d1d1b;
}

.footer-social-nets li a {
  padding-left: 0;
}

.footer-social-nets li a:before {
  display: none;
}

.footer-social-nets li a .icon {
  margin-top: 0.25em;
  width: 1.35em;
  height: 1.35em;
}

.porta {
  width: 69px;
  height: 15px;
  display: block;
  color: #0909ff;
  margin: -2.2em 0 0 0.15em;
}

.porta:hover {
  color: #ff4942;
}

/* tablet < 992px */
@media screen and (max-width: 992px) {
  .porta {
    margin-top: 1em;
  }
}
/* Standard */
form label {
  font-size: 0.9em;
  font-family: "dinround", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0 0 0.5em 0;
  display: block;
}

form input.text {
  font-size: 0.9em;
  font-family: "dinround", Arial, sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  border: none;
  padding: 1em 0.8em 1em 0.8em;
  width: 100%;
  line-height: 1.35em;
}

form textarea {
  font-size: 0.9em;
  font-family: "dinround", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #1d1d1b;
  resize: none;
  border: none;
  padding: 0.75em 1em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 180px;
  min-height: 180px;
  max-height: 300px;
}

form select {
  font-size: 0.9em;
  font-family: "dinround", Arial, sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  width: 100%;
  padding: 2px 10px;
}

form option {
  font-size: 0.9em;
  font-family: "dinround", Arial, sans-serif;
  font-weight: 300;
  padding: 2px 20px;
}

form input.text::-webkit-input-placeholder {
  text-transform: uppercase;
  color: rgb(109.75, 109.75, 109.75);
  font-weight: 300;
}

form input.text::-moz-placeholder {
  text-transform: uppercase;
  color: rgb(109.75, 109.75, 109.75);
  font-weight: 300;
}

form input.text:-ms-input-placeholder {
  text-transform: uppercase;
  color: rgb(109.75, 109.75, 109.75);
  font-weight: 300;
}

form input.text:-moz-placeholder {
  text-transform: uppercase;
  color: rgb(109.75, 109.75, 109.75);
  font-weight: 300;
}

form .label-inner-input {
  position: relative;
  background: #fff;
}

form .label-inner {
  font-size: 0.7em;
  color: rgb(109.75, 109.75, 109.75);
  padding: 0.4em 0 0 0.75em;
  margin: 0;
  position: absolute;
  z-index: 1000;
}

form .label-inner-input input:not(.fstQueryInput) {
  padding-top: 1.75em;
  padding-left: 0.75rem;
}

form .label-inner-input .fstToggleBtn {
  padding-left: 0.75rem;
}

form .help-block {
  color: #d40019;
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

form .help-block, form .help-block li {
  margin-bottom: 0;
}

.cell-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
}

.cell-set-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cell-set .cell {
  padding-left: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.cell-set-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cell-set-1 .cell {
  width: 100%;
}

.cell-set-2 .cell {
  width: 50%;
}

.cell-set-3 .cell {
  width: 33.33333%;
}

.cell-set-4 .cell {
  width: 25%;
}

.cell-set-5 .cell {
  width: 20%;
}

.cell-set-6 .cell {
  width: 16.66666%;
}

.cell-set-auto .cell {
  width: auto;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  min-width: 0;
}

.cell-set-auto .cell-narrow {
  width: 18%;
}

.cell-set-spaced {
  margin-left: -1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: -1rem;
}

.cell-set-spaced .cell {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.cell-set-spaced .label-inner-input {
  height: 100%;
}

.cell-25 {
  width: 25%;
}

.cell-33 {
  width: 33.33333%;
}

.cell-50 {
  width: 50%;
}

.cell-full {
  width: 100%;
}

.cell-narrow {
  width: 10%;
}

.cell-wide {
  min-width: 36%;
}

.cell-multiselect {
  min-width: 22%;
}

.cell-dynamic {
  width: 100%;
}

.cell-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cell-clear-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cell-clear-btn {
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.cell-clear-btn a {
  color: #0909ff;
}
.cell-clear-btn a:hover .icon-bin, .cell-clear-btn a:active .icon-bin, .cell-clear-btn a:focus .icon-bin {
  fill: #d40019;
}

.cell-clear-btn .icon {
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}

.cell-clear-btn .icon-bin {
  width: 1.2rem;
  height: 1.2rem;
  fill: #0909ff;
}

.checkbox-set {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-set label {
  margin: 0;
}

.checkbox-set .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-bottom: 2px;
}

/* Search */
.form-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.form-search.form-search-extended {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-search.form-search-extended .input-set, .form-search.form-search-extended .cell-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-search .form-search-input-wrapper {
  margin-right: 1.2rem;
}

.form-search .form-search-input {
  width: 24rem;
  border: 2px solid #e9e9e9;
  font-size: 0.9rem;
}

/* Login */
.form-login {
  font-size: 1rem;
}

.form-login .cell {
  margin-bottom: 1rem;
}

.form-login .btn, .form-login .file-upload-label-lg, .form-login .file-upload-label {
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.form-login-link {
  margin-top: 0.6rem;
  text-align: center;
}

.form-login-link a {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.form-login.form-std .label-inner {
  top: 0;
}

.form-login.form-std .label-inner-input input {
  padding-top: 1.5em;
}

/* Newsletter */
.newsletter {
  padding-right: 1.5em;
}

.newsletter input.newsletter-input {
  display: block;
  margin-bottom: 1em;
  max-width: 330px;
  padding-left: 2.7em;
  background: #fff url("../svg/src/icon-mail-black.svg") 0.9em 1em no-repeat;
  -moz-background-size: 1.35em 1.35em;
  background-size: 1.35em 1.35em;
}

.newsletter div.radio span, .newsletter div.checker span {
  -moz-background-size: 0.5em 0.5em;
  background-size: 0.5em 0.5em;
}

.newsletter div.radio span:not(.checked), .newsletter div.checker span:not(.checked) {
  background-color: transparent;
  background-image: url("../svg/src/icon-check-blue.svg");
  border: 1px solid #0909ff;
  color: #0909ff;
}

.newsletter form .form-check {
  position: relative;
}

.newsletter form .form-check-inner {
  position: relative;
}

.newsletter form .form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.newsletter form .form-check-label {
  margin-left: 0;
}

.newsletter form .form-check label {
  text-transform: none;
  padding-left: 1.6rem;
}

.newsletter .form-check-inline {
  margin-top: 0.2rem;
}

.newsletter-focus__hidden {
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.newsletter-focus__hidden-inner {
  padding-top: 0.25rem;
  padding-bottom: 1rem;
}

.newsletter-focus--active .newsletter-focus__hidden {
  max-height: 1000px;
  opacity: 1;
}

.form-check-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.25rem;
}

.form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
}

.form-check-input {
  -webkit-transform: translateY(0.15rem);
  -moz-transform: translateY(0.15rem);
  -ms-transform: translateY(0.15rem);
  -o-transform: translateY(0.15rem);
  transform: translateY(0.15rem);
}

.form-check-label {
  margin-left: 0.5rem;
}

/* Filter */
.filter input.text {
  width: 100%;
}

.filter .btn-filter {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  min-width: 8.75em;
}

.filter-checkbox {
  background: #fff;
  padding: 0.75em 1.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-checkbox:hover {
  cursor: pointer;
}

.filter-checkbox-label {
  font-size: 0.9em;
  color: #595959;
  margin-left: 0.3em;
  line-height: 1.2;
}

.filter-checkbox:hover .filter-checkbox-label {
  color: #0909ff;
}

.filter-btns .btn, .filter-btns .file-upload-label-lg, .filter-btns .file-upload-label {
  text-align: center;
}

.filter select.multiselect {
  height: 3rem;
  border: none;
  padding-top: 1.5rem;
}

.filter select.multiselect optgroup, .filter select.multiselect option {
  font-family: "dinround", Arial, sans-serif;
  color: #595959;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}

/* Standard */
.form-box {
  background: #e9e9e9;
  padding: 1.5em 1.75em;
}

.form-box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form-box .cell:not(:last-child) {
  margin-bottom: 1rem;
}

.form-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1rem;
  margin-left: -0.9rem;
}

.form-controls .btn, .form-controls .file-upload-label-lg, .form-controls .file-upload-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  margin-left: 0.9rem;
}

.form-controls .btn.btn-small, .form-controls .btn-small.file-upload-label-lg, .form-controls .btn-small.file-upload-label, .form-controls .entry:not(.perex) .btn, .form-controls .entry:not(.perex) .file-upload-label-lg, .form-controls .entry:not(.perex) .file-upload-label, .entry:not(.perex) .form-controls .btn, .entry:not(.perex) .form-controls .file-upload-label-lg, .entry:not(.perex) .form-controls .file-upload-label {
  padding: 1em 23px 1em 52px;
}

.form-controls .btn.btn-small.btn-simple, .form-controls .entry:not(.perex) .btn.btn-simple, .entry:not(.perex) .form-controls .btn.btn-simple, .form-controls .btn.btn-small.btn-filter, .form-controls .entry:not(.perex) .btn.btn-filter, .entry:not(.perex) .form-controls .btn.btn-filter, .form-controls .btn.btn-small.btn-search, .form-controls .entry:not(.perex) .btn.btn-search, .entry:not(.perex) .form-controls .btn.btn-search, .form-controls .btn.btn-small.btn-upload, .form-controls .btn-small.file-upload-label-lg, .form-controls .btn-small.file-upload-label, .form-controls .entry:not(.perex) .btn.btn-upload, .form-controls .entry:not(.perex) .file-upload-label-lg, .form-controls .entry:not(.perex) .file-upload-label, .entry:not(.perex) .form-controls .btn.btn-upload, .entry:not(.perex) .form-controls .file-upload-label-lg, .entry:not(.perex) .form-controls .file-upload-label, .form-controls .btn.btn-small.btn-nav-back, .form-controls .entry:not(.perex) .btn.btn-nav-back, .entry:not(.perex) .form-controls .btn.btn-nav-back, .form-controls .side-btns .btn.btn-small, .side-btns .form-controls .btn.btn-small, .form-controls .entry:not(.perex) .side-btns .btn, .entry:not(.perex) .side-btns .form-controls .btn, .form-controls .side-btns .entry:not(.perex) .btn, .side-btns .entry:not(.perex) .form-controls .btn {
  padding: 1em 23px 1em 23px;
}

.form-controls .btn.btn-small:before, .form-controls .btn-small.file-upload-label-lg:before, .form-controls .btn-small.file-upload-label:before, .form-controls .entry:not(.perex) .btn:before, .form-controls .entry:not(.perex) .file-upload-label-lg:before, .form-controls .entry:not(.perex) .file-upload-label:before, .entry:not(.perex) .form-controls .btn:before, .entry:not(.perex) .form-controls .file-upload-label-lg:before, .entry:not(.perex) .form-controls .file-upload-label:before, .form-controls .btn.btn-small:after, .form-controls .btn-small.file-upload-label-lg:after, .form-controls .btn-small.file-upload-label:after, .form-controls .entry:not(.perex) .btn:after, .form-controls .entry:not(.perex) .file-upload-label-lg:after, .form-controls .entry:not(.perex) .file-upload-label:after, .entry:not(.perex) .form-controls .btn:after, .entry:not(.perex) .form-controls .file-upload-label-lg:after, .entry:not(.perex) .form-controls .file-upload-label:after {
  margin-left: -6px;
}

.form-std .label-inner {
  padding-left: 0.75rem;
  top: 0.2rem;
}

.form-std .label-inner-input input {
  padding-left: 0.75rem;
  padding-bottom: 0.6rem;
}

/* Without background */
.form-no-bg label {
  font-size: 0.7em;
  color: rgb(109.75, 109.75, 109.75);
}

.form-no-bg .fstElement {
  border: 2px solid #e9e9e9;
}

.form-switch-select .fstSingleMode .fstToggleBtn {
  min-height: 0;
  line-height: 1.5;
}

/* Create atelier project */
.form-atelier-project label:not(.label-inner) {
  font-size: 0.7rem;
}

/* Various */
form.std .radio,
form.std .checker {
  position: absolute;
  left: 0;
  top: 0;
}

/* Fastselect */
.fstElement {
  font-size: 1em;
  border: none;
  width: 100%;
  display: block;
}

.fstChoiceItem {
  font-size: 0.9em;
  padding: 0;
  background: none;
  border: none;
  color: #1d1d1b;
  padding-right: 1.5em;
  position: relative;
  margin-bottom: 0.15em;
}

.fstChoiceRemove {
  color: #0909ff;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  left: auto;
}

.fstResultItem {
  font-size: 0.9em;
  padding: 0.25em 0.5em;
}

.fstResultItem.fstSelected {
  background-color: transparent;
  border: none;
  color: #949494;
}

.fstResultItem.fstFocused {
  background-color: #fff000;
  border-color: #fff000;
  color: #1d1d1b;
}

.fstGroupTitle {
  padding: 0.75rem 0.35rem 0.5rem 0.35rem;
  font-weight: 400;
  color: #000;
  font-size: 1.1em;
  line-height: 1.3;
}

.fstGroup {
  padding-top: 0.25rem;
}

/* multiselect */
.fstMultipleMode .fstControls, .fstControls {
  padding: 1.3em 0.5em 0.2em 0.5em;
  width: 100%;
}

.fstMultipleMode .fstQueryInput, .fstQueryInput {
  font-size: 0.9em;
  font-family: "dinround", Arial, sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  margin-bottom: 0.15em;
  padding: 0;
}

.fstMultipleMode.fstActive .fstResults, .fstActive .fstResults {
  z-index: 10000;
}

/* select */
.fstSingleMode.fstActive {
  z-index: 10000;
}

.fstSingleMode .fstToggleBtn {
  font-size: 0.9em;
  min-height: 2.5rem;
  line-height: 1.8;
}

.fstSingleMode .fstQueryInput, .form-std .fstSingleMode .fstQueryInput {
  font-size: 0.9em;
  padding: 0.35rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #e9e9e9;
}

.fstSingleMode .fstToggleBtn:after {
  border: none;
  margin-top: -0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../svg/src/icon-arrow1-down-gray.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  -o-transition: -o-transform 0.1s ease-in;
  -moz-transition: transform 0.1s ease-in, -moz-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in, -moz-transform 0.1s ease-in, -o-transform 0.1s ease-in;
}

.fstSingleMode.fstActive .fstToggleBtn:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fstNoResults {
  font-size: 0.9em;
}

.label-inner-input .fstSingleMode.fstElement {
  padding-top: 0.9rem;
  background: transparent;
}

.select-no-search .fstQueryInput {
  opacity: 0;
  max-height: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.select-no-search .fstSingleMode.fstActive .fstResults {
  margin-top: -0.75em !important;
}

.select-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* typeahead*/
.twitter-typeahead {
  width: 100%;
}

.tt-hint, .tt-input {
  font-size: 0.9em;
  font-family: "dinround", Arial, sans-serif;
  font-weight: 300;
  color: rgb(109.75, 109.75, 109.75);
  border: none;
  padding: 1em 0.8em 1em 0.8em;
  width: 100%;
  line-height: 1.35em;
}

.tt-menu {
  z-index: 3000 !important;
  background: #fff;
  border-top: 1px solid #D7D7D7;
  width: 100%;
  -webkit-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}

.tt-suggestion {
  font-size: 0.9rem;
  padding: 0.35em 0.75em;
  display: inline-block;
  width: 100%;
  color: #1d1d1b;
}

.tt-suggestion:hover, .tt-suggestion:active {
  background: #fff000;
  text-decoration: none;
  color: #1d1d1b;
}

/* laptop < 1370px */
@media screen and (max-width: 1390px) {
  form input.text {
    padding: 1em 0.6em 1em 0.6em;
  }
  form .label-inner-input input:not(.fstQueryInput) {
    padding-top: 1.75em;
    padding-left: 0.75rem;
  }
  .tt-hint {
    padding: 1em 0.6em 1em 0.6em;
  }
  .cell-wide {
    min-width: 30%;
  }
  .fstChoiceRemove {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .form-box {
    padding: 1.5em 1.5em;
  }
  .form-controls .btn.btn-small, .form-controls .btn-small.file-upload-label-lg, .form-controls .btn-small.file-upload-label, .form-controls .entry:not(.perex) .btn, .form-controls .entry:not(.perex) .file-upload-label-lg, .form-controls .entry:not(.perex) .file-upload-label, .entry:not(.perex) .form-controls .btn, .entry:not(.perex) .form-controls .file-upload-label-lg, .entry:not(.perex) .form-controls .file-upload-label {
    padding: 1em 15px 1em 42px;
  }
  .form-controls .btn.btn-small:before, .form-controls .btn-small.file-upload-label-lg:before, .form-controls .btn-small.file-upload-label:before, .form-controls .entry:not(.perex) .btn:before, .form-controls .entry:not(.perex) .file-upload-label-lg:before, .form-controls .entry:not(.perex) .file-upload-label:before, .entry:not(.perex) .form-controls .btn:before, .entry:not(.perex) .form-controls .file-upload-label-lg:before, .entry:not(.perex) .form-controls .file-upload-label:before, .form-controls .btn.btn-small:after, .form-controls .btn-small.file-upload-label-lg:after, .form-controls .btn-small.file-upload-label:after, .form-controls .entry:not(.perex) .btn:after, .form-controls .entry:not(.perex) .file-upload-label-lg:after, .form-controls .entry:not(.perex) .file-upload-label:after, .entry:not(.perex) .form-controls .btn:after, .entry:not(.perex) .form-controls .file-upload-label-lg:after, .entry:not(.perex) .form-controls .file-upload-label:after {
    margin-left: -12px;
  }
  .form-controls .btn.btn-small:not(:first-child), .form-controls .btn-small.file-upload-label-lg:not(:first-child), .form-controls .btn-small.file-upload-label:not(:first-child), .form-controls .entry:not(.perex) .btn:not(:first-child), .form-controls .entry:not(.perex) .file-upload-label-lg:not(:first-child), .form-controls .entry:not(.perex) .file-upload-label:not(:first-child), .entry:not(.perex) .form-controls .btn:not(:first-child), .entry:not(.perex) .form-controls .file-upload-label-lg:not(:first-child), .entry:not(.perex) .form-controls .file-upload-label:not(:first-child) {
    margin-left: 0.7rem;
  }
}
/* laptop < 1200px */
@media screen and (max-width: 1200px) {
  .cell-set {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* tablet < 992px */
@media screen and (max-width: 992px) {
  .cell-set:not(.checkbox-set) .cell {
    width: 100% !important;
  }
  .filter .btn-filter {
    margin-top: 1em;
  }
  .fstChoiceRemove {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }
  .fstElement {
    font-size: 1.1em;
  }
  .newsletter {
    padding-right: 0;
  }
  .form-search .btn-search {
    font-size: 0.9rem;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
/* mobile < 768px */
@media screen and (max-width: 768px) {
  .form-search {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-search .form-search-input {
    margin-bottom: 0.75em;
    margin-right: 0;
    width: 100%;
  }
  .form-search .form-search-input-wrapper {
    margin-right: 0;
  }
  /*.filter-details { padding: 0.75em 0 0.75em 0; }
  .filter-details .col, .filter-details .col-auto { width: 100%; text-align: center !important; }
  .filter-details .btn { margin-top: 0.75em; }*/
  .filter-details .btn, .filter-details .file-upload-label-lg, .filter-details .file-upload-label {
    margin: 0.4em 0;
  }
  .filter-details .align-items-center {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .filter-details .col-auto p {
    margin: 0.6em 0 !important;
  }
  .form-search-input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-search .form-search-input {
    margin-bottom: 0;
  }
  .form-search .btn-search {
    margin-left: 1rem;
  }
  .filter-details-events {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .filter-details-events .filter-btns {
    text-align: left;
  }
  .filter-details-events .btn, .filter-details-events .file-upload-label-lg, .filter-details-events .file-upload-label {
    text-align: left;
    margin-bottom: 0.25rem;
  }
  .filter-details-events p {
    padding-left: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
/* mobile < 576px */
/* mobile < 420px */
@media screen and (max-width: 420px) {
  .form-search .btn-search {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    text-align: left;
  }
}
.notification {
  position: relative;
  background: #fff000;
  color: #1d1d1b;
  text-align: center;
  font-size: 0.7em;
  padding: 0.5em 1em;
}

.notification .message {
  margin-bottom: 0;
  padding-right: 15px;
}

.notification .close {
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
  width: 0.875rem;
  height: 0.875rem;
}

.notification .close svg {
  width: 0.875rem;
  height: 0.875rem;
}

.notification .close:hover {
  opacity: 1;
}

.alert {
  background: #d40019;
  color: #fff;
  font-size: 1rem;
}

.alert p {
  margin-bottom: 0;
}

.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert a:hover, .alert a:active, .alert a:focus {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs ~ .alert {
  margin-top: 1.25rem;
}

.header {
  position: relative;
  padding: 3.5em 0 0 0;
  background: #fff;
  text-align: center;
}

.header .logo {
  display: block;
  position: absolute;
  left: 0.75em;
  top: 50%;
  margin-top: 0.25em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8.5em;
  z-index: 2500;
}

.top-nav {
  background: #e9e9e9;
  text-align: right;
  padding: 0 0.25em;
}

.top-nav ul {
  margin: 0;
  display: inline-block;
}

.top-nav ul li {
  padding: 0;
  margin: 0;
  background: none;
  display: inline-block;
  position: relative;
}

.top-nav ul li a {
  color: #595959;
  background: #e9e9e9;
  -webkit-transition: background 0.07s ease-in;
  -o-transition: background 0.07s ease-in;
  -moz-transition: background 0.07s ease-in;
  transition: background 0.07s ease-in;
  font-size: 0.6em;
  padding: 0 0.5em;
  display: block;
  line-height: 3em;
  white-space: no-wrap;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.top-nav ul li a:hover, .top-nav ul li a:active {
  color: #1d1d1b;
  background: #fff000;
}

.top-nav ul li a.dropdown-trig {
  padding-left: 1.35em;
}

.top-nav .dropdown {
  left: 0;
  top: 100%;
  padding: 0.75em 1em 0.5em 1em;
}

/* Main navigation */
.main-nav {
  margin: 0;
  padding: 0 5em 1.25em 0;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}

.main-nav-list {
  margin: 0;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-nav-list li {
  padding: 0;
  margin: 0 0.15em;
  background: none;
  display: inline-block;
}

.main-nav-list li a {
  position: relative;
  color: #1d1d1b;
  -webkit-transition: background 0.07s ease-in;
  -o-transition: background 0.07s ease-in;
  -moz-transition: background 0.07s ease-in;
  transition: background 0.07s ease-in;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  line-height: 2em;
  white-space: no-wrap;
  padding: 0 0.6em;
}

.main-nav-list li > a {
  background: #fff;
}

.main-nav-list li a:hover, .main-nav-list li a:active {
  color: #1d1d1b;
  background: #fff000;
}

.main-nav-list li.active > a {
  color: #0909ff;
}

a.dropdown-trig:after {
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 100%;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff000 transparent;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

a.dropdown-trig.dropdown-trig-active:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.main-nav a.dropdown-trig, .top-nav a.dropdown-trig {
  position: relative;
  padding-left: 1.5em;
}

.main-nav .dropdown-trig:before, .top-nav .dropdown-trig:before {
  content: "+";
  font-size: 1.1em;
  display: block;
  color: #0909ff;
  position: absolute;
  left: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -0.15em;
  line-height: 1em;
}

.main-nav a.dropdown-trig.dropdown-trig-active:before, .top-nav a.dropdown-trig.dropdown-trig-active:before {
  content: "-";
}

.main-nav a.dropdown-trig.dropdown-trig-active, .top-nav a.dropdown-trig.dropdown-trig-active {
  color: #0909ff;
}

.main-nav-list li a.dropdown-trig {
  padding-left: 1.35em;
}

.main-nav-list li a.dropdown-trig:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 3em;
}

.main-nav-list li a.dropdown-trig.dropdown-trig-active:after {
  top: -webkit-calc(2.25em + 1px);
  top: -moz-calc(2.25em + 1px);
  top: calc(2.25em + 1px);
}

.dropdown {
  position: absolute;
  display: none;
  z-index: 1500;
  text-align: left;
  background: #fff000;
}

.dropdown-center, .main-nav .dropdown.dropdown-center {
  left: 50%;
  margin-left: 0.25em;
}

.dropdown-full-width {
  width: 100%;
}

.dropdown.dropdown-open {
  -webkit-transition: border 0.2s ease-in;
  -o-transition: border 0.2s ease-in;
  -moz-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
}

.dropdown .dropdown-nav li {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
  margin: 0 0 0.25em 0;
}

.dropdown .dropdown-nav li a {
  text-transform: uppercase;
  background: none;
  font-size: 0.7em;
  line-height: 1.5;
  padding: 0.4em 0;
  display: block;
  position: relative;
  padding-left: 22px;
  color: #1d1d1b;
}

.dropdown .dropdown-nav li a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../svg/src/icon-arrow-right-blue.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.dropdown .dropdown-nav li a:hover, .dropdown-nav li a:active {
  color: #0909ff;
  background: transparent;
  text-decoration: underline;
}

.dropdown .dropdown-nav li a.subnav-trig:before {
  background: #0909ff;
  height: 1px;
  width: 13px;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.dropdown .dropdown-nav li a.subnav-trig:after {
  content: "";
  display: block;
  background: #0909ff;
  height: 1px;
  width: 13px;
  position: absolute;
  left: 0;
  top: 0.8rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}

.dropdown .dropdown-nav li a.subnav-trig.active:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.dropdown .subnav {
  padding-left: 1.15rem;
  margin-bottom: 0.5rem;
}

.dropdown-head {
  font-size: 0.9em;
  min-width: 10em;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dropdown-text {
  font-size: 0.8em;
}

.dropdown-login {
  min-width: 15.5rem;
}

.dropdown-user {
  width: 15rem;
  right: auto;
  left: -2rem;
}

.dropdown .dropdown-nav li a.dropdown-nav-logout:before {
  background-image: url("../svg/src/icon-logout-blue.svg");
  left: 1px;
  top: 0.7em;
}

.dropdown-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dropdown-col {
  padding: 1.5em 1.35em 1.25em 1.35em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.dropdown-col:not(:last-of-type) {
  border-right: 1px solid #b9ae00;
}

.dropdown-col-wrap {
  position: relative;
  padding: 0;
  -webkit-box-flex: 1.175;
  -webkit-flex-grow: 1.175;
  -moz-box-flex: 1.175;
  -ms-flex-positive: 1.175;
  flex-grow: 1.175;
}

.dropdown-col-wrap .dropdown-col {
  border-right: none;
  width: 100%;
}

.dropdown-col-wrap .dropdown-col:not(:last-of-type) {
  border-bottom: 1px solid #b9ae00;
}

.dropdown-col.dropdown-col-bg {
  border-right: none;
  background: #fff;
  margin: 0.5em 0;
  max-width: 13em;
}

.dropdown-col-1, .dropdown-col-1.dropdown-col-bg {
  width: 25%;
  max-width: none;
}

.dropdown-col-2 {
  width: 50%;
}

.dropdown-col-2 {
  width: 33.33333%;
}

.dropdown-cols-3 .dropdown-col {
  width: 33.33333%;
}

.dropdown-study .dropdown-head {
  white-space: normal;
}

.dropdown-study-5 .dropdown-col {
  width: 20%;
}

.dropdown-nav {
  margin: 0;
  padding: 0;
}

.dropdown-nav-item-border {
  border-top: 2px solid rgb(240.65, 240.65, 240.65);
  padding-top: 0.6em;
  margin-top: 0.7em;
}

.dropdown-general {
  padding: 1rem;
  margin-top: 0.7rem;
}

.dropdown-trig-general:after, a.dropdown-trig.dropdown-trig-general:after {
  top: -webkit-calc(100% + 0.7rem);
  top: -moz-calc(100% + 0.7rem);
  top: calc(100% + 0.7rem);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff000 transparent;
  width: 0;
  background: none;
}

.dropdown-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.dropdown-add-project {
  width: 13rem;
}

.main-nav .dropdown {
  left: 0;
  top: 100%;
  margin: -0.5em 0 0 0;
  padding: 0 0.5em;
  max-width: 100%;
}

.main-nav .dropdown-relative .dropdown {
  padding: 0;
}

.main-nav .dropdown-relative {
  position: relative;
}

.main-nav .dropdown-relative .dropdown {
  top: 3.25em;
  min-width: 13em;
}

.main-nav .dropdown-relative .dropdown-wide {
  min-width: 14.25em;
}

.main-nav .dropdown-events, .main-nav .dropdown .dropdown-events {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0.5em 0 0.25em -1.5em;
}

.main-nav .dropdown-events li {
  width: 50%;
  padding-left: 1.5em;
}

.main-nav .dropdown-events li a {
  padding: 0;
}

.main-nav .dropdown-events li a:before {
  display: none !important;
}

.main-nav .dropdown-events a.item-label {
  display: inline-block;
  padding: 0.7em 1.15em;
  background: #e9e9e9;
}

.main-nav .dropdown-events a.item-label:hover, .main-nav .dropdown-events a.item-label:active {
  background: #fff000;
  color: #1d1d1b;
}

.main-nav .dropdown-events .item-title {
  font-size: 1rem;
  line-height: 1.5;
}

.main-nav .dropdown-events .item-title span {
  background: #fff000;
  -webkit-box-shadow: 5px 0 0 #fff000;
  -moz-box-shadow: 5px 0 0 #fff000;
  box-shadow: 5px 0 0 #fff000;
}

.main-nav .dropdown-events .item-inner:hover .item-title span, .main-nav .dropdown-events .catalog .item:hover .item-title span, .catalog .main-nav .dropdown-events .item:hover .item-title span, .main-nav .dropdown-events .catalog .nav:hover .item-title span, .catalog .main-nav .dropdown-events .nav:hover .item-title span {
  background: #fff000;
  -webkit-box-shadow: 5px 0 0 #fff000;
  -moz-box-shadow: 5px 0 0 #fff000;
  box-shadow: 5px 0 0 #fff000;
  color: #0909ff;
}

.main-nav .dropdown-events .item-img {
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.main-nav .dropdown-events .item-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-nav .dropdown-projects, .main-nav .dropdown .dropdown-projects {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0.5em 0 0 -1.5em;
}

.main-nav .dropdown-projects li {
  width: 100%;
  padding-left: 1.5em;
}

.main-nav .dropdown-projects-2 li {
  width: 50%;
}

.main-nav .dropdown-projects li a {
  padding: 0;
}

.main-nav .dropdown-projects li a:before {
  display: none !important;
}

.main-nav .project-inner:hover .project-title, .main-nav .project-inner:active .project-title {
  color: #0909ff;
  text-decoration: underline;
}

.main-nav .project-inner:hover, .main-nav .project-inner:active {
  text-decoration: none !important;
}

.main-nav .project-img {
  height: 9rem;
  margin-bottom: 1.15rem;
  position: relative;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-nav .project-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-nav .project-title {
  font-size: 0.9rem;
  margin-bottom: 0.75em;
}

.main-nav .project-subtitle {
  font-size: 0.7rem;
}

.main-nav .project-date {
  font-size: 0.7rem;
}

.main-nav .project-text:after {
  height: 2rem;
  top: -2.25rem;
}

.secondary-nav-trigger, .secondary-nav-item {
  display: inline-block;
  line-height: 2em;
  padding: 0 0.65em;
  color: #0909ff;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.secondary-nav-trigger:hover, .secondary-nav-item:hover, .secondary-nav-trigger:active, secondary-nav-item:active {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.secondary-nav-trigger .icon, .secondary-nav-item .icon {
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin: -0.15em 0.15em 0 0;
}

.secondary-nav-trigger .icon-user, .secondary-nav-item .icon-user {
  width: 0.95em;
  height: 0.95em;
  margin-top: -0.27em;
}

.secondary-nav-wrapper {
  position: absolute;
  right: 0.75rem;
  top: 3.5em;
}

.secondary-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25rem 1.25em 0;
}

.secondary-nav li {
  margin: 0;
  padding: 0;
}

.secondary-nav .dropdown {
  right: 0;
  top: 100%;
  margin: -0.5em 0 0 0;
  padding: 1.5em;
}

.secondary-nav .dropdown-trig:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 3.5em;
}

.secondary-nav .dropdown-trig.dropdown-trig-active:after {
  top: 2.75em;
}

.menu-trigger {
  display: none;
}

.mobile-nav {
  display: none;
}

.mobile-nav-link {
  pointer-events: none;
}

.desktop-nav-hidden {
  display: none;
}

@media screen and (max-width: 1490px) {
  .main-nav-list li a {
    padding: 0 0.55em;
  }
}
@media screen and (max-width: 1390px) {
  .secondary-nav {
    margin-right: -0.5rem;
  }
  .dropdown .dropdown-nav li a.subnav-trig:before, .dropdown .dropdown-nav li a.subnav-trig:after {
    top: 0.65rem;
  }
}
/* laptop < 1200px */
@media screen and (max-width: 1200px) {
  .main-nav {
    min-width: 55em;
    padding: 0 5em 1.25em 1em;
  }
  .main-nav-list li a {
    padding: 0 0.45em;
  }
  .dropdown-user, .secondary-nav .dropdown-user {
    left: auto;
    right: -15px;
    width: 13rem;
  }
  .dropdown-head {
    white-space: normal;
  }
  .main-nav-list li a {
    font-size: 0.85em;
  }
  .main-nav .dropdown-relative .dropdown {
    top: 3em;
  }
  .secondary-nav-trigger, .secondary-nav-item {
    font-size: 0.85em;
  }
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .top-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .secondary-nav .dropdown-trig.dropdown-trig-active:after {
    top: 3em;
  }
}
@media screen and (min-width: 992px) {
  .dropdown .subdropdown {
    display: block;
  }
}
/* tablet < 992px */
@media screen and (max-width: 992px) {
  .header .logo {
    margin: 0;
  }
  .secondary-nav-wrapper {
    top: 0;
    right: 0;
  }
  .secondary-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    position: relative;
    width: 100vw;
  }
  .secondary-nav .dropdown {
    margin: 0;
    width: 100%;
  }
  .menu-trigger {
    display: inline-block;
    border: none;
    background: #fff;
    font-size: 1em;
    width: 4em;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    -webkit-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
  }
  .menu-trigger:hover {
    background: #fff000;
    color: #1d1d1b;
    border-color: #fff000;
  }
  .menu-trigger .icon {
    vertical-align: middle;
  }
  .menu-trigger .icon-menu {
    display: inline-block;
    width: 1.35em;
    height: 1.35em;
  }
  .menu-trigger .icon-close {
    display: none;
    width: 1.15em;
    height: 1.15em;
  }
  .secondary-nav-trigger, .secondary-nav-item {
    display: inline-block;
    background: #fff;
    font-size: 1em;
    width: 4em;
    height: 75px;
    line-height: 75px;
    border-left: 1px solid #e9e9e9;
  }
  .secondary-nav-trigger:hover, .secondary-nav-item:hover {
    background: #fff000;
    color: #1d1d1b;
    border-color: #fff000;
  }
  .secondary-nav-trigger .icon, .secondary-nav-item .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .secondary-nav-trigger .icon-user, .secondary-nav-item .icon-user {
    width: 1.25em;
    height: 1.25em;
  }
  .secondary-nav-trigger-text, .secondary-nav-item-text {
    display: none;
  }
  .top-nav {
    display: none;
  }
  .header {
    min-height: 75px;
    width: 100%;
    padding: 0;
  }
  .mobile-nav-wrap {
    position: absolute;
    z-index: 2000;
    width: 100vw;
    left: 100vw;
    top: 75px;
    background: #fff000;
    text-align: left;
    padding: 1.5em 1.5em 3em 1em !important;
    -webkit-transition: left 0.25s ease-in;
    -o-transition: left 0.25s ease-in;
    -moz-transition: left 0.25s ease-in;
    transition: left 0.25s ease-in;
    margin: 0;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav {
    width: 100%;
    margin: 0;
    padding: 0.35em 0;
    border-top: 1px solid #b9ae00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .mobile-nav:last-of-type {
    border-bottom: 1px solid #b9ae00;
  }
  .mobile-nav li {
    display: block;
    padding: 0;
    margin: 0 0 0.15em 0;
    width: 50%;
  }
  .mobile-nav li a:not(.btn):not(.file-upload-label-lg):not(.file-upload-label) {
    display: block;
    padding: 0.6em 0 0.6em 0;
    line-height: 1.3;
    font-size: 0.875em;
    text-decoration: none;
    color: #595959;
    text-transform: uppercase;
  }
  .mobile-nav li a:hover, .mobile-nav li a:active, .mobile-nav li a:focus {
    color: #0909ff;
    background: transparent;
    text-decoration: underline;
  }
  .dropdown-head.mobile-nav-link-wrap {
    padding: 0;
    margin: 0;
  }
  .mobile-nav-link {
    pointer-events: auto;
    font-size: 1em !important;
    line-height: 1.3;
    margin: 0;
    padding: 0.8em 0 0.8em 1.5em !important;
  }
  .mobile-nav-link {
    display: block;
    position: relative;
    padding-left: 22px;
    color: #1d1d1b;
  }
  .mobile-nav-link:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../svg/src/icon-arrow-right-blue.svg") center center no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 1em;
  }
  .main-nav {
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .main-nav-list {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-nav-list li {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .main-nav-list li a {
    display: block;
    padding: 0.6em 0 0.6em 0;
    margin-left: 0;
    line-height: 1.3;
    font-size: 1.25em;
    text-decoration: none;
    color: #1d1d1b;
    background: none;
  }
  .main-nav-list li a:hover, .main-nav li a:active, .main-nav li a:focus {
    color: #0909ff;
    background: none;
    text-decoration: underline;
  }
  .main-nav-list li a.dropdown-trig {
    margin: 0;
    padding-left: 1em;
  }
  .main-nav-list li a.dropdown-trig.dropdown-trig-active {
    text-decoration: none;
  }
  .main-nav-list li a.dropdown-trig:before {
    left: 0;
  }
  .main-nav-list li a.dropdown-trig:after {
    display: none;
  }
  a.dropdown-trig:after {
    display: none;
  }
  .dropdown-trig-general:after, a.dropdown-trig.dropdown-trig-general:after {
    display: block;
  }
  .main-nav .dropdown {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0 1.25em;
    width: 100%;
  }
  .main-nav .dropdown-cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .main-nav .dropdown-col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0.2em 0;
    border-right: none;
    border-bottom: 1px solid #b9ae00;
  }
  .main-nav .dropdown-col:first-of-type, .dropdown-col-border {
    border-top: 1px solid #b9ae00;
  }
  .main-nav .dropdown-col:last-of-type {
    margin-bottom: 0.5em;
  }
  .main-nav .dropdown-relative .dropdown {
    top: 0;
  }
  .main-nav .dropdown .dropdown-events, .main-nav .dropdown .dropdown-projects {
    display: none;
  }
  .dropdown-head {
    font-size: 1em;
    line-height: 1.3;
    padding: 0.8em 0 0.8em 0;
    margin: 0;
    white-space: normal;
  }
  .dropdown .dropdown-nav li {
    margin: 0;
  }
  .dropdown .dropdown-nav li a {
    font-size: 1em;
    line-height: 1.3;
    padding: 0.7em 0 0.7em 1.5em;
    border: none;
  }
  .dropdown .dropdown-nav li a:before {
    left: 0.15em;
    top: 0.9em;
    width: 13px;
    height: 13px;
  }
  .dropdown .dropdown-nav li a.dropdown-nav-logout:before {
    top: 0.9em;
    width: 14px;
    height: 14px;
  }
  .dropdown .dropdown-nav li a.subnav-trig:before, .dropdown .dropdown-nav li a.subnav-trig:after {
    top: 1.1rem;
  }
  .dropdown-general .dropdown-nav li a {
    font-size: 0.8em;
  }
  .dropdown-add-project {
    right: auto;
    left: 0;
  }
  .subdropdown {
    padding-left: 1em !important;
  }
  .subdropdown-trig {
    font-size: 1em;
    position: relative;
    line-height: 1.3;
    padding: 0.8em 0 0.8em 1.5em;
  }
  .subdropdown-trig:hover, .subdropdown-trig:active {
    color: #0909ff;
    cursor: pointer;
  }
  .subdropdown-trig:before {
    content: "+";
    font-size: 1.4em;
    line-height: 1.7;
    display: block;
    color: #0909ff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .subdropdown-trig.subdropdown-trig-active {
    color: #0909ff;
    text-decoration: none;
  }
  .subdropdown-trig.subdropdown-trig-active:before {
    content: "-";
  }
  .dropdown .subdropdown {
    display: none;
  }
  .dropdown-col.dropdown-col-bg {
    background: transparent;
    max-width: none;
    margin: 0;
  }
  .dropdown-col-wrap.dropdown-col {
    border-bottom: none;
    padding: 0;
  }
  .dropdown-col-wrap .dropdown-col {
    border-top: none !important;
    border-bottom: 1px solid #b9ae00 !important;
    margin-bottom: 0 !important;
  }
  .dropdown-nav-item-border {
    border: none;
    padding: 0;
    margin: 0;
  }
  .dropdown-user, .secondary-nav .dropdown-user {
    right: 0;
  }
  .menu-open .menu-trigger {
    background: #fffccc;
    border-left: 1px solid #fffccc;
    color: #0909ff;
  }
  .menu-open .mobile-nav-wrap {
    left: 0;
  }
  .menu-open .icon-menu {
    display: none;
  }
  .menu-open .icon-close {
    display: inline-block;
  }
  .mobile-nav-hidden {
    display: none;
  }
  .desktop-nav-hidden {
    display: block;
  }
  .dropdown-col-mobile-flat .subdropdown-trig {
    display: none;
  }
  .dropdown-col-mobile-flat .subdropdown {
    padding-left: 0 !important;
    display: block !important;
  }
}
/* mobile < 768px */
/* mobile < 576px */
/* mobile < 420px */
/* SVG icons */
svg {
  pointer-events: none;
}

.icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
  fill: currentColor;
}

.icon-porta {
  width: 65px;
}

.modal-box {
  display: none;
  background: #fff;
  max-width: 100%;
  color: #1d1d1b;
}

.modal-content {
  padding: 1.5em 2.5em;
}

.modal-box-wrap {
  max-width: 800px !important;
}

/* Modal event */
.modal-event .modal-content {
  width: 800px;
}

.modal-event-head {
  font-size: 0.9em;
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-event-head p:not(.modal-event-title) {
  margin-bottom: 0.25em;
}

.modal-event-title {
  display: block;
  color: #595959;
  text-transform: uppercase;
  margin-bottom: 0;
}

.modal-event-date {
  width: 7.5rem;
  display: inline-block;
}

.modal-event-categories {
  display: inline-block;
  padding-top: 0.5em;
}

.modal-event-location {
  display: inline-block;
}

.modal-event-text {
  padding-left: 7.5rem;
  position: relative;
  margin-bottom: 0.5em;
}

.modal-event-text-noimg {
  padding-left: 0;
}

.modal-event-img {
  width: 5.25rem;
  height: 5.25rem;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 0;
}

.modal-event-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-event .head-brackets, .modal-event body:not(.editmode) .entry h1, body:not(.editmode) .entry .modal-event h1, .modal-event body:not(.editmode) .entry h2, body:not(.editmode) .entry .modal-event h2, .modal-event body:not(.editmode) .entry h3, body:not(.editmode) .entry .modal-event h3, .modal-event body:not(.editmode) .entry h4, body:not(.editmode) .entry .modal-event h4 {
  text-transform: none;
}

.modal-event-footer {
  padding-left: 7.5rem;
  margin: 1em 0;
}

/* Modal citation */
.modal-citation {
  max-width: 40em;
  overflow: hidden;
}

.modal-citation .modal-content {
  max-width: 40em;
}

.modal-citation-img {
  max-height: 22em;
  overflow: hidden;
  max-width: 40em;
  position: relative;
}

.modal-citation-img img {
  width: 100%;
}

.modal-citation-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.modal-citation-author .citation-img {
  left: 0;
  position: relative;
  margin-right: 1.15em;
}

/* Modal award */
.modal-award .modal-content {
  width: 800px;
}

/* Modal application */
.modal-application .modal-content {
  width: 900px;
  max-width: 100%;
}

/* laptop < 1370px */
/* laptop < 1200px */
/* tablet < 992px */
@media screen and (max-width: 992px) {
  .modal-event .modal-content {
    width: 700px;
  }
  .modal-event-text {
    padding-left: 0;
    padding-top: 6rem;
  }
  .modal-event-text-noimg {
    padding-top: 0;
  }
}
/* mobile < 768px */
@media screen and (max-width: 768px) {
  .modal-event .modal-content {
    width: 550px;
  }
  .modal-content {
    padding: 3.2em 1.25em 2.25em 1.25em;
  }
  .modal-event .modal-content {
    max-width: 82vw;
  }
}
/* mobile < 576px */
@media screen and (max-width: 576px) {
  .modal-event-date {
    width: 100%;
  }
  .modal-event-location {
    width: 100%;
  }
  .modal-event-head {
    padding-bottom: 1em;
  }
}
/* mobile < 420px */
img.x-form-trigger {
  display: inline !important;
}

div.pimcore_tag_multihref {
  background-color: #fff;
}

.ib script {
  display: none !important;
}

table.x-btn {
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 3px 0 3px !important;
}

table.x-btn td {
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}

table.x-btn tr {
  border: none !important;
}

.x-menu-list-item {
  line-height: normal !important;
}

/*========================= Editor =========================*/
.cke_panel_container {
  background: #fff !important;
}

.cke_ltr {
  background: #fff !important;
}

.cke_ltr ul li {
  background: none;
  padding: 0;
}

.cke_panel_listItem p, .cke_panel_listItem h1, .cke_panel_listItem h2, .cke_panel_listItem h3, .cke_panel_listItem h4, .cke_panel_listItem h5, .cke_panel_listItem h6, .cke_panel_listItem pre {
  font-size: inherit;
  font-style: normal;
  font-family: sans-serif;
  line-height: 30px;
  color: #000 !important;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

.cke_panel_listItem a {
  color: #000 !important;
}

.cke_panel_listItem a:hover {
  color: #000 !important;
}

.pimcore_editable {
  line-height: normal !important;
}

.pimcore_area_entry {
  margin: 0 !important;
  padding: 0 !important;
}

.btn .pimcore_editable a, .file-upload-label-lg .pimcore_editable a, .file-upload-label .pimcore_editable a {
  color: #fff !important;
}

.btn.btn-alt .pimcore_editable a, .btn-alt.file-upload-label-lg .pimcore_editable a, .btn-alt.file-upload-label .pimcore_editable a {
  color: #1d1d1b !important;
}

.slider ul, .slider li.panel {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
}

.slider, .slider li.panel {
  overflow: hidden;
  background: none;
}
.slider:before, .slider li.panel:before {
  display: none;
}

.slider li.panel:not(.slide):not(:first-child) {
  display: none;
}

.slider-nav {
  display: block;
  text-align: center;
  width: 100%;
}

.slider-nav ol {
  margin: 0 0 0 -10px;
}

.slider-nav li {
  margin: 0 0 0 10px;
  padding: 0;
  background: none;
  display: inline-block;
  font-size: 0;
}

.slider-nav li:before {
  content: none;
}

.slider-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #2f4e75;
  text-indent: -80000px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.slider-nav li.current a {
  background: #b8bdc5;
}

.slider-nav .prev {
  position: absolute;
  left: 3em;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff url("../svg/src/icon-arrow-left-blue.svg") center center no-repeat;
  -moz-background-size: 1.8em 1.8em;
  background-size: 1.8em 1.8em;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.slider-nav .prev:after {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
}

.slider-nav .prev:hover, .slider-nav .prev:active {
  background: #fff000 url("../svg/src/icon-arrow-left-black.svg") center center no-repeat;
  -moz-background-size: 1.8em 1.8em;
  background-size: 1.8em 1.8em;
}

.slider-nav .next {
  position: absolute;
  right: 3em;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff url("../svg/src/icon-arrow-right-blue.svg") center center no-repeat;
  -moz-background-size: 1.8em 1.8em;
  background-size: 1.8em 1.8em;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.slider-nav .next:after {
  content: "";
  position: absolute;
  left: 0.75em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
}

.slider-nav .next:hover, .slider-nav .next:active {
  background: #fff000 url("../svg/src/icon-arrow-right-black.svg") center center no-repeat;
  -moz-background-size: 1.8em 1.8em;
  background-size: 1.8em 1.8em;
}

.slider-nav .slider-counter {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
}

.slider-nav-bottom, .gallery-slider .slider-nav, .publications-slider .slider-nav, .item-slider .slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.2em;
}

.slider-nav-bottom-btn, .gallery-slider .slider-nav .prev, .gallery-slider .slider-nav .next, .publications-slider .slider-nav .prev, .publications-slider .slider-nav .next, .item-slider .slider-nav .prev, .item-slider .slider-nav .next {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: inline-block;
  vertical-align: middle;
}

.slider-nav-bottom-counter, .gallery-slider .slider-nav .slider-counter, .publications-slider .slider-nav .slider-counter, .item-slider .slider-nav .slider-counter {
  display: inline-block;
  width: auto;
  padding: 0 1.25em;
  color: rgb(117.4, 117.4, 117.4);
  vertical-align: middle;
}

.slider-nav-right, .projects-slider .slider-nav {
  position: absolute;
  left: 100%;
  top: 50%;
  height: auto;
  width: 4.5em;
  padding-left: 1.5em;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -7em;
}

.slider-nav-right-btn, .projects-slider .slider-nav .prev, .projects-slider .slider-nav .next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 0.5em 0;
}

.slider-nav-right-counter, .projects-slider .slider-nav .slider-counter {
  color: rgb(117.4, 117.4, 117.4);
}

/* General item slider */
.item-slider {
  position: relative;
}

.item-slider .slider ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-slider .slider {
  margin-left: -1.5em;
}

.item-slider .slider li.panel:not(.slide) {
  display: inline-block;
  margin-bottom: 0.5em;
}

.item-slider-2 li.panel:not(.slide) {
  width: 50%;
}

.item-slider-2 .slider li.panel:not(.slide):not(:nth-child(-n+2)) {
  display: none;
}

.item-slider-3 li.panel:not(.slide) {
  width: 33.33333%;
}

.item-slider-3 .slider li.panel:not(.slide):not(:nth-child(-n+3)) {
  display: none;
}

.item-slider-4 li.panel:not(.slide) {
  width: 25%;
}

.item-slider-4 .slider li.panel:not(.slide):not(:nth-child(-n+4)) {
  display: none;
}

/* Teaser slider */
.teaser-slider {
  position: relative;
}

.teaser-slider li.panel {
  padding-bottom: 3.5em;
}

.teaser-slide {
  position: relative;
  height: 40vw;
  max-height: 32em;
  min-height: 12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.teaser-slide-no-img {
  height: auto;
  max-height: none;
  min-height: 0;
  padding-top: 2em;
}

.teaser-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}

.teaser-slide-img img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teaser-slide-text {
  display: block;
  text-decoration: none;
  min-height: 12em;
  background: rgba(255, 255, 255, 0.95);
  padding: 3em 2.5em;
  margin-bottom: -1.5em;
  -webkit-box-shadow: 0px 11px 24px 0px rgba(29, 29, 27, 0.1);
  -moz-box-shadow: 0px 11px 24px 0px rgba(29, 29, 27, 0.1);
  box-shadow: 0px 11px 24px 0px rgba(29, 29, 27, 0.1);
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaser-slide-text .teaser-slide-title {
  margin-bottom: 0.9rem;
}

.teaser-slide-title {
  margin-bottom: 0;
}

a.teaser-slide-text .teaser-slide-title span {
  display: inline;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  line-height: 1;
  background: transparent;
  -webkit-box-shadow: 0.25em 0 0 transparent;
  -moz-box-shadow: 0.25em 0 0 transparent;
  box-shadow: 0.25em 0 0 transparent;
}

a.teaser-slide-text:hover, a.teaser-slide-text:active {
  text-decoration: none;
}

a.teaser-slide-text:hover .teaser-slide-title, a.teaser-slide-text:active .teaser-slide-title {
  color: #1d1d1b;
  text-decoration: none;
}

a.teaser-slide-text:hover .teaser-slide-title span, a.teaser-slide-text:active .teaser-slide-title span {
  color: #1d1d1b;
  text-decoration: none !important;
  background: #fff000;
  -webkit-box-shadow: 0.25em 0 0 #fff000;
  -moz-box-shadow: 0.25em 0 0 #fff000;
  box-shadow: 0.25em 0 0 #fff000;
}

.teaser-slider .slider-nav-content {
  position: absolute;
  bottom: 5em;
  text-align: center;
  display: inline-block;
  padding-left: 1em;
}

.teaser-slider .slider-nav .prev, .teaser-slider .slider-nav .next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 0.5em 0;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(29, 29, 27, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(29, 29, 27, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(29, 29, 27, 0.2);
  vertical-align: middle;
}

.teaser-slider .slider-counter {
  display: block;
  color: #fff;
  font-size: 0.7em;
  font-weight: 400;
  vertical-align: middle;
}

/* Events slider */
.events-slider {
  position: relative;
}

.events-slider .item, .events-slider .nav {
  width: 100%;
}

.events-slider .slider li.panel.slide .item, .events-slider .slider li.panel.slide .nav {
  margin-bottom: 1em;
}

.events-slider .slider-nav {
  position: relative;
  margin-bottom: -0.5em;
}

.events-slider .slider-nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 2.7em;
  z-index: 2;
}

.events-slider .slider-nav-wrapper {
  padding-left: 1em;
  background: #fff;
  position: relative;
  z-index: 100;
}

/* News slider */
.news-slider {
  position: relative;
}

.news-slider .item, .news-slider .nav {
  width: 100%;
}

.news-slider .item-inner, .news-slider .catalog .item, .catalog .news-slider .item, .news-slider .catalog .nav, .catalog .news-slider .nav {
  padding-top: 0.15em;
}

.news-slider .slider li.panel.slide .item, .news-slider .slider li.panel.slide .nav {
  margin-bottom: 1em;
}

.news-slider .slider-nav {
  position: relative;
  margin-bottom: -0.5em;
}

.news-slider .slider-nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 2.7em;
  z-index: 2;
}

.news-slider .slider-nav-wrapper {
  padding-left: 1em;
  background: #fff;
  position: relative;
  z-index: 100;
}

/* Publications slider */
.publications-slider {
  position: relative;
}

.publications-slider .item, .publications-slider .nav {
  width: 100%;
}

.publications-slider .slider li.panel.slide .item, .publications-slider .slider li.panel.slide .nav {
  margin-bottom: 0;
}

/* Projects/theses slider */
.projects-slider {
  position: relative;
}

.projects-slider .thesis-img {
  width: 100%;
  height: auto;
}

.projects-slider .thesis-img img {
  position: relative;
  width: 100%;
  min-height: 0;
  height: auto;
}

/* Projects/theses/atelier projects item slider */
.projects-item-slider .item, .projects-item-slider .nav {
  margin-bottom: 1rem !important;
}

.projects-item-slider .project-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-item-slider .project-img img {
  margin-top: auto;
}

/*.projects-item-slider .panel { height: 100%; }
.projects-item-slider .item { height: 100%; display: flex; }
.projects-item-slider .item-inner { margin-top: auto; }*/
/* Gallery slider */
.gallery-slider {
  overflow: hidden;
}

.gallery-slider .slider {
  margin-left: -1.5em;
}

.gallery-slider .slider ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-slider .slider li.panel {
  max-height: 18em;
}

.gallery-slider .slider li.panel:not(.slide) {
  display: inline-block;
  width: 50%;
  margin-bottom: 0.5em;
}

.gallery-slider .slider .gallery-img {
  padding-left: 1.5em;
  display: block;
}

.gallery-slider:not(.gallery-slider-3) .slider li.panel:not(.slide):not(:nth-child(-n+2)) {
  display: none;
}

.gallery-slider-3 .slider li.panel:not(.slide) {
  width: 33.33333%;
}

.gallery-slider-3 .slider li.panel:not(.slide):not(:nth-child(-n+3)) {
  display: none;
}

.gallery-slider-3 .slider-nav {
  padding-top: 0.9em;
}

/* laptop < 1370 */
@media screen and (max-width: 1200px) {
  .teaser-slider .slider-nav-content {
    padding-left: 0;
  }
  .item-slider-4 li.panel:not(.slide) {
    width: 33.33333%;
  }
  .item-slider-4 .slider li.panel:not(.slide):not(:nth-child(-n+3)) {
    display: none;
  }
  .events-slider li.panel:not(.slide) {
    width: 50%;
  }
  .events-slider .slider li.panel:not(.slide):not(:nth-child(-n+2)) {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .item-slider-3 li.panel:not(.slide) {
    width: 50%;
  }
  .item-slider-3 .slider li.panel:not(.slide):not(:nth-child(-n+2)) {
    display: none;
  }
  .item-slider-4 li.panel:not(.slide) {
    width: 50%;
  }
  .item-slider-4 .slider li.panel:not(.slide):not(:nth-child(-n+2)) {
    display: none;
  }
}
/* mobile < 768 */
@media screen and (max-width: 768px) {
  .teaser-slide {
    height: auto;
    max-height: none;
  }
  .teaser-slide-img {
    position: relative;
    height: 60vw;
  }
  .teaser-slide-text {
    margin: -1.5em 0 0 0;
  }
  .teaser-slider .slider-nav-outer-wrapper {
    position: absolute;
    left: 0;
    top: 60vw;
    margin-top: -1em;
    width: 100%;
  }
  .teaser-slider .slider-nav {
    display: inline-block;
  }
  .teaser-slider .slider-counter {
    display: inline-block;
    margin: 0 1em;
  }
  .teaser-slider .slider-nav-content {
    bottom: 1.5em;
  }
  .events-slider li.panel:not(.slide) {
    width: 100%;
  }
  .events-slider .slider li.panel:not(.slide):not(:first-child) {
    display: none;
  }
  .news-slider li.panel:not(.slide) {
    width: 100%;
  }
  .news-slider .slider li.panel:not(.slide):not(:first-child) {
    display: none;
  }
  .teaser-slider .slider-counter {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 576px) {
  .teaser-slide-text {
    padding: 1.7em;
  }
  .teaser-slide-title {
    font-size: 1.75em;
  }
  .item-slider li.panel:not(.slide) {
    width: 100%;
  }
  .item-slider .slider li.panel:not(.slide):not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .teaser-slide-title, .teaser-slide-text h2 {
    font-size: 1.7em;
  }
}
.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.step-number {
  min-width: 3rem;
  padding-right: 1rem;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .applications-cell-set .cell {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .application-item, .application-course {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .application-item-order {
    margin-bottom: 0.7rem;
  }
  .application-item-title {
    width: 100%;
    margin-bottom: 0.7rem;
  }
  .application-item-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 460px) {
  .application-item, .application-course {
    padding-right: 1rem;
  }
  .application-item-remove, .application-item-move {
    top: 0.8rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.entry table {
  width: 100%;
  margin: 0 0 1.5em 0;
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}

.entry table th {
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #e9e9e9;
  vertical-align: middle;
  padding: 1.1em 1.4em 1.1em 1.4em;
  background: rgb(240.65, 240.65, 240.65);
  color: #1d1d1b;
  text-align: left;
}

.entry table td {
  font-size: 0.9em;
  padding: 0.7em 1em 0.7em 1em;
  vertical-align: middle;
}

.entry table tr {
  border-bottom: 1px solid #e9e9e9;
}

.entry table th:not(:last-child), .entry table td:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

.table-responsive p {
  margin-bottom: 0;
}

.table-hours td:first-child {
  background: #f2f2f2;
  text-transform: uppercase;
  color: #595959;
  width: 13em;
}

.table-schedule {
  background: #e6e6ff;
}

.table-schedule td, .table-schedule th {
  padding: 1em 0.5em;
}
.table-schedule td p:last-child, .table-schedule th p:last-child {
  margin-bottom: 0;
}

.table-schedule tr:not(:last-of-type) {
  border-bottom: 1px solid #cfcfe5;
}

.table-schedule td:first-child, .table-schedule th:first-child {
  min-width: 10em;
  padding-left: 1.25em;
}

.table-schedule td:last-child, .table-schedule th:last-child {
  padding-right: 1.25em;
}

.table-schedule-date {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.table-schedule-title {
  font-size: 0.9em;
  font-weight: 400;
}

.table-schedule-text {
  color: #595959;
}

table.table-dates {
  border: none;
  position: relative;
}

table.table-dates td, table.table-dates th {
  padding: 0.2em 0 0.2em 1em;
  border: none !important;
  background: none;
  vertical-align: top;
}

table.table-dates td:first-child, table.table-dates th:first-child {
  white-space: nowrap;
  width: 10em;
}

table.table-thesis th, table.table-thesis td {
  border-right: none !important;
}

table.table-thesis td:nth-child(3), table.table-thesis td:nth-child(4) {
  color: #949494;
}

table.table-thesis-title {
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  padding-left: 0.25em;
  margin-left: -0.25em;
  display: inline-block;
}

table.table-thesis-title:hover, .table-thesis-title:active {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

/* Subjects */
.subjects {
  width: 100%;
  margin: 0;
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}

.subjects-wrap {
  margin-top: 1.25em;
  margin-bottom: 1.75em;
}

.subjects th {
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #e9e9e9;
  border-top: 3px solid #e9e9e9;
  vertical-align: middle;
  padding: 1.1em 1.4em 0.8em 1.4em;
  background: rgb(240.65, 240.65, 240.65);
  color: #1d1d1b;
  text-align: left;
}

.subjects td {
  font-size: 0.9em;
  border-bottom: 1px solid #e9e9e9;
  padding: 0.8em 1em 0.6em 1em;
  vertical-align: middle;
}

.subjects th:not(:last-child), .subjects td:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

.subjects th:last-child, .subjects td:last-child {
  text-align: center;
  width: 5em;
}

.subjects th:first-child, .subjects td:first-child {
  width: 8em;
}

.subjects th.subject-head {
  text-align: center;
}

.subjects td.subject-wrapper {
  padding: 1px 3px;
  width: 5.5em;
}

.subject {
  text-align: center;
  padding: 0.35em 0.75em;
  font-size: 0.7rem;
  line-height: 1.3;
  min-height: 3.5em;
}

.subject-1 {
  background: #9090ff;
}

.subject-2 {
  background: #ceceff;
}

.subject-3 {
  background: #e6e6ff;
}

.subjects-simple td:nth-child(1) {
  width: 5em;
}

.subjects-simple td:nth-child(2) {
  width: 22em;
  text-align: left;
}

.subjects-simple td:not(:nth-child(-n+2)) {
  text-align: center;
  white-space: nowrap;
}

.subjects-application td:nth-child(1) {
  max-width: 7rem;
}

.subjects-application td:nth-child(2) {
  text-align: left;
  width: auto;
}

.subjects td a {
  padding-right: 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.07s ease-in;
  -o-transition: all 0.07s ease-in;
  -moz-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
}

.subjects td a:hover, .subjects td a:active {
  color: #1d1d1b;
  background: #fff000;
  text-decoration: none;
}

.subjects-line-dashed {
  border-top: none;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(55%, rgb(230.45, 230.45, 230.45)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgb(230.45, 230.45, 230.45) 55%, #fff 100%);
  background-image: -moz-linear-gradient(left, rgb(230.45, 230.45, 230.45) 55%, #fff 100%);
  background-image: -o-linear-gradient(left, rgb(230.45, 230.45, 230.45) 55%, #fff 100%);
  background-image: linear-gradient(to right, rgb(230.45, 230.45, 230.45) 55%, #fff 100%);
  background-position: bottom;
  -moz-background-size: 12px 2px;
  background-size: 12px 2px;
  background-repeat: repeat-x;
  margin-bottom: 1.5em;
}

.table-subjects td:first-child {
  width: 9em;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .table-schedule-title {
    font-size: 1em;
  }
}
/* tablet < 992px */
@media screen and (max-width: 1200px) {
  .subjects-wrap {
    overflow-y: auto;
  }
}
/* tablet < 992px */
@media screen and (max-width: 992px) {
  .entry table td {
    font-size: 1em;
  }
  .entry table th {
    font-size: 0.8em;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive td {
    display: block;
    border-bottom: none;
    color: #1d1d1b;
    padding: 0 !important;
  }
  .table-responsive td p {
    margin: 0 0 1em 0 !important;
  }
  .table-responsive td::before {
    content: attr(data-title);
    display: block;
    color: #949494;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: 0.75em;
  }
}
/* mobile < 768 */
@media screen and (max-width: 768px) {
  .table-schedule td {
    display: block;
  }
  .table-schedule td:first-child {
    padding-bottom: 0;
  }
  .table-schedule td:last-child {
    padding-left: 1.25em;
    padding-top: 0.15em;
  }
  .scrollable-table {
    overflow-x: auto;
    max-width: 100%;
  }
  .scrollable-table td {
    min-width: 150px;
  }
}
/* mobile < 576px */
.tabs {
  position: relative;
}

.tab-nav {
  padding-top: 0.25em;
  position: relative;
}

.tab-nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
  background: #0909ff;
}

.tab-nav ul {
  padding: 0 0 0 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}

.tab-nav li {
  list-style-type: none;
  padding: 0;
  background: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-nav li a, .tab-nav .tab-switch {
  display: inline-block;
  text-decoration: none;
  outline: 0;
  padding: 0.9em 0.9em;
  margin: 0 0 -2px -2px;
  background: #fff;
  color: #1d1d1b;
  font-size: 0.9em;
  text-transform: uppercase;
  border: 2px solid #e9e9e9;
}

.tab-nav li:first-child a {
  border-left: 2px solid #e9e9e9;
}

.tab-nav li:last-child a {
  border-right: 2px solid #e9e9e9;
}

.tab-nav li a:hover, .tab-nav li a:active {
  background: #fff000;
  color: #1d1d1b;
  border-color: #fff000 !important;
}

.tab-nav li a.selected {
  background: #0909ff;
  color: #fff;
  border-color: #0909ff !important;
}

.tab-nav-condensed li a {
  padding: 0.9em 0.75em;
  font-size: 0.85em;
}

.tab-nav-shifted {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-top: -2px;
  border-bottom: none;
  position: absolute;
}

.tab-nav-shifted ul li a {
  border-bottom: 2px solid #e9e9e9;
  border-top: none;
}

.tab-nav-shifted ul li:first-child a {
  border-left: none;
}

.tab-nav-shifted ul li:last-child a {
  border-right: none;
}

.tab-content {
  padding-top: 2.5em;
}

.tabs .tab-content {
  padding-top: 0;
}

.tabs .tab-content .tab {
  float: left;
  width: 100%;
  display: none;
  padding-top: 2em;
}

.tabs .tab-content .tab.selected {
  position: static !important;
  display: block;
}

.tabs .tab-content .tab-alpha {
  padding-top: 0;
}

/* laptop < 1370px */
/* laptop < 1200px */
@media screen and (max-width: 1200px) {
  .tab-nav ul {
    padding: 0 0 0 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* tablet < 992px */
@media screen and (max-width: 992px) {
  .tab-nav-shifted {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: relative;
  }
  .tab-nav-shifted ul li a {
    border-top: 2px solid #e9e9e9;
  }
  .tab-nav-shifted ul li:first-child a {
    border-left: 2px solid #e9e9e9;
  }
  .tab-nav-shifted ul li:last-child a {
    border-right: 2px solid #e9e9e9;
  }
}
/* mobile < 768px */
/* mobile < 576px */
/* mobile < 420px */
a {
  transition: color 0.1s;
  -moz-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  -ms-transition: color 0.1s;
}

/* Select */
div.selector {
  font-size: 18px;
  background: #fff;
  color: #024b41;
  line-height: 45px;
  height: 42px;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}

div.selector span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background: #fff url("../img/select.png") right 0 no-repeat;
  border: none;
  padding: 0;
  text-indent: 15px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  display: block;
}

div.selector select {
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 42px;
  line-height: 42px;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

div.selector select option {
  padding: 2px 10px;
}

div.selector.active span {
  background-position: right 0;
}

div.selector.focus span {
  background-position: right 0;
}

div.selector.hover span {
  background-position: right -52px;
}

div.selector.hover.active span {
  background-position: right -52px;
}

div.selector.focus.active span {
  background-position: right -52px;
}

/* Checkbox */
div.checker {
  position: relative;
}

div.checker, div.checker span, div.checker input {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
}

div.checker span {
  text-align: center;
  background: rgb(220.25, 220.25, 220.25) url("../svg/src/icon-check-white.svg") center center no-repeat;
  -moz-background-size: 0.6em 0.6em;
  background-size: 0.6em 0.6em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div.checker span.checked {
  background-color: #0909ff;
}

div.checker input {
  margin: 0;
  cursor: pointer;
  opacity: 0;
  border: none;
  background: none;
  vertical-align: top;
  pointer-events: none;
}

/* Radio */
div.radio {
  position: relative;
}

div.radio, div.radio span, div.radio input {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
}

div.radio span {
  text-align: center;
  background: rgb(220.25, 220.25, 220.25) url("../svg/src/icon-check-white.svg") center center no-repeat;
  -moz-background-size: 0.6em 0.6em;
  background-size: 0.6em 0.6em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div.radio span.checked {
  background-color: #0909ff;
}

div.radio input {
  margin: 0;
  cursor: pointer;
  opacity: 0;
  border: none;
  background: none;
  vertical-align: top;
  pointer-events: none;
}

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 85px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 82px;
  padding: 0 10px;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}

div.uploader.active span.action {
  background-position: right -465px;
}

div.uploader.hover, div.uploader.focus {
  background-position: 0 -353px;
}

div.uploader.hover span.action, div.uploader.focus span.action {
  background-position: right -437px;
}

div.uploader.hover.active span.action, div.uploader.focus.active span.action {
  background-position: right -493px;
}

div.uploader.disabled, div.uploader.disabled.active {
  background-position: 0 -325px;
}

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  background-position: right -381px;
}

/* file upload */
.file-upload-input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.file-upload-label {
  font-size: 0.7rem;
}

.file-upload-label-lg {
  font-size: 0.9rem;
  padding-top: 1em;
  padding-bottom: 1em;
}

.file-upload-label-narrow {
  padding-left: 2.7rem !important;
  padding-right: 1.3rem !important;
  background-position: left 18px center !important;
}

.file-upload-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  word-break: break-all;
  font-size: 0.9rem;
  color: #0909ff;
  margin-bottom: 0.25rem;
  position: relative;
}

.file-upload-item:last-child {
  margin-bottom: 1rem;
}

.file-upload-item-text {
  display: block;
  padding: 0.7rem 5rem 0.7rem 1rem;
}

.file-upload-list-sortable .file-upload-item:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.file-upload-item-remove, .file-upload-item-publish {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.file-upload-item-remove {
  background: url("../svg/src/icon-bin-gray.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  right: 1rem;
}

.file-upload-item-publish {
  background: url("../svg/src/icon-unlocked-gray.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  right: 2.7rem;
}

.file-upload-item-remove:hover, .file-upload-item-remove:active {
  background-image: url("../svg/src/icon-bin-red.svg");
}

.file-upload-item-publish:hover, .file-upload-item-publish:active {
  background-image: url("../svg/src/icon-unlocked-blue.svg");
}

.file-upload-item-unpublished .file-upload-item-publish {
  background-image: url("../svg/src/icon-locked-gray.svg");
}

.file-upload-item-unpublished .file-upload-item-publish:hover, .file-upload-item-unpublished .file-upload-item-publish:active {
  background-image: url("../svg/src/icon-locked-blue.svg");
}

.file-upload-list-publish-hidden .file-upload-item-publish {
  display: none;
}

.file-upload-errors {
  color: #d40019;
  font-size: 0.9rem;
}

@media screen and (max-width: 1390px) {
  .file-upload-label-lg {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 992px) {
  .file-upload-label-lg {
    line-height: 1.23;
  }
}
@media screen and (max-width: 576px) {
  .file-upload-item img {
    max-width: 4rem;
    height: auto;
  }
}
/*# sourceMappingURL=styles.css.map */
