.text-gray3 {
	color:#747474;
}

.blog-tag-round {
	display:inline;
}

.blog-tag-round a {
	max-width: 100%;
		color:#000000;
	text-decoration:none;
	background-color:#e8e8e8;
	font-size:0.9em;
	padding:0.25em 0.75em;
	border-radius:20px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.25em;
  transition: 0.3s;
}

.blog-entry-card {
	padding:.5em 1.5em;
	border: 1px solid rgba(0,0,0,.125);
	transition:0.2s ease-in-out;
}

.blog-entry-card:hover {
	transform:scale(1.01);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	transition:0.2s ease-in-out;
	cursor:pointer;
}

.cohort-card {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    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: 1.5em;
}

.cohort-card:hover {
	transform:scale(1.01);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	transition:0.2s ease-in-out;
	cursor:pointer;
}

.card-btn-bottom {
	margin-bottom: 1.5em;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    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: 1.5em;
}

.card:hover {
	transform:scale(1.01);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	transition:0.2s ease-in-out;
	cursor:pointer;
}

.pub-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    min-height: 380px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    padding: 1.5em;
}

.pub-card:hover {
	transform:scale(1.01);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	transition:0.2s ease-in-out;
	cursor:pointer;
}

.black-on-gold {
	box-shadow: -0.15em 0 0 #ffc627, 0.15em 0 0 #ffc627;
	background: #ffc627;
	color: #191919;
}

.black-on-gold a {
	color:#000;
	text-decoration:none;
}



.round-headshot img {
	width: 150px;
	height: 150px;
	border-radius:50%;
  object-fit:cover;
  overflow:hidden;
}


.round-image-2 img {
	width: 450px;
	height: 450px;
	border-radius:50%;
	float: right;
	margin-right: 2.5em;
  object-fit:cover;
  overflow:hidden;
}

.img-gold-border img {
	border: 2px solid #ffc627;
	padding: .25em;
	transition: 0.2s ease-in-out;
}

.img-gold-border img:hover {
	transform:scale(1.05);
}

.gold-accent:after {
	content: "";
    margin-top: 1.5em;
    display: block;
    position: relative;
    height: 5px;
    width: 50px;
    background: #ffc627;
}



	.views-view-grid .views-row {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
    padding-bottom: 2em;
}

.col-flex {
	display: flex;
	gap: 1.5em;
	align-items: center;
}

.col-flex-view {
	display: flex;
	align-items: stretch;
}

.grid-padded {
	padding-right:24px;
}

.grid-gap {
	margin: 20px;
}

.grid-padded-extra {
	padding-right:48px;
}



.topics-list {
	background: none;
	padding: 0;
}

.topics-list ul {
	padding-left: 0;
}

.topics-list ul .topics-item {
	list-style: none;
	padding: 0;
	font-size:1rem;
}


.views-exposed-form {
    width: 50%;
    padding-bottom: 2em;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0 2em;
}





@media screen and (max-width: 950px) {
	
.views-exposed-form {
    width: 100%;
    display: block;
}

.grid-padded {
	width: 100% !important;
	padding-bottom: 1em;
	padding-right: 0;
}

.views-view-grid .views-row {
    display: block;
    padding-bottom: 0;
}

.col-flex {
	display:block;
}

.btn-dark a {
    color: #FFFFFF;
}

.btn-dark a:hover {
    color: #FFC627;
}

.btn-gold a {
    color: #000000;
}

.btn-gold a:hover {
    color: #000000;
}


