body {
	cccolor: #1E35AD;
	font-family: Helvetica;
	bbbackground-color: #1E35AD;
	background-color: #0533B0;
}

.blue {
	ccccolor: #1D36B4;
	color: #0533B0;
}


.secnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.secnav li {
	float: left;
	margin-right: 30px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.secnav li:last-child {
	margin-right:0;
}


a {
	color: #1E35AD;
	text-decoration:none;
}

.white {
	color:#FFF;
}

.white li {
	color: #FFF !important;
}


.white a {
	color: #FFF !important;
}

a:hover {
	text-decoration:none;
}

.ventures_title {
	font-size: 16px;
	text-transform: uppercase; 
	margin-bottom:30px;
	letter-spacing:1px;
}

.ventures_content {
	font-size: 17px; 
	line-height: 22px;
}

.home h1 {
	text-align: center;
	font-size: 60px;
	margin-top:200px;
}

.journal h1 {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	font-size: 52px;
	line-height: 54px;
}

.journal p {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 17px;
	line-height: 22px;
}


.menu-item {
	color: #1E35AD;
	text-transform: uppercase;
}




.logo-bar {
	padding-top: 30px; 
}


.avccrow {
		margin-top: 80px;
	}


.avcc {
	padding-bottom: 60px;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 1px;
}



.project_title {
	width: 100%;
	height: 40px;
	text-align: center;	
}

.project_title h2 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

input {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 2px solid #0533B0;
	padding: 4px;
	width: 100%; 
	box-sizing: border-box;
}

input[type="file"] {
	background: transparent !important;
}

.wpcf7-form-control wpcf7-file {
	background: transparent !important;
}


textarea {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 2px solid #0533B0;
	padding: 4px;
	width: 100%; 
	box-sizing: border-box;
}



@media (max-width: 575.98px) {

}


@media (min-width: 576px) { 

}


@media (min-width: 768px) { 
	.secnav ul {
		margin-left: 40px;
	}
	
	.logo-bar {
		padding-left: 40px; 
		padding-right: 40px;
	}	
	
	.avccrow {
		margin-top:190px;
	}
	
	.avcc {
		margin-left: 46px;
	}
}


@media (min-width: 992px) {
	.secnav li {
		margin-right: 50px;
		font-size: 17px;
	}
	
	.ventures_title {
		font-size: 17px;
	}
	
	.avcc {
		font-size: 17px;
		line-height: 21px;
	}

}


@media (min-width: 1200px) {
	.secnav li {
		margin-right: 70px;
	}

}
