:root {
  --red: #f47d20;
  --white: #ffffff;
  --blue: #14426e;
}

.path-frontpage {
  margin: 0;
}

.main-container {
  min-height: calc(100vh - 340px);
}

.overflow-hidden {
  overflow: hidden;
}

.block-title {
  font-size: 64px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 50px;
  margin-top: 0px;
}

.views-field-field-date {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.card-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 18px;
}

.card-title a {
  color: #808080 !important;
  max-width: 295px;
  display: block;
}

.card-title a:focus,
.card-title a:focus-visible {
  outline: none;
}

.card-type {
  font-size: 12px;
  font-weight: 400;
  color: var(--red);
  text-transform: uppercase;
}

.card-date {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
}

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

.more-link a,
.curriculum-read-more a,
.path-confirmation .button,
.path-user-login .user-login-form button,
.path-user-login .user-register-form button,
.path-subscribe button,
.training-overview-edit-wrap a {
  font-weight: 500;
  font-size: 18px;
  border: 1px solid var(--red) !important;
  border-radius: 50px !important;
  display: inline-block !important;
  align-items: center;
  justify-content: center;
  color: var(--red);
  text-decoration: none;
  padding: 4px 15px !important;
  background: var(--white);
  outline: none !important;
}

.facets-apply-button {
  display: none;
}

.path-user-login .user-login-form button:hover,
.path-user-login .user-login-form button:focus,
.path-user-login .user-register-form button:hover,
.path-user-login .user-register-form button:focus,
.path-subscribe button:hover,
.path-subscribe button:focus,
.path-confirmation .button:hover,
.path-confirmation .button:focus,
.more-link a:hover,
.more-link a:focus,
.curriculum-read-more a:hover,
.curriculum-read-more a:focus,
.training-overview-edit-wrap a:hover,
.training-overview-edit-wrap a:active {
  background: var(--red) !important;
  color: #fff;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: var(--red);
  border-color: var(--red);
}

.edit-button-common {
  position: relative;
}

.edit-button-common a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
}

.page-basic-page .custom-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 160px 0 80px 0;
}

/* .page-basic-page .custom-container > section {
  padding: 0;
} */

.page-basic-page .header-strip.active,
.path-search .header-strip.active {
  background: none;
  border: none;
}

.page-basic-page .header-strip,
.path-search .header-strip {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
}

.page-basic-page .header-strip .logo img,
.path-search .header-strip .logo img {
  content: url(../../images/logo/EIDM_Logo_color.svg);
}

.page-basic-page .header-strip .animated-menu span,
.path-search .header-strip .animated-menu span {
  background: var(--blue);
}

.page-basic-page .header-strip.active .animated-menu span,
.path-search .header-strip.active .animated-menu span {
  background: #ffffff;
}

.page-basic-page .header-strip.fixed,
.path-search .header-strip.fixed {
  transition: all 0s ease-out;
}

.page-basic-page .page-header {
  border: none;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: var(--blue);
}
.page-basic-page .landing-page-body {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 44px;
}
.training-overview-edit-wrap a {
  margin-bottom: 20px;
}
.page-node-type-page .basic-page-wrapper a {
  color: #79cdcf !important;
}
.path-no-reading-blk .right-reading-block {
  display: none;
}
