.topspace {
	margin-top: 25px;
}
#searchInput {
    width: 50%;
}
form:not(.uds-form) input[type=text]{
	padding-left: 3px !important;
}
.homecard {
    margin: 30px 0;
    min-height: 365px;
}
.card-image {
    text-align: center;
    margin: auto;
}
.card-textarea {
    border-top: 7px solid #FFC627;
    margin-top: 10px;
    padding: 0 10px;
}
.padding {
	padding: 0 15px;
}
.recentcard {
    padding: 15px;
    margin: 10px 0;
    border-left: 5px solid #FFC627;
    height: initial;
}
.recentcard h4 {
	margin-top: 0;
}
.recentcard h4 a {
	color: #000;
	text-decoration: none;
}
.recentcard .subjects a {
    margin: 0 5px;
    white-space: pre-wrap;
    text-wrap: nowrap;
}
.recentcard>div:last-child {
    padding-bottom: 0;
}
.views-field-field-subject {
    margin-top: 15px;
}
.form-actions {
    display: inline-block;
}
#edit-submit-keep-search {
    padding: 10px 15px;
    padding-left: 15px !important;
}
.iconwrap {
    max-width: 175px;
    text-align: center;
    font-weight: bold;
    margin: auto;
}
.goldbg {
    background: #FFC627;
    text-align: center;
    padding: 15px 0;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin: auto;
}
.noborder img {
    border: none;
}
.circle-image {
    max-width: 85%;
    border-radius: 100%;
    border: 5px solid #FFC627;
    padding: 5px;
}
.mediaobject {
	margin-bottom: 20px;
}
.teamname {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.btnspace {
	margin: 10px 10px;
}
.datecreated {
	font-weight: bold;
}
.subjects {
}
.subjects a {
    background: #E8E8E8;
    padding: 5px;
    line-height: 2;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #000;
    text-decoration: none;
    margin: 0 5px;
    white-space: pre-wrap;
    text-wrap: nowrap;
}
.rights-container > div > h2{
	display: none;
}

.rights-container h2 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: initial;
    line-height: initial;
    margin: 0;
}
.keyword {
	
}
.keyword a {
    background: #E8E8E8;
    padding: 5px;
    line-height: 2;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #000;
    text-decoration: none;
    margin: 0 5px;
    white-space: pre-wrap;
}
.articlecard h3 {
    padding: 0 15px;
}
.articlecard h3 a {
    color: #000;
}
.articlecard .btn {
    margin: 0 15px;
}
.articlebody {
	margin-top: 35px;
}
figcaption {
	background: #E8E8E8;
	padding: 3px;
}
.sideblock header {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}
.sideblock h2 {
    font-size: 16px;
    letter-spacing: initial;
    margin: 0;
    line-height: 1;
}
.shareblock {
	margin-top: 40px;
}
.shareblock h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: initial;
    line-height: initial;
    margin: 0;
}
.js-form-item.form-item.js-form-type-textfield.form-item-search-api-fulltext.js-form-item-search-api-fulltext.form-group {
    max-width: 30%;
    display: inline-block;
}
.js-form-item.form-item.js-form-type-select.form-item-sort-by.js-form-item-sort-by.form-group {
    max-width: 30%;
    display: inline-block;
}
.js-facets-checkbox-links {
    list-style-type: none;
    padding: 0;
}
.paragraph--type--contributor {
    display: inline;
}
.contextual-region header {
    margin: 10px 0;
}
.authorsect header {
    display: inline-block;
}
.author {
  display:inline-block; 

}
.author:after {
  content: "\002C";
  right: 1px;
  position: relative;
  font-weight: bold;
}

.author:last-child:after {
    content: none;
}

.author:first-child:before {
    content: none;
}

.csv-feed.views-data-export-feed {
	visibility: hidden;
}

#asu-footer {
    margin-top: -40px;
}
@media (min-width: 576px) {
.form-inline .form-control {
    width: 750px;
}
}
@media (max-width: 768px) {
	.recentcard .subjects a {
		text-wrap: balance;
	}
	.subjects a {
		text-wrap: balance;
	}
}