@charset "UTF-8";
/* CSS Document */

/* yuri 170820 */
.tile p {
  font-size: 3em; }
  
  /* Vanessa 170820 fixes program search cursor */

.image-shadow {
    cursor: pointer;
}
    
	.programs .item .title {
	cursor: pointer;
}

/* yuri & Joey 170822 fixes dept tab view and blockquote in mobile */
@media screen and (max-width: 980px) {  

.tab-listing li div {
    padding: 5px 7px;
    font-size: .9em;
    width:90%;
}
.tab-content {
  margin:0;
  padding: 15px 1px 0px 25px;;
  }

   .highlight .desc p {
    font-size: 17px;
    color: #494949;
    font-family: 'Bree Serif';
    font-weight: normal; }

blockquote:before {
  display: block;
  font-family: 'Times';
  font-weight: bold;
  padding-left: 10px;
  content: "\201C";
  position: absolute;
  left: -10px;
  top: -12px;
  color: #f06023;
  float: left; }

blockquote:after {
  font-family: 'Times';
  font-weight: bold;
  position: absolute;
  line-height: 2px;
  right: 10px;
  bottom: 100px;
  content: "\201D";
  color: #f06023;
  float: left;
  margin-bottom: 5px; }
}
 
/* adjusts blurb position and styling on QUOTE style in new slider overlay */
.slide-info.q p:nth-child(3) {
margin-top:-17px;
font-size:13px;letter-spacing:1px
}


/* hides swiper buttons on phone view */
@media screen and (max-width: 800px) {
  
  .slider-swiper-button-prev, .slider-swiper-button-next {
    display:none;}
  }
  
  /* homepage adding special items under news items */
  
  /* for three */
  .homeNewsBannerTwo {
    height: 255px;
    margin: 0 auto;
    width: 1900px;
}

.homeNewsBannerTwo a {margin-right: 15px;}

/*
.homeNewsBannerTwo{  
    height:255px;
    margin-left:auto;
	margin-right:auto;
	width:725px;
 
}
*/

/* for one banner */

.homeNewsBannerOne{    
    /*height:255px;*/
    margin-bottom:40px;
    margin-left:auto;
    margin-right:auto;
    width:340px;
}

@media screen and (max-width: 900px) { 
  .homeNewsBannerTwo{  
    margin-left:auto;
    margin-right:auto;
	max-width:250px;
       margin-bottom:200px;
}  
}
@media screen and (max-width: 480px) { 
  .homeNewsBannerTwo{  
       margin-bottom:100px;
}  
}

/* normalizes width of blue buttons on grad homepage events section */

.blue.btn.lg.grad-events-btn {
width: 435px;
}

/* for mobile */
@media screen and (min-width: 200px) and (max-width: 800px) {
.blue.btn.lg.grad-events-btn
    {
width: 100%;
}
}


/*temporary style for sub-menus on wp17 B pages */
div.menu-nav ul ul li a {
  font-size:.9em;
  padding:3 0 3px 10px;
}
            
div.menu-nav ul ul li {
  padding:4px 0 3px 10px;
  border:none;
  background-color:#c93f10
}

/* REMOVES UNDERLINE ON HOVER FOR ACCOMPLISHMENTS BOXES ON HOMEPAGE */
.highlight-boxes a {
    text-decoration: none;
}

/* ADDS PADDING ABOVE MORE NEWS BUTTON ON HOMEPAGE */
#new .btn-holder {
    position: absolute;
    width: 400px;
    bottom: -15px;
}


/* temp fix for sizing of buttons under news items on homepage */
            
.news .newsButtonsContainer {
  display: inline-block;
  width: 100%;
  }

.news .newsButtons img {
    max-width: 100%;
    width: auto; 
    }
    
    /* corrects margins in the WP17 department news widget */
    .deptNewsHeader {
    margin: 0 0 30px 3%;
} 
.deptNewsTile {
    margin: 0 0 3% 3%;
}


/*  Distinguished Lecturer Series, centers the banner */ 
section.photo.photo-banner img {
  width: auto;
  margin: auto;
  display: block;
  }
