/*body {
    margin: 0;
    width: 100%;
    font-size: 16px;
}*/

.hcs-margin-2 {
    margin: 2em;
}

.footer-container {
  padding-top: 2rem;
  width: 100% !important;
}

.hcs-container {
  width: 100%;
  min-height: 9.375em;
  justify-content: center;
  margin: 0;
  width: 100%;
  font-family: "Arial", sans-serif;
  font-size: 16px;
}

.hcs-header__flag {
  position: absolute;
  top: -5.75em;
  left: -6.75em;
  z-index: 0;
  width: 31em;
  height: 14em;
  background-image: url("../images/header-graphics.png");
  background-repeat: no-repeat;
  background-size: 31em 14em;
}

.block {
  display: block !important;
}

.flex {
  display: flex;
}

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

.hcs-footer {
  max-width: 75em;
  width: 100%;
  padding: 1.25em;
  border-top: 2px solid #cedae4;
}

.hcs-footer__align-center {
  align-items: center;
  background-image: linear-gradient(to bottom, #ffffff, #e3e9f0);
}

.hcs-footer__copyright {
  color: #878f94;
  font-size: 0.75em;
  font-family: Arial, Helvetica, sans-serif;
  align-self: flex-start;
  margin: 1.5em 0;
}

.hcs-footer__img {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 4em;
  width: 4em;
  height: 4em;
  display: inline-block;
}

.hcs-footer__img-ois {
  background-image: url("../images/ois-logo.png");
}

.hcs-footer__img-dep {
  background-image: url("../images/coat-1.png");
}

.hcs-footer__link {
  display: inline-block;
  font-size: 1em;
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: middle;
  color: #0064b0;
  margin-left: 0.5em;
}

.hcs-footer__logo {
  justify-content: space-between;
}

.hcs-footer__logo-item {
  display: inline-block;
}

.hcs-footer__link:visited {
  color: #660066;
}

.hcs-header {
  max-width: 75em;
  width: 100%;
}

.hcs-header__home {
  position: relative;
  z-index: 0;
  padding-top: 2.75em;
}

.hcs-header__home-img {
  width: 5.6em;
  height: 5.6em;
  background-image: url("../images/logo-icon.png");
  background-repeat: no-repeat;
  background-size: 5.6em;
}

.hcs-header__logo {
  display: flex;
  position: relative;
  margin: 0 0.8em;
  width: 30em;
}

.hcs-header__logo-text {
  margin-top: 2.75em;
  margin-left: 1.3em;
}

.hcs-header__subtitle {
  position: relative;
  font-size: 1em;
  line-height: 1.1;
  color: #8e8e8e;
  padding: 20;
  z-index: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hcs-header__title {
  position: relative;
  font-size: 3.25em;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  z-index: 1;
}

.hcs-header__title:hover {
  color: #000000;
}

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

.hcs-feedback-container {
  margin: 1em 0;
}

.hcs-feedback-icon {
  width: 2.75em;
  height: 2.75em;
  background-repeat: no-repeat;
  background-size: 2.75em;
  cursor: pointer;
  background-image: var(--icon-url);
}

.hcs-feedback-icon_like {
  --icon-url: url("../images/icons/like.svg");
}

.hcs-feedback-icon_like.active {
  --icon-url: url("../images/icons/pressed-like.svg");
}

.hcs-feedback-icon_dislike {
  --icon-url: url("../images/icons/dislike.svg");
}

.hcs-feedback-icon_dislike.active {
  --icon-url: url("../images/icons/pressed-dislike.svg");
}

.hcs-feedback-comment {
  position: fixed;
  z-index: 1000;
  background-color: white;
  padding: 2em;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  top: 35%;
  display: none;
  max-width: 35em;
  width: 96vw;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hcs-feedback-comment textarea {
  min-height: 120px;
  width: 100%;
  background-color: #f1f3f6;
}

.hcs-close-modal {
  background-size: 1em;
  width: 1em;
  height: 1em;
  right: 1em;
  color: darkgrey;
  top: 1em;
  position: absolute;
  background-image: url("../images/icons/close.svg");
}

.hcs-modal-buttons {
  margin: 1em 0 0;
  justify-content: flex-end;
}

.hcs-modal-buttons :last-child {
  margin-left: 1em;
}

.fcs-feedback-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.hcs-feedback-comment-counter {
  position: absolute;
  right: 2.75em;
  bottom: 5.5em;
  color: #8d8d8d;
}
