.restrict-width {
	max-width: 600px;
}

.uds-blockquote blockquote p:last-of-type:after {
    content: "";
}

.uds-blockquote {
    font-size: 1rem;
    font-weight: normal;
}

.card-padded {
	position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
   padding: 32px;
}

.card-padded-sm {
	position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
   padding: 24px;
}
.card:hover {
    cursor: auto!important;
}
.card-gold-btm {
	border-bottom: 6px solid #ffc627;
}

.card-gold-top {
	border-top: 4px solid #ffc627;
}

.card-gold-left {
	border-left: 6px solid #ffc627;
}

.uds-tabbed-panels .nav-tabs .nav-link.active {
    border-bottom: 8px solid #ffc627;
}

.gold-ul-medium {
  position: relative;
  padding-bottom: 10px;
}
.gold-ul-medium::after {
  position: absolute; 
  left: 0; 
  bottom: 0; 
  width: 50%; 
  height: 1px; 
  border-bottom: 7px solid #ffc627; 
  content: ""
}