.header {
  font-size: 22px;
  color: #2E2E2E;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: calc(17px * 2) 0;
  margin: 0;
  border-bottom: 1px solid #C8C7CC;
}

.header--no-border {
  border: none;
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #C8C7CC;
  padding-top: 5px;
  padding-bottom: 5px;
}

.person:last-child {
  border-bottom: 1px solid #C8C7CC;
}

.person--link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person--link:hover {
  background-color: #f6f5fa;
}

.person__image {
  background-size: cover;
  background-position: center center;
  height: 100px;
  width: 100px;
}

.person__image--add-icon {
  background-image: url("/images/add.svg");
}

.person__form {
  margin: 0;
}

.person__delete {
  background-image: url("/images/delete.svg");
  background-size: 12px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.person__delete:hover {
  text-decoration: underline;
}

.person__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
  height: 100%;
  margin-bottom: 0;
  padding-left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #2E2E2E;
}

.person__name > * + * {
  display: block;
  min-width: 1.5em;
  margin-right: 28px;
  border-radius: 50%;
  background-color: #AA0526;
  color: white;
  text-align: center;
  font-size: .8em;
}

.person__icon {
  margin-left: auto;
  margin-right: calc(17px * 2);
  background-position: center center;
}

.person-icon__icon {
  background: center no-repeat;
  background-image: url("/images/arrow.svg");
  width: 8px;
  height: 13px;
  display: inline-block;
}

.button {
  width: 100%;
  background-color: #AA0526;
  color: #fff;
  padding: 17px 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.button:hover {
  background-color: #b40528;
}

.bottom-btn {
  background-color: white;
  border-top: 1px solid #C8C7CC;
  padding: 17px 0;
}

.bottom-btn__padding {
  padding: 0 20px;
}

.bottom-btn__button {
  max-width: 500px;
  margin: 0 auto;
}

.form {
  max-width: 1000px;
  width: 100%;
}

.form__label {
  width: 100%;
  color: #2E2E2E;
  font-size: 16px;
  margin: 5px 0;
  display: block;
}

.form__dropdown-container {
  position: relative;
  margin-bottom: 20px;
}

.form__dropdown-icon {
  background-image: url("/images/dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form__textfield {
  background-color: #fff;
  border: 1px solid #C8C7CC;
  padding: 0 17px;
  color: #2E2E2E;
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  margin-bottom: 20px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form__textfield::-webkit-input-placeholder {
  color: #C8C7CC;
}

.form__textfield::-moz-placeholder {
  color: #C8C7CC;
}

.form__textfield::-ms-input-placeholder {
  color: #C8C7CC;
}

.form__textfield::placeholder {
  color: #C8C7CC;
}

.form__textfield--dropdown {
  color: #797783;
  margin-bottom: 0;
  margin-right: -1em;
  padding-right: 3em;
  -webkit-appearance: none;
}

body {
  margin: 0;
  font-family: Helvetica, sans-serif;
}

button {
  border: none;
  outline: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.is-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.ripple {
  background-position: center;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}

.ripple:hover {
  background: #AA0526 radial-gradient(circle, transparent 1%, #AA0526 1%) center/15000%;
}

.ripple:active {
  background-color: #dc0631;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.disabled {
  pointer-events: none;
}

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

.btn-secondary {
  background-color: #AA0526;
}

.btn-secondary:hover {
  background-color: #910420;
}

.nav {
  background-color: #323142;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__item {
  color: #fff;
}

.nav__item:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav__breadcrumb {
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

.nav__breadcrumb:hover {
  text-decoration: underline;
}

.nav__breadcrumb-arrow {
  width: 8px;
  height: 9px;
  background-image: url("/images/arrow-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  margin: 0 10px;
}

.nav__logout {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}

.nav__logout-icon {
  background-image: url("/images/sign-out.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  width: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#navbarNav .navbar-nav {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.login {
  background-image: url("/images/login-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
}

.login__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.login__logo {
  width: 100px;
}

.login__title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px 0;
}

.login__form {
  margin-top: 45px;
  margin-left: 20px;
  margin-right: 20px;
}

.login__textfield {
  width: 100%;
  background-color: #fff;
  color: #2E2E2E;
  border: none;
  text-align: center;
  margin: 5px 0;
  height: 45px;
  font-size: 16px;
  opacity: 0.9;
}

.login__textfield::-webkit-input-placeholder {
  color: #C8C7CC;
  font-size: 16px;
  padding: 17px;
  line-height: normal !important;
}

.login__textfield::-moz-placeholder {
  color: #C8C7CC;
  font-size: 16px;
  padding: 17px;
  line-height: normal !important;
}

.login__textfield::-ms-input-placeholder {
  color: #C8C7CC;
  font-size: 16px;
  padding: 17px;
  line-height: normal !important;
}

.login__textfield::placeholder {
  color: #C8C7CC;
  font-size: 16px;
  padding: 17px;
  line-height: normal !important;
}

.login__error {
  color: #ed3a2f;
}

.login__submit {
  color: #fff;
  background-color: #AA0526;
  font-size: 17px;
  width: 100%;
  border: none;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
  height: 45px;
  cursor: pointer;
}

.login__submit:hover {
  background-color: #b40528;
}

.login__link {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  display: block;
  color: inherit;
  text-decoration: none;
}

.events__icon {
  background-image: url("/images/events-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 19px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
}

.events__link {
  text-decoration: none;
}

.events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 17px 0;
  border-bottom: 1px solid #C8C7CC;
  cursor: pointer;
}

.events-item:hover {
  background-color: #f6f5fa;
}

.events-item__item {
  margin: 0 17px;
}

.events-item__item:first-child {
  margin-left: calc(34px);
}

.events-item__item:last-child {
  margin-left: auto;
  margin-right: calc(34px);
}

.events-item__item--border-left {
  border-left: 5px solid #323142;
}

.events-item__item--attending-yes {
  border-color: #5C9A0E;
}

.events-item__item--attending-no {
  border-color: #C11212;
}

.events-item__item--attending-maybe {
  border-color: #FFA33B;
}

.events-item__date {
  margin: 3px 7px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #2E2E2E;
}

.events-item__title {
  margin: 3px 0;
  font-size: 18px;
  color: #2E2E2E;
  font-weight: 400;
}

.events-item__subtitle {
  margin: 3px 0;
  color: #2E2E2E;
  font-weight: 300;
}

.events-item__icon {
  background: center no-repeat;
  background-image: url("/images/arrow.svg");
  width: 8px;
  height: 100%;
  display: inline-block;
}

.event__image-container {
  margin: 17px auto;
  max-width: 450px;
}

.event__image {
  width: 100%;
}

.event__video {
  padding-top: 31%;
  width: 100%;
  position: relative;
  max-width: 550px;
  margin: 17px auto;
}

.event__video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event__section {
  padding: 17px 17px;
}

.event__section:last-child {
  padding-bottom: 0;
}

.event__description {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.event__description:not(:last-child) {
  margin-bottom: 16px;
}

.event__subtitle {
  color: #2E2E2E;
  font-size: 18px;
  border-top: 1px solid #C8C7CC;
  padding: calc(17px * 2) 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.event-info {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

.event-info__row {
  line-height: 20px;
}

.event-info__column {
  padding-right: 12px;
}

.event-present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 775px;
  margin: 17px auto 0;
}

.event-present__item {
  width: 33%;
  background-color: #e1e0e5;
  color: #fff;
  padding: calc(17px);
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
}

.event-present__item:not(:last-child) {
  margin-right: 2px;
}

.event-present__item--active,
.event-present__item--active:hover,
.event-present__item--active:focus {
  background-color: #AA0526;
  color: #fff;
}

.event-present__item--active:hover,
.event-present__item--active:focus,
.event-present__item--active:hover:hover,
.event-present__item--active:hover:focus,
.event-present__item--active:focus:hover,
.event-present__item--active:focus:focus {
  background-color: #b40528;
}

.introduce__person--padding-bottom {
  margin-bottom: calc(17px * 5);
}

.introduce__bottom-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1000px;
}

.introduce-add__form-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px calc(17px * 7);
}

.introduce-add__bottom-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1000px;
}

.member {
  text-align: center;
  padding: 20px;
}

.member__image {
  width: 300px;
  margin: 20px auto 0;
}

.member__name {
  color: #2E2E2E;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.member__subtitle {
  color: #2E2E2E;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 20px;
}

.member__contact {
  padding: 0;
}

.member__contact > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member__contact > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.member__contact-item {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.member__contact-item > a {
  background-color: #AA0526;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member__contact-item--phone > a {
  background-image: url("/images/icon_call.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.member__contact-item--phone::after {
  content: 'Bel';
  display: block;
  font-size: 12px;
  color: #AA0526;
}

.member__contact-item--mail > a {
  background-image: url("/images/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.member__contact-item--mail::after {
  content: 'mail';
  display: block;
  font-size: 12px;
  color: #AA0526;
}

.member-content-block {
  border-top: 1px solid #C8C7CC;
  padding: 20px 0;
}

.member-content-block__title {
  color: #2E2E2E;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.member-content-block__item {
  margin-top: 0;
  margin-bottom: 3px;
  color: #2E2E2E;
  font-size: 16px;
}

