@charset "UTF-8";

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

STVP | Stanford Technology Ventures Program (stvp.stanford.edu)

Blue
100%: #36A2B5
50%: #53cdda
20%: #c5eef3

Blue Programs:

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

body {
	--theme-color: var(--wp--preset--color--stvp-blue);
}

a {
	color: #36A2B5;
}

	a:hover, a:focus {
		color: #53cdda;
	}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #36A2B5;
}

.navbar-brand a {
	background-color: #36A2B5;
}

.navbar-default nav .nav li.menu-item a:hover,
.navbar-default nav .nav li.menu-item a:focus {
	color: #36A2B5;
}

.headerLogo {
	background: #36A2B5;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #36A2B5;
}

.navbar-second {
	background-color: #36A2B5;
}

.navbar-second li a:hover,
.navbar-second li a:focus {
	color: #36A2B5;
}


.go-to-top {
	background: #36A2B5;
}

.btn-default {
	background-color: #36A2B5;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-color: #53cdda;
}

.caption {
    background:rgba(27, 188, 206, 0.75);
}
	/* Revised DS 9-10-14 */

	.caption a:hover {
		color: #c5eef3;
	}
	.staff-faculty .btn-default, .publications .btn-default {
		background-color: rgba(27, 188, 206, 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 {
		background-color: #53cdda;
	}

.publications .panel {
    background-color: #36A2B5;
}

	.authors {
		color: #c5eef3;
	}

	.journal a:hover {
		color: #c5eef3;
	}
	/* END Revised DS 9-10-14 */

.application .alert {
	background-color: #c5eef3;
}

.alert {
	background-color: #c5eef3;
}

.stats .panel {
	background-color: #c5eef3;
}

.cohort_info {
		color: #fff;
		/*background-color: #36A2B5;*/
	}

	.cohort_info a {
		color: #c5eef3;
	}

