/* Title style for sites without unique wordmark */
/* -  updated 12/16/16 SKB for Release 6.1 */
/* -  updated 10/31/18 CC -  updated title styles for rebrand*/

.title {
	float:left;
	font-family: 'Proxima-Nova', Helvetica, Arial, Lucida Grande, Lucida Sans, sans-serif; /* added for Release 6.1 */
	width: 36%;  /* This will need to be adjusted for different length titles */
	max-width: 375px;  /* This will need to be adjusted for different length titles */
	font-size: 1.75em;
	line-height: 1.2em;
	padding-top:0px;
	padding-left: 20px;
	margin-top:-10px;
	margin-left:10px; /*Updated 10/31/18*/
	position: relative;
	color: #002855;
	background: none;
	border-bottom: 0px none;
	border-left: 1px solid #1a3e68; /*Updated 10/31/18*/
	text-align: left;
	min-height:70px;
}

.title a {
	color: #002855; /*Updated 10/31/18*/
}

@media (min-width:768px) {

#mini_navbar {
	margin-top: -10px; 
}

}


@media (max-width: 1259px) {
	
.hide-mobile {  /* hides portion of mini global nav for enhanced mobile display */
	 display: none;
}	
}

@media (min-width:768px) and (max-width: 991px) {
/*header {
	max-height:80px;
	}  mod 10/26/16 */

header a.wordmark img {
	width: 100%; /*Updated 10/31/18*/
} 

.title {
	font-size: 1.3em;
	padding-left: 12px;
	margin-left: 10px;
	min-height:60px;
}

#mini_navbar {			
	font-size: 0.75em;
}

#search {
	text-align: right;
}

#search .textfield {
	width: 70%;
} 

}

@media (min-width:992px) and (max-width: 1151px) {

header a.wordmark img {
	max-width:200px;
}

.title {
	font-size: 1.5em;
}

#mini_navbar {
    font-size: 0.75em;
}

}

@media (min-width:1152px) and (max-width: 1259px) {

#mini_navbar {
    font-size: 0.8em;
}

}


