.navbar-nav > li{
  padding-left:30px;
  padding-right:30px;
}


.container {
  max-width: 960px;
}








.board-headshot {
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
  border-radius: 5px;
  border-style:solid;
  border-width: 1px;
  border-color:rgb(240, 240, 240);
  height: 250px;
}

.faculty-headshot {
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
  border-radius: 5px;
  border-style:solid;
  border-width: 1px;
  border-color:rgb(240, 240, 240);
  height: 150px;
}



.lms-container {
  padding:30px;
  background-color:#ededed;
}

.marketing-callouts {
 margin-top:30px; 
}



.course-section {
  font-weight: bold;
}

.course-name {
  font-style: italic;
}

.sacn5-j-image {
  height: 400px;
  background: url("/images/textbook_scope_web.jpg");
  background-size: cover;
  background-position: 0 50%;
}

.teaching-j-image {
  height: 400px;
  background: url("/images/teaching_web.jpg");
  background-size: cover;
  background-position: 0 50%;
}

.lc-j-image {
  height: 500px;
  background: url("/images/lc_dark.jpg");
  background-size: cover;
  background-position: 0 50%;
  margin-bottom:0px;
}

.qc-j-image {
  height: 400px;
  background: url("/images/vet_tablet_cat.jpg");
  background-size: cover;
  background-position: 0 50%;
}

.contact-j-image {
  height: 400px;
  background: url("/images/kitten_phone_web.jpg");
  background-size: cover;
  background-position: 0 50%;
}

.about-j-image{
    height: 500px;
    background: url("/images/vet_cat_web.jpg");
    background-size: cover;
    background-position: 0 50%;
}




.mmi-blue-on-white {
  color:black;
}

.white-text {
  color:white;
}

.bold-white-text {
  color:white;
  font-weight: normal;
}

.dark-gray-text {
  color: #808080;
}

.mmi-footer {
  
}

.mmi-blue-text {
  color: #517592;
}

.black-text {
  color:black;
}

b {
  color:black;
}




/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


