  /* .c-padding-b-20{
	padding-bottom:20px !important;
}
.c-padding-t-20{
	padding-top:20px !important;
}

::selection { background: #e3b505; color: #17334F;}
a {  color: #363636; }
  a:active,
  a:hover,
a:link, a:visited { color:#296196; text-decoration: none;}
  a:focus {
	color: #214971; }

.c-content-tab-1 .nav > li.active:hover > a{
background-color: white !important;
}
.c-content-tab-1 .nav > li:hover > a{
text-decoration: none;
}
.tab-content table h4 { font-size: 18px; }
.tab-content a.cbp-l-inline-view { margin-left: 12px; margin-top: 5px; }
.c-content-tab-1 .nav-tabs>li>a{
min-height:66px;
}

  		
        .c-content-tab-4.c-opt-3 > .tab-content{
            background-color:transparent;
        }
        tr > td > img{
            float:left;
        }
        tr > td > div{
            float:left;
            margin-left:20px;
        }
        tr > td > div >  h3{
            margin:0;
        }
		
div.c-layout-page i.fa { color: #e3b505; }
div.c-layout-page h4 { color: #DDAE06; }*/
/*lvl2 banner space*/
.c-layout-page.c-lv2-page {
	margin-top: 0; 
}

/* lvl2 banner image for the Dental */
.c-layout-page.c-lv2-page .lv2banner {
  
	background-image: url('/saas/images/saas_banner.png');
    -webkit-background-size: 100%; 
	-moz-background-size: 100%; 
	-o-background-size: 100%; 
	background-size: 100%; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
/* lvl2 banner END */

.c-layout-page.c-lv2-page .page-title-ct {
	display: inline;
	font-weight: bold;
	font-size: 45px;
	color: #ffffff;
	padding: 10px 0;
	text-shadow: 1px 5px 6px black;
	/*background-color: rgba(33,73,113,0.8);*/
}
@media (max-width:991px) {
	.c-layout-page.c-lv2-page .lv2banner {
		min-height: 160px;
		background-position:49% 59%;
		padding-top: 65px;
	}
}
@media (max-width:430px) {
	.c-layout-page.c-lv2-page .lv2banner {
		background-position:45% 39%;
	}
}
/*lvl2 banner space END*/
 