@charset "utf-8";
/* CSS Document */



		  
#about-new h3.big-title {text-align:center; font-size:36px; font-weight:500; color:#58595b; letter-spacing:normal;}
#about-new h3.big-title:after {content:''; margin:30px auto; display:block; width:60px; height:5px; background-color:#e63d2f;} 

#about-new section.bg-lt-blue {background-color:#35689b;}

#about-new h4.title {font-size:36px; font-weight:300;}
#about-new h4.title:after {content:''; display:block; position:relative; width:64px; height:3px; background-color:#e73d30; margin:35px 0;}

#about-new p {margin-bottom:2rem;}

#about-new h3.collapse-title {font-size:28px; font-weight:300; color:#004f6d; text-align:left; padding:1rem 0;}

#about-new h4.sm-title {font-size:20px; padding-top:20px; padding-bottom:20px;}

@media (min-width:992px) {
	#about-new .position-center {
		position:absolute; top:50%;
		-webkit-transform: translateY(-50%); /* Chrome, Opera 15+, Safari 3.1+   */
		-ms-transform: translateY(-50%); /* IE 9  */
		transform: translateY(-50%); /* Firefox 16+, IE 10+, Opera  */
	}
	#about-new h3.big-title {position:relative; display:table; margin:0 auto; font-size:48px; font-weight:500; color:#58595b; padding:40px 40px 18px 40px; letter-spacing:normal;}
	#about-new h3.big-title:before {content:''; display:block; position:absolute; left:0; bottom:0; width:35px; height:35px; background:url(../mimg/bot-top-angle.svg) left bottom no-repeat;}
	#about-new h3.big-title:after {content:''; display:block; position:absolute; right:0; top:0; width:35px; height:35px; background:url(../mimg/bot-top-angle.svg) right top no-repeat;}
	
	#about-new h3.collapse-title {font-size:36px; text-align:center; padding:2rem 0;}
}

button.btn-story.collapsed:before {
    content:'+ View' ;
    display:inline-block;
}
button.btn-story:before {
    content:'- Hide' ;
    display:inline-block;
}

#about-new #philosophy {background:#fff;}

#about-new #philosophy p.lead {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2em;
}

