/**
 * HEADER, LOGO
 */
.header .menu-toggle{
	display: none;
}

.header .logo-full{
	display: none;
}

.header .logo{
	content: url('/sites/all/themes/gse/images/display/siteLogoMobileAlt.png');
}

/**
 * MENU
 */
nav {
	display:none;
}

.navigationTacticalContainer {
	display: none;
}

/**
 * Social Media Links and Breadcrumb
 */
.socialMediaStripCheck {
	display: none;
}

.socialMediaStrip.sticky{
	border-bottom: 0px solid black;
	display: none;
}

.socialMediaStrip {
	display: none;
}

.socialMediaStripButtonContainer { 
	display: none;
}

.socialMediaStrip.sticky .navigationAncestors li:last-child, .socialMediaStrip.sticky .navigationAncestors li.last-child {
	display: none;
}

.navigationAncestors {
	display: none;
}

/**
 * Banner, Title, Sub-headline, Intro text
 */
.pageBanner {
	display: none;
}

h1.pageHeadline {
	font-size: 1.5em;
}

h2.pageSubHeadline {
	font-size: 1.3em;
}

.introduction {
	font-size: 1.2em;
}

/**
 * Body Content
 */
.bodyCopy p, .bodyCopy ul, .bodyCopy ol {
	font-size: 0.8em;
}

.bodyCopy h1 {
	font-size: 1.4em;
}
.bodyCopy h2 {
	font-size: 1.3em;
}
.bodyCopy h3 {
	font-size: 1.2em;
}
.bodyCopy h4 {
	font-size: 1.1em;
}
.bodyCopy h5 {
	font-size: 1em;
}
.bodyCopy h6 {
	font-size: 0.9em;
}

/**
 * FACULTY
 */
.profile {
	padding-left: 3.75rem;
}

/**
 * ACCORDIONS
 */
.collapseSectionContent {
	display: block !important;
}

.bodyCopy .collapseSectionContent .collapseListItem {
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
}

.colMainContent hr {
	display: none;
}

/**
 * SPIFs
 */
.listingContainer {
	display: none;
}

/**
 * Campaign and Footer
 */
.campaign {
  display:none;
}
.siteFooter {
  display:none;
}



