/* 
1 General color adjustments
2 News and events swipe
3 Top (Audience) Navigation
4. Main Navigation
5. Audience gateway button style adjustments

1. General Color Adjustments */

a {
color: #761200;
}

h1, .contentHeader, .newsArticleHeader, .bodyHeader, .searchInfo
{
	color: #215352;
}

h2,h3 {
	color: #191919;
}

/* 2. News and events swipe */

.homeevents .articleWrapper div.articleDateContainer{
    background: none repeat scroll 0 0 #215352 !important;
    color: white;
}


.newshome .articleWrapper div.articleDateContainer{
    background: none repeat scroll 0 0 #215352!important;
    color: white;
}

/* 3. Top (Audience) navigation */
ul.audience {
}

.primaryNavHeader {
	color:#e7a614;
}

ul.audience li.gateway, ul.audience li.logo {
	background: #215352;
		background:url(/images/global/mobile/button_gradient.png) repeat-y top right #215352;
background-image: linear-gradient(left , rgb(33,83,82) 44%, rgb(46,112,110) 72%);
background-image: -o-linear-gradient(left , rgb(33,83,82) 44%, rgb(46,112,110) 72%);
background-image: -moz-linear-gradient(left , rgb(33,83,82) 44%, rgb(46,112,110) 72%);
background-image: -webkit-linear-gradient(left , rgb(33,83,82) 44%, rgb(46,112,110) 72%);
background-image: -ms-linear-gradient(left , rgb(33,83,82) 44%, rgb(46,112,110) 72%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0.44, rgb(33,83,82)),
	color-stop(0.72, rgb(46,112,110))
);

}

ul.audience li.logo {
border-right: 5px solid #e7a614;
background:#215352;
}

/* 4. Main Navigation */

div#searchBar {
	background:#215352;
}

#searchBar input {
border:1px solid #e7a614;
}

.primaryNavHeader{
color: #e7a614;
}

h2.secondaryNavHeader {
	color:#ffd200;
}

div.navStatic {
background-color:#e7a614;
}

div.navStatic .gradientbar {
background-image: linear-gradient(left , rgb(33,83,82) 44%, rgb(231,168,20) 72%);
background-image: -o-linear-gradient(left , rgb(33,83,82) 44%, rgb(231,168,20) 72%);
background-image: -moz-linear-gradient(left , rgb(33,83,82) 44%, rgb(231,168,20) 72%);
background-image: -webkit-linear-gradient(left , rgb(33,83,82) 44%, rgb(231,168,20) 72%);
background-image: -ms-linear-gradient(left , rgb(33,83,82) 44%, rgb(231,168,20) 72%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0.44, rgb(33,83,82)),
	color-stop(0.72, rgb(231,168,20))
);
}
/* 5 Audience gateway button style adjustments */
.mbutton{
}

/* 6. spif background */
.random-video {
background: url("/images/global/mobile/spifcircles.png") repeat #6db33f;
}

.overlay .random-video {

background: url("/images/global/mobile/spifcircles.png") repeat #ccc;

}

.overlay .SPIF_ContentContainerInner {
	background:none!important;
}
.overlay .SPIF_ContentContainerInner div p, .overlay .SPIF_ContentContainerInner div h2 {
	color:#444;}
	

/* Contact forms */

div#form_F864EDA3B312412F957AA3543CA04B96_field_8CD0700A73E14C479BF77E20656F3FC3scope, div#form_2EC9BB56991A413FBDCF6A3647A2ADC4_field_5F694F50DA0044E4BA8243434B37BD14scope {
	display:none;
}

.scfSectionLegend {
	padding:1em 0em;
}

.scfSectionBorderAsFieldSet {
	border:0px;
}