  /*!
 * Add custom css for this site here:
 */
/* Wellness */

#tab1 h3,
#tab1 h4,
#tab1 h5 {
  color: #930B22 !important;
}

/* Adding a half flex column */
.col-50 {flex: 0 0 4.166%; max-width: 4.166%;}

/*! * Add custom css for this site here: */
 #tab1{
	/**Physical**/
	 border-top:10px #c8102e solid;
	 background-color:#f8d7da;
}
 #tab2{
	/**Occupational**/
	 border-top:10px #E76738 solid;
	 background-color:#fdd7c9;
}
 #tab3{
	/**Intellectual**/
	 border-top:10px #FFD900 solid;
	 background-color:#fff3cd;
}
 #tab4{
	/**Environmental**/
	 border-top:10px #009640 solid;
	 background-color:#d4edda;
}
 #tab5{
	/**Emotional**/
	 border-top:10px #00A5DA solid;
	 background-color:#d1ecf1;
}
 #tab6{
	/**Social**/
	 border-top:10px #005891 solid;
	 background-color:#cce5ff;
}
 #tab7{
	/**Spiritual**/
	 border-top:10px #535396 solid;
	 background-color:#d6d6f8;
}

.carousel-caption p {
        font-size: 1.125rem;
        padding-top: 1.5rem;
        margin-bottom: 0px!important;
    }





table {
    font-size:inherit;
}

img.profile {
    float: left; 
    margin-top: 10px; 
    margin-right: 10px;
    margin-bottom: 10px;
}

/* News Feed for Âé¶¹¾«Æ· in the News Items BW 1-26-18 */
 .rss-box ul {
	 padding: 0;
	 list-style-type: none;
}
 .rss-box li {
	 padding: 10px 10px 10px 0px;
	 border-bottom: 1px dotted #ccc;
}
 .rss-box li a {
	 font-weight:600;
}


/* News Feed for Theme 2.0 BW 9-2-2020 */
ul.rss-items {
	 padding: 0;
	 list-style-type: none;
}
li.rss-item {
	 padding: 10px 10px 10px 0px;
	 border-bottom: 1px dotted #ccc;
}
li.rss-item a {
	 font-weight:600;
}
 

/*.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{    color: #fff;*/
/*    background-color: #c8102e;}*/
    
    .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #c8102e;}
    
    /* custom hover color for Font Awesome icon */
.fa-envelope {
    background: #c8102e;
}


.btn-black {
     color: #fff;
     background-color: #000;
     border-color: #000;
     
}