@charset "utf-8";
.is-hide {
	display: none !important;
}
.embed-content{
	background-color: #dadada;
	background-image: url(../images/loading.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.wordcloud-container{
	background-color: rgba(0,0,0,0);
	background-repeat: no-repeat;
	background-size: cover;
}

body {
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	overflow-x: hidden;
	background-color: rgba(0,0,0,0.0);
}
p {
	line-height: 140%;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	outline: none;
	color: #262626;
}
button, a {
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	color: #262626;
	font-weight: 700;
}
.block-container {
	margin-bottom: 30px;
	position: relative;
}
.nav-container {
	text-align: center;
}
.nav-container ul {
	display: inline-block;
}
.nav-container ul li {
	float: left;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px 30px;
}
.nav-container ul li a {
	font-weight: 700;
	font-size: 20px;
	width: 100px;
	height: 100px;
	display: block;
	color: #fff;
	line-height: 100px;
	background: #fd7b23; /* Old browsers */
	background: -moz-linear-gradient(top, #fd7b23 0%, #774a22 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fd7b23 0%, #774a22 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fd7b23 0%, #774a22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7b23', endColorstr='#774a22', GradientType=0 ); /* IE6-9 */
}
.nav-container ul li.active{
	box-shadow: 3px 5px 10px rgba(0,0,0,0.3);
}

.nav-container ul li.active a {
	font-weight: 800;
	font-size: 22px;
	background: #29b255; /* Old browsers */
	background: -moz-linear-gradient(top, #29b255 0%, #062210 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #29b255 0%, #062210 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #29b255 0%, #062210 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b255', endColorstr='#062210', GradientType=0 ); /* IE6-9 */
}





