/*!
 * Add custom css for this site here:
 */
 
 /*Extends sitename to allow two lines instead of three*/
 @media (min-width:767px){
.navbar-brand h1, .navbar-brand .tagline_holder {
    width: 425px!important;
}
 .faux-blockquote {
	 padding: 10px 20px;
	 margin: 0 0 20px;
	 font-size: 17.5px;
	 border-left: 5px solid #dddddd;
	 color: #5a5758;
	 background-color: #ffffff;
}