.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
}
.thumb-info .thumb-info-wrapper {
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    /*border-radius: 4px; */
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}
.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
    content: "";
    background: rgba(33,37,41,.8);
    transition: all .3s;
    border-radius: 4px;
    bottom: -4px;
    color: #fff;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.thumb-info .thumb-info-inner {
    transition: all .3s;
    display: block;
    line-height: 1.2;
}

.thumb-info .thumb-info-title {
    transition: all .3s;
    background: rgba(33,37,41,.8);
    color: #fff;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 98%;
    font-size: 17px;
    padding: 3px 3px 2px;
    /*bottom: 13%;*/
    top: 70%;
}

.thumb-info .thumb-info-type {
    background-color: #ccc;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: .6em;
    font-weight: 600;
    letter-spacing: 0;
    margin: 3px -2px -15px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    /*line-height: 2.3;*/
    line-height: 1.5;
}

.thumb-info-caption {
    padding: 10px 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    font-size: .9em;
    margin: 0;
    padding: 3px 0;
    display: block;
}

.thumb-info-social-icons {
    margin: 0;
    padding: 0;
    display: block;
}

/*.thumb-info .thumb-info-type, .thumb-info .thumb-info-action-icon, .thumb-info-social-icons a, .thumbnail .zoom, .img-thumbnail .zoom, .thumb-info-ribbon {
    background-color: #0088CC;
}*/

.thumb-info-social-icons a {
    /*background: #ccc; */
    background-color: var(--ldp-info) !important;
    color: white;
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.thumb-info-social-icons a span {
    display: none;
}

.mbr-item{cursor:pointer;}
.fa-file-pdf { color:#FF0000;}


/****
LMK only used ribbon5.
To change colors, comment out the default ribbon colors and create new styles like this:
  .ribbon-info {
    background-color: var(--ldp-info);
  }
  .ribbon-info:before{
    border-top: 10px solid var(--ldp-info-alt);
  }
  .ribbon-info:after{
    border-top: 10px solid var(--ldp-info-alt);
  }
***/
  .ribbon {
    width: 100%;
    /*height: 188px; */
    position: relative;
    float: left;
    /*margin-bottom: 30px; */
    color: white;
  }
  .ribbon:nth-child(even) {
    margin-right: 4%;
  }

  /*
  @media (max-width: 500px) {
    .ribbon {
      width: 100%;
    }
    .ribbon:nth-child(even) {
      margin-right: 0%;
    }
  }
  */

  .ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 10px;
  }
  .ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 10px solid #F8463F;
  }
  .ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
  }
  .ribbon1 span:before, .ribbon1 span:after {
    position: absolute;
    content: "";
  }
  .ribbon1 span:before {
   height: 6px;
   width: 6px;
   left: -6px;
   top: 0;
   background: #F8463F;
  }
  .ribbon1 span:after {
   height: 6px;
   width: 8px;
   left: -8px;
   top: 0;
   border-radius: 8px 8px 0 0;
   background: #C02031;
  }
  .ribbon2 {
   width: 60px;
   padding: 10px 0;
   position: absolute;
   top: -6px;
   left: 25px;
   text-align: center;
   border-top-left-radius: 3px;
   background: #F47530;
  }
  .ribbon2:before {
   height: 0;
   width: 0;
   right: -5.5px;
   top: 0.1px;
   border-bottom: 6px solid #8D5A20;
   border-right: 6px solid transparent;
  }
  .ribbon2:before, .ribbon2:after {
    content: "";
    position: absolute;
  }
  .ribbon2:after {
    height: 0;
    width: 0;
    bottom: -29.5px;
    left: 0;
    border-left: 30px solid #F47530;
    border-right: 30px solid #F47530;
    border-bottom: 30px solid transparent;
  }
  .ribbon3 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #59324C;
  }
  .ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
  }
  .ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
  }
  .ribbon3:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #59324C;
  }
  .ribbon4 {
    position: absolute;
    top: 15px;
    padding: 8px 10px;
    background: #00B3ED;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
  }
  .ribbon4:before, .ribbon4:after {
    content: "";
    position: absolute;
  }
  .ribbon4:before {
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
  }
  .ribbon4:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: lightblue;
    border-radius: 5px 0 0 5px;
   }


  .ribbon5 {
    display: block;
    width: calc(100% + 20px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
   /* background: #EDBA19; */
    position: relative;
    top: 20px;
  }

  .ribbon-info {
    background-color: var(--ldp-info);
  }
  .ribbon-info:before{
    border-top: 10px solid var(--ldp-info-alt);
  }
  .ribbon-info:after{
    border-top: 10px solid var(--ldp-info-alt);
  }
  
  .ribbon5:before, .ribbon5:after {
    content: "";
    position: absolute;
  }
  .ribbon5:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    /*border-top: 10px solid #cd8d11; */
    border-left: 10px solid transparent;
  }
  .ribbon5:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    /*border-top: 10px solid #cd8d11; */
    border-right: 10px solid transparent;
  }


  .wrap {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
  }
  .wrap:before, .wrap:after {
    content: ""; 
    position: absolute;
  }
  .wrap:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: #4D6530;
    border-radius: 8px 8px 0px 0px;
  }
  .wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: #4D6530;
    border-radius: 0px 8px 8px 0px;
  }
  .ribbon6 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #57DD43;
    text-align: center;
  }

  .committee-tile {
    background-color: var(--ldp-info-alt) !important;
    opacity: .75;
}
  .committee-tile:hover{ 
    opacity:1; }

/**************************************************/
  blockquote.bio {
      border-left: 5px solid #eee;
      margin: 0 0 16px 0;
      margin: 0 0 1rem 0;
      padding: 8px 16px;
      padding: 0.5rem 1rem;
      font-size: 1em;
  }

  blockquote.primary {
    border-left: 5px solid var(--ldp-primary);
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    font-size: 1em;
}
/*************************************************/
  .list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.list.list-icons li {
  position: relative;
  padding-left: 25px;
}

.list li {
  margin-bottom: 5px;
}

.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
}

/* cards do not work right in portlets */
.card-body-member{
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) !important;
}


.accordion-hide-btn::after{
  content:none !important;
}

.text-justify{ text-align: justify !important;}

#member-info .h5{
  color:white !important;
}


.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box {
  background: rgba(0, 0, 0, 0.06) !important;
  box-shadow: none;
  border: 0;
}

.featured-boxes-modern-style-primary .featured-box {
  background: var(--ldp-primary);
  background: linear-gradient(135deg, var(--ldp-primary) 0%, var(--ldp-dark-alt) 100%);
}

.featured-boxes .featured-box {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.featured-boxes-modern-style-2 .featured-box {
  position: relative;
  background: var(--ldp-primary);
  background: linear-gradient(135deg, var(--ldp-primary) 0%, var(--ldp-info) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--ldp-primary), endColorstr=var(--ldp-info), GradientType=1 );
  border-radius: 0;
  margin: 0 !important;
  overflow: hidden;
}

.featured-box {
  background: var(--ldp-light);
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: var(--si-border-radius2x1);
  border-right: 1px solid #ECECEC;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.featured-boxes-modern-style-2-hover-only .featured-box:before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
}

.featured-boxes-modern-style-2 .featured-box:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background: var(--ldp-light);
}

.featured-boxes-modern-style-2 .featured-box .box-content {
  padding: 64px;
  padding: 4rem;
  border: none;
}

.featured-box .box-content:not(.box-content-border-0) {
  top: -1px;
  border-top-width: 4px;
}

.featured-box .box-content {
  border-radius: var(--si-border-radius2x1);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-top-width: 4px;
  padding: 28.8px;
  padding: 1.8rem;
  position: relative;
}

.featured-boxes-modern-style-2 .featured-box .box-content .icon-featured {
  color: var(--ldp-light);
  background: transparent;
  width: auto;
  height: auto;
  line-height: 1.4;
  font-size: 46.4px;
  font-size: 2.9rem;
}

.icon-featured {
  background-color: var(--ldp-primary);
}

.icon-featured {
  display: inline-block;
  font-size: 0;
  margin: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: var(--ldp-light);
  font-size: 2.3em;
  line-height: 110px;
}

.text-color-primary, .text-primary {
  color: var(--ldp-primary) !important;
}

.icon-featured:after {
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}


section.member-bio-top{
  padding-top:0px;
}


.committee-assign-section::after {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index:1;
}

.overlay-color-info-alt::after{
  background-image: linear-gradient(0deg, var(--ldp-info-alt), var(--ldp-info-alt));
}

.overlay-color-secondary-alt::after{
  background-image: linear-gradient(0deg, var(--ldp-secondary-alt), var(--ldp-secondary-alt));
}


.committee-assign-section {
  background-size: cover;
  display: flex;
  position: relative;
}

.committee-assign-section > * 
{ z-index: 100; }

.committee-assign-section .portlet-title{ color:var(--ldp-light) !important; }

.texture-pattern{
  background: linear-gradient(to bottom, var(--si-gray-600) 0%, var(--si-gray-500) 50%);
}


.meeting.meeting-featured-primary {
  border-top-color: var(--ldp-primary);
}
.meeting.meeting-featured-info {
  border-top-color: var(--ldp-info);
}
.meeting.meeting-featured-info-alt {
  border-top-color: var(--ldp-info-alt);
}


.meeting {
  background: #fff;
  margin: 0;
  border-top: 3px solid #ccc;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
  position: relative;
  clear: both; text-align:center;
}

blockquote.border-all{
  border-top:1pt solid var(--primary); border-right:1pt solid var(--primary); border-bottom:1pt solid var(--primary);
}

/*Recent activity overlay */
.recent-activity::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, var(--ldp-info-alt), var(--ldp-info-alt));
  opacity: .8;
  z-index: 1;
  page-break-inside: avoid;
}

