/**
 * @file
 * A CSS style sheet to be used for custom styling.
 *
 * Just be sure to make a backup of this file prior to updating to a new version of the GT Subtheme,
 * or your styles will get overridden when updating.
 * After updating you'll need to replace this file with your backup.
 *
 */

/**
 * Section for Feature Page styling
 */
#feature-menus {
	display: block;
	overflow: hidden;
	background: #eeb211;
}
#feature-menus img.gt-logo-svg{
	filter: invert(1);
	float: left;
}
#gt-logo img {
	height: 75px;
	width: 306.5265px;
}
#identity-wrapper {
	padding-top: 5px;
}
#feature-menus #feature-menus-wrapper{
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	width: 50%;
	background: #eeb211;;
}
#feature-menus #feature-utilities-wrapper{
	float: right;
	width: 50%;
	height: 100%;
	background: #eeb211;;
}
#utility-links {
	float: right;
	padding-right: 30px;
}
#feature-menus nav {
	padding: 25px 0;
	filter: grayscale(100%);
}

#featurepagecontent img.bottom {
	max-width: none;
	width: 100vw;
}
#featurepagecontent img.top {
	max-width: none;
	position: absolute;
	left: 0;
	width: 100vw;
}

#featurepagecontent img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#featurepagecontent .bannerwrapper {
	padding-bottom: 10px;
}

#featurepagecontent div.field-name-body {
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**
 * This section styles the sidebar content appropriately
 */
#sidebar-right {
	background: white;
	padding-left: 2%;
}

#sidebar-right h2 {
	border-bottom: 4px solid #eeb211;
}

#sidebar-right p>strong {
	border-bottom: 4px solid #eeb211;
}

/**
 * This section styles the splash images
 */
.banner>h2 {
	border-bottom: 4px solid #eeb211;
	margin-bottom: 4px;
}

div.teaser {
	padding-bottom: 4px;
	width: 100%;
}
.teaser>h4 {
	border-bottom: 1px solid black;
	margin-bottom: 4px;
}
.teaser>img {
	width: 100%;
	minimum-width: 100%;
}
td {
 	width: 30%;
}
.frontpage-mini-spotlight h4 {
	font-size: .9em;
}

/**
 * This section formats faculty profiles
 */
h2.facultyname {
	font-width: 100%;
}

.facultyinner {
	display:flex;
	min-width: 220px;
	margin-bottom: 10px;
}
.facultyimage{
	max-height: 320px;
	max-width: 220px;
	min-height: 150;
	margin-right: 1em;
	flex: 0 0 45%;
	
}
.facultyimage img{
	border: 4px solid #EEB211;
	padding: 2px;
}
.facultyheader {
	flex: 1 1 45%;
	min-width: 110px;
}
.facultyspecialty {
	font-weight: bold;
}
.facultydept {
	font-style: italic;
}

.pager,div.attachment-before span, div.attachment-before span>a{
	display: block;
	text-align: center;
	margin: auto;
}
.item-list>ul:not(.pager) {
	display: flex;
	flex-flow: row wrap;
}

.item-list>ul li.views-row {
	list-style-type: none;
	flex: 1 1 20vw;
}
div.attachment {
	padding-bottom: 15px;
}

/**Feature content**/
div.view-content:not(.attachment){
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-flow: row wrap;
}
div.view-content div.views-row-odd{
	flex: 1 0 300px;
	-webkit-flex: 1 0 300px;
	min-width: 300px;
	padding: 0 10px;
	padding-bottom: 20px;
}
div.view-content div.views-row-even{
	flex: 1 0 300px;
	-webkit-flex: 1 0 300px;
	min-width: 300px;
	padding: 0 10px;
	padding-bottom: 20px;
}
#projectcontainer .projectdescription {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 300px;
}

/** Projects page styling **/
#paged-projectcontainer {
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 25px;
}
#paged-projectcontainer>.project-text-wrapper {
	grid-column: 1;
	grid-row: 1;
}
#paged-projectcontainer>.projectimage {
	grid-column: 2;
	grid-row: 1;
}
#paged-projectcontainer>#lab {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row: 2;
}

.labimage {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
	max-width: 40%;
}
.lab-text-wrapper {
	display: inline-block;
	max-width: 55%;
}
.lab-text-wrapper>.people .field-label>*{
	margin: auto;
}

/** Mercury Styling **/
.mainnewspage .hg-feed-news-dateline {
	margin-left: 0;
}
.mainnewspage .hg-feed-news-title {
	font-size: 1.5em;
	margin-left: 0;
}
.frontpagenews .hg-feed-external-details {
	margin-left: 28%;
}
.frontpagenews .hg-feed-external-title {
	font-size: 1.1em;
	margin-left: 28%;
}
#block-hg-reader-3 {
	float: left;
}
#block-hg-reader-4 {
	float: right;
}
.block.row-break {
	clear: right;
}

/** Frontpage About Us styling **/
.outterContainer {
	display: flex;
	flex-flow: row wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}

.outterContainer>*{
	flex: 1;
	-webkit-flex: 1;
	width: 800px;
	height: auto;
}

/**
 * Frontpage hero image past styling
 */
tr {
	display: flex;
	flex-flow: row wrap;
}

tr>td {
	flex: 1 1 0;
	max-width: 30vw;
}

table {
	border: 0px solid black;
}

/**
 * General, for use wherever (esp. manual styling of individual elements)
 */
.gold-underline {
	border-bottom: 4px solid #eeb211 !important;
}