

/*--------- first 2 hide search on site and phone, other hides login/reg icon phone ----------*/
#search2 {
    visibility: hidden;
}
.search_icon {
	visibility: hidden;
}
.user_icon {
	visibility: hidden;
}
#login2 {
    //visibility: hidden;
}
#login {
    //visibility: hidden;
}



.dnnFormItem > textarea {
	float:left;
        margin-right:10px;
}



.bs_textlink {
	font-weight: bold;
}
.bs_leftjust {
	text-align:left;
}
.lead_h1 {
	color: #777;
	font-size: 30px;
	text-align: center;
}
.lead_h1_left {
	color: #777;
	font-size: 30px;
	text-align: left;
}

.series_img {
    margin: 0 20px 20px 0;
    border: 1px solid;
}

/*------ changes h1 text size for phones --------------*/
@media screen and (max-width: 450px) {.lead_h1 {font-size: 20px;}}
@media screen and (max-width: 450px) {.lead_h1_left {font-size: 20px;}}

/*-----------reg button on detail pages-----------*/
.event_reg_btn {
    background-color:red;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    line-height: 42px !important;
    font-weight:bold;
    padding: 0 24px;
    text-align: center;
    text-decoration: none !important;
}
/*---------------------------------------*/

/*------ changes text size profile block --------------*/
@media screen and (max-width: 980px) {.Container-10416-2 .title2 {font-size: 14px;}}

/*-------------- formatting for the National RSS feed on home page --------------*/
#dnn_ctr4091_RssModule_pnlRss  div > p:nth-child(4n-1) {
	background-color: #dfdfdf;
}
#dnn_ctr4091_RssModule_pnlRss  div > p:nth-child(4n+4) {
	background-color: #dfdfdf;
}
.DNN_News_ItemLink {
	padding:0px 3px;
}
.DNN_News_ItemDate {
	margin-bottom:5px;
	padding:0px 3px;
}
/*-------------- end formatting for the National RSS feed on home page --------------*/

/* colors the e-mail link correctly in the footer of pages */
.footer_mid .ContactInfo_list li a  {
    color:#dcdcdc;
    text-decoration:none;
}
/*------------------------------------------------*/

#dnn_ctr3941_dnnTITLE8_titleLabel > a {
    color: #dddddd;
    font-size:.75em;
}



















































