/**
 *    Custom Module - Undergraduate Advisors Feed Parser CSS
 */

.ug-advisors-block .layout-row {
  margin-bottom: 40px;
  background-color: white;
  border-radius: 0.375rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  flex-flow: row;
}

.ug-advisors-block .advisor-image-column {
  display: flex;
  justify-content: end;
}

.ug-advisors-block .advisor-image-column img {
  width: 400px;
}

.ug-advisors-block .advisor-name h3 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.ug-advisors-block .advisor-specialties-header {
  font-weight: bold;
}

.ug-advisors-block .advisor-scheduling-header {
  font-weight: bold;
}

.ug-advisors-block a,
.ug-advisors-block a:active,
.ug-advisors-block a:visited {
  color: #D73F09 !important;
  text-decoration: none !important;
}

.ug-advisors-block a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 767px) {
  .ug-advisors-block .layout-row {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-flow: column;
  }
  .ug-advisors-block .advisor-image-column {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .ug-advisors-block .advisor-image-column {
    width: 400px !important;
  }
}
