	.tabs{
		display:none;		
	}

	.contentPage .contentDes>h1{
		display:none;
	}

	.contentPage .contentDes .svcMenu .mobileSvcHeader{
		border-left:2px solid #00376f;
		border-top:2px solid #00376f;
		border-right:2px solid #00376f;
		border-top-left-radius:8px;
		border-top-right-radius:8px;
		display:flex;
		justify-content: flex-start;
		align-items:center;
		background-color: #dcdcdc
	}

	.contentPage .contentDes .svcMenu .mobileSvcHeader .menuIcon{
		background:#00376f;
		padding:8px;
		width:20px;
		cursor:pointer;
	}

	.contentPage .contentDes .svcMenu .mobileSvcHeader .pageTitle{
		padding-left:10px;
		font-size: 1.1rem;
		font-weight: 600;
		color:#00376f;
		
	}

	.contentPage .contentDes .svcMenu .divider{
		border-top:2px solid #00376f;
		margin:40px -10px -37px -10px;
	}

	.contentPage .contentDes .svcMenu .mobileSvcMenu{
		background:#00376f;
		color:#FFF;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
		padding:0 10px;
		line-height:1.7rem;
		height:0;
		overflow:hidden;
		transition: height 0.5s;
	}

	.contentPage .contentDes .svcMenu .mobileSvcMenuOpen{
		height:140px;
		padding-top:10px;
	}

	.contentPage .contentDes .svcMenu .mobileSvcMenu .menuLnk{
		cursor:pointer;
	}
	





/*************DIVIDER************************************************************************************************/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	
}

/*************DIVIDER************************************************************************************************/
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.contentPage .contentDes .svcMenu{
		display:none;
	}

	.contentPage .contentDes>h1{
		display:block;
	}
	.tabs{
		margin:0 -10px;
		display:flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: stretch;
		border-bottom:1px solid grey;
	}
	.tabs .tab{
		flex-grow: 1;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-right:5px;
		box-sizing: border-box;
		margin-bottom:-1px;
		background-color:#00376f;
		padding:5px;
		text-align: center;
		color:#FFF;
		cursor: pointer;
	}
	.tabs .tab:first-child{
		margin-left:5px;
	}
	.tabs .tab.selected{
		background:#dcdcdc;
		border:1px solid grey;
		border-bottom:0;
		color:#000;
		font-weight:600;
		pointer-events: none;
		cursor: default;
	}
	.tabContent .tabContentDesc{
		display:none;
		/*visibility:visible;
		height:auto;*/
	}
	.tabContent .tabContentDesc:first-child{
		display:block;
	}
	.tabContent .tabContentDesc h2{
		font-size:1rem;
	}
	.tabContent .tabContentDesc h3{
		font-size:1rem;
	}
}



/*************DIVIDER************************************************************************************************/
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	
}


/*************DIVIDER************************************************************************************************/
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	

}
