/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

/*! Flickity v2.0.7
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  bottom: -85px;
  width: 50px;
  height: 50px;
  border: none;
  background: #333;
  cursor: pointer;
  transition: opacity 0.2s; }
  .flickity-prev-next-button:after {
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    color: #fff;
    width: 11px;
    height: 17px; }

.flickity-prev-next-button:hover {
  opacity: 0.75; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: -80px; }
  .flickity-prev-next-button.previous:after {
    background: url("../img/icon-arrow-left.png") no-repeat center/cover; }

.flickity-prev-next-button.next {
  left: -29px; }
  .flickity-prev-next-button.next:after {
    background: url("../img/icon-arrow-right.png") no-repeat center/cover; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

@font-face {
  font-family: "Alpha Echo";
  src: url("../fonts/AlphaEcho.eot");
  src: url("../fonts/AlphaEcho.eot?#iefix") format("embedded-opentype"), url("../fonts/AlphaEcho.woff") format("woff"), url("../fonts/AlphaEcho.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html.fixed,
body.fixed {
  height: 100%;
  overflow-y: hidden; }

body {
  min-width: 320px;
  font-family: "Open Sans", sans-serif; }

strong {
  font-weight: 700; }

a {
  text-decoration: none; }
  a.noLink {
    cursor: default; }

body *,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.vertical-holder {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.vertical-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.hidden {
  display: none; }

.wrapper,
.mobile-wrapper {
  position: relative;
  width: 1156px;
  margin: 0 auto; }

.section-desktop-menu {
  height: 80px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 100;
  position: relative; }
  .section-desktop-menu .wrapper {
    position: relative; }
  .section-desktop-menu .logo-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Alpha Echo", cursive;
    font-size: 25px;
    color: #333;
    line-height: 80%;
    z-index: 50; }
  .section-desktop-menu .login-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 80px;
    text-align: center; }
    .section-desktop-menu .login-wrapper .btn-login {
      position: relative;
      top: 50%;
      width: 100%;
      height: 100%;
      color: #fff;
      background: #333;
      font-weight: 700;
      font-size: 14px;
      transition: all 0.2s;
      transform: translateY(-50%);
      border: none;
      z-index: 50; }
      .section-desktop-menu .login-wrapper .btn-login:hover, .section-desktop-menu .login-wrapper .btn-login.active {
        background: #d03838; }
  .section-desktop-menu .login-hidden {
    top: 80px; }

.login-hidden {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background: #333;
  text-align: left;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 15; }
  .login-hidden.login-visible {
    opacity: 1;
    visibility: visible; }
  .login-hidden form {
    padding-top: 20px;
    padding-bottom: 20px; }
  .login-hidden label {
    position: relative;
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff; }
  .login-hidden span {
    font-weight: 600; }
  .login-hidden input {
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    color: #fff; }
  .login-hidden input[type="email"],
  .login-hidden input[type="password"] {
    margin-top: 3px;
    padding: 10px;
    background-color: #454545;
    border: solid 1px rgba(255, 255, 255, 0.25); }
    .login-hidden input[type="email"]:focus,
    .login-hidden input[type="password"]:focus {
      outline: #fff;
      border-color: #fff; }
  .login-hidden input[type="submit"] {
    margin-top: 5px;
    padding: 13px 0;
    text-align: center;
    border: none;
    background-color: #d03838;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.2s; }
    .login-hidden input[type="submit"]:focus, .login-hidden input[type="submit"]:hover {
      background: #fff;
      outline: #fff;
      color: #d03838;
      box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5); }

.error-txt {
  display: none; }

.error-input input[type="email"],
.error-input input[type="password"] {
  border: 1px solid red; }

.error-input .error-txt {
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 12px;
  font-weight: 600;
  color: red; }

.nav-desktop {
  position: relative;
  height: 80px;
  text-align: center;
  z-index: 20; }
  .nav-desktop > li {
    padding: 30px 0;
    text-align: left;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700; }
    .nav-desktop > li:not(:last-child) {
      margin-right: 40px; }
    .nav-desktop > li:hover ul {
      display: block; }
    .nav-desktop > li a {
      padding-left: 10px;
      padding-right: 10px; }
      .nav-desktop > li a:hover {
        color: #333; }
      .nav-desktop > li a.arrow-down:hover:after {
        border-color: #333 transparent transparent transparent; }
  .nav-desktop a {
    color: #d03838; }
  .nav-desktop ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 140px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
    .nav-desktop ul li {
      display: block;
      margin-right: 0;
      font-size: 14px;
      font-weight: 600; }
      .nav-desktop ul li:not(:last-child) {
        border-bottom: 1px solid #f3f3f3; }
    .nav-desktop ul a {
      display: block;
      height: 50px;
      padding: 15px 0 15px 20px;
      background: #fff;
      color: #666; }
      .nav-desktop ul a:hover {
        background: #f7f7f7;
        color: #333; }
  .nav-desktop .arrow-down:after {
    right: -2px; }

.arrow-down {
  position: relative; }
  .arrow-down:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #d03838 transparent transparent transparent; }

.section-mobile-menu {
  display: none;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 0; }
  .section-mobile-menu .btn-menu {
    float: left;
    width: 60px;
    height: 60px;
    background: url("../img/icon-lines.svg") #fff no-repeat center; }
    .section-mobile-menu .btn-menu.active {
      background: url("../img/icon-close.svg") #333 no-repeat center; }
  .section-mobile-menu .logo-text {
    position: relative;
    font-size: 18px;
    display: inline-block;
    height: 60px;
    font-size: 16px;
    color: #333;
    line-height: 100%;
    padding-top: 15px;
    font-family: "Alpha Echo", cursive;
    padding-left: 10px; }
  .section-mobile-menu .btn-user {
    float: right;
    width: 60px;
    height: 60px;
    background: url("../img/icon-user1.svg") #333 no-repeat center; }
    .section-mobile-menu .btn-user.active {
      background: url("../img/icon-user2.svg") #d03838 no-repeat center; }
  .section-mobile-menu button {
    border: none;
    display: inline-block; }
  .section-mobile-menu .login-hidden {
    top: 60px; }

.menu-hidden {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 15; }
  .menu-hidden.menu-visible {
    display: block; }

.nav-mobile {
  font-size: 14px; }
  .nav-mobile > li {
    display: block;
    border-bottom: 1px solid #f3f3f3; }
    .nav-mobile > li a {
      height: 50px;
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 17px 0 17px 20px;
      color: #d03838;
      font-weight: 700;
      font-size: 16px; }
      .nav-mobile > li a.active {
        background: #f7f7f7;
        color: #333; }
  .nav-mobile ul {
    margin-left: 20px;
    list-style-type: none; }
    .nav-mobile ul.visible li {
      display: block; }
    .nav-mobile ul li {
      display: none; }
    .nav-mobile ul a {
      color: #666;
      font-size: 14px;
      font-weight: 600; }
  .nav-mobile .arrow-down:after {
    right: 15px; }

.footer-institutions {
  background: #f7f7f7; }

.fi-row {
  font-size: 0;
  padding: 30px 0 15px;
  border-top: 1px solid #dedede; }
  .fi-row h4 {
    margin-bottom: 15px;
    opacity: 0.75;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #666666; }

.fi-box {
  display: inline-block;
  width: 300px;
  height: 90px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s; }
  .fi-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25); }
  .fi-box img {
    width: 100%; }

.footer-dd {
  padding: 25px 0 35px;
  color: #fff;
  font-size: 0;
  background: #333333 no-repeat left center; }
  .footer-dd a {
    color: #fff; }

.fdd-top,
.fdd-bottom {
  text-align: center; }

.fdd-top {
  position: relative;
  padding-bottom: 20px;
  font-family: "Alpha Echo", cursive;
  font-size: 21px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #414141; }
  .fdd-top span {
    text-align: center; }

.fdd-bottom {
  max-width: 470px;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 30px;
  font-size: 12px;
  line-height: 133%;
  font-weight: 600;
  color: #999; }
  .fdd-bottom a {
    display: inline-block;
    margin-top: 5px;
    font-weight: 400;
    transition: opacity 0.2s; }
    .fdd-bottom a:hover {
      opacity: 0.65; }

.fddb-left {
  float: left;
  width: 133px;
  margin-right: 25px; }

.fddb-right {
  float: left;
  width: 310px;
  margin-top: 4px; }

.page-404 {
  height: 510px;
  background: url("../img/desktop-header.jpg");
  font-size: 0; }

.left-404 {
  font-size: 230px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  text-align: center; }

.right-404 .inner-txt-404 {
  width: 410px;
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  text-align: center;
  background: #fff;
  color: #333;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3); }

.right-404 h2 {
  font-size: 26px;
  margin-bottom: 20px; }

.right-404 p {
  font-size: 18px;
  opacity: 0.75;
  margin-bottom: 20px; }

.right-404 .back-404 {
  display: block;
  font-size: 18px;
  color: #d03838;
  font-weight: 600; }
  .right-404 .back-404:hover {
    text-decoration: underline; }

.right-404 .login-404 {
  font-size: 14px; }

.home-hero {
  height: 320px;
  background: url("../img/desktop-header.jpg") repeat left;
  font-size: 0; }
  .home-hero .hh-right {
    padding-left: 100px; }

.hero-image {
  display: block;
  width: 400px;
  height: 308px;
  background: url("../img/home-hero-desktop.png") no-repeat center; }

.hh-left,
.hh-right,
.left-404,
.right-404 {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }

.hh-full {
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
  .hh-full h2 {
    position: relative;
    margin-bottom: 35px;
    font-size: 42px;
    line-height: 130%;
    font-family: "Alpha Echo", cursive;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
    .hh-full h2:after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 60px;
      height: 2px;
      background: #fff;
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5); }
  .hh-full span {
    display: block;
    font-size: 24px;
    line-height: 125%;
    font-weight: 600;
    font-style: italic; }

.hh-left {
  font-size: 16px; }
  .hh-left img {
    display: block;
    margin: 0 auto; }

.hh-right {
  font-size: 16px;
  color: #fff; }
  .hh-right h2 {
    position: relative;
    font-family: "Alpha Echo", cursive;
    line-height: 130%;
    font-size: 28px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
    .hh-right h2:after {
      content: "";
      position: absolute;
      bottom: 7px;
      left: 0;
      display: block;
      width: 60px;
      height: 2px;
      background: #fff;
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5); }
  .hh-right p {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 150%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.flickity-page-dots {
  display: none; }

.home-about {
  padding: 100px 0 180px; }
  .home-about::after {
    content: "";
    display: block;
    clear: both; }
  .home-about .wrapper {
    position: relative; }

.ha-holder {
  padding: 60px 0 70px 80px;
  background: #f6f6f6; }
  .ha-holder h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #333; }
    .ha-holder h2:after {
      content: "";
      position: absolute;
      bottom: -14px;
      left: 0;
      display: block;
      width: 60px;
      height: 2px;
      background: #d03838; }
  .ha-holder p {
    width: 350px;
    opacity: 0.8;
    font-size: 17px;
    line-height: 159%;
    color: #555; }

.btn-gray {
  display: inline-block;
  width: 160px;
  height: 42px;
  margin-top: 30px;
  line-height: 42px;
  text-align: center;
  background-color: #333;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  transition: background 0.2s; }
  .btn-gray:hover {
    background: #d03838; }

.btn-card {
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #333;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  transition: background 0.2s; }
  .btn-card:hover {
    background: #d03838; }

.ha-img {
  position: absolute;
  width: 50%;
  top: -9px;
  right: 35px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); }

.home-our-team {
  position: relative;
  height: 490px;
  margin-bottom: 110px;
  text-align: center;
  background: url("../img/bg-ourteam.jpg") repeat-y center;
  font-size: 0; }
  .home-our-team::after {
    content: "";
    display: block;
    clear: both; }

.hot-left {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 28%;
  height: 490px;
  color: #fff; }
  .hot-left h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700; }
    .hot-left h2:after {
      content: "";
      position: absolute;
      bottom: -14px;
      left: 0;
      display: block;
      width: 60px;
      height: 2px;
      background: #fff; }
  .hot-left p {
    width: 270px;
    opacity: 0.65;
    font-size: 17px;
    line-height: 159%; }
  .hot-left a:hover {
    background: #fff;
    color: #333; }

.hot-right {
  padding: 50px 0 0 25px;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  width: 72%;
  height: 490px; }

.gallery-box {
  float: left;
  width: 260px;
  height: 355px;
  margin-right: 15px; }
  .gallery-box img {
    display: block;
    width: 254px;
    height: 220px; }
  .gallery-box .hidden-link {
    width: 254px;
    height: 220px; }

.gallery-box-inner {
  background-color: #fff;
  width: 254px;
  height: 350px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18); }
  .gallery-box-inner:hover .hidden-link {
    visibility: visible;
    opacity: 1; }

.hidden-link {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(212, 70, 70, 0.75);
  transition: opacity 0.2s;
  text-align: center;
  color: #fff;
  font-weight: 700; }

.touch-link {
  display: none;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-weight: 700;
  color: #d03838; }

.gb-info {
  padding: 12px 20px 0 20px; }

.gbi-name {
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
  font-size: 15px; }

.gbi-position {
  color: #333;
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 7px; }

.gbi-country {
  font-size: 14px;
  color: #ed1c24; }

.home-bulletin-board {
  position: relative;
  height: 460px;
  margin-bottom: 410px;
  padding-top: 60px;
  background: #f6f6f6;
  font-size: 0; }
  .home-bulletin-board::after {
    content: "";
    display: block;
    clear: both; }
  .home-bulletin-board .bb-card {
    margin-right: 25px; }
    .home-bulletin-board .bb-card:first-child {
      margin-left: 60px; }

.bb-left {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  height: 380px;
  color: #fff; }
  .bb-left h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700; }
    .bb-left h2:after {
      content: "";
      position: absolute;
      bottom: -14px;
      left: 0;
      display: block;
      width: 60px;
      height: 2px;
      background: #fff; }
  .bb-left p {
    width: 270px;
    opacity: 0.65;
    font-size: 17px;
    line-height: 159%; }
  .bb-left a {
    background: #fff;
    color: #333; }
    .bb-left a:hover {
      color: #fff; }

.bb-full {
  width: 100%;
  height: 380px;
  padding: 30px 0 0;
  margin-top: 0px;
  font-size: 16px;
  vertical-align: top;
  text-align: left;
  display: inline-block; }

.hbb-heading {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 700; }
  .hbb-heading:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d03838;
    opacity: 0.75; }

.hbb-lead {
  padding-bottom: 30px;
  max-width: 450px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  opacity: 0.65; }

.hbb-link {
  display: block;
  max-width: 160px;
  margin: 100px auto 0;
  height: 42px;
  line-height: 42px;
  box-sizing: content-box;
  color: #333;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #333;
  transition: all 0.2s; }
  .hbb-link:hover {
    background-color: #333;
    color: #fff; }

.bb-right {
  width: 72%;
  height: 380px;
  padding: 30px 0 0;
  font-size: 16px;
  vertical-align: top;
  text-align: left;
  display: inline-block; }

.bb-card {
  position: relative;
  float: left;
  width: 330px;
  height: 400px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s; }
  .bb-card:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.45); }

.bbc-header {
  position: relative; }
  .bbc-header img {
    width: 100%; }
  .bbc-header h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 35px 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 133%;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75); }

.bbc-body {
  padding: 15px 30px 20px 30px; }
  .bbc-body p {
    font-size: 14px;
    line-height: 171%;
    color: #333;
    opacity: 0.75;
    height: 140px;
    overflow: hidden; }
  .bbc-body .btn-card {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px); }

.pages-header {
  height: 170px;
  background: url("../img/desktop-header.jpg") left repeat; }

.header-txt {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 120%; }

.header-content {
  font-size: 28px;
  font-weight: 800;
  position: relative;
  margin-bottom: 40px; }
  .header-content:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 2px;
    bottom: -15px;
    left: 0;
    background: #ed1c24; }

.content-intro {
  padding: 45px 0 40px; }

.ci-lead {
  position: relative;
  padding-right: 250px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 156%;
  font-weight: 600;
  font-style: italic;
  color: #333; }
  .ci-lead:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    content: "";
    width: 250px;
    height: 2px;
    background: #ed1c24; }

.ci-rows {
  column-count: 2; }
  .ci-rows p {
    margin-right: 100px;
    font-size: 18px;
    line-height: 150%;
    color: #555;
    opacity: 0.8;
    margin-bottom: 25px; }

.img-full {
  display: block;
  width: 100%;
  margin-top: 40px; }

.img-half {
  display: inline-block;
  width: calc(50% - 20px); }
  .img-half:not(:last-child) {
    margin-right: 20px; }

.img-stats-desktop {
  display: block;
  margin-top: -40px; }

.img-stats-mobile {
  display: none; }

.section-downloads h3,
.section-links h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px; }
  .section-downloads h3:after,
  .section-links h3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 260px;
    height: 2px;
    background: #ececec; }

.section-downloads {
  margin-bottom: 100px; }

.download-boxes {
  margin-bottom: 50px; }
  .download-boxes::after {
    content: "";
    display: block;
    clear: both; }

.download-box {
  float: left;
  width: 330px;
  height: 60px;
  margin-right: 24px;
  margin-bottom: 15px;
  transition: box-shadow 0.2s; }
  .download-box:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25); }
    .download-box:hover .dlb-l {
      background-color: #d03838; }
    .download-box:hover .dlb-r {
      background-color: #fff; }

.dlb-l {
  float: left;
  width: 60px;
  height: 60px;
  background: url("../img/icon-download.svg") no-repeat center #333;
  transition: background 0.2s; }

.dlb-r {
  float: left;
  width: calc(100% - 60px);
  height: 60px;
  background: #f7eddc;
  transition: background 0.2s; }

.dlb-title {
  font-weight: 600;
  line-height: 130%;
  color: #333;
  margin-bottom: 3px;
  padding: 0 10px;
  font-size: 13px; }

.dlb-type {
  font-size: 10px;
  font-weight: 600;
  color: #666;
  padding: 0 10px; }

.section-team {
  margin-bottom: 140px; }
  .section-team .wrapper::after {
    content: "";
    display: block;
    clear: both; }

.team-member {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 25px 30px 0;
  width: 330px;
  height: 390px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.2s; }
  .team-member:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.45); }
    .team-member:hover .icon-admin {
      background-color: #333; }
  @media (min-width: 1030px) {
    .team-member:hover .hidden-link {
      visibility: visible;
      opacity: 1; } }
  .team-member img {
    display: block;
    width: 100%; }
  .team-member .hidden-link {
    width: 330px;
    height: 170px; }

.icon-admin {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url("../img/icon-admin.svg") no-repeat center #d03838;
  z-index: 12;
  transition: background-color 0.2s; }
  .icon-admin:hover {
    background-color: #333; }
    .icon-admin:hover .icon-admin-hidden {
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }

.icon-admin-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  right: 48px;
  transform: translateY(-50px);
  width: 105px;
  height: 48px;
  background: #fff;
  color: #333;
  font-weight: 700;
  font-size: 10px;
  line-height: 48px;
  text-align: center; }

.tm-content {
  padding: 15px 20px 25px;
  color: #333; }

.team-name {
  margin-bottom: 2px;
  font-weight: 700; }

.team-position {
  margin-bottom: 12px;
  font-size: 14px; }

.team-info {
  height: 108px;
  font-size: 14px;
  line-height: 129%;
  color: rgba(51, 51, 51, 0.55);
  overflow: hidden; }

.member-intro {
  padding: 50px 0 80px; }
  .member-intro::after {
    content: "";
    display: block;
    clear: both; }

.mi-image-box {
  overflow: hidden;
  float: left;
  margin-right: 70px;
  position: relative;
  width: 254px;
  height: 280px; }

.mi-image {
  display: block; }

.mi-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 60px;
  line-height: 60px;
  background: #333;
  transition: background 0.2s;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center; }
  .mi-contact:hover {
    background: #d03838; }

.mi-content-box {
  float: right;
  width: calc(100% - 330px);
  padding-top: 30px;
  padding-right: 150px; }
  .mi-content-box h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    font-weight: 700; }
    .mi-content-box h3:after {
      display: block;
      position: absolute;
      bottom: -7px;
      left: 0;
      content: "";
      width: 236px;
      height: 2px;
      background: #ed1c24; }
  .mi-content-box .mi-position {
    display: block;
    margin-bottom: 25px; }
  .mi-content-box p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 156%;
    opacity: 0.8;
    color: #555; }

.texts-content {
  margin: 45px 0 60px; }
  .texts-content .ci-rows p {
    color: #555;
    font-size: 18px;
    line-height: 156%;
    margin-bottom: 30px; }

.section-links {
  margin-bottom: 80px; }
  .section-links ul {
    margin-left: 20px; }
  .section-links li {
    margin-bottom: 5px;
    font-size: 18px; }
  .section-links a {
    color: #d03838;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s; }
    .section-links a:hover {
      border-bottom: 1px solid #d03838; }

.bulletin-board-content {
  margin-bottom: 140px; }
  .bulletin-board-content .bb-card {
    margin-bottom: 30px;
    margin-right: 40px; }

.bb-card-wrapper::after {
  content: "";
  display: block;
  clear: both; }

.load-more {
  display: block;
  margin: 30px auto 0;
  transform: translateX(-45px);
  width: 378px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  background: #333;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border: none;
  transition: background 0.2s; }
  .load-more:hover {
    background: #d03838; }

.texts-wrapper::after {
  content: "";
  display: block;
  clear: both; }

.texts-box {
  float: left;
  width: 330px;
  height: 459px;
  margin-right: 40px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.2s; }
  .texts-box:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.45); }

.tb-head {
  position: relative;
  height: 140px;
  background: url("../img/boxes-bg.jpg") repeat center;
  color: #fff; }
  .tb-head span {
    opacity: 0.65;
    font-size: 12px;
    text-transform: uppercase; }
  .tb-head h3 {
    line-height: 150%;
    font-weight: 700;
    font-size: 16px; }

.tb-head-inner {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 20px 17px 20px; }

.tb-body {
  position: relative;
  height: 320px;
  overflow: hidden; }
  .tb-body span {
    margin-top: 12px;
    color: #666;
    font-size: 12px; }
  .tb-body .authors {
    margin-bottom: 21px;
    font-weight: 600;
    opacity: 1;
    line-height: 140%;
    font-size: 16px; }
  .tb-body p {
    font-size: 14px;
    color: #333;
    opacity: 0.75;
    line-height: 171%; }
  .tb-body .btn-gray {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 290px;
    height: 42px; }

.overflow-wrapper {
  height: 162px;
  overflow: hidden; }

.tb-body-inner {
  padding: 5px 20px; }

.user-img {
  float: left;
  margin-left: 17px; }

.menu-r {
  float: left;
  margin-left: 13px; }
  .menu-r span {
    display: block;
    text-align: left;
    line-height: 100%; }
  .menu-r .name {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 600; }
  .menu-r .title {
    font-size: 10px;
    color: #b8b8b8; }

.logged-menu li {
  padding: 15px 0; }
  .logged-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(212, 209, 209, 0.12); }

.logged-menu a {
  display: block;
  color: #fff;
  font-size: 14px; }
  .logged-menu a:hover {
    text-decoration: underline; }

.btn-based {
  width: 100%;
  background: #d03838;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
  display: block;
  padding: 15px 0;
  text-align: center;
  border-radius: 2px;
  transition: all 0.2s; }
  .btn-based:hover {
    background: #fff;
    color: #d03838; }

.content-img {
  width: 100%;
  position: relative;
  top: -160px;
  margin-bottom: -130px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35); }

.gmap {
  width: 100%;
  height: 500px;
  margin-bottom: 80px; }

.cookie-terms {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  max-width: 450px;
  padding: 20px 40px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }

.cookies-inner h3 {
  font-size: 20px;
  letter-spacing: 1.3px;
  margin-bottom: 6px; }

.cookies-inner p {
  font-size: 14px;
  line-height: 164%;
  margin-bottom: 22px; }

.cookies-inner a {
  color: #d03838;
  text-decoration: underline; }

.btn-accept {
  padding: 15px 0;
  background: #d03838;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  width: 160px;
  display: block;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%; }
  .btn-accept:hover {
    background: #333; }

.protestTable {
  padding: 100px 0 140px;
  border-top: 1px solid #ebebeb;
  margin-top: 100px; }
  .protestTable h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 45px;
    line-height: 31px;
    color: #333; }
  .protestTable td:last-of-type svg {
    opacity: 0;
    transition: opacity 300ms; }
  .protestTable table {
    border: 1px solid #ebebeb;
    border-spacing: 0 0;
    margin-top: 35px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .protestTable table {
        margin-top: 0; } }
  .protestTable tbody tr {
    transition: box-shadow 300ms; }
    .protestTable tbody tr:hover {
      position: relative;
      z-index: 2;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08); }
      .protestTable tbody tr:hover td:last-of-type svg {
        opacity: 1; }
    .protestTable tbody tr:first-of-type td {
      border-top: 0; }
  .protestTable thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10; }
  .protestTable th {
    font-weight: bold;
    font-size: 14px;
    color: #d03838;
    text-align: left;
    padding: 25px 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb; }
    .protestTable th svg {
      vertical-align: middle;
      display: inline-block;
      margin-left: 6px;
      transition: transform 300ms; }
    .protestTable th.isAsc svg {
      transform: rotate(180deg); }
    .protestTable th.hasOrder {
      cursor: pointer; }
  .protestTable td {
    border-top: 1px solid #ebebeb;
    padding: 33px 22px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    vertical-align: middle;
    cursor: pointer; }
    .protestTable td:first-letter {
      text-transform: uppercase; }
    .protestTable td:nth-of-type(1) {
      min-width: 100px;
      width: 100px; }
    .protestTable td:nth-of-type(2) {
      min-width: 150px;
      width: 150px; }
    .protestTable td:nth-of-type(3) {
      min-width: 150px;
      width: 150px; }
    .protestTable td:nth-of-type(4) {
      min-width: 150px;
      width: 150px; }
    .protestTable td:nth-of-type(5) {
      min-width: 170px;
      width: 170px; }
  .protestTable td:first-of-type,
  .protestTable th:first-of-type {
    background-color: #fff;
    padding-left: 30px; }
    @media screen and (max-width: 768px) {
      .protestTable td:first-of-type,
      .protestTable th:first-of-type {
        position: sticky;
        left: 0; } }
  .protestTable td:last-of-type,
  .protestTable th:last-of-type {
    padding-right: 30px; }
  .protestTable td:nth-of-type(6),
  .protestTable th:nth-of-type(6) {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 220px;
    width: 220px; }
  .protestTable td:nth-of-type(7),
  .protestTable th:nth-of-type(7) {
    min-width: 260px;
    width: 260px; }

.protestTable__Filters {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .protestTable__Filters {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .protestTable__Filters div {
    width: 100%;
    max-width: 225px; }
    @media screen and (max-width: 768px) {
      .protestTable__Filters div {
        max-width: 100%; } }
    .protestTable__Filters div + div {
      margin-left: 35px; }
      @media screen and (max-width: 768px) {
        .protestTable__Filters div + div {
          margin: 20px 0 0; } }
  .protestTable__Filters select {
    padding: 15px 20px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border: 1px solid #ebebeb;
    outline: 0;
    width: 100%; }
    .protestTable__Filters select::first-letter {
      text-transform: uppercase; }
    .protestTable__Filters select option::first-letter {
      text-transform: uppercase; }
  .protestTable__Filters label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .protestTable__Filters label span {
      color: #d03838;
      font-weight: normal;
      cursor: pointer; }

@media screen and (max-width: 768px) {
  .protestTable__Table {
    overflow-x: scroll;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-top: 35px; } }

.protestTable__Select {
  position: relative;
  z-index: 1000; }
  .protestTable__Select.isOpen {
    z-index: 100000; }
    .protestTable__Select.isOpen ul {
      opacity: 1;
      visibility: visible; }
    .protestTable__Select.isOpen svg {
      transform: translateY(-50%) rotate(180deg); }
  .protestTable__Select ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 250px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 12px 0;
    border: 1px solid #ebebeb;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms, visibility 300ms; }
  .protestTable__Select svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: transform 300ms; }
  .protestTable__Select select {
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .protestTable__Select li {
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    cursor: pointer;
    transition: background-color 300ms; }
    .protestTable__Select li:hover {
      background-color: #f7f7f7; }
    .protestTable__Select li.isSelected {
      color: #d03838;
      font-weight: bold; }

.btn-gray.btn-statistics {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  padding: 10px 30px !important;
  width: auto;
  height: auto; }
  .btn-gray.btn-statistics svg {
    margin-right: 15px; }

.protest__EventId {
  padding: 60px 0;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 500;
  color: #333; }
  @media only screen and (max-width: 768px) {
    .protest__EventId {
      padding-bottom: 30px;
      font-size: 14px; } }
  .protest__EventId a {
    color: #333; }
  .protest__EventId h2 {
    margin-top: 60px;
    font-size: 28px; }
    @media only screen and (max-width: 768px) {
      .protest__EventId h2 {
        font-size: 24px;
        margin-top: 25px; } }
    .protest__EventId h2 span {
      font-weight: 500; }

.protest__ArrowLeft {
  max-width: 20px;
  margin-right: 10px;
  cursor: pointer; }

.protest__EventDataWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 120px;
  font-size: 16px;
  color: #333;
  line-height: 24px; }
  @media only screen and (max-width: 768px) {
    .protest__EventDataWrapper {
      line-height: 20px;
      padding-bottom: 50px;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .protest__EventDataWrapper h4 {
    color: #d03838;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .protest__EventDataWrapper h4 {
        font-size: 13px;
        margin-bottom: 10px;
        margin-right: 0; } }

.protest__EventDataItem,
.protest__EventDataItem--MobileNone {
  margin-bottom: 80px;
  max-width: 530px;
  width: calc(50% - 50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .protest__EventDataItem,
    .protest__EventDataItem--MobileNone {
      margin-bottom: 30px;
      max-width: 300px;
      width: 100%;
      margin-right: 0; } }
  .protest__EventDataItem li, .protest__EventDataItem--MobileNone li {
    display: block; }
    .protest__EventDataItem li + li, .protest__EventDataItem--MobileNone li + li {
      margin-top: 10px; }
  .protest__EventDataItem a, .protest__EventDataItem--MobileNone a {
    color: inherit; }
  @media only screen and (max-width: 768px) {
    .protest__EventDataItem li,
    .protest__EventDataItem span, .protest__EventDataItem--MobileNone li, .protest__EventDataItem--MobileNone span {
      font-size: 14px;
      line-height: 20px; } }

.protest__EventDataItemUnderline {
  text-decoration: underline; }
  .protest__EventDataItemUnderline a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 5px;
    color: #333; }
    @media only screen and (max-width: 768px) {
      .protest__EventDataItemUnderline a {
        font-size: 14px;
        line-height: 20px; } }

#protest__EventDataItemViewAll {
  color: #d03838;
  text-decoration: underline #d03838; }

.protest__EventLocation {
  padding-bottom: 140px; }
  @media only screen and (max-width: 768px) {
    .protest__EventLocation {
      padding-bottom: 50px; } }
  .protest__EventLocation h2 {
    font-weight: bold;
    color: #333;
    font-size: 28px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      .protest__EventLocation h2 {
        font-size: 24px;
        margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .protest__EventDataItem--MobileNone {
    display: none; } }

.protest__NewspaperList {
  position: fixed;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 400ms;
  z-index: 1000000000;
  background-color: white;
  top: 0;
  right: 0;
  width: 480px;
  height: 100vh;
  padding: 45px; }
  .protest__NewspaperList h3 {
    font-size: 28px;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: bold;
    color: #d03838;
    margin-bottom: 20px; }

.protest__NewspaperListCloseButton {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: white;
  transform: rotate(45deg);
  font-size: 0;
  cursor: pointer; }
  .protest__NewspaperListCloseButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    background-color: #333;
    height: 3px;
    border-radius: 10px; }
  .protest__NewspaperListCloseButton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(90deg);
    width: 20px;
    background-color: #333;
    height: 3px;
    border-radius: 10px; }

.protest__NewspaperListItem ul li a {
  color: #333;
  text-decoration: underline;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 10px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .protest__NewspaperListItem ul li a span {
    color: #333; }

.overlay {
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000; }

html.isModalOpen {
  overflow: hidden; }
  html.isModalOpen body {
    overflow: hidden; }
  html.isModalOpen .overlay {
    visibility: visible;
    opacity: 1; }
    html.isModalOpen .overlay .protest__NewspaperList {
      transform: translateX(0); }

@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 30px; }
  .mobile-wrapper {
    width: 100%; }
  .section-desktop-menu .logo-text {
    margin-left: 10px; }
  .home-our-team, .bulletin-board {
    background: none; }
  .hot-left {
    float: left;
    background: #d44646;
    padding: 0 20px;
    width: 350px; }
    .hot-left p {
      width: auto; }
  .hot-right {
    float: left;
    width: calc(100% - 350px);
    background: #f6f6f6; }
  .flickity-prev-next-button.previous {
    left: -75px; }
  .flickity-prev-next-button.next {
    left: -24px; }
  .home-bulletin-board .bb-full {
    width: calc(100% - 60px);
    margin: 0 30px; }
    .home-bulletin-board .bb-full .bb-card {
      width: 32%;
      margin: 0; }
      .home-bulletin-board .bb-full .bb-card:first-child {
        margin: 0; }
      .home-bulletin-board .bb-full .bb-card:not(:last-child) {
        margin-right: 2%; }
  .bb-left {
    float: left;
    background: #333;
    padding: 0 20px;
    width: 350px; }
    .bb-left p {
      width: auto; }
  .bb-right {
    float: left;
    width: calc(100% - 350px);
    background: #f6f6f6; }
  .home-bulletin-board .bb-card {
    width: calc(50% - 50px); }
    .home-bulletin-board .bb-card:first-child {
      margin-left: 30px; }
  .mi-content-box {
    padding-right: 0; }
  .load-more {
    transform: translateX(0);
    margin-left: 155px; }
  .img-stats {
    width: 100%; } }

@media (max-width: 1030px) {
  .touch-link {
    display: block; } }

@media (max-width: 1000px) {
  .section-desktop-menu {
    display: none; }
  .section-mobile-menu {
    display: block; }
  .home-about {
    padding: 30px 0 100px;
    background: #f6f6f6; }
  .ha-img {
    display: block;
    position: static;
    width: auto;
    max-width: calc(100% - 60px);
    margin: 0 auto; }
  .ha-holder {
    width: 100%;
    padding: 25px 30px; }
    .ha-holder p {
      width: auto; }
  .bulletin-board {
    height: auto; }
  .bb-left {
    height: auto;
    padding: 30px; }
  .bb-left, .bb-right {
    width: 100%; }
  .home-bulletin-board .bb-card {
    margin-right: 0; }
    .home-bulletin-board .bb-card:first-child {
      margin-right: 30px; }
  .ci-lead {
    padding-right: 100px; }
  .ci-rows p {
    margin-right: 50px; }
  .download-box {
    margin-bottom: 20px; }
  .team-member:nth-child(2n+2) {
    margin-right: 0; }
  .mi-image-box {
    margin-right: 40px; }
  .mi-content-box {
    padding-top: 0;
    width: calc(100% - 300px); }
  .mi-content-box p {
    font-size: 14px; }
  .left-404 {
    font-size: 150px; }
  .right-404 .inner-txt-404 {
    width: 100%; }
  .bulletin-board-content .bb-card:nth-child(2n+1) {
    margin-right: 25px; }
  .bulletin-board-content .bb-card:nth-child(2n+2) {
    margin-right: 0; }
  .texts-box {
    width: 320px; }
    .texts-box:nth-child(2n+2) {
      margin-right: 0; } }

@media (max-width: 840px) {
  .home-bulletin-board .bb-full .bb-card {
    width: 48%; }
    .home-bulletin-board .bb-full .bb-card:nth-child(3) {
      display: none; } }

@media (max-width: 750px) {
  .home-hero {
    height: 420px; }
  .hero-image {
    height: 183px;
    width: 185px;
    background: url("../img/home-hero-mobile.png") no-repeat center/contain; }
  .hh-left, .hh-right {
    width: 100%; }
  .hh-right {
    padding-left: 0; }
  .hot-left, .hot-right {
    width: 100%; }
  .home-our-team {
    height: auto;
    margin-bottom: 50px; }
  .hot-left {
    height: auto;
    padding: 30px; }
  .hot-right {
    height: auto;
    padding-bottom: 60px; }
  .flickity-page-dots {
    display: block;
    bottom: -35px; }
  .flickity-prev-next-button {
    display: none; }
  .load-more {
    width: 330px;
    margin-left: 0; } }

@media (max-width: 650px) {
  .img-half {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .img-stats-desktop {
    display: none; }
  .img-stats-mobile {
    display: block; }
  .home-bulletin-board {
    background: none; }
  .bulletin-board {
    background: #fef4e3;
    margin-bottom: 60px; }
  .bb-right {
    height: auto;
    margin: 0 30px;
    width: calc(100% - 60px);
    background: none; }
  .home-bulletin-board .bb-card, .bb-card {
    width: 100%;
    margin: 0;
    height: auto; }
    .home-bulletin-board .bb-card:first-child, .bb-card:first-child {
      margin: 0 0 30px 0; }
  .bbc-body p {
    margin-bottom: 60px; }
  .ci-lead {
    padding-right: 0;
    font-size: 16px;
    line-height: 138%; }
  .download-boxes {
    margin-bottom: 60px; }
  .ci-rows {
    column-count: 1; }
    .ci-rows p {
      margin-right: 0;
      font-size: 14px;
      line-height: 157%; }
  .pages-header h1 {
    font-size: 24px; }
  .mi-image-box {
    float: none;
    margin: 0 auto; }
  .mi-content-box {
    float: none;
    width: 100%;
    margin-top: 40px; }
  .texts-content p {
    font-size: 14px;
    line-height: 157%; }
  .left-404, .right-404 {
    width: 100%; }
  .left-404 {
    font-size: 110px; }
  .right-404 h2 {
    font-size: 16px; }
  .right-404 p, .right-404 .back-404 {
    font-size: 14px; }
  .right-404 .login-404 {
    font-size: 13px; }
  .load-more {
    width: 100%; } }

@media (max-width: 600px) {
  .home-bulletin-board .bb-full .bb-card:not(:last-child) {
    margin: 0; }
  .home-bulletin-board .bb-full .bb-card {
    width: 100%;
    margin-bottom: 20px !important; }
  .home-bulletin-board, .bb-full {
    height: auto; }
  .home-bulletin-board {
    margin-bottom: 60px; }
  .hbb-link {
    margin-top: 30px; } }

@media (max-width: 550px) {
  .fddb-left, .fddb-right {
    float: none;
    width: 100%;
    text-align: center; }
  .fdd-bottom {
    display: block;
    text-align: center; }
  a.cc-logo {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .fddb-right {
    text-align: center !important; } }

@media (max-width: 450px) {
  .fi-box {
    width: 100%;
    height: 100%; }
  .download-box {
    margin-right: 0;
    width: 100%; }
  .team-member {
    margin-right: 0;
    width: 100%; }
  .load-more {
    width: 100%; }
  .texts-box {
    margin-right: 0;
    width: 100%;
    height: auto; }
    .texts-box .btn-gray {
      margin: 10px 0 15px; }
  .hh-full h2 {
    font-size: 36px; } }

body {
  overflow-y: scroll; }

* {
  box-sizing: border-box; }

body, html {
  margin: 0;
  padding: 0; }

i {
  font-style: italic; }

a {
  text-decoration: none; }

button {
  outline: 0;
  border: 0;
  background-color: transparent; }

b {
  font-weight: 500; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.container {
  max-width: 1156px;
  margin: 0 auto;
  font-size: 0; }
  .container h3 {
    font-size: 18px; }

.errors {
  margin-bottom: 60px; }
  .errors h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 25px 0 0; }
  .errors .single-error {
    border-radius: 4px;
    background-color: #fffafa;
    border: 1px solid #de5757;
    margin-top: 10px;
    position: relative;
    transition: border-color 200ms; }
    .errors .single-error:hover {
      border-color: #ce0000; }
      .errors .single-error:hover button {
        background-color: #ce0000; }
    .errors .single-error p {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      color: #333;
      padding: 11px 19px;
      margin: 0;
      max-width: calc(100% - 150px); }
    .errors .single-error button {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      padding: 0 20px;
      background-color: #de5757;
      transition: background-color 200ms; }

.location {
  background-image: url("../img/icons/location.png");
  background-size: 17px 22px;
  background-repeat: no-repeat;
  background-position: 345px center; }

.datepicker, .datepicker-week {
  background-image: url("../img/icons/calendar.png");
  background-size: 24px 22px;
  background-repeat: no-repeat;
  background-position: 340px center; }

.map-wrapper {
  width: 440px;
  height: 240px;
  display: inline-block;
  position: absolute;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 10; }
  .map-wrapper:not(.hidden) {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px; }
    .map-wrapper:not(.hidden) .map + input[type="text"]:not([readonly="readonly"]).search {
      display: block; }
  .map-wrapper .map {
    width: 440px;
    height: 240px; }
  .map-wrapper .close-map {
    font-size: 0;
    width: 27px;
    height: 27px;
    background-color: #98a4b4;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 200ms, opacity 200ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .map-wrapper .close-map:hover {
      background-color: #bcc4ce;
      opacity: 0.95; }

.dropdown {
  margin-bottom: 20px; }

.dropdown, input[type="text"]:not([readonly="readonly"]) {
  width: 380px;
  border-radius: 4px;
  border: solid 1px #98a4b4;
  position: relative;
  padding: 11px 0;
  min-height: 46px;
  transition: border-color 200ms; }
  .dropdown.block, input[type="text"]:not([readonly="readonly"]).block {
    display: block;
    margin-top: 20px; }
  .dropdown.error, input[type="text"]:not([readonly="readonly"]).error {
    border-color: #ce0000; }
    .dropdown.error:after, input[type="text"]:not([readonly="readonly"]).error:after {
      background-color: #ce0000; }
    .dropdown.error input[type="text"][readonly="readonly"], input[type="text"]:not([readonly="readonly"]).error input[type="text"][readonly="readonly"] {
      color: #ce0000; }
      .dropdown.error input[type="text"][readonly="readonly"]::-webkit-input-placeholder, input[type="text"]:not([readonly="readonly"]).error input[type="text"][readonly="readonly"]::-webkit-input-placeholder {
        color: #ce0000; }
      .dropdown.error input[type="text"][readonly="readonly"]:-moz-placeholder, input[type="text"]:not([readonly="readonly"]).error input[type="text"][readonly="readonly"]:-moz-placeholder {
        color: #ce0000;
        opacity: 1; }
      .dropdown.error input[type="text"][readonly="readonly"]::-moz-placeholder, input[type="text"]:not([readonly="readonly"]).error input[type="text"][readonly="readonly"]::-moz-placeholder {
        color: #ce0000;
        opacity: 1; }
      .dropdown.error input[type="text"][readonly="readonly"]:-ms-input-placeholder, input[type="text"]:not([readonly="readonly"]).error input[type="text"][readonly="readonly"]:-ms-input-placeholder {
        color: #ce0000; }
      .dropdown.error input[type="text"][readonly="readonly"]::-ms-input-placeholder, input[type="text"]:not([readonly="readonly"]).error input[type="text"][readonly="readonly"]::-ms-input-placeholder {
        color: #ce0000; }
  .dropdown.opened .li-wrapper, input[type="text"]:not([readonly="readonly"]).opened .li-wrapper {
    opacity: 1;
    visibility: visible; }
  .dropdown.opened:before, input[type="text"]:not([readonly="readonly"]).opened:before {
    transform: translate(-50%, -50%) rotate(180deg); }
  .dropdown:not(.multiple-choice) li, input[type="text"]:not([readonly="readonly"]):not(.multiple-choice) li {
    padding: 10px 10px; }
  .dropdown.multiple-choice input[type="checkbox"], input[type="text"]:not([readonly="readonly"]).multiple-choice input[type="checkbox"] {
    display: none; }
    .dropdown.multiple-choice input[type="checkbox"]:checked + .checkbox, input[type="text"]:not([readonly="readonly"]).multiple-choice input[type="checkbox"]:checked + .checkbox {
      background-color: rgba(152, 164, 180, 0.06);
      color: #333; }
      .dropdown.multiple-choice input[type="checkbox"]:checked + .checkbox:before, input[type="text"]:not([readonly="readonly"]).multiple-choice input[type="checkbox"]:checked + .checkbox:before {
        background-image: url("../img/icons/check.png"); }
  .dropdown.multiple-choice .checkbox, input[type="text"]:not([readonly="readonly"]).multiple-choice .checkbox {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 10px;
    transition: background-color 200ms, color 200ms; }
    .dropdown.multiple-choice .checkbox:before, input[type="text"]:not([readonly="readonly"]).multiple-choice .checkbox:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px;
      margin-right: 15px;
      width: 17px;
      height: 17px;
      background-color: #f2f2f2;
      border: 1px solid #98a4b4;
      background-size: 12px 10px;
      background-position: center center;
      background-repeat: no-repeat; }
  .dropdown:hover, input[type="text"]:not([readonly="readonly"]):hover {
    border-color: #5b6778; }
    .dropdown:hover:after, input[type="text"]:not([readonly="readonly"]):hover:after {
      background-color: #5b6778; }
  .dropdown:after, input[type="text"]:not([readonly="readonly"]):after {
    position: absolute;
    content: "";
    width: 46px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #98a4b4;
    transition: background-color 200ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    cursor: pointer; }
  .dropdown:before, input[type="text"]:not([readonly="readonly"]):before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    right: 11px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 200ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    cursor: pointer; }
  .dropdown .checkbox, .dropdown input[type="text"][readonly="readonly"], .dropdown li, input[type="text"]:not([readonly="readonly"]) .checkbox, input[type="text"]:not([readonly="readonly"]) input[type="text"][readonly="readonly"], input[type="text"]:not([readonly="readonly"]) li {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left; }
  .dropdown input[type="text"][readonly="readonly"], input[type="text"]:not([readonly="readonly"]) input[type="text"][readonly="readonly"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 46px);
    border: 0;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    padding: 0 12px;
    background-color: #fff;
    border-radius: 4px;
    min-height: 42px;
    line-height: 42px; }
    .dropdown input[type="text"][readonly="readonly"]::-webkit-input-placeholder, input[type="text"]:not([readonly="readonly"]) input[type="text"][readonly="readonly"]::-webkit-input-placeholder {
      color: #98a4b4; }
    .dropdown input[type="text"][readonly="readonly"]:-moz-placeholder, input[type="text"]:not([readonly="readonly"]) input[type="text"][readonly="readonly"]:-moz-placeholder {
      color: #98a4b4;
      opacity: 1; }
    .dropdown input[type="text"][readonly="readonly"]::-moz-placeholder, input[type="text"]:not([readonly="readonly"]) input[type="text"][readonly="readonly"]::-moz-placeholder {
      color: #98a4b4;
      opacity: 1; }
    .dropdown input[type="text"][readonly="readonly"]:-ms-input-placeholder, input[type="text"]:not([readonly="readonly"]) input[type="text"][readonly="readonly"]:-ms-input-placeholder {
      color: #98a4b4; }
    .dropdown input[type="text"][readonly="readonly"]::-ms-input-placeholder, input[type="text"]:not([readonly="readonly"]) input[type="text"][readonly="readonly"]::-ms-input-placeholder {
      color: #98a4b4; }
  .dropdown .li-wrapper, input[type="text"]:not([readonly="readonly"]) .li-wrapper {
    position: absolute;
    border: 1px solid #98a4b4;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    top: calc(100% + 5px);
    left: -1px;
    right: -1px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms, visibility 200ms;
    max-height: 330px;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 3;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .dropdown .li-wrapper::-webkit-scrollbar, input[type="text"]:not([readonly="readonly"]) .li-wrapper::-webkit-scrollbar {
      width: 9px; }
    .dropdown .li-wrapper::-webkit-scrollbar-track, input[type="text"]:not([readonly="readonly"]) .li-wrapper::-webkit-scrollbar-track {
      background-color: transparent; }
    .dropdown .li-wrapper::-webkit-scrollbar-thumb, input[type="text"]:not([readonly="readonly"]) .li-wrapper::-webkit-scrollbar-thumb {
      background-color: #98a4b4; }
  .dropdown li, input[type="text"]:not([readonly="readonly"]) li {
    display: block;
    color: #98a4b4;
    transition: color 200ms;
    cursor: pointer;
    font-weight: 600;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .dropdown li:hover, input[type="text"]:not([readonly="readonly"]) li:hover {
      color: #333; }

.datepicker, .datepicker-week {
  margin-bottom: 20px; }

.ui-datepicker {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #98a4b4;
  padding: 0 2px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px; }
  .ui-datepicker .ui-datepicker-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 0;
    background-color: #98a4b4;
    text-align: center; }
  .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    font-size: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    transition: opacity 200ms;
    z-index: 3;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: border-color 200ms; }
    .ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
      background-color: #cbd1d9; }
  .ui-datepicker .ui-datepicker-next {
    right: 8px; }
    .ui-datepicker .ui-datepicker-next:hover:before {
      border-left-color: #fff; }
    .ui-datepicker .ui-datepicker-next:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 0 3px 3px;
      border-color: transparent transparent transparent #666666; }
  .ui-datepicker .ui-datepicker-prev {
    left: 8px; }
    .ui-datepicker .ui-datepicker-prev:hover:before {
      border-right-color: #fff; }
    .ui-datepicker .ui-datepicker-prev:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 3px 3px 0;
      border-color: transparent #666666 transparent transparent; }
  .ui-datepicker .ui-datepicker-month {
    color: #333;
    font-size: 15px;
    font-weight: 700; }
  .ui-datepicker .ui-datepicker-year {
    color: #fff;
    font-size: 15px; }
  .ui-datepicker .ui-state-default {
    text-align: center;
    color: #98a4b4;
    font-size: 12px;
    font-weight: bold;
    transition: color 200ms;
    display: block; }
  .ui-datepicker th {
    font-size: 12px;
    font-weight: bold;
    color: #665; }
  .ui-datepicker td {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: background-color 200ms; }
    .ui-datepicker td:hover, .ui-datepicker td.ui-state-hover {
      background-color: #98a4b4; }
      .ui-datepicker td:hover .ui-state-default, .ui-datepicker td.ui-state-hover .ui-state-default {
        color: #fff; }
  .ui-datepicker .ui-priority-secondary {
    opacity: 0.5; }
  .ui-datepicker .ui-datepicker-week-col {
    display: none; }
  .ui-datepicker .ui-state-active {
    font-size: 12px;
    display: block; }
  .ui-datepicker .ui-datepicker-current-day {
    background-color: #5b6778;
    border-radius: 50%; }
    .ui-datepicker .ui-datepicker-current-day a {
      color: #fff; }

.default-input {
  margin-bottom: 20px; }

.form-wrapper {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 70px; }
  .form-wrapper .edit-boxes {
    margin-bottom: 20px; }
    .form-wrapper .edit-boxes .box {
      width: 160px;
      min-height: 85px;
      border-radius: 4px;
      background-color: #5b6778;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
      padding: 12px 0;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .form-wrapper .edit-boxes .box:not(:last-child) {
        margin-right: 25px; }
      .form-wrapper .edit-boxes .box h5 {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        color: #fff; }
      .form-wrapper .edit-boxes .box .close {
        width: 20px;
        height: 20px;
        background-color: #fff;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(25%, -25%);
        cursor: pointer;
        background-position: center center;
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-image: url(../img/icons/card-close.png);
        transition: background-color 200ms, background-image 200ms;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .form-wrapper .edit-boxes .box .close:hover {
          background-color: #98a4b4;
          background-image: url("../img/icons/card-close-hover.png"); }
  .form-wrapper .single-input-wrapper {
    padding: 0 20px;
    position: relative;
    margin: 0 -20px 20px;
    border-bottom: 1px solid #bbb; }
  .form-wrapper .single-inner {
    background-color: #fcfcfc;
    position: relative;
    margin: 0 -20px;
    padding: 20px 20px 20px;
    transition: background-color 200ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .form-wrapper .single-inner.active {
      background-color: #f4f5f6; }
    .form-wrapper .single-inner h4 {
      padding-bottom: 15px; }
  .form-wrapper .row-controls {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .form-wrapper .addRow, .form-wrapper .removeRow {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-color: #98a4b4;
    transition: background-color 200ms;
    border-radius: 50%;
    color: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0; }
    .form-wrapper .addRow:not(:last-child), .form-wrapper .removeRow:not(:last-child) {
      margin-right: 6px; }
    .form-wrapper .addRow:disabled, .form-wrapper .removeRow:disabled {
      opacity: 0.5; }
    .form-wrapper .addRow:hover:not(:disabled), .form-wrapper .removeRow:hover:not(:disabled) {
      background-color: #5b6778; }
  .form-wrapper .addRow {
    background-image: url("../img/icons/plus.png");
    background-size: 12px 12px; }
  .form-wrapper .removeRow {
    background-image: url("../img/icons/minus.png");
    background-size: 12px 2px; }
  .form-wrapper .label {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #665;
    display: block;
    margin-bottom: 12px; }
    .form-wrapper .label + span {
      font-size: 14px;
      color: #98a4b4;
      display: block;
      margin-top: -8px;
      margin-bottom: 20px; }
  .form-wrapper .input-wrapper {
    display: inline-block;
    vertical-align: top; }
    .form-wrapper .input-wrapper:not(:last-of-type) {
      margin-right: 45px; }
    .form-wrapper .input-wrapper:not(.hidden).block {
      width: 100%; }
    .form-wrapper .input-wrapper.active:not(.block) {
      display: inline-block;
      vertical-align: top; }
    .form-wrapper .input-wrapper.active.block {
      display: block; }
    .form-wrapper .input-wrapper.upload {
      margin-top: 20px;
      display: block;
      position: relative; }
      .form-wrapper .input-wrapper.upload input {
        display: none; }
      .form-wrapper .input-wrapper.upload.active {
        display: block; }
    .form-wrapper .input-wrapper.hidden {
      display: none; }
      .form-wrapper .input-wrapper.hidden.active.block {
        display: block; }
  .form-wrapper .hidden-template {
    display: none; }
  .form-wrapper .week-wrapper {
    position: relative; }
    .form-wrapper .week-wrapper .week-label {
      position: absolute;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      text-align: left;
      color: #333;
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(calc(-50% - 10px));
      pointer-events: none; }
  .form-wrapper textarea {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #98a4b4;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #333;
    outline: 0;
    padding: 12px;
    min-height: 190px;
    resize: none;
    margin-bottom: 20px; }
  .form-wrapper .remove-image {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #98a4b4;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #98a4b4;
    display: block;
    padding: 9px 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 168px;
    transition: border-color 200ms, color 200ms;
    cursor: pointer; }
    .form-wrapper .remove-image:hover {
      color: #5b6778;
      border-color: #5b6778; }
  .form-wrapper .upload-input {
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #98a4b4;
    display: block;
    position: relative;
    min-height: 46px;
    line-height: 46px;
    width: 380px;
    padding: 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #98a4b4;
    font-size: 16px;
    transition: border-color 200ms; }
    .form-wrapper .upload-input:hover:after {
      background-color: #5b6778; }
    .form-wrapper .upload-input:after {
      position: absolute;
      content: "";
      width: 46px;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #98a4b4;
      transition: background-color 200ms;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      cursor: pointer;
      background-image: url("../img/icons/dots.png");
      background-position: center 30px;
      background-repeat: no-repeat;
      background-size: 15px 3px; }
    .form-wrapper .upload-input + a {
      font-size: 12px;
      font-weight: 600;
      line-height: 1.33;
      text-decoration: underline;
      color: #5b6778;
      display: block;
      max-width: 380px;
      word-break: break-all;
      margin-top: 20px; }
  .form-wrapper input[type="text"]:not([readonly="readonly"]) {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #333;
    outline: 0;
    padding: 0 12px;
    font-family: 'Open Sans', sans-serif; }
    .form-wrapper input[type="text"]:not([readonly="readonly"]).datepicker-week {
      font-size: 0; }
    .form-wrapper input[type="text"]:not([readonly="readonly"]).search {
      width: 410px;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
      border: solid 1px #98a4b4;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      color: #98a4b4;
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      display: none;
      font-family: 'Open Sans', sans-serif; }
    .form-wrapper input[type="text"]:not([readonly="readonly"]).hidden {
      display: none; }
  .form-wrapper .half {
    display: inline-block;
    width: calc(50% - 12px); }
    .form-wrapper .half:not(:last-of-type) {
      margin-right: 24px; }
  .form-wrapper .single-block {
    border-radius: 4px;
    background-color: #fcfcfc;
    border: solid 1px #f0eded;
    margin-bottom: 15px;
    padding: 15px 20px 0;
    position: relative; }
    .form-wrapper .single-block.submit input[type="submit"] {
      width: 220px;
      padding: 14px 0;
      border-radius: 2px;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      border: 0;
      outline: 0;
      margin-bottom: 30px;
      transition: background-color 200ms; }
      .form-wrapper .single-block.submit input[type="submit"]:not(:last-of-type) {
        margin-right: 20px; }
      .form-wrapper .single-block.submit input[type="submit"]:nth-child(2) {
        background-color: #d44646; }
        .form-wrapper .single-block.submit input[type="submit"]:nth-child(2):hover {
          background-color: #333; }
      .form-wrapper .single-block.submit input[type="submit"]:nth-child(3) {
        background-color: #aeaeae; }
        .form-wrapper .single-block.submit input[type="submit"]:nth-child(3):hover {
          background-color: #6e5d89; }
    .form-wrapper .single-block.submit h4 {
      font-size: 20px;
      margin: -5px 0 17px; }
    .form-wrapper .single-block fieldset {
      display: none; }
    .form-wrapper .single-block hr {
      display: block;
      border: 0;
      height: 1px;
      opacity: 0.25;
      background-color: #bbb;
      margin: 15px 0; }
    .form-wrapper .single-block .help {
      position: absolute;
      top: 15px;
      right: 15px; }
      .form-wrapper .single-block .help .icon {
        display: inline-block;
        vertical-align: middle;
        width: 23px;
        height: 23px;
        background-color: #dee4ec;
        border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        transition: background-color 200ms;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .form-wrapper .single-block .help .icon:hover {
          background-color: #98a4b4; }
        .form-wrapper .single-block .help .icon:not(:last-child) {
          margin-right: 5px; }
        .form-wrapper .single-block .help .icon.comment {
          background-image: url("../img/icons/comment.png");
          background-size: 12px 12px; }
        .form-wrapper .single-block .help .icon.tooltip {
          background-image: url("../img/icons/tooltip.png");
          background-size: 8px 12px;
          background-position: 7px 5px; }
          .form-wrapper .single-block .help .icon.tooltip:hover + .tooltip-description {
            visibility: visible;
            opacity: 1; }
      .form-wrapper .single-block .help .tooltip-description {
        width: 290px;
        background-color: #98a4b4;
        padding: 15px 20px;
        position: absolute;
        z-index: 2;
        right: -5px;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 200ms, opacity 200ms; }
        .form-wrapper .single-block .help .tooltip-description:after {
          position: absolute;
          content: "";
          width: 30px;
          height: 30px;
          background-color: #98a4b4;
          transform: skewY(-45deg);
          right: 25px;
          top: -5px;
          z-index: -1; }
        .form-wrapper .single-block .help .tooltip-description p {
          font-size: 10px;
          line-height: 1.6;
          text-align: left;
          color: #fff;
          margin: 0; }
    .form-wrapper .single-block.half h3 {
      margin-bottom: 4px; }
    .form-wrapper .single-block h3 {
      font-size: 14px;
      font-weight: 600;
      text-align: left;
      color: #665;
      margin: 0 0 10px; }
      .form-wrapper .single-block h3 + span {
        font-size: 14px;
        text-align: left;
        color: #98a4b4;
        display: block;
        margin-top: -5px;
        margin-bottom: 20px; }
      .form-wrapper .single-block h3 + h4 {
        margin-bottom: 15px; }
    .form-wrapper .single-block h4 {
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      color: #333;
      margin: 0; }
    .form-wrapper .single-block .multiple-choice-single {
      border-bottom: 1px solid rgba(187, 187, 187, 0.25);
      padding: 15px 0;
      margin-bottom: 20px;
      margin-top: -20px; }
      .form-wrapper .single-block .multiple-choice-single:nth-child(7) {
        margin-top: 15px;
        border-top: 1px solid rgba(187, 187, 187, 0.25); }
      .form-wrapper .single-block .multiple-choice-single h4 {
        margin-bottom: 15px; }

.go-back {
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  color: #fff;
  width: 52px;
  height: 52px;
  background-color: #98a4b4;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 0;
  background-image: url("../img/icons/to-top.png");
  background-size: 22px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: background-color 200ms; }
  .go-back:hover {
    background-color: #5b6778; }

.edit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 6px 0;
  cursor: pointer; }

.input-history, .personal-info, .about-form {
  font-family: 'Open Sans'; }
  .input-history h2, .personal-info h2, .about-form h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin: 0;
    padding-bottom: 13px; }

#ui-datepicker-div {
  display: none; }

.input-history h2, .personal-info h2 {
  border-bottom: 1px solid #bbb; }

.form-wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin: 0 0 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #bbb; }

.input-history {
  position: relative; }
  .input-history h2 {
    padding-bottom: 23px; }
  .input-history .button {
    display: inline-block;
    width: 120px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    outline: 0;
    padding: 12px 0; }
    .input-history .button:not(:last-of-type) {
      margin-right: 20px; }
  .input-history .search-download {
    position: absolute;
    right: 0;
    top: 0; }
    .input-history .search-download input[type="text"] {
      font-size: 14px;
      min-height: 42px;
      line-height: 42px;
      padding: 0 10px;
      font-weight: 600;
      text-align: left;
      color: #5b6778;
      border-color: #bbb;
      outline: 0;
      vertical-align: middle;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 0; }
    .input-history .search-download input[type="submit"] {
      width: 44px;
      height: 44px;
      display: inline-block;
      vertical-align: middle;
      border: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      background-color: #98a4b4;
      background-image: url("../img/icons/search.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 14px 14px;
      transition: background-color 200ms; }
      .input-history .search-download input[type="submit"]:hover {
        background-color: #5b6778; }
  .input-history .buttons {
    display: block;
    position: absolute;
    min-height: 68px;
    background-color: #f3f3f3;
    left: 0;
    right: 0;
    bottom: -68px;
    font-size: 0; }
    .input-history .buttons .input-wrapper {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .input-history .buttons .button:first-child {
      background-color: #98a4b4;
      color: #fff;
      transition: background-color 200ms; }
      .input-history .buttons .button:first-child:hover {
        background-color: #5b6778; }
    .input-history .buttons .button:nth-child(2) {
      background-color: rgba(255, 255, 255, 0.75);
      border: solid 1px #98a4b4;
      color: #98a4b4;
      transition: border-color 200ms, color 200ms; }
      .input-history .buttons .button:nth-child(2):hover {
        border-color: #5b6778;
        color: #5b6778; }

.about-form {
  margin-top: 50px; }
  .about-form .border-bottom {
    border-bottom: 1px solid #bbb; }
  .about-form .text-wrapper {
    margin-bottom: 60px; }
    .about-form .text-wrapper p {
      font-size: 14px;
      line-height: 1.57;
      text-align: left;
      color: #666;
      column-count: 2;
      column-gap: 60px;
      margin: 0; }
  .about-form .single-block {
    border-radius: 4px;
    background-color: #fcfcfc;
    border: solid 1px #f0eded;
    padding: 20px; }
    .about-form .single-block h3 {
      font-size: 14px;
      font-weight: 600;
      text-align: left;
      color: #666;
      margin: 0; }
    .about-form .single-block span {
      font-size: 14px;
      text-align: left;
      color: #98a4b4;
      display: block;
      margin: 4px 0 25px; }
    .about-form .single-block .btn-red {
      display: block;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      color: #fff;
      border-radius: 2px;
      background-color: #d44646;
      width: 220px;
      padding: 14px 0;
      margin-top: 25px;
      text-transform: uppercase;
      transition: background-color 200ms; }
      .about-form .single-block .btn-red:hover {
        background-color: #333; }
  .about-form .message .message-wrapper {
    text-align: center;
    border-radius: 4px;
    background-color: #fcfcfc;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    padding: 45px 0 50px;
    margin-top: 30px; }
    .about-form .message .message-wrapper h2 {
      text-align: center;
      margin: 0; }
    .about-form .message .message-wrapper p {
      font-size: 20px;
      line-height: 1.5;
      color: #666;
      margin: 25px auto 50px;
      max-width: 685px; }
    .about-form .message .message-wrapper .btn-red {
      display: block;
      margin: 0 auto;
      width: 220px;
      border-radius: 2px;
      background-color: #d44646;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      color: #fff;
      padding: 14px 0;
      text-transform: uppercase; }
      .about-form .message .message-wrapper .btn-red + span {
        font-size: 16px;
        line-height: 1.88;
        color: #666;
        display: block;
        margin: 10px 0 5px; }
    .about-form .message .message-wrapper .link {
      font-size: 14px;
      line-height: 1.57;
      color: #d44646;
      text-decoration: underline; }

.add-new-input {
  background-color: #333;
  font-family: 'Open Sans';
  padding: 30px;
  position: relative;
  margin: 50px 0 60px; }
  .add-new-input p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    text-align: left;
    color: #fff;
    max-width: 485px;
    margin: 0; }
  .add-new-input a {
    display: block;
    width: 220px;
    padding: 15px 0;
    border-radius: 2px;
    background-color: #d03838;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: color 200ms, background-color 200ms, box-shadow 200ms; }
    .add-new-input a:hover {
      color: #d03838;
      background-color: #ffffff;
      box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5), 0 4px 4px 0 rgba(0, 0, 0, 0.25); }

.personal-info .info-wrapper {
  margin-top: 15px;
  margin-bottom: 100px; }

.personal-info .single {
  border-radius: 4px;
  background-color: #fcfcfc;
  border: 1px solid #f0eded;
  padding: 20px 15px;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  margin-bottom: 10px; }
  .personal-info .single:not(:nth-child(2n)) {
    margin-right: 24px; }
  .personal-info .single h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 4px 0 0; }
  .personal-info .single label {
    font-size: 14px;
    text-align: left;
    color: #666; }

.input-history .filter {
  position: relative;
  min-height: 68px;
  background-color: #f9f9f9;
  font-size: 0;
  padding: 5px 20px;
  margin-bottom: 98px; }
  .input-history .filter:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    min-height: 68px; }
  .input-history .filter h4, .input-history .filter label {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    vertical-align: middle; }
  .input-history .filter h4 {
    color: #333; }
  .input-history .filter label {
    color: #666; }
  .input-history .filter .filter-wrapper {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
    .input-history .filter .filter-wrapper .single-filter {
      display: inline-block;
      vertical-align: middle; }
      .input-history .filter .filter-wrapper .single-filter:not(:last-of-type) {
        margin-right: 20px; }
      .input-history .filter .filter-wrapper .single-filter select {
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        color: #333;
        border: 1px solid #bbb;
        background-color: #fcfcfc;
        margin-left: 10px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        padding: 12px 16px; }

.input-history .pagination {
  margin: 40px 0 100px;
  text-align: center; }
  .input-history .pagination span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    cursor: pointer;
    transition: background-color 200ms; }
    .input-history .pagination span:not(.active) {
      background-color: #e7e7e7;
      color: #333; }
      .input-history .pagination span:not(.active):hover {
        background-color: #bbb; }
    .input-history .pagination span.active {
      background-color: #333;
      color: #fff; }
    .input-history .pagination span:not(:last-of-type) {
      margin-right: 10px; }

.single-history {
  border-radius: 4px;
  background-color: #fcfcfc;
  border: solid 1px #f0eded;
  padding: 15px 20px;
  margin-bottom: 10px;
  position: relative; }
  .single-history p {
    font-size: 14px;
    text-align: left;
    color: #666;
    margin: 0; }
  .single-history h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin: 4px 0 15px; }
  .single-history .new-input {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 92px;
    border-radius: 100px;
    background-color: #f1f2f4;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #ce0000;
    text-indent: 7px;
    padding: 2px;
    text-transform: uppercase; }
    .single-history .new-input:before {
      position: absolute;
      top: 50%;
      left: 8px;
      transform: translateY(-50%);
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background-color: #ce0000;
      border-radius: 50%; }
  .single-history .bottom {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #f1f2f4;
    border-top: solid 1px #f0eded;
    margin: 0 -20px -15px -20px;
    padding: 10px 20px;
    position: relative; }
    .single-history .bottom a {
      display: block;
      width: 100px;
      padding: 10px 0;
      border-radius: 2px;
      background-color: #98a4b4;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      transition: background-color 200ms; }
      .single-history .bottom a:hover {
        background-color: #5b6778; }
    .single-history .bottom label {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      padding: 5px 15px;
      font-size: 12px;
      font-weight: 600;
      text-align: left;
      color: #fff;
      text-transform: uppercase; }
      .single-history .bottom label.finished {
        background-color: #00ca11; }
      .single-history .bottom label.not-reviewed {
        background-color: #ffa600; }
      .single-history .bottom label.draft {
        background-color: #6e5d89; }
      .single-history .bottom label.corrections {
        background-color: #cf0000; }

/*# sourceMappingURL=style.css.map */
