html {
	height: 100%;
}
body {
	background-color: #fff;
	padding: 0;
}
body, div, th, td, p, ul, li, input, textarea, select, h1, h2, h3, h4, h5, h6, form {
	color: #000;
	font-family: 'Raleway', arial, verdana, helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
}
b, i, a {
	font-size: inherit;
	line-height: inherit;
} 
p.callout {
	font-size: 22px;
}
p,ul {
	padding-bottom: 1.7em;
}
ul li {
	list-style-type: disc;
	margin-left: 12px;
}
div#widecontent ul li,
div#contentleft ul li,
div#contentright ul li {
	list-style-type: disc;
	margin-left: 17px;
/*	list-style-type: none;
	margin-left: 0;
	background-image: url('../img/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 15px;
	padding-bottom: 15px;
*/
}
.clearboth {
	clear: both;
}
.floatleft {
	margin: 0;
	float: left;
}
.floatright {
	margin: 0;
	float: right;
}
.textaligncenter {
	text-align: center;
}
.texttransformnone {
	text-transform: none;
	font-weight: inherit;
}
.paddingbottomnone {
	padding-bottom: 0;
}
.textalignright {
	text-align: right;
}
.displaytable {
	display: table; 
	width: 100%;
}
.row {
	display: table-row;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: top;
}
.uppercase {
	text-transform: uppercase;
}
.small {
	font-size: 14px;
}
.width100 {
	width: 100%;
}
a {
	text-decoration: none;
	color: #005695;
}
a img {
	border: 0;
}
b, a.b, .b {
	font-weight: 600;
}
a.sublink {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
a.sublink::before {
	content: '>';
	font-size: 15px;
	font-weight: 600;
	vertical-align: 2px;
	margin-right: 3px;
}
hr {
	clear: both;
	border: 0;
	border-top: 1px #e1e1e1 solid;
	color: transparent;
	margin: 15px 0 25px 0;
	height: 0px;
}
div.divider {
	border-left: 10px #dfd8cc solid;
}

h1 {
	font-family: Rockwell, 'Sanchez', georgia, serif;
	font-size: 72px;
	color: #003366;
	font-size: 36px;
	line-height: 1.2em;
	text-transform: none;
	font-weight: 400;
}
h1.pagetitle {
	font-family: Rockwell, 'Sanchez', georgia, serif;
	color: white;
	font-size: 72px;
	line-height: 1em;
	padding: 15px 0 15px 60px;
}
h2, .h2 {
	font-family: Rockwell, 'Sanchez', serif; 
	font-weight: 400; 
	font-size: 23px; 
	color: #003366;
	line-height: 1.4em;
	padding-bottom: 14px;
}
.h2 {
	line-height: inherit;
}
h3 {
	font-family: Rockwell, 'Sanchez', arial, sans-serif;
	font-weight: 400;
	color: #003366;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
div#main {
	margin: 0 auto;
}
div.container {
	max-width: 1210px;
	margin: 0 auto;
	/* width: calc(100% - 80px); reset.css declares box-sizing=border-box. not need shrink width to accomm padding */
	padding: 0 40px;
}


/* ============ TOPBAR ============== */
div#topbar {
	background-color: rgba(20, 53, 103, 0.8);
	padding: 15px 0 15px 0;
}
div#logo {
	float: left;
	width: 250px;
}
div#logo img {
	float: left; /* to get rid of line-height gap under image */
}
div#titlebanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
div#titlebox {
	background-image: url('../img/title-bkg-80.png');
	background-repeat: no-repeat;
	background-position: 40px 0;
	margin-top: 195px;
}
/* ============ END TOPBAR ============== */



/* ============ BOTBAR ============== */
div#footer {
	clear: both;
	padding: 0 0 0 70px;
}
p.copyright {
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}
body#home p.copyright {
	color: white;
}
p.copyright a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* ============ BOTBAR ============== */



/*  ============  UNAV  ==============  */
div#unav {
	white-space: nowrap;
	text-align: right;
	margin-top: 30px;
	float: right;
}
ul#menunav {
	margin: 0;
	padding: 0;
}
ul#menunav li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul#menunav li a.unav,
ul#menunav li a.unavon {
	border-left: 1px white solid;
}
ul#menunav li:first-child a.unav,
ul#menunav li:first-child a.unavon {
	border-left: 0;
}
div#unav a {
	text-decoration: none;
	font-family: 'Raleway', arial, helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	display: inline-block;
}
div#unav a:hover,
div#unav a.unavon {
	color: #66CCFF;
}
div#navindicator {
	color: white;
	display: none;
	cursor: pointer;
	text-align: right;
	padding: 26px 0 10px 0;
	font-size: 16px;
	font-weight: 600;
}	
/* ============ END UNAV ============== */



/* ============ UNAV HOVER MENUS ============== */
div.menu {
	text-align: left;
	padding: 5px 0 4px 0;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	background-color: #036;
	margin-top: -3px;
	min-width: 150px;
}
div#unav a.lnav {
	display: block;
	white-space: nowrap;
	line-height: 2em;
}
div#unav a.lnavon {
	color: #66CCFF;
}
/* ============ UNAV HOVER MENUS ============== */



/* ============ LNAV ================== */
div#lnav {
	clear: both;
	text-align: left;
	padding: 12px 0 0;
}
div.subnav {
	background-color: #003366;
}
div#lnav a {
	text-decoration: none;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4em;
	color: white;
	text-transform: uppercase;
	margin-bottom: 1em;
	padding-bottom: 6px;
	display: inline-block;
	border-bottom: 3px transparent solid;
}
div#lnav a.lnavon {
	color: white;
	border-bottom: 3px white solid;
}
/* ============ END LNAV ============== */



/*  ===============  HOME PAGE  ==========  */
body#home h1.pagetitle {
	font-size: 45px;
	margin: 0;
	padding: 11px 0 3px 0;
}
p.mission {
	font-size: 27px;
	color: white;
	line-height: 1.22em;
	padding-bottom: 1em;
}
div#bgimage {
	background-image: url('../img/home.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
body#home div#main {
	background-image: url('../img/home-bkg-80.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 195px;
	margin-bottom: 195px;
	padding: 25px 45px 25px 55px;
}
body#home hr {
	border-top: 4px #fff solid;
	color: transparent;
	margin: 25px 0 20px 0;
	height: 0px;
}
body#home a.button {
	margin: 0 0 15px 0;
}
body#home div#footer {
	padding: 0;
}
/*  ============  END HOME PAGE  =========  */



/* =============== INTERNAL ============ */
div#internal {
	padding-top: 40px;
}
div#contentleft {
	width: 48%;
	padding: 0 25px 0 70px;
	margin-top: 30px;
	float: left;
}
div#contentright {
	float: right;
	padding: 0 25px 0 40px;
	margin-top: 30px;
	width: 51%;
	border-left: 7px #dfd8cc solid;
}
div#internalcontent:after,
div.container:after {
	content: "";
	display: table;
	clear: both;
}
div#widecontent {
	padding: 30px 25px 0 70px;
}
img#teamphoto {
	float: right;
	margin-left: 4%;
	max-width: 493px;
	width: 50%;
}
img.teammember {
	float: left;
	margin-right: 5%;
	width: 29%;
	margin-bottom: 30px;
}
div.teambio {
	float: right;
	width: 66%;
}
div.teambio::after {
	clear: both;
	content: "";
	display: table;
}
div.inlineimage {
	float: right;
	margin-left: 4%;
	max-width: 493px;
	width: 50%;
	margin-bottom: 10px;
	font-size: 15px;
}

/* accordions */
div#accordion {
	border-top: 1px #ccc solid;
	margin-top: 20px;
}
div.panel {
	border-bottom: 1px #ccc solid;
	padding: 10px 0 10px 0;
}
div.panel h2 {
	cursor: pointer;
	padding: 0 0 0 35px;
	background-repeat: no-repeat; 
	background-position: 13px 10px;
}
div.panel h2.minus {
	background-image: url('../img/minus.png');
}
div.panel h2.plus {
	background-image: url('../img/plus.png');
}
div.panelcontent {
	display: none;
	padding: 20px 0 15px 35px;
}

/* =========== END INTERNAL ============ */




/* ============ QUOTES ============== */
.quote {
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
}
/* ============ QUOTES ============== */



/*  ==========  COLUMNS  ==========  */
div#cardcollection {
	display: flex;
	flex-flow: row wrap;
	margin: 35px auto 0 auto;
	justify-content: start;
	justify-content: space-between;
	padding-top: 35px;
}
div.preview {
	border-right: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
	border-left: 1px #e1e1e1 solid;
	background-color: #fff;
	width: 31.3%;
	margin: 0 1% 18px 1%;
	margin: 0 0 18px 0;
	display: inline-block;
}

div#backupdata {
	display: flex;
	flex-flow: row wrap;
}
div#backupdata p {
	margin-right: 25px;
}
/*  ===========  END COLUMNS ===========  */



/*  ============ BUTTONS ============== */
input[type="submit"],
.button {
	clear: both;
	display: inline-block;
	margin: 20px 0 15px 0;
	padding: 8px 30px 8px 30px;
	background-color: transparent;
	color: white;
	border: 1px white solid;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2em;
	cursor: pointer;
}
/* ============ END BUTTONS ============== */



/* =============== FORMS =============== */
input[type="text"],
input[type="email"],
textarea,
select {
	background-color: #fff;
	margin: 10px 0; /* changing margin requires changing line height of label */
	border: 1px solid #005695; /* navy */
	font-size: 16px;
	line-height: 1.25em;
	padding: 8px;
	width: 80%;
	min-width: 200px;
	max-width: 350px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: #005695; /* navy */;
}

/* =============== END FORMS =============== */





/* ============================= MOBILE ================================ */
@media only screen and (max-width: 1170px) {
}
@media only screen and (max-width: 1000px) {
	.cell.outer:first-child {
		width: 34%;
	}
	.cell.outer:nth-child(3n-1) { /* middle of 3 cells */
		width: 40%; /* plus 1% on each side */
	}
	.cell.outer:last-child {
		width: 24%;
	}
}
@media only screen and (max-width: 950px) {
	.cell.outer:first-child {
		width: 35%;
	}
	.cell.outer:nth-child(3n-1) { /* middle of 3 cells */
		width: 40%; /* plus 1% on each side */
	}
	.cell.outer:last-child {
		width: 23%;
	}
}
@media only screen and (max-width: 900px) {
	.cell.outer {
		display: block;
	}
	.cell.outer:first-child,
	.cell.outer:nth-child(3n-1),
	.cell.outer:last-child {
		width: 100%;
		padding: 0;
	}
	.cell.outer:last-child {
		text-align: left;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 850px) {
	div#navindicator {
		display: block;
	}
	div#unav {
		background-color: #003366;
		display: none;
		position: absolute;
		width: 100%;
		margin-top: 0;
		padding-bottom: 5px;
		padding-top: 0;
		border-top: 0;
		text-align: left;
		float: none;
		left: 0;
		top: 91px;
	}
	div#unav a {
		padding: 0 10px 0 50px;
	}
	div#unav li {
		display: block;
	}
	ul#menunav li a.unav, ul#menunav li a.unavon {
		border-left: 0;
		border-top: 1px #29436e solid;
		display: block;
		line-height: 2em;
	}
	div.menu {
		text-align: left;
		padding: 0;
		position: relative;
		margin-top: 0;
		min-width: auto;
		display: block;
		visibility: visible;
	}
	div.menu a {
		border-top: 1px #29436e solid;
	}
	div.menu a::before {
		content: '- ';
	}
	div.inlineimage {
		float: none;
		margin: 10px auto 20px;
		max-width: 493px;
		width: 100%;
		font-size: 16px;
	}	
}
@media only screen and (max-width: 800px) {
	h1.pagetitle {
		color: white;
		font-size: 44px;
		line-height: 1em;
		padding: 15px 0 15px 60px;
	}
	div#contentleft {
		width: 100%;
		padding: 0 0 0 0;
		margin-top: 30px;
		float: none;
	}
	div#contentright {
		float: none;
		padding: 25px 0 0 0;
		margin: 0;
		width: 100%;
		border-top: 7px #dfd8cc solid;
		border-left: 0;
	}
	div#footer {
		clear: both;
		padding: 40px 0 0 0;
	}
	img.teammember {
		float: left;
		margin-right: 5%;
		width: 145px;
		margin-bottom: 20px;
	}
	div.teambio {
		float: none;
		width: 100%;
	}
	div#widecontent {
		padding: 30px 0 0 0;
	}
}
@media only screen and (max-width: 650px) {
	img#teamphoto {
		float: none;
		margin: 0 0 30px 0;
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	div#logo {
		width: 200px;
	}
	div#titlebox {
		background-position: 15px 0;
		margin-top: 28px;
	}
	h1.pagetitle {
		padding: 15px 0 15px 35px;
		font-size: 32px;
	}
	p.callout {
		font-size: 16px;
	}
	body, div, th, td, p, ul, li, input, textarea, select, h4, h5, h6, form, input, textarea,
	a.sublink {
		font-size: 14px;
	}
	a.sublink::before {
		font-size: 12px;
	}
	h2, .h2 {
		font-size: 18px;
	}
		
	div.container {
		padding: 0 15px;
	}
	img.teammember {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 20px;
	}
	div.inlineimage {
		font-size: 13px;
		border-bottom: 1px #ccc solid;
		padding-bottom: 10px;
	}	


	body#home h1.pagetitle {
		font-size: 32px;
		margin: 0;
		padding: 11px 0 3px 0;
	}
	p.mission {
		font-size: 18px;
		line-height: 1.22em;
		/* 
		color: black; 
		padding: 25px 45px 25px 55px;
		*/
	}
	div#bgimage {
		background-size: cover;
		background-position: 0 92px;
	}
	/* body#home */ div#topbar {
		background-color: rgb(20, 53, 103);
	}
	body#home div#main {
		background-size: cover;
		margin-top: 95px;
		padding: 15px 25px 25px 25px;
	}
	body#home hr {
		/*
		display: none;
		*/
	}
	body#home .textalignright {
		text-align: center;
	}
	/*
	body#home a.button {
		background-color: #036;
		border: 1px #036 solid;
	}
	body#home p.copyright {
		color: black;
	}
	body#home div#footer {
		padding: 0;
	}
	*/
	div#titlebanner {
		background-position: center 92px;
		background-size: contain;
	}
	body#founder div#titlebanner,
	body#investment_process div#titlebanner,
	body#investment_principles div#titlebanner,
	body#legal div#titlebanner {
		background-size: cover;
	}



}
@media only screen and (max-width: 480px) {
}

/* for screens LARGER than mobile - where hover won't mess up clicks */
@media only screen and (min-width: 801px) {
	div#unav a:hover {
	}
	div#lnav a:hover {
	}
}
