.colNavWrapper {
    position: relative;
    padding: 0;
    margin: 0 0 10px 4px;
    width: auto;
    height: 201px;
    border: 1px solid rgb(178, 178, 178);
    overflow-x: auto;
    overflow-y: hidden;
}
.colNavWrapper ul {
    position: absolute;
    width: 231px;	
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(220, 220, 220);
    padding: 0px;
    margin: 0px;
}
.colNavWrapper div {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.colNavWrapper ul li {
    list-style: none;
    padding: 4px 4px 4px 12px;
} 
.colNavWrapper li a {
    color: rgb(50, 50, 50);
    font-size: 90%;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    width: 100%;
    display: block;
}
.colNavWrapper ul:first-child ul {
    left: 231px;
    top: 0px;
    position: absolute;
    display: none;
}
.colNavWrapper li.selected {
    background-color: #2777b1;
}
.colNavWrapper li.selected>span,
.colNavWrapper li.selected>a {
    color: rgb(255, 255, 255) !important;
}
.colNavWrapper span {
	display:block;
}
.contactArticle{
	padding-bottom:20px;
	width:100%;
	display:table;
	height: auto !important;
}
.contactContainer {
    border: 1px solid #efefef;
    padding: 10px;
    min-height: 180px;
	margin-top: -10px;
}
.contactContainer .title {
    font-weight: bold;
    margin: 0 0 16px;
}
.contactContainer  p{
    margin: 0 0 16px;
}
 
.twoCol .contactContainer {
   width: 49%;
    float: left;
    margin-right: 18px;
	
}
.twoCol .contactContainer:last-child ,.threeCol .contactContainer:last-child {
    margin-right: 0;
}
.threeCol .contactContainer {
    float: left;
    width: 32.33%;
    margin-right: 9px;
}
.contactSection h1 {	
	padding-top: 0;
	margin-bottom: 0px;
}
#divRegions {
	margin-top: 20px;
}
.colNavWrapper li {
	color: rgb(50, 50, 50);
    font-size: 90%;	
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}
#noResults {
	font-weight: bold;
}
.colNavWrapper li:hover {
	cursor:pointer;
}
@media only screen and (max-width : 767px) {
	.contactSection {
		padding: 0 10px;
	}
	.colNavWrapper {
		margin: 0 10px 10px 10px;
		overflow-y: auto;
	}
	.colNavWrapper ul {
		border: none;
	}
	.colNavWrapper ul {
		position: static;
		/* width:181px; */
		width: 251px;
	}
	.colNavWrapper ul:first-child ul{
		position:static;
	}
	.colNavWrapper li.selected {
		background-color:transparent;
	}
	.colNavWrapper li.selected>span {
		color: rgb(255, 255, 255);
		background-color: #2777b1;
		padding: 10px 5px;
	}
	.colNavWrapper li a {
		font-size: 12px;
		 
	}
	.countryList li,.deptList li,.stateList li{
		position:relative;
	}
	.countryList li.selected:before,.clOther:before{
		content: "|_";
		color: #279fb1;
		font-weight: bold;
		position: absolute;
		top: -8px;
		left: -8px;
		font-size: 23px;  
	}
	.clOther:before{
		content: "|";
		top:-6px;
	}
	.deptList .clOther:before,.stateList .clOther:before{
		color:#2786b1;
	}
	.countryList li.selected>span{
		background-color: #279fb1;
		margin-top: 15px;
		padding: 8px;
	}
	.stateList li.selected>span{
		background-color: #2786b1 !important;
		padding: 4px !important;
		margin-top: 10px !important; 
	}
	.deptList li.selected:before,.stateList li.selected:before{
		 color:#2786b1;
	}
	.deptList li ,.countryList li,.stateList li{
		margin-left:20px;
	}
	.countryList li.selected {
	   margin-top: -3px !important;	
	}
	/* .deptList li.selected,.stateList li.selected {
		margin-top: -10px !important;
	} */
	.deptList li a{
		/* background-color: transparent !important; */
		margin-top: 0 !important;
		padding: 0px !important
	}
	.deptList li.selected>span{
		background-color: #2c9ed2 !important;
		padding: 4px !important;
		margin-top: 10px !important; 
	}
	.twoCol .contactContainer,.threeCol .contactContainer{
		width:100%;
	}
	
	.colNavWrapper li.selected>span, .colNavWrapper li.selected>a {
        color: #fff !important;
		background-color: #2777b1;
}
	
}
@media only screen and (min-width:768px) and (max-width:960px){ 
	.contactSection {
		padding: 0 15px;
	}
	.twoCol .contactContainer {
		width: 48%;
		margin-right: 25px;
	}
	.threeCol .contactContainer {
		width: 31.33%;
		margin-right: 20px;
	}
	.colNavWrapper ul{
		width:175px;
	}
	.colNavWrapper ul:first-child ul {
		left: 175px;
	}
	.deptList {
		border-right: none !important;
	}
}
@media only screen and (min-width : 768px){

}
