.main-content img:first-child{
    margin-bottom:1em;   
}


.social-media>.nav>li>a {
  padding: 0px 5px;
  background-color:#a2a2a2;
  width:40px;
  height:40px;
  border:0px;
}

.social-media>.nav>li.facebook>a{
  padding: 0px 5px;
  background-image:url("../_internal/blocks/images/facebook_tab.png");
  background-repeat:no-repeat;
  background-position:left top;
}

.social-media>.nav>li.facebook>a:hover,
.social-media>.nav>li.facebook>a:active,
.social-media>.nav>li.facebook>a:focus{
  padding: 0px 5px;
  background-color:#3b5999;
  background-position:right top;
   border:0px;
}

.social-media>.nav>li.twitter>a{
  padding: 0px 5px;
  background-image:url('../_internal/blocks/images/twitter_tab.png');
  background-repeat:no-repeat;
  background-position:left top;
   border:0px;
}


.social-media>.nav>li.twitter>a:hover,
.social-media>.nav>li.twitter>a:active,
.social-media>.nav>li.twitter>a:focus{
  padding: 0px 5px;
  background-color:#2aa8e2;
  background-position:right top;
}

/* Removed 9/30/16
.carousel-indicators {
    bottom: 30px;
    }
*/    
/*** contentwithleftnav container ***/
#headerMainImage { /** sets a 1em margin-bottom tag to the main image to add some space to the elements that follow it **/
    margin-bottom: 1em;
}

.col-lg-4 h4:first-child{ /**aligns top spacing of h4 in 2nd column used as right column under a mainHeaderImage with <p> content in the adjacent two columns, desktop**/
    margin-top:0px;
}
.col-md-4 h4:first-child{ /**aligns top spacing of h4 in 2nd column used as right column under a mainHeaderImage with <p> content in the adjacent two columns, laptop**/
    margin-top:0px;
}
.col-sm-4 h4:first-child{ /**aligns top spacing of h4 in 2nd column used as right column under a mainHeaderImage with <p> content in the adjacent two columns, tablet**/
	margin-top:0px;
}

.caption {
        width:100%;
        bottom: .3rem;
        position: absolute;
        background:#000;
        background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .thumbnail {
        border: 0 none;
        box-shadow: none;
        margin:0;
        padding:0;
    }
    .caption h2, .caption p {
        color: #fff;
        -webkit-font-smoothing: antialiased;
    }


.urta  {  
   margin-top:2em;
}
.urta img{  
    float:left;
    margin:0 1em 1em 0;
}

.urta p {  
    width:75%;
}

/* Blog Feed Style */
 .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;
}
/* End Blog Feed Style*/

