/* Box Model Hack */
* {
  -moz-box-sizing: border-box; /* Firexfox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

.clearfix {
	overflow: auto;
}


header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #4d4d4d;
	line-height: 1.5em;
	cursor: default;
	background-color: #28334a;
	background-image: linear-gradient(#006ab5, #28334a);
	background-repeat:no-repeat;
}


header {
	background: #fff;
	height: 120px;
	width: 100%;
	max-width: 960px;
	padding: 30px 0px;
	margin: 0 auto;
    top: 0;
    left: 0;
    z-index:1;
}


section {
	background-color: #fff;
	padding: 0px 2.29%;
}

footer {
	width: 100%;
	max-width: 960px;
	padding: 8px 0px;
	margin: 0 auto;
}




h1 { /*main heading*/
	font-family: 'Roboto' , sans-serif;
	font-size: 2.125em;
	font-weight: 300;
	color: #28334a;
	line-height: 1.2em;
	padding-left: 2.083%;
}



h2 { /*dark gray sub heading*/
	font-family: 'Roboto' , sans-serif;
	text-transform: normal;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 300;
	color: #144e7f;
	padding: 0px;
}

h2.centered {
	text-align: center;
}

h3 { /*Dark blue subheadings */
	font-family: 'Open Sans' , sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #28334a;
	padding: 0px 0% 5px 0%;
}

h3.bottomPadding { /*Dark blue subheadings */
	font-family: 'Open Sans' , sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #28334a;
	padding: 20px 0% 5px 0%;
}



h4 { /*index box reversed text*/
	font-family: 'Roboto' , sans-serif;
	font-size: .95em;
	line-height: 1.2em;
	font-weight: 400;
	color: #fff;
	padding: 5px 4.46%;
	text-align: left;
	text-transform:  uppercase;
	background-color: #28334a;
	background-image: linear-gradient(to right, #006ab5,  #f5f5f5);
}



h5 { /*bold sentences */
	font-family: 'Open Sans' , sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #28334a;
	padding: 0px 0% 5px 0%;	
}



p {
	padding: 10px 0px;
	line-height: 1.5em;
}

p.bold {
	font-weight: 600;
}

p.italic {
	font-size: .9em;	
	font-style: italic;
	color: #006ab5;
}



p.footer {
	display: block;
	font-size: .8em;
	color:  #ffffff;
}

a.footer {
	color: #ffffff;
	text-decoration: none;
	transition: color .25s;
}

a:hover.footer {
	color: #62baf8;
	text-decoration: none;
}









/*//////// NAVIGATION ////////////////*/


#hamburgerMenu {
	display: none;
    float: right;
    margin: 10px 2.29% 0px 0px;
    padding-top: 22px;
}

/*.burgerIcon {
    width: 35px;
    height: 2px;
    background-color: #4d4d4d;
    margin: 6px 0%;
}*/

.icon {
	display: none;
}

/*header nav */

.topNav {
	background-color: #fff;
	border-top: #eeeeee 2px solid;
	height: 36px;
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
    top: 0;
    left: 0;
    display: block;
}


.topNav ul {
display: block;
}


.topNav li {
	font-family: 'Open Sans' , sans-serif;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: 700;
	color: #28334a;
	line-height: 1.25em;
	padding-top: 10px;
	display: inline-block;
	margin: 0 2.29%;
}

.topNav li a {
	color: #28334a;
	text-decoration: none;
	transition: color .25s;	
}

.topNav li a:hover {
	color: #e4002b;
	text-decoration: none;
}

.topNav li a.currentPage {
	color: #006ab5;
	text-decoration: none;
}






/* common links throughout */

#dropShadow {
	/*-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
	box-shadow: 0px 0px 10px #999999;*/
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}


#container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding-bottom: 30px;
}


.BCALogo {
	width: 81.25%;
	margin: 0px 2.29%;
	max-width: 165px;
	text-align: left;
	display: inline-block;
	float: left;
	line-height: 81px;
}


#mainPhoto {
	max-width: 960px;
	max-height: 420px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-align: center;
}

a.progressive {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}

a.progressive:not(.replace) {
  cursor: default;
}

a.progressive img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0 none;
}

a.progressive img.preview {
  filter: blur(2vw);
  transform: scale(1.05);
}

a.progressive img.reveal {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform, opacity;
  animation: reveal 1s ease-out;
}

@keyframes reveal {
  0% {transform: scale(1.05); opacity: 0;}
  100% {transform: scale(1); opacity: 1;}
}


/*img.main {
	max-width: 100%;
	height: auto;
}*/



.img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}




.caption {
	position: absolute;
	bottom: 10px;
	font-size: .75em;
	font-family: 'Open Sans' , sans-serif;
	background: rgba(0, 0, 0, 0.5);
	padding: 0px 1.04% 0px 2.29%;
}

#mainHeading {
	width: 100%;
	max-width: 960px;
	display: block;
	border-bottom: #f1f1f1 2px solid;
	padding-bottom: 8px;
	background-color: #ffffff;
}

#mainHeading_borderTop {
	width: 100%;
	max-width: 960px;
	display: block;
	border-top: #f1f1f1 2px solid;
	padding-bottom: 8px;
	background-color: #fff;
}


#investmentCols, #contactCols, #portfolioCols {
  	display: flex;
  	justify-content: space-between;
}


#_3col {
	width: 23.36%;
	float: left;
	display: inline-block;
	background-color: #fff;
	padding: 10px 1.11% 10px 0px;
	margin-top: 1.875em;
}


#_3col_wBorder {
	width: 23.36%;
	float: left;
	display: inline-block;
	background-color: #fff;
	padding: 10px 1.11% 10px 0px;
	margin-top: 30px;
	border-right: 1px #ccc solid;	
}

#_3col_pic {
	width: 23.36%;
	float: left;
	display: inline-block;
	background-color: #fff;
	padding: 0px;
}


#_4col {
	width: 31.76%;
	float: left;
	display: inline-block;
	background-color: #fff;
	padding: 24px 0px;	
}


#_4col_right {
	width: 31.76%;
	float: right;
	display: inline-block;
	padding: 24px 0px;	
}


#_4col_pic {
	width: 31.76%;
	display: inline-block;
	float: left;
	margin-left: 2.18%;
	background-color: #ccc;
	padding: 24px 0px;		
}

#_6col_left_grayBkgd {
	width: 48.90%;
	float: left;
	background-color: #f5f5f5;
	display: inline-block;
	padding: 20px 2.23%;
	margin-top: 20px;
}

#_6col_right_grayBkgd {
	width: 48.90%;
	float: right;
	background-color: #f5f5f5;
	display: inline-block;
	padding: 20px 2.23%;
	margin-top: 20px;
}


#_6col_left {
	width: 48.90%;
	float: left;
	background-color: #fff;
	display: inline-block;
	padding: 0px 2.23% 20px 2.23%;
}

#_6col_right {
	width: 48.90%;
	float: right;
	background-color: #fff;
	display: inline-block;
	padding: 0px 2.23% 20px 2.23%;
}


#_7col {
	width: 57.42%;
	display: inline-block;
	background-color: #fff;
	float: left;
}

#_8col {
	width: 65.93%;
	display: inline-block;
	float: left;
	padding: 24px 0px;	
}

#_8col_wBorder {
	width: 65.93%;
	float: left;
	display: inline-block;
	background-color: #fff;
	padding: 24px 2.23% 0px 0px;
	margin-top: 0px;
	border-right: 2px #eeeeee solid;	
}

#_12col {
	width: 100%;
	display: block;
	padding: 24px 0px;
}

#_12col_underline {
	width: 100%;
	display: block;
	border-top: #eeeeee 2px solid;
	padding: 0px;
}






/* page-specific coding */


#indexBlueHeaders {
	padding-bottom: 10px;
	margin: -20px -4.46% 0px -4.46%;
}


p.team {
	font-size: .9em;
	line-height: 1.35em;
}

.teamTitle {
	font-size: .9em;
	line-height: 1.35em;
	font-weight: 300;
}


.strategy ul { /*sub heading with UL*/
	font-family: 'Open Sans' , sans-serif;
	text-transform: normal;
	font-size: 1.5em;
	font-weight: 300;
	color: #4d4d4d;
	padding: 0px;
}


.partnerLogo {
	width: 100%;
	max-width: 165px;
	display: block;
	margin: 0 auto;
	padding: 30px 4.46% 30px 4.46%;	
}


p.contact {
	font-size: .9em;	
}

a.contact {
	font-size: .9em;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

a:hover.contact {
	color: #62baf8;
	text-decoration: none;
}

.contactEmailBlock {
	background-color: #144e7f;
	margin-bottom:  10px;
	background-repeat:no-repeat;
	margin: 0px 9.34% 0px -11%;
	padding: 2px 10.2%;
}


a.teamLink {/* team page and subpage links */
	font-size: .8em;
	font-weight: 500;
	color: #006ab5;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .25s;	
}

a:hover.teamLink {
	color: #e4002b;
	text-decoration: none;
}

i.fa-caret-right {
	font-size: 1.25em;
	padding-left: 1%;
	vertical-align: -1px;
}

i.fa-caret-left {
	font-size: 1.25em;
	padding-right: 1%;
	vertical-align: -1px;
}

a.backBtn {
	color: #006ab5;
  display: block;
	font-size: 1.875em;
	transition: color .5s;
}

a:hover.backBtn {
	color: #e4002b;
}


.teamPic {
	width: 30%;
	max-width: 125px;
	display: inline-block;
	float: left;
	padding: 0px 4.46% 0px 0px;	
}

.teamText {
	overflow: hidden;
}

.indPic {
	width: 25%;
	min-width: 150px;
	display: inline-block;
	float: left;
	padding: 0px 4.46% 0px 0px;	
}


.portfolioPic {
	max-width: 100%;
	height: auto;
	display: block;
	clear: both;
	padding: 0px;		
}

h2.portfolioStates {
	padding: 5px 0% 5px 1%;
	color: #ffffff;
	font-weight: 500;
	font-size:  1em;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #28334a, #006ab5, #ffffff);
	margin-bottom:  10px;
	background-repeat:no-repeat;
}

p.portfolioPropName {
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight:  300;
	font-size: .9em;
	line-height: 1.25em;
	padding: 5px 0px 20px 0px;
}



/*2-column-specific padding for Font Awesome bullets*/

.FA_list_2col ul {
	display: block;
	list-style: none;
	padding-left: 4.46%;
}


.FA_list_2col li {
	font-family: 'Open Sans' , sans-serif;
	text-transform: normal;
	color: #56565a;
	line-height: 1.25em;
	padding: 10px 0px 0px 4.46%;
}

.FA_list_2col li:before {
	content: "\f054"; /* FontAwesome Unicode */
	color: #999999;
  	font-family: FontAwesome;
  	font-size: .85em;
  	display: inline-block;
  	margin-left: -4.46%; /* same as padding-left set on li */
  	width: 4.46%; /* same as padding-left set on li */
}




/*3-column-specific padding for Font Awesome bullets*/

.FA_list_3col ul {
	display: block;
	list-style: none;
	padding-left: 6.84%;
}


.FA_list_3col li {
	font-family: 'Open Sans' , sans-serif;
	text-transform: normal;
	color: #56565a;
	line-height: 1.25em;
	padding: 10px 0px 0px 6.84%;
}

.FA_list_3col li:before {
	content: "\f054"; /* FontAwesome Unicode */
	color: #999999;
  	font-family: FontAwesome;
  	display: inline-block;
  	margin-left: -6.84%; /* same as padding-left set on li */
  	width: 6.84%; /* same as padding-left set on li */
}




/* NOT USED */

/*#investorLogin {
	width: 14.16%;
	min-width: 136px;
	margin: 0px 2.29%;
	padding: 0px 1.25%;
	line-height: 30px;
	text-align: right;
	display: inline-block;
	float: right;
}

p.investorLoginText {
	background-color: #ff9900;
	text-align: center;
	margin-top: 18px;
	font-family: Open Sans 300, sans-serif;
	font-size: .875em;
	color: #fff;
	padding: 6px 0px;
}*/

/*.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
	background: rgba(204, 204, 204, 0.5);
    color: #4d4d4d;
    text-align: center;
    border-radius: 2px;
    padding: 2px 0;
    top: 0px;
    left: 130%; 
    opacity: 0;
    transition: opacity 3s;*/

    /* Position the tooltip */
/*    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}*/


/*footer nav */

/*footer ul {
	display: inline-block;
}


footer li {
	font-size: .75em;
	padding-right: 2.083%;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	color: #4d4d4d;
}

footer li a {
	color: #4d4d4d;
	text-decoration: none;
	transition: color .25s;	
}

footer li a:hover {
	color: #000;
	text-decoration: none;
}*/








@media screen and (min-width: 601px) and (max-width: 768px){


	#hamburgerMenu {
	display: none;
    float: right;
    margin: 10px 2.29% 0px 0px;
	}

	.icon {
		display: none;
	}

	a.icon {
		color: #4d4d4d;
	}

/*top three above added after upload. Remove if there are problems.*/



	.topNav li {
		font-size: .75em;
	}

	.caption {
		display: none;
	}

	#_6col_left_grayBkgd {
		width: 100%;
		float: left;
		background-color: #f5f5f5;
		display: inline-block;
		padding: 20px 4.46%;
		margin-top: 20px;
	}

	#_6col_right_grayBkgd {
		width: 100%;
		float: right;
		background-color: #f5f5f5;
		display: inline-block;
		padding: 20px 4.46%;
		margin-top: 20px;
	}

	#_4col {
		width: 100%;
		float: left;
		display: inline-block;
		background-color: #fff;
		padding: 24px 0px;	
	}

	#_3col { /*48.90% width when adding third address*/
		width: 100%;
		float: left;
		display: inline-block;
		background-color: #fff;
		padding: 0px;
		margin-top: 1.875em;
	}


	#_3col_wBorder { /*48.90% width when adding third address*/
		width: 100%;
		float: left;
		display: inline-block;
		background-color: #fff;
		padding: 0px;
		margin-top: 30px;
		border-right: none;
	}

	#_3col_pic {
	width: 50%;
	float: left;
	display: block;
	background-color: #fff;
	padding: 10px 2.23% 0px 0%;
}

	#investmentCols, #contactCols, #portfolioCols {
  	display: block;
  }

	p.footer {
		display: block;
		font-size: .8em;
		padding-left: 2.23%;
	}



	/* page-specific coding */


	#indexBlueHeaders {
		padding-bottom: 10px;
		margin: -20px -5% 0px -5%;
	}

	.contactEmailBlock {
		background-color: #89b046;
		margin: 0px 60% 0px -10.2%;
		padding: 2px 10.2%;
	}

	.teamPic {
	width: 30%;
	max-width: 125px;
	display: inline-block;
	float: left;
	padding: 0px 4.46% 0px 0px;	
}

	.indPic {
	width: 25%;
	min-width: 150px;
	display: inline-block;
	float: none;
	padding: 0px 2.23% 20px 0px;	
}


}




/*Small Devices /  Screens */
@media screen and (min-width: 320px) and (max-width: 600px){

	.topNav {
	background: #004984;
	border-top: 0px;
	height: auto;
	width: 100%;
	padding: 10px 0% 20px 0%;
	margin: 0px auto;
    top: 0;
    left: 0;
    display: none;
}


.topNav ul {
display: block;
}


.topNav li {
	font-family: 'Open Sans' , sans-serif;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: 700;
	color: #ffffff;
	line-height: 1em;
	display: block;
	margin: 0 2.29%;
}

.topNav li a {
	color: #ffffff;
	text-decoration: none;
	transition: color .25s;	
}


.topNav li a.currentPage {
	color: #6699cc;
	text-decoration: none;
}





#hamburgerMenu {
	display: block;
    float: right;
    margin: 10px 2.29% 0px 0px;
}

.icon {
	display: block;
}

a.icon {
	color: #4d4d4d;
}

	.caption {
		display: none;
	}

	#_6col_left_grayBkgd {
		width: 100%;
		float: left;
		background-color: #f5f5f5;
		display: inline-block;
		padding: 20px 4.46%;
		margin-top: 20px;
	}

	#_6col_right_grayBkgd {
		width: 100%;
		float: right;
		background-color: #f5f5f5;
		display: inline-block;
		padding: 20px 4.46%;
		margin-top: 20px;
	}

	#_4col {
		width: 100%;
		float: left;
		display: inline-block;
		background-color: #fff;
		padding: 24px 0px;	
	}

	#_3col {
		width: 100%;
		float: left;
		display: inline-block;
		background-color: #fff;
		padding: 10px 1.11% 10px 0px;
		margin-top: 1.875em;
	}


	#_3col_wBorder {
		width: 100%;
		float: left;
		display: inline-block;
		background-color: #fff;
		padding: 10px 1.11% 10px 0px;
		margin-top: 30px;
		border-right: none;
	}

	#_3col_pic {
	width: 100%;
	float: left;
	display: inline-block;
	background-color: #fff;
	padding-bottom: 10px;
}


#_8col_wBorder {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	padding: 24px 2.23% 0px 0px;
	margin-top: 0px;
	border-right: none;	
}

#_4col_right {
	width: 100%;
	text-align: left;
	display: block;
	padding: 24px 0px;	
}


	#investmentCols, #contactCols, #portfolioCols {
  	display: block;
  }

	p.footer {
		display: block;
		font-size: .8em;
		padding-left: 2.23%;
	}



	/* page-specific coding */


	#indexBlueHeaders {
		padding-bottom: 10px;
		margin: -20px -5% 0px -5%;
	}

	h2.centered {
	text-align: left;
	padding-top: 30px;
}



.partnerLogo {
	width: 100%;
	max-width: 185px;
	display: block;
	padding-top: 20px;	
	margin-left: 0px;
}

	.contactEmailBlock {
		background-color: #89b046;
		margin: 0px 60% 0px -10.2%;
		padding: 2px 10.2%;
	}

	.teamPic {
	width: 30%;
	max-width: 125px;
	display: inline-block;
	float: left;
	padding: 0px 4.46% 0px 0px;	
}

	.indPic {
	width: 25%;
	min-width: 150px;
	display: inline-block;
	float: none;
	padding: 0px 2.23% 20px 0px;	
}


p.portfolioPropName {
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight:  300;
	font-size: 1.1em;
	line-height: 1.25em;
	padding: 5px 0px 20px 0px;
}
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     