/*	base color
Base Red: #b40a0a
Gray Highlight: #f2f2f2
Dark Red Hover: #8e1416
Lighter Red: #d56565
*/

/************************************************************************/
/*			SHASTA.COM CUSTOMIZATIONS TO THE BASE TEMPLATE				*/
/************************************************************************/


@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script');


body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
}

.mainbody {
/* 	margin-bottom: 200px; */
	}

.applecore {
	display: none;
}

.article img.fr-fir,
img.align_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.article img.fr-fil,
img.align_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.article img.fr-dib,
img.align_center {
	margin: 0px auto;
	display:block;
}

/************************************************************************/
/*		NAV BAR EDITS					*/
/************************************************************************/

@media (min-width: 768px) {
	.navbar {
	    border-radius: 0;
		}
	}

.navbar-default.navbar-top {
	background-color: #b40a0a;
	margin-bottom: 0;
	border: none;
	}

	.navbar-default.navbar-top li {
/* 		font-family: 'Crimson Text', serif; */
		font-weight: normal;
		font-style: normal;
		color: #fff;
		font-size: 1.5rem;
		}
	.navbar-default.navbar-top li a:link,
	.navbar-default.navbar-top li a:visited {
		color: #fff;
		}

	.navbar-default.navbar-top li a:hover,
	.navbar-default.navbar-top li a:active {
		color: #000000;
		}

	.navbar-default.navbar-top .btn-info {
		background-color: #000000;
		border-color: #000000;
  		}

	.navbar-default.navbar-top .btn-info:hover,
	.navbar-default.navbar-top .btn-info:focus,
	.navbar-default.navbar-top .btn-info:active {
		background-color: #e94324;
		border-color: #dd3617;
  		}

.navbar-inverse.navbar-second,
.navbar-inverse.navbar-bottom {
	background-color: #000;
	font-weight: 400;
	}

	.navbar-inverse.navbar-second {
		margin-bottom: 0;
		}

	.navbar-inverse.navbar-bottom {
		margin-top: 30px;
		}

	.navbar-inverse.navbar-second li,
	.navbar-inverse.navbar-bottom li {
		color: #fff;
		font-size: 1.6rem;
		}
	.navbar-inverse.navbar-second li a:link,
	.navbar-inverse.navbar-second li a:visited,
	.navbar-inverse.navbar-bottom li a:link,
	.navbar-inverse.navbar-bottom li a:visited {
		color: #fff;
		}
	.navbar-inverse.navbar-second li a:hover,
	.navbar-inverse.navbar-bottom li a:hover {
		color: #b40a0a;
		}

/* collapse navbar sooner */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/************************************************************************/
/*		SLIDESHOW					*/
/************************************************************************/

#slideshow {
	background-color: #f2f2f2;
	margin-bottom: 100px;
}

.carousel {
	margin-bottom: -110px;
	}

.carousel img {
	max-width: 100%;
	height: auto;
	}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: 60px;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.9);
    height: 110px;
    width: 90%;
    margin: 0 auto;
    font-weight: 300;
    overflow: hidden;
	}

.carousel-caption h2 {
    margin: 0;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
	}

.carousel-caption h2 a,
.carousel-caption p a {
    color: #fff;
    text-decoration: none;
	}

.carousel-caption h2 a:hover,
.carousel-caption p a:hover,
.carousel-caption h2 a:focus,
.carousel-caption p a:focus {
    color: #f2f2f2;
    text-decoration: none;
	}

.carousel-caption p {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: normal;
	}

.carousel-inner .readmore {
	background-color: #b40a0a;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 2.0rem;
    height: 110px;
    margin-top: -15px;
	padding-top: 30px;
	}

	.carousel-inner .readmore a {
		color: #fff;
	}

	.carousel-inner .readmore a:hover {
		color: #f2f2f2;
		text-decoration: none;
	}

.carousel-indicators {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 15;
	width: 60%;
	height: 10px;
	margin-left: -12%;
	padding-left: 0;
	list-style: none;
	text-align: right;
	}

.carousel-control {
	width: 5%;
	}

	.carousel-control.left,
	.carousel-control.right {
		background-image: none;
		}

@media screen and (max-width: 700px){

	#slideshow {
		margin-bottom: 30px;
	}

	.carousel-caption p {
        font-size: 13px;
	    }

    .carousel-control {
        top: 20%;
	    }

	.carousel {
		margin-bottom: -20px;
		}

	.carousel-caption {
	    position: relative;
	    left: auto;
	    right: auto;
	    bottom: 5px;
	    padding: 15px;
	    background: #333333;
	    background: rgba(0, 0, 0, 0.9);
	    height: 100px;
	    width: 100%;
	    margin: 0 auto;
		}

	.carousel-caption h2 {
	    margin: 0;
	    text-align: left;
	    font-size: 2.0rem;
		}

	.carousel-inner .readmore {
		font-size: 1.7rem;
	    height: auto;
	    margin-top: 12px;
		padding: 5px;
		}

	}


/************************************************************************/
/*		OTHER STUFF					*/
/************************************************************************/

#content .quicksearch h4.section {
	margin: 30px 0;
	background-color: #b40a0a;
	color: #fff;
	padding: 7px 0 3px 0;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.social {
    border-top: #f2f2f2 3px solid;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    	}

    	.social h3 {
	    	padding: 0 0 0 0;
	    	margin: 0 0 20px 0 !important;
		border-bottom: 2px #aaa solid;
    	}

	.social a img {
		opacity: 1.0;
		}

		.social a img:hover {
			opacity: 0.5;
			}

#slogan p {
	font-style: italic;
	font-size: 1.5rem;
}

#content h2.featured-heading {
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-style: normal;
	border-bottom: #b40a0a 8px solid;
	padding-bottom: 10px;
	margin-top: 0;
}

#content h2.featured-heading span.see-more a {
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
}

#content .featured-article {
    font-family: 'Fira Sans', sans-serif;
	margin: 0 0 20px 0;
}

#content form.form-horizontal.searchform {
    border: 1px solid #b40a0a;
    background-color: #f2f2f2;
    padding: 14px 0 0 14px;
}

#content .featured-article .row {
	background-color: #f2f2f2;
	margin: 10px 0;
}

#content .featured-article .thumb {
	padding: 0;
    }

	#content .featured-article .thumb-img {
		width: 130px;
		height: 125px;
		background: url(blah.jpg) 50% 50% no-repeat;
	    }

#content .featured-article h4 {
    margin-bottom: 0;
    text-align: left;
	font-size: 2.0rem;
	color: #333;
	}

#content .featured-article h5 {
    font-style: italic;
	}

#content .featured-article p {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
	font-size: 1.3rem;
	}

#content .featured-article p.author {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
	font-size: 1.1rem;
	}

#content .featured-article p.readmore a {
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
	font-size: 1.5rem;
	color: #b40a0a;
	}

	#content .featured-article p.readmore a:hover {
		color: #000000;
		text-decoration: none;
		}

#content .featured-article p.readmore a span {
	position : relative;
	font-size : 88%;
	top: .15em;
	color: #b40a0a;
}

	#content .featured-article p.readmore a:hover span {
		color: #000000;
		}

#content .featured-blog {
	margin: 0 0 20px 0;
}

#content h2.featured-heading.blog {
	margin-top: 75px;
}

#content #archive-list.featured-article .box {
	background-color: #f2f2f2;
	margin: 10px 0;
	padding: 0;
}
	#content #archive-list.featured-article .thumb {
		padding: 0;
	    }

		#content #archive-list.featured-article .thumb-img {
			width: 100px;
			height: 100px;
			background: url(blah.jpg) 50% 50% no-repeat;
		    }

	#content #archive-list.featured-article h4 {
	    margin-bottom: 0;
	    text-align: left;
		font-size: 1.7rem;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 54px;      /* fallback */
		-webkit-line-clamp: 3; /* number of lines to show */
		-webkit-box-orient: vertical;
		}

	#content #archive-list.featured-article h5 {
	    font-style: italic;
		}

	#content #archive-list.featured-article p {
	    margin-top: 5px;
	    margin-bottom: 10px;
	    text-align: left;
		font-size: 1.3rem;
		}






#content .big-feature h3 {
    margin-bottom: 0;
    text-align: left;
	font-size: 2.0rem;
/* 	color: #b40a0a; */
	color: #333;
	margin: 0;
	}

#content .big-feature p.author {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
	font-size: 1.0rem;
	color: #333;
	}

#content .big-feature img {
    width: 25%;
    float: right;
    margin-left: 10px;
	}

	@media screen and (max-width: 700px){
		#content .big-feature img {
		    width: 100%;
		    float: none;
		    margin-left: 0px;
			}
	}

#content .featured-blog .row {
	background-color: #f2f2f2;
	margin: 10px 0;
}

#content .featured-blog .thumb {
	padding: 0;
}

#content .blog-head-box {
	background-color: #f2f2f2;
	margin: 0 -15px 10px -15px;
	padding: 10px 15px;
}

#content .blog-head-box .row.headline {
	background-color: transparent;
	margin: 0 -15px 0px -15px;
	padding: 0;
}

#content .featured-blog h4 {
    margin-bottom: 0;
    text-align: left;
	font-size: 2.0rem;
/* 	color: #b40a0a; */
	color: #333;
	margin: 0;
	}

#content .featured-blog p.author {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: right;
	font-size: 1.1rem;
	color: #333;
	}

#content .featured-blog p {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
	font-size: 1.3rem;
	}

#content .featured-blog p.readmore a {
    margin-bottom: 0;
    text-align: left;
	font-size: 1.5rem;
	color: #b40a0a;
	}

	#content .featured-blog p.readmore a:hover {
		color: #f2f2f2;
		text-decoration: none;
		}

#content .featured-blog p.readmore a span {
	position : relative;
	font-size : 88%;
	top: .15em;
	color: #b40a0a;
}

	#content .featured-blog p.readmore a:hover span {
		color: #f2f2f2;
		}

#content .sidebar-ad {
	margin: 20px auto;
}

.fp-about {
	border-top: #f2f2f2 4px solid;
	text-align: center;
	margin-top: 25px;
}

.fp-about p {
	text-align: left;
}

.fp-about h4 {
	margin-top: 30px;
}

.fp-about a:hover {
	color: #f2f2f2;
	text-decoration: none;
}

.general h1,
.general h2,
.general h3,
.general h4,
.general h5,
.general h6 {
	text-align: left;
}

.general h1 {
	border-bottom: 6px solid #b40a0a;
	margin: 30px 0;
}

.contactlist {
	background-color: #f2f2f2;
	padding: 20px 20px 1px 20px;
	margin-bottom: 20px;
}
	.contactlist p {
		margin-bottom: 20px;
	}

.sidebar {

}

	.sidebar .panel {
		border-radius: 0;
		margin-top: 20px;
	}

	.sidebar .panel-body {
		padding: 0;
	}

	.sidebar .panel-primary {
		border-color: #b40a0a;
		border-radius: 0;
	}

	.sidebar .panel-primary>.panel-heading {
	    color: #fff;
	    background-color: #b40a0a;
	    border-color: #b40a0a;
		border-radius: 0;
	}

	.sidebar .upcoming {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
		.sidebar .upcoming li {
			padding: 8px 3px 5px 6px;
		}
		.sidebar .upcoming li a {
			color: #333;
		}
			.sidebar .upcoming li a:hover {
				color: #b40a0a;
			}
		.sidebar .upcoming li:nth-child(odd) {
			background-color: #fff;
		}
		.sidebar .upcoming li:nth-child(even) {
			background-color: #f2f2f2;
		}

/************************************************************************/
/*		MASTHEAD					*/
/************************************************************************/

header {
	}
	header img.logo {
		padding: 20px;
	}

.right-side {
	margin: 12px 0;
	padding: 0;
}
	.right-side img.ad {
		display: block;
	}

.masthead {
	position: relative;
}

.social-sharing {
	margin: 10px 0 0 0;
	position: absolute;
	padding: 0.5em 0;
	bottom: 0;
	right: 0;
	display: block;
	background: #b40a0a;
	color: white;
	}

.social-sharing img:hover,
.social-sharing-sm img:hover {
	opacity: 0.5;
	}

.social-sharing .col-sm-2 {
	padding: 0 8px;
	}

.social-sharing .col-sm-2:first-child {
	padding: 0 5px 0 0;
	}

.social-sharing .col-sm-2:last-child {
	padding: 0 0 0 5px;
	}

.social-sharing-sm {
	background: #b40a0a;
	color: white;
	padding: 1em 0;
}

.social-sharing-sm .col-xs-2 {
	padding: 0 5px;
	}

.social-sharing-sm .col-xs-2:last {
	padding: 0 0 0 5px;
	}

.st_sharethis_custom {
}

.st_sharethis_custom:hover {
	cursor: pointer;
	cursor: hand;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



/************************************************************************/
/*		FOOTER					*/
/************************************************************************/

footer.navbar-default.navbar-bottom {
	background: #b40a0a;
	color: white;
	padding: 1em 0;
	}

footer.navbar-default.navbar-bottom p {
	margin:0;
	}

footer .logo.img-responsive {
	margin: 10px auto 0 auto;
	}

footer p.copyright {
/* 	font-family: 'Crimson Text', serif; */
	font-weight: 300;
	font-style: normal;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	padding-top: 20px;
	}

	footer p.copyright a,
	footer p.copyright a:link,
	footer p.copyright a:visited {
		color: #fff;
		}

	footer p.copyright a:hover {
		color: #f2f2f2;
		}

footer ul.footernav {
	text-align: center;
	padding: 0;
	margin: 0;
	}
footer ul.footernav li {
	display: inline-block;
	padding-left: 20px;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-style: normal;
	}
footer ul.footernav li:first-child {
	padding: 0;
	margin: 0;
	}
footer ul.footernav li a:link,
footer ul.footernav li a:visited {
	color: #fff;
	text-decoration: none;
	}
footer ul.footernav li a:hover,
footer ul.footernav li a:active {
	color: #333333;
	text-decoration: none;
	}

/************************************************************************/
/*		ARTICLE/BLOG SPECIFIC STYLES					*/
/************************************************************************/

#content .article {
/* 	font-family: 'Crimson Text', serif; */
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}

	#content .article .head {
		border-bottom: #f2f2f2 8px solid;
		padding-bottom: 5px;
		margin-top: 60px;
		margin-bottom: 15px;
	}

	#content .article h1 {
		font-weight: 700;
		font-style: normal;
		margin: 0;
		padding: 0;
		border: none;
	}

	#content .article h3 {
		font-weight: 400;
		font-style: italic;
		margin: 10px 0 0 0;
		padding: 0;
	}

	#content .article .meta {
		font-weight: 400;
		font-style: italic;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#content .article p {
		font-weight: 400;
		font-style: italic;
		text-align: left;
		margin-bottom: 10px;
	}

	#content .article .leadimg {
		margin-top: 60px;
	}

	#content .article .artgallerythumbs {
	/* 	height: 200px; */
		overflow: hidden;
		margin-bottom: 20px;
	}

	#content .article .feature-img {
		margin-bottom: 20px;
	}

	#content .article .numfound {
		text-align: center;
		margin: 20px 0;
		padding: 6px;
		background-color: #eee;
	}

	#content .article .authbio {
		background-color: #efefef;
		padding-top: 10px;
		margin-top: 20px;
	}

	#content .article .authbio h2 {
		margin: 0;
		padding: 0;
	}


@media (min-width: 768px) {
	#content .article .artsidebar {
		margin-top: 60px;
	}
	.imgbox {
		height: 100px;
	}
}

.blogfeatimg {
	margin-bottom: 45px;
}

.blogsidebar {
	margin-top: 55px;
}

.blogsidebar h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	text-align: left;
	font-weight: 300;
}

.blogsidebar h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	border-bottom: 3px dashed #f2f2f2;
}

.blogsidebar p {
	font-size: 13px;
	line-height: 24px;
	text-align: left;
}

.blogsidebar img.blogauthimg {
	float: right;
	width: 100px;
	margin-left: 10px;
}

.moreblogsection {
	border-top: #f2f2f2 8px solid;
	margin: 40px 0;
	padding: 0;
}

.moreblogs {
	margin: 30px 0 0 0;
}

.moreblogs h3 {
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-style: normal;
	border-bottom: #f2f2f2 4px solid;
	padding-bottom: 10px;
	text-align: left;
	font-size: 24px;
	margin: 0;
}

/************************************************************************/
/* Events Pages */
/************************************************************************/

.events .onelisting {
	margin: 0 0 30px 0;
}

.events .onelisting.paid {
	margin: 0 0 30px 0;
	background-color: #f8f4e9;
	padding: 20px;
}

.events h2 {
	text-align: left;
	font-size: 22px;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
}

.events h2 strong {
	font-weight: bold;
}

.events h2 a {
	color: #333;
	}

	.events h2 a:hover {
		color: #f2f2f2;
		text-decoration: none;
		}

.eventsearch h3 {
	margin: 20px 0 10px 0;
	padding: 6px 0;
	background-color: #b40a0a;
	color: #fff;
	font-size: 18px;
}
	.eventsearch h3:first-child {
		margin: 0 0 10px 0;
	}

.eventsearch h4.panel-title {
	font-size: 14px;
	padding: 0;
	}

.eventsearch .panel-heading {
	padding: 5px 0;
	background-color: #ccc;
}

.events .onelisting .sharing {
	margin-top: 20px;
}

/************************************************************************/
/*		SHOWS					*/
/************************************************************************/

#content .shows {
    font-family: 'Fira Sans', sans-serif;
	margin: 0 0 20px 0;
}

#content .shows h4.state {
	margin: 30px 0;
	background-color: #f2f2f2;
	padding: 7px 0 3px 0;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

#content .shows p {
    margin: 0;
    padding: 0;
    text-align: left;
	font-size: 12px;
	line-height: 1.35;
	font-style: normal !important;
}
	#content .shows p.calDate {
		margin: 20px 0 0 0;
		font-weight: 700;
		font-size: 16px;
	}

	#content .shows p span.category {
		font-weight: 700;
		color: #999;
		text-transform: uppercase;
	}

#content .shows .buttons {
    margin-top: 5px;
}
	#content .shows .buttons .btn-primary {
	    background-color: #b40a0a;
	    border-color: #b40a0a;
	    margin-right: 20px;
	}
	#content .shows .buttons .btn-primary:hover {
	    color: #fff;
	    background-color: #8e1416;
	    border-color: #8e1416;
	}

/************************************************************************/
/*		CLASSIFIEDS					*/
/************************************************************************/

#content .classified {
    font-family: 'Fira Sans', sans-serif;
	margin: 0 0 20px 0;
}

#content h2.featured-heading.class-heading {
	border-bottom: #f2f2f2 8px solid;
	padding-bottom: 0px;
	margin-top: 40px;
}

#content h2.featured-heading.class-heading span.scripty {
	font-family: 'Pinyon Script', cursive;
	font-weight: normal;
	font-style: normal;
	font-size: 5.0rem;
	letter-spacing: 0.015em;
}

#content .classified .row {
	border-bottom: 1px solid #999;
	margin: 10px 0;
}

#content .classified p {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
	font-size: 1.2rem;
	font-style: normal !important;
	}

	#content .classified p .bwallcaps {
	    text-transform: uppercase;
	    font-weight: 700;
		}

	#content .classified p .bwbold {
	    font-weight: 700;
		}

#content .classified .classadcat h5 {
    color: #b40a0a;
	font-size: 1.2rem;
	}




/************************************************************************/
/* Manager Page */
/************************************************************************/

.managers .onelisting {
	margin: 30px 0 0 0;
	background-color: #f2f2f2;
	padding: 20px;
}

.managers h2 {
	text-align: left;
	font-size: 22px;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
}

.managers h2 a {
	color: #333;
	}

	.managers h2 a:hover {
		color: #f2f2f2;
		text-decoration: none;
		}


/************************************************************************/
/* Shops & Centers */
/************************************************************************/

#content .shops {
    font-family: 'Fira Sans', sans-serif;
	margin: 0 0 20px 0;
}

#content .shops .row.premium {
	background-color: #f2f2f2;
	margin: 10px 0;
}

#content .shops .row.standard {
	background-color: #fff;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

#content .shops .thumb {
	padding: 0;
    }

	#content .shops .thumb-img {
		width: 100px;
		height: 100px;
		background: url(blah.jpg) 50% 50% no-repeat;
	    }

#content .shops h4 {
    margin-bottom: 0;
    text-align: left;
	font-size: 2.0rem;
	color: #333;
	}

#content .shops h5 {
    font-style: italic;
	}

#content .shops p {
    margin: 0;
    text-align: left;
	font-size: 1.3rem;
	}

/************************************************************************/
/* Form Stuff */
/************************************************************************/

.btn {
    font-weight: 300;
    font-family: 'Fira Sans', sans-serif;
	border-radius: 0;
}
	.btn-primary {
	    color: #fff;
	    background-color: #b40a0a;
	    border-color: #b40a0a;
	}

.form-control {
    border-radius: 0;
}

.enews {
	background: #f2f2f2 url("/_img/bkgd-triangle-red.png") no-repeat center top;
	padding: 8px 20px 10px 20px;
	margin-top: 20px;
}
	.enews h4 {
		color: #fff;
		text-align: center;
		margin: 0 0 25px 0;
		padding: 0;
	}