/* [Ignore this comment, not written by Scot/Inner File or PMEL] */
/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

/* PMEL: */
/* Layout	Size	CSS Stylesheet						Description */
/* Mobile	All		global								Apply first to all device widths. */
/* Tablet	>=740px	pacific-marine-alpha-default		Inherit Mobile, add/override from Tablet. */
/* Desktop	>=980px	pacific-marine-alpha-default-normal	Inherit Global & Tablet; add/override from Desktop. */
/* Sm phone <480	global, at bottom					Fix up homepage slideshow on tiny screens */

#block-system-main-menu .content li a {
	margin-right: 26px;		/* Distance between main nav items */
}
/** Related Stories - 4 colums **/
.view-related-stories .views-row {
	width: 21%;
}
/** Social media buttons **/
#region-header-second {
	top: 73px;
	right: 30px;
}
/** Slideshow **/
.view-pmel-themes .views-slideshow-cycle-main-frame {
  max-width: 100% !important;
}
/** Homepage ITAE text **/
#zone-preface-wrapper {
	padding: 5px 0;
}
.home-program-name {
	font-size: 36px;
}
/* What's new and In the news display */
#zone-postscript .grid-7.region {	/* Set left block new width */
  width: 530px;	
}

#zone-postscript .grid-5.region {	/* Set right block new width */
  width: 390px;
}

/** Nav links in footer, float with Search field **/
#zone-footer-wrapper {
	padding-top: 20px;
}
.region-footer-first {
	position: relative;
}
.region-footer-first ul.menu {
	width: 69%;
	position: absolute;
	top: 0;
}
input[id="edit-search-block-form--2"] {
	width: 25%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.region-footer-first .block-12 p {
	margin: 15px 0;
	clear: both;
}
/** Homepage slideshow **/
.slideshow-teaser-title a,
.slideshow-teaser-title a:visited,
.slideshow-teaser-title a:active {
	font-size: 50px;
	line-height: 50px;
}
.slideshow-teaser-summary p {
	font-size: 21px;
	margin-top: 10px;
}

