.menu-item-indicator {
  text-align: center;
  color: #ffffff;
  transform: translate3d(-3px, 0, 0);
  width: 20px;
  display: inline-block;
  font-size: 85%;
  background: #c52b34;
  border: thin solid #960f17;
  border-radius: 50%;
}

.tape {
    z-index: 1000;
    position: relative;
    background: #c52b35;
    color: white;
    margin: 0;
    padding: 15px 20px;
    text-align: center
}

@media (max-width: 750px) {
    .tape {
        display: none;
    }
}


@media (min-width: 600px) {
    .body--with-single-height-tape #main-content {
        top: 50px;
    }

    .body--with-double-height-tape #main-content {
        top: 70px;
    }

    .body--with-single-height-tape .secondary-nav--members {
        margin-top: 102px;
    }

    .body--with-double-height-tape .secondary-nav--members {
        margin-top: 105px;
    }
}

.documents__button {
  margin-left: 0;
}

.w-100 {
  width: 100%;
}

.table--news  {
    background-color: white;
}

.table--news tr:hover {
    background-color: transparent !important;
}

.table--news td:not(.table--news__cell--empty):hover {
    background-color: #e0e1eb !important;
}

.table--news__cell--empty {
    background-color: #fafafa;
}

.table--news th,
.table--news td {
    vertical-align: top;
    padding: 10px !important;
    border: solid thin rgba(0, 0, 0, 0.1);
}

.list--no-bullets {
    list-style: none;
    padding-left: 0;
}

.flex--between {
    display: flex;
    justify-content: space-between;
}

.table--events td {
    vertical-align: top;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.text--italic {
    font-style: italic;
}

.ml-0 {
    margin-left: 0;
}

.password-field {
    position: relative;
}

.password-field svg {
    position: absolute;
    top: 10px;
    right: 1.25rem;
    height: auto;
    width: 26px;
    opacity: 0.5;
}

.login-options .option-alternative .heading--delta {
    margin-top: 3rem;
}

.login-options .heading--delta {
    @media (max-width: 600px) {
        margin-bottom: 20px;
    }
}

.login-options {
    @media (max-width: 600px) {
        display: flex;
        flex-direction: column-reverse;
    }
}

.login-options .btn--large {
    @media (max-width: 600px) {
        font-size: 16px;
        margin-top: 20px !important;
        padding: 15px 20px !important;
        margin-bottom: 6rem;
    }
}

.login-options .btn {
    @media (max-width: 600px) {
        width: 100%;
    }
}

.option-alternative:before,
.option-alternative:after {
    @media (max-width: 600px) {
        display: none;
    }
}

.login__heading {
    margin-bottom: 20px;
    font-size: 3.5rem;
}

.logo--cipp {
    width: 70px !important;
    height: auto !important;

    @media (max-width: 600px) {
        margin-top: 20px !important;
    }
}

.mt-sm-4 {
    @media (max-width: 600px) {
        margin-top: 20px !important;
    }
}
