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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/ 

/* ---------------------------------------- WGO Table Content ------------------------------------ */

.onethirdcol {
	width: 29%;
	margin: 2% 2% 0;
	float:left;
}

.onethirdcol h3{
	font-family: 'Baloo 2', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 1.4em;
	color: #3f1063;
	text-align:center;
	font-weight:normal;
	line-height: 1.2em;
	display:block;
	width: 100%;
	padding: 1%;
	margin: 3% 0;
	background-color: #eab952;	
}

.onethirdcol a{
	margin:0;
	font-family: 'Baloo 2', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 100%;
	color:#3f1063;
	text-decoration:none;
}

.onethirdcol a:hover{
	text-decoration:underline;
	
}

.onethirdcol p{
	margin:0;
	line-height:1;
	font-family: 'Baloo 2', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 100%;
	color:#414042;
}

.wgo-entry em{
	margin:3% 0;
	font-family: 'Baloo 2', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-style:italic;
	font-size: 100%;
	color: #414042;
}

.wgo-entry p{
	margin:0;
	font-family: 'Baloo 2', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 100%;
	color:#414042;
}
.wgo-entry {
	background:#f7f0e3;
	padding:3%;
}


/* MEDIA QUERY
------------------------------------------------------------*/ 
/* ----------------------------------------- WIDTH --------------------------------------------------------------- */

/* CELL PHONE   
------------------------------------------------------------*/ 

@media (max-width: 645px ) {	
	.onethirdcol {
	width: 96%;
	margin:0% 2%;
	}
}
