.widgets > .row > .row {
  margin: 0;
}
.widgets > .row:not(:first-child):not(:nth-child(2)) {
  margin-top: 0.9375em;
}
.widgets .widget {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 0px;
  margin-bottom: 30px;
  overflow: hidden;
  /* used only in service cards */
}
.widgets .widget.content-widget .widget-body {
  padding: 20px 15px 20px 15px;
}
.widgets .widget.content-widget .widget-body ul, .widgets .widget.content-widget .widget-body ol {
  padding: 2px 10px 2px 10px;
}
.widgets .widget.content-widget .crsummarycta {
  padding-right: 15px;
  padding-left: 15px;
}
.widgets .widget .widget-padding {
  padding: 20px 15px 20px 15px;
}
.widgets .widget .widget-padding ul, .widgets .widget .widget-padding ol {
  padding: 2px 10px 2px 10px;
}
.widgets .widget .widget-title-bar {
  margin: -1px;
  margin-bottom: 0;
  background-color: #99999;
  background: -moz-linear-gradient(top, #99999, #99999);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(#99999), color-stop(#99999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #99999, #99999);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #99999, #99999);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #99999, #99999);
  /* IE10+ */
  background: linear-gradient(to bottom, #99999, #99999);
  /* W3C */
  padding: 11px 10px 8px 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: normal;
  font-size: 20px;
  color: #545454;
}
.widgets .widget .widget-sub-header {
  padding: 8px 0;
}
.widgets .widget .widget-sub-header > th, .widgets .widget .widget-sub-header > td {
  background-color: #e0e0e0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: bold;
  color: #545454;
}
.widgets .widget .widget-body, .widgets .widget .widget-body td {
  color: #545454;
  font-size: 13px;
}
.widgets .widget .widget-body > .row, .widgets .widget .widget-body .pad0 > .row, .widgets .widget .widget-body td > .row, .widgets .widget .widget-body td .pad0 > .row {
  margin-left: 0;
  margin-right: 0;
}
.widgets .widget .widget-body > .row .row, .widgets .widget .widget-body .pad0 > .row .row, .widgets .widget .widget-body td > .row .row, .widgets .widget .widget-body td .pad0 > .row .row {
  margin-left: 0;
  margin-right: 0;
}
.widgets .widget .widget-body p:last-child, .widgets .widget .widget-body td p:last-child {
  margin-bottom: 0;
}
.widgets .widget .widget-body p, .widgets .widget .widget-body td p {
  color: #545454;
  font-size: 13px;
}
.widgets .widget .widget-body a, .widgets .widget .widget-body td a {
  color: #15a4aa;
}
.widgets .widget .widget-body .sortable-header, .widgets .widget .widget-body .sortable-header-nocursor, .widgets .widget .widget-body td .sortable-header, .widgets .widget .widget-body td .sortable-header-nocursor {
  color: #545454;
}
.widgets .widget .widget-body li > p, .widgets .widget .widget-body td li > p {
  display: inline;
}
.widgets .widget .widget-body .c2aNav, .widgets .widget .widget-body td .c2aNav {
  color: #fff;
  background-color: #000;
}
.widgets .widget .widget-body .widget-row, .widgets .widget .widget-body td .widget-row {
  border: 1px solid #cbcbcb;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.widgets .widget .widget-text {
  color: #545454;
  padding-top: 20px !important;
  padding-right: 15px !important;
  padding-bottom: 20px !important;
  padding-left: 15px !important;
}
.widgets .widget .widget-header-text {
  font-weight: bold;
}
.widgets .widget .widget-text-scroll {
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.widgets .widget:not(:first-child) {
  margin-top: 0.9375em;
}
.widgets .widget .alert-box {
  padding-left: 1em;
  border: 0;
  margin-bottom: 1px;
}
.widgets .widget .alert-box .close {
  color: white;
  opacity: 1;
  font-weight: bold;
  margin-right: 0.5em;
}
.widgets .widget .alert-summary {
  color: #333;
}
.widgets .widget .alert-action {
  color: #333 !important;
}
.widgets .widget .visual {
  background: #fff no-repeat left top;
  background-size: cover;
  height: 200px;
}
.widgets .widget .contentArea a {
  margin: 10px 0;
  display: block;
  text-align: right;
}
.widgets .widget .widget-area {
  margin-bottom: 0.9375em;
}
.widgets .widget .faq-term {
  color: #545454;
  font-size: 14px;
  font-weight: bold;
}
.widgets .widget .faq-answer {
  color: #545454;
  font-size: 13px;
}
.widgets .widget .video-title {
  color: #545454;
  font-weight: bold;
  font-size: 14px;
}
.widgets .widget .alertCountFontColor {
  color: #ffffff;
  font-weight: bold;
}
.widgets .widget .alertCnt:not(span) {
  color: #545454;
  font-weight: bold;
}
.widgets .shaded {
  z-index: 90 !important;
  position: absolute !important;
  border-color: #999 !important;
  background: rgba(153, 153, 153, 0.6) !important;
}
.widgets .widget2 {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  /* used only in service cards */
}
.widgets .widget2.content-widget .widget-body {
  padding: 20px 15px 20px 15px;
}
.widgets .widget2.content-widget .widget-body ul, .widgets .widget2.content-widget .widget-body ol {
  padding: 2px 10px 2px 10px;
}
.widgets .widget2.content-widget .crsummarycta {
  padding-right: 15px;
  padding-left: 15px;
}
.widgets .widget2 .widget-padding {
  padding: 20px 15px 20px 15px;
}
.widgets .widget2 .widget-padding ul, .widgets .widget2 .widget-padding ol {
  padding: 2px 10px 2px 10px;
}
.widgets .widget2 .widget-title-bar {
  margin: -1px;
  background-color: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2, #e2e2e2);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(#e2e2e2), color-stop(#e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2, #e2e2e2);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2, #e2e2e2);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2, #e2e2e2);
  /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2, #e2e2e2);
  /* W3C */
  padding: 11px 10px 8px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: Bold;
  font-size: 16px;
  color: #636363;
}
.widgets .widget2 .widget-sub-header {
  padding: 8px 0;
}
.widgets .widget2 .widget-sub-header > th {
  background-color: #929497;
  text-decoration: bold;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.widgets .widget2 .widget-body {
  color: #333333;
  font-size: 13px;
}
.widgets .widget2 .widget-body > .row, .widgets .widget2 .widget-body .pad0 > .row {
  margin-left: 0;
  margin-right: 0;
}
.widgets .widget2 .widget-body > .row .row, .widgets .widget2 .widget-body .pad0 > .row .row {
  margin-left: 0;
  margin-right: 0;
}
.widgets .widget2 .widget-body p:last-child {
  margin-bottom: 0;
}
.widgets .widget2 .widget-body p {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.widgets .widget2 .widget-body a {
  color: #2ba6cb;
}
.widgets .widget2 .widget-body .c2aNav {
  color: #fff;
  background-color: #0000ff;
}
.widgets .widget2 .widget-body .widget-row {
  border: 1px solid #cbcbcb;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.widgets .widget2 .widget-text {
  color: #333333;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.widgets .widget2 .widget-header-text {
  font-weight: bold;
}
.widgets .widget2 .widget-text-scroll {
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.widgets .widget2:not(:first-child) {
  margin-top: 0.9375em;
}
.widgets .widget2 .alert-box {
  padding-left: 1em;
  border: 0;
  margin-bottom: 1px;
}
.widgets .widget2 .alert-box .close {
  color: white;
  opacity: 1;
  font-weight: bold;
  margin-right: 0.5em;
}
.widgets .widget2 .alert-summary {
  font-size: 0.8em;
  color: #000;
  font-weight: bold;
}
.widgets .widget2 .alert-action {
  color: #333 !important;
}
.widgets .widget2 .visual {
  background: #fff no-repeat left top;
  background-size: cover;
  height: 200px;
}
.widgets .widget2 .contentArea a {
  margin: 10px 0;
  display: block;
  text-align: right;
}
.widgets .widget2 .widget-area {
  margin-bottom: 0.9375em;
}
.widgets .widget2 .cyber-text {
  text-align: right;
}
.widgets .widget2 .faq-term {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.widgets .widget2 .faq-answer {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
}
.widgets .widget2 .video-title {
  color: #000000;
  font-size: 14px;
}
.widgets .widget2 .alertCountFontColor {
  color: #ffffff;
  font-weight: bold;
}
.widgets .widget2 .alertCnt:not(span) {
  color: #ffffff;
  font-weight: bold;
}
.widgets .widget3 {
  background-color: #99999;
  border: 1px solid #99999;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  /* used only in service cards */
}
.widgets .widget3.content-widget .widget-body {
  padding: 20px 15px 20px 15px;
}
.widgets .widget3.content-widget .widget-body ul, .widgets .widget3.content-widget .widget-body ol {
  padding: 2px 10px 2px 10px;
}
.widgets .widget3.content-widget .crsummarycta {
  padding-right: 15px;
  padding-left: 15px;
}
.widgets .widget3 .widget-padding {
  padding: 20px 15px 20px 15px;
}
.widgets .widget3 .widget-padding ul, .widgets .widget3 .widget-padding ol {
  padding: 2px 10px 2px 10px;
}
.widgets .widget3 .widget-title-bar {
  margin: -1px;
  background-color: #434243;
  background: -moz-linear-gradient(top, #434243, #434243);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(#434243), color-stop(#434243));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #434243, #434243);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #434243, #434243);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #434243, #434243);
  /* IE10+ */
  background: linear-gradient(to bottom, #434243, #434243);
  /* W3C */
  font-weight: Bold;
  font-size: 16px;
  color: #ffffff;
  padding: 11px 10px 8px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.widgets .widget3 .widget-sub-header {
  padding: 8px 0;
}
.widgets .widget3 .widget-sub-header > th {
  background-color: #929497;
  font-weight: bold;
  font-size: 14px;
  text-decoration: bold;
  color: #ffffff;
}
.widgets .widget3 .widget-body {
  color: #545454;
  font-size: 13px;
}
.widgets .widget3 .widget-body > .row, .widgets .widget3 .widget-body .pad0 > .row {
  margin-left: 0;
  margin-right: 0;
}
.widgets .widget3 .widget-body > .row .row, .widgets .widget3 .widget-body .pad0 > .row .row {
  margin-left: 0;
  margin-right: 0;
}
.widgets .widget3 .widget-body p:last-child {
  margin-bottom: 0;
}
.widgets .widget3 .widget-body p {
  color: #545454;
  font-size: 13px;
  /* font-weight: bold;*/
  line-height: 18px;
}
.widgets .widget3 .widget-body a {
  color: #15a4aa;
}
.widgets .widget3 .widget-body .c2aNav {
  color: #fff;
  background-color: #0000ff;
}
.widgets .widget3 .widget-body .widget-row {
  border: 1px solid #99999;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.widgets .widget3 .widget-text {
  color: #545454;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.widgets .widget3 .widget-header-text {
  font-weight: bold;
}
.widgets .widget3 .widget-text-scroll {
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.widgets .widget3:not(:first-child) {
  margin-top: 0.9375em;
}
.widgets .widget3 .alert-box {
  padding-left: 1em;
  border: 0;
  margin-bottom: 1px;
}
.widgets .widget3 .alert-box .close {
  color: white;
  opacity: 1;
  font-weight: bold;
  margin-right: 0.5em;
}
.widgets .widget3 .alert-summary {
  font-size: 0.8em;
  color: #000;
  font-weight: bold;
}
.widgets .widget3 .visual {
  background: #fff no-repeat left top;
  background-size: cover;
  height: 200px;
}
.widgets .widget3 .contentArea a {
  margin: 10px 0;
  display: block;
  text-align: right;
}
.widgets .widget3 .widget-area {
  margin-bottom: 0.9375em;
}
.widgets .widget3 .cyber-text {
  text-align: right;
}
.widgets .widget3 .faq-term {
  color: #545454;
  font-size: 14px;
  font-weight: normal;
}
.widgets .widget3 .faq-answer {
  color: #545454;
  font-size: 13px;
  font-weight: bold;
}
.widgets .widget3 .video-title {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.widgets .widget3 .alertCountFontColor {
  color: #ffffff;
  font-weight: bold;
}
.widgets .widget3 .alertCnt:not(span) {
  color: #ffffff;
  font-weight: bold;
}
.widgets .widget:after, .widgets .widget2:after, .widgets .widget3:after {
  content: "";
  display: block;
  clear: both;
}
.widgets .full-bleed .widget-body {
  padding: 0;
}
.widgets .full-bleed .widget-body > .visual {
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
}
.widgets .full-bleed .widget-title-bar + .widget-body > .visual {
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
}
.widgets .full-bleed .full-bleed-image {
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
}
.widgets .full-bleed .widget-title-bar + .widget-body > .full-bleed-image {
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
}
h2.info-circle {
  color: #e2e2e2;
  background: #636363;
  border-radius: 15px;
  padding: 0 6px;
  line-height: 16px;
  font-size: 1.3em;
  margin: 9px;
}
.alertActive {
  background-color: #666;
  color: #000;
}
.alertInactive {
  background-color: #ddd;
  color: #666;
}
.ctas:after {
  clear: both !important;
}
.cyberAlertsContainer .alerts_div_bottom {
  border-top: 1px solid #999999;
  margin-top: 20px;
}
.reports_div_head {
  background-color: #e0e0e0;
  color: #545454;
  font-weight: bold;
  border-top: 1px solid #999999;
  padding: 10px;
}
.reports_div_head, .reports_div_row {
  line-height: normal;
}
.reports_div_row, .isread {
  font-weight: normal;
}
.qna, .qna th, .div_head, .div_row {
  background-color: #e0e0e0;
  font-weight: bold;
  font-size: 14px;
  color: #545454;
  border-top: 1px solid #999999;
  padding: 10px;
}
.widget-map .widget-body, .widget-notifications .widget-body {
  padding: 0 !important;
}
.glossary-alpha-container {
  display: flex;
  justify-content: space-between;
  height: 56px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.glossary-alpha {
  color: #CCCCCC;
  font-size: 26px;
  font-weight: normal;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.glossary {
  color: #007DC3;
}
.glossary-alpha-active {
  color: #000000;
  font-size: 21px;
}
.glossary-bullet-hidden, .hidden {
  visibility: hidden;
}
.glossary-item {
  color: #000000;
  font-size: 1em;
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.glossary-item:hover {
  color: #007dc3;
}
.glossary-item-active {
  color: #007DC3;
  border-style: solid;
  border-width: 2px;
  border-color: #007dc3;
  padding-top: 5px;
  padding-left: 5px;
}
.glossary-item-header {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 24px;
}
.glossary-item-header-active {
  color: #F4911E;
}
.glossary-description {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.underline-dotted {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  opacity: 0.7;
}
.underline-dotted:hover {
  opacity: 1;
}
.underline-dotted-full-opacity td {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.alertSectionHeight {
  height: 22px;
}
.yellowBox {
  background-color: #fffbcf;
  border: solid;
  border-width: 1px;
  border-color: #e6e7e8;
  color: #231f20;
  padding: 4px 8px;
  font-size: 0.75em;
}
.error.errorBlock {
  border: solid;
  border-width: 1px;
  border-color: #e6e7e8;
  padding: 4px 8px;
  font-size: 0.75em;
}
.dropdown.button:before {
  right: 5px !important;
}
.dropdown.button {
  padding-right: 20px !important;
}
.alerts-container .section-container.alerts {
  margin-bottom: 0;
}
.alerts-container .section-container.alerts section > .content {
  padding-top: 0;
  padding-bottom: 0;
}
.alerts-container .section-container.alerts .content .section-header {
  background-color: #929497;
  color: #ffffff;
}
.alerts-container .alert.unread {
  margin: 0 1px;
  background-color: #FBF8CD;
}
.alerts-container .alert.unread > td, .alerts-container .alert.unread .columns, .alerts-container .alert.unread > div {
  background-color: #FBF8CD;
  color: #ff0000;
  font-style: normal;
  font-weight: bold;
}
.alerts-container .alert.unread .alert-archive-button, .alerts-container .alert.unread .alert-delete-button, .alerts-container .alert.unread .archived-alerts-container, .alerts-container .alert.unread .alert {
  display: none;
}
.alerts-container .alert.unread .alert-actions .alert-action {
  color: #ff0000 !important;
  margin-bottom: 0;
  cursor: pointer;
  display: inline;
}
.alerts-container .alert.unread .alert-actions .alert-action > .fa {
  color: #ff0000 !important;
}
.alerts-container .alert.unread .alert-header-container[data-expander][data-expand-state="expanded"] {
  background-color: #FBF8CD;
}
.alerts-container .alert .alert-actions .alert-action {
  margin-left: 10px;
}
.alerts-container .alert .alert-header-container .columns:not(.alert-actions), .alerts-container .alert .reports_div_row .columns, .alerts-container .alert .notification-title, .alerts-container .alert td.alert-summary-date {
  font-size: 14px;
}
.alerts-container .alert .alert-content-row {
  padding-top: 0;
}
.alerts-container .alert .alert-content-row .alert-headline {
  font-size: 14px;
  padding: 10px 0px 10px 0px;
}
.alerts-container .alert.alert-header-border-bottom {
  border-bottom: 1px solid #cccbcb;
}
.alerts-container .alert-border-top {
  border-top: 1px solid #cccbcb;
}
.alerts-container .report.alert-header-border-bottom {
  border-bottom: 1px solid #cccbcb;
}
.alerts-container .alert-info-row .alert-info-column .alert-info-item-row {
  margin-bottom: 0.4em;
}
.alerts-container .alert-info-row .alert-info-column .alert-info-label {
  font-weight: bold;
}
.alerts-container .alert-info-row .alert-info-column .alert-info-value {
  text-transform: uppercase;
  padding-left: 0.4em;
  word-wrap: break-word;
}
/* alerts */
.alerts .content {
  border: none !important;
}
.alertsSummary .widget-body.pad0 .row:not(.widget-sub-header) {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
.alertsSummary .widget-body.pad0 .row .sprites {
  vertical-align: middle;
}
.alertsSummary .widget-body.pad0 a .row, .alertsSummary .widget-body.pad0 .row:not(:last-child) {
  border-top: 1px solid #ccc;
  margin: 0;
}
.alertsSummary .widget-body.pad0 .row:first-child, .alertsSummary .unread {
  font-style: normal;
  font-weight: bold;
}
.alertsSummary .unread div, .alert-header-container.unread {
  background-color: #FBF8CD;
}
.alertsSummary a:hover .unread div, .opac75 {
  opacity: 0.75;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=75)";
  /* ie 8 */
  filter: alpha(opacity=75);
  /* ie lt 7 */
  -khtml-opacity: 0.75;
  /* safari 1.x */
  -moz-opacity: 0.75;
  /* ff lt 1.5, netscape */
}
.opac85 {
  opacity: 0.85;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=85)";
  /* ie 8 */
  filter: alpha(opacity=85);
  /* ie lt 7 */
  -khtml-opacity: 0.85;
  /* safari 1.x */
  -moz-opacity: 0.85;
  /* ff lt 1.5, netscape */
}
.alertsSummary .widget-body.pad0 a .row:not(:last-child) div, a .unread div {
  font-size: 14px;
  color: #ff0000;
  font-style: normal;
  font-weight: bold;
}
.alertsSummary .widget-body.pad0 a .unread div:first-child {
  font-size: 14px;
  color: #ff0000;
  font-style: normal;
  font-weight: bold;
}
.alertCnt {
  text-transform: uppercase;
  font-size: x-small;
  line-height: 18px;
}
.cntBbl {
  padding: 2px 8px;
  margin-right: 5px;
  background-color: #e51937;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.widget-title-bar-secondary, .qna, .qna th {
  background-color: #e0e0e0;
  color: #545454;
}
.noBorderBottom {
  border-bottom: 0px !important;
}
.vertmid {
  height: 40px;
}
.vertmid .columns {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.inline {
  display: inline !important;
}
.pagination-div {
  background-color: #e5e6e7;
  padding: 10px 0px;
}
#pagination-control li {
  padding: 0px !important;
  margin: 0px !important;
}
.pagination-control .disabled {
  opacity: 1;
}
button {
  box-shadow: none !important;
}
.pagination-control ul {
  display: inline-block !important;
  *display: inline !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  height: 1.3em !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  *zoom: 1 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.pagination-control ul li {
  display: inline !important;
}
.pagination-control ul .pagination li {
  padding: 0px;
  margin: 0px;
}
.pagination-control ul > li > a, .pagination-control ul > li > span {
  float: left !important;
  line-height: 16px !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border: 1px solid #dddddd !important;
  border-left-width: 0 !important;
  color: #000 !important;
}
.pagination-control ul > li > a:hover, .pagination-control ul > li > a:focus, .pagination-control ul > .active > a, .pagination-control ul > .active > span {
  color: #ffffff !important;
  background-color: #999 !important;
}
.pagination-control ul > .active > a, .pagination-control ul > .active > span {
  color: #fff !important;
  cursor: default !important;
}
.pagination-control ul > .disabled > span, .pagination-control ul > .disabled > a, .pagination-control ul > .disabled > a:hover, .pagination-control ul > .disabled > a:focus {
  color: #999 !important;
  cursor: default !important;
  /*background-color: transparent !important;*/
  background-color: #ffffff !important;
}
.pagination-control ul > li:first-child > a, .pagination-control ul > li:first-child > span {
  border-left-width: 1px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  -webkit-border-top-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  -moz-border-radius-topleft: 4px !important;
}
.pagination-control ul > li:last-child > a, .pagination-control ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  -webkit-border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  -moz-border-radius-topright: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
}
.pagination-input {
  width: 30px !important;
  height: 30px !important;
  display: inline !important;
  padding-bottom: 5px !important;
}
.leaflet-top, .leaflet-bottom {
  z-index: 10 !important;
}
.monHdr {
  background-color: #f2f1f2;
}
.largeNumber {
  font-size: 20px !important;
  font-weight: normal !important;
  font-family: Muli !important;
  font-style: normal !important;
  color: #ffffff !important;
  background-color: #282828 !important;
  padding: 3px 8px 3px 8px;
  border-radius: 4px;
}
.buttonSuccess, .buttonCancel, .buttonGeneric, .buttonPrint {
  text-transform: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  font-family: Noto Sans, Arial, Sans Serif !important;
  padding-top: 12px !important;
  padding-right: 22px !important;
  padding-bottom: 12px !important;
  padding-left: 22px !important;
  line-height: 14px !important;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
.buttonSuccess {
  background-color: #00ac4d !important;
  background: -moz-linear-gradient(top, #00ac4d 0%, #00ac4d 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00ac4d), color-stop(100%, #00ac4d)) !important;
  background: -webkit-linear-gradient(top, #00ac4d 0%, #00ac4d 100%) !important;
  background: -o-linear-gradient(top, #00ac4d 0%, #00ac4d 100%) !important;
  background: -ms-linear-gradient(top, #00ac4d 0%, #00ac4d 100%) !important;
  background: linear-gradient(to bottom, #00ac4d 0%, #00ac4d 100%) !important;
  border-top-color: #00ac4d !important;
  border-right-color: #00ac4d !important;
  border-bottom-color: #00ac4d !important;
  border-left-color: #00ac4d !important;
  color: #ffffff !important;
}
.buttonSuccess:hover, .buttonSuccess:focus {
  background: -moz-linear-gradient(top, #00cc5c 0%, #00cc5c 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00cc5c), color-stop(100%, #00cc5c)) !important;
  background: -webkit-linear-gradient(top, #00cc5c 0%, #00cc5c 100%) !important;
  background: -o-linear-gradient(top, #00cc5c 0%, #00cc5c 100%) !important;
  background: -ms-linear-gradient(top, #00cc5c 0%, #00cc5c 100%) !important;
  background: linear-gradient(to bottom, #00cc5c 0%, #00cc5c 100%) !important;
  text-decoration: none !important;
  border-top-color: #00cc5c !important;
  border-right-color: #00cc5c !important;
  border-bottom-color: #00cc5c !important;
  border-left-color: #00cc5c !important;
  color: #ffffff !important;
}
.buttonCancel {
  background-color: #cccccc !important;
  background: -moz-linear-gradient(top, #cccccc 0%, #cccccc 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #cccccc)) !important;
  background: -webkit-linear-gradient(top, #cccccc 0%, #cccccc 100%) !important;
  background: -o-linear-gradient(top, #cccccc 0%, #cccccc 100%) !important;
  background: -ms-linear-gradient(top, #cccccc 0%, #cccccc 100%) !important;
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 100%) !important;
  border-top-color: #ffffff !important;
  border-right-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  border-left-color: #ffffff !important;
  color: #ffffff !important;
}
.buttonCancel:hover, .buttonCancel:focus {
  background: -moz-linear-gradient(top, #cccccc 0%, #cccccc 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #cccccc)) !important;
  background: -webkit-linear-gradient(top, #cccccc 0%, #cccccc 100%) !important;
  background: -o-linear-gradient(top, #cccccc 0%, #cccccc 100%) !important;
  background: -ms-linear-gradient(top, #cccccc 0%, #cccccc 100%) !important;
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 100%) !important;
  text-decoration: none !important;
  border-top-color: #ffffff !important;
  border-right-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  border-left-color: #ffffff !important;
  color: #FFFFFF !important;
}
.buttonGeneric {
  background-color: #16a5aa !important;
  background: -moz-linear-gradient(top, #16a5aa 0%, #16a5aa 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16a5aa), color-stop(100%, #16a5aa)) !important;
  background: -webkit-linear-gradient(top, #16a5aa 0%, #16a5aa 100%) !important;
  background: -o-linear-gradient(top, #16a5aa 0%, #16a5aa 100%) !important;
  background: -ms-linear-gradient(top, #16a5aa 0%, #16a5aa 100%) !important;
  background: linear-gradient(to bottom, #16a5aa 0%, #16a5aa 100%) !important;
  border-top-color: #16a5aa !important;
  border-right-color: #16a5aa !important;
  border-bottom-color: #16a5aa !important;
  border-left-color: #16a5aa !important;
  color: #ffffff !important;
}
.buttonGeneric:hover, .buttonGeneric:focus {
  background: -moz-linear-gradient(top, #189397 0%, #189397 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #189397), color-stop(100%, #189397)) !important;
  background: -webkit-linear-gradient(top, #189397 0%, #189397 100%) !important;
  background: -o-linear-gradient(top, #189397 0%, #189397 100%) !important;
  background: -ms-linear-gradient(top, #189397 0%, #189397 100%) !important;
  background: linear-gradient(to bottom, #189397 0%, #189397 100%) !important;
  text-decoration: none !important;
  border-top-color: #808080 !important;
  border-right-color: #808080 !important;
  border-bottom-color: #808080 !important;
  border-left-color: #808080 !important;
  color: #FFFFFF !important;
}
.buttonPrint {
  border-radius: 3px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding-top: 3px !important;
  padding-right: 8px !important;
  padding-bottom: 3px !important;
  padding-left: 8px !important;
  text-transform: none !important;
  background-color: #00ac4d !important;
  background: -moz-linear-gradient(top, #00ac4d 0%, #00ac4d 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00ac4d), color-stop(100%, #00ac4d)) !important;
  background: -webkit-linear-gradient(top, #00ac4d 0%, #00ac4d 100%) !important;
  background: -o-linear-gradient(top, #00ac4d 0%, #00ac4d 100%) !important;
  background: -ms-linear-gradient(top, #00ac4d 0%, #00ac4d 100%) !important;
  background: linear-gradient(to bottom, #00ac4d 0%, #00ac4d 100%) !important;
  border-top-color: #00ac4d !important;
  border-right-color: #00ac4d !important;
  border-bottom-color: #00ac4d !important;
  border-left-color: #00ac4d !important;
  color: #ffffff !important;
}
.buttonPrint:hover, .buttonPrint:focus {
  background: -moz-linear-gradient(top, #00cc5c 0%, #00cc5c 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00cc5c), color-stop(100%, #00cc5c)) !important;
  background: -webkit-linear-gradient(top, #00cc5c 0%, #00cc5c 100%) !important;
  background: -o-linear-gradient(top, #00cc5c 0%, #00cc5c 100%) !important;
  background: -ms-linear-gradient(top, #00cc5c 0%, #00cc5c 100%) !important;
  background: linear-gradient(to bottom, #00cc5c 0%, #00cc5c 100%) !important;
  text-decoration: none !important;
  order-top-color: #00cc5c !important;
  border-right-color: #00cc5c !important;
  border-bottom-color: #00cc5c !important;
  border-left-color: #00cc5c !important;
  color: #ffffff !important;
}
.buttonSuccess:active, .buttonSuccess:focus, .buttonCancel:active, .buttonCancel:focus, .buttonGeneric:active, .buttonGeneric:focus, .buttonPrint:active, .buttonPrint:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.disabled, .buttonSuccess:disabled, .buttonCancel:disabled, .buttonGeneric:disabled, .buttonPrint:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.buttonSmall {
  font-weight: bold !important;
  font-size: 12px !important;
  padding-top: 3px !important;
  padding-right: 8px !important;
  padding-bottom: 3px !important;
  padding-left: 8px !important;
  border-radius: 3px !important;
  text-transform: none !important;
}
.smartMetricsIcon {
  color: #16a5aa !important;
}
.no-border {
  border: 0 !important;
}
#creditreport_report_content section.active {
  padding-bottom: 1px;
}
#creditreport_report_content section.active > .content {
  border-bottom-right-radius: 0px;
}
.minmax, .simPanelTitle {
  color: #696969 !important;
}
.lineHeightErrorText {
  line-height: 1.25em;
}
/* IE specific */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #chart {
    position: relative;
    width: calc(100% - 20px);
  }
  #chart:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #chart svg {
    width: calc(100% - 2px);
    height: calc(100% + 10px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
  }
}
/* do not add styles below this line - reserved for imports*/
