.person {
    border-left: 3px solid #c0c0c0;
    padding-left: 3px;
}
ul.faculty {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.faculty li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.name {
	font-size: medium;
}
img.p { margin: 3px; }

/*
* Service catalog formatting...
*/
h2.service-item {
    border-top: 1px solid #c0c0c0;
}

ol.columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
}

/* Large banner image
* Adjust the height to match height of image you want to use.
*/
#news-home #hero {
    background-position: left center;
   /* height: 500px;*/
}
#hero {
/*    background: #fff url("../img/banner/banner-gsm-mcm-asm-1600x500.jpg") no-repeat scroll left center / cover ;
    height: 250px; */
}

/* --- Adjusting News background to be empty/transparent --- */
#asm-news-wrapper {
    background: none;
}

small {
    color: inherit;
}

/* changes due to migration/publishing news posts on business */

/******* Footer *********/
/* overriding UCAM background color */
 #footer {
	 background-color: #63666a;
	 background-image: none;
}
/* creates space between Anderson and UNM footers */
 #footer .row {
	 margin-top: 40px;
}

.flex-group {
 display: flex;
 
/* wraps content onto new line when it is too long */
 flex-wrap: wrap;

/* adjust gap */
 gap: 40px 20px;
 justify-content: flex-start
}

#cs-block {
    display: none;
}

