@-webkit-keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-o-keyframes read-more-arrow {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-webkit-keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@-o-keyframes download-hover {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

.node--type-member .field--name-node-title h3 {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .node--type-member .field--name-node-title h3 {
    margin-top: 15px;
  }
}

.node--type-member .field--name-field-position {
  margin-bottom: 25px;
  line-height: 1.33;
}

.node--type-member.node--view-mode-teaser {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 40px;
  border: none;
}

@media (max-width: 1199.98px) {
  .node--type-member.node--view-mode-teaser {
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .node--type-member.node--view-mode-teaser {
    padding: 20px;
  }
}

.node--type-member.node--view-mode-teaser .readall-button {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 0;
  padding-left: 30px;
  text-transform: uppercase;
  color: #fa7828;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
}

.node--type-member.node--view-mode-teaser .readall-button:hover {
  color: #00b4ac;
}

.node--type-member.node--view-mode-teaser .readall-button:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.node--type-member.node--view-mode-teaser .readall-button.show-more:before {
  background-image: url(../../images/orange-expandicon.svg);
}

.node--type-member.node--view-mode-teaser .readall-button.show-more:hover:before {
  background-image: url(../../images/blue-expandicon.svg);
}

.node--type-member.node--view-mode-teaser .readall-button.show-less-text {
  margin-top: 30px;
}

.node--type-member.node--view-mode-teaser .readall-button.show-less-text:before {
  top: 9px;
  background-image: url(../../images/orange-collapseicon.svg);
}

.node--type-member.node--view-mode-teaser .readall-button.show-less-text:hover:before {
  background-image: url(../../images/blue-collapseicon.svg);
}

.node--type-member.node--view-mode-teaser .readall-hide:after {
  display: none;
}

.node--type-member.node--view-mode-teaser::after {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: block;
  width: 77%;
  height: 1px;
  content: "";
  background: #fa7828;
}

@media (max-width: 991.98px) {
  .node--type-member.node--view-mode-teaser::after {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  .node--type-member.node--view-mode-teaser::after {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .node--type-member.node--view-mode-big-teaser {
    padding: 20px 20px 0 20px;
  }
}

.node--type-member.node--view-mode-big-teaser .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .node--type-member.node--view-mode-big-teaser .content-wrapper {
    display: block;
  }
}

.node--type-member.node--view-mode-big-teaser .bio-wrapper {
  margin-top: 30px;
  padding: 30px 30px 60px 30px;
  background-color: #ebebeb;
}

@media (max-width: 767.98px) {
  .node--type-member.node--view-mode-big-teaser .bio-wrapper {
    margin-top: 0;
    padding: 15px 15px 40px 15px;
  }
}

.node--type-member.node--view-mode-big-teaser .bio-wrapper .field--name-body {
  margin-bottom: 32px;
}

.node--type-member.node--view-mode-big-teaser .bio-wrapper .read-more-arrow {
  float: right;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .node--type-member.node--view-mode-horizontal-teaser .social-link-field {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
  .node--type-member.node--view-mode-horizontal-teaser .social-link-field li {
    margin-right: 10px;
  }
  .node--type-member.node--view-mode-horizontal-teaser .social-link-field li:after {
    display: block;
  }
  .node--type-member.node--view-mode-horizontal-teaser .social-link-field li:last-of-type {
    margin-right: 0;
  }
}

.social-link-field {
  margin-bottom: 30px;
  padding: 0;
}

.social-link-field.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .social-link-field.vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.social-link-field.vertical li::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: block;
  width: 1px;
  height: 17px;
  content: "";
  background: #00b4ac;
}

@media (max-width: 991.98px) {
  .social-link-field.vertical li::after {
    display: none;
  }
}

.social-link-field.vertical li:last-child::after {
  content: none;
}

.social-link-field li {
  position: relative;
  margin-right: 13px;
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .social-link-field li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-bottom: 13px;
  }
}

.social-link-field li a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  width: 25px;
  height: 25px;
  padding: 7px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #00b4ac;
  font-size: 12px;
}

.social-link-field li a .fa-envelope-o:before,
.social-link-field li a .fa-envelope:before {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../../images/icons/mail.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}

.social-link-field li a:hover,
.social-link-field li a:focus {
  text-decoration: none;
}

.social-link-field li a:hover i,
.social-link-field li a:focus i {
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  text-decoration: none;
  background: #fa7828;
}

.social-link-field li a:before {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}

.social-link-field .social-links-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-field .social-links-wrapper:hover,
.social-link-field .social-links-wrapper:focus {
  color: #fa7828;
}

.social-link-field .social-links-wrapper .social-link-field-label {
  margin-left: 10px;
}

.bg-primary .social-link-field a {
  position: unset !important;
}

.bg-primary .social-link-field a:hover,
.bg-primary .social-link-field a:focus {
  color: #00b4ac;
}

.bg-primary .social-link-field a:hover i,
.bg-primary .social-link-field a:focus i {
  color: #fff;
  background-color: #00b4ac;
}

.bg-primary .social-link-field a i {
  color: #fa7828;
  background-color: #fff;
}

.bg-primary .social-link-field .social-links-wrapper:hover .social-link-field-label {
  color: #00b4ac;
}

.block-views-blockmember-member-list .block-title,
.block-views-blockmember-member-director .block-title {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .block-views-blockmember-member-list .block-title,
  .block-views-blockmember-member-director .block-title {
    text-align: center;
  }
}

.member-director .views-row,
.member-list .views-row {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .member-director .views-row,
  .member-list .views-row {
    margin-bottom: 15px;
  }
}

.member-director .views-row:last-of-type,
.member-list .views-row:last-of-type {
  margin-bottom: 0;
}
