
.row { width: 1200px; }  /*slightly wider width to overall template*/


.container.top-magmast {
    background-attachment: scroll;
    background-color: #f6be00; /*background color for top mast*/
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #ff0000;
    border-bottom-width: 1px;
    margin-bottom: 0;
    max-height: 128px;
}

.container.top-magmast img.blogo { padding-top: 10px; padding-left:38px; } 

/* (max-width: 767px)  */
@media only screen and (max-width: 980px) { 
	.container.top-magmast  { max-height: 500px; }
	.container.top-magmast img.blogo { padding-top: 0; padding-left: 0; margin-left: -14px; margin-bottom: 12px; }
	}	




/* --------------------------

index Cover Story styles

-------------------------------*/

h1.coverstoryhead {
    font-family: "League Gothic",sans-serif;
	/*font-family: "Milo",serif;*/
    font-size: 100px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.95em;
    margin-bottom: 0;
    margin-left: -0.2em
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 18px;
    padding-top: 18px;
    text-transform: uppercase;
	color: #444;
	opacity: 0.9;
/*	background-color: rgba(0, 0, 0, 0.55);
	padding:12px;*/
}

a.coverstoryhead {
    color: #c00;
}

h3.coverstorysubhead {
    font-family: "Milo",serif;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: none;
    color: #fff;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 18px;
    padding-top: 0px;
	opacity: 0.9;
	margin-bottom: 0;
}


.cover-story-background { 
	background-image: url(/insidebauer/2019-spring/making-time-matter/cover-art-time-hp-banner.png);
	background-position: center;
	height: 450px; 
	margin: 0;
	
	}
.cover-story-background .cover-story-hed {
	position: absolute;
    left: 0px;
    top: 150px;
	opacity: 1.0;
	background-color: rgba(0, 0, 0, 0);
	padding:12px;
	}

@media only screen and (max-width: 767px) {
	.essays-on-leadership-hed {
		background-color: #003125;
		padding:12px;
		}
	h1.coverstoryhead {
		font-family: "League Gothic",sans-serif;
		/*font-family: "Milo",serif;*/
		font-size: 72px;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 0.95em;
		margin-bottom: 0;
		margin-left: -0.2em
		margin-right: 0;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 12px;
		padding-right: 18px;
		padding-top: 18px;
		text-transform: uppercase;
		color: #444;
		opacity: 0.9;
		}
	a.coverstoryhead {
		color: #c00;
		}
	h3.coverstorysubhead {
	  font-family: "Milo",serif;
	  font-size: 3.0rem;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 120%;
	  text-transform: none;
	  color: #b97800;
	  padding-bottom: 12px;
	  padding-left: 12px;
	  padding-right: 18px;
	  padding-top: 0px;
	  opacity: 0.9;
	  margin-bottom: 0;
		}
	}
	
.cover-story-background .cover-story-hed {
	position: absolute;
    left: 0px;
    top: 150px;
	opacity: 1.0;
	background-color: rgba(0, 0, 0, 0);
	padding:12px;
	}
	
	
/*@media only screen and (max-width: 767px) { 
	.essays-on-leadership-background .essays-on-leadership-hed { position: absolute; left: 20px; top: 300px; } 
	}	*/


/*Container for pullquote with rules top and bottom*/
div.blockquote {
	background:#ffff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin:1.5em;	
}

/*block style*/
blockquote {
	background:#fff;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-left:none;
	font-family: "League Gothic",sans-serif;
	font-size:30px;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1.1em;
	text-align:center;
	text-transform: uppercase;
	quotes:"\201C""\201D";
}

/*open quote style */
blockquote:before { 
	content:open-quote;
	display:block;
	font-size:4em;
	line-height:.1em;
	margin-right:0;
	margin-top:.35em;
	text-align:center;
	vertical-align:-.4em;
}

/*close quote style */
blockquote:after { 
	content:close-quote;
	display:block;
	font-size:4em;
	line-height:.1em;
	margin-left:0;
	margin-top:.55em;
	text-align:center;
	vertical-align:-.55em;
}

/* NoQuote Style - based on block style - example, see: /insidebauer/2018-fall/head-of-the-class/ */
.noquote {
	background:#fff;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-left:none;
	font-family: "League Gothic",sans-serif;
	font-size:30px;
	padding-bottom: 1.1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1.1em;
	text-align:center;
	text-transform: uppercase;
	/*quotes:"\201C""\201D";*/
}

/*citation if needed */
p.cite {
    font-family: "Milo",sans-serif;
	font-size:18px;
	font-style: normal;
    font-weight: normal;
    line-height: 1.3;
	margin:0
    padding-left:0;
    padding-right: 0
    padding-top: 0;
	padding-bottom: 1em;
	text-align:center;
	text-transform: uppercase;
}


/* ---------------------------------------------------------------
   CAPPED Light Milo Hed
---------------------------------------------------------------- */
h1.milolight {
    font-family: "Milo",sans-serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 18px;
}




/* ---------------------------------------------------------------
   Faculty Styles
---------------------------------------------------------------- */


.faculty {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #007167;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: white;
    display: inline-block;
    font-family: "Milo",sans-serif;
    font-size: 18px;
    font-weight: bold;
    /*letter-spacing: 0.015625em;*/
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.25em;
    text-transform: none;
}


.facultyred {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #CC0000;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: white;
    display: inline-block;
    font-family: "Milo",sans-serif;
    font-size: 18px;
    font-weight: bold;
    /*letter-spacing: 0.015625em;*/
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.25em;
    text-transform: uppercase;
}





/* ---------------------------------------------------------------
   Extra colors
---------------------------------------------------------------- */


.navy {
	color: #1d2e5b;
}

.teallight {
	color: #91a19d;
}

.tealdark {
	color: #005950;
}

.ltblue {
	color: #00aeef;
}

.pink {
	color: #ec008c;
}

.orange {
	color: #f57e20;
}

.white {
	color: #ffffff;
}


.yellow {
	color: #f6be00;
}


