.tsAppHeading {font-family: 'Open Sans', sans serif;}


/* Carousel Caption Heading color when linked */
div.carouselcaption div.span12 p:first-of-type a, .carouselcaption .HomepageHeading a {
    color: #fff;
}

/* Carousel Caption sizing tweaks */

@media only screen and (max-width: 1199px) and (min-width: 992px)
{ div.carouselcaption div.span12 p:first-of-type, .carouselcaption .HomepageHeading {
    font-size: 60px; }}


@media only screen and (max-width: 767px) { 
div.carouselcaption div.span12 p:first-of-type, .carouselcaption .HomepageHeading {
    font-size: 40px; }
div.carouselcaption div.span12 p:nth-child(2), .carouselcaption .HomepageBody {
    font-size: 20px; } }


@media only screen and (max-width: 479px) {
div.carouselcaption div.span12 p:nth-child(2), .carouselcaption .HomepageBody {
    font-size: 12px; line-height: 12px; }}




/* Log In Page Title */
.loginPageTitle {font-family : 'Open Sans', sans serif !important; font-size : 25px !important;  line-height : 25px !important; text-transform : uppercase !important; color : #ffffff !important; margin: 10px 0 !important; font-weight: 600 !important;}

/* Social media icon size on small screens */
@media only screen and (max-width: 767px){
ul.social-links li {
    font-size: 30px !important;
} }


/* Bootstrap link buttons */
a.btn {color: #fff; font-weight: bold; text-transform: uppercase;}

/* Donate Form */
#frmDonate .CPSectionTitle {  
    font-weight: 600;
    color: #fff; 
    background: #7C9C77;
    font-family: 'Open Sans', sans-serif;
}


/* Blogs Page Changes */

.blogdescr-content h4 {text-transform: none; font-size: 16px; line-height: 8px; margin: 8px 0; }

.topblawgsfeeds div ul li {
    list-style-type: none;
    border-bottom: 1px dotted #666666;
    line-height: 1.8em;
	border-right: 0 none;
}
.topblawgsfeeds div ul li a {
    color: #000000;
	text-decoration: none; text-transform: none;
}
.topblawgsfeeds div ul li a:hover {
    color: #900;
	text-decoration: underline;
}
.blogdescr { display: block; }
.blogdescr h4{ padding: 0; }
.topblawgsfeeds div h3 a { color: #000000; }
.topblawgsfeeds div h3 a:hover { color: #900; }
.topblawgfeedline {
    overflow: hidden;
    height: 1.8em;
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
}
.topblawgfeedline h4 {font-weight: normal; font-size: 12px !important;}
.topblawgfeedline div.postdescr {
    display: none;
}
.topblawgfeedlinehover {
    z-index: 10;
    overflow:visible;
    height:auto;
    display:block;
    position: absolute;
    background-color: #EFEFEF;
    width: 100%;

}
.topblawgfeedlinehover div.postdescr {
    display: none;
}
.topblawgsfeeds {
    margin-left: 2px;
    margin-top: 40px;
    clear: both;
}
.topblawgsfeeds .narrow {
    float: left;
    width: 296px;
    height: 116px;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.topblawgsfeeds .narrow h3 {
    font-size: 15px;
    line-height: 14px;
    padding-bottom: 7px;
}
.topblawgsfeeds .narrow h3 img {
    position: relative;
    top: 3px;
}
.odd { background-color: #EFEFEF; }
.even { background-color: #DFDFDF; }
.topblawgsfeeds div ul {
    margin: 0;
    padding: 0;
}
.topblawgsfeeds div ul li span {
    float: right;
    margin-left: 5px;
    font-size: 12px;
}

.topblawgsfeeds .narrow .blogsubscribelink {
    float: right;
    position: relative;
    top: -2px;
}


#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #FFFFFF;
    padding: 13px;
	width: 375px;
    line-height: 1.4em;
}
#tooltip h4 {
    font-size: 1.2em;
}
#tooltip span {
    display: block;
    margin-top: 10px;
    color: #666666;
}
#tooltip .hlinkurl {
    color: #000099;
}
#tooltip h3, #tooltip div { margin: 0; }
.clr { clear: both; }


/* eClips */
img[src*="/images/eclips/line.gif"] {height:4px;}

/* background image */
body {
     background-attachment: fixed !important; 
     background-size: 100% auto !important;
}

/*.wrapper {
    margin: 180px 0 0px !important;
}*/

/* search box border fix */
.search-block input {
    height: 29px !important; }

.upcoming-events-content .HomepageHeading {font-weight: 400 !important; font-size: 16px !important;}
