
.secondary-footer-lists {
	float:right;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display:block;
	max-width:100%;
	height:auto;
	width:100%;
}
@media (max-width: 767px) {
	.wrap-inner {
		padding: 0px !important;
	}
}
.introduction-section {
    float: left;
    width: 100%;
    background: #e7e8e7;
}
.intro-text {
    font-size: 20px;
}
#mixedSlider {
	margin:30px 0px;
    position: relative;
    float: left;
    width: 100%;
}
#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 3%;
}
#mixedSlider .MS-content .item {
    display: inline-block;
    width: 25%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 15px;
}
@media (max-width: 767px) {
	#mixedSlider {
		float:none;
	}
}
@media (max-width: 991px) {
	#mixedSlider .MS-content .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	#mixedSlider {
	margin-top:0;
	}
	#mixedSlider .MS-content {
		margin: 0;
	}
	#mixedSlider .MS-content .item {
		width: 100%;
		padding:0px;
	}
}
#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
	margin: 0;
	padding: 5px 10px;
	display:block;
	font-size:9px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}
#mixedSlider .MS-content .item h3 {
	margin:15px 0px;
	font-size:16px
}
#mixedSlider .MS-content .item p {
    min-height:135px;
}
#mixedSlider .MS-content .item p:last-child {
	margin-bottom:0px;
	min-height:auto;
}
#mixedSlider .MS-content .item a {
    transition: linear 0.1s;
}
#mixedSlider .MS-content .item a.btn {
    padding: 8px 16px;
	display: inline-block;
    font-weight: normal;
    border-radius: 3px;
    background-color: #314668;
    border: 1px solid #293a57;
    color: #fff;
    border-color: #314668;
    text-align: center;
}
#mixedSlider .MS-content .item a.btn:hover {
	text-decoration: none;
}
#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 72px;
    top: 40%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
	cursor: pointer;
}
#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
	#mixedSlider .MS-controls button {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#mixedSlider .MS-content .item h3 {
		padding:0px 15px;
	}
	#mixedSlider .MS-content .item p {
		padding:0px 15px;
		min-height: auto;
	}
	#mixedSlider .MS-controls button {
		top: 15%;
		font-size: 50px;
		color:#fff;
	}
	#mixedSlider .MS-controls button:hover {
		color: rgba(255, 255, 255, 0.8);
	}
}
#mixedSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
	#mixedSlider .MS-controls .MS-left {
		left: 0px;
	}
}
#mixedSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
	#mixedSlider .MS-controls .MS-right {
		right: 0px;
	}
}

.participants-box {
	padding:0px 0px 15px 0px;
	float: left;
	width:100%;
	height: 160px;
	background:#fff;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	margin: 8px 0;
	overflow:hidden;
}
.participants-box > .row > div:first-child {
	border-right:0px solid #cbcbcb;
}
/*
.participants-box h4 {
	font-style: normal;
	color: #3b3b3b;
}
*/
.participants-box h4 {
    font-style: normal;
	font-weight: normal;
    color: #fff;
    background: #4f6382;
    padding: 7px;
    /*text-align: center;*/
    font-size: 13px;
}
.participants-box  .u-text-center{padding: 0 15px;}
.participants-box span.percentage {
	margin-bottom:10px;
	display: block;
	font-size: 48px;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 15px;
}
.participants-box span.graphpercentage {
	margin-bottom:10px;
	display: block;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 40px;
}
.participants-box span.overall {
	display: inline-block;
	font-size:14px;
	font-weight: bold;
	line-height: normal;
}
.participants-box span.percentage-text {
	clear: both;
	display: block;
	font-size: 10px;
}
#genderchart{padding: 15px;}
#genderchart svg{overflow: visible !important;}

@media (max-width: 767px) {
	.participants-box {
		float: none;
		margin-bottom:15px;
	}
	.participants-box > .row > div:first-child {
		margin-bottom:15px;
		padding-bottom:15px;
		border-right:none;
	}
	.participants-box span.percentage {
		margin-top: 20px;
	}
}

/***************************************
PIE CHART
***************************************/
#chart_wrap {
    position: relative;
    overflow:hidden;
}
#chart {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

.gender-participants {
	margin:20px 0px;
	float: left;
	width:100%;
}
.gender-participants span.percentage {
	margin-bottom:10px;
	display: block;
	font-size: 60px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 40px;
	color:#3ab34e;
}
.gender-participants span.percentage-text {
	clear: both;
	display: block;
	font-size: 10px;
}
.gender-participants span.overall {
	display: inline-block;
	font-size:14px;
	font-weight: bold;
	line-height: normal;
}
.gender-participants span.percentage-text {
	clear: both;
	display: block;
	font-size: 10px;
}
.imgTitle {
    position: relative;
}
.imgTitle .blogTitle {
	margin: 0;
	padding: 5px 10px;
	display:block;
    color: #bbb;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
	font-size: 10px !important;
    line-height: 20px !important;
}
.imgTitle img {
    height: auto;
    width: 100%;
}

