body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #426da9;
    text-decoration: none;
}

.auto-h2 {
	font-size: 32px;
    line-height: 1.22;
    font-weight: 400;
    margin-bottom: 12px;
}
.auto-h3 {
	font-size: 28px;
    line-height: 1.25;
}
.auto-h4 {
	font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.error_text_red{
	color:red;
}

.required-field{
	color:#A30000;
}

.header-blue {
	color:#1d4f91;
}

.text_blue{
	color:#004990;
}

.text-dark-blue
{
	color:#00498F;
}

.error-text-red
{
	color:#AD0000;
}



<!--BUTTONS-->
.btn {
    padding: 8px 24px;
    font-weight: 400;
}

.btn-experian-white {
    color: #63666a;
    background-color: #fff;
    border-color: #63666a;
}

.btn-experian-white:hover {
    color: #63666a;
    background-color: #e6e6e6;
    border-color: #45484a;
}

 .btn-experian-purple {
    color: #fff;
    background-color: #af1685;
    border-color: #981374;
   }

  .btn-experian-purple:hover {
    color: #fff;
    background-color: #821063;
    border-color: #620c4a;
   }
   
   .btn-experian-dark-blue {
    color: #fff;
    background-color: #1d4f91;
    border-color: #19437c;
}

.btn-experian-dark-blue:hover {
    color: #fff;
    background-color: #153866;
    border-color: #0f2849;
}

<!--END BUTTONS-->

.link-arrow {
    transition: .2s;
    display: inline-block;
}

.link-arrow:after {
    transition: .2s;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
    text-transform: none;
    content: "\f105";
    left: 0;
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.link-arrow:hover:after {
    left: 5px;
}

.link-arrow:hover {
    text-decoration: none;
    cursor: pointer;
}

input[type=text],
input[type=password]{
	border: 1px solid #ccc; 
}   


/* Lighter gray then default placeholder color to more match
experian.com */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}

/* Used for svg image heights */

.icon-height-sm{
	height:3rem;
}

.icon-height-md{
	height:5rem;
}

.icon-height-lg{
	height:7rem;
}

.dash-list-style{
	list-style-type: '- ';
}

.superscript {
	position: relative;
	top: -2.5em;
	font-size: 0.3em;
}

.superscript-alt {
	position: relative;
	top: -0.7em;
	font-size: 0.8em;
}