	a { color:#F26D21; font-weight:normal; }
	a:hover { color:#F26D21; font-weight:normal; }
	
	li { margin-left:20px; }

	.padt10 { padding-top:10px; }
	.padb10 { padding-bottom:10px; }
	.padt20 { padding-top:20px; }
	.padb20 { padding-bottom:20px; }
	
	.padt40 { padding-top:40px; }
	.padb40 { padding-bottom:40px; }
	.padt100 { padding-top:3%; }
	
	.padl100 { padding-left:5%; }
	.padr100 { padding-right:5%; }
	
	.pad20 { padding:20px; }
	.pad10 { padding:10px; }
	.pad0 { padding:0px; }
	.padr0 { padding-right:0px; }
	.padl0 { padding-left:0px; }
	.margin0 { margin:0px; }
	.marginb10 { margin-bottom:10px; }
	
	
	.menu_links { font-family: 'Merriweather', serif; color:#014da1; font-size:14px; font-weight:400; text-decoration:none; }
	.menu_links:hover { color: #f26d21; text-decoration:none; }
	
	.menu_dropdown { display:none; position:absolute; top:70px; background:#fff; z-index:20000; }
	
	.shadow { 
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	}
	
	.blue_text_medium { font-family: 'Merriweather', serif; color:#014da1; font-size:18px; line-height:22px; }
	
	h2 { font-family: 'Merriweather', serif; color:#014da1; font-size:18px; line-height:42px; }
	h3, h4 { font-family: 'Merriweather', serif; color:#000; font-size:18px; line-height:24px; }
	
	
	.home_title { font-family: 'Merriweather', serif; color:#014da1; font-size:48px; line-height:56px; font-weight:700; }
	.home_title2 { font-size:18px; color:#000; font-wight:300; }
	
	.home_greybg {  width:100%; height:55%; background:#f3f2ed; position:absolute; z-index:-100; }
	
	.home_captions  {  position:absolute; background:rgb(0,0,0,0.4); color:#fff; font-family: 'Merriweather', serif; font-size:22px; width:100%; bottom:20px; text-align:center; }
	
	.imagewrapper { 
		display: flex;
      justify-content: center;
	  align-items: center;
	  height:250px;
	  overflow:hidden;
	  border:1px solid #F28514; 
	  
	
	}
	
	.imagewrapper img { transition: 0.3s; }
	.imagewrapper:hover img { transform: scale(1.2); }	
	
		.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
@media screen and (max-width:600px) {
		
		
	.home_title { font-family: 'Merriweather', serif; color:#014da1; font-size:28px; line-height:36px; font-weight:700; }	
	.home_title2 { font-size:14px; color:#000; font-wight:300; }		

	.home_greybg {  width:100%; height:25%; background:#f3f2ed; position:absolute; z-index:-100; }		
		
	.home_captions  {  position:absolute; background:rgb(0,0,0,0.4); color:#fff; font-family: 'Merriweather', serif; font-size:16px; width:100%; bottom:0px; text-align:center; }		
		
	.padl100 { padding-left:1%; }
	.padr100 { padding-right:1%; }
		
	}	
	


	
	