.PreviewToolBar {
  display: none;
}

body {
	color: #606060;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	font-size: 15px;
	margin: 0;
}
body.PreviewBody {
  margin: 0;
}
input[type="button"], input[type="submit"], button {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-style: none;
	margin: 20px 0 10px 0;
	padding: 4px 10px !important;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	color: white;
	background-color: #0083B0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00A0D3), to(#0083B0));
	background-image: -webkit-linear-gradient(top, #00A0D3, #0083B0);
	background-image: -moz-linear-gradient(top, #00A0D3, #0083B0);
	background-image: -o-linear-gradient(top, #00A0D3, #0083B0);
	background-image: linear-gradient(to bottom, #00A0D3, #0083B0);
	text-shadow: none;
	background-repeat: repeat-x;
	border-color: #04C #04C #002A80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	display: inline-block;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	background-color: #0083B0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00A0D3), to(#0083B0));
	background-image: -webkit-linear-gradient(top, #00A0D3, #0083B0);
	background-image: -moz-linear-gradient(top, #00A0D3, #0083B0);
	background-image: -o-linear-gradient(top, #00A0D3, #0083B0);
	background-image: linear-gradient(to bottom, #00A0D3, #0083B0);
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
	outline: 0;
	text-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bbb;
}
a {
	text-decoration: none;
	color: #0088cc;
}
a:hover {
color: #005580;
text-decoration: underline;
}
h1 {
	color: #006999;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 15px 0 10px;
}
/* Header Area */
header {
  width: 100%;
}

.ClientLogo {
  float: left;
}
.ClientLogo a {
  text-decoration: none;
}
.ClientLogo img {
  display: block;
}

.ModuleSearch {
  float: right;
}

/* Main Navigation Area */
.navbar-toggle {
  background-color: #000;
  outline: none;
  padding: 5px;
}
.navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar {
  margin: 0;
  min-height: 0;
  border-radius: 0;
  background-color: #EFEFEF;
}
.navbar .navbar-collapse {
  padding: 0;
  max-height: none;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar ul li {
  float: left;
  padding: 0 15px;
  position: relative;
  border-right: 1px solid #CCC;
}
.navbar ul li:first-child {
  border-left: 1px solid #CCC;
}
.navbar ul li.expanded, .navbar ul li:hover, .navbar ul li.selected {
  background-color: #CCC;
}
.navbar ul li.expanded a, .navbar ul li:hover a, .navbar ul li.selected a {
  color: #226699;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.navbar ul a {
  padding: 12px 0;
  display: block;
  color: #555555;
  text-decoration: none;
}
.navbar ul.level2 {
  display: none;
}
.navbar ul.level2 li {
  float: none;
  padding: 0;
}

.SecondaryNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer div.FooterLinks {
  float: left;
}
footer div.FooterLinks ul {
  list-style-type: none;
  margin: 0;
}
footer div.FooterLinks ul li {
  display: inline-block;
  padding-right: 10px;
}
footer .Copyright {
  float: right;
}
footer .PaneQ4Footer {
  clear: both;
}
/* PRESS RELEASES */
.ModulePressRelease .ModuleYearLink {
    display: none;
}
.ModulePressRelease .selectYear {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
}
.ModulePressRelease .yearLabel {
	color: #3f3f3f;
	font-weight: 600;
	font-size: 14px;
	margin-right: 25px;
}
.ModulePressRelease .ModuleHeader {
	background: #e4e4e4;
	padding: 8px;
	line-height: 20px;
	text-align: left;
	color: #606060;
	overflow: hidden;
	margin-top: 35px;
	font-weight: bold;
}
.ModulePressRelease .ModuleItemRow {
	padding: 8px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
.ModulePressRelease .ModuleHeaderText1,
.ModulePressRelease .ModuleDate {
    float: left;
    width: 100px;
}
.ModulePressRelease .ModuleHeaderText2,
.ModulePressRelease .ModuleHeadlineLink {
	display: block;
    margin-left: 100px;
}
.ModulePressReleaseDetails .ModuleDate {
    font-weight: bold;
	color: #606060;
}
.ModulePressReleaseDetails .ModuleBody > p {
    display: inline-block;
    width: 100%;
}
.ModulePressReleaseDetails p {
	margin: 0 0 10px;
}
.modalDisclaimer {
	font-size: 12px;
}
/* EMAIL ALERTS */
.MailingListSignupContainer p {
	font-weight: bold;
	display: block;
	width: 200px;
}
.MailingListSignupContainer .noBr {
	display: none;
}
.MailingListSignupContainer .GridActions {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.MailingListTable td {
    display: block;
float:left;
    width: 100%;
	overflow: hidden;
}
.MailingListSignupContainer {
    font-weight: bold;
}
.MailingListListTable label {
    font-weight: normal;
}
.MailingListSignupContainer input[type="text"], .MailingListSignupContainer textarea,
.MailingListUnsubscribeContainer input[type="text"] {
    width: 206px !important;
}
.MailingListSignupContainer textarea {
	height: 100px;
}
.MailingListSignupContainer .IntroText {
    font-weight: normal;
}
.MailingListsHeading {
    font-size: 1.2em;
    line-height: 1.2em;
}
.MailingListsHeading2 {
    display: none;
	font-size: 1.2em;
    line-height: 1.2em;
}
.MailingListTable {
    float: left;
	width: 260px;
	margin: 0 20px 0 0;
}
.MailingListListTable {
    float: left;
	width: 260px;
	margin-top: 37px;
}
.MailingListCol1 {
    margin-bottom: 10px;
	margin-top: 15px;
}
.MailingListLabel td {
    margin-bottom: 8px;
	margin-top: 15px;
}
.MailingListListTable input {
    float: right;
}
.MailingListListTable table {
    width: 215px;
	margin-top: 8px;
}
.MailingListListTable .RequiredField {
    display: none;
}
.MailingListListTable > tbody > tr:first-child td {
	border-bottom: 1px solid #e5e5e5;
}
/* UNSUBSCRIBE */
.MailingListUnsubscribeContainer .RequiredField {
	display: none;
}
.MailingListUnsubscribeContainer td {
    display: block;
    width: 100%;
}
.MailingListUnsubscribeContainer .MailingListCol1 > span {
    font-weight: bold;
}
/* STAY INFORMED */
.StayInformed {
    color: #606060;
    font-size: 16px;
}
.StayInformed .MailingListsHeading2 {
	display: block;
}
.StayInformed .MailingListsHeading {
	display: none;
}
.StayInformed .MailingListTable,
.StayInformed .MailingListListTable {
	float: none;
	display: block;
	width: 100%;
}
.StayInformed .MailingListListTable {
	margin-top: 8px;
}
.StayInformed .MailingListListTable > tbody > tr:first-child td {
	border: none;
}
.StayInformed .MailingListListTable input {
    float: none;
    margin-right: 15px;
}
.StayInformed .MailingListListTable label {
    font-weight: normal;
    line-height: 28px;
}
.StayInformed .MailingListListTable table {
	width: 100%;
}
.StayInformed .IntroText {
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin-top: 12px;
}
.StayInformed .MailingListCol1 {
    margin-bottom: 0;
    margin-top: 5px;
}
.StayInformed input[type="text"] {
	height: 24px;
    width: 151px !important;
	border: 1px solid gainsboro;
}
.StayInformed .NoBr{
	display: none
}
.StayInformed .GridActions {
	float: none;
	margin-top: 0;
	width: auto;
}
.StayInformed .MailingListListTable table {
	margin-top: 0;
}