/* Improved search box */

.gsc-input-box {
    border: 1px solid #D9D9D9 !important;
    background: #fff !important;
    height: inherit !important;
    width: 200px;
} 

/* Alerts */

.collegeAlert, .deptAlert {
    background-color: #ccc;
    padding: 10px 0;
}

aside {
    background-color: #ccc;
    border: 2px solid #000; 
    font-size: 1.1rem; 
    margin: 10px 0; 
    padding: 10px;
}

/* Homepage */

/* News and Events */
 .news-events-section {
     background-color: #C4BFC0; /* #D8D8D8 */
     padding:0 10px;
}

 @media (max-width: 1199px) and (min-width: 992px) {
     .collegeContent .grid .introContainer .intro {
         padding: 0 !important;
    }
}

 .news-title, .events-title {
     color:#000;
     padding: 5px 0;
     font-weight:bold;
}

 .news-link {
     /*
     font-size: 0.85em;
     padding: 5px 0;
     */
}

.events-link {
     padding: 5px 0;
     font-weight:normal !important;
     text-decoration:underline;
}

 .news-link a, .events-link a {
     text-decoration: underline;
     font-weight: normal;
}

 .news-link a:hover, .event-link a:hover {
     text-decoration: none;
}

.events-extra-text {
    font-size:0.75em;
    margin-left:1.5em;
}

 .morenews {
    /* margin: 5px 10px; */
     padding: 0 5px 5px 0;
     font-style:italic;
     text-align:right;
}

.morenews p {
    font-style:italic;
    text-align:right;
    margin: 5px 10px;
}

 .morenews a:link {
    text-align: right;
    font-weight: 700;
    text-decoration:underline;
}

 .morenews a:hover {
     text-decoration: none;
}

/* Image Carousels */

/* Main News, Alumni, Outreach */

.news .carousel-indicators, .alumni .carousel-indicators {
    bottom: 25%;
    left: 40%;
}

.outreach .carousel-indicators {
    bottom: 25%;
    left: 30%;
}

 @media (max-width: 1199px) and (min-width: 991px) {
     .news .carousel-indicators {
        left: 45%;
    }
}

 @media (max-width: 990px) and (min-width: 768px) {
     .news .carousel-indicators {
        bottom: 30%;
        left: 50%;
    }
    
    .alumni .carousel-indicators {
        bottom: 30%;
    }
}

.news .carousel-control.right {
    right: 25%;
}

.alumni .carousel-control.right {
    right: 15%;
}

 @media (max-width: 1199px) and (min-width: 991px) {
    .news .carousel-control.right {
        right: 10%;
    }
    
    .alumni .carousel-control.right {
        right: 0;
    }
    
}

 @media (max-width: 990px) and (min-width: 768px) {
    .news .carousel-control.right {
        right: 0;
    }
}

 @media only screen and (max-width:767px) {
    
     .carousel .carousel-indicators {
         display: none;
    }

    .news .carousel-control.right {
        right: 10%;
    }
    
}

.news .carousel-caption, .alumni .carousel-caption {
    position: relative;
    left: 5%;
}

.outreach .carousel-caption {
    position:relative;
    left: 0;
}

 @media (max-width: 990px) and (min-width: 768px) {
    .news .carousel-caption, .alumni .carousel-caption {
        left: 0;
    }
}

 @media only screen and (max-width:767px) {
    .news .carousel-caption, .alumni .carousel-caption {
        left: 0;
    }

}

/* Main Research Area */

.research-title {
    padding: 15px;
}

.research-title h1 {
    font-size: 3em;
    text-transform:uppercase;
    padding-bottom: 0;
    text-align:center;
}

.researchContainer {
    background-color: #333;
}

.researchContainer .column {
    background-color:#FFF;
    margin: 15px 0;
    display: -ms-flexbox;
    display: -webkit-flex;   
    display: flex;
}

 @media (max-width: 990px) and (min-width: 768px) {
    .researchContainer .column {
        margin-bottom:30px;
    }
}

 @media only screen and (max-width:767px) {
    .researchContainer .column {
        margin-bottom:15px;
    }

}

.researchContainer .column .researchContent {
    margin: 0 10px;
}

@media (max-width: 767px) {
    .researchContainer .column {
        display:block;
    }   
    
   .researchContainer .column .researchContent {
        margin: 0;
    } 

}

/* Thematic areas news */

.newsContainer {
    margin: 2rem 0;
}

/* Thematic Areas Styling */

.buttonsLink {
    margin: 20px 0 0 0;
    text-align:center;
}

.buttonsLink .button {
    margin: 0 1em 1em 0;
}

.newsRow h2 {
    margin-top: 2rem;
}

.newsLink {
    margin: 30px 0;
}

.wideImage {
    margin: 0 0 20px 0;
}

.areasInfo h2 {
    text-align:center;
    padding-top:0.5em;
}

@media (max-width: 767px) {
 
    .areasInfo h2 {text-align:left;} 
}

/* .linksContainer .links .columnContainer .column {
    padding: 0px 5%;
    text-align:left;
} */

.areasInfo p {
    line-height: 1.3em;
}

#contentRow .content {
    margin:15px 0;
}

/* 
#contentRow img {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border: 1px solid #333;
} 
*/

.people-photo {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: 1px solid #333;
    padding: 10px;
    background: #fff;
}



/******************************************************************************/
/* william's code */
@media print {
    
    body {
        overflow: visible;
    }
    
    .navbar {
        display: none;
    }
    
    .breadcrumb {
        display: none;
    }
    
    .footer {
        diplay: none !important;
    }
    
    .footer #accordion {
        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 Science- Department of Earth, Atmospheric, and Planetary Science";
        font-size: 24pt;
        color: #000000;
        font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    .department {
        display: none;
    }
    
    h1 {
        font-size: 24pt !important;
        font-family: Champion-HTC-Middleweight";
    }
    
    a[href^="http://"]:after, a[href^="https://"]:after {
        content: " (" attr(href) ")" !important;
        font-size: 90%;
        word-wrap: break-word;
    }
    
    a[href]:after {
        content: "";
    }
    
    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;
    }
    
    .motto {
        display: none;
    }
    
    .jubilee {
        display: none;
    }
    
    .sidenav {
        /*width: 100%;*/
        display: none;
    }
    
    /* home page */
    .collegeContent .row .introContainer {
        height: auto !important;
        margin: auto !important;
        padding: auto !important;
    }
       
    /* undergraduate, graduate page */
    .introContainer {
        height: 30px !important;
        min-height: 30px !important;
        padding: 0 !important;
        margin: 0 !important;
        background-image: none;
    }
    
    .introContainer .container {
        position: relative;
        margin-bottom: 0px !important;
    }
    
    .introContainer .intro h1 {
        margin: 0 auto !important;
        position: relative;
        width: 600px;
    }
    
    .linksContainer {
        margin-top: 0;
        padding-top: 0;
        position: relative;
    }
    
    .linksContainer .container {
        padding-top: 0;
    }
    
    .linksContianer .links {
        margin-top: 0;
    }
    
    /* people page */
    .element-item .peopleDirectoryPerson a:after {
        display: none;
        page-break-inside: avoid;
    }
    
}

