	
	body, p { 
	font-family: "Figtree", sans-serif;
	color:#000;
	font-size:16px;
	line-height:22px;
	font-weight:400;
	 -webkit-text-size-adjust: 100%;
	
	}
	
	h1, h2, h3, h4, h5, h6 { font-weight:800; color:#0c468f; }


	p { font-size:16px; line-height:24px; }
	
	.btn-primary { background:#c49961; border:none; color:#fff; }
	.btn-primary:hover { background:#04103b; color:#fff; }

	/*a { color:#000000; font-weight:normal; }
	a:hover { color:#000; font-weight:normal; }
	a:visited { color:#000000; font-weight:normal; }*/
	

	.font12 { font-size:12px; }
	.font14 { font-size:14px; }
	
	.padt10 { padding-top:10px; }
	.padb10 { padding-bottom:10px; }
	.padt20 { padding-top:20px; }
	.padb20 { padding-bottom:20px; }
	
	.padt40 { padding-top:40px; }
	.padb40 { padding-bottom:40px; }

	.padt50 { padding-top:50px; }
	.padb50 { padding-bottom:50px; }
	
	
	.padt100 { padding-top:100px; }
	.padb100 { padding-bottom:100px; }
	
	
	.padl100 { padding-left:50px; }
	.padr100 { padding-right:50px; }
	
	.pad50 { padding:50px; }
	.pad20 { padding:20px; }
	.pad10 { padding:10px; }
	.pad0 { padding:0px; }
	.padr0 { padding-right:0px; }
	.padl0 { padding-left:0px; }
	.margin0 { margin:0px; }
	.marginb10 { margin-bottom:10px; }
	
	.nounderline { text-decoration:none; }
	.nounderline:hover { text-decoration:none; }
	
	.bold { font-weight:700; }
	
	.white, .white:visited, .white:hover { color:#fff; }
	
	.black, .black:visited, .black:hover { color:#000; }
	
	
	
	
	.blackbg { background: #000; }
	.whitebg { background: #fff; }
	.greybg { background: #E5E5E5; }

	
	/*.table td, .table  th {  border: 1px solid #650006  !important; }*/
	.table tr th {  background-color: #78959d; color:#fff; text-align:left; } 
	
	.shadow { 
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}


	.center_vertical { display: table; height:100%; width:100%; }
	.center_vertical span { display: table-cell; vertical-align: middle; }
	
	.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%;
}
	

	.grecaptcha-badge { visibility: hidden !important; }
	

	.green_top_button { float:right; min-width:140px; color:#fff; font-size:14px; line-height:18px; margin:5px;  padding:8px 10px; border-radius:20px; background:#9ac11a; }
	.green_top_button:hover { background:#000; text-decoration:none;color:#fff;  }
	
	.blue_top_button { display:block; float:left; width:170px; color:#fff; font-size:14px; line-height:18px; margin:10px;  padding:8px 10px; border-radius:20px; background:#0c468f; }
	.blue_top_button:hover { background:#000; text-decoration:none; color:#fff; }


	.min300 { min-height:300px; }

	.bottom_button { display:block; float:left; width:160px; color:#fff; font-size:16px; line-height:22px; margin:10px;  padding:5px 10px; border:1px solid #fff; border-radius:25px; background:none; }
	.bottom_button:hover { background:#9ac11a; text-decoration:none;color:#fff;  }


	
	.footer_link { font-size:14px; color:#000; text-decoration:underline; }
	.footer_link:hover { font-size:14px; color:#000; }

	
@media screen and (max-width:800px) {
	
	
	p { font-size:14px; line-height:22px; }
	
	
	.padt50 { padding-top:10px; }
	.padb40 { padding-bottom:20px; }
	.padl100 { padding-left:10px; }
	.padr100 { padding-right:10px; }
	
	body, p { font-size:14px; }

	.mlneg100 { margin-left:0px; }
	.pad100 { padding:20px; }
	
	.min300 { min-height:auto; }
	
	
	
}	
	


	
	