.penci-topbar-menu{
	top:0px!important;
}
.cgcc-intro-frame{
	position: relative;
	width: 100%;
	/*min-width: 300px;*/
	box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
	margin: 0 auto;
	border-spacing: 2px;
	padding: 5px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	/*Invisible at beginning*/
	opacity: 0;
}
.bio_trigger{
	cursor:pointer;	
}
.cgcc-intro-frame::-webkit-scrollbar
{
	width: 8px;
	background-color: #d7d7d7;
}

.cgcc-intro-frame::-webkit-scrollbar-thumb
{
	width:8px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	background-color: rgba(35,58,100,.5);
	border-radius:10px;
}
.cgcc-intro-frame .row{
	margin:0 auto;
}
@media screen and (max-width:1198px){

	
	
}
.left-border{
	border-left:solid 1px;
	border-radius:1px;
	border-color:#DCDCDC;

}
@media screen and (max-width: 992px) {
	.left-border{
		border-left:none;
	}
}
.img-container{
	display: table;
	width: 100%;	
	height: 100%;
}
.img-container-inner{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.chairman-message .img-container-inner{
	display:table-row;
}

.chairman-message .intro-text-container p{
	display:table-row;
}

.img-container img{
	width: 150px;

	display: block;
	margin: 0 auto;
}
.img-container span{
	text-align: center;
	color:#7d7d7d;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	display: block;
	font-weight: lighter;
	font-family: 'Rubik', sans-serif;
	position: relative;
	font-size: 12px;
}
.intro-text-container{
	width: 100%;
	height: 100%;
	display: table;
}
.chairman-message .intro-text-container h2{
	margin-top:0px;
	font-size: 20px;
	text-align:center;
	margin-bottom:30px;
}
.intro-text-container p{
	padding:3px 5px 3px 5px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Rubik', sans-serif;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	font-weight:lighter;
}
.intro-text-container span:not(.counter){
	/*text-indent: 2em;*/
	display: block;
	margin-bottom:12px;
	text-align:justify;
}
.counter{
	color: #E9423A;
	font-weight: bold;
}
.hide_ele{
	opacity:0;
}

.cgcc-lead {
	font-size: 26px;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #262626;
	margin-bottom: 20px;
}
.spacer{
	margin-top:3em;
	margin-bottom:3em;
}
#go-to-faq{
	box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
	-webkit-transition: .3s cubic-bezier(.3, 0, 0, 1.3);
    -moz-transition: .3s cubic-bezier(.3, 0, 0, 1.3);
    -o-transition: .3s cubic-bezier(.3, 0, 0, 1.3);
    transition: .3s cubic-bezier(.3, 0, 0, 1.3);
}
#go-to-faq:hover{
	box-shadow: 0px 1px 7px rgba(0,0,0,0.3);
}
#cgcc-faqs {
	margin-top:10em;
}
#cgcc-faqs .faq-accordion .faq-accordion-icon-toggle {
	position: absolute;
	top: 27px;
	right: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}
@media screen and (max-width: 480px) {
	#cgcc-faqs .faq-accordion .faq-accordion-icon-toggle {
		top: 17px;
	}
}
#cgcc-faqs .faq-accordion .faq-accordion-icon-toggle i {
	font-size: 20px;
	color: #0f2f59;
}

#cgcc-faqs .faq-accordion h3 {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 20px;
	color: #0f2f59;
	cursor: pointer;
	position: relative;
	display: block;
	font-family: 'Rubik', sans-serif;
}
#cgcc-faqs .faq-accordion {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-family: 'Rubik', sans-serif;
}

@media screen and (max-width: 768px) {
	#cgcc-faqs .faq-accordion h3 {
		font-size: 15px;
		line-height: 1.2;
		font-weight: 300;
		width: 90%;
		float: left;
	}
}
#cgcc-faqs .faq-accordion .faq-body {
	clear: both;
	display: none;
	padding: 30px 0 0px 20px;
	color: #444;
	font-size: 16px;
	line-height: 30px;
	/*overflow: hidden;*/
	font-family: 'Rubik', sans-serif;
	font-weight:lighter!important;
}
#cgcc-faqs .faq-accordion.active {
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
#cgcc-faqs .faq-accordion.active h3 {
	color: #82B0D9;
}
#cgcc-faqs .faq-accordion.active .faq-accordion-icon-toggle {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.fade-in-q{
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.fade-in-q{
		opacity:1;	
	}
}
ol {
	counter-reset: li;
	list-style: none;
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'Merriweather Sans', 'lucida sans', sans-serif;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	margin: 0 auto;
}
ol ol {
	margin-left: 2em;
}
.rounded-list a {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	margin: .5em 0;
	color: #262626;
	text-decoration: none;
	border-radius: .3em;
	transition: all .1s ease-out; 
	margin-left: 10%;
	margin-right: 10%;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}
.rounded-list a:hover{
	color: #82B0D9;

}
.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute; 
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	height: 2em;
	width: 2em;

	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	transition: all .3s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,.15);
}
.rounded-list li ol li a:before{
	content:"("counter(li)")";
}
.cgcc-tooltip {
	position: relative;
	display: inline-block;
}

.cgcc-tooltip .cgcc-tooltiptext {
	visibility: hidden;
	width: 300px;
	height:auto;
	color: #262626;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: -300%;
	left: 50%;
	box-shadow: 0px 1px 3px rgba(0,0,0,.1);
	background-color: rgba(255,255,255,0.85);
	font-weight:lighter!important;

}

.cgcc-tooltip:hover .cgcc-tooltiptext {
	visibility: visible;
}


/*Timeline CSS*/

.cgcc-timeline-wrap{
	margin-top:100px;
	margin-bottom:30px;
	position:relative;
}

/* The actual timeline (the vertical ruler) */
.cgcc-timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.cgcc-timeline::after {
	content: '';
	position: absolute;
	width: 5px;
	background-color: #0f2f59;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

.cgcc-timeline-title{
	text-align: center;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}



/* Container around content */
.cgcc-container {
	padding: 10px 40px;
	position: relative;
	width: 50%;
	z-index: 1;
}

@keyframes cgcc-float {
	0%  {
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
		background-color: #82B0D9;
	}

	50% {
		box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.3);
		background-color: rgb(200,223,245);
	}

	100%{
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
		background-color: #82B0D9;
	}
}
/* The circles on the timeline */
.cgcc-container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: #82B0D9;
	top: 3rem;
	border-radius: 50%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	transition: .3s cubic-bezier(.3, 0, 0, 1.3);

}

.cgcc-container:hover:after{

	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
	animation: cgcc-float 1s infinite;
}

/* Place the container to the left */
.cgcc-left {
	left: 0;
}

/* Place the container to the right */
.cgcc-right {
	left: 50%;
}



/* Fix the circle for containers on the right side */
.cgcc-right::after {
	left: -12px;
}

/* The actual content */
.cgcc-content {
	padding: 8px 10px;
	border-radius: 6px;
	position: relative;
	z-index: 0;
	color: #262626!important;
	cursor: pointer;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.cgcc-content h2{
	font-size:18px;
	margin-top:10px;
}
.cgcc-content span{
	font-size:12px;
	display:block;
}
@media all and (max-width: 600px){
	.beTable{
		display:table;
	}
	.cgcc-content span{
		display:table-row;
		
	}
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media all and (max-width: 600px) {
	/* Place the timelime to the left */
	.cgcc-timeline::after {
		left: 31px;
	}

	/* Full-width containers */
	.cgcc-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.cgcc-container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}

	/* Make sure all circles are at the same spot */
	.cgcc-left::after, .cgcc-right::after {
		left: 17px;
	}

	/* Make all right containers behave like the left ones */
	.cgcc-right {
		left: 0%;
	}
}

.cgcc-content img{
	width: 100%;
	
	max-width: 100px;
	max-height: 100px; 
	margin: 0 auto;
	display: block;
}

.bio-title{
	color:#7d7d7d;
	font-weight: lighter;
	font-family: 'Rubik', sans-serif;
}



/*Bio Modal Css */
.bio-toggle{
	float: right;
	display: block;
	color: #82B0D9;
	margin: 0 auto;
	position:absolute;
	top:0px;
	right:1rem;
}
.bio-toggle i {
	float: right;
	padding: 0;
	margin: 0;
	font-size: 38px;
	
}
@media screen and (max-width:1198px){

	.bio-toggle {
		width:100%;
		float:unset;
		top:0px;
		position:relative;
	} 
	.bio-toggle i{
		margin:0 auto;
		display:block;
		width:36px;
		float:unset;
		
	}
	
	
}



#page-cover {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 8888888;
	top: 0;
	left: 0;
}

#page-cover-hint{
	position: fixed;
	display: table;
	width: 300px;
	height: 30px;
	text-align: center;
	margin-top: 10px;
	background-color: rgba(0,0,0,0.8);
	color:#ffffff;
	bottom: 0px;
	left: calc(50% - 150px);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#page-cover-hint span{
	display: table-cell;
	vertical-align: middle;
}
.fc_bio{
	position: fixed;
	z-index: 9888889;
	/*visibility: visible;*/
	max-width: 800px;
	height: auto;
	top: -99999px;
	left:0px;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width:748px){
	.fc_bio{
		max-width:300px;
	}
	.bio-overflow{
		padding:0px;
	}
}
.fc_bio .row{
	margin:0 auto;
}

.white-bg{
	background-color: #ffffff;
}

.bio-overflow{
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-left: 50px;
}
.fc_bio .cgcc-intro-frame{
	overflow-y:scroll;
	max-height:500px;
	margin-top:0px;
	margin-bottom:0px;
	opacity:1;
}
.fc_bio .cgcc-intro-frame .img-container-inner{
	vertical-align: top;
} 

/*Bio Pop-up window Scroll Bar*/
.bio-overflow::-webkit-scrollbar
{
	width: 8px;
	background-color: #d7d7d7;
}

.bio-overflow::-webkit-scrollbar-thumb
{
	width:8px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	background-color: rgba(35,58,100,.5);
	border-radius:10px;
}
