@font-face {
  font-family: "primary";
  font-style: normal;
  font-weight: 400;
  src: local("HK Grotesk Regular"), url("/fonts/grotesk/HKGrotesk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: italic;
  font-weight: 400;
  src: local("HK Grotesk Italic"), url("/fonts/grotesk/HKGrotesk-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: normal;
  font-weight: 300;
  src: local("HK Grotesk Light"), url("/fonts/grotesk/HKGrotesk-Light.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: italic;
  font-weight: 300;
  src: local("HK Grotesk Light Italic"), url("/fonts/grotesk/HKGrotesk-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: normal;
  font-weight: 500;
  src: local("HK Grotesk Medium"), url("/fonts/grotesk/HKGrotesk-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: italic;
  font-weight: 500;
  src: local("HK Grotesk Medium Italic"), url("/fonts/grotesk/HKGrotesk-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: normal;
  font-weight: 500;
  src: local("HK Grotesk SemiBold"), url("/fonts/grotesk/HKGrotesk-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: italic;
  font-weight: 500;
  src: local("HK Grotesk SemiBold Italic"), url("/fonts/grotesk/HKGrotesk-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: normal;
  font-weight: 700;
  src: local("HK Grotesk Bold"), url("/fonts/grotesk/HKGrotesk-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: italic;
  font-weight: 700;
  src: local("HK Grotesk Bold Italic"), url("/fonts/grotesk/HKGrotesk-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "primary";
  font-style: normal;
  font-weight: 400;
  src: local("HK Grotesk Regular"), url("/fonts/grotesk/HKGrotesk-Regular.woff2") format("woff2");
}
/* Color palette */
/* Breakpoints */
.loading-imc3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.loading-imc3 > div {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 5px solid #f1f3f4;
  border-left-color: #50c992;
  border-top-color: #50c992;
  border-right-color: #50c992;
  background: transparent;
  animation: spin 1s linear infinite;
}
.bg-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.bg-spinner > div {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 5px solid #f1f3f4;
  border-left-color: #50c992;
  border-top-color: #50c992;
  border-right-color: #50c992;
  background: transparent;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#imc3 {
  /* small col */
  /* alerts pagination */
}
#imc3 .gray-mild {
  color: #7c8894;
}
#imc3 .gray-black {
  color: #0a0a0a;
}
#imc3 body {
  background-color: #fff;
  font-family: primary, sans-serif;
  overflow-x: hidden;
}
#imc3 div:not(.ecl-form-inputs) select, #imc3 div:not(.ecl-form-inputs) [type="text"]:not(.ecl-form-inputs), #imc3 div:not(.ecl-form-inputs) [type="email"]:not(.ecl-form-inputs), #imc3 div:not(.ecl-form-inputs) [type="password"]:not(.ecl-form-inputs) {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 2px solid #7c8894;
}
#imc3 div:not(.ecl-form-inputs) select:focus, #imc3 div:not(.ecl-form-inputs) [type="text"]:not(.ecl-form-inputs):focus, #imc3 div:not(.ecl-form-inputs) [type="password"]:not(.ecl-form-inputs):focus {
  border-bottom: 2px solid #182f7c;
}
#imc3 .sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#imc3 #content {
  padding-top: 0;
}
#imc3 .ecl-select__dropdown-item.active {
  color: #295b92;
}
#imc3 .ecl-form-inputs.imc3.account-login-submit {
  margin-top: 0;
  margin-left: 5px;
}
#imc3 .ecl-form-inputs.imc3__checkbox-container input + label::before {
  border: 2px solid #295b92;
}
#imc3 .ecl-form-inputs.imc3__checkbox-container input:checked + label::before {
  background: #295b92;
}
#imc3 a.ecl-link__text, #imc3 a.ecl-link__text:visited {
  color: #295b92;
}
#imc3 .ecl-link__primary {
  color: #295b92;
}
#imc3 .ecl-link__primary:hover, #imc3 .ecl-link__primary:focus {
  color: #295b92;
}
#imc3 svg[data-icon="angle-down"]:not(.imc3__select-dropdown-icon), #imc3 svg[data-icon="angle-up"]:not(.imc3__select-dropdown-icon) {
  color: #295b92 !important;
}
#imc3 svg[data-icon="angle-down"]:not(.imc3__select-dropdown-icon):hover, #imc3 svg[data-icon="angle-down"]:not(.imc3__select-dropdown-icon):focus, #imc3 svg[data-icon="angle-up"]:not(.imc3__select-dropdown-icon):hover, #imc3 svg[data-icon="angle-up"]:not(.imc3__select-dropdown-icon):focus {
  color: #295b92 !important;
}
#imc3 svg[data-icon="angle-down"].imc3__select-dropdown-icon, #imc3 svg[data-icon="angle-up"].imc3__select-dropdown-icon {
  color: #5f6b77 !important;
}
#imc3 svg[data-icon="angle-down"].imc3__select-dropdown-icon:hover, #imc3 svg[data-icon="angle-down"].imc3__select-dropdown-icon:focus, #imc3 svg[data-icon="angle-up"].imc3__select-dropdown-icon:hover, #imc3 svg[data-icon="angle-up"].imc3__select-dropdown-icon:focus {
  color: #5f6b77 !important;
}
#imc3 #Email-Icon rect:first-child {
  fill: #94adc9 !important;
}
#imc3 #Email-Icon rect:nth-child(2) {
  stroke: #295b92 !important;
}
#imc3 #Email-Icon polyline {
  stroke: #295b92 !important;
}
#imc3 #Phone-Icon #Combined-Shape, #imc3 [id^="Icon-Illustration"][id$="SSN"] #Combined-Shape, #imc3 #DL-Icon #Combined-Shape, #imc3 [id^="Icon-Illustration"][id$="Medical-ID"] #Combined-Shape, #imc3 [id^="Icon-Illustration"][id$="routing-number"] #Combined-Shape, #imc3 [id^="Icon-Illustration"][id$="checking-number"] #Combined-Shape {
  fill: #295b92 !important;
}
#imc3 #Phone-Icon #Fill-2, #imc3 [id^="Icon-Illustration"][id$="SSN"] #Fill-2, #imc3 #DL-Icon #Fill-2, #imc3 [id^="Icon-Illustration"][id$="Medical-ID"] #Fill-2, #imc3 [id^="Icon-Illustration"][id$="routing-number"] #Fill-2, #imc3 [id^="Icon-Illustration"][id$="checking-number"] #Fill-2 {
  fill: #94adc9 !important;
}
#imc3 [id^="Icon-Illustration"][id$="Passport"] #Combined-Shape {
  fill: #295b92 !important;
}
#imc3 [id^="Icon-Illustration"][id$="Passport"] #Rectangle-Copy {
  fill: #94adc9 !important;
}
#imc3 [id^="Icon-Illustration"][id$="Credit-card"] #Fill-4 {
  fill: #295b92 !important;
}
#imc3 [id^="Icon-Illustration"][id$="Credit-card"] #Fill-2 {
  fill: #94adc9 !important;
}
#imc3 .right-rail-tabs__selection-line {
  background-color: #295b92 !important;
}
#imc3 .right-rail-tabs__selection-line:hover, #imc3 .right-rail-tabs__selection-line:focus {
  background-color: #295b92 !important;
}
#imc3 .right-rail-tabs__list-button:hover, #imc3 .right-rail-tabs__list-button:focus {
  color: #295b92 !important;
}
#imc3 .right-rail-tabs__list-button.right-rail-tabs__list-button--selected {
  color: #295b92 !important;
}
#imc3 .right-rail-tabs__list-button.right-rail-tabs__list-button--selected:hover {
  color: #295b92 !important;
}
#imc3 .widget-borderless {
  border: none;
  margin: 0;
  padding: 0;
}
#imc3 .widget, #imc3 .widget2, #imc3 .widget3 {
  border-radius: 5px;
  border: solid 1px #dfe1e5;
  margin-bottom: 30px;
  padding: 30px;
}
#imc3 .widget .widget-title-bar, #imc3 .widget2 .widget-title-bar, #imc3 .widget3 .widget-title-bar {
  font-family: primary, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  padding-bottom: 0;
  color: #270000;
}
#imc3 .widget .widget-body, #imc3 .widget2 .widget-body, #imc3 .widget3 .widget-body {
  color: #5f6b77;
}
#imc3 .widget .widget-body + .widget-title-bar, #imc3 .widget2 .widget-body + .widget-title-bar, #imc3 .widget3 .widget-body + .widget-title-bar {
  padding-top: 20px;
}
#imc3 .widget .alertCnt, #imc3 .widget2 .alertCnt, #imc3 .widget3 .alertCnt {
  background-color: #295b92;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 10px;
}
#imc3 .widget .alerts-container a, #imc3 .widget2 .alerts-container a, #imc3 .widget3 .alerts-container a {
  color: #7c8894;
}
#imc3 .widget-area.small-column .widget:not([data-widget-type*="video30"]):not([data-widget-type="Service.card"]):not([data-widget-type="Content.content"]):not([data-widget-type="Service.socialMonitoringConnection"]):not([data-widget-type="CyberAgent.monitoredInfo"]), #imc3 .widget-area.small-column .widget2, #imc3 .widget-area.small-column .widget3 {
  background-color: #fbfcfc;
}
#imc3 .renderedPage > .widgets > .row > .large-12.columns > .widget-area > .widget2.content-widget, #imc3 .medium-column .widget:not([data-widget-type="Content.notification"]), #imc3 .widget[data-widget-type="Service.card"], #imc3 .widget[data-widget-type="Content.content"], #imc3 .widget[data-widget-type*="video30"], #imc3 .widget[data-widget-type*="monitoredInfo"], #imc3 .widget[data-widget-type="Service.socialMonitoringConnection"], #imc3 .widget[data-widget-type="Content.DFMiFrame"] {
  padding: 0;
  border: none;
}
#imc3 .medium-column .widget[data-widget-type*="Content.vantageScoreSimulator"] {
  border: none;
  padding: 29px;
}
@media only screen and (max-width: 639px) {
  #imc3 .medium-column .widget[data-widget-type*="Content.vantageScoreSimulator"] {
    padding: 0;
  }
}
#imc3 .medium-column .widget[data-widget-type*="Content.vantageScoreSimulator"] {
  border: none;
  padding: 29px;
}
@media only screen and (max-width: 639px) {
  #imc3 .medium-column .widget[data-widget-type*="Content.vantageScoreSimulator"] {
    padding: 0;
  }
}
#imc3 .widget[data-widget-type="Login"] {
  background-color: #ffffff;
}
#imc3 .widget.InlinePortalMessagePanel {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
#imc3 #forgot-password-link > a {
  margin-bottom: 0 !important;
}
#imc3 #forgot-password-link > a {
  font-family: primary, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.25px;
  color: #295b92;
}
#imc3 #forgot-password-link > a:hover {
  text-decoration: underline;
  outline: none;
}
#imc3 #forgot-password-link > a:active {
  color: #270000;
}
#imc3 .content-widget .widget-title-bar {
  margin: 0 0 10px 0;
  font-family: primary, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: normal;
  color: #384048;
}
#imc3 .content-widget .widget-body {
  font-family: primary, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  line-height: 1.25rem;
  margin: initial;
  color: #5f6877;
}
#imc3 .content-widget .ctas {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 15px;
}
#imc3 .content-widget .ctas .aLinkSuccess, #imc3 .content-widget .ctas .ecl-link {
  font-size: inherit;
}
#imc3 .content-widget .ctas .aLinkSuccess .ecl-link__chevron, #imc3 .content-widget .ctas .ecl-link .ecl-link__chevron {
  display: none;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translate(0, -50%);
}
#imc3 .content-widget .ctas .aLinkSuccess:last-child, #imc3 .content-widget .ctas .ecl-link:last-child {
  color: #5f6b77;
  float: none;
  margin: 0;
  position: relative;
}
#imc3 .content-widget .ctas .aLinkSuccess:first-child, #imc3 .content-widget .ctas .ecl-link:first-child {
  margin-right: 20px !important;
  color: #295b92;
}
#imc3 .content-widget .ctas .aLinkSuccess:first-child .ecl-link__chevron, #imc3 .content-widget .ctas .ecl-link:first-child .ecl-link__chevron {
  display: block;
}
#imc3 h1#service-name {
  font-family: primary, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #270000;
}
@media only screen and (max-width: 1280px) {
  #imc3 h1#service-name {
    font-family: primary, sans-serif;
    font-size: 24px;
    line-height: 1.17;
    color: #270000;
  }
}
@media only screen and (max-width: 1280px) {
  #imc3 h1#service-name {
    font-family: primary, sans-serif;
    font-size: 24px;
    line-height: 1.17;
    color: #270000;
  }
}
#imc3 .service-desc {
  font-family: primary, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #5f6b77;
}
#imc3 .title-and-subtitle__title {
  font-family: primary, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #270000;
}
#imc3 .sprites.service-icon {
  display: none;
}
#imc3 .buttonSuccess.button, #imc3 .buttonCancel.button {
  text-decoration: none;
}
#imc3 .hero-bnr {
  background-color: #fbfcfc;
  padding-top: 50px;
  padding-bottom: 50px;
}
#imc3 .hero-bnr.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#imc3 .widget-area.top {
  margin-top: 80px;
}
@media only screen and (max-width: 639px) {
  #imc3 .widget-area.top {
    margin-top: 60px;
  }
}
#imc3 .widgets > .full-width-bnr:first-child {
  border-bottom: 1px solid #dee1e5;
}
#imc3 .widgets > .full-width-bnr:last-child {
  background-color: #ffffff;
}
#imc3 .full-width-bnr {
  background-color: #fbfcfc;
}
#imc3 .full-width-bottom > .widget:last-child {
  margin-top: 20px;
}
#imc3 .push {
  height: 230px;
}
#imc3 .dynamic-header-padding {
  padding-left: 15px;
  padding-right: 25px;
}
#imc3 .cursor-default {
  cursor: default !important;
}
#imc3 #pagination {
  margin-bottom: 10px;
}
#imc3 #gotoPageInput {
  height: 30px;
  width: 40px;
  padding: 0 5px;
  margin: 0;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ccc;
}
#imc3 #paginationSpanPageText {
  line-height: 30px;
  display: inline-block;
}
#imc3 .pagination, #imc3 .pagination li {
  display: inline-block !important;
}
#imc3 .pagination li, #imc3 .pagination .disabled {
  margin: 0;
  padding: 0;
}
#imc3 .pagination a {
  border: 1px solid #ccc;
  text-align: center;
  margin-right: -1px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 14px;
}
#imc3 .pagination li.active a {
  border: 1px solid #295b92;
  background-color: #295b92;
  color: #ffffff;
}
#imc3 footer {
  padding: 10px 25px;
  margin-top: 50px;
}
#imc3 #footer-address {
  font-family: primary, sans-serif;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.25px;
  color: #abb5be;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 639px) {
  #imc3 #footer-address {
    text-align: center;
  }
}
#imc3 #footer-links-container {
  text-align: left !important;
}
@media only screen and (max-width: 639px) {
  #imc3 #footer-links-container {
    text-align: center !important;
  }
}
#imc3 #footer-links-container .footer-navigation, #imc3 #footer-links-container .footer-navigation:visited {
  font-family: primary, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #270000;
}
#imc3 #footer-links-container .footer-navigation-list {
  padding-top: 60px;
}
#imc3 #footer-links-container .footer-navigation-list li {
  padding-bottom: 25px;
}
@media only screen and (max-width: 639px) {
  #imc3 #footer-links-container .footer-navigation-list li {
    padding: 0 0 11px 0;
    margin: 0 !important;
  }
}
#imc3 #businessFullName {
  font-weight: bold;
}
#imc3 .reveal {
  padding: 28px 38px;
  border: 0;
  border-top: 5px solid #295b92;
  font-family: primary, sans-serif;
  max-width: 570px;
  font-size: 18px;
  color: #5f6b77;
  line-height: 1.33;
}
#imc3 .reveal.danger {
  border-top: 5px solid #df4771;
}
#imc3 .reveal h3 {
  font-family: primary, sans-serif;
  font-size: 24px;
  line-height: 1.17;
  color: #270000;
}
#imc3 .buttonCancel, #imc3 .ecl-btn--secondary {
  font-family: primary, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.25px;
  border: 1px solid #dee1e5;
  color: #295b92;
  background: #fff;
}
#imc3 .buttonCancel:hover, #imc3 .buttonCancel:focus, #imc3 .ecl-btn--secondary:hover, #imc3 .ecl-btn--secondary:focus {
  border: 1px solid #295b92;
}
#imc3 .buttonCancel.disabled, #imc3 .buttonCancel:disabled, #imc3 .ecl-btn--secondary.disabled, #imc3 .ecl-btn--secondary:disabled {
  border: 1px solid #dee1e5;
  color: #dee1e5 !important;
}
#imc3 .buttonCancel.disabled:hover, #imc3 .buttonCancel:disabled:hover, #imc3 .ecl-btn--secondary.disabled:hover, #imc3 .ecl-btn--secondary:disabled:hover {
  border: 1px solid #dee1e5;
  color: #dee1e5;
}
#imc3 .buttonSuccess, #imc3 .ecl-btn--primary, #imc3 .enrollmentSubmitButton {
  font-family: primary, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.25px;
  border: 0;
  color: #fff;
  background: #295b92;
}
#imc3 .buttonSuccess:hover, #imc3 .ecl-btn--primary:hover, #imc3 .enrollmentSubmitButton:hover {
  border: 0;
  background: #1a3352;
}
#imc3 .buttonSuccess:active, #imc3 .buttonSuccess:focus, #imc3 .ecl-btn--primary:active, #imc3 .ecl-btn--primary:focus, #imc3 .enrollmentSubmitButton:active, #imc3 .enrollmentSubmitButton:focus {
  border: 0;
  background: #161f32;
}
#imc3 .buttonSuccess.disabled, #imc3 .buttonSuccess:disabled, #imc3 .ecl-btn--primary.disabled, #imc3 .ecl-btn--primary:disabled, #imc3 .enrollmentSubmitButton.disabled, #imc3 .enrollmentSubmitButton:disabled {
  background: #dee1e5;
}
#imc3 .buttonSuccess.disabled:hover, #imc3 .buttonSuccess:disabled:hover, #imc3 .ecl-btn--primary.disabled:hover, #imc3 .ecl-btn--primary:disabled:hover, #imc3 .enrollmentSubmitButton.disabled:hover, #imc3 .enrollmentSubmitButton:disabled:hover {
  background: #dee1e5;
}
#imc3 .buttonSuccess, #imc3 .responsive-button {
  border: 1px solid #295b92;
  color: #fff !important;
}
#imc3 .buttonDanger {
  font-family: primary, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.25px;
  border: 0;
  color: #fff;
  background: #df4771;
}
#imc3 .buttonDanger:hover {
  background: #cf335e;
}
#imc3 .buttonDanger.disabled, #imc3 .buttonDanger:disabled {
  background: #dee1e5;
}
#imc3 .buttonDanger.disabled:hover, #imc3 .buttonDanger:disabled:hover {
  background: #dee1e5;
}
#imc3 .buttonDangerOutlined {
  font-family: primary, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.25px;
  border: 1px solid #dee1e5;
  color: #df4771;
  background: #fff;
}
#imc3 .buttonDangerOutlined:hover {
  border: 1px solid #df4771;
}
#imc3 .buttonDangerOutlined.disabled, #imc3 .buttonDangerOutlined:disabled {
  border: 1px solid #dee1e5;
  color: #dee1e5 !important;
}
#imc3 .buttonDangerOutlined.disabled:hover, #imc3 .buttonDangerOutlined:disabled:hover {
  border: 1px solid #dee1e5;
  color: #dee1e5;
}
#imc3 .buttonSecondaryDestructive {
  font-family: primary, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.25px;
  border: 1px solid #dee1e5;
  color: #df4771;
  background-color: #fff;
}
#imc3 .buttonSecondaryDestructive:hover {
  border-color: #df4771;
}
#imc3 .buttonSecondaryDestructive:active {
  background-color: #f1f3f4;
}
#imc3 .buttonSecondaryDestructive.disabled, #imc3 .buttonSecondaryDestructive:disabled {
  color: #abb5be;
}
#imc3 .reveal:not(#videoModal) {
  width: 100% !important;
}
#imc3 .credit-report-widget {
  margin-top: -21px;
}
#imc3 #videoModal {
  border: 1px solid #5f6b77;
  border-radius: 5px;
  padding: 0;
}
#imc3 #videoModal .videoModalTitle {
  margin: 30px;
  line-height: 40px;
  text-align: left;
  font-family: primary, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #270000;
}
#imc3 #videoModal .videoModalDescription {
  font-family: primary, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.25px;
  color: #5f6b77;
  margin: 50px 30px;
}
#imc3 #videoModal .videoModalDescription .thumbnailTitle {
  font-family: primary, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: normal;
  color: #270000;
}
#imc3 .thumbnailDescription {
  font-family: primary, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.25px;
  margin: 30px;
  color: #5f6b77;
}
#imc3 .thumbnailDescription .thumbnailTitle {
  font-family: primary, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: normal;
  color: #270000;
}
#imc3 #thumbnail_container {
  border-radius: 5px;
  border: solid 1px #dfe1e5;
  background-color: #fbfcfc;
}
#imc3 #thumbnail_container .showVideoModal {
  position: relative;
}
#imc3 #thumbnail_container .showVideoModal img[data-open="videoModal"] {
  width: 100%;
  height: auto;
  filter: grayscale(50%);
  filter: brightness(80%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#imc3 .my-account-tabs {
  margin-top: -2px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 33px;
}
#imc3 .my-account-tabs .ecl-tab {
  color: #5f6877;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
  border-bottom: 0px solid #295b92;
}
#imc3 .my-account-tabs .ecl-tab:not(:first-child) {
  margin-left: 20px;
}
#imc3 .my-account-tabs .ecl-tab.active {
  color: #295b92;
  border-bottom-width: 0.188rem;
}
@media only screen and (min-width: 640px) {
  #imc3 .my-account-tabs .ecl-tab.active {
    border-bottom-width: 0.313rem;
  }
}
#imc3 .my-account-tabs .ecl-tab:hover, #imc3 .my-account-tabs .ecl-tab:focus {
  color: #295b92;
}
#imc3 .notifications-with-social {
  display: flex;
  margin-bottom: 30px;
}
#imc3 .notifications-with-social .widget-notifications {
  flex: 2 1 auto;
  flex-basis: calc(100%*2/3);
  margin-bottom: 0px;
}
#imc3 .notifications-with-social [id^=social_media] {
  flex: 1 1 auto;
  flex-basis: calc(100%/3);
  padding: 0 0 0 25px;
}
#imc3 .notifications-with-social [id^=social_media] .account-list-row .ecl-panel:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  #imc3 .notifications-with-social [id^=social_media] {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  #imc3 .notifications-with-social {
    flex-wrap: wrap;
  }
}
#imc3 .notification-record-fis h4.notification-record-title {
  /** D Header S **/
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #270000;
  margin-bottom: 10px;
  margin-top: 5px;
}
#imc3 .notification-record-fis .notification-explanation {
  /** D Body Large **/
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #5f6877;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
#imc3 .notification-record-fis .notification-explanation a {
  color: #295b92;
}
#imc3 .notification-record-fis .notification-explanation .notification-explanation-title {
  font-family: primary, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: normal;
  color: #384048;
}
#imc3 .notification-record-fis .riskbox {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none !important;
  border-radius: 5px;
  outline: 1px solid #FEECD1;
}
#imc3 .notification-record-fis .riskbox td {
  padding: 10px 15px;
}
@media only screen and (max-width: 639px) {
  #imc3 .notification-record-fis .riskbox td {
    padding: 10px;
  }
}
#imc3 .notification-record-fis .riskbox td table.risks tr td {
  padding: 0 0 10px 0;
}
#imc3 .notification-record-fis .riskbox td table.risks tr:last-child td {
  padding-bottom: 0;
}
#imc3 .notification-record-fis .riskbox .risk-label {
  /* D Body Large Bold */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #5f6877;
}
#imc3 .notification-record-fis .riskbox .risk-value {
  /* D Body Large */
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5f6877;
}
#imc3 .notification-record-fis .riskbox .icon-box {
  vertical-align: top;
  background-color: #FFF8EF;
  border-radius: 5px 0px 0px 5px;
  padding: 9px 10px 0 10px;
}
#imc3 .notification-record-fis .riskbox .icon-box img {
  max-width: unset;
}
#imc3 .notification-record-fis hr {
  border-bottom-color: #DEE1E5;
  margin-top: 20px;
  margin-bottom: 30px;
}
#imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-column {
  display: table;
}
#imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-row {
  display: table-row;
  margin-bottom: 0 !important;
}
#imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-value, #imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-label {
  display: table-cell;
  padding-bottom: 10px;
  width: 25%;
}
#imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-value {
  font-weight: 400;
}
@media only screen and (max-width: 639px) {
  #imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-column, #imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-row, #imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-value, #imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-label {
    display: block;
  }
  #imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-value, #imc3 .notification-record-fis .notification-supplemental-data-container .info-list .info-list-item-label {
    width: auto;
  }
}
#imc3 .notification-record-fis .notification-supplemental-data-container h5 {
  /** D Header XS **/
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
}
#imc3 .notification-record-fis .notification-supplemental-data-container p.notification-supplemental {
  /** D Body Small **/
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: 0.25px;
}
#imc3 .notification-record-fis .info-list {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
#imc3 .notification-record-fis .recommended-actions {
  /* D Body Small */
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #5f6877;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  background: #FBFCFC;
  border-radius: 5px;
}
#imc3 .notification-record-fis .recommended-actions p {
  /* D Body Small */
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
#imc3 .notification-record-fis .recommended-actions .recommended-actions-text ul {
  margin: 0px 20px 20px 25px !important;
}
#imc3 .notification-record-fis .recommended-actions .recommended-actions-title {
  /* D Body Small Bold */
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #5f6877;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  #imc3 .pad25rt {
    padding-left: 25px;
  }
  #imc3 .dynamic-header-padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}
div:not(.ecl-form-inputs):not(.ecl-checkbox):not(.choice-box) > label:not([class^=axp-global-header]):not([for^=axp-global-header]) {
  margin-top: 3em !important;
}
.ecl-card-modal #JoinFamilyStep-3 div:not(.ecl-form-inputs):not(.ecl-checkbox):not(.choice-box) > label {
  margin-top: 0em !important;
}
.ecl-card-modal #JoinFamilyStep-3 h2 {
  color: #295b92;
  font-family: primary, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
}
.ecl-card-modal #JoinFamilyStep-3 h3 {
  color: #295b92;
  font-family: primary, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: normal;
}
.ecl-card-modal #JoinFamilyStep-3 #JoinFamilyStep-3-RightPanelContent h3 {
  color: #295b92;
  font-family: primary, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1280px) {
  .ecl-card-modal #JoinFamilyStep-3 h2 {
    color: #295b92;
    font-family: primary, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .ecl-card-modal #JoinFamilyStep-3 h3 {
    color: #295b92;
    font-family: primary, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
  }
}
.widget-body .row:first-child .large-6 label {
  margin-top: 0;
}
.widget-body .row:last-child .large-column {
  padding-bottom: 2em;
}
#baseline_enrollment_form_challenge_question input, #hybrid_enrollment_form_challenge_question input {
  margin: -2px 10px 0 0;
  float: left;
  height: 2em;
}
#upgrade_payment_form_challenge_question input {
  margin: 5px 10px 0 0;
  float: left;
}
#baseline_enrollment_form_challenge_question label, #hybrid_enrollment_form_challenge_question label, #upgrade_payment_form_challenge_question label {
  display: table-cell;
  height: 2em;
}
.score-tracker g.recharts-line.active path.recharts-line-curve {
  stroke: #94adc9;
}
.score-tracker g.recharts-line.active g.recharts-line-dots > svg circle {
  fill: #295b92;
}
.credit-score-branding__footer .info-tooltip div > svg {
  stroke: #295b92;
}
.prefix-title {
  color: #7c8894;
}
.credit-report-widget .report-date .panel-header .header-content .title {
  color: #295b92;
}
.credit-report-widget .report-date .panel-header .header-content .title .prefix-text {
  color: #7c8894;
}
.report-date.ecl-panel .panel-header .ecl-angle {
  color: #295b92;
}
.report-date.ecl-panel .panel-content .report-option.selected {
  color: #295b92;
}
.credit-report-secondary-dropdown-header__header {
  color: #295b92;
}
.credit-report-secondary-dropdown-header__header:after {
  color: #295b92;
  background: #295b92;
}
.credit-report-secondary-dropdown-header__chevron {
  color: #295b92;
}
.credit-report-secondary-dropdown__list-button:hover {
  color: #295b92;
}
.credit-report-secondary-dropdown__list-button--selected {
  color: #295b92;
}
.credit-report-secondary-dropdown__list-button--selected:hover {
  color: #295b92;
}
.consumer-credit-table__tab-bar .ecl-tab.active .ecl-tab-name {
  color: #295b92;
}
.consumer-credit-table__tab-bar .ecl-tab.active .ecl-tab-name:after {
  border-bottom: 3px solid #295b92;
}
.consumer-credit-table--small .ecl-tab-bar .ecl-tab.active {
  border-bottom: none !important;
}
.ecl-pagination__adjacent-page-button {
  color: #295b92;
}
.ecl-pagination__page-button {
  color: #295b92;
}
.ecl-pagination__page-button:hover {
  border-color: #295b92 !important;
}
.ecl-pagination__page-button-text {
  color: #295b92;
}
.ecl-pagination__page-button-text:hover {
  border-color: #295b92 !important;
}
.ecl-pagination__page-button--selected {
  border-color: #295b92 !important;
}
#map-overlay-button .button {
  font-family: primary, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.25px;
  border: 0;
  color: #fff;
  background: #295b92;
  padding: 10px 21px;
  border-radius: 25px;
  cursor: pointer;
  outline: none;
}
#map-overlay-button .button:hover {
  background: #1a3352;
}
#map-overlay-button .button:active {
  background: #161f32;
}
#map-overlay-button .button.disabled, #map-overlay-button .button:disabled {
  background: #dee1e5;
}
#map-overlay-button .button.disabled:hover, #map-overlay-button .button:disabled:hover {
  background: #dee1e5;
}
#cyber_agent .ecl-collapse {
  background-color: #fff;
  padding-top: 40px;
}
@media screen and (max-width: 639px) {
  #cyber_agent .ecl-collapse {
    padding-top: 1.875rem;
  }
}
#score_history {
  margin-bottom: 80px;
}
#accountLockedModal .ecl-card-modal {
  z-index: 1000;
}
@media only screen and (max-width: 639px) {
  #videoModal .ecl-card-modal__container {
    width: calc(100% - 50px);
  }
  #paginationSpanPageInputField {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
  label[for="confirm_user_id"], label[for="baseline_enrollment_form_bill_last_name"] {
    margin-top: 30px !important;
  }
  .navigation-bar--small {
    position: relative;
  }
  #baseline_enrollment_form .widget, #baseline_enrollment_form .widget .columns {
    padding: 0;
    border: none;
  }
  #baseline_enrollment_form .widget .mdy-pad, #baseline_enrollment_form .widget .columns .mdy-pad {
    padding: 0px 10px 0px 10px;
  }
  .renderedPage {
    padding: 0 15px;
  }
  .credit-report-widget {
    margin-top: -81px;
  }
  .hero-bnr {
    margin: 0px -15px 0 -15px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .hero-bnr .service-name {
    padding: 0 15px;
  }
  .full-width-bnr {
    margin-left: -15px;
    margin-right: -15px;
  }
  .dynamic-header-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  #score_history {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .middleOneThird {
    padding-left: 4.375rem;
  }
}
.welcome-banner-message {
  margin: 0px 0px 0px 0px;
}
@media only screen and (min-width: 1024px) {
  .widget[data-widget-type="Login"] {
    margin-top: 60px !important;
  }
}
.cyber-add-link-container .ecl-tab {
  color: #5f6877;
}
.ecl-panel .panel-header .header-content.--disabled {
  color: #5f6877 !important;
}
.svg-inline--fa.fa-info-circle.fa-w-16 {
  color: #5f6877 !important;
}
