/*!
 * Experian Dashboard
 */
@import 'bootstrap.exp.min.css?v=2';
@import 'main.css?v=2';
@import 'exp.svg.css?v=2';
@import 'blog.css?v=2';

body {
  background-color: #fff;
}
#local-navigation .navbar-brand {
  padding-bottom: 5px;
  padding-top: 0;
}
#main {
  background: #fff;
}
#content-body {
  padding-top: 30px;
}
#content-body h2.page-header {
  font-size: 36px;
  margin-top:   50px;
}
#content-body h2.page-header:first-of-type {
  margin-top: 0;
}
.featured-link-info a{
  color: #ae3e92;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.featured-link-info a:after {
    transition: 0.4s;
    content: "\f105";
    font-family: 'fontawesome';
    position: absolute;
    right: -12px;
    top: -4px;
    color: #ae3e92;
}

.featured-link-info a:hover:after {
  color: inherit;
  right: -15px;
}
.sidebar-container {
  background: #eee;
}
div#sidebar {
  word-wrap: break-word;
}
#sidebar .btn-experian-dark-blue{
  width: 100%;
}
footer hr.gradient-bar {
  margin-top: 0;
}
.hero {
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 120px;
  background: #406eb3;
  background: radial-gradient(ellipse farthest-side at 100% 100%, #26478d 10%, #406eb3 120%);
  position: relative;
  margin-bottom: 0;
}
.page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #ccc;
}
h1.page-header, .page-single h1.page-header {
  font-size: 42px;
}
.hero .page-header-hero {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 10px 0 10px;
  font-size: 48px;
  color: #fff;
}
.panel.panel-default {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
  margin-bottom: 15px;
  word-wrap: break-word;
}
.panel-heading {
  position: relative;
  padding-right: 30px;
  border-radius: 5px;
  cursor: pointer;
}
.panel-default>.panel-heading {
  background-color: #fff;
}
.panel-heading a {
  text-decoration: none;
}
.panel-heading.accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  right: 15px;
  top: 16px;
  color: #575755;
  position: absolute;
}
.panel-heading .panel-title {
  font-size: 16px;
  color: #575755;
}
.panel-heading:hover {
  background-color: #f4f4f4;
}
.panel-heading .panel-title:hover {
  color: #406eb3;
}
.panel-heading.accordion-toggle.collapsed:after {
  content: "\f107";
  color: #632678;
}
.panel-heading.accordion-toggle:before {
  font-family: 'FontAwesome';
  float: left;
  padding-right: 10px;
  margin-right: 5px;
  margin-left: -5px;
  color: #888; /* 982881 */
  border-right: 1px solid #ddd;
}
.panel-body {
  background: #fff;
}
p.last-updated {
  font-style: italic;
  font-size: 12px;
  color: #aaa;
}
.panel-heading {
  position: relative;
  padding-top: 16px;
  padding-bottom: 20px;
}
.panel-heading small {
  position: absolute;
  left: 40px;
  bottom: 0;
  font-size: 10px;
  color: #888;
  font-weight: normal;
  padding-bottom: 5px;
}

/*issue*/
.panel-heading.issues.accordion-toggle:before {
  content: "\f071";
  color: #bb0048;
}

/*issue resolved */
.panel-heading.issues.resolved.accordion-toggle:before {
  content: "\f058";
  color: #54b369;
}

/*notes*/
.panel-heading.release-notes.accordion-toggle:before {
  content: "\f15c";
  color: #575755;
}

/*announcements*/
.panel-heading.announcements.accordion-toggle:before {
  content: "\f0a1";
  color: #406eb3;
}
/*announcements*/
.panel-heading.archive.accordion-toggle:before {
  content: "\f187";
  color: #575755;
}

/*update issued*/
.panel-heading span.update {
  position: absolute;
  top: 0;
  left: 40px;
  font-size: 10px;
  color: #406eb3;
  font-weight: 500;
}

/*maintenance*/
.panel-heading.maintenance.accordion-toggle:before {
  content: "\f0ad";
  color: #e2a235;
}

/*post page*/
.post-single h1, .page h1 {
  font-size: 60px;
}
.post-single #content-body, #content-body.page {
  background: #fff;
}
.post-single .post-meta {
  color: #982881;
  font-size: 12px;
}
.post-single .the-content {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.filter-bar {
  background: #eee;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
/*subscribe*/
form#subscribe_form h3{
  text-align: center;
  margin-bottom: 5px;
  font-size: 26px;
  margin-top: 0;
}
form#subscribe_form i.icon{
  text-align: center;
  display: block;
  margin: 0 auto;
}
form#subscribe_form{
  background: #eee;
  padding:15px;
  max-width:660px;
  display: block;
  margin: 30px auto;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .17);

}
form#subscribe_form .btn{
  width: 100%;
  display:block;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.form-group.floatl-sel {
  position: relative;
  margin-bottom: 0;
}
.floatl-sel:after {
  color: #575755;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 11px 8px;
  width: 30px;
  text-align: center;
  font-family: FontAwesome;
  pointer-events: none;
}
select[multiple].floatl__input {

  /*height: auto;*/
  height: 200px;
}
.floatl__input::-moz-selection {
  color: white;
  background-color: #406eb3;
}
.floatl__input::selection {
  color: white;
  background-color: #406eb3;
}
select::-ms-expand {
  display: none;
}

/*table*/
table.table tr:nth-child(odd) {
  background: #eee
}
table.table tr:nth-child(even) {
  background: #FFF
}
@media (max-width:991px) {
  .hero {
    height: 100px;
    background-position: center center;
  }
  #content-body h2.page-header {
    font-size: 32px;
    font-weight: 200;
  }
}
@media (max-width:767px) {
  .hero {
    height: 80px;
    background-position: center center;
  }
  .hero .page-header-hero {
    font-size: 32px;
    font-weight: 200;
  }
  #content-body h2.page-header {
    font-size: 26px;
    font-weight: 200;
  }
}
@media (max-width:560px) {
  .hero {
    height: 64px;
    background-position: center center;
  }
  .hero .page-header-hero {
    font-size: 26px;
    font-weight: 200;
  }
  #content-body h2.page-header {
    font-size: 22px;
    font-weight: 200;
  }
}
.error.floatl--active .floatl__label {
  color: red;
}
.error input {
  border-color: red;
}
.g-recaptcha.error iframe {
  border: 1px solid red;
}
#msg {
  display: none;
}
.sidebar-container {
  overflow: hidden;
}
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#msg {
  padding: 5px 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
}
#msg.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#msg.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.subscribe {
  background: #eee;
  border-top: 1px solid #eee;
  padding:15px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
}
.subscribe .btn-experian-dark-blue{
  min-width: 240px;
}
form#smss_form {
  position: relative;
  display: block;
}
ul#products {
  padding-left: 0;
}
ul#products > li:after {
  display: none;
}
ul#products > li {
  background: #fff;
  margin-bottom: 15px;
}
ul#products > li > a {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
}
ul#products > li > ul {
  background: #fff;
  border-top: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
}
ul#products > li > ul > li {
  margin: 5px 0 5px 15px;
  font-size: 14px;
}
.btn.toggle-sms-form {
  width: 100%;
}
.load-container.load2 {
  display: none;
  position: absolute;
  z-index: 10;
  background: #eee;
  left: 0;
  right: 0;
  opacity: .8;
  top: 0;
  bottom: 0;
  margin: auto;
}
.load2 .loader, .load2 .loader:before, .load2 .loader:after {
  border-radius: 50%;
}
.load2 .loader:before, .load2 .loader:after {
  position: absolute;
  content: '';
}
.load2 .loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #eee;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.load2 .loader {
  color: #26478d;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 .3em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load2 1.6s infinite ease;
  animation: load2 1.6s infinite ease;
}
.load2 .loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #eee;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    color: #26478d;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    color: #982881;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    color: #26478d;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    color: #982881;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}