.title-header-large {
	 max-width: 425px;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 line-height: 1.1;
	 max-height: 2.4em;
	 overflow: hidden;
	 margin-top: 0;
}
 @media (max-width: 1200px) {
	 .main-content-nav h2 {
		 font-size: 17px;
	}
}

 @media only screen and (min-width: 480px) and (max-width: 768px) {
	 .title-header-large {
		 margin-top: 2.5em !important;
	}
 }	

.blue-top-row {
		 background-color: #00629B !important;
		 color: #FFF !important;
	}
	 