@charset "UTF-8";
/*----------------------------------------------
------------------------------------------------ 

MS&E | Alumni Reunion Event 2018  

------------------------------------------------
----------------------------------------------*/


body {
  padding-top: 1px;
}

/* WordPress pieces
======================================*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/* LAYOUT
======================================*/
.overlay {
  position: absolute;
  left: -1px; 
  width: 100.1%; 
  overflow: hidden;
  top: 0;
  height: 100%;
  z-index: -2;
  background-color: rgba(76, 89,101,0.7); 
}

.lightBackground {
	background-color: #f7f9fa;
	padding: 60px 0;	
}

.whiteBackground {
	background-color: #ffffff;
	padding: 60px 0;	
}

.darkBackground {
	background-color: #5e6974;
	padding: 60px 0;	
}

	.darkBackground a {
		color: #d3d6d9;	
	}
	
	.darkBackground a:hover {
		color: #fff; 	
	}

.affix {
  top: 100px;
  width:100%;
}

img {
	max-width: 100%;
	height: auto;
}
/* Revised DS 9-10-14 */
.col-centered{
    float: none;
    margin: 0 auto;
}
/* END Revised DS 9-10-14 */

.top10 {
	margin-top: 10px;	
}

.top20 {
	margin-top: 20px;	
}

	.top20-visible-xs {
		margin-top:0;
	}

	.bottom20 {
		margin-bottom: 20px;	
	}

.top30 {
	margin-top: 30px;	
}

.top40 {
	margin-top: 40px;	
}

.top50 {
	margin-top: 50px;	
}

.green {color: #44b29d;}
.yellow {color: #e7c129;}
.blue {color: #1bbcce;}
.orange {color: #f29c1f;}
.purple {color: #923d88;}

/* TYPOGRAPHY
======================================*/
body {
	font-weight: 400;	
	line-height: 1.8;
	font-size: 16px;
	color: #4c5965;
}

a {
	font-weight: 500;
	word-wrap:break-word;
	-moz-transition: 0.2s; 
	-webkit-transition: 0.2s; 
	-o-transition: 0.2s; 
	transition: 0.2s;
	outline: none;
}

a:active {
	outline: none;
}

:focus {
  -moz-outline-style: none;
}

:-moz-any-link:focus {
  outline: none;
}

a:hover, a:focus {
	text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	text-transform: uppercase;
	text-align: center;	
}

	h3, .h3 { 
		margin-bottom: 40px;
		letter-spacing: 1px;
	}
	/* Revised DS 9-9-14 */
	h5 {
		font-size: 16px !important;
	}
	/* END Revised DS 9-9-14 */
	
	h6, .h6 {
		text-transform: uppercase;
		color: inherit;
		letter-spacing: 1px;	
	}

/* Revised DS 9-9-14 */
.lead {
	font-weight: 100;
	line-height: 1.6;	
	font-size: 21px;
}

strong {
	font-weight: 700;	
}

/* END Revised DS 9-9-14 */

/* BUTTONS
======================================*/
/* Revised DS 9-9-14 */
.btn {
	padding: 16px 28px;
	font-weight: 500;
	margin-top: 40px;	
}
/* END Revised DS 9-9-14 */

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.2s; 
	-webkit-transition: 0.2s; 
	-o-transition: 0.2s; 
	transition: 0.2s;
	background-image: none;
	background-image: none;
	background-image: none;
}

	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
		color: #ffffff;
		background-color: #df4046;
	}
	
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-group {
	margin-left: 43%;	
}

.btn-group-alumni {
	position: relative;
	display: block;
	vertical-align: middle
}

	.dropdown-menu {
		min-width: 160px;
		padding: 5px 0px;
		border: 1px solid #e8eaeb;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
		.dropdown-menu li {	
		}
		
		.dropdown-menu>li>a {
			padding: 6px 20px;
		}
		
		.dropdown-menu .divider {
			background-color: #e8eaeb;
		}
		
		.dropdown-header {
			padding: 5px 20px;
			text-transform: uppercase;
		}
	

/* MEDIA and FEED
======================================*/
.covervid-video { 
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1001;
  background: url(http://stvp.stanford.edu/wp-content/uploads/2015/01/stvp_home_background.jpg) no-repeat;
  background-size: cover;
}

.mediaWrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	/*overflow: hidden;*/
	margin-bottom: 4px;
}

.mediaWrap iframe,  
.mediaWrap object,  
.mediaWrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map_canvas {
  width: 100%;
  height: 400px;
}

/* Feed Structure */
.feed .col-md-6, .col-sm-6, .feed .col-sm-3, .newAtSTVP .col-sm-3, .eCornerFeed .col-md-6  {
	padding-left: 2px;
	padding-right: 2px;	
}

.feedPanelWrap, .feedHeadPanelWrap, .peopleHeadPanelWrap, .publicationsPanelWrap, .newAtSTVP-wrap {
	 width: 100%;
	 position: relative;
	 /*margin-bottom: 4px;*/
}

.feedPanelWrap:after, .feedHeadPanelWrap:after, .newAtSTVP-wrap:after {
    padding-top: 56.25%; /*16:9 ratio*/
    display: block;
    content: '';
}


	.peopleHeadPanelWrap:after {
		padding-top: 66.6%; /*6:4 ratio*/
		display: block;
		content: '';
	}
	
	.publicationsPanelWrap {
		
		display: block;
		content: '';
	}
	
	.publications .panel {
		height: 300px; 
		padding: 15px 15px 25px;
		margin-bottom: 4px;	
	}

.feed .panel, .feed .headerPanel, .people .headerPanel, .staff-faculty .headerPanel, .newAtSTVP .panel {
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
   	padding: 15px;
	height: 100%;
}

.feed .panel {
	border: 1px solid #1bbcce;
}

.feed .headerPanel, .people .headerPanel, .staff-faculty .headerPanel, .publications .panel, .newAtSTVP .panel {
    background-color: #c12026;
}

	.feed .headerPanel h4, .feed .headerPanel h3, .people .headerPanel h4, .staff-faculty .headerPanel h4 {
		color: #fff;
		letter-spacing: 2px;
		text-align: center !important;
	}
		
		.feed .headerPanel h4, .feed .headerPanel h3 {
			padding-top: 17%;	
		}
		
		.people .headerPanel h4, .staff-faculty .headerPanel h4 {
			padding-top: 23%;
		}

.panel {
	-webkit-box-shadow: none; 
	box-shadow: none;	
}

/* Feed Typography */
.feed h1, .feed h2, .feed h3, .feed h4, .feed h5, .feed h6 {
	text-align: left !important;	
}
	.feed .news h4, .feed .press h4, .feed .article h4, .feed .event h4 {text-transform: none; color: #61788f; font-weight: 500; margin-top: 20px; line-height: 1.3; margin-bottom: 5px;}
	.feed .news h4:hover, .feed .press h4:hover, .feed .article h4:hover, .feed .event h4:hover, .feed h5:hover {color: #879aad;}
	
	.feed h5 {
		color: #61788f;
		text-transform: none;
		font-style: italic;
		margin-top: 0;
	}
	
	.feed h6 {
		margin-top: 0;
		padding: 5px 15px;
		margin-left: -15px;
		width: 60%;
		color: #fff;
	}
	
	.feed .news h6 {background-color: #1bbcce;}
	.feed .press h6 {background-color: #f4d03e;}
	.feed .article h6 {background-color: #f29c1f;}
	.feed .event h6 {background-color: #923d88;}
	.feed .video h6 {background-color: #c12026; margin-left: 0; width: 100%; margin-top: 15px; }
	
	.feed .news .panel {border: 1px solid #1bbcce;}
	.feed .press .panel {border: 1px solid #f4d03e;}
	.feed .article .panel {border: 1px solid #f29c1f;}
	.feed .event .panel {border: 1px solid #923d88;}

	.feed i {
		padding-right: 2px;	
	}
	
	.feedVideoIcon {
		display: block;
		position: absolute;
		z-index: 100;	
	}
	
/* Twitter Feed */
.timeline .stream ol {
  color: inherit !important;
  font-family: inherit !important;
  
}

.env-narrow .header .profile .p-name, .env-narrow .timeline-header .byline, .env-narrow .timeline-header .list-description, .env-narrow .e-entry-title, .env-narrow .cards-base h3{
	font-size: 14px !important;
  line-height: 1.4 !important;	
}
	
/* eCorner Feed Typography */
.eCornerFeed h4 {
	text-align: left;
	color: inherit;
	text-transform: none;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 16px;	
}

.eCornerFeed p {
	margin-top: 16px;	
}

.eCornerFeed .btn {
	margin-top: 32px;	
	margin-bottom: 24px;
}

.eCornerFeed h5 {
	font-weight: 500;
	margin-top: 16px;
	color: inherit;
	margin-bottom: 4px;
}

	.eCornerFeed h6 {
		text-transform: none;
		letter-spacing: inherit;
		margin-bottom: 24px;
	}



/* LOGO, HEADER and NAVIGATION
======================================*/
.navbar-default .navbar-nav>li, .navbar-default .dropdown-menu>li>a {
	font-size: 13px;
	font-weight: 300;
	color: #4c5965;
	}

.navbar-default .navbar-nav>li>a {
  color: #4c5965;
}

.navbar, .navbar-fixed-top, .navbar-default {
	border: none !important;	
}
	
.navbar-brand a {
	background-color: #c12026;	
}

.navbar-brand, .navbar-nav>li>a {
	text-shadow: none;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 400px;
}

.home .navbar-default {
	background-color: transparent;
	background-image: none;
	background-repeat: none;
	filter: none;
	filter: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;	
}	

	.home .navbar-default .navbar-nav>li>a {
		color: #fff;	
	}


	.home .navbar-default .navbar-nav>li>a:hover, .home .navbar-default .navbar-nav>li>a:focus {
			color: #c12026;	
		}
.headerLogo {
	position: relative;
	float: left;
	background: #c12026;
	width: 125px;
	height: 60px;
}

.headerLogoHome {
	position: relative;
	float: left;
	width: 125px;
	height: 60px;
}

	.headerLogo .brand {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 87px;
		height: 25px;
		background: url(file:///Macintosh%20HD/Users/schin2/Library/Application%20Support/Adobe/Dreamweaver%20CS6/en_US/Configuration/Temp/images/logos/stvp_main.png) no-repeat 0 0;
	}
	
	.headerLogoHome .brand {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 87px;
		height: 25px;
		background: url(file:///Macintosh%20HD/Users/schin2/Library/Application%20Support/Adobe/Dreamweaver%20CS6/en_US/Configuration/Temp/images/logos/stvp_main.png) no-repeat 0 0;
	}
	
.navbar-second {
	min-height: 40px;
	background-color: #f7f9fa;
	border-bottom: 1px solid #d3d6d9;
	z-index:9999;
}	

	.navbar-second li a {
		font-size: 13px;	
	}
	
	#nav2.affix {
		position: fixed;
		top: 0;
		width: 100%;
		padding-right: 10%;
	}
	
.go-to-top {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #c12026;
}	

	.go-to-top i {
		color: #fff;
		position: absolute;
		padding-top: 15px;
		padding-left: 20px;
		font-size:	32px;
	}
	

/* BODY
======================================*/
/* Home */
.homeWrap {
	margin-top: 13%;
	/*background-color: rgba(255,255,255, 0.4);
	padding: 30px;	*/
}

.homeWrap h1, .homeWrap h3, .homeWrap h4 {
	color: #fff;
	/*text-shadow: 0 0 2px #61788f;*/
}
	
	.homeWrap h1 {
		font-size: 45px;
		font-weight: 500;
		text-transform: none;
		margin-bottom: 15px;
		margin-top:17%;	
	}
	
	.homeWrap h3, .homeWrap h4 {
		text-transform: none;
		font-style: italic;
		letter-spacing: normal;
		font-weight: 500;
		margin-top: 0;	
	}
	
	.homeWrap .btn-default {
		border: 1px solid #fff;
		background-color: transparent;
		color:#fff;
		/*text-shadow: 0 0 2px #61788f;*/
	}
	
		.homeWrap .btn-default:hover {
			background-color: transparent;	
		}

.homeHighlight {
	text-align: left;
	/*line-height: 1.5;*/
}

	.homeHighlight .clear {
		height: 315px;
	}

	.homeHighlight .col-md-3, .homeHighlight .col-sm-6 {
		padding-left: 15px;
		padding-right: 15px;	
	}

	.homeHighlight h4, .homeHighlight h3 {
		text-transform: none;
		letter-spacing: normal;
		font-weight: 500;
		line-height: 1.4;
		text-align: left;
	}
	
	.homeHighlight h3 {
		margin-top: 12px;
		margin-bottom: 12px;	
		letter-spacing: -.01em;
	}

	.homeHighlight h6 {
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #c12026;
	}
	
	.homeHighlight .btn {
		margin-top: 24px;
		margin-bottom: 40px;	
	}
	
		/* Blue Highlight */
		.homeHighlight .blueHighlight h4, .homeHighlight .blueHighlight h6, .homeHighlight .blueHighlight a {color: #1bbcce;}
		.homeHighlight .blueHighlight a:hover, .homeHighlight .blueHighlight a:focus {color: #53cdda;}
		.homeHighlight .blueHighlight .btn-default {background-color: #1bbcce;}
		.homeHighlight .blueHighlight .btn-default:hover {background-color: #53cdda;}
		/* Green Highlight */
		.homeHighlight .greenHighlight h4, .homeHighlight .greenHighlight h6, .homeHighlight .greenHighlight a {color: #44b29d;}
		.homeHighlight .greenHighlight a:hover, .homeHighlight .greenHighlight a:focus {color: #72c5b6;}
		.homeHighlight .greenHighlight .btn-default {background-color: #44b29d;}
		.homeHighlight .greenHighlight .btn-default:hover {background-color: #72c5b6;}
		/* Orange Highlight */
		.homeHighlight .orangeHighlight h4, .homeHighlight .orangeHighlight h6, .homeHighlight .orangeHighlight a {color: #f29c1f;}
		.homeHighlight .orangeHighlight a:hover, .homeHighlight .orangeHighlight a:focus {color: #f5b557;}
		.homeHighlight .orangeHighlight .btn-default {background-color: #f29c1f;}
		.homeHighlight .orangeHighlight .btn-default:hover {background-color: #f5b557;}
		/* Yellow Highlight */
		.homeHighlight .yellowHighlight h4, .homeHighlight .yellowHighlight h6, .homeHighlight .yellowHighlight a {color: #e7c129;}
		.homeHighlight .yellowHighlight a:hover, .homeHighlight .yellowHighlight a:focus {color: #f8dc6e;}
		.homeHighlight .yellowHighlight .btn-default {background-color: #f4d03e;}
		.homeHighlight .yellowHighlight .btn-default:hover {background-color: #f8dc6e;}
		/* Purple Highlight */
		.homeHighlight .purpleHighlight h4, .homeHighlight .purpleHighlight h6, .homeHighlight .purpleHighlight a {color: #923d88;}
		.homeHighlight .purpleHighlight a:hover, .homeHighlight .purpleHighlight a:focus {color: #ad6ea6;}
		.homeHighlight .purpleHighlight .btn-default {background-color: #923d88;}
		.homeHighlight .purpleHighlight .btn-default:hover {background-color: #ad6ea6;}

/* Jumbotron */
.hero-image {
	position: relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 500px;
}

	.about-hero {
		background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/about_head_3.jpg);
		background-position:top;
	}
	
	.courses-hero {
		background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/courses_head_2.jpg);
		background-position:top;
	}
	
	.research-hero {
		background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/research_head_2.jpg);
	}
	
	.studentPrograms-hero {
		background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/student-programs_head_2.jpg);
		background-position:top;
		
	}
		
		.hero-mfp {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2017/04/mfp_2017-1.jpg);
			background-position:top;
		}
		
		.dfj-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2017/02/dfj_2017_header.jpg);
			background-position:top;
		}
		
		.ais-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2017/07/ais_2017-18.jpg);
			background-position:top;
		}
		
		.sparks-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/sparks_head_2.jpg);
			background-position:top;	
		}
		
		.ll-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/leadership-lunches_head_2.jpg);
			background-position:top;
		}
		
		.ia-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2017/04/ia2017_header.jpg);
			background-position:top;
		}
		
		.mc-hero {
			background-image: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/09/mc_header.jpg);
			background-position:top;			
		}
	
	.partner-hero {
		background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/partnerships_head_2.jpg);
		background-position:top;
	}
	
		.ffp-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/ffp_head_2.jpg);	
			background-position:top;
		}
	
		.global-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/global_partners_head-2.jpg);
			background-position:top;
		}
		
		.doc-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/10/doc_header.jpg);
			background-position:top;			
		}
		
	.icorps-hero {
			background-image: url(http://stvp.stanford.edu/wp-content/uploads/2015/06/i-corps_head.jpg);
			background-position:top;
		}
		
		.hero-content {
			position: absolute;
			right: 0;
			left: 0;
			margin-right: auto;
			margin-left: auto;
			text-align: center;
			color: #fff;
			top: 45%;
			
		}
		
		.hero-content h2 {
			color: #ffffff;
			font-weight: 500;
			letter-spacing: .15em;
		}
		
		.hero-content h3 {
			color: #ffffff;
			text-align: center;	
		}
		
		.hero-content p {
			font-size: 18px;	
			font-weight: 100;
		}
		
		.hero-content-under {
			height: 3px; 
			width: 8%; 
			background: #ffffff;
			margin: 0 auto;
			margin-bottom: 25px;
		}


.jumbotron, .jumbotronHome {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 400px;	
		margin-bottom: 0;
		margin-top: 60px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

	.jumbotronHome {
		height: 500px;
			
	}

	.jumbotron-home {
		background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/08/stvp_home_header.jpg) no-repeat center -75px fixed;
		
	}
	
	.jumbotron-about {
		background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/09/about_header.jpg) no-repeat center -50px fixed;
	}
	
	
	
	.jumbotron-research {
		background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/09/research_header.jpg) no-repeat center 20px fixed;
	}
	
	.jumbotron-studentPrograms {
		background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/09/student_programs_header.jpg) no-repeat center -75px fixed;
	}
	
		.jumbotron-mfp {
			background: url(http://stvp.stanford.edu/wp-content/uploads/2016/03/mfp_header_2016.jpg) no-repeat center 20px fixed;
		}
		
		.jumbotron-dfj {
			background: url(http://stvp.stanford.edu/wp-content/uploads/2014/12/dfj_group.jpg) no-repeat center 0px fixed;
		}
		
		.jumbotron-ais {
			background: url(http://stvp.stanford.edu/wp-content/uploads/2016/06/ais_2016_group.jpg) no-repeat center 20px fixed;
		}
		
		.jumbotron-sparks {
			background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/09/sparks_header.jpg) no-repeat center -50px fixed;	
		}
		
		.jumbotron-ll {
			background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/09/leadershiplunches_header.jpg) no-repeat center -50px fixed;
		}
		
		.jumbotron-mc {
			background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/09/mc_header.jpg) no-repeat center 20px fixed;			
		}
	
	.jumbotron-partnerships {
		background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/09/partnerships_header.jpg) no-repeat center 20px fixed;
	}
	
		.jumbotron-ffp {
			background: url(http://stvp.stanford.edu/wp-content/uploads/2015/05/ffp_head_2.jpg) no-repeat center 0 fixed;	
		}
	
		.jumbotron-globalPartners {
			background: url(http://web.stanford.edu/group/stvp/cgi-bin/stvp-site/wp-content/uploads/2014/08/global_partners_header.jpg) no-repeat center 20px fixed;
		}


	.jumbotron .container {
		padding-top: 10%;	
	}

	.jumbotronHome .container {
		padding-top: 15%;	
	}

	.jumbotron h2  {
		/*color: #61788f;*/
		color: #fff;
		margin-top: 0;
		text-align: center;
		font-weight:500;
		letter-spacing: 5px;	
	}
	
	.jumbotronHome h1 {
		color: #fff;
		margin-top: 0;
		text-align: center;
		font-weight:500;
		letter-spacing: 5px;	
		padding: 0 10%;
	}
	
	.jumbotron img {
		width: 100%;
		height: auto;
		z-index: -1000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;	
	}
	
	.jumbotronHome img {
		width: 100%;
		height: auto;
		z-index: -1000;
		position: absolute;
		top: -125px;
		left: 0;
		right: 0;	
	}
	
/* New at STVP */
.newAtSTVP h4 {
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4;
	color: #fff;
	margin-top: 0;
	text-align: left;
}

.newAtSTVP h4:hover {
	color: #fcdddf;
}


/* People Grid */
.people .col-md-3, .staff-faculty .col-md-3, .staff-faculty .col-sm-6 {
	padding-left: 2px;
	padding-right: 2px;	
}

.personThumb {
    position:relative;
    overflow:hidden;
	margin-bottom: 4px;
	cursor: pointer;
}
.noCursor {
	cursor: default !important;
}

.cohort_info {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-left: 2px;
		background-color: #4c5965;
	}
	
	
	.cohort_info a:hover {
		color: #fff;	
	}
	
	.cohort_info .btn-default {
		border: 1px solid #fff;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 8px 14px;
		font-weight: 500;	
		color: #fff;
	}
	 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(193, 32, 38, 0.75);
    width:100%;
    height:100%;
    padding:15px;
    display: none;
    text-align:left;
    color:#fff !important;
    z-index:2;
	font-size: 14px;
	font-weight: 100;
}

	.caption h4 {
		margin-top: 60px;
		color: #fff;
		text-align: left;
		margin-bottom: 5px;	
	}
	
	.caption a {
		color: #fff;	
	}
	
	.staff-faculty .caption h4 {
		margin-top: 20px;
		color: #fff;
		text-align: left;
		margin-bottom: 5px;		
	}
	
	.staff-faculty .caption h5 {
		color: #fff;
		margin: 0;	
	}
	
	.staff-faculty p {
		font-size: 13px;
		margin-bottom: 3px;
		padding-bottom: 0;	
	}
	
	.staff-faculty .btn, .publications .btn {
		padding: 8px 14px;
		font-weight: 500;
	}
	
		.staff-faculty .btn {
			margin-top: 15px;	
		}
		
		.publications .btn {
			margin-top: 10px;	
		}

	.staff-faculty .btn-default, .publications .btn-default {
		border: 1px solid #fff;
		background-color: rgba(198, 32, 38, 0.7);
	}

	.staff-faculty .btn-default:hover, .staff-faculty .btn-default:focus, .staff-faculty .btn-default:active, .staff-faculty .btn-default.active,
	.publications .btn-default:hover, .publications .btn-default:focus, .publications .btn-default:active, .publications .btn-default.active {
		color: #ffffff;
		background-color: #df4046;
	}
	
.glance .col-md-4, .program .panel .col-md-4, .stats .col-md-4, .program .col-md-4, .activity .col-md-4 {
	padding-left: 2px;
	padding-right: 2px;	
}

	.glance .panel {
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 1px solid #879aad;
		border-radius: 0;
		padding: 15px 30px 30px;
		height: 240px	
	}
	
	.glance .panel h4 {
		font-weight: 500;
		margin-bottom: 15px;
		text-transform: none;
		color: inherit;	
	}
	
/* Student Programs */
.program .panel, .activity .panel, .stats .panel {
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 1px solid #879aad;
		border-radius: 0;
		padding: 15px 30px 30px;
		height: auto;
	}
		.program h4, .activity h4 {
			text-transform: none;
			font-weight: 500;	
			line-height: 1.4;
		}
		
		/* Blue Program */
		.program .blueProgram h4 {color: #1bbcce;}
		.program .blueProgram .btn-default {background-color: #1bbcce;}
		.program .blueProgram .btn-default:hover {background-color: #53cdda;}
		/* Green Program */
		.program .greenProgram h4 {color: #44b29d;}
		.program .greenProgram .btn-default {background-color: #44b29d;}
		.program .greenProgram .btn-default:hover {background-color: #72c5b6;}
		/* Orange Program */
		.program .orangeProgram h4 {color: #f29c1f;}
		.program .orangeProgram .btn-default {background-color: #f29c1f;}
		.program .orangeProgram .btn-default:hover {background-color: #f5b557;}
		/* Yellow Program */
		.program .yellowProgram h4 {color: #e7c129;}
		.program .yellowProgram .btn-default {background-color: #f4d03e;}
		.program .yellowProgram .btn-default:hover {background-color: #f8dc6e;}
		/* Purple Program */
		.program .purpleProgram h4 {color: #923d88;}
		.program .purpleProgram .btn-default {background-color: #923d88;}
		.program .purpleProgram .btn-default:hover {background-color: #ad6ea6;}
	

.programHeading {
	display: block;
	height: 80px;	
}

	.activityHeading {
		display: block;
		height: 60px;	
	}
	
	.programHeading-long {
		display: block;
		height: 100px;	
	}
	
.programContent {
		display: block;
		position: relative;
		height: 400px;
		margin-bottom: 20px;	
	}
	
	.programContent-short {
		display: block;
		position: relative;
		height: 280px;
		margin-bottom: 20px;	
	}
	
	.programContent-long {
		display: block;
		position: relative;
		height: 440px;
		margin-bottom: 20px;	
	}
	
.stats .panel {
	text-align: center;
	line-height: 1.5;
	padding-left: 50px;
	padding-right: 50px;
}

	.stats .panel h2 {
		font-weight: 500;	
	}
	
/* Application */
.application .alert, .alert {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	font-weight: 500;
	margin-top: 40px; 
	background-color: #f8b2b6;
	color: #c12026;
}

.alert {
	margin-top: 40px;
	margin-bottom: 40px;	
	text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* Alumni */
.alumni p {
	text-align: center;	
}

	.alumni ul { 
		list-style: none;
		text-align: center;
		padding-left: 0;
	}


/* Sponsors */
.sponsors {
	text-align: center;	
}

	.sponsors p.lead {
		font-style: italic;	
	}

.sponsors img {
	margin-bottom: 30px;	
}

	.sponsors img  {
		opacity: 0.8;
		filter: alpha(opacity=80);	
	}
	
	.sponsors img:hover {
		opacity: 1.0;
		filter: alpha(opacity=100); 
	}

/* Contact */	
.contact h3, .contact p, .contact h4 {
	color: #fff;
	text-align: left;
}

	.contact h4 {
		font-weight: 500;
		letter-spacing: 2px;	
	}
	
	.contact {
		color: #fff;	
	}


/* Adjunct */
.adjunct h3, .section-sub h3 {
	margin-bottom: 0;	
}

.adjunct h4, .section-sub h4 {
	text-transform: none;
	line-height: 25px;	
	margin-bottom: 40px;
}

.adjunct a {
	font-weight: 100;	
}

/* Any sections with list of names */
.nameList {
	text-align: center;
	font-size: 14px;	
}

.nameList .col-md-3 {
	display: block;
	margin-bottom: 30px;
	min-height: 80px;
}

.nameList h5 {
		font-weight: 500;
		margin-bottom: 5px;
		margin-top: 15px;	
		color: inherit;
	}
	

.alumniList h4 {
	text-align: left;
	text-transform: none;
	margin-bottom: 5px;	
}

	.title {
		margin-top: 0;
		margin-bottom: 15px;
		font-style: italic;	
	}

	.dissertation {
		font-size: 14px;
		margin-top: 0;
	}
	
	.alumniList .col-md-4 {
		margin-top: 40px;
	}
	
	.alumniList h3 {
		margin-bottom: 20px;	
	}
	
	

/* Acknowledgements */
.acknowledgements .logo-link {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0;	
}

	.ack-logos {
		margin-top: 10px;	
	}

	
.partners .row {
	margin-bottom: 60px;
}
	/* Revised DS 9-10-14 */
	.partners h4, .partners .h4, .activities h3, .activities .h3, .info h4 {
		text-align: left;
		text-transform: none;	
		font-weight: 500;
		
	}
	
	.partners h4, .partners .h4, .info h4 {
		margin-bottom: 15px;
		line-height: 1.6;
	}
	
	.info .col-md-6 {
		margin-bottom: 40px;
	}
	
	.partners img {
		margin: 0 auto;
		padding-top: 15px;	
	}
	
	.pastPartners p {
		text-align: center;
		font-size: 14px;
		line-height: 1.5;
		font-style: italic;	
	}
	
		.pastPartners img {
			margin: 0 auto;
			margin-bottom: 20px;
		}
		
.activities h3, .activities .h3 {
	margin-bottom: 0;
	letter-spacing: inherit;
	margin-top: 0;
	line-height: 1.45;
}

.activities h4 {
	text-align: left;
	text-transform: none;
	font-weight: 500;	
	line-height: 1.45;
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 20px;
	color: inherit;
}
	
	.activities h5 {
		color: inherit;
		font-weight: 500;
	}
	
	.activitiesInfo {
		margin-top: 30px;
	}

/* Publications */	
.publications h4 {
	text-align: left;
	color: #fff;
	text-transform: none;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 5px;	
}

	.authors {
		color: #fff;
		font-style: italic;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.journal a {
		font-weight: 100;
		color: #fff;
		margin-top: 0;
		margin-bottom: 10px; 	
	}
	

/* Courses */


.checkbox-inline {
  vertical-align: inherit;
  padding-left: 40px;
  font-weight: 100;
}

input[type="checkbox"] {
  margin: 7px 0 0;
}

.courses-filter .btn-primary {
	border: 1px solid #818a93;
	background: none;
	color: #c02327;
	font-size: 16px;
}

	.courses-filter .btn-primary:hover {
		background-color: #df4046;
		color: #ffffff;
		border: 1px solid #df4046;	
	}

	.course-filter .btn:active, .btn.active {
	  background-color: #c02327;
	  color: #ffffff;
	  border: 1px solid #c02327;
	  background-image: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	
	.courses-filter .btn {
		margin-top: 20px;	
	}

.course-details {
	display: block; 
	clear: both; 
	position: relative;
	}
	
	.course-details .row {
		padding-top: 20px;
	}
	
.courses-list {
	font-size: 14px;	
}

.courses-list ul {
	list-style:none;
	padding-left: 0;	
}

	.courses-list ul li {
		border-bottom: 1px solid #a5acb2;	
		margin-bottom: 15px;
  		padding-bottom: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.courses-list .col-sm-1, .courses-list .col-sm-2, .courses-list .col-sm-3, .courses-list .col-sm-4, .courses-list .col-sm-5, .courses-list .col-sm-6{ 
		padding-right: 0;
		
	}
	
	.courses-list h4 {
		text-transform: none;
		text-align: left;
		color: #4c5965;
		font-weight: 500;	
	}
	
.courses-button .btn-group {
  margin-left: 0;
  
}

.courses-button .btn {
	margin-top:10px;
}
	
.courses-head {
	display: block;
	background-color: #818a93;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0;
	margin-left: 0;
	margin-right: 0;
}
	

.courses-table thead {
	background-color: #818a93;
	color: #fff;
	border: none;
	font-size: 14px;
}
	
	.courses-table th {			
		font-weight: 500 !important;		
	}	
	
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none !important;
}

.courses_toc ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

	.courses_toc a {
		font-weight: 100;	
	}
	
.courses h5, .blogLatest h5 {
	text-align: left;
}

.courses h3, .blogLatest h3 {
	text-align: left;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: normal;
	text-transform: none;	
}

	.blogLatest h3 {
		line-height: 1.3;	
	}
	
	.blogLatest .top20 {
		margin-top: 0;	
	}

.courses ul, .blogLatest ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

	.courses ul li, .blogLatest ul li {
		margin-bottom: 40px;	
	}
	
	.blogLatest img {
		margin-top: 7px;	
	}
	
	.courses .panel {
		background-color: #f7f9fa;
		padding: 15px 15px 10px 15px;	
	}
	
.email-field {
	width: 50%;	
}

.terms h2, .publications h2, .forms h2 {
	margin-top: 60px;
	margin-bottom: 20px;	
	letter-spacing: 4px;
}

	.terms h3, .publications h3, .forms h4 {
		text-transform: none;
		letter-spacing: normal;
		text-align: left;
		font-weight: 500;
	}
	
	.forms h4 {
		margin-top: 30px;	
	}
		
	.forms ul {
		list-style: none;
		margin-left: 0;
		padding-left: 0;	
	}
	
		.forms li {
			margin-bottom: 30px;	
		}
	
	.forms label {
		margin-left: 15px;	
	}
	
	.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
  font-size: 16px !important;
}
		
		.terms h3 {
			margin-top: 40px;
			margin-bottom: 20px;
			line-height: 1.5;
		}
		
		.publications h3 {
			margin-top: 0;
			margin-bottom: 10px;
			line-height: 1.4;
		}
.publications h5 {
	margin-top: 60px;
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: normal;
		text-align: left;
		font-weight: 500;	
		line-height: 1.5;
}
	
/* Designing Organizational Change Project */
#columns {
	-webkit-column-count: 4;
	-webkit-column-gap: 15px;
	-webkit-column-fill: auto;
	-moz-column-count: 4;
	-moz-column-gap: 15px;
	column-count: 4;
	column-gap: 15px;
	column-fill: auto;
}

.thumbnailPress {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #a5acb2;
	margin: 0 2px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 0;
	width: 100%;
	padding-bottom: 5px;
	opacity: 1;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.thumbnailPress>img, .thumbnailPress a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbInfo {
    padding: 15px;
}

	.thumbInfo h6 {
		margin: 5px 0;
		color: #818a93;	
	}

	.thumbInfo h4 {
		text-transform: none;
		text-align: left;
		line-height: 1.3;
		margin-top: 0;
		margin-bottom: 5px;	
	}
	
	.thumbInfo h4 a {
		font-weight: 600;	
	}
	
	.thumbInfo p {
		margin: 5px 0 0 0;
		font-size: 14px;
		line-height: 1.3;	
	}
	
.tenThings h4 {
	text-align: right;
	font-weight: 600;
	margin-top: 1px;
	text-transform: none;
	font-size: 30px;
		
}

.prev-container {
	height: 180px;
	font-size: 14px;
	line-height: 1.6;	
}

	.prev-container h4 {
		font-size: 18px;
		font-weight: 600;	
	}
	
/* Google Maps */
.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
	
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	


/* FOOTER
======================================*/
.footer {
	background-color: #8c1515;
	padding: 0;	
}

	.footer .nav li a {
		color: #d3d6d9;
		font-size: 13px;
	}
	
	.footer .nav>li>a:hover, .footer.nav>li>a:focus {
		text-decoration: none;
		background-color: transparent;
		color: #fff;
	}
	
.footer .border {
	border-bottom: 1px solid	#d3d6d9;
}

.footerLogos {
	text-align: center;	
}

.footerLogos img a {
	padding: 20px;
	display: inline-block;
	border:0;
}

.footerLogos img {
	margin: 40px 20px 0;	
}

.footer .nav a i {
	font-size: 20px;	
}

.footer .nav a i.ecorner  {
	font-size: 15x;	
}

.footerEnergy {
	right: 0;
	bottom: 0;
	float: right;
}


/* BLOG
======================================*/
.jumbotronBlog {
	padding: 125px 0 50px 0;
	background-color: transparent;
	height: auto;
	min-height: 400px;
	background-color: #4c5965;
	text-align: center;
	text-transform: none;
}

	.jumbotronBlog a {
		color: #d3d6d9;
		font-weight: 100;	
	}
	
	.jumbotronBlog a:hover {
		color: #fff;	
	}

	.jumbotronBlog h1 {
		color: #fff;
		font-size: 50px;	
		text-transform: none;
		font-weight: 500;
	}
	
	.jumbotronBlog h5 {
		color: #d3d6d9;
		text-transform: none;
		font-weight: 100;
		margin-top: 20px;
	}

.blog {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 1.8;	
}

	.blog .mediaWrap {
		margin-bottom: 15px;	
	}

	.blog p, .blog ol, .blog ul {
		padding-bottom: 20px;
		color: #444445;	
		font-weight: 400;
		font-size: 18px;
		line-height: 1.7;
	}
	
	.blog p a {
		font-weight: 600;	
	}
	
	
	.blog h3, .blog h4 {
		text-align: left;
		font-weight: 600;
		color: #c02327;
		margin: 24px 0 12px 0;
		text-transform: none;
		letter-spacing: normal;	
		line-height: 1.6;
	}
	
	.blog .blogImageCaption {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.blog img {
		margin-bottom: 0;
	}
	
	.blog .img-caption {
		font-style: italic;
		color: #bcc1c5;
		text-align: center;	
	}
	
	.blog .lead {
		color: #c02327;	
		padding-bottom: 0;
	}
	
	figcaption {
		font-style: italic;
		color: #adadad;
		text-align: left;
		font-size: 13px;	
		width: 100%;
		margin: 0 0 24px 0;
	}
	
	figure {
		display: inline-block;
		float: left;
		margin: 10px 24px 10px 0;
	}
	
	blockquote {
		border-left: 3px solid #c02327;	
		color: #c02327;
	}
	
	.blog .share-bar {
		margin: 20px 0;	
		padding: 0;
	}
	
		.blog .share-bar ul {
			text-align: center;
			list-style: none;
			padding-left: 0;
		}
		
			.blog .share-bar ul li {
				display: inline-block;
				padding: 0 15px;	
				font-size: 21px;
			}
			
	/* Author Bio */
	.blog .article-end {
		margin-top: 20px !important;
	}
	
		.blog .article-end hr {
			border-top: 1px solid #e2e2e2 !important;
			margin-top: 0 !important;	
		}
	
		.blog .article-end p {
			font-size: 16px !important;	
			color: #8e9092 !important;
		}
		
		.blog .article-end h4 {
			margin-top: 0 !important;
			margin-bottom: 5px !important;	
			font-weight: 800 !important;
			color: #444445;
		}
	
	/*.blog .share {
		border-top: 1px solid #d3d6d9;
		padding: 20px 0;
		margin-top: 20px;
		display: block;
		float: left;
		position: relative;
		width: 100%;
	}
	
		.blog .share h4 {
			text-align: left;
			color: #c12026;
			margin-top: 0;
		}
		
		.blog .share ul {
			list-style: none;
			text-align: center;
			margin-top: 0;
		}
		
		.blog .share ul li {
			display: inline-block;
			padding: 0 0 0 25px;
			font-size: 20px	
		}*/
		
		.blog-form .btn {
			padding: 7px 21px;
			margin-top: 0;	
		}
		
		.blog-form .navbar-form {
			padding-left: 0;
			padding-right: 0;	
		}
		
		.blog .article-footer {
			display: block;
			margin-bottom: 24px;	
		}
		
		.blog .article-footer p {
			font-style: italic;
			color: #939292 !important;
		}
		
			.blog .article-footer figure {
				display: inline-block;
				float: left;	
			}
		
		.blog hr {
			border-top: 1px solid #939292;	
		}
		
		
	/* Column clear fix */
  .list .col-sm-1:nth-child(12n+1),
  .list .col-sm-2:nth-child(6n+1),
  .list .col-sm-3:nth-child(4n+1),
  .list .col-sm-4:nth-child(3n+1),
  .list .col-sm-6:nth-child(2n+1),
  .list .col-xs-1:nth-child(12n+1),
  .list .col-xs-2:nth-child(6n+1),
  .list .col-xs-3:nth-child(4n+1),
  .list .col-xs-4:nth-child(3n+1),
  .list .col-xs-6:nth-child(2n+1){
    clear: none;
  }
  .list .col-md-1:nth-child(12n+1),
  .list .col-md-2:nth-child(6n+1),
  .list .col-md-3:nth-child(4n+1),
  .list .col-md-4:nth-child(3n+1),
  .list .col-md-6:nth-child(2n+1){
    clear: left;
  }
	
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
		padding-left: 1px !important;
	}	

	.gform_wrapper .top_label .gfield_label {
		margin: 36px 0 0 0 !important;	
	}
	
	.gform_wrapper h2.gsection_title {
		text-align: left;	
	}
	
	.gform_wrapper .ginput_complex label {
		letter-spacing: normal;
		color: #8e9092;
		font-weight: 400;	
	}
	
	.gform_wrapper .gsection {
		margin: 36px 0 0 0 !important;	
	}

#gform_99 .gform_body {
    display: inline-block;
    margin-right: 12px;
    width: 78%;
}
#gform_99 .gform_body input {
    width: 100%;
}
#gform_99 .gform_footer {
    margin-top: 0;
    display: inline-block;
}
	
.gravity-form h2, .gravity-form h3 {
	letter-spacing: normal;
	text-transform: none;
}

	.gravity-form h2 {
		font-weight: 700;	
	}
	
	.gravity-form h3 {
		font-weight: 500;	
	}
	
	
/* MEDIA QUERIES
======================================*/
@media (max-width: 1200px) {
	.programHeading, .programHeading-long, .programContent-long, .programContent-short, .programContent, .glance .panel, .publications .panel {
		height: auto;	
	}
	.publications .panel {
		height: 325px;	
	}
	.homeHighlight .clear {
		height: 350px;
	}
	.prev-container {
		height: 200px;	
	}
		 
}

@media (max-width: 1000px) {
	
	
}

@media (max-width: 991px) {
	.btn-group {
		margin-left: 38%;	
	}
	.publications .panel {
		height: 325px;	
	}
	.newAtSTVP-wrap:after {
		padding-top: 50%;	
	}
	.homeWrap h1 {
		font-size: 45px;
		letter-spacing: normal;
	}
	.homeHighlight .clear {
		height: 260px;
	}
	.ack-logos {
		margin-top: 30px;	
	}
	#columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.prev-container {
		height: 220px;	
	}
	.google-maps {
		margin-top: 30px;	
	}
}

@media (max-width: 767px) {
	.whiteBackground, .lightBackground, .darkBackground {
		padding: 30px 0;	
	}
	#nav-wrapper {
		display: none;
	}
	.footer .nav li a {
		text-align: center;
	}
	.footer .nav>li>a:hover, .footer.nav>li>a:focus {
		background-color: rgba(255, 255, 255, .1);
	}
	.feed {
		margin-top: 0px;	
	}
		.feedHeadPanelWrap, .peopleHeadPanelWrap {
			 width: 100%;
		}
	
		.feedHeadPanelWrap:after, .peopleHeadPanelWrap:after {
			padding-top: 14%;
		}
		.newAtSTVP-wrap:after {
			padding-top: 30%;
		}
		.feed .headerPanel, .people .headerPanel, .staff-faculty .headerPanel {
			padding	: 2%;
		}
	
		.feed .headerPanel h4, .people .headerPanel h4, .staff-faculty .headerPanel h4 {
			padding-top: 0;
		}
		.feedPanelWrap, .feedHeadPanelWrap, .peopleHeadPanelWrap, .publicationsPanelWrap, .newAtSTVP-wrap {
	 		margin-bottom: 4px;
		}
		.eCornerFeed .btn {
			margin-top: 24px;	
		}
		.eCornerFeed h5 {
			margin-top: 10px;
		}
			.eCornerFeed h6 {
				margin-top: 8px;
				margin-bottom: 16px;
			}
	.homeHighlight .btn {
		margin-top: 12px;	
	}
	.homeHighlight .clear {
		height: auto;
	}
	.jumbotron, .jumbotronHome {
		padding-top: 60px;
		height: 300px;
		padding-left: 0;
		padding-right: 0;
	}
		.jumbotron h2 {
			margin-top: 20px;
		}
		.jumbotronHome h1 {
			padding: 0;
			letter-spacing: 0;
			font-size: 30px;	
		}
		.jumbotronHome {
			margin-top: 30px;
			padding-left: 0;
			padding-right:0;	
		}
		.jumbotron img, .jumbotronHome img {
			top: 60px;
		}
		.jumbotronHome .container {
			padding-top: 10%;	
		}
		
	.footerLogos img {
		margin: 20px 20px 0;
		display: inline-block;
	}
	.alumni ul { 
		margin-bottom: 0;
	}
	.btn-group {
		margin-left: 26%;	
	}
	.people .col-md-3, .feed .col-md-6, .feed .col-sm-6, .staff-faculty .col-md-3, .nameList .col-sm-6, .staff-faculty .col-xs-12, .glance .col-md-4, .eCornerFeed .col-sm-6, .eCornerFeed .col-md-3, .stats .col-md-4, .publications .col-sm-6, .program .col-md-4, .col-sm-6, .col-sm-3 {
		padding-left: 15px;
		padding-right: 15px;	
	}
	.courses-list .col-sm-1, .courses-list .col-sm-2, .courses-list .col-sm-3, .courses-list .col-sm-4, .courses-list .col-sm-5, .courses-list .col-sm-6{ 
		padding-right: 15px;
		
	}
	.course-details .row {
		padding-top: 10px;
	}
	
	.nameList {
		text-align: center;
	}
	.adjunct h4, h3, .h3 {
		margin-bottom: 20px;	
	}
	.jumbotronBlog {
		padding-top: 60px;
		min-height: 300px;
	}
		.jumbotronBlog h1 {
			font-size: 40px;	
		}
	.blog {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 14px;	
	}
		.blog p {
			margin-bottom: 10px;	
		}
		.blog .share ul {
			margin-top: 3px;
		}
	.pastPartners img {
			margin-bottom: 10px;
			margin-top: 25px;
		}
		
	.row .cohort_info {
		margin: 0;
	}
	.activities h3, .info h4, .activitiesInfo, .activitiesHeader  {
		text-align: center;	
	}
	.activities .btn-default {
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;	
	}
	/*.publications .panel {
		height: 100%;	
	}
	.publicationsPanelWrap:after {
		padding-top: 100%;
	}*/
	.publications .panel {
		height: auto; 
	}
	.homeWrap h1 {
		font-size: 30px;
		letter-spacing: normal;
	}
	.home .navbar-default {
		background-color: #fff;	
	}
	.headerLogoHome {
		background: #c12026;
	}

	.home .navbar-default .navbar-nav>li>a {
		color: inherit;	
	}
	.home .navbar-default .navbar-nav>li>a:hover, .home .navbar-default .navbar-nav>li>a:focus {
			color: inherit;	
		}
	.forms .container {
		padding-left: 15px;
		padding-right: 15px;	
	}
	.email-field {
		width: 100%;	
	}
	.homeHighlight .clear {
		height: auto;
	}
	.blog-form .navbar-form {
			padding-left: 15px;
			padding-right: 15px;	
		}
	.gform_wrapper{
		padding-left: 15px;	
		padding-right: 15px;	
	}
	.mediaWrap {
		height: 0;
		margin-bottom: 4px;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
	}
	.mediaWrap iframe, .mediaWrap object, .mediaWrap embed {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.prev-container {
		height: auto;	
	}
	.blog .article-end p {font-size: 13px !important;	}
	.blog .article-end {margin-top: 10px !important;}


}