﻿@charset "UTF-8";
/* CSS Document */

body {
 	/*changes background color gradient on body */
background: #28343b;
	/*cbackground: #b5bdc8; * /* Old browsers */
/*cbackground: -moz-radial-gradient(center, ellipse cover, #b5bdc8 0%, #828c95 36%, #28343b 100%); * /* FF3.6+ */
/*cbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); * /* Chrome,Safari4+ */
/*cbackground: -webkit-radial-gradient(center, ellipse cover, #b5bdc8 0%,#828c95 36%,#28343b 100%); * /* Chrome10+,Safari5.1+ */
/*cbackground: -o-radial-gradient(center, ellipse cover, #b5bdc8 0%,#828c95 36%,#28343b 100%); * /* Opera 12+ */
/*cbackground: -ms-radial-gradient(center, ellipse cover, #b5bdc8 0%,#828c95 36%,#28343b 100%); * /* IE10+ */
/*cbackground: radial-gradient(ellipse at center, #b5bdc8 0%,#828c95 36%,#28343b 100%); * /* W3C */
/*cfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); * /* IE6-9 fallback on horizontal gradient */

}

.smuFixedTop {
  	/*changes background color/image of masthead */
   background-color: #CC0035;
    background-image: url("/bootstrap/images/MastheadGradientBGred.jpg");
}

.navbar-inner {
 	/*changes background color/image of main navbar */
   background-color: #CC0035;
    background-image: url("/bootstrap/images/NavigationGradientBGred.jpg");
	
}

.smuSocialMedia a {
	/*changes social media icon colors from light blue to white */
    color: #FFFFFF;
}

#titleWrapper p.departmentName {
	/*changes default color of title bar to blue option */
	/*background-color: #354CA1;
	background-image: -moz-linear-gradient(center top, #354CA1, #24346e);*/
}

.smuTopNav .nav > li > a:hover {
	/*changes text and background color of main navbar on hover */
	background-color: #860000;
	color: #FC6;
}

h1.pageTitle {
font-family: 'ITC Galliard W01 Roman','Palatino Linotype',Palatino,Georgia,serif;
    font-weight: normal;
font-size: 60px;
border-bottom: 1px solid #AEAEAE;
    border-top: 1px solid #AEAEAE;
margin: 30px 0 20px;
color: #666;
text-align: center;
text-transform: uppercase;
 line-height: 75px;
}



h1.pageTitle.small {
font-family: 'ITC Galliard W01 Italic','Palatino Linotype',Palatino,Georgia,serif;
    font-size: 28px;
text-transform: inherit;
border: 0px transparent;
line-height: 28px;
margin: 20px 0 30px;
}


#mti_wfs_colophon {
display:none !important;
}

#campaignHomeContent {

}


#campaignHomeContent h3 {
text-align: center;
font-weight: 200;
}
