/*
Theme Name:     Division of Infectious Diseases
Theme URI:      https://infectiousdiseases.wustl.edu/
Description:    Child theme of the WashU Web Theme
Author:         Medical Public Affairs
Author URI:     https://publicaffairs.med.wustl.edu/
Template:       wutheme_chauvenet
Version:        1.0.0
*/
  #page {
    overflow-x: hidden;
  }
  
  
  /* At a glance */
  .front-page-at-a-glance {
    margin: 2.125rem -9999rem 3.125rem;
    padding: 3.125rem 9999rem;
  }
  .washu-billboard.front-page-at-a-glance h2 {
      font-size: 2.197rem;
  }
  
  /* Fellowship Program */
  .front-page-fellowship-program {
    margin: 2.125rem -9999rem 3.125rem;
    padding: 3.125rem 9999rem 1.5rem;
  }
  .washu-billboard.front-page-fellowship-program h2 {
      font-size: 2.197rem;
  }
  
  /* Quote */
  .front-page-quote {
    margin: 2.125rem -9999rem 0;
    padding: 3.125rem 9999rem 1.625rem;
  }
  .front-page-quote img {
    border: solid 5px white;
  }
  
  /* Twitter */
  .front-page-twitter {
    margin: 0 -9999rem -4rem;
    padding: 3.125rem 9999rem 2.125rem;
  }
  
  
  /* PPI icons */
  .washu-ppi-contact-list li.washu-ppi-contact:before {
    font-family: "dashicons";
    content: "\f110";
    color: #000;
    top: 0;
  }
  
  .washu-ppi-contact-list li.washu-ppi-website:before {
    font-family: "dashicons";
    content: "\f11f";
    color: #000;
    top: 0;
  }