body,html{
	margin:0;
	width:100%;
}

body{
	font-family:"verdana";
	font-size:16px;
	background:#fff;
}

.ib{
	display:inline-block;
}

.hideMe{
	display:none;
}

.btn{
	width:100px;
	color:#000;
	background:#eee;
	height:30px;
	border:1pt solid #efefef;
	border-radius:3px;	
	line-height:30px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.ssImg{
	width:100%;
}

.flx{
	display:flex;
}

.half{
	width:50%;
	padding:10px;
	display:inline-block;
	vertical-align:top;
}

.third{
	width:33%;
	padding:10px;
	display:inline-block;
	vertical-align:top;
}

.fourth{
	width:25%;
	padding:10px;
	display:inline-block;
	vertical-align:top;
}

#wrapper{
		width:80%;
		margin:auto;
}

.btn:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.ctr{
	text-align:center;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr200{
	clear:both;
	height:200px;
}	

a{
		text-decoration:none;
		color:#474747;
}

#cgLogo{
	width:50%:
	margin:auto;
}

.cbcBullets{
		text-align:left;
		width:300px;
		margin-left:calc(50% - 150px);
}

#footer{
		padding:20px;
	  background:#f2f2f2;
}

.clr100{
	clear:both;
	height:100px;
}	

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../img/loading.gif') 
                50% 50% 
                no-repeat;
    background-size:40px;            
}



@media only screen and (max-width : 768px) {
		.flx{
			display:block;	
		}
		
		.half{
			width:100%;
			display:block;
		}
		
		.third{
			width:100%;
			display:block;
		}

		.fourth{
			width:100%;
			display:block;
		}			
		
		#cgLogo{
				width:80%;
		}	

}