.card {
  background: white;
  transition: all 0.5s;
  border-radius: 3px;
  color: rgb(155, 155, 155);
  border: none;
  margin-bottom: 1.7%;
  font-family: poppins;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}

.card:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.3);
  /*background-color:#474747;*/
}

.card p {
  line-height: 1.4em;
  font-size: 14px;
}

.card-info {
  position: relative;
  padding: 15px;
  width: 100%;
}

.card img {
  margin: 0px;
  padding: 0px;
  display: block;
  background-color: #e1e1e1;
  width: 100%;
}

.card img {
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.card img:hover,
.card-info .more_link:hover ~ img {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.card-info .more_link:hover ~ h2 {
  color: #3a3a3a;
}

.card h2 {
  transition: color 0.5s;
  font-family: poppins;
  color: #bb9337;
  margin-top: 12px;
  margin-bottom: 5px;
  margin-top: 20px !important;
  line-height: 30px !important;
  margin-bottom: 15px;
}

.card a {
  transition: color 0.5s;
  color: #bb9337;
  text-decoration: none;
}
.card a:hover {
  /*color: #377f94;*/
  text-decoration: none;
}
div.titleinfo p span a {
    font-size: 15px;
    color: #a3a3a3;
    text-decoration: none;
    transition: 0.4s;
}
div.titleinfo p span {
    margin-right: 12px;
    display: inline-block;
}
.icogold {
    color: #daaf48;
}
ul.flex-container {
  list-style-type: none;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
/*.flex-container::after {
        content: "";
        flex: auto;
      }*/
.flex-item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-basis: 98%;
  margin-bottom: 15px;
}

.flex-option-1 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  margin-bottom: 15px;
}
.flex-option-2 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  margin-bottom: 15px;
}
.flex-option-3 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  margin-bottom: 15px;
}

.card-info .more_link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 1000;
}

.ico-circ {
  display: inline;
  font-family: 'Urbanist';
  font-size: 14px;
  border: 2px solid #000000;
  border-radius: 10%;
  width: 15px;
  height: 15px;
  padding: 3px;
  color: #000000;
  text-align: center;
  margin-right: 10px;
}

/* FACULTY FLEX DISPLAY */

.flex-container.justify-left, ul.flex-list-container-faculty.justify-left {
    justify-content: left;
}
.flex-container.justify-space-around, ul.flex-list-container-faculty.justify-space-around {
    justify-content: space-around;
}
.flex-container.justify-right, ul.flex-list-container-faculty.justify-right {
    justify-content: right;
}
.flex-container.justify-space-between, ul.flex-list-container-faculty.justify-space-between {
    justify-content: space-between;
}

ul.flex-list-container-faculty {
    list-style:none;
    margin:0;
    padding:0;
}
ul.flex-list-container-faculty li.nonsquare {
    background-color: transparent;
    border: 0;
}

ul.flex-list-container-faculty li {
    box-sizing:border-box;
    overflow:hidden;
    padding:1em;
}
ul.flex-list-container-faculty li div.cardinfo {
    background-color: #eeeeee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #e1e1e1;
    overflow:hidden;
    padding:0;
    min-height: 100%;
}
ul.flex-list-container-faculty li div.cardinfo img {
    height: auto; 
    min-width: 100%;
}
ul.flex-list-container-faculty li div.cardinfo h3 {
    font-size:20px;
    margin-top:0!important;
    padding: 20px 20px 0 20px;
}
ul.flex-list-container-faculty li div.cardinfo h3 a {
    text-decoration:none;
}
ul.flex-list-container-faculty li div.cardinfo h3 span {
    display:block;
    font-weight:normal;
    font-size:16px;
     color: #555555;
    line-height: 22px;
    color: #555555;
}
ul.flex-list-container-faculty li div.cardinfo p {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #555555;
    line-height: 22px;
    margin-top: 8px;
    color: #555555;
    margin: 8px 20px 25px 20px;
}

ul.flex-list-container-faculty:after {
    content: "";
    flex: auto;
}

/*drop select */
input {
  font-family: poppins;
  font-size: 1em;
}
select {
  font-size: 1em;
  padding: 40px;
  box-sizing: border-box;
  font-family: poppins;
}
select option:checked,
option:hover {
  color: white;
  background: #daaf48 repeat !important; /* url('data:image/gif;base64,R0lGO...') */
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Bigger than 550 */
@media (min-width: 550px) {
    ul.flex-list-container-faculty {
    display: flex;
    flex-wrap: wrap;
    }
  .flex-item {
    flex-basis: 49%;
  }
  ul.flex-list-container-faculty li {
    flex-basis: 50%;
    }
    
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .flex-item {
    flex-basis: 32%;
  }
  .flex-option-1 {
    flex-basis: 39.5%;
  }
  .flex-option-2 {
    flex-basis: 29.5%;
  }
  .flex-option-3 {
    flex-basis: 24.5%;
  }
    ul.flex-list-container-faculty li {
    flex-basis: 33.3%;
    }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .flex-item {
    /*flex-basis: 24%;*/
  }
}

/* Bigger than 1250 */
@media (min-width: 1250px) {
    ul.flex-list-container-faculty li div.cardinfo {
    display:flex;
    width:auto;
  }

}

.program-search-area {
  display: block;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* "Nothing Found" Header */
.nothing-found {
  display: flex;
  width: 100vw;
}

.nothing-found h1 {
  margin: auto;
  font-family: poppins;
}

/* Card Tags */
.card-tag {
}


