/*
featured: #3f7044
publicationsheading: #2E277C
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
address,
form,
fieldset,
blockquote {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  font-family: Verdana, tahoma, arial, sans-serif;
}
input,
textarea {
  font-family: Verdana, tahoma, arial, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
caption {
  font-weight: normal;
  text-align: left;
}
img,
fieldset {
  border: 0;
}
ol {
  padding-left: 1.4em;
  list-style: decimal;
}
.content ol {
  margin: 1em 3em;
}
ul {
  margin: 1em 2em;
}
ul {
  list-style: square;
}
li {
  margin: 5px 0;
}
.links li {
  list-style: none;
  list-style-image: url("/oig/images/link.png");
  margin: 5px 0;
}
.links li a {
  color: #009;
}
.links li a:hover {
  color: #00f;
}
q:before,
q:after {
  content: '';
}
blockquote {
  margin: 1em 2em;
}
p {
  padding: 5px 0;
  margin: 5px 0;
}
.clear {
  clear: both;
}
/* Layout
*/
body {
  margin: 0;
  padding: 10px;
  background-color: #ecf3ff;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #036;
  padding: 0.8em 0 0.2em 0;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.1em;
}
.bold {
  font-weight: bold;
}
.full-width-heading h1,
.column-heading h1,
.column-heading h2,
.full-width-heading-wide h1,
.rounded-corners,
.about-box,
.rewards-highlight,
#footer {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.top-round,
border-radius:6px 6px 0 0 {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
#outer {
  background-color: #fff;
  width: 996px;
  padding: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 4px 4px 5px #becccd;
}
/* Header
*/
#header {
  width: 980px;
  margin: 0;
  padding: 8px;
  height: 80px;
  background-color: #1d3d57;
  background-image: url("/oig/images/oig-header.jpg");
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
}
#header .seal {
  float: left;
  margin: 0 15px 0 0;
}
#header h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.7em;
  padding: 0;
  margin: 0;
  float: left;
  color: #e1e1df;
  line-height: 0.9em;
}
#header h1 .small {
  padding: 0;
  margin: 0;
  font-size: 0.5em;
}
#header .right-side {
  text-align: right;
}
#header .right-side .media-buttons {
  padding: 0 20px 5px 0;
}
#header .right-side .media-buttons img {
  margin: 0 3px;
}
#header .right-side .media-buttons a:focus img {
  outline: 1px #fff dashed;
}
#header .right-side .search-form {
  width: 300px;
  padding: 5px 20px;
  float: right;
  clear: right;
}
#header .right-side .search-form #searchText {
  margin-top: 2px;
  height: 20px;
}
#header .right-side .search-form #searchText:focus {
  outline: 1px #fff dashed;
}
#header .right-side .search-form #submitButton {
  height: 30px;
}
#header .right-side .search-form #submitButton:focus {
  outline: 1px #fff dashed;
}
#header .right-side .search-form label {
  display: none;
}
.single-column-report-list {
  padding: 0 24px 24px 24px;
}
#skip {
  font-size: 6px;
  padding: 0;
  margin: 0;
  color: #e3ecf0;
}
#skip-nav-div a,
#skip-nav-div a:hover,
#skip-nav-div a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip-nav-div a:active,
#skip-nav-div a:focus {
  position: static;
  width: auto;
  height: auto;
}
#skiptocontent a {
  padding: 6px;
  left: 0px;
  top: -40px;
  color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  position: absolute;
  z-index: 100;
  border-bottom-right-radius: 8px;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
}
#skiptocontent a:focus {
  background: #bf1722;
  outline: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}
/* Breadcrumbs
*/
#breadcrumbs {
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 4px 0 5px 30px;
  font-size: 0.9em;
  background: #515151;
  color: #fff;
  width: 966px;
}
#breadcrumbs a {
  color: #fff;
}
#content-area {
  width: 996px;
  min-height: 550px;
}
/* One Column Standard Content
*/
#one-column-standard {
  width: 766px;
  padding: 10px;
}
#one-column-standard .content {
  width: 746px;
  padding: 10px;
  padding-top: 15px;
}
/* Two Column Standard Content
*/
#two-column-standard {
  width: 784px;
  padding: 10px;
}
#two-column-standard .left {
  margin: 0 10px 0 0;
  float: left;
  width: 392px;
}
#two-column-standard .right {
  width: 382px;
  float: left;
}
#two-column-standard .homepage {
  padding: 0;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  -moz-box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  height: 565px;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 375px;
}
#two-column-standard .homepage .column-heading {
  margin: 0;
  border-collapse: collapse;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
}
#two-column-standard .homepage .content {
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
}
#two-column-standard .homepage .column-heading {
  height: 45px;
}
#two-column-standard .homepage.featured {
  width: 382px;
  margin-right: 15px;
  border: 1px #dcb643 solid;
  background-color: #dcb643;
}
#two-column-standard .homepage.featured .column-heading {
  background-color: #dcb643;
}
#two-column-standard .homepage.featured .column-heading h2 {
  color: #1d3d57;
}
#two-column-standard .homepage.featured .content {
  position: relative;
}
#two-column-standard .homepage.pub {
  width: 382px;
  border: 1px #1d3d57 solid;
  background-color: #1d3d57;
}
#two-column-standard .homepage.pub .column-heading {
  background-color: #1d3d57;
}
#two-column-standard .homepage.pub .column-heading h2 {
  color: #fff;
}
/* One Column Wide
*/
#one-column-wide {
  width: 976px;
  padding: 10px;
}
/* Two Column Wide Offset
*/
#two-column-wide-offset {
  width: 976px;
  padding: 10px;
}
#two-column-wide-offset .left {
  margin: 0 10px 0 0;
  width: 566px;
  float: left;
}
#two-column-wide-offset .right {
  width: 400px;
  float: left;
}
.content {
  padding: 10px;
}
/* Link Column
*/
#badges {
  float: right;
  text-align: left;
  width: 178px;
  padding: 10px 10px 0 0;
}
#badges img {
  border: none;
  text-align: center;
}
#badges .announcement-outer {
  background-color: #396e89;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 8px 0 0 2px;
  width: 168px;
  height: 210px;
  overflow: hidden;
  padding: 1px;
  box-shadow: 3px 3px 3px #aaa;
}
#badges .announcement-title {
  width: 150px;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
}
#badges .announcement {
  background-color: #fff;
  border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  padding: 8px;
  height: 165px;
  overflow: hidden;
}
#badges .announcement .announcement-body {
  font-size: 9pt;
  font-family: arial, sans-serif;
  text-align: left;
}
#badges .announcement .announcement-body img {
  float: left;
  margin-right: 8px;
}
#badges .announcement ol.form {
  padding-left: 0px;
  margin-top: 10px;
  margin-left: 5px;
}
#badges .announcement .form_button {
  font-size: 8pt;
}
#badges .announcement .long {
  width: 140px;
  font-size: 8pt;
}
#badges .announcement .email-label {
  font-size: 8pt;
}
#badges .announcement .email_fields {
  display: block;
  margin-left: 0px;
  padding-left: 0;
}
#badges .announcement .button-panel {
  text-align: center;
}
/* Full Width Heading
*/
.full-width-heading {
  text-align: center;
  width: 766px;
}
.full-width-heading-wide {
  text-align: center;
  width: 976px;
}
.full-width-heading h1,
.full-width-heading-wide h1 {
  padding: 0.6em 0;
}
.column-heading {
  text-align: center;
}
.column-heading h1,
.column-heading h2 {
  padding: 0.7em 0;
  font-size: 1.4em;
}
.featured-carousel .slide-content {
  width: 356px;
}
.featured-carousel .slide img.featured-icon {
  float: right;
  margin: 10px 0 10px 10px;
}
.featured-carousel .slide img.highlights {
  float: none;
  margin: 10px auto;
  text-align: left;
}
.featured-carousel .slide img.slide-ad {
  text-align: center;
  margin: 5px auto;
}
.featured-carousel .slide h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #191970;
  line-height: 22px;
}
.featured-carousel .slide h3.larger {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 20px;
}
.featured-carousel .slide p.summary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.featured-carousel .slide p.larger {
  font-size: 16px;
  line-height: 18px;
}
.featured-carousel .slide p.item-type {
  font-style: italic;
  font-family: georgia, times new roman, serif;
  font-style: italic;
  color: #515151;
  font-size: 16px;
  padding-left: 1em;
}
.featured-carousel .slide .action {
  text-align: center;
  padding-top: 10px;
}
.featured-carousel .slide .action-button {
  padding: 2px 5px;
  margin: 1px auto 3px auto;
}
.featured-carousel ul.slick-dots {
  margin: 0;
  padding: 0;
}
.featured-carousel.js .slide-content {
  height: 363px;
  overflow: hidden;
}
.featured-carousel.js .slide {
  height: 440px;
}
.featured-control {
  display: none;
  position: absolute;
  top: 20;
  left: 340px;
  background-color: #fff;
}
.featured-control img {
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.featured-control .hidden {
  display: none;
}
/* Recently Released Reports List
*/
.recently-released-reports-container {
  height: 420px;
  overflow: auto;
}
ul.recently-released-reports {
  list-style: none;
}
ul.recently-released-reports li {
  font-family: "Helvetica Neue" Helvetica Arial sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  padding-bottom: 13px;
}
ul.recently-released-reports li .report-date {
  font-weight: normal;
  color: #404040;
  white-space: nowrap;
}
ul.recently-released-reports li .featured {
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #1d3d57;
  background-color: #dcb643;
  padding: 2px 5px;
  font-family: arial;
  font-size: 10px;
}
ul.recently-released-reports li a {
  color: #191970;
  text-decoration: none;
}
ul.recently-released-reports li a:hover {
  text-decoration: underline;
}
ul.recently-released-reports li.highlight {
  font-weight: bold;
}
.report-action {
  margin-top: 40px;
}
.report-action button.view-more-button {
  padding: 3px 5px;
}
a.view-more-link,
a.slide-button-link {
  display: block;
  clear: both;
  background-color: #f4f4f4;
  color: #282828;
  border: 0.5px #000 solid;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  margin: auto;
  padding: 6px 12px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Footer
*/
#footer {
  clear: both;
  width: 976px;
  margin: 20px 10px 5px 10px;
  background-color: #515151;
}
#footer p {
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 0.5em;
}
#footer-links {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 996px;
  padding: 20px 0;
}
#test-footer-links {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 996px;
  padding: 0 0 20px 0;
}
/* Leadin
*/
.leadin {
  clear: both;
  padding: 0;
  margin: 0;
}
.leadin h4 {
  padding: 0;
  margin-bottom: 0;
}
.leadin h4 a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  color: #036;
}
.leadin img {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
}
.leadin p {
  padding: 0;
  margin-top: 0;
  font-size: 0.9em;
}
.leadin .summary {
  font-size: 0.9em;
  padding: 6px 24px 12px 24px;
  font-style: italic;
}
.more-link {
  padding-left: 0.5em;
}
.leadin .inline-date {
  color: #000;
  font-weight: normal;
  font-size: 0.9em;
}
.big-button {
  text-align: center;
  margin: 24px 0;
}
.big-button a {
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  -moz-box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  text-align: center;
  vertical-align: middle;
  font-size: 18pt;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
  padding: 20px 40px;
}
.big-gray-button a {
  color: #000;
  background-color: #e6e6e6;
}
.big-green-button a {
  color: #fff;
  background-color: gree-button-color;
}
.big-blue-button a {
  color: #fff;
  background-color: #0d2871;
}
.big-green-button {
  text-align: center;
  margin: 24px 0;
}
.big-green-button a {
  display: inline-block;
  color: #fff;
  background-color: #47b20e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 18pt;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
  padding: 20px 40px;
}
/* FAQ's
*/
.faqs h3 {
  padding: 0;
  margin: 0;
}
.faqs p:first-child {
  padding-top: 0;
  margin-top: 2px;
}
.faqs p {
  margin: 0 0 0 10px;
}
.faqs h2 {
  margin-bottom: 1em;
}
.faqs table {
  margin: 1em 2em;
}
.faqs .questions a {
  text-decoration: none;
  color: #036;
}
.faqs .questions li {
  list-style: none;
  list-style-image: none;
  margin: 4px 0 4px 10px;
}
.faqs .questions a:hover {
  text-decoration: underline;
  color: #00f;
}
.faqs .return {
  text-align: center;
  padding: 2em 0;
}
.faqs .shade {
  background: none repeat scroll 0 0 #e2e2e2;
}
.faqs thead th {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
}
.faqs thead th:first-child {
  border-left: 1px solid #999;
}
.faqs tbody td:first-child {
  border-left: 1px solid #999;
}
.faqs td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
/* Press Releases
*/
.press-releases ul {
  margin: 10px;
}
.press-releases li {
  margin: 4px 0 4px 10px;
}
.press-releases .return {
  text-align: center;
  padding: 2em 0 0 0;
}
.press-release-summary {
  padding: 2px 12px;
  font-style: italic;
  font-size: 0.9em;
}
/* Misc
*/
.spacer {
  clear: both;
  height: 15px;
}
.big-spacer {
  clear: both;
  height: 30px;
}
.noBorder {
  border: none;
}
.indent {
  margin-left: 10px;
}
.service-icons {
  margin: 0 12px 2px 0;
}
.icon {
  width: 60px;
  height: 76px;
}
/* Featured Items
*/
.featured-items {
  padding: 20px 50px;
}
/* About Us
*/
.about p {
  line-height: 120%;
}
.about-box {
  float: right;
  padding: 20px;
  width: 300px;
  margin: 10px;
  background-image: url("../images/background-about.png");
}
.about-box h2 {
  margin: 0;
  padding: 0;
}
.about-box ul {
  margin: 15px;
}
.about-box li {
  padding: 4px 0;
}
.accent-1 {
  float: right;
  margin: 5px 10px 10px 10px;
  width: 200px;
  height: 200px;
}
.bio-title {
  font-size: 1em;
  font-style: italic;
}
.office-list ul {
  list-style: none;
}
.office-list h2 {
  clear: both;
}
.usa-jobs-logo {
  text-align: center;
  padding: 50px;
}
/* About Investigations
*/
.rewards-highlight {
  margin: 20px 0;
  background-color: #fff;
  padding: 0 6px 6px 6px;
}
.rewards-highlight h4 {
  font-size: 1.3em;
  font-family: "Times New Roman", Times, serif;
  margin: 5px;
  padding: 0;
  text-align: center;
  color: #007000;
}
.rewards-highlight p {
  padding: 0;
  margin: 5px;
}
.investigations-contact table {
  margin: 30px 50px 0 50px;
}
.investigations-contact th,
.investigations-contact td {
  border-collapse: collapse;
  border: 1px solid #999;
}
.investigations-contact .shade {
  background: none repeat scroll 0 0 #ebebeb;
}
.investigations-contact th {
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.investigations-contact td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.investigations-contact .bold {
  font-weight: bold;
}
.investigations-contact .indent {
  padding-left: 2em;
}
.investigations-contact .name {
  white-space: nowrap;
}
.investigations-contact .coverage,
.investigations-contact .phone {
  white-space: nowrap;
}
/* Org Chart
*/
.org-chart {
  text-align: center;
}
/* Bio Pages
*/
.bio {
  padding: 0 1em;
}
.bio img {
  margin: 30px 10px 10px 10px;
  float: right;
  border: none;
  height: 230px;
  width: 185px;
}
.bio p {
  line-height: 120%;
}
/* The OIG Story
*/
#oig-story h4 {
  font-family: "Copperplate Gothic Bold", "Times New Roman", Times, serif;
  font-variant: small-caps;
  font-size: 14pt;
  border: 1px #000 solid;
  float: left;
  color: #000;
  padding: 0.5em;
  margin: 0 0.5em 0.1em 10px;
}
#oig-story p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* SAR 
*/
.sars {
  margin: 1em;
}
.sars-by-cover {
  text-align: center;
  clear: both;
}
.sar-cover img {
  border: none;
}
.sar-cover {
  float: left;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
.sar-cover a {
  text-decoration: none;
  font-weight: bold;
  color: #036;
}
/* OIG Highlights
*/
.oig-highlights {
  margin-top: 1em;
}
.oig-highlights ul {
  float: left;
  margin: 0 12px;
}
.oig-highlights li {
  margin-bottom: 0.5em;
  list-style: none;
}
.oig-highlights .links a {
  text-decoration: none;
  color: #036;
}
.oig-highlights .links a:hover {
  text-decoration: underline;
  color: #00f;
}
/* Other Reports
*/
.other-reports {
  margin-top: 2em;
}
.other-reports .links a {
  text-decoration: none;
  color: #036;
}
.other-reports ul {
  margin: 10px;
}
.other-reports li {
  margin: 4px 0 4px 10px;
}
.other-reports .links li {
  list-style: disc;
}
.other-reports .links a:hover {
  text-decoration: underline;
  color: #00f;
}
/* ARRA
*/
.arra .report-list {
  margin: 0;
  padding: 10px 15px;
}
/* Report Summary
*/
.report-summary {
  padding: 20px;
}
.report-summary .label {
  vertical-align: top;
  text-align: right;
  padding: 4px;
  white-space: nowrap;
  font-weight: bold;
}
.report-summary .value {
  vertical-align: top;
  padding: 4px;
}
/* Headings
*/
.roundedHeading {
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
.noticesHeading {
  color: #fcf9e7;
  background-color: #002c45;
}
.featuredHeading {
  color: #1d3d57;
  background: #dcb643;
}
.arraHeading {
  color: #fff;
  background: #333;
}
.hotlineHeading {
  color: #fff;
  background: #ce4132;
}
.oigHeading {
  color: #fff;
  background: #036;
}
.publicationsHeading {
  background: #1d3d57;
  color: #fff;
}
.notificationsHeading {
  color: #fff;
  background: #c23f3d;
}
.rewardsHeading {
  color: #fff;
  background: #007d00;
}
.contactHeading {
  color: #fff;
  background: #286c5d;
}
.aboutHeading {
  color: #fff;
  background: #66467b;
}
.homepageHeading {
  color: #009cd6;
  background: #e1f3fd;
}
/* Hotline
*/
.results {
  float: left;
}
.results .chart {
  float: right;
  padding: 0 0 10px 10px;
}
.not-visible {
  display: none;
  visibility: hidden;
}
/* Hotline Complainant Release Preferences
*/
.hotline-preferences-banner {
  margin: 20px 100px;
  padding: 0;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  -moz-box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  box-shadow: 3px 3px 4px 0px rgba(170,170,170,0.75);
  height: 625px;
  margin-bottom: 20px;
  border: 1px #ce4132 solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.hotline-preferences-banner .column-heading {
  margin: 0;
  border-collapse: collapse;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  height: 45px;
  background: #ce4132;
}
.hotline-preferences-banner .column-heading h2 {
  color: #fff;
}
.hotline-preferences-banner .column-heading .content {
  height: 560px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
}
.hotline-preferences-banner .big-button {
  float: left;
}
.hotline-preferences-banner .big-button,
.hotline-preferences-banner .big-button a {
  width: 225px;
}
.hotline-preferences-banner .preference-description {
  width: 400px;
  margin-left: 350px;
  vertical-align: middle;
  padding-top: 20px;
  font-size: 12pt;
}
.hotline-preferences-banner .bold {
  font-weight: bold;
}
/* Hotline Form
*/
.testing-instructions {
  width: 80%;
  border: medium #800080 dashed;
  padding: 10px 20px;
  margin: 0 auto;
}
.hotline-form h3 {
  font-size: 1.4em;
}
.hotline-form .required {
  font-weight: bold;
}
.hotline-form label {
  font-family: tahoma, verdana, Sans-Serif;
  font-size: 1em;
  color: #000;
}
.hotline-form textarea {
  font-family: Arial, helvetica, Sans-Serif;
  font-size: 1em;
}
.hotline-form .oig-required,
.hotline-form .oig-validation-summary {
  color: #ce4132;
  font-weight: bold;
}
.hotline-form .oig-validation-summary {
  margin: 20px 10px;
}
.hotline-form .label-and-input label {
  display: block;
  margin: 15px 0 8px 0;
}
.hotline-form .label-and-input input,
.hotline-form .label-and-input textarea {
  display: block;
  margin: 2px 0 15px 2px;
}
/* Horizontal Panels
*/
.hotline-form .horizontal-panel {
  clear: left;
}
.hotline-form .horizontal-panel .label-and-input {
  float: left;
  padding-left: 15px;
}
.hotline-form .vertical-panel .label-and-input {
  padding-left: 15px;
}
.hotline-form .radio-indent {
  margin-left: 25px;
}
.hotline-form .label-and-input .hotline-horizontal-radio-list {
  padding-left: 10px;
}
.hotline-form .label-and-input .hotline-horizontal-radio-list input {
  display: inline;
  padding: 0;
  margin: 0;
}
.hotline-form .label-and-input .hotline-horizontal-radio-list label {
  display: inline;
  padding: 0;
  margin-left: 5px;
  margin-right: 15px;
}
#filter-controls {
  min-height: 600px;
}
.search-results-list h4 {
  margin-bottom: 2px;
  margin-top: 15;
  pxpadding: 0;
}
.search-results-list p {
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0;
}
.search-results-list .result-link {
  margin-left: 20px;
  margin-top: 2px;
  padding: 0;
}
.search-results-summary {
  margin: 24px;
  font-family: Tahoma;
  font-weight: bold;
  color: Gray;
}
.search-results-pagination {
  font-family: Arial, helvetica, sans-serif;
  text-align: center;
  margin: 20px 0 50px 0;
}
.infolinks {
  background-color: #eff6ff;
  margin: 15px 0;
  padding: 10px 10px 5px 5px;
}
.infolinks ul {
  list-style: none;
  margin: 0 0 0 60px;
}
.infolinks li {
  margin-bottom: 10px;
}
.infolinks li a {
  color: #009;
}
.infolinks li a:hover {
  color: #00f;
}
._508text {
  color: #fff;
  background-color: #fff;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
