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

	
@-webkit-keyframes fade{
	from{
		left:0px;
		opacity:0;			
		} 
	to{
		left:0;
		opacity:1;
		transition:8s;
		}
	}
@keyframes fade{
	from{
		left:0px;
		opacity:0;
		} 
	to{
		left:0;
		opacity:1;
		}
	}
		

.bodyCopy {
	font-family: Raleway;
	padding-left: 50px;
	padding-right: 50px;
	color: #4d4e4f;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: 23px;
	word-spacing: normal;
	height: auto;
	letter-spacing: normal;
		}
.bodyCopyBulletPoints {
/*	padding: 15px;*/
	font-family: Raleway;
	color: #4d4e4f;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: 25px;
	text-align: center;
/*	text-indent: 15px;*/
/*	display: list-item;*/
}
.bodyHeader {
	padding-left: 50px;
	color: #4d4e4f;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	font-family: Raleway;
}	

.borderForCircles{
	height: 40px;
	width: 40px;
	padding: 0px;
	margin-left: 5px;
	border: 2px solid white;
	border-color: #ffffff;
	border-radius: 40px;
	background-color: #16536b;
}	
.borderForCirclesPsy{
	height: 40px;
	width: 115px;
	padding: 5px;
	border: 2px solid white;
	border-color: #ffffff;
	border-radius: 40px;
	background-color: #16536b;
}	


.bulletpointsDiv{
	background-color:#E9E9E9;
	border-radius: 5px;
	margin:15px;
	padding: 15px;
	width: 275px;
	display: inline-block;
}	

.displayInlineBlock{display: inline-block;}
.displayInlineBlockPsy{display: inline-block;}

.fadeIn{
	position:relative;
	-webkit-animation:fade 3s;
	animation:fade 3s;	
}

.footerBackgroundColor{
	background-color: #c7eafb;
			
}
.footerTypeFont{
	font-family: Raleway;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	
}
.footerTypeShadow{
	text-shadow: 0px 0px 20px #ffffff;
	
}
.footerTypeColor{
	color: #000000;
}
.footerObjectShadow{
	box-shadow: 0px 0px 10px #6dcff6;
}
.footerObjectShadowBU{
	box-shadow: 0px 0px 20px #99d9f6;
}

.headLiner {
	color: #000000;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-style: normal; 
	line-height: normal; 
	font-family: Raleway;
	letter-spacing: 0.07em;
	position: relative;
	top: 10px;
	padding-left: 15px; 
}

.hoverToShadow:hover{
	height: 40px;
	padding: 0px;
	margin-left: 5px;
	border: 2px solid white;
	border-color: #ffffff;
	border-radius: 40px;	
	box-shadow: 0px 0px 5px 5px #beb6b5;
}		
.hoverToShadowPsy:hover{
	height: 40px;
	padding: 5px;
	border: 2px solid white;
	border-color: #ffffff;
	border-radius: 40px;	
	box-shadow: 0px 0px 5px 5px #beb6b5;
}		



.navigation {
	font-family: Raleway;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	color: #4d4e4f;
	border-radius: 25px;
}		
.navigationWhite {
	font-family: Raleway;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	border-radius: 25px;
}		

.quotes {
	font-family: Raleway;
	font-size: 16pt;
	color: #000000;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
	line-height: 25px;
	word-spacing: normal;
	height: auto;
	padding-right: 25px;
	padding-left: 25px;
}
.quotesAuthor {
	font-family: Raleway;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: 25px;
	word-spacing: normal;
	height: auto;
}


	







		

	










