﻿/* default hero image definitions */
@media all {

	.directory-profile .roles .role {
		display: none;
	}

		.directory-profile .roles .role:first-child {
			display: block;
		}


	.directory-profile .roles .role .groups {
		display: none;
	}

}


@media all {


    
    /* footer - 3 concentrations */
    footer h2 {
        font-size: 1.3em;
    }
    
    .concentrations li a {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        height: 40px;
        line-height: 40px;
        font-size: 1.2em;
        padding: 0 0 0 60px;
        margin-bottom: 20px;
    }
    
    .plasma-fusion {
        background-image: url(//ws.engr.illinois.edu/sitemanager/viewphoto.aspx?id=1162);
    }
    
    .nuclear-power {
        background-image: url(//ws.engr.illinois.edu/sitemanager/viewphoto.aspx?id=1164);
    }
    
    .radiological {
        background-image: url(//ws.engr.illinois.edu/sitemanager/viewphoto.aspx?id=1163);
    }
    
	/*talbot addition*/
	div.circle-quote {
        position: relative;
		z-index: 10;
		width: 60px;
		height: 60px;
		background: #13294b;
		border-radius: 100%;
		margin: 0 auto;
    }
	
	.navy-box div.circle-quote {
		background: #ff552e;
	}
	
		div.circle-quote p {
			font-family: 'Gotham';
			font-size: 4rem;
			line-height: 1;
			position: relative;
			top: 7px;
		}
	

    .quote-box {
        position: relative;
        border-radius: .4em;
        border: 1px solid #ffffff;
        padding: 40px 30px 35px 30px;
        margin-top: -30px;
    }
    
    .quote-box:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-top-color: #ffffff;
        border-bottom: 0;
        margin-left: -20px;
        margin-bottom: -20px;
    }
    
    .quote-box:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-bottom: 0;
        margin-left: -20px;
        margin-bottom: -18px;
    }
	
		.royal-box .quote-box:after {
			 border-top-color: #3c78d8;
		}
	
		.navy-box .quote-box:after {
			 border-top-color: #13294b;
		}
    
    
    /*blockquote in basic news stories*/
    blockquote {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 1rem;
    }
    
    blockquote p:first-child {
        margin-bottom: 0.8rem;
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.4;
    }
	
	/*nuclear-powered UIUC timeline*/
	.cd-date p {
        margin: 0 !important;
        font-size: 1.25rem !important;
    }
    .cd-timeline-img {
        background-color: #284C90 !important;
    }
}


@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 575px) {

}

