.oralHealthNavHeader{
	background-color: #003359;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
}

.oralHealthNav {
    text-align: center;
    list-style: none;
    padding: 0;
    line-height: 44px;
    /*height: 26px;*/
    overflow: hidden;
    font-size: 0.9rem;
    position: relative;
}
.oralHealthNav li {
    background: #0277A7;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 -5px;
    padding: 0 10px;
    font-size: 1rem;
}
.oralHealthNav a {
    color: white;
    text-decoration: none;
}
.oralHealthNav li.selected {
    background: white;
    z-index: 2;
    border-bottom-color: white;
    border: 1px solid white;
}
.oralHealthNav li.selected a{
    color: black;
}
.oralHealthNav:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid white;
    z-index: 1;
}
.oralHealthNav li.selected:before,
.oralHealthNav li.selected:after {
    border: 1px solid white;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.oralHealthNav li.selected:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 white;
}
.oralHealthNav li.selected:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 white;
}
.oralHealthNavMobile li.selected {
    background-color: white;
    border: 3px solid #003359;
}
.oralHealthNavMobile li.selected a{
    color: #003359;
    font-weight: bold;
}

.oralHealthNavMobile li.selected a::before{
    background-image: url('/images/redesign/icons/arrow_right.svg');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 15px;
    content:"";
}

.oralHealthNav li{
    /*border: 1px solid white;*/
}

.oralHealthMobileFont{
    font-size: 1rem;
}

@media (max-width: 576px) {
    .oralHealthMobileFont{
        font-size: 1.1rem;
    }
}
@media (min-width: 1200px) {
    .oralHealthNav li {
        padding: 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .oralHealthNav li {
        font-size: unset;
    }
}

.oralHealthNavMobile a{
    text-decoration: underline;
}
@media (max-width: 576px) {
    .oralHealthCard{
        width: auto!important;
        margin-right: 20px;
    }
}

.articlePageUL{
	  padding-left: 20px;
}

 
    .articlePageH1,
    .articlePageH2,
    .articlePageH3,
    .articlePageH4{
        color: #002C4C;
    }

    .articlePageImg{
        max-width: 500px;
        border-radius: 5px;
        margin: 10px 0px 20px 0px;
    }

    .articlePageBackBtn{
        color: black;
        text-decoration: underline;
        text-decoration-color: #0099D8;
        text-decoration-thickness: 2px;
    }
    .articlePageBackBtn:hover{
        text-decoration-thickness: 3px;
    }
    
.articleContainer{
	padding-bottom: 1rem;
}

.articleSubText{
	font-size: 0.75rem;
}


.dHealthTable td{
    border: 1px solid black!important;
}

.dHealthTable th{
    font-weight: bold;
    border: 1px solid black!important;
}
.dHealthTable_top_head{
    background: rgba(147, 150, 156, 0.2);
}

.articleTopMargin{
	margin-top:10px;
}
