/*
Theme Name: UW Theme AAE Child
Theme URI: https://uwtheme.wordpress.wisc.edu/
Author: UW-Madison and AAE ITSC
Author URI: https://git.doit.wisc.edu/groups/uw-madison-digital-strategy
Template: uw-theme
Description: This theme is used as the AAE Departmental website theme.  It is a child theme of the UW Theme 1.10.  It has altered the faculty/staff listing and events Page Elements to read from the AAE API.  
Version: 2.1.0
License:
License URI:
Text Domain: uw-theme
Tags: uwmadison
*/


#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary > ul.utility-menu > li {
    padding:0;
}


#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary > ul.utility-menu > li > a {
    /*font-size: .6rem;*/
    padding: 0 0.95rem;
}

#uw-top-menus.uw-horizontal .uw-nav-menu > ul.utility-menu > li.uw-dropdown > a, #uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse > ul.utility-menu > li.uw-dropdown > a {
    padding-right: 1.9rem
}

/**
#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary > ul.utility-menu a:hover {
    background-color: #9B0000;
    text-decoration: none; 

}     

**/

/**
BUG FOUND 7/16/2017
Lower Content images aren't set to 100%  (done with .uw-hero .uw-hero-enabled at the top)
This will accomplish that - look for "fixes" in later versions of the template (after 1.0.0)
**/

.uw-hero > img.size-uw-hero {
    width:100%;
}

.carousel-2.primary-background {
    background-color:rgb(8,84,199);
}

@media screen and (min-width: 25em) {
      .carousel-2 .centered-container:nth-child(2), .carousel-2 .centered-container:nth-child(3) {
        background-color: rgb(8,84,199); } }

@media screen and (min-width: 38.75em) {
      .carousel-2 .centered-container:nth-child(2), .carousel-2 .centered-container:nth-child(3) {
        background-color: rgb(8,84,199); } }


.uw-outer-row.has_background-image .uw-inner-row > .uw-column.uw-row-header > h2 {
    color: rgb(6,71,128);
}


@media screen and (min-width: 40em) {
    .entry-content h3 {
        font-size: 1.5rem;
        font-weight:800;
    }
}
.uw-hero-inset-wrapper.uw-hero-headline-wrapper {
    left: 0;
    right: auto;
}

.uw-hero-inset-wrapper .uw-hero-inset {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    max-width: 400px;
    border-bottom: 4px solid #c5050c;
    margin: auto;
}

@media screen and (max-width: 39.9375em) {
    .uw-hero-inset-wrapper .uw-hero-inset {
        border-bottom: none;
        width: 100%;
        max-width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-hero-inset-wrapper .uw-hero-inset {
        display: block;
        max-width: 300px;
    }
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    min-width: 35%;
    max-width: 120px;
    max-height: 173px;
    overflow: hidden;
}

@media screen and (max-width: 27.5em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image {
        max-height: 150px;
        max-width: 100%;
    }
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content {
    padding: 1rem 0 0 1rem;
    max-width: 100%;
}

    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content svg {
        width: .75rem;
        height: .75rem;
        vertical-align: -0.05rem;
        margin-left: 0;
        fill: #c5050c;
    }

@media screen and (max-width: 27.5em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content {
        padding: 1rem 0 0;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content {
        padding: 1rem 0 0;
    }
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.3;
}

    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content p:first-child {
        position: relative;
        margin-top: 2.2rem;
        margin-top: 0;
    }

        .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content p:first-child:before {
            position: absolute;
            left: 0;
            height: 4px;
            content: '';
            width: 2rem;
            top: -12px;
            background-color: #c5050c;
        }

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image + .uw-hero-inset-content {
    max-width: 65%;
    padding-top: 0;
}

@media screen and (max-width: 63.9375em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image + .uw-hero-inset-content {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image + .uw-hero-inset-content {
        max-width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image + .uw-hero-inset-content {
        margin-top: 1.5rem;
        max-width: 100%;
    }
}

.uw-hero-inset-wrapper .uw-hero-headline {
    background-color: #646569;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 2rem 1rem 4rem;
    color: #fff;
    margin: auto;
}

@media screen and (max-width: 39.9375em) {
    .uw-hero-inset-wrapper .uw-hero-headline {
        background-color: #fff;
        padding: 1rem;
        width: 100%;
    }
}


/*
    Hero headline
    added 5/24/2017
    Eric Dieckman

*/

@media print, screen and (min-width: 40em) {
    .uw-hero-inset-wrapper .uw-hero-headline {
        font-weight: 600;
        letter-spacing: .2rem;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d4779+0,207cca+51,4c8b82+100 */
        background: rgb(13,71,121); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(13,71,121,.7) 0%, rgba(32,124,202,.7) 51%, rgba(76,139,130,.7) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(13,71,121,.7) 0%,rgba(32,124,202,.7) 51%,rgba(76,139,130,.7) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(13,71,121,.7) 0%,rgba(32,124,202,.7) 51%,rgba(76,139,130,.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d4779', endColorstr='#4c8b82',GradientType=1 ); /* IE6-9 */
    }
}

/*
    Hero headline
    added 7/18/2017
    Eric Dieckman
    Stolen from http://it.wisc.edu

*/
/* ********* On category archive */

body.archive .page-header,
body.archive article.post {
  margin-right: auto;
  margin-left: auto;
  max-width: 65rem;
}

body.archive h1.page-title {
  text-align: center;
  margin-bottom: 2rem;
}

body.archive .page-header p {
  font-family: Verlag, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 1rem;
}

body.archive .page-header h2,
body.archive .page-header h3,
body.archive .page-header h4 {
	font-weight: 700;
	text-transform: capitalize;
}

body.archive .page-header li {
  font-family: Verlag, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.archive .hentry {
  margin-bottom: 2rem;
}

body.archive article.post {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

body.archive h2.entry-title a {
  color: #047eae;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 1.3rem;
}

body.archive h2.entry-title a:hover,
body.archive h2.entry-title a:focus {
  color: #035a7c;
  text-decoration: none;
}

body.archive .entry-header .entry-meta,
body.single-service .entry-header {
  padding-bottom: 1rem;
}

body.category .entry-header .entry-title.uw-mini-bar:before {
  display: none;
}

body.category .entry-header .uw-mini-bar {
  margin-top: 0;
}

body.archive .entry-header .entry-meta .aae-seminar-date {
    font-size:1.21rem
}

body.archive .entry-header .entry-meta .aae-seminar-presented {
    font-style:italic;
}

body.archive .entry-header .entry-meta .aae-seminar-presenter {
    font-weight:600;
    font-size:1.2rem;
}

body.archive .post.cancelled {
    background:#c2c2c2;
}

body.archive .post.cancelled, 
body.archive .post.cancelled .entry-title {
    color:rgb(100, 101, 105);
}

/** END IT.WISC.EDU ARCHIVE **/

/** Seminar accordion styling  **/

.seminar-event-date {
    font-weight:600;
}

/** end seminar accordion styling **/

/** override faculty listing for contact us page  **/

/* .aae-oparea  {
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .aae-oparea .faculty-list {
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }        
} */
/** end faculty listing override **/
		
.uw-nav-menu ul {
    -webkit-justify-content: center;
    justify-content: center;
}

.single .entry-content p, .single .entry-content li, .single .entry-content dt, .single .entry-content dd {
    font-family: "Verlag";
}

.entry-content p, .entry-content li {
    font-family: "Verlag"
}

blockquote {
    font-family: "Verlag"
}


    blockquote.stylized-quote {
        font-family: "Verlag"
    }

        blockquote.stylized-quote p {
            font-family: "Verlag";
        }

.uw-event .uw-event-date {
    font-family: "Verlag";
}
.uw-pe-text_block p {
    font-family: "Verlag"
}

h1.page-title.uw-mini-bar,
h1.page-title.uw-mini-bar:before {
    margin-right: auto;
    margin-left: auto;
}

    h1.page-title.uw-mini-bar:before {
        left: 0;
        right: 0;
        height: 6px;
    }

/*  page element header style **/

.uw-outer-row .uw-inner-row > .uw-column.uw-row-header h2,
h1.page-title,
h2.uw-content-box-header {
     color:rgb(6,71,128); 
    /* color:#0854C7;     */
}



/* end page elemetn header style **/


/******
    Links color override 

    **/

    
    .white-background a:not(.uw-button), .white-background a:not(.button),
    .light-gray-background a:not(.uw-button), .light-gray-background a:not(.button),
    .medium-gray-background a:not(.uw-button), .medium-gray-background a:not(.button),
    .dark-gray-background a:not(.uw-button), .dark-gray-background a:not(.button),
    .blue-gray-background a:not(.uw-button), .blue-gray-background a:not(.button),
    .black-background a:not(.uw-button), .black-background a:not(.button) {
    
    text-decoration: none; }

/*********
    END links color override 
    *****/


/*
    Google Search override
    added 8/8/2017
    Eric Dieckman
    Stolen from wisc.edu 
*/

.uw-gcse {
  padding-left: 1rem;
  padding-right: 1rem; }
  .uw-gcse tbody {
    background-color: transparent;
    border: none; }
  .uw-gcse .gsc-search-box tbody th, .uw-gcse .gsc-search-box tbody td {
    padding: 0; }
  .uw-gcse .gsc-search-box table.gsc-search-box td.gsc-input {
    padding-right: 0;
    width: 99%; }
  .uw-gcse .gsc-search-box table.gsc-search-box td.gsc-search-button {
    width: 1%;
    vertical-align: top; }
  .uw-gcse .gsc-search-box td.gsc-clear-button {
    display: none; }
  .uw-gcse .uw-gsc-search-input {
    width: 100%; }
    .uw-gcse .uw-gsc-search-input [type='text'] {
      width: 100%;
      height: 2.6375rem;
      display: inline-block;
      color: #282728;
      border: none;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      font-size: 1.3rem;
      background-image: none !important;
      padding: .5rem 1rem; }
    .uw-gcse .uw-gsc-search-input p:last-child {
      margin-top: 0; }
  .uw-gcse .cse input.gsc-search-button, .uw-gcse input.gsc-search-button {
     /* height: 2.6375rem; */
    background-color: #c5050c;
    color: #ffffff;
    /* padding: 0.725rem 0.5rem; */
    vertical-align: 2px;
    font-size: .9rem;
    width: 1%;
    /* min-width: 75px; */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    margin-left: -1px; }
  .uw-gcse .cse .gsc-control-cse, .uw-gcse .gsc-control-cse,
  .uw-gcse .gsc-webResult.gsc-result, .uw-gcse .gsc-results .gsc-imageResult {
    background-color: transparent;
    border-color: transparent;
    padding: 0; }
  .uw-gcse .cse .gsc-webResult.gsc-result, .uw-gcse .gsc-webResult.gsc-result, .uw-gcse .gsc-imageResult-column, .uw-gcse .gsc-imageResult-classic {
    border-color: transparent;
    margin-bottom: 0; }
  .uw-gcse .gsc-webResult.gsc-result:hover, .uw-gcse .gsc-imageResult:hover {
    background-color: transparent;
    border-color: transparent; }
  .uw-gcse .gsc-resultsHeader {
    margin-bottom: 0; }
  .uw-gcse .gsc-result-info {
    margin: 0;
    padding-left: .5rem; }
  .uw-gcse .gsc-above-wrapper-area-container {
    margin-bottom: 0; }
  .uw-gcse .gsc-result-info-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .uw-gcse .gsc-control-cse .gs-spelling, .uw-gcse .gsc-control-cse .gs-result .gs-title, .uw-gcse .gsc-control-cse .gs-result .gs-title * {
    font-size: .9rem; }
  .uw-gcse .gs-result .gs-title, .uw-gcse .gs-result .gs-title * {
    font-family: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: .25rem; }
  .uw-gcse .gsc-table-cell-thumbnail, .uw-gcse .gs-promotion-image-cell {
    padding-right: .5rem; }
  .uw-gcse .gs-webResult .gs-snippet, .uw-gcse .gs-imageResult .gs-snippet, .uw-gcse .gs-fileFormatType {
    font-family: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4; }
  .uw-gcse .gsc-results .gsc-cursor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1rem auto;
    width: 100%; }
  .uw-gcse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-right: 1rem; }
  .uw-gcse .gsc-cursor-page, .uw-gcse .gsc-results .gsc-cursor-box .gsc-cursor-current-page, .uw-gcse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: transparent;
    padding: .5rem;
    margin: .5rem;
    border-radius: 2px;
    border: 1px solid #0479a8;
    background-color: #0479a8;
    color: white;
    text-decoration: none;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 1; }
  .uw-gcse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: white;
    color: #0479a8;
    border-color: #0479a8; }
  .uw-gcse .gsc-webResult.gsc-result.gsc-promotion {
    margin-bottom: 1rem; }
  @media screen and (min-width: 20em) {
    .uw-gcse .gsc-results .gsc-cursor {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 25.625em) {
    .uw-gcse .gsc-results .gsc-cursor {
      width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 34.375em) {
    .uw-gcse .gsc-results .gsc-cursor {
      width: 100%; } }
  @media screen and (min-width: 57.8125em) {
    .uw-gcse .uw-gsc-search-input {
      margin-bottom: 2rem; }
      .uw-gcse .uw-gsc-search-input.search-404 {
        width: 90%; }
    .uw-gcse .uw-gsc-search-input {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
    .uw-gcse .medium-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .uw-gcse .medium-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

/* Added GCSE classes */
/* hide top url, show bottom url */
.uw-gcse .gsc-url-top {
    display:none;
}
.uw-gcse .gsc-url-bottom {
    display:block;
}

/* use the title next to the thumbnail, not above it */
.uw-gcse .gsc-thumbnail-inside {
    display:none;
}
.uw-gcse .gsc-thumbnail-left {
    display:block;
}

/* thumbnail the size of the snippet */
.uw-gcse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    height:inherit;
}

.uw-gcse .gsc-control-cse,
.uw-gcse .gsc-control-cse .gsc-table-result,
.uw-gcse .gsc-url-bottom {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size : 13px;
}

/* leaves a margin after the search result */
.uw-gcse .gsc-table-result {
    margin-bottom:1rem;
}

/* hides the sort by */
.uw-gcse .gsc-orderby {
    display:none;
}

/* hides the ad block */
.uw-gcse .gsc-adBlock {
    display:none;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
.uw-gcse input.gsc-input {
  padding: 1px 6px !important;
  border: 1px solid #DDD;
  width: 99%;
} 

/*
    UW Directory results
    added 8/8/2017
    Eric Dieckman
    Stolen from wisc.edu 
*/

.directory-results {
  margin-top: 2rem; }
  .directory-results [type='text'] {
    font-size: 1.3rem;
    color: #282728;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
  .directory-results h2 {
    font-size: 1.175rem;
    margin-top: 0; }
  .directory-results .people_count {
    font-style: italic; }
  .directory-results .person {
    margin: 0 0 1.5rem 0; }
    .directory-results .person > div {
      line-height: 1.25; }
    .directory-results .person .person_name {
      font-weight: bold; }
      .directory-results .person .person_name .aka {
        font-weight: normal; }
    .directory-results .person > .row {
      margin-bottom: 1rem; }

.person-detail .directry-results {
  margin-top: 0; }

.person-detail #people {
  margin-top: 2rem; }

.directory-results .small-text {
    font-size: .9em;
}


/*
    People Details pages
    Eric Dieckman
*/

.faculty-list .faculty-member .interests {
    font-size: .95rem;
    line-height: 1.2;
    font-style: italic;
}

.faculty-contact h2 {
    margin-top: .5rem;
}

.faculty-contact h2 p {
    margin-bottom:1rem;
}

.faculty-headshot-contact .faculty-headshot img {
    width:55%;
}

.faculty-headshot-contact h1.page-title.uw-mini-bar,
.faculty-headshot-contact h1.page-title.uw-mini-bar:before {
    margin-left:0;
}
.faculty-headshot-contact h1.page-title {
    text-transform: capitalize;
}
.faculty-address-container {
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content:space-between;
}

.faculty-info-container {
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    
}
/*
REMOVED 4/18/2020 - Eric Dieckman - wasn't getting full 12 columns
.faculty-info-container .faculty-info {

    margin-right:30px; 
}
*/

p.faculty-address {
    margin-bottom:.5rem;
}

.faculty-extra dd {
    margin-bottom:.1rem;
}

.faculty-extra-label {
    margin-top:1rem;
}

.aae-pub.aae-pub-journal .aae-publication,
.aae-pub.aae-pub-unpubwork .aae-publication,
.aae-pub.aae-pub-bookchapter .aae-publication,
.aae-pub.aae-pub-wholebook .aae-title {
    font-style:italic;
}

.aae-course .aae-course-title {
    font-weight:bold;
    font-size:1.125rem;
}
.aae-course {
    margin-bottom:10px;
   -webkit-transition: all 2s ease-in-out;
   -moz-transition: all 2s ease-in-out;
   transition: all 2s ease-in-out;
}
.aae-course:target {
    animation: highlight 3s;
}

.aae-course ul.courses-syllabi-web {
    list-style: none;
    margin: 0; 
    padding-bottom:20px;
}
.aae-course ul.courses-syllabi-web li {
    margin:0;
    font-size:inherit;
}

@media screen and (min-width: 20em) { 
    .aae-course ul.courses-syllabi-web {    
        margin: 0; 
        margin-left:45px;
        padding-bottom:inherit;
    }
}


@keyframes highlight {
  0% {
    background: none
  }
  50% {
    background: yellow;
  }
  100% {
    background: none;
  }
}

/* contact area
    mimics uw-footer-content, but restyling for teh body
*/
.aae-body-contact p, .aae-body-contact li {
        font-size: 1.3rem;
    margin: 0 0 .5rem;
    line-height: 1.25;
    list-style: none;
}

/* Web Publications

*/

.aae-webpub h4 {
    text-transform: none;
    margin-bottom:0;
}

.aae-webpub .authors {
    margin-left:35px;
}

.aae-webpub.aae-webpub-single {
    text-align:center;
}

.aae-webpub .abstract {
    margin-top:20px;
    margin-bottom:8px;
    text-align:left;
}

.aae-webpub .series-details {
    margin-top:20px;
}

.aae-webpub .files {
    margin-top:20px;

}


/* Job Market Candidates

*/

.jmc-paper { 
    line-height: inherit;
    padding-top:.5rem;
}

.advisors {
    line-height: inherit;
    padding-top:.5rem;
}

@media print, screen and (min-width: 40em) {
    .jmc-paper { 
        line-height: 1.4;
        
    }
    
    .advisors {
        line-height: 1.4;
    }

}

/* Super general overrides */

.margin-b-0 {
	margin-bottom: 0 !important;
}

.margin-b-1 {
  margin-bottom: 1rem !important;
}

.margin-b-2 {
  margin-bottom: 2rem !important;
}

.margin-b-3 {
  margin-bottom: 3rem !important;
}

.margin-b-4 {
  margin-bottom: 4rem !important;
}

.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-1 {
  margin-top: 1rem !important;
}

.margin-t-2 {
  margin-top: 2rem !important;
}

.margin-t-3 {
  margin-top: 3rem !important;
}

.margin-t-4 {
  margin-top: 4rem !important;
}

.padding-b-0 {
  padding-bottom: 0 !important;
}

.padding-b-1 {
  padding-bottom: 1rem !important;
}

.padding-b-2 {
  padding-bottom: 2rem !important;
}

.padding-b-3 {
  padding-bottom: 3rem !important;
}

.padding-b-4 {
  padding-bottom: 4rem !important;
}

.padding-b-6 {
  padding-bottom: 6rem !important;
}

.padding-t-0 {
  padding-top: 0 !important;
}

.padding-t-1 {
  padding-top: 1rem !important;
}

.padding-t-2 {
  padding-top: 2rem !important;
}

.padding-t-3 {
  padding-top: 3rem !important;
}

.padding-t-4 {
  padding-top: 4rem !important;
}

.case-remove,
.case-remove a {
	text-transform: none;
}


/* Graduates
  added by Eric Dieckman 4/18/2020
*/

.faculty-list .faculty-member .hometown {

  font-size: .95rem;
  line-height: 1.2;
  font-style: italic;

}

.graduate-message,
.graduate-personal-statement {
  margin-top:1rem;
}

.graduate-social-flex-list {
  position: relative;
  /* margin: 1em; */
  overflow: hidden;
}
.graduate-social-flex-list ul {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
  list-style:none;
}
.graduate-social-flex-list li {
  flex-grow: 1;
  flex-basis: auto;
  margin: .25em 0;
  padding: 0 .8em;
  text-align: center;
  border-left: 1px solid #ccc;
  /* background-color: #fff; */
}

