/* New Audience Home Layout */

 /* Intro section */

.introContainer .shader {
    background-image: none;
}

.introContainer .intro h1 {
    display: none;
}

.introContainer .intro .divider {
    display: none;
}

/* About dept section */

.dept-background {
	background-color:#555960;
	padding: 50px 0;
}

.dept-intro {
	margin-bottom:20px;
}
	
.dept-title {
    margin-top: 0;
    font-family: 'United Sans';
	color:#cfb991 !important;
	font-weight: 600;
}

.dept-background .button {
    margin-right: 2rem;
}

.button-campusGold-inverse.button-hollow:link, .button-campusGold-inverse.button-hollow:visited {
 	color:#fff;
}

.button-campusGold-inverse.button-hollow:hover {
 	color:#000;
}

.dept-background p {
	color:white !important;
}

/* Features */

.dept-features {
	background-color:#fff;
	padding-top: 30px;
}

.dept-feature-title {
    margin-bottom: 2rem;
    font-family: 'United Sans';
	font-weight: 600;    
}

.feature-graphic {
    margin-bottom: 2rem;
}

.feature-graphic img:hover {
    -webkit-filter: opacity(.7);
    filter: opacity(.7);
}

.main-feature-image img {
    width: 100%; 
}

.main-feature-text {
    margin: 1rem 0;
}

.news-social {
    padding: 30px 0;
    background-color: #f3f3f3;
}

.contentArea {
    margin: 20px 0;
    
}

@media (max-width: 767px) {
    .dept-background, .dept-features, .news-social {
        padding: 30px 20px;
    }
    
    .dept-social {
        padding: 30px 20px !important;
    }
    
    .main-feature-image img {
        width: 100%;
        display: block;
        max-width: 100%;
        height: auto;
        padding-right: 0;
        padding-bottom: 1em;
    }
}


@media print {
  
  body {
      overflow: visible;
  }
  
  .navbar {
    display: none;
  }
  
  .breadcrumb {
    display: none;
  }
  
  .footer {
    display: none;
  }
  
  .maincontent {
    font: 12pt Georgia, "Times New Roman", Times, serif !important;
    line-height: 1.3;
    margin: 0;
    padding: 0; 
    float: none !important;
    width: 100%;
  }
  
  .logo {
      width: 100%;
  }
  
    .logo img {
       display: none;
    }
   
   .logo:after {
      content: "Purdue University - Department of Earth, Atmospheric, and Planetary Sciences";
      font-size: 24pt;
      color: #000000;
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    .department {
        display: none;
    }
  
  img {
      min-width: 200px;
    max-width: 500px;
    border: 0;
  }
  
  h1 {
    font-size: 24pt !important;
  }
  
  a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ")" !important;
    font-size: 90%;
    word-wrap: break-word;
  }
  
  a[href]:after {
    content: "";
  }
   
  li a:after {
      font-size: 90%;
      text-decoration: none;
      word-wrap: break-word;
  }
  
  p a {
      color: #000000;
      text-decoration: none !important;
  }
  
  li a {
    color: #000000;
    text-decoration: none !important;
  }
  
  .top a:after {
      display: none;
  }
  
  .bottom {
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid #bbb;
    margin-top: 30px;
    display: block;
    font-size: 10pt;
  }
  
  .btn {
      display: none;
  }
 
  /* about the department page */
  .bannerRow {
      display: none;
  }
  
  .bannerContainer {
      display: none;
  }
  
  .deptOfficeContent .container .contentRow .mainContent:after {
      content: url(../images/sections/about/about-sm.jpg);  
  }
  
  .mainContent {
    font: 12pt Georgia, "Times New Roman", Times, serif !important;
    line-height: 1.3;
    margin: 0;
    padding: 0; 
    float: none !important;
    width: 100%;
  }
}
  
