

html{
        
    font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18px;
    background: rgb(216, 221, 230);
}


body
{
	background: #FFFFFF;
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 4%;
}

.title
{
    font-family: "Open Sans";
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
  	color: #333333;
}

/*margin for all article content & list */
.selfServiceArticleListItem article{
    margin:20px;
}

/*margin for trending articles, today's articles */
.selfServiceBaseSimpleItems  {
    padding: 10px 20px;
}

.test-id__field-label
{
    color: #000000;
    display:none;
    
}

.span[aria-label="Detail"]{
    display: none;
}

.forcePageBlockSection .sectionHeader {
    background-color : inherit !important;
    
}
.selfServiceArticleHeaderDetail.meta
{
    margin-bottom:10px !important;
    
}
/*
testing for header color
*/
.cHeaderOverlay {
    background-color : #008543 !important;
}

.topicContent {
    background-color : transparent !important;
   
}

/*
start : featured topic styles
*/

.topicLabel {
    color :#829696 !important;
    vertical-align: bottom !important;
    text-transform:none !important;
    font-size: 0.9rem!important;
    font-weight: normal!important;
}
/*
end: featured topic styles
*/

.forceTopicFeaturedTopics
{
    margin-top:0rem !important;
}

.cProfileCon
{
    visibility:hidden;
}

/*
remove extra information on article display

.article-type , p.selfServiceArticleHeaderDetail , div.selfServiceArticleHeaderDetail
{
    display:none !important;
}
*/



.article-type
{
    display:none !important;
}

 p.selfServiceArticleHeaderDetail 
{
    display:none !important;
}

/*
remove extra information on global search suggested articles
*/

.continue-post-wrapper
{
    display:none !important;
}

/*
START : Following Styles are used to Style Article Content 
*/
hr
{
 	border-top: 1px solid #cccccc;
    margin: 1px;
    margin-top: 20px;
    height: 5px;
    display: block;
    
}


.infobox
{
  margin-top: 20px;
  border: 1px solid #cccccc ;
  background-color: #FFFFCC;
  text-align: center;
 }

.infobox1
{
   border: 1px solid #cccccc ;
   background-color: #EEECE1
}
.right {
    float: right;
}


.heading1
{ 
    color: #008542; 
    font-family: Helvetica, sans-serif; 
    text-justify: auto; 
    background-color: #fff; 
    font-size: 1.75em; 
} 

.heading2 
{ 
    color: #404040; 
    font-family:Helvetica, Arial; 
    text-justify:auto; 
    font-size: 1.5em; 
} 
.paragraph 
{ 
    font-family: Helvetica, Arial; 
    text-justify: auto; 
    font-size: 14px; color: #404040; 
} 
.paragraph a 
{ 
    color: #218dc3; 
    text-decoration: none; 
} 
.heading4 
{ 
    font-family: Helvetica, Arial; 
    text-justify: auto; 
    font-size: 1em; 
    color: #008442; 
    font-weight:450; 
}


.footer-links 
{ 
    font-size: 0.9em; 
    text-decoration: none;
} 
.footer-links ul 
{ 
    list-style: none;
    list-style-type: none;
    text-align: center; 
} 
.footer-links li 
{ 
    display: inline-block; 
    list-style: none;
    list-style-type: none;
    padding: 0 5px 10px 0; 
} 


.footer-links ul li:before 
{
    display:none;
}
.footer-links li a 
{ 
    color: #67a240; text-decoration: none; 
} 
.footer-links li a:hover 
{ 
    color: #C8d90B; 
} 
.footer-links img 
{ 
    max-width: 35px; 
    margin: 0 5px -10px 0; 
 }

.bw
{
    border: 2px solid #B8B8B8;
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;   
}

.bw th
{
    background-color: #8E8E8E;
}

.bw tr td:nth-child(odd)
{ 
    background: #FFFFFF;
    
}

.bw tr td:nth-child(even)
{
    background: #C5C5C5;
}

.bwhead 
{
   background-color: #C5C5C5; 
}

