/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  /* text-rendering: optimizelegibility; */ 
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #31659e;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

:root {
  --color-arrow-orange: #F79420;
  --color-arrow-black: #333333;
  --color-arrow-blue: #212E61;
  --color-arrow-white: #FFFFFF;
  --color-fail-safe-red: #e01a35;

  --color-black1: black;
  --color-blue1: #1a2d61;
  --color-blue2: #3e598d;
  --color-blue3: #124783;
  --color-blue4: #31659e;
  --color-blue5: #30659E;
  --color-blue6: #E8F4FD;
  --color-blue7: #5C84B1;
  --color-blue8: #168AE6;
  --color-blue9: #5EB3E4;

  --color-reverse: #fff;
  --color-gray1: #ccc;
  --color-gray2: #666;
  --color-gray3: #6e6e6e;
  --color-gray4: #333;
  --color-gray5: #595959;
  --color-gray6: #b8b8b8;
  --color-gray7: #444;
  --color-gray8: #7d7d7d;
  --color-gray9: #e1e1e1;
  --color-gray10: #7F7F7F;
  --color-gray11: #ECECEC;
  --color-gray12: #7e7e7e;

  --color-red1: red;
  --color-red2: #ec1c24; /* form error text */
  --color-red3: #ce0e2d; /* button on homepage, menu hover border, etc. */
  --color-red4: #AF0D21; /* red button hover */

  --color-rorange-1: #FF3300;

  --color-orange1: #f7941d;
  --color-orange2: #e08419;

  --color-green1: #15B630;
  --color-green1b: #156630;
  --color-green2: #0f9447;
  --color-green3: #0d823e;
  --color-green4: #0b7036;

  --color-background-blue1: #d1e8ff;
  --color-background-blue2: #b8dbff;
  --color-background-blue3: #2b5e95;
  --color-background-blue4: #142450;
  --color-background-blue5: #1a2d61;
  --color-background-blue6: #174880; /* new header footer color, also used for some links */
  --color-background-blue7: #168AE6; /* footer top bar color */

  --color-background-light-gray1: #eaeaea;

  --color-background-gray1: #ddd;
  --color-background-gray2: #f2f2f2;
  --color-background-gray3: #eee;
  --color-background-white1: #fff;
  --color-background-orange1: #f7941d;
  --color-background-orange2: #e48a21;

  --color-background-red1: #FFD7D7; /* form field with error background-color */

  --color-button-blue1: #1a2d61;
  --color-button-gray1: #999;

  --color-button-divider-black: black;
  --color-button-divider-blue1: #061744;
  --color-button-divider-blue2: #4374ac;

  --color-header-bar-home: #333;
  --color-header-bar-business: #1a2d61;
  --color-header-bar-personal: #f7941d;

  --color-border-gray1: #999;
  --color-border-orange1: #c9740f;
  --color-border-red1: #ec1c24; /* form field with error border */
  --color-border-green1: #1CBF37;
  --color-border-grey1: #bcbcbc;

  --color-x-grey1: #A1A1A1;

  --form-input-left-margin: 45px;
}

/*
 * Breakpoints used in @media queries throughout the stylesheets:
 *   XS  : (max-width: 527px)
 *   S   : (min-width: 527px) and (max-width: 767px)
 *   M   : (min-width: 767px) and (max-width: 1178px)
 *   L   : (min-width: 1178px)
 *   L-L : (min-width: 1064px)
 *
 * Additional max-width breakpoints used in a few places:
 *   840px, 956px, 1040px
 *
 * If you need a new breakpoint, write the @media query inline and add it
 * to this legend.
 */

/*
 * CSS-triangle utility classes — pure border-based triangles.
 * Naming: .arrow--<size>--<direction>--<color>
 *   sizes:      omitted (=5px), medium (=6.5px), large (=8px or 20px for blue)
 *   directions: right, left, up, down
 *   colors:     black, blue, orange, white  (and "blue" with the larger var(--color-blue8) for 20px arrows)
 *
 * Triangle technique: zero-size box with three borders. The border opposite
 * the direction is solid and colored; the two perpendicular borders are
 * transparent.  E.g. a right-pointing arrow has a solid left border and
 * transparent top + bottom borders.
 */

/* Right-pointing: solid left border */
.arrow--right--black {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-left: 5px solid var(--color-arrow-black);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.arrow--right--blue {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-left: 5px solid var(--color-arrow-blue);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.arrow--right--orange {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-left: 5px solid var(--color-arrow-orange);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.arrow--medium--right--orange {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-left: 6.5px solid var(--color-arrow-orange);
  border-bottom: 6.5px solid transparent;
  border-top: 6.5px solid transparent;
}
.arrow--large--right--orange {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-left: 8px solid var(--color-arrow-orange);
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
.arrow--right--white {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-left: 5px solid var(--color-arrow-white);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.arrow--medium--right--white {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-left: 6.5px solid var(--color-arrow-white);
  border-bottom: 6.5px solid transparent;
  border-top: 6.5px solid transparent;
}
.arrow--large--right--white {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-left: 8px solid var(--color-arrow-white);
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}

/* Left-pointing: solid right border */
.arrow--left--blue {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-right: 5px solid var(--color-arrow-blue);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.arrow--left--orange {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-right: 5px solid var(--color-arrow-orange);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.arrow--medium--left--white {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-right: 6.5px solid var(--color-arrow-white);
  border-bottom: 6.5px solid transparent;
  border-top: 6.5px solid transparent;
}
.arrow--left--white {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-right: 5px solid var(--color-arrow-white);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

/* Up-pointing: solid bottom border */
.arrow--up--blue {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-bottom: 5px solid var(--color-arrow-blue);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.arrow--large--up--blue {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-bottom: 20px solid var(--color-blue8);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.arrow--up--orange {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-bottom: 5px solid var(--color-arrow-orange);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.arrow--up--white {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-bottom: 5px solid var(--color-arrow-white);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* Down-pointing: solid top border */
.arrow--down--blue {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-top: 5px solid var(--color-arrow-blue);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.arrow--medium--down--blue {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-top: 6.5px solid var(--color-arrow-blue);
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
}
.arrow--large--down--blue {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-top: 20px solid var(--color-blue8);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.arrow--down--orange {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-top: 5px solid var(--color-arrow-orange);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.arrow--medium--down--orange {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-top: 6.5px solid var(--color-arrow-orange);
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
}
.arrow--large--down--orange {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-top: 8px solid var(--color-arrow-orange);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.arrow--down--white {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-top: 5px solid var(--color-arrow-white);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.arrow--large--down--white {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  display: inline-block;
  border-top: 8px solid var(--color-arrow-white);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}


BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.000em; /* Must be em, not px, for IE View > Text Size function to work. */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--color-background-gray2);
}

H1, .h1 {
  letter-spacing: normal;
  font-size: 1.500em;
  line-height: 1.250em;
}

H2 {
  letter-spacing: -1px;
  font-size: 1.125em;
  line-height: 1.250em;
}

H3 {
  letter-spacing: -0.5px;
  font-size: 1.000em;
}

H4 {
  font-size: 0.875em;
}

P, UL, OL {
  font-size: 0.813em;
}

A  {
  text-decoration: none;
  color: var(--color-blue1);

  &:hover {
    text-decoration: underline;
    color: var(--color-blue1);
  }
  &:visited, :active {
    text-decoration: none;
    color: var(--color-blue1);
  }
}

HR {
  border-top: 1px solid #ccc;
}

SELECT {
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   background: transparent;
}

LABEL {
   display: inline;
   font-size: 0.800em;
}

.underlined {
   text-decoration: underline;
}

.green {
  color: var(--color-green2);
}

.rorange {
  color: var(--color-rorange-1);
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.innovisOrange {
  color: var(--color-orange2);
}

.innovisBlue {
  color: var(--color-blue1);
}

.instance {
  position: fixed;
  left: 10px;
  bottom: 0;
  color: white;
  font-size: 12px;
  height: 20px;

  @media (max-width: 527px) {
    display: none;
  }

  &:hover {
    color: white;
    background-color:var(--color-background-blue6);
    text-decoration: none;
    width: 200px;
  }

  &:active {
    display: none;
  }
}

/* This keeps the default radios from being shown while the iCheck library loads. */
INPUT[type=radio] {
  opacity:0;
}

/* didact-gothic-regular - latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/didact-gothic-v13-latin-regular-a43948f34a89a4f9e0268df586124d67.eot'); /* IE9 Compat Modes */
  src: local('Didact Gothic Regular'), local('DidactGothic-Regular'),
       url('/assets/fonts/didact-gothic-v13-latin-regular-a43948f34a89a4f9e0268df586124d67.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/didact-gothic-v13-latin-regular-96ae2bdadfc6d96a7d8a966e6c3245e8.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/fonts/didact-gothic-v13-latin-regular-95f24d7df6595b37fc126f3afab2707d.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/didact-gothic-v13-latin-regular-e64058e3897dd4d4e90abf7f77f70ca8.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/didact-gothic-v13-latin-regular-a8ea1b0c69111ee30e3a7a69c19f403f.svg#DidactGothic') format('svg'); /* Legacy iOS */
}

.signinbtn, A.signinbtn
{
  color: var(--color-reverse);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  height:38px;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;

  background: #124783;
  background: linear-gradient(to bottom, #124783 0%, #1a2d61 100%);
  box-shadow:-.5px .866px 1px rgba(000,000,000,.35);

  &:hover {
    background: #173970;
    background: linear-gradient(to bottom, #173970 1%, #1a2d61 71%);
    box-shadow:-.5px .866px 1px rgba(000,000,000,.35);
  }

  &:active {
    background: #1a2c5e;
    background: linear-gradient(to bottom, #1a2c5e 40%, #0e1733 99%);
  }

  &[disabled], &.green[disabled] {
  	color: var(--color-reverse);
    background: #ccc;
    background: linear-gradient(to bottom, #ccc 0%, #ccc 100%);
    box-shadow:-.5px .866px 1px rgba(000,000,000,.35);
  }

  &.green {
    background: var(--color-green1);
    background: linear-gradient(to bottom, var(--color-green1) 0%, var(--color-green1b) 100%);
    box-shadow:-.5px .866px 1px rgba(000,000,000,.35);

    &.hover {
    background: var(--color-green1b);
    background: linear-gradient(to bottom, var(--color-green1b) 1%, var(--color-green2) 71%);
    box-shadow:-.5px .866px 1px rgba(000,000,000,.35);
    }

    &.active {
      background: var(--color-green2);
      background: linear-gradient(to bottom, var(--color-green2) 40%, var(--color-green3) 99%);
    }
  }

  div {
    margin-top: 8px;
  }
}
.contactbtn {
  display: inline;
  color: var(--color-reverse);
  float: right;
  height: 47px;
  width: 120px;
  border: none;
  box-shadow: -.5px .866px 1px rgba(255,255,255,.33);
  background: #142d48;
  background: linear-gradient(to bottom, #142d48 0%, #124783 78%);

  &:hover {
    background: #14224a;
    background: linear-gradient(to bottom, #14224a 0%, #1a2d61 100%);
  }
}


.creditReportbtn, A.creditReportbtn {
  &.padding {
    margin-top: 10px;
  }
  background-color: var(--color-background-orange2);
  border: 1px solid #E46120;
  color: var(--color-reverse);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  height:38px;
  padding: 0 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;

  div {
    margin-top: 8px;
  }

  span {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: var(--color-reverse);
  }
}

.buttonToLink { /* makes a button appear like a link */
   background:none!important;
   border:none;
   color: var(--color-blue1);
   padding:0!important;

   &:hover {
      text-decoration: underline;
   }
}

.failSafeSubmitButton {
  background: var(--color-fail-safe-red);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

BUTTON, A {
  &.loginBtn, &.redBtn, &.blueBtn {
    border: none;
    color: white;
    display: inline-block;
    font-weight: normal;
    font-size: 1.2em;
    height: 25px;
    margin-top: 0;
    padding: 13px 75px 30px;
    text-align: center;
  }

  &.loginBtn {
    background-color: var(--color-background-blue7);
  }

  &.redBtn {
    background-color: var(--color-red3);
    font-size: 20px;
    font-weight: bold;

    &:hover {
      background-color: var(--color-red4);
    }
  }

  &.blueBtn {
    background-color: var(--color-background-blue7);
    font-size: 20px;
    font-weight: bold;
  }
}

A {
  &.loginBtn, &.redBtn {
    padding-bottom: 10px;
    text-decoration: none;
  }
}


/* Styles for header */

.logo {
  width: 176px;
  height: 69px;
}

.margin-container {
  margin: 0 11vw;
}

@media (max-width: 1601px) {
  .margin-container {
    margin: 0 7vw;
  }
}

@media (max-width: 1365px) {
  .margin-container {
    margin: 0 5vw;
  }
}

@media (max-width: 767px) {
  .margin-container {
    margin: 0 16px;
  }
}


/* Styles for switch bar */

.switch {
  padding-top: 16px;
  padding-bottom: 16px;
  background: var(--color-background-white1);
  font-family: Anek Devanagari Variable, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  text-align: left;
}
.switch_links {
  display: flex;
  column-gap: 8px;
}
.switch_divider {
  color: #53b3e4;
}
.switch_link {
  color: var(--color-gray12);
}
.switch_link.selected {
  font-weight: 700;
}
.switch_link.unselected {
  text-decoration: none;
    &:hover {
    color: #184782;
    font-weight: 700;
  }
}

/* Styles for navbar */

.navigation_bar {
  background-color: var(--color-background-blue6);
  font-family: "Century Gothic", "Didact Gothic", Arial, sans-serif;
}
.nav-menu {
  display: flex;
}

.nav-menu_list-wrapper{
  display: flex;
}

.header_logo {
  &:hover {
    text-decoration: none;
  }

  & + .message {
    margin-left: 6px;
  }
}

.inner_navigation_bar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;

  LI > BUTTON {
    background-color: var(--color-background-blue6);
    border: 0;
  }

  LI > BUTTON, LI > A {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    &:focus, &:visited {
      color: white;
      text-decoration: none;
    }
  }

  .message {
    font-size: 0.750em;
    color: white;

    &:hover, &:focus, &:visited {
      color: white;
      text-decoration: none;
    }

    @media (min-width: 527px) and (max-width: 767px) {
      font-size: 0.6em;
    }
  }
}

/* --- TOP LEVEL MENU STYLES --- */
.menuBar {
  display: flex;
  margin: 0;
  column-gap: 85px;

  A {
    outline: none;
    text-align: center;
  }

  & > LI {
    display: inline-block;
    margin: auto 10px;
    max-width: 175px;

    & > UL.dropped_menu {
      margin-left: -2px;
    }

    & > BUTTON {
      white-space: nowrap;
    }
  }

  LI {
    position: relative;
    vertical-align: middle;

    &:hover > UL,
    &.sfhover > UL,
    &.sffocusparent > UL,
    & A:active > UL,
    & A:focus + UL,
    & A.sffocus + UL {
      left: auto;
    }

    & > BUTTON {
      outline: none;
    }

    &.red_hover {
      /* Making the link borders match the same as buttons */

      &.signIn {
        A:after {
          width: 72px;
          margin: auto;
        }
      }

      /* Red border hovering effect - start */
      & > BUTTON, & > A {
        box-shadow: none;

        &:after {
          display: block;
          content: '';
          box-shadow: 0 5px 0 2px var(--color-red3);
          transform: scaleX(0);
          transition: transform 250ms ease-in-out;
        }

        &.shortShadow:after {
          box-shadow: 0 4px 0 2px var(--color-red3);
        }

        &:hover:after, &:focus:after {
          transform: scaleX(1.2);
        }
      }

    }
  }

  .tooltip {
    & + .tooltiptext.bottom {
      width: 210px;
      margin-left: 0;
      padding: 0;
      border-radius: 0;
      transform: translate(-50%, 10px);

      &:after {
        left: 47%;
        border-width: 11px;
      }
    }
  }

  .menuLogin, .menuLoggedIn, .menuUnavailable {
    background: white;

    &.tooltiptext.bottom {
      width: 250px;
      padding-bottom: 0;
      transform: translate(-63%, 10px); /* different from the rest since the top arrow is on right */

      &:after {
        left: 60%;
        border-width: 11px;
      }
    }
  }

  .header_link {
    font-family: "Century Gothic", "Didact Gothic", Arial, sans-serif;
  }

  .sign_in {
    display: block;
    height: 22px;
    line-height: normal;
    padding: 0px 6px;
    margin-top: 2px;
    min-width: 71px;
  }
}

.mobileSignIn {
  position: relative;
  A:hover, A:focus {
    text-decoration: none;
  }

  .dropDownToggle {
    IMG {
      margin-top: -3px;
    }
  }
  .menuLogin, .menuLoggedIn, .menuUnavailable {
    background: white;

    &.tooltiptext.bottom {
      font-family: "Century Gothic", "Didact Gothic", Arial, sans-serif;
      font-size: 0.813em;
      border-radius: 0;
      padding: 0;
      transform: translate(-43%, 12px);
      top: 20px;
      left: 0;
      width: 250px;
      margin-left: 0;

      &:after {
        left: 68%;
        border-width: 11px;
      }
    }
  }

  .menuLogin {
    &.tooltiptext.bottom {
      width: 250px;
    }
  }
}

.menuBar, .mobileSignIn {
  .tooltip {
    &[aria-expanded="true"] .tooltiptext, &[aria-expanded="true"]+.tooltiptext {
      opacity: 1;
      display: block;
    }
  }

  .menuLogin {
    line-height: 20px;

    .menu_message {
      background-color: var(--color-background-blue7);
      padding: 10px 5px;

      A {
        color: white;
      }
    }
    .login {
      .login_label {
        font-size: 1em;
        font-weight: 700;
        float: left;
        margin-bottom: 0;
        margin-left: 15px;
        padding-top: 15px;
      }

      .error_message {
        color: red;
        margin-left: 10px;
        font-style: normal;
        padding-top: 15px;
        float: right;
        margin-right: 20px;
      }

      .forgot_links {
        margin-top: 30px;
        margin-bottom: 15px;
      }

      .loginBtn {
        margin-top: 10px;
      }
    }
  }

  .menuLoggedIn {
    LI:first-of-type {
      background: var(--color-gray1);
      min-height: 60px;
      padding-top: 5px;

      .account_login_info {
        color: var(--color-background-blue6);
        line-height: 20px;
        margin: 10px 10px;
        text-align: left;
        SPAN {
          display: block;
        }
      }
    }

    LI:last-of-type {
      IMG {
        float: right;
      }
    }
  }

  .menuUnavailable {
    .unavailable {
      color: var(--color-gray3);
      font-size: 0.750em;
      margin: 10px;
      line-height: 20px;

      @media (min-width: 527px) and (max-width: 767px) {
        margin-top: 0;
        width: 100%;
      }
      @media (max-width: 527px) {
        margin-top: 0;
        width: 100%;
      }
    }
  }
}

.dropped_menu {
  z-index: 1000;
  list-style: none;
  margin: 0;

  LI {
    line-height: 35px;
    margin: 0;
    width: 100%;
    min-height: 35px;

    &:hover, &:focus, &:focus-within {
      background-color: var(--color-background-blue7);

      A, A:visited, .logoutButton {
        color: white;
        outline: none;
      }

      &:last-of-type {
        white-space: nowrap;
      }
    }

    A, A:visited, .logoutButton {
      font-size: 1.3em;
      font-weight: normal;
      color: var(--color-background-blue6);
      float: left;
      margin-left: 10px;
      text-decoration: none;
      text-align: left;
      width: 95%;

      &:focus {
        background-color: var(--color-background-blue7);
        color: white;
      }
    }

    /* Make the POST-based logout form/button blend in with the surrounding anchor links. */
    .logoutForm {
      margin: 0;
      display: contents;
    }

    .logoutButton {
      background: none;
      border: 0;
      padding: 0;
      cursor: pointer;
      font-family: inherit;
      line-height: inherit;
    }

    IMG {
      margin-top: 4px;
    }
  }
}

/* Styles for Slidemenu */

.content {
  position: relative;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 170px); /* 100vh except remove header and footer height */

  #wrap {
    margin-left: 0;
  }
}

#menu {
  background-color: #fff;
  color: #fff;
}

.slidebtn {
  margin-top: 9px;
  cursor: pointer;
  z-index: 100;
}

#mobileMenu:before {
  border-bottom: 17px double white;
  border-top: 6px solid white;
  content:"";
  height: 5px;
  position: absolute;
  width:38px;
}

#slidemenu {
  position: absolute;
  width: 88%;
  background-color: var(--color-blue8);
  z-index: 101;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));

  .section {
    HR {
      margin: 10px;
    }
    padding: 16px 16px 8px 16px;
  }

  .personal_solutions {
    text-align: left;
    .slideheader {
      border-bottom: 3px solid white;
      color: white;
      font-size: 18px;
      font-weight: 700;
    }
  }
  .about_innovis-contact_us {
    text-align: left;
    padding: 16px;
    line-height: 40px;
    font-size: 18px;
    A {
      color: white;
    }
  }
  .slide_menu_contact_us {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

  .horizontal-line {
    height: 1px;
    background-color: var(--color-background-white1);
    margin: 0 16px;
  }

  UL {
    padding-top: 10px;
    list-style: none;
    margin-left: 0;

    LI {
      line-height: 40px;

      A {
        color: white;
        font-size: 18px;
      }
    }
  }
}

.slideheader {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 1em;
  color: var(--color-blue3);
}

.form_error_summary {
   text-align: left;
   font-size: 0.875em;
   color: var(--color-red1);
   margin-bottom: 10px;
   margin-top: 10px;
}

.form_error_header {
  float: right;
  font-size: 0.7em;
  color: var(--color-red1);

  @media (max-width: 527px) {
    font-size: 0.6em;
  }
}

.header_error {
  float: left;
  text-align: left;
  color: var(--color-red1);
  width: 67%;
  margin: 0;
  font-size: .700em;

  @media (min-width: 767px) and (max-width: 1178px) {
    font-size: .550em;
    text-align: left;
  }
  @media (min-width: 527px) and (max-width: 767px) {
    text-align: left;
  }
  @media (max-width: 527px) {
    text-align: left;
  }
}

.topMessage {
  background-color: var(--color-background-blue7);
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow:    0 0 5px black;
  box-shadow:         0 0 5px black;
  color: white;
  left: 0;
  line-height: 2.5;
  overflow: hidden;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 200;

  A, A:Active, A:Hover, A:Focus {
    color: white;
  }
}

.closeTopMessage.closeX {
  margin-top: 10px;
  margin-right: 10px;

  &:before, &:after {
    background-color: white;
  }
}

.closeModal.closeX {
  margin-top: 5px;
  margin-right: 5px;

  &:before, &:after {
    background-color: var(--color-x-grey1);
    height: 4px;
  }
}

.closeX {
  cursor: pointer;
  float: right;

  position: relative;
  height: 20px; /* maintain 1:1 ratio for height/width */
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  &:before, &:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px; /* cross thickness */
    background-color: white;
  }

  &:before {
    transform: rotate(45deg);
  }

  &:after {
    transform: rotate(-45deg);
  }
}

@media (max-width: 767px) {
  .mobileContainer {
    display: flex !important;
    padding: 20px;
    background: var(--color-background-blue6);
    .header_logo {
      margin-left: 60px;
    }
    .mobileSignIn {
      margin-left: auto;
      text-align: right;

      & > A {
        font-family: "Century Gothic", "Didact Gothic", Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: white;
      }
    }
  }
}


footer, .footer {
  bottom:0;
  width: 100%;
  background-color: var(--color-background-blue6);
  color: #ffffff;
  font-family: "Century Gothic", "Didact Gothic", Arial, sans-serif;

  .footer_top_bar {
    background-color: var(--color-background-blue7);
    height: 43px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
  }

  .footer_bottom_bar {
    background-color: var(--color-background-blue6);
    position: relative;
    height: 275px;

    .margin-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      padding: 35px 0;

      .footer_bottom-left {
        display: flex;
      }

      .footer_contact {
        padding-right: 5.8vw;
      }

      .footer_services_resources{
        display: flex;
        column-gap: 2vw;
      }

      .vertical-line {
        width: 1px;
        background-color: var(--color-background-white1);
        margin: 0;
      }

      .footer_bottom-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
      }

      P {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 13px;

        &:first-of-type {
          font-weight: 700;
          color: var(--color-blue8);
        }
      }

      A {
        color: white;
      }

    }

    .links {
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      text-align: end;
      line-height: normal;
      A {
        margin: 0 3px 0 3px;
      }
    }

    .copyright {
      margin-right: 30px;
      color: #ffffff;
    }
  }
}

@media (max-width: 1278px) {
  .footer {
    .footer_bottom_bar {
      .margin-container {
        .footer_bottom-right {
          max-width: 335px;
        }
      }
    }
  }
}

@media (max-width: 994px) {
  .footer {
    .footer_bottom_bar {
      .margin-container {
        .footer_contact {
          padding-right: 2vw;
        }
        .footer_bottom-right {
          max-width: 250px;
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .footer_top_bar {
    .margin-container {
      margin: 0 50px;
    }
  }
  .footer {
    .footer_bottom_bar {
      height: 764px;
      .margin-container {
        flex-direction: column;
        justify-content: flex-start;
        margin: 0 50px;
        .footer_other {
          P {
            &:first-of-type {
              font-weight: 400;
            }
          }
        }
        A {
          margin: 50px auto 25px auto;
        }
        SPAN {
          font-size: 12px;
          margin: 0 auto;
        }
      }
    }
  }
  .line_above {
    margin-top: 10px;
    padding-top: 13px;
    border-top: 1px solid white;
  }
}


#content_area {
  height: 100%;
}

#wrap {
  min-height: 94%;
  height: auto !important;
  margin: 0 auto;
}

.main_container {
  clear: left;
  width: 90%;
  margin: 0 auto 10px;

  @media (min-width: 1178px) {
    width: 1028px;
  }
  @media (min-width: 527px) and (max-width: 767px) {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  @media (max-width: 527px) {
    width: 100%;
  }

  .thick_border_box {
    .thick_border_box_indent, .thick_border_box_90_percent {
      &.passcode-verified {
        margin-top: 20px;
      }
    }
  }
}

#push {
  height: 60px;
}

/* Styles for placeholders */
::-webkit-input-placeholder {
  font-size: 0.875em;
}

::-moz-placeholder {
  font-size: 0.875em;
  padding-left: 22px
}

/* firefox 19+ */
:-ms-input-placeholder {
  font-size: 0.875em;
}

.paragraphLinks A, .privacy_notice A, .privacy_policy A, .passcode_terms_and_conditions A, .sitemap A, .privacy_overview A {
  font-size: 1.100em;
  color: var(--color-blue4);

  &:hover {
    color: var(--color-blue3);
  }
}

.sitemap {
  .business_name {
    color: var(--color-background-blue6);
  }

  .hanging_indent {
    A {
      display: inline-block;
      padding-left: 20px;
      text-indent: -20px;
    }
  }
}

.thick_border_box {
  background-color: var(--color-background-white1);
  border: 1px solid var(--color-gray1);
  padding: 30px 10% 30px 0;
  margin-bottom: 30px;

  @media (min-width: 527px) and (max-width: 767px) {
    border: none;
    padding: 30px 3%;
  }

  @media (max-width: 527px) {
    border: none;
    padding: 30px 4%;
  }

  A {
    font-weight: bold;
  }

  TEXTAREA {
    height: 150px;
    width: 535px;
    outline: none;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

    @media (min-width: 767px) and (max-width: 1178px) {
      width: 335px;
    }
    @media (min-width: 527px) and (max-width: 767px) {
      width: 86%;
    }
    @media (max-width: 527px) {
      width: 95%;
    }
  }


  INPUT[type] {
    outline: none;
  }

  INPUT[type="radio"]:checked + label {
    outline: dotted thin;
    border: 1px dotted gray;
  }

  INPUT[type="text"], INPUT[type="password"] {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  /* Make outline for icheck checkbox match other input types when focused */
  .icheckbox_square-blue.focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  }
}

p.needsProof{
  color: var(--color-rorange-1);
  max-width: 600px;
 font-size: 16px;
}
.needsProofP {
  max-width: 600px;
}
.needsProofRequestConirmationH2{
  padding-top: 60px;
}

.page_padding {
  padding-left: 5%;
}

.half_page_padding {
  padding-left: 2.5%;
}

.thick_border_box_indent, .thick_border_box_90_percent {
  margin-left: var(--form-input-left-margin);

  @media (max-width: 527px) {
    margin-left: 0;
  }
}

.thick_border_box_90_percent {
  width: 90%;

  @media (max-width: 527px) {
    width: 100%;
  }
}

.innovis_breadcrumb {
  font-size: 0.75em;
  padding: 15px 5px 5px;
  A {
    text-decoration: underline;
    color: black;
    &:visited :hover :active {
      text-decoration: underline;
      color: black;
    }
  }
}

.biz_img_no_margin {
  margin: 0;
  padding: 0;

  @media (min-width: 1178px) {
    height: 238px;
    min-width: 375px;
    max-width: 375px;
  }

  @media (min-width: 767px) and (max-width: 1178px) {
    height: 238px;
    min-width: 375px;
    max-width: 375px;
  }
}

.add_padding_when_small {
  @media (max-width: 767px) {
    padding-left: 5%;
    max-width: 95%;
  }
}

.personal_overview_image {
  height: 238px;
  width: 425px;

  @media (max-width: 767px) {
    height: auto;
    max-width: 95%;
  }
}

.victim {
  margin-left: 40px;
}

.consumer_contact {
  H2 {
    display: inline;
    letter-spacing: 0;
    line-height: 1.000em;
    margin-left: 5px;
  }

  DIV {
    margin-top: 5px;
  }
}

.contact_us {
  font-family: Arial, Helvetica, sans-serif;

  @media (min-width: 527px) and (max-width: 767px) {
    background-color: white;
    margin-bottom: 20px;
    padding: 10px 0 10px 2%;
  }
  @media (max-width: 527px) {
    background-color: white;
    margin-bottom: 20px;
    padding: 10px 0 10px 2%;
  }

  P {
    font-size: 0.750em;
  }

  A {
    font-weight: bold;
  }

  &.hidden-phone {
    padding-left: 5%;
  }
}

.sales_contact {
  .sub_header {
    display: inline;
    letter-spacing: 0;
    line-height: 1.000em;
    margin-left: 5px;
  }

  .margin_top {
    margin-top: 10px !important;
  }

  .h4 {
    line-height: normal;
  }

  .arrow--right--blue {
    margin-left: 3px;
  }

  DIV {
    IMG {
      padding-left: 5px;
    }
  }
}

.margin_top_zero {
  margin-top: 0 !important;
}

.sales_phone {
  color: var(--color-blue4);
  display: inline !important;
}

.sales_support_center {
  .h4 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  SPAN:last-of-type {
    margin-top: 10px;
  }
}

.notifyBubble {
  color: white;
  display: inline-block;
  font-size: 0.75em;
  vertical-align: top;
}

p.bubble {
  position: relative;
  width: 25px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  margin: 5px auto;
  background-color: var(--color-background-blue5);
  border: 2px solid white;

}

p.bubble:before, p.bubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

p.speech:before {
  left: 3px;
  top: 15px;
  border: 1px solid;
  border-color: var(--color-background-blue5) transparent transparent var(--color-background-blue5);
}

p.speech:after {
  left: 4px;
  top: 17px;
  border: 4px solid;
  border-color: var(--color-gray9) transparent transparent var(--color-gray9);
}

.blue_border_box {
  background-color: rgba(18, 71, 131, .2);
  border: 2px solid var(--color-gray1);
  margin-top: 20px;

  A {
    font-weight: normal;
    font-size: 1.000em;
  }

  H4 {
    color: var(--color-blue1);
    display: inline-block;

    @media (min-width: 527px) and (max-width: 767px) {
      margin: 0;
    }

    @media (max-width: 527px) {
      margin: 0;
    }
  }

  SPAN {
    font-size: 0.830em;
    float: right;
  }
}

.posted {
  text-align: right;
  margin-top: 10px;
  padding-right: 10px;

  @media (min-width: 527px) and (max-width: 767px) {
    text-align: left;
    margin-top: -10px;
    padding-left: 30px;
  }

  @media (max-width: 527px) {
    text-align: left;
    margin-top: -10px;
    padding-left: 30px;
  }

  P {
    color: var(--color-gray2);
    font-size: 0.75em;
  }
}

.profile_container {
  margin-top: -5px;
  padding-left: 5%;

  @media (min-width: 527px) and (max-width: 767px) {
    padding-left: 2%;
  }

  @media (max-width: 527px) {
    padding-left: 2%;
  }
}

.divider {
  height: 45px;
  margin-top: 3px;
  float: left;
}

.business_button_primary {
  color: var(--color-reverse);
  background-color: var(--color-button-blue1);
  height: 60px;
  width: 160px;
  @media (min-width: 527px) and (max-width: 767px) {
    margin-bottom: 10px;
  }
  @media (max-width: 527px) {
    margin-bottom: 10px;
  }

  .divider {
    border-left: 1px solid var(--color-black1);
    border-right: 1px solid var(--color-blue2);
  }
}

.business_button_secondary {
  color: var(--color-reverse);
  background-color: var(--color-button-gray1);
  margin-top: 60px;
  height: 60px;
  width: 160px;
  @media (min-width: 527px) and (max-width: 767px) {
    margin: 0 0 20px 0;
  }
  @media (max-width: 527px) {
    margin: 0 0 20px 0;
  }

  .divider {
    border-left: 1px solid var(--color-gray5);
    border-right: 1px solid var(--color-gray6);
  }
}

.business_button_number {
  font-size: 1.500em;
  float: left;
  margin-top: 13px;
  padding-right: 10px;
}

.half_box {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;

  DIV, P, H2, H3, H4, .h3, .h4 {
    padding-left: 3%;
    margin-top: 0;
  }

  P {
    margin-top: 1.000em;
    padding-left: 0;
    font-size: 0.900em
  }

  H2, H3, H4, .h3, .h4 {
    line-height: 1.000em;
  }

  A {
    line-height: 1.125em;
    font-size: 1.000em;
  }

  .innovis_text {
    height: 9.000em;
    margin-top: 10px;
    padding-right: 3%;
    font-size: 0.825em;

    @media (min-width: 767px) and (max-width: 1178px) {
      height: 12.00em;
    }
    @media (min-width: 527px) and (max-width: 767px) {
      height: auto;
      padding-bottom: 10px;
    }
    @media (max-width: 527px) {
      height: auto;
      padding-bottom: 10px;
    }
  }
}

.span6.half_box {
  .innovis_text p {
    margin-top: 0;
    font-size: 1em
  }
}

.innovis_text_two_boxes {
  font-size: 0.875em;
  height: 8.000em;
  padding-top: 10px;
  padding-right: 3%;

  @media (min-width: 527px) and (max-width: 767px) {
    height: auto;
    padding-bottom: 10px;
  }
  @media (max-width: 527px) {
    height: auto;
    padding-bottom: 10px;
  }
}

.reverse_bar {
  color: var(--color-reverse);
  background-color: var(--color-blue4);
  line-height: 2.500em;
  vertical-align: middle;

  .h3 {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 5px;
  }

  H3 {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 5px;
  }

  A {
    text-decoration: none;
    color: var(--color-reverse);
    font-size: 0.900em;
  }

}

.blue_box {
  color: var(--color-reverse);
  background-color: var(--color-background-blue5);
  padding: 10px 1% 10px 2%;
  height: 15em;

  H2 {
    color: var(--color-gray9);
  }

  @media (min-width: 527px) and (max-width: 767px) {
    margin-top: 20px;
    height: auto;
  }

  @media (max-width: 527px) {
    margin-top: 20px;
    height: auto;
  }
}

.affiliations {
  margin: 30px 0;

  H2 {
    @media (min-width: 527px) and (max-width: 767px) {
      padding-left: 3%;
    }

    @media (max-width: 527px) {
      padding-left: 3%;
    }
  }
  .span5 {
    margin: 0;
    min-width: 345px;
    max-width: 345px;

    @media (min-width: 527px) and (max-width: 767px) {
      min-width: 100%;
      max-width: 100%;
      padding-left: 3%;
    }
    @media (max-width: 527px) {
      min-width: 100%;
      max-width: 100%;
      padding-left: 3%;
    }
  }

  .span4 {
    min-width: 305px;
    max-width: 305px;

    @media (min-width: 527px) and (max-width: 767px) {
      min-width: 100%;
      max-width: 100%;
      padding-left: 3%;
    }
    @media (max-width: 527px) {
      min-width: 100%;
      max-width: 100%;
      padding-left: 3%;
    }
  }
}

.affiliationtopimage {
  display: inline-block;
  min-width: 170px;

  @media (max-width: 527px) {
    margin-top: 20px;
  }
}

.affiliationbottomimage {
  display: inline-block;
  min-width: 150px;

  @media (min-width: 527px) and (max-width: 767px) {
    min-width: 170px;
    margin-top: 10px;
  }

  @media (max-width: 527px) {
    min-width: 170px;
    margin-top: 10px;
  }
}

.lcQuestionHeader {
  cursor: pointer;
  line-height: 1.250em;
  color: var(--color-gray4);
  text-decoration: none;
  letter-spacing: -0.5px;
  outline: none;

  &:hover {
    color: var(--color-blue1);
    text-decoration: none;
  }

  &:visited, :active {
    color: var(--color-blue1);
    text-decoration: none;
  }
}


#question_and_answer_area {


  .arrow_javascript_toggle {
    color: var(--color-background-blue5);
    text-decoration: none;
    outline: none;
    padding-top: 25px;
  }

  .arrow_javascript_down {
    margin-left: 0 !important;
    display: inline-block;
  }

  .arrow_javascript_next_div {
    display: block;
  }

  DIV {
    display: none; /* These start out hidden and are expanded by clicking on a #question_and_answer_area <h2> element */
    font-size: 0.875em;
    padding: 0 0 10px 20px;
  }

  UL {
    font-size: 1.000em;
    padding: 10px 0 0 5%;
  }

  P {
    font-size: 1.000em;
  }
}

.feeTable {
  max-width: 750px;
  padding-left: 2%;

  @media (min-width: 527px) and (max-width: 767px) {
    padding: 10px 0;
    width: 100%;
  }
  @media (max-width: 527px) {
    padding: 10px 0;
    width: 100%;
  }

  .span4 {
    @media (min-width: 527px) and (max-width: 767px) {
      min-height: 20px;
    }
    @media (max-width: 527px) {
      min-height: 20px;
    }
  }
}

.fee_heading {
  clear: left;
  float: left;
  margin: 0;
  padding-left: 10px;
  width: 50%;

  @media (min-width: 1178px) {
    padding-top: 5px;
  }
  @media (min-width: 767px) and (max-width: 1178px) {
    padding-top: 5px;
  }

  @media (max-width: 527px) {
    width: 65%;
  }
}

.fee_data {
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;

  @media (min-width: 1178px) {
    padding-top: 5px;
    width: auto;
  }
  @media (min-width: 767px) and (max-width: 1178px) {
    padding-top: 5px;
    width: auto;
  }

  @media (max-width: 527px) {
    text-align: right;
    width: 25%;
  }
}

.disputeLink {
  cursor: pointer;
  float: right;
  margin-right: 20px;

  @media (min-width: 527px) and (max-width: 767px) {
    float: left;
    margin: 0;
  }

  @media (max-width: 527px) {
    float: left;
    margin: 0;
  }
}

.linkPosition {
  margin-top: -40px;

  @media (min-width: 527px) and (max-width: 767px) {
    margin: 0;
  }

  @media (max-width: 527px) {
    margin: 0;
  }
}

a.creditToolTip {
  text-decoration: none;
  margin-left: 10px;
  cursor: default;
}

a.creditToolTip span {
  z-index: 10;
  display: none;
  padding: 14px 10px;

  line-height: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

  -moz-box-shadow: 5px 5px 8px #CCC;
  -webkit-box-shadow: 5px 5px 8px #CCC;
  box-shadow: 5px 5px 8px #CCC;
}

a.creditToolTip:hover span {
  display: inline;
  position: absolute;
  margin-top: 30px;
  margin-left: -100px;
  font-size: 0.75em;
  width: 200px;
  border: 1px solid #DCA;
  background: var(--color-background-gray2);

  @media (min-width: 527px) and (max-width: 767px) {
    display: inline-block;
    width: 40%;
    margin-left: 0;
    left: 0;
  }

  @media (max-width: 527px) {
    display: inline-block;
    width: 60%;
    margin-left: 0;
    left: 0;
  }
}

a.creditToolTip:focus span {
  display: inline;
  position: absolute;
  margin-top: 30px;
  margin-left: -100px;
  font-size: 0.75em;
  width: 200px;
  border: 1px solid #DCA;
  background: var(--color-background-gray2);

  @media (min-width: 527px) and (max-width: 767px) {
    display: inline-block;
    width: 40%;
    margin-left: 0;
    left: 0;
  }

  @media (max-width: 527px) {
    display: inline-block;
    width: 60%;
    margin-left: 0;
    left: 0;
  }
}

a.creditToolTip:before {
  left: 3px;
  top: 15px;
  border: 6px solid;
  border-color: var(--color-gray4) transparent transparent var(--color-gray4);
}

a.creditToolTip:after {
  left: 4px;
  top: 15px;
  border: 3px solid;
  border-color: var(--color-gray9) transparent transparent var(--color-gray9);
}

.alignDispute {
  clear: both;
  float: right;
  margin: 0 10px 20px 0;

  @media (min-width: 527px) and (max-width: 767px) {
    float: left;
  }

  @media (max-width: 527px) {
    float: left;
  }
}

.alignPayHistory {
  @media (min-width: 527px) and (max-width: 767px) {
    margin: 0;
  }

  @media (max-width: 527px) {
    margin: 0;
  }

  @media (min-width:912px) and (max-width:1024px){
    margin-left: 40px;
  }

}

.payHistory_SetRowWidth {
  margin: 0 0 0 0;
  background-color: red;
}

.payHistoryBox {
  width: 35px;
  margin-left: 2px;
  display: inline-block;
  float: left;
  z-index: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  .checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height:15px ;
    width:7px ;
    margin-top: 3px;
    border-width:thick;
    border-bottom:solid 5px white ;
    border-right:solid  5px white;
  }

  .paymentCode {
    padding-top: 6%;
  }

  a:hover, a:visited, a:link, a:active
  {
    text-decoration: none;
  }

  P {
    margin: 0;
  }

  IMG {
    display: none;
  }

  @media (min-width:912px) and (max-width:1024px){
    height: 25px;
    width: 25px;
  }
}

.payHistoryBar {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  font-weight: bold;
  background-color: var(--color-border-green1);
  z-index: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
  .container{
    border: solid 1px var(--color-border-green1);
    color:var(--color-border-green1);
    font-weight: bold;
  }
}

.payHistoryBarLate {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  font-weight: bold;
  background-color: var(--color-red1);
  color: var(--color-reverse);
  font-size: 0.85em;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;

  .container{
    border: solid 1px var(--color-red1);
    color:var(--color-red1);
    font-weight: bold;
  }

}

.payHistoryBarDerog {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-color: black;
  color: var(--color-reverse);
  font-weight: bold;
  font-size: 0.85em;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
  .container{
    border: solid 1px black;
    color:black;
    font-weight: bold;
  }
}

.payHistoryNone {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-color: #aeaeae;
  color: white;
  font-size: 0.85em;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 30px;
  .container{
    border: solid 1px #aeaeae;
    color:#aeaeae;
    font-weight: bold;
  }
}

.payHistory_Months-Boxes {
  position: relative;
}

.payHistoryMonth {
  display: inline-block;
  position: absolute;
  margin-left: 17px;
  margin-top: -23px;
  text-align: center;
  vertical-align: middle;
  @media (min-width:912px) and (max-width:1024px){

  }
}

.form_field_label {
  margin-left: var(--form-input-left-margin);
  font-size: 1em;
  margin-bottom: 0;

  @media (max-width: 527px) {
    margin-left: 0;
  }

  .error_icon_container {
    margin: -5px 0 10px -13px;
  }

  .error_message, .javascript_validation_message {
    color: red;
    margin-left: 10px;
    font-style: normal;
  }
}

.form_input_container {
  width: 100%;
  margin-left: var(--form-input-left-margin);

  @media (max-width: 527px) {
    margin-left: 0;
  }

  INPUT[type="text"], INPUT[type="password"] {
    width: 350px;

    &#newPasswordText, &#confirmPasswordText, &#newPassword, &#confirmPassword {
      width: 74%;
    }

    @media (min-width: 767px) and (max-width: 1178px) {
      width: 225px;
    }
    @media (max-width: 527px) {
      width: 95%;
    }
  }


}

.form_input_container_under_text {
  margin-left: var(--form-input-left-margin);
  font-size: 0.73em;

  @media (max-width: 527px) {
    margin-left: 0;
    width: 95%;
  }

  width: 350px;

  @media (min-width: 767px) and (max-width: 1178px) {
    width: 225px;
  }
}

.form_input_container_error {
  width: 100%;
  margin-left: 0;

  INPUT[type="text"], INPUT[type="password"], INPUT[type="file"] {
    border: 1px solid var(--color-border-red1);
    background-color: var(--color-background-red1);

    width: 350px;

    @media (min-width: 767px) and (max-width: 1178px) {
      width: 225px;
    }
    @media (max-width: 527px) {
      width: 95%;
    }
  }

  TEXTAREA {
    border: 1px solid var(--color-border-red1);
    background-color: var(--color-background-red1);
  }
}

INPUT.input_invalid, SELECT.input_invalid, TEXTAREA.input_invalid, DIV.input_invalid, INPUT.javascript_invalid, SELECT.javascript_invalid, TEXTAREA.javascript_invalid, DIV.javascript_invalid {
  border: 1px solid var(--color-border-red1);
  background: var(--color-background-red1) url("/assets/errorIconTriangle-small-red-c96c6ba0577171c0cd4de3ee39f41800.svg") no-repeat 95% 50%;

  &.input-username {
    background-position: 98% 50%;
  }
}

.maskToggle > INPUT, SELECT, TEXTAREA, DIV {

  &[type="password"] {
    background: url("/assets/unmask-220ad1290cfc061b07407b86834425d5.svg") no-repeat 95% 50%;

    &.input_invalid, &.javascript_invalid {
      background: var(--color-background-red1)  url("/assets/unmask-220ad1290cfc061b07407b86834425d5.svg") no-repeat 95% 50%;
      background-size: 20px;
    }
    &.input-password {
      background-position: 98% 50%;
    }

    background-size: 20px;
  }

  &[type="text"] {
    background: url("/assets/mask-4f471208ca3ca05c3370deda2cb612e4.svg") no-repeat 95% 50%;

    &.input_invalid, &.javascript_invalid {
      background: var(--color-background-red1)  url("/assets/mask-4f471208ca3ca05c3370deda2cb612e4.svg") no-repeat 95% 50%;
      background-size: 20px;
    }
    &.input-password {
      background-position: 98% 50%;
    }

    background-size: 20px;
  }
}

.form_input_container_error.maskToggle > INPUT, SELECT, TEXTAREA, DIV {
  &[type="password"] {
    background: var(--color-background-red1)  url("/assets/unmask-220ad1290cfc061b07407b86834425d5.svg") no-repeat 95% 50%;
    background-size: 20px;
  }
  &[type="text"] {
    background: var(--color-background-red1)  url("/assets/mask-4f471208ca3ca05c3370deda2cb612e4.svg") no-repeat 95% 50%;
    background-size: 20px;
  }

}


.form_select_container {
  height: 28px;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAOCAYAAAA45qw5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjg0NUMxMjMxMTg0MTFFMzg5REZCNzVCQkFENDVBNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjg0NUMxMjQxMTg0MTFFMzg5REZCNzVCQkFENDVBNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGODQ1QzEyMTExODQxMUUzODlERkI3NUJCQUQ0NUE2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGODQ1QzEyMjExODQxMUUzODlERkI3NUJCQUQ0NUE2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po0/Fr8AAABaSURBVHjaYvz//z/DQAAmhgECI89iFhhDWi/JhRgNTy/N20NVi4FACYhnElCfTougnkXA4HSoGprEMS7LqWoprsSFbjnVLUWPY3TLsbGpBhhHS65hbzFAgAEAwCISd5Mch3QAAAAASUVORK5CYII=) no-repeat right;
  border: 1px solid var(--color-gray1);

  width: 363px;
  margin-left: var(--form-input-left-margin);

  @media (min-width: 767px) and (max-width: 1178px) {
    width: 238px;
    margin-left: var(--form-input-left-margin);
  }
  @media (max-width: 527px) {
    width: 98%;
    margin-left: 0;
  }

  SELECT {
    width: 125%; /* hides default drop down button */
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.form_select_container_error {
  height: 28px;
  overflow: hidden;
  margin-left: 0;
  border: 1px solid var(--color-border-red1);
  background: var(--color-background-red1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAOCAYAAAA45qw5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjg0NUMxMjMxMTg0MTFFMzg5REZCNzVCQkFENDVBNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjg0NUMxMjQxMTg0MTFFMzg5REZCNzVCQkFENDVBNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGODQ1QzEyMTExODQxMUUzODlERkI3NUJCQUQ0NUE2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGODQ1QzEyMjExODQxMUUzODlERkI3NUJCQUQ0NUE2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po0/Fr8AAABaSURBVHjaYvz//z/DQAAmhgECI89iFhhDWi/JhRgNTy/N20NVi4FACYhnElCfTougnkXA4HSoGprEMS7LqWoprsSFbjnVLUWPY3TLsbGpBhhHS65hbzFAgAEAwCISd5Mch3QAAAAASUVORK5CYII=) no-repeat right;

  width: 363px;

  @media (min-width: 767px) and (max-width: 1178px) {
    width: 238px;
  }
  @media (max-width: 527px) {
    width: 73%;
  }

  SELECT {
    width: 125%; /* hides default drop down button */
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.form_select_container_narrow_form {
  height: 28px;
  width: 90%;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAOCAYAAAA45qw5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjg0NUMxMjMxMTg0MTFFMzg5REZCNzVCQkFENDVBNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjg0NUMxMjQxMTg0MTFFMzg5REZCNzVCQkFENDVBNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGODQ1QzEyMTExODQxMUUzODlERkI3NUJCQUQ0NUE2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGODQ1QzEyMjExODQxMUUzODlERkI3NUJCQUQ0NUE2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po0/Fr8AAABaSURBVHjaYvz//z/DQAAmhgECI89iFhhDWi/JhRgNTy/N20NVi4FACYhnElCfTougnkXA4HSoGprEMS7LqWoprsSFbjnVLUWPY3TLsbGpBhhHS65hbzFAgAEAwCISd5Mch3QAAAAASUVORK5CYII=) no-repeat right;
  border: 1px solid var(--color-gray1);
  margin-left: var(--form-input-left-margin);

  @media (min-width: 767px) and (max-width: 1178px) {
    width: 345px;
    margin-left: var(--form-input-left-margin);
  }
  @media (min-width: 527px) and (max-width: 767px) {
    width: 88%;
  }
  @media (max-width: 527px) {
    width: 98%;
    margin-left: 0;
  }

  SELECT {
    width: 125%; /* hides default drop down button */
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.form_select_container_narrow_form_error {
  height: 28px;
  width: 90%;
  overflow: hidden;
  margin-left: 0;
  border: 1px solid var(--color-border-red1);
  background: var(--color-background-red1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAOCAYAAAA45qw5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjg0NUMxMjMxMTg0MTFFMzg5REZCNzVCQkFENDVBNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjg0NUMxMjQxMTg0MTFFMzg5REZCNzVCQkFENDVBNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGODQ1QzEyMTExODQxMUUzODlERkI3NUJCQUQ0NUE2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGODQ1QzEyMjExODQxMUUzODlERkI3NUJCQUQ0NUE2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po0/Fr8AAABaSURBVHjaYvz//z/DQAAmhgECI89iFhhDWi/JhRgNTy/N20NVi4FACYhnElCfTougnkXA4HSoGprEMS7LqWoprsSFbjnVLUWPY3TLsbGpBhhHS65hbzFAgAEAwCISd5Mch3QAAAAASUVORK5CYII=) no-repeat right;

  @media (min-width: 767px) and (max-width: 1178px) {
    width: 345px;
  }
  @media (min-width: 527px) and (max-width: 767px) {
    width: 88%;
  }
  @media (max-width: 527px) {
    width: 95%;
  }

  SELECT {
    width: 125%; /* hides default drop down button */
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.form_datebox_container {
  width: 100%;

  margin-left: var(--form-input-left-margin);

  @media (max-width: 527px) {
    margin-left: 0;
  }

  INPUT[type="text"] {
    background: url("/assets/calendarIcon-blue-b18c2a9d63787f7bbbb4ea329b4a0643.png") no-repeat 4px;
    padding-left: 30px;
    width: 90px;
    &.input_invalid {
      background: var(--color-background-red1) url("/assets/calendarIcon-blue-b18c2a9d63787f7bbbb4ea329b4a0643.png") no-repeat 4px;
    }
  }
}

.form_datebox_container_error {
  width: 100%;
  margin-left: 0;

  INPUT[ type="text"] {
    background: url("/assets/calendarIcon-blue-b18c2a9d63787f7bbbb4ea329b4a0643.png") no-repeat 4px;
    background-color: var(--color-background-red1);
    border: 1px solid var(--color-border-red1);
    padding-left: 30px;
    width: 90px;
  }
}

.error_icon_container {
  float: left;
  margin: 0;
  height: 25px;
  background-repeat: no-repeat;

  width: 45px;
  background-image: url("/assets/errorIconTriangle-small-red-693b983099ee9d42a91f3a162741f6f2.png");
  background-position: 10px 5px;
  background-size: 25px 21px;

  @media (max-width: 527px) {
    width: 25px;
    background-image: url("/assets/errorIconTriangle-xsmall-red-95604e122733e9e99043969a78b69a75.png");
    background-position: 3px 5px;
    background-size: 15px 13px;
  }
}

.indented_form_container_left_spacer {
  min-width: 13px;
  max-width: 13px;
}

.indented_form_container {
  min-width: 180px;
  max-width: 180px;

  @media (min-width: 527px) and (max-width: 767px) {
    max-width: 400px;
    padding-left: 25px;
  }
  @media (max-width: 527px) {
    max-width: 400px;
    padding-left: 25px;
  }
  P.form_field_label {
    white-space: nowrap;
  }
}

#request_information_body {
  .request_info_form_half_container {
    @media (min-width: 767px) and (max-width: 1178px) {
      min-width: 190px;
      max-width: 190px;
    }

    INPUT[type="text"] {
      width: 220px;

      @media (min-width: 767px) and (max-width: 1178px) {
        width: 125px;
      }
      @media (min-width: 527px) and (max-width: 767px) {
        width: 86%;
      }
      @media (max-width: 527px) {
        width: 95%
      }
    }
  }

  .request_info_form_full_container {
    width: 100%;

    INPUT[type="text"] {
      width: 531px;

      @media (min-width: 767px) and (max-width: 1178px) {
        width: 328px;
      }
      @media (min-width: 527px) and (max-width: 767px) {
        width: 86%;
      }
      @media (max-width: 527px) {
        width: 95%
      }
    }

    SELECT {
      width: 125%; /* hides default drop down button */
    }
  }

  .request_info_ccpa {
    margin-top: 15px;
  }
}

.form_input_container_wider_text_input {
  INPUT[type="text"] {
    @media (min-width: 1178px) {
      width: 303px;
    }
    @media (min-width: 767px) and (max-width: 1178px) {
      width: 303px;
    }
  }
}

.lcMenu {
  position: relative;
  float: left;
  margin: 5px 5% 0 0;
  border-radius: 1px;
  border: 1px solid var(--color-gray1);
  height: 37px;
  width: 48px;
  cursor: pointer;
}

#lcLines:before {
  border-bottom: 17px double var(--color-background-blue5);
  border-top: 6px solid var(--color-background-blue5);
  content: "";
  height: 5px;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 28px;
}

#lcslide {
  height: 0;
  overflow: hidden;
  width: 100%;

  LI {
    border-bottom: 1px solid var(--color-gray1);
    font-size: 1.125em;
    line-height: 1.500em;
  }

  LI:last-child {
    border-bottom: none;
  }
}

.lc_submenu {
  padding: 10px 10px;

  H1 {
    display: inline;
  }

  IMG.innovis_icon {
    cursor: pointer;
    margin-top: -10px;
  }

  #mobileLearningCenterMenu {
    margin-top: 5px;
  }

}

.learning_center {
  .victims_of_human_trafficking {
    OL {
      counter-reset: item;
      margin-left: 0;
      padding-left: 0;

      & > LI {
        display: block;
        margin-bottom: .5em;
        margin-left: 2em;

        &::before {
          display: inline-block;
          content: counter(item) ")";
          counter-increment: item;
          width: 1.7em;
          margin-left: -2em;
        }
      }
    }

    LI > UL {
      font-size: 1em;
      list-style-type: lower-alpha;
      margin-top: 8px;
    }
  }

  .deceased_consumers, .victims_of_human_trafficking {
    .consumer_credit_report_request {
      padding-top: 30px;
    }
  }

  .your_rights {
    UL.span8 {
      margin-left: 12px;
    }
    @media (min-width: 770px){
      #errorContainer {
          margin-left: -45px;
      }
    }
    #errorContainer {
      display: none;

      .error_icon_container {
        margin-top: 20px;
      }

      #stateFormError {
        color: red;
        font-style: normal;
        margin-bottom: 0;
      }
    }

    .state_container {
      LABEL, DIV, P {
        margin-left: 0;
      }

      BUTTON {
        padding: 0 10px;
        margin-top: 20px;
      }
    }
  }

  &.supporting_documents {
    TABLE {
      margin-top: 10px;
      border-collapse: collapse;
      border: 1px solid var(--color-gray1);


      TH, TD {
        border: 1px solid var(--color-gray1);
        padding: 10px;
      }

      @media (min-width: 527px) and (max-width: 767px) {
        TH {
          font-size: 12px;
        }

        TH, TD {
          padding: 5px;
        }
      }
      @media (max-width: 527px) {
        TH {
          font-size: 12px;
        }

        TH, TD {
          padding: 5px;
        }
      }

      @media (min-width: 767px) and (max-width: 1178px) {
        TH {
          font-size: 12px;
        }

        TH, TD {
          padding: 5px;
        }
      }

      TH {
        text-align: left;

        &:not(:first-child) {
          max-width: 64px;
        }

        &:first-child {
          text-align: left;
        }

        .nowrap {
          white-space: nowrap;
          word-break: keep-all;
        }
      }

      TD {
        &:not(:first-child) {
          font-weight: bold;
          text-align: center;
        }

        SPAN {
          font-weight: bold;
          text-align: left;
        }

        P {
          text-align: left;
          margin-bottom: 0;
        }
      }
    }
  }

  .span8 {
    display: inline-block;

    .headingText.hidden-phone {
      padding-bottom: 20px;

      H1 {
        padding-left: 5px;
      }
    }

    H2 {
      clear: both;
      margin-top: -10px;
    }

    #question_and_answer_area {
      A {
        display: inline-block;
      }
      #globalExpander {
        cursor: pointer;
        float: right;
        margin: 0;

        SPAN.arrow--medium--right--orange {
          margin: 0 2px -2px 0;
          display: inline-block;
        }

        SPAN.arrow--medium--down--orange {
          display: inline-block;
        }
      }

      .lcQuestionHeader {
        SPAN {
          display: block;
          margin-top: -18px;
          margin-left: 20px;
          &.arrow--medium--right--orange {
            margin: 0 2px -2px 5px;
            display: inline-block;
          }
        }
      }

      .paragraphLinks {
        UL {
          padding-top: 0;
        }
      }
    }
  }

  HR {
    margin: 10px 0;
  }

  .span4.hidden-phone {
    padding-left: 5%;
  }

  .h4 {
    line-height: normal;
  }
}

.id_theft_rights {
  H1 {
    text-align: center;
  }

  DL {
    font-size: 0.83em;
  }
}

.disputeResponsiveLink1 {
  display: inline-block;

  @media (max-width: 840px) {
    display: none;
  }
}

.disputeResponsiveLink2 {
  display: none;

  @media (max-width: 840px) {
    display: inline-block;
  }
}

.fraudResponsiveLink1 {
  display: inline-block;

  @media (max-width: 1040px) {
    display: none;
  }
}

.fraudResponsiveLink2 {
  display: none;

  @media (max-width: 1040px) {
    display: inline-block;
  }
}

.accountResponsiveLink1 {
  display: inline-block;

  @media (max-width: 956px) {
    display: none;
  }
}

.accountResponsiveLink2 {
  display: none;

  @media (max-width: 956px) {
    display: inline-block;
  }
}

.hideXsmall {
  @media (max-width: 527px) {
    display: none !important;
  }
}


.account_overview {
  padding: 0;

  .notification_container {
    padding: 30px 4% 30px 4%;
    width: 90%;

    .h3 {
      line-height: 1.125em;
    }

    .reverse_bar {
      IMG {
        padding-left: 22px;
        vertical-align: middle;
      }

      P {
        color: white;
        display: inline;
        font-size: 0.900em;
        margin: -1px 0 0 -23px;
        position: absolute;
      }

      H2 {
        display: inline-block;
        padding-left: 5px;
      }
    }

    .notifications {
      border: 1px solid #999;
      border-top: none;

      HR {
        color: white; margin: 0;
        padding: 0;
      }

      .row-fluid {
        padding-top: 5px;

        P {
          color: var(--color-blue4);
          margin-left:20px;
        }
      }

      .row-fluid:nth-of-type(odd) {
        background-color: #fff;
      }

      .row-fluid:nth-of-type(even) {
        background-color: #eee;
      }
    }
  }

  .row-fluid.box_row:nth-of-type(3) {
    padding-bottom: 40px;
  }

  .box_row {
    clear: both;
    margin-top: 20px;
    padding: 0 4%;

    .left_box_container {
      margin: 0;
      max-width: 400px;

      @media (min-width: 527px) and (max-width: 767px) {
        max-width: 100%;
        margin-bottom: 20px;
      }

      @media (max-width: 527px) {
        max-width: 100%;
        margin-bottom: 20px;
      }

      & > A {
        text-decoration: none;
      }

      .box_text_container {
        H3 {
          margin: 0;
        }

        .fraud_active_duty_alerts {
          margin: 0;
          padding: 10px 0 5px 0;
          line-height: 1.125em;
        }
      }
    }

    .right_box_container {
      margin: 0;

      & > A {
        text-decoration: none;
      }

      .box_text_container {
        H3 {
          margin: 0;
        }

        P {
          margin-top: -5px;
        }
      }

      .security_freeze {
        H3 {
          margin: 0;
        }

        P {
          margin-top: -5px;
        }
      }
    }

    .box_image_container {
      background-color: var(--color-background-orange1);
      display: inline-block;
      vertical-align: top;
      height: 8.000em;
      width: 6.000em;

      @media (min-width: 767px) and (max-width: 1178px) {
        height: 10.250em;
      }

      @media (max-width: 527px) {
        height: 10.250em;
      }

      .image {
        padding: 27px 20px 0 20px;

        @media (min-width: 767px) and (max-width: 1178px) {
          padding-top: 45px;
        }

        @media (max-width: 527px) {
          padding-top: 45px;
        }
      }

      .right_image {
        padding: 27px 15px 0 15px;

        @media (min-width: 767px) and (max-width: 1178px) {
          padding-top: 45px;
        }

        @media (max-width: 527px) {
          padding-top: 45px;
        }
      }
    }

    .box_text_container {
      background-color: var(--color-background-gray3);
      display: inline-block;
      height: 8.000em;
      margin: 0 0 0 -5px;
      padding: 0 10px 0 3%;
      width: 60%;

      @media (min-width: 767px) and (max-width: 1178px) {
        height: 10.250em;
      }

      @media (max-width: 527px) {
        height: 10.250em;
      }
    }
  }
}


.my_profile_container {
  H1, H3 {
    display: inline;
    padding-right: 5px;
  }

  .edit {
    display: inline;

    IMG {
      margin-top: -5px;
      vertical-align: middle;
    }
  }

  .name {
    margin-top: 10px;
  }

  .email {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.headingIcon, .lcHeadingIcon {
  display: inline;
  float: left;
  min-width: 30px;
  max-width: 50px;
  margin: 0 5px 4px 0;

  IMG {
    max-height: 30px;
  }
}

.lcHeadingIcon {
  IMG {
    margin-top: -1px
  }
  SVG {
    margin-top: -1px
  }
}

.headingText {
  display: inline;
  float: left;
  width: 83%;

  H1 {
    display: inline;
    line-height: 1.000em;
  }
}

.headingText.headingText-centered {
  padding-top: 3px;
}



.personal_overview_header {
  margin-bottom: 20px;
  padding: 0;

  H1 {
    line-height: 1.125em;
    padding-top: 20px;
  }

  P {
    padding-right: 1%;
  }
}

.personal_overview {
  padding: 30px 4% 30px 4%;

  .reverse_bar {
    IMG {
      margin-top: 0;
    }
  }
}

.personal {
  H2 {
    clear: both;
    margin-bottom: 5px;
    padding-top: 10px;
  }

  .sub_header {
    margin-top: 10px;
  }

  .walk_in {
    margin-left: 0;
  }

  .security_freeze {
    margin-bottom: 0;
    margin-top: 10px;
  }

  &.victims_of_human_trafficking {
    .victims_text {
      margin-top: 35px;

      @media (max-width: 527px) {
        margin-top: 50px;
      }
    }
  }
}

.personal_solution_sub_option svg {
  display: inline;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle
}

#OptOutPrescreen  {
  display: inline;
  margin-left:0px;
  font-size: 0.813em;
}

.personal_solution_sub_option p {
  display: inline;
  margin: 0 0 0 7px;

  &.first_line_with_icon {
    display: inline-block;
    margin-top: -20px;

    @media (max-width: 527px) {
      display: block;
      padding-left: 19px;
    }
    @media (min-width: 527px) and (max-width: 767px) {
      display: block;
      padding-left: 19px;
    }
  }

  &.second_line_no_icon {
    display: inline-block;
    margin-left: 69px;

    @media (max-width: 527px) {
      margin-left: 25px;
    }
    @media (min-width: 527px) and (max-width: 767px) {
      margin-left: 25px;
    }
  }
}


.row-fluid .span4.half_box {
  .personal_solution__box__link {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.5px;
  }
}

.row-fluid .span6.half_box {
  .personal_solution__box__link {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.12em;
    font-size: 1.12em;
    letter-spacing: -1px;
  }
}

.two_line_address_icon {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-right: 6px;
  float: left;
}

.forgot_password_step--blue {
  float: left;
  height: 40px;
  width: 180px;
  margin-right: 2px;

  background: -webkit-linear-gradient(top, rgb(19, 74, 130) 0%, rgb(24, 56, 100) 100%);
  background: -o-linear-gradient(top, rgb(19, 74, 130) 0%, rgb(24, 56, 100) 100%);
  background: -ms-linear-gradient(top, rgb(19, 74, 130) 0%, rgb(24, 56, 100) 100%);
  background: -moz-linear-gradient(top, rgb(19, 74, 130) 0%, rgb(24, 56, 100) 100%);
  background: linear-gradient(to bottom, rgb(19, 74, 130) 0%, rgb(24, 56, 100) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#134A82', endColorstr='#183864', GradientType=1); /* IE6-9 */

  @media (min-width: 767px) and (max-width: 1178px) {
    width: 117px;
  }
  @media (min-width: 527px) and (max-width: 767px) {
    width: 146px;
  }
  @media (max-width: 527px) {
    width: 302px;
    margin-top: 2px;
  }

}

.forgot_password_step--grey {
  float: left;
  height: 40px;
  width: 180px;
  margin-right: 2px;

  background: -webkit-linear-gradient(301deg, rgb(238, 236, 236) 0%, rgb(229, 229, 229) 97%);
  background: -o-linear-gradient(301deg, rgb(238, 236, 236) 0%, rgb(229, 229, 229) 97%);
  background: -ms-linear-gradient(301deg, rgb(238, 236, 236) 0%, rgb(229, 229, 229) 97%);
  background: -moz-linear-gradient(301deg, rgb(238, 236, 236) 0%, rgb(229, 229, 229) 97%);
  background: linear-gradient(149deg, rgb(238, 236, 236) 0%, rgb(229, 229, 229) 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEECEC', endColorstr='#E5E5E5', GradientType=1); /* IE6-9 */

  @media (min-width: 767px) and (max-width: 1178px) {
    width: 118px;
  }
  @media (min-width: 527px) and (max-width: 767px) {
    width: 146px;
  }
  @media (max-width: 527px) {
    width: 302px;
    margin-top: 2px;
  }
}

#forgot_password_step__span--blue {
  text-align: left;
  color: white;
  font-weight: 700;
  line-height: 40px;
  margin-left: 10px;
  width: 60px;
}

#forgot_password_step__span--grey {
  text-align: left;
  color: #676767;
  font-weight: 700;
  line-height: 40px;
  margin-left: 10px;
}

.forgot_password_step--blue > IMG {
  display: inline;
  float: right;
  margin-top: 13px;
  margin-right: 10px;
}

.forgot_password_step--blue > svg {
  display: inline;
  float: right;
  margin-top: 10px;
}

.forgot_password_phone_contact {
  padding: 20px 0 20px 5%;
}

.forgot_password, .otp {
  .delivery_method, .select_phone {
    .hidden-phone.padding {
      padding-bottom: 70px;
    }

    .hidden-tablet.hidden-desktop {
      padding-bottom: 120px;
    }

    .form_error_summary {
      margin-left: 13px;
    }
  }

  .delivery_method_confirm {
    .padding {
      padding-bottom: 80px;
    }

    .hidden-tablet.hidden-desktop.padding {
      padding-bottom: 40px
    }

    .send_passcode {
      .consumer_details {
        margin-left: 100px;
        margin-top: -30px;
      }

      .span12 {
        margin-top: 10px;
      }
    }

    .sectionTitle.submit {
      margin-top: 90px;
    }

    .arrow--left--orange {
      margin-top: 15px;
    }
  }

  .enter_new_password {
    .passcode_verified {
      margin-bottom: 0;
      line-height: 20px;
    }

    .message {
      font-size: 0.73em;
      margin: -10px 0 10px 45px;
    }

    #resetPassword {
      margin-top: 10px;
    }

    .span3.contact_us.hidden-phone {
      padding-left: 5%;
    }
  }

  .verify_passcode {
    .sectionTitle {
      margin-top: 35px;
      display: inline-block;
    }
    .subText {
      margin-left: 0;
      width: 100%;
    }

    input {
      width: 350px;

      @media (max-width: 527px) {
        width: 70%;
      }
    }
  }

  .verify_passcode--login {
    INPUT {
      width: 100%;

      @media (max-width: 527px) {
        width: 70%;
      }
    }

    .subText {
      @media (max-width: 527px) {
        margin-bottom: 0;
      }
    }
  }

  .enter_token, .verify_passcode {
    .padding {
      padding-bottom: 80px;
    }

    .hidden-tablet.hidden-desktop.padding {
      padding-bottom: 40px
    }

    .form_errors, .expires {
      margin-left: 100px;
      margin-top: -25px;

      #token {
        width: 80%;
      }

      .form_error_summary {
        margin-left: 1%;
      }

      .subText {
        margin-left: 0;
      }
    }

    .signinbtn {
      margin-top: 0;

      &.credit_report-link {
        color: var(--color-blue4);
      }

    }

    .resendPasscode {
      margin-top: 90px;
      .subText {
        margin-left: 0;
        margin-top: 10px
      }
    }

    .remember_device_container {
      margin-top: 34px;
      margin-bottom: 15px;
      white-space: nowrap;

      @media (max-width: 527px) {
        margin-top: 15px;
      }

      .icheckbox_square-blue {
        margin-left: 10px;
      }
    }
  }
}

#select_phone_body, #verify_passcode_body, #enter_new_password_body, #password_reset_successfully_body {
  .subText {
    margin-left: var(--form-input-left-margin);

    @media (max-width: 527px) {
      margin-left: 0;
      width: 100%;
    }
  }

  LABEL.radioList {
    cursor: default;

    .form_field_label--override {
      display: inline-block;
      margin-left: 0;

      LABEL {
        font-size: 1em;
      }
    }
    DIV.form_input_container--override {
      margin-left: 26px;
    }
  }

  .special_error_text {
    visibility: hidden;
    display: inline-block;

    &.visible {
      visibility: visible;
    }
  }

  .progressbar {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sub_header_sub_message {
    margin-top: 10px;
  }

  .select_phone {
    .subText {
      margin-left: 0;
    }
  }

  .resendPasscode {
    .subText {
      margin-left: 0;
    }
  }
  .radio_container > .fieldSet {
    padding-bottom: 0;
  }

  .submit_button_container {
    margin-top: 90px;
    .signinbtn {
      margin-top: 0;
    }
  }

  .manual_input_phone--container {
    margin-bottom: 30px;
  }
}

#password_reset_successfully_body {
  .successBtn {
    margin-top: 10%;
  }
}

.login_cannot_verify {
  .message {
    display: block;
    margin-top: 30px;
  }
}

.forgot_password_entry {
  H3 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  HR {
    margin-top: -5px;
  }

  FORM {
    .message {
      font-size: 0.73em;
      margin: -10px 0 10px 45px;
    }

    .arrow--medium--right--white {
      margin-left: 3px;
    }
  }
}

.forgot_password_question {
  HR {
    margin-top: -5px;
  }

  .arrow--medium--right--white {
    margin-left: 3px;
  }
}

.forgot_password_form {
  HR {
    margin-top: -15px;
  }

  .button_container {
    padding-top: 20px;
    width: 90%;

    .arrow--right--white {
      margin-left: 3px;
    }
  }
}

.forgot_password_update_email_form {
  HR {
    margin-top: 0;
  }

  .message {
    margin-bottom: 25px;
  }

  BUTTON {
    margin: 10px 5% 0 0;
  }

  .arrow--right--white {
    margin-left: 3px;
  }
}

.update_profile_form {
  .current_address_section {
    H3 {
      margin: 30px 0 0 0;
    }
  }

  .email_address_section {
    P {
      margin-top: 20px;

      A {
        text-decoration: none;
        cursor: pointer;
        margin-left: 40px;
      }
    }

    H3 {
      margin: 30px 0 0 0;
    }
  }

  .username_section {
    P {
      A {
        text-decoration: none;
        cursor: pointer;
        margin-left: 40px;
      }
    }

    .tooltiptext {
      font-size: 11px;
      font-style: italic;
    }

    .tooltiptext, &+.tooltiptext {
      &.bottom {
        top: 20%;
      }
    }
  }

  .password_section {
    A {
      text-decoration: none;
      cursor: pointer;
      margin-left: 40px;
    }

    .rules {
      font-size: 0.73em;
    }
  }

  .secret_question_section {
    .thick_border_box_90_percent {
      margin-top: 20px;

      A {
        text-decoration: none;
        cursor: pointer;
        margin-left: 40px;
      }
    }
    .rules {
      font-size: 0.73em;
      margin: -10px 0 10px 45px;
    }
  }

  .registered_devices_section {
    margin-top: 40px;
    margin-bottom: 40px;

    #changeRegisteredDevicesText {
      cursor: pointer;

      &:focus {
        outline-offset: 1px;
      }

      &.cancel {
        margin-left: 40px;
      }
    }

    .h3 {
      display: inline-block;
    }
  }

  .bottom {
    margin-top: 30px;

    .dispute_contact_preference {
      margin-bottom: 30px;

      .fieldSet {
        padding-left: 45px;
        padding-bottom: 0;
      }

      .message {
        width: auto;
      }
    }

    .signinbtn {
      margin-right: 5%;

      .arrow--right--white {
        margin-left: 3px;
      }
    }

    .message {
      margin-top: 10px;
    }
  }
}

.pageTitleContainer {
  padding-bottom: 40px;
}

.pageSubTitle {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sectionTitle {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.radioList {
  margin-bottom: 15px;
  display: block;

  SPAN {
    cursor: pointer;
  }
}

.subText {
  width: 61%;
  margin-left: 53px;
  font-size: 0.813em;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 15px;

  &.warn {
    color: var(--color-rorange-1);
    font-style: normal;
  }
}

.two_line_address_icon {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-right: 6px;
  float: left;
}

.link_button {
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.failSafeInput {
  margin-right: 10px;
  div, p, input, span {
    margin-left: 10px;
  }

  .form_input_container  > input, .form_input_container_error > input {
    width: 88%;
    margin-left: 0;
  }

  .form_message {
    font-style: italic;
    font-size: 0.67em;
  }

  H2 {
    margin-bottom: 0;
  }

  HR {
    margin-top: 0;
  }
}

.fail_safe {
  padding-right: 5%;

  .no_break {
    white-space: nowrap;
  }

  .span12 {
    margin-left: 0;
  }

  H3 {
    margin-top: 40px;
    text-align: center;
  }

  .headingText {
    @media (max-width: 600px) {
      margin-top: -40px;
      margin-left: 35px;
    }
  }

  .headingIcon, .lcHeadingIcon {
    @media (max-width: 600px) {
      margin-top: -40px;
    }
  }


  .study_figures {
    display: grid;
    background: white;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));

    @media (max-width: 900px) {
      grid-template-columns: repeat(1, minmax(150px, 1fr));
      margin: 10px;
      grid-gap: 1rem;

    }

    @media (max-width: 527px) {
      display: flex;
      flex-flow: row wrap;
    }

    @media (min-width: 1064px) {
      grid-gap: 0;
    }

    .box {
      padding-left: 15px;
      padding-right: 15px;

      @media (max-width: 850px) {
        width: 90%;
      }

      @media (max-width: 659px) {
        margin: 0 auto;
      }

      @media (max-width: 527px) {
        margin-top: 1rem;
      }

      SPAN {
        display: block;
        color: #E31837;
        font-size: 45px;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
      }

      P {
        color: var(--color-gray4);
        text-align: center;
        font-size: 15px;
        line-height: 22px;
      }
    }
  }


  .extra_padding {
    padding-bottom: 5px;
  }

  .first_paragraph {
    margin-top: 35px;
  }

  .button_holder {
    text-align: center;
    padding: 10px 0 10px 0;

    .signinbtn {
      margin-top: 0;
    }
  }

  .form_container {
    border: 3px solid var(--color-blue4);
    margin-bottom: 5px;
  }

  .form_select_container_narrow_form {
    margin-bottom: 12px;
    width: 92%;

    @media (min-width: 767px) and (max-width: 1178px) {
      width: 94%;
    }

    @media (max-width: 527px) {
      width: 91%;
    }
  }

  .paragraphLinks {
    H2 {
      display: inline;
      letter-spacing: 0;
      line-height: 1.000em;

      & + .h4 {
        clear: both;
        line-height: 1.000em;
        margin-bottom: 5px;
      }
    }

    DIV > SPAN.h4 {
      display: inline;
    }

    SPAN.h4 {
      margin-top: 0;
    }
  }

  & + H1, & + .h1 {
    padding-left: 3%;
  }

  .call_to_action {
    margin-bottom: 50px;
    margin-top: 35px;
    text-align: center;

    A {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  .sales_contact {
    margin-top: 30px;
  }

  .fail_safe_ccpa {
    margin-top: 30px;
  }
}

.online_credit_report {
  padding-top: 40px;
  .span8 {
    display: inline-block;

    H1 {
      cursor: pointer;
      display: inline;
      margin-bottom: 20px;
    }

    .arrow--large--right--orange.hidden-desktop.hidden-tablet {
      cursor: pointer;
      margin-left: 9px;
    }

    #lcslide {
      clear: both;
      float: left;
      font-size: 0.875em;
    }

    .overview_container {
      H2 {
        clear:both;
        display:inline;
        margin-top: 20px;
      }

      P {
        clear: both;
        margin-top: 15px;
      }

      .row-fluid {
        margin-top:10px;

        .span4 {
          width:128px;
        }

        .span8 {
          margin-left:0;
          P {
            display:inline
          }
        }
      }
    }
  }

  .span4.paragraphLinks {
    padding-left: 5%;
    text-align: left;
  }

  #yourAccounts + .row-fluid {
    H2 {
      display: inline;
    }

    .creditToolTip {
      display: inline;
      float: none;
      padding-left: 10px;
    }
  }

  #otherInformation + HR {
    margin: 10px 0 30px 0;
  }

  .suppressedInquiries {
    #ShowMore_inquiryDisputeDates {
      display: none;
    }
    margin-top: -22px;
    .more_inquiryDisputeDates {
      font-weight: bold;
      color: var(--color-blue4);
      cursor: pointer;
    }
    .customerName_end-user {
      font-weight: bold;
      font-size: 13px;
      .dateClosed {
        font-style: italic;
        font-weight: normal;
      }
    }
  }

  .create_account_box {
    border: solid #15B630;
    border-radius: 7px;
    margin: 20px 0;
    padding: 10px 5px;
    text-align: center;

    P {
      font-size: 0.9375em;
      margin: 0;
    }
  }

}

.online_credit_report--readonly-link {
  color: var(--color-blue4) !important;
}

.online_credit_report--readonly-text {
  padding-top: 10px;
}

.credit_report_request {
  .not_found {
    margin-bottom: 20px;
    P {
      margin: 0;
    }
  }

  .order_by_mail {
    P {
      display: inline;
    }

    margin-top: 20px;
    margin-bottom: 20px;
  }

  .progressbar {
    margin-top: 30px;
  }

  .minor_message {
    margin-top: 10px;
  }

  .tooltiptext {
    font-size: 11px;
    font-style: italic;
  }
}

.additionalAuthenticationNeeded {

  .title {
    font-size: 18px;
    margin-top: 0;
  }
  .sideIcon {
    display: inline;
    float: left;
    min-width: 30px;
    max-width: 50px;
    margin: 0 5px 4px 0;

    IMG {
      height: 15px;
      max-height: 30px;
    }
  }

  .iconText {
    .signinbtn {
      margin-top: 20px;
      margin-bottom: 10px;
    }
    a {
      color: #fff;
    }
  }

  .add_margin_left {
    margin-left: 35px;

    .toolTipText {
      display: inline;
    }

    .infoCircle {
      margin-left: 0;
    }

    .creditToolTip {
      color: #1a2d61;
    }

    .creditToolTip > span{
      width: 500px;
      margin-left: 5px;
      @media (min-width: 767px) and (max-width: 1178px) {
        width: 30%;
      }

      @media (max-width: 527px) {
        width: 50%;
      }
    }
  }
}

.additionalAuthenticationNeeded {

  .title {
    font-size: 18px;
    margin-top: 0;
  }
  .sideIcon {
    display: inline;
    float: left;
    min-width: 30px;
    max-width: 50px;
    margin: 0 5px 4px 0;

    IMG {
      height: 15px;
      max-height: 30px;
    }
  }

  .iconText {
    .signinbtn {
      margin-top: 20px;
      margin-bottom: 10px;
    }
    a {
      color: #fff;
    }
  }

  .add_margin_left {
    margin-left: 35px;

    .toolTipText {
      display: inline;
    }

    .infoCircle {
      margin-left: 0;
    }

    .creditToolTip {
      color: #1a2d61;
    }

    .creditToolTip > span{
      width: 500px;
      margin-left: 5px;
      @media (min-width: 767px) and (max-width: 1178px) {
        width: 30%;
      }

      @media (max-width: 527px) {
        width: 50%;
      }
    }
  }


}

.slide_height {
  height: 220px !important;
}

.credit_report_table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;

  tr {
    td {
      &:first-child {
        font-weight: bold;
        width: 50%;
      }
      border-bottom: 1px solid #eaeaea;

      &.credit_report_bottom_border--thick {
        border-bottom: 3px solid #aeaeae;
      }

      &.credit_report_bottom_border--none {
        border-bottom: none;
      }
    }

    &:last-child td {
      border-bottom: none;
    }
  }
  &.changes {
    border-collapse: separate;
    border-spacing: 0 5px;
    font-size: 0.8em;
    tr {
      td {
        &:first-child {
          font-weight: normal;
          width: 33%;
          @media (min-width: 527px) and (max-width: 767px) {
            width: 50%;
          }
          @media (max-width: 527px) {
            width: 50%;
          }
        }

        &:last-child {
          @media (min-width: 527px) and (max-width: 767px) {
            width: 50%;
          }
          @media (max-width: 527px) {
            width: 50%;
          }
        }

        border-bottom: 1px solid #aeaeae;

        &.credit_report_bottom_border--thick {
          border-bottom: 3px solid #aeaeae;
        }

        &.credit_report_bottom_border--none {
          border-bottom: none;
        }
      }

      &:last-child td {
        border-bottom: none;
      }
    }
  }
}

#popFromTopMessage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  padding: 10px;
  background: var(--color-background-orange1);
  font-family: arial, sans-serif;
  color: var(--color-background-white1);
  font-size: 1em;
  font-weight: bolder;
  z-index: 100000;

  a {
    color: black;
    font-weight: bold
  }

  span {
    font-weight: bold
  }
}

.innovis_icon {
  max-height: 25px;
  vertical-align: middle;
}

.innovis_icon--sub {
  vertical-align: sub;
}

/* Original from bootstrap.css to keep the .h* classes similar */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  /* text-rendering: optimizelegibility; */
}

.h1 {
  display: block;
  letter-spacing: normal;
  font-size: 1.500em;
  line-height: 1.250em;
  font-weight: bold;
}

.h2 {
  display: block;
  font-size: 1.125em;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.25em;
  letter-spacing: -1px;
}

.h3 {
  display: block;
  font-size: 1em;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.25em;
}

.h4 {
  display: block;
  font-size: 0.9em;
  margin: 10px 0;
  font-weight: bold;
  line-height: 1.25em;
}

.contact_header {
  font-weight: bold;
  clear: both;
  line-height: 1.000em;
  margin: 10px 0 5px 0;
}

.ica_phone, .optOutPhone {
  color: var(--color-blue4);
  display: inline;
  font-weight: bold;
  margin-right: -3px;
}

.ica_phone--big {
  font-size: 1.5em;
}

H1, H2, H3, .h1, .h3, .h4, .sub_header {
  & + HR {
    margin-top: 5px;
  }
}

.sub_header {
  display: block;
  font-size: 1.12em;
  margin: 0;
  font-weight: bold;
}

.header_line {
  margin-top: 0;
}

.informational_padding {
  padding-right: 10%;
}

.fieldSet {
  border: none;
  padding-left: 0;

  LEGEND {
    font-size: 0.813em;
  }
}

.zero_margin_top {
  margin-top: 0;
}

.zero_padding {
  padding: 0;
}

.zero_margin_bottom {
  margin-bottom: 0;
  line-height: normal;
}
.minus_margin_bottom{
  margin-bottom: -20px;
}
.add_margin_bottom {
  margin-bottom: 10px;
}
.add_margin_top {
  margin-top: 10px;
}
.privacy_link {
  float: right;
}

a.blue_link, .privacy_link {
  color: var(--color-blue4) !important;
}

.radio_required_container {
  margin: 5px 0 5px 13px;
}

.innovis_address {
  DD {
    margin-left: 0;
  }
}

.innovis_mail {
  color: var(--color-blue4);
  font-size: 1.2em;
}

.innovis_pdf {
  text-decoration: none !important;
}

.business_overview {
  padding: 30px 4%;

  P {
    padding: 10px 0;
  }

  .h1 {
    color: var(--color-background-blue6);
  }
}

.business_overview_welcome {
  H1 {
    padding-top: 30px;
    line-height: 1.12em;
  }

  P {
    padding-right: 1%;
  }
}

.business_page {
  & + H1, & + .h1 {
    padding-left: 3%;
  }

  .headingText {
    padding-bottom: 10px;
  }
}

.request_information {
  .signinbtn {
    margin-top: 0;
  }

  .arrow--right--white {
    margin-left: 3px;
  }
  #commentsError{
    color: red;
    float: right;
    font-size: 13px;
    text-indent: -290px;
  }
}

.receivables_management {
  .headingText {
    padding-bottom: 10px;
  }
}

#contactEmailLabel {
  margin-right: 25px;
}

.training_videos {
  .half_box {
    border: none;
  }
}

.case_id {
  color: var(--color-blue4);
  font-weight: bold;
  font-size: 1.5em;
}

.investigation_confirmation, .upload_files_confirmation {
  .trade_details {
    padding-left: 20px;
  }
  .attachment_details {
    padding-top: 20px;
    padding-left: 20px;
  }

  P {
    margin: 0;
  }
  .innovis_email {
    color: var(--color-blue4);
    font-weight: bold;
  }
  .h3 {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 20px;
  }
}
.innovis_fax {
  color: var(--color-blue4);
  font-weight: bold;
  white-space: nowrap;
  word-break: keep-all;
}

.investigation_request, .investigation_request_human_trafficking_block {
  .mobile_indent {
    margin-left: 10px;
  }

  .form_error_header{
    color:red;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent:45px;
  }

  padding-left: 0;

  .browsebtn {
    margin-right: 25px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    height: 50px;
    width: 110px;
    padding-left: 10px;
    background: #959595;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF959595', endColorstr='#FF626364');
    background: -ms-linear-gradient(top, #959595 0%, #626364 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #959595), color-stop(100%, #626364));
    background: -webkit-linear-gradient(top, #959595 0%, #626364 100%);
    background: -moz-linear-gradient(top, #959595 0%, #626364 100%);
    background: -o-linear-gradient(top, #959595 0%, #626364 100%);
    background: linear-gradient(top, #959595 0%, #626364 100%);
    box-shadow: -0.5px 0.866px 1px rgba(0, 0, 0, 0.35);
    pointer-events: none;
  }
  .browsebtn:hover {
    background: #626464;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF626464', endColorstr='#FF4F4F4F');
    background: -ms-linear-gradient(top, #626464 1%, #4F4F4F 71%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #626464), color-stop(71%, #4F4F4F));
    background: -webkit-linear-gradient(top, #626464 1%, #4F4F4F 71%);
    background: -moz-linear-gradient(top, #626464 1%, #4F4F4F 71%);
    background: -o-linear-gradient(top, #626464 1%, #4F4F4F 71%);
    background: linear-gradient(top, #626464 1%, #4F4F4F 71%);
    box-shadow: -0.5px 0.866px 1px rgba(0, 0, 0, 0.35);
  }
  .browsebtn:active {
    background: #4F4F4F;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4F4F4F', endColorstr='#FF212121');
    background: -ms-linear-gradient(top, #4F4F4F 40%, #212121 99%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4F4F4F), color-stop(99%, #212121));
    background: -webkit-linear-gradient(top, #4F4F4F 40%, #212121 99%);
    background: -moz-linear-gradient(top, #4F4F4F 40%, #212121 99%);
    background: -o-linear-gradient(top, #4F4F4F 40%, #212121 99%);
    background: linear-gradient(top, #4F4F4F 40%, #212121 99%);
  }

  H1 {
    display: inline;
  }
  H2 {
    margin-bottom: 0;
  }
  #accountError {
    color: red;
    margin-left: 10px;
    font-style: normal;
  }
  .form_error_summary {
    display: none;
  }
  #commentsDiv.error_icon_container {
    float: left;
  }
  .table {
    padding-bottom: 20px;
  }

  .form_field_label {
    margin-bottom:0;
  }

  #listError {
    color: red;
    margin-left: 10px;
    font-style: normal;
  }

  #nDiv {
    display:block;
  }

  .padding_top {
    padding-top: 20px;
  }

  #attachmentsError {
    color: red;
    margin-left: 10px;
    font-style: normal;
  }

  #fileInputs {
    DIV {
      display: block;
      overflow: hidden;
      margin-top: 10px;

      LABEL {
        display: inline-block;

        BUTTON {
          pointer-events:none;
        }

        P {
          display: inline;
          font-size: 1.250em;
        }

        IMG {
          display: none;
          margin-left: 10px;
          max-width: none;
          vertical-align: middle;
        }

        INPUT {
          width: 0;
          opacity: 0;
        }
      }
    }
  }

  .additional_information {
    margin-top: 20px;
    P {
      margin-bottom: 0;
    }

    LABEL {
      font-size: 1em;
    }

    SPAN {
      color: red;
      margin-left: 10px;
      font-style: normal;
    }
  }

  .error_img {
    margin-right: 3px;
    vertical-align: middle;
  }

  #javascriptHeaderErrorsUpperDiv {
    display: block;
  }

  .dispute_contact_preference {
    margin-bottom: 30px;
    margin-top: 30px;

    .sectionTitle.form_field_label {
      margin-left: 0;

      .error_icon_container {
        margin-left: -45px;
      }
    }
  }

  .fieldSet {
    padding-left: 45px;
  }

  .dispute_action {
    A {
      padding-left: 5%;
    }
  }

  .errorMessage {
    letter-spacing: normal;
  }
}

.investigation_request_human_trafficking_block {
  .fieldSet {
    padding-left: 0;

    #emailContainer, #addressContainer {
      margin-top: 10px;

      .form_field_label, .form_input_container, .form_select_container {
        margin-left: 27px;

        @media (max-width: 527px) {
          margin-left: 10px;
        }
      }

      .form_select_container {
        margin-bottom: 10px;
      }

      LABEL {
        font-size: 1em;
      }
    }

    #addressContainer {
      .error_icon_container {
        width: 28px;
        background-position: 0 5px;
      }

      @media (max-width: 527px) {
        .form_input_container_error {
          margin-left: 10px;

          .error_icon_container {
            display: none;
          }
        }
      }

    }
  }

  .dispute_human_trafficking_contact_preference {
    margin-bottom: 30px;
    .form_field_label, .form_input_container, .form_select_container {
      margin-left: 0
    }
    INPUT, SELECT {
      &[disabled], &[readonly] {
        background-color: var(--color-gray11);
      }
    }
  }
}

.display {
  display: block !important;
  opacity: 1 !important;
}

.hide {
  display: none;
  &.important {
    display: none !important;
  }
}

.display_inline {
  display: inline !important;
}

.error_header {
  color: red;
}


.finish_setup_container {
  margin-top: 30px;
  & > DIV {
    margin-bottom: 10px;
  }

  .form_input_container_under_text {
    width: auto;
  }

  .signinbtn {
    margin-right: 5%;
    padding-right: 20px;
  }
}

.other_solutions {
  padding-left: 3%;
}

.online_security_freeze {
  .span12 {
    .thick_border_box_indent, .thick_border_box_90_percent {
      HR {
        margin-top: 10px;
      }
    }

    .clear_both {
      clear: both !important;
    }

    .radio_container {
      clear: left;
      margin-top: 5px;

      .radios {
        clear: left;

        LABEL {
          padding-top:10px;
        }

        span.error_message {
          white-space: normal;
        }

        .row-fluid {
          .span11.indented_form_container {
            max-width: 510px;

            .short_width {
              INPUT {
                width:114px;
              }
            }
          }
        }
      }
    }
  }

  .headerErrorMessage {
    margin: 5px 0 10px 13px;
  }

  .fieldSet {
    padding-left: 20px;
  }
}

.credit_report_fees {
  color: var(--color-orange1);
}

#deliveryMethodErrorContainer {
  float: left;
  width: 300px;

  .header_error_message {
    DIV {
      float: left;
    }
  }

  .header_error {
    font-size: 0.8em;
  }

  .header_info {
    color: var(--color-blue5);
  }

  .header_error_message {
    DIV {
      margin-top: -80px;

      :last-of-type {
        margin-left: 25px;
      }
    }
  }
}

.attachment_upload_results {
  color: red;
}

.disputes_overview {
  .span2 {
    width: 62px;
  }

  .span10 {
    margin-left: 0;

    P {
      display: inline;
    }
  }
}



#currentPasswordDiv {
  display: block;

  .thick_border_box_indent, .thick_border_box_90_percent {
    margin-top: 30px;
    width: 90%;
  }

  .span6 {
    margin-left: 0;

    LABEL {
      font-weight: bolder;
    }
  }
}

.receive_dispute_mail_correspondence {
  margin: 5px 0 5px 13px;
}

.fraud_active_duty_alerts_details {
  H2 {
    display: inline;
  }

  P {
    margin-top: 15px;
  }

  A {
    .remove_icon {
      margin: -5px 0 0 5px;
    }

    .add_icon {
      margin-top: -5px;
    }
  }
}

.fraud_active_duty_alerts_details--buttons {
  FORM {
    display: inline-block;

    @media (max-width: 527px) {
      display: block;
    }

    &:nth-child(2) {
      BUTTON {
        margin-left: 20px;

        @media (max-width: 527px) {
          margin-left: 0;
          margin-top: 20px;
        }
      }
    }
  }
}

.fraud_active_duty_alerts_overview {
  margin-top: 15px;

  .span4 {
    width: 175px !important;
  }

  .span8 {
    margin-left: 0;
    margin-top: 15px;

    P {
      display: inline;
    }
  }
}
.fraud_active_duty_alerts_confirmation {
  .needsProof {
    color:#D31F39;
    font-size:22px;
    font-weight: bold;
    font-family: Arial, serif;
  }
  .size14{
    font-size:14px;
    font-family: Arial, serif;
  }
  .size16{
    font-size:16px;
    font-family: Arial, serif;
  }
  .fraud-action {
    font-size:10px;
    A {
      padding-left: 5%;
      padding-top:2%;
      display: inline-block;
    }
    .signinbtn {
      margin-top:0;
      margin-bottom:5px ;
    }
    margin-top: 20px;
    margin-bottom:40px;
  }
  H1 {
    color: red;
  }

}

#changeSecretDiv {
  LABEL {
    .secret_answer {
      margin-top: 10px;
    }
  }
}

.inquires_label {
  margin: 0;
  text-decoration: underline;
}

.inquiry_container {
  .paragraphLinks {
    cursor: pointer;
    margin: 5px 0 0 0;
  }

  DIV {
    margin: 0;
  }

  .hide_details {
    display: none;
  }

  .margin_top {
    margin-top: 5px;
  }
}

.inquiry_customer_contact {
  display: inline-block;
  width: 40%;

  P {
    margin: 0;
  }
}

.inquiryDispute {
  .inquiryDisputeError {
    float: left;
    color: red;
    margin-top: 35px;
  }
  .inquiryDisputeErrorMessage {
    float: left;
    color: red;
  }
  .dispute_contact_preference {
    margin-bottom: 30px;
    margin-top: 30px;

    .sectionTitle.form_field_label {
      margin-left: 0;

      .error_icon_container {
        margin-left: -45px;
      }
    }
  }
  .dispute_action {
    A {
      padding-left: 5%;
    }
  }
}

.furnisher_title {
  font-size: 1.125em;
  margin-bottom: 5px;
}

.inquiryListContainer {
  overflow: auto;
  max-height: 8.5em;
  margin-top: -5px;
  margin-bottom: 6px;
  max-width: 100%;
  letter-spacing: normal;

  .inquiryList {
    max-width: 7em;
    min-width: 7em;
    margin-left: 3%;
    display: inline-flex;
    font-size: 1em;
  }
  @media only screen and (max-width: 600px) {
    /* For mobile phone: */
    .inquiryListContainer {
      overflow: auto;
      max-height: 9.1em;
      max-width: 16em;
      margin-left: 0.5em;
    }
    .inquiryList{
      margin-left:0.5em;

    }
    .inquiryDisputeErrorMessage {
      float: left;
    }
  }
}

#desktopLearningCenterMenu {
  margin-bottom: 20px;

  /* The background wasn't covering the longest link */
  LI > A {
    width: 115%;
  }
}

.learning_center_mobile_menu {
  height: 100% !important;
}

.other_names {
  .label {
    margin: 0;
    text-decoration-line: underline;
  }

  P {
    margin: 0
  }
}

.other_addresses {
  .label {
    margin: 0;
    text-decoration-line: underline;
  }

  P {
    margin: 0;
  }
}

.other_birth_dates, .other_phone_numbers, .other_ssns {
  .label {
    margin: 0;
    text-decoration-line: underline;
  }

  P {
    margin: 0;
  }
}

.no_other_consumer_info {
  P {
    margin-top: 20px;
  }
}

.payment_history {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  .span2 {
    width: 120px;
  }

  .span1 {
    P {
      margin: 20px 0 0 0;
    }
  }
  .row-fluid {
    @media (min-width: 1178px) {
      width: 600px;
    }
    @media (min-width: 767px) and (max-width: 1178px) {
      width: 300px;
      margin-left: 20%;
    }
    @media (min-width: 527px) and (max-width: 767px) {
      width: 310px;
      margin-left: 25%;
    }

    @media (min-width:912px) and (max-width:1024px){
      width: auto;
      margin-left:0;
      .payHistoryBar, .payHistoryBarLate, .payHistoryBarDerog, .payHistoryNone {
        height: 30px;
        width: 30px;
      }
    }
    @media (max-width: 527px) {
      width: 300px;
      margin-left: 8%;
    }
  }
  .years {
    font-weight: bold;
    float: left;
    margin-top: 8px;
    width: 35px;
    @media (min-width:912px) and (max-width:1024px){
      margin-top: 0px;
      width: 20px;
    }
  }

  .payHistory_title {
    color:#168AE6;
    font-weight: bold;
  }

  .container{
    width: 60px;
    min-height: 25px;
    background: white;
    border-radius: 5px;
    margin-top: -38px;
    margin-left: -18px;
    font-size: 8px;
    padding: 0px 5px 1px 5px;
  }

  a.mobile-legend {

    font-size: 0.85em;
    font-weight: normal;
    P {
      color: white;
    }
    cursor: default;
    .toolTip {
      display: none;
    }
    .toolTip:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid white;
      position: absolute;
      top: 100%;
      margin-left: -10px;
    }
  }

  a.mobile-legend:hover {

    .toolTip {
      display: inline-block;
      position: absolute;
      vertical-align: center;
      line-height: 2.2;
    }

  }
}

.payment_history_legend {
  margin: 0 0 10px 0;

  .span4 {
    margin:0;
    max-width: 265px;

    .gridCode_description {
      margin-left: 40px;
      margin-top: 6px;
    }
  }
  .payHistoryBox {
    margin-bottom: 10px;
  }

  .row-fluid {
    @media (min-width:912px) and (max-width:1024px){
      margin-left: 0;
      width: auto;
    }
  }
}

.personal_statements_overview {
  .row-fluid {
    margin-top: 15px;

    .span4 {
      width: 140px !important;
    }

    .span8 {
      margin-left: 0;

      P:first-of-type {
        margin-top: 0 !important;
      }

      P {
        display: block !important;
      }
    }
  }
}

.personal_statement_details {
  H2 {
    display: inline;
  }

  P {
    margin-top: 15px;
  }
}

.dispute_inaccurate_info {
  p {
    margin: 0;
  }

  .creditReportbtn {
    margin-top: 40px;
  }
}

.security_freezes_overview {
  .row-fluid {
    margin-top: 15px;

    .span4 {
      width: 115px;
    }

    .span8 {
      margin-left: 0;

      P {
        margin-bottom: 0;
      }
    }
  }
}

.security_freeze_details {
  H2 {
    display: inline;
  }

  .margin_top {
    margin-top: 15px;
  }

  A {
    .remove_icon {
      margin: -5px 40px 0 5px;
    }

    .lift_icon {
      margin: -5px 0 0 5px;
    }

    .add_icon {
      margin-top: -5px;
    }
  }
}

.trades {
  #showHide, #dsktop_showHide {
    cursor: pointer;
    float: right;
    padding-bottom: 20px;
  }
  .clear_both {
    clear: both;
  }
}

.trade {

  .trade_desktop_container {
    display: grid;
    gap: 0;
    width: 100%;

    .grid-item {
      height: auto;
      font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    }

    .preview_details {
      .trade_preview_table {
        width: 100%;
        border-collapse: collapse;

        & th, & td {
          text-align: left;
          padding-left: 10px;
        }

        .space {
          height: 2px;
          background-color: white;
        }

        .labels {
          height: 38px;
          background-color: #168AE6;
          font-size: 12px;
          font-weight: bold;
          line-height: 40px;
          color:white;
          @media (min-width: 767px) and (max-width: 1178px) {
            font-size: 11px;
            line-height: 15px;
          }
        }

        .hidden-labels {
          font-size: 12px;
          line-height: 0;
          visibility: hidden;
          @media (min-width: 767px) and (max-width: 1178px) {
            font-size: 11px;
          }
        }

        .status_bar {
          height: 4px;
          &.positive {
            background-color: var(--color-border-green1);
          }

          &.negative {
            background-color: var(--color-border-red1);
          }
        }

        .infos {
          height: 80px;
          padding-top: 35px;
          background-color: #eaeaea;
          font-weight: bold;
          font-size: 13px;
          @media (min-width: 767px) and (max-width: 1178px) {
            font-size: 12px;
          }
          .item {
            display: inline-block;
            height: auto;
            width: auto;
            font-size: 1.1250em;
            color: #333333;
          }

          .creditorName {
            margin-left:0;
            .name {
              margin-top: 15px;
              font-size: 15px;
              font-weight: bold;
              color: #168AE6;
              display: flex;
              @media (min-width: 767px) and (max-width: 1178px) {
                font-size: 14px;
                line-height: 14px;
              }
            }

            .account_as_of {
              line-height: 0;
              font-size: 14px;
              font-weight: normal;
              color: #333333;
              display: flex;
              @media (min-width: 767px) and (max-width: 1178px) {
                font-size: 12px;
                line-height: 14px;
              }
            }
          }

          .statusIcon {
            margin-left: 10%;
            width: 20px;
            color: #333333;
          }

          .warning_icon {
            margin-top: 20px;
            margin-left: -20px;
            cursor: pointer;
            .image {
              display: inline-block;
            }
          }

          a.status_toolTip {
            cursor: default;
            .toolTip {
              height: auto;
              width: 130px;
              line-height: 12px;
              background-color: white;
              z-index: 10;
              display: none;
            }
          }

          .status_toolTip:hover {
            .toolTip {
              display: inline-block;
              position: absolute;
              margin-left: 1%;
              & p {
                font-size: 10px;
                font-weight: bold;
                margin-left: 5px;
                margin-bottom: 0;
              }

              & span {
                font-size: 10px;
                margin-left: 5px;
                margin-top: -10px;
                color: #aeaeae;
              }
            }
            .negative_account {
              border: solid 2px #ce0e2d;


              & p {
                color: #ce0e2d;
              }
            }

            .dispute_in_progress {
              border: solid 2px darkblue;

              & p {
                color: darkblue;
              }
            }

            .dispute_completed {
              border: solid 2px #08be0e;

              & p {
                color: #08be0e;
              }
            }

          }
        }

      }
    }

    .full_details {
      font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
      border: solid 2px #eaeaea;
      .trade_data {
        display: grid;
        grid-template-columns: auto auto auto auto auto 22%;

        .trade_attributes {
          grid-column: 1 / 6;
          grid-row: 1;
          border-bottom: solid 1px #eaeaea;
          margin-left: 10px;
          margin-right: 10px;
          height: min-content;

          & table {
            display: inline-block;
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;

          }

          & table, & th, & td {
            border-collapse: collapse;
          }

          & th, & td {
            text-align: left;
            font-size: 13px;
            padding-right: 26px;
            padding-bottom: 0px;
            text-decoration: none;
            color: #333333;
          }

          .attributeValue {
            font-weight: bold;
          }
        }

        .trade_narratives_and_paymentGrid {
          grid-column: 1 / 5;
          grid-row: 2;
          margin-left: 10px;
          margin-top: 20px;
          width: 97%;

          .narratives, .statement, .original_creditor{
            font-size: 14px;
            color: #333333;
            @media (min-width: 767px) and (max-width: 1178px) {
              font-size: 0.9375em;
            }
          }

          .investigation_completed {
            border: solid 2px #08be0e;
            border-radius: 3px;
            margin-bottom: 10px;
            .table_border {
              border-bottom: solid 1px #08be0e;
            }

            .completion_table {
              width: 100%;
              .status {
                padding-top: -10%;
                border-right: solid 1px #08be0e;
                color:#08be0e;
                .title {
                  font-weight: bold;
                  font-size: 18px;
                }
                .as_of {
                  font-size: 8px;
                }
              }

              .dispute_text  {
                padding-top: 10px;
                margin-top: 10px;
                font-size: 18px;
              }
            }
            @media (min-width: 767px) and (max-width: 1178px) {
              width: 97%;
            }
          }

          .no_payment_history {
            height: 250px;
            width: 500px;
            text-align: center;
            vert-align: middle;
            margin-left: 13%;


            P {
              line-height: 9;
              font-size: 1.5625em;
              color: #eaeaea;
              margin: auto;
            }
            @media (min-width: 767px) and (max-width: 1178px) {
              height: 160px;
              width: 300px;
              margin-left: 15%;
              padding-bottom: 15%;
              P {
                padding-bottom: 5%;
                font-size: 1.2500em;
              }
            }
          }

        }

        .trade_contact_infos {
          grid-column: 6 / 6;
          grid-row: 1 / span 3;
          border-left: solid 1px #eaeaea;
          position: relative;
          margin: 0 auto;
          padding: 5%;

          .sideItem {
            display: block;
            width: 100%;
            height: auto;
          }


          .contact_info {
            @media (min-width: 767px) and (max-width: 1178px) {
              width: 90%;
            }

            .trade_contributor_contact {

            }
            .trade_personal_information {

              .address {
                height: fit-content;
                display: block;
                .address-label {
                  width: 50px;
                  font-weight: bold;
                }
                .address-data {
                  width: min-content;
                  margin-left: 55px;
                  margin-top: -20px;
                }
              }
            }
          }

          .account_status {
            .investigation_in_progress {
              width: 93%;
              border: solid 1px darkblue;
              border-radius: 2px;
              margin-left: 0%;
              @media (min-width: 767px) and (max-width: 1178px) {
                width: 90%;
              }
              padding: 5px;
              font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;

              & h3 {
                font-size: 16px;
                color: darkblue;
                line-height: 20px;
              }

              & h4 {
                font-size: 0.7500em;
                color: darkblue;
                font-weight: normal;
                line-height: 3px;

              }

              & h5 {
                font-size: 13px;
                font-weight: normal;
                margin-top: 20px;
                color: #333333;
              }

              & p {
                font-size: 13px;
                color: #333333;
              }
            }

            .negative {
              width: 160px;
              @media (min-width: 767px) and (max-width: 1178px) {
                width: 90%;
              }
              border: solid 1px #aeaeae;
              border-radius: 2px;
              padding: 5px;

              & h3 {
                font-size: 16px;
                color:#ce0e2d;
                margin-top: 0;
                margin-bottom: 0;
              }

              & p {
                font-size: 13px;
                color:#333333;
              }
            }
          }

          .trade_btn {
            height: 90px;
            font-size: 0.813em;
            .inaccuracies {
              bottom: 0;
              margin-bottom: 60px;
              position: absolute;
              font-style: italic;
              margin-left: 10%;

              @media (min-width: 767px) and (max-width: 1178px) {
                margin-left: 17%;
              }
            }
            .creditReportbtn {
              @media (min-width: 1023px) and (max-width: 1025px) {
                margin-left: 10%;
              }
            }
            & button {
              bottom: 0;
              position: absolute;
              margin-bottom: 20px;
              font-size: 14px;
              font-family: "Century Gothic", "Didact Gothic", Arial, sans-serif;
              font-weight: bold;
              color: #FFFFFF;
              background-color:#168AE6;
              padding: 8px 20px 8px 20px;
              border-radius: 5px;
              border: none;
              margin-left: 10%;

              @media (min-width: 767px) and (max-width: 1178px) {
                margin-left: 0;
                font-size: 12px;
              }
            }

            & button:hover {
              background-color:#1879c1;
            }
          }
        }
      }

    }

  }

  .trade_mobile_container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;

    .grid-item {
      grid-column: 1 / span 12;
      height: auto;
      width: 100%;
      font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    }

    .trade-status_bar {
      height: 3px;
      &.positive {
        background-color: var(--color-border-green1);
      }

      &.negative {
        background-color: var(--color-border-red1);
      }
    }

    .trade_infos {
      padding-top: 35px;
      background-color: #eaeaea;

      & p {
        margin-left: 30px;
        margin-top: 0;
      }

      & div {
        margin-top: -25px;
      }

      .name {
        font-size: 20px;
        font-weight: bold;
        color: #168AE6;
      }

      .account_as_of {
        font-size: 14px;
        font-weight: normal;
        color: #333333;
        line-height: 5px;
      }

      .account_number {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 35px;
        color: #333333;
      }
    }

    .trade_account_status {

      .investigation_in_progress {
        margin-left: 30px;
        & h3 {
          font-size: 16px;
          color: darkblue;
          line-height: 20px;
        }

        & h4 {
          font-size: 14px;
          color: darkblue;
          font-weight: normal;
          line-height: 3px;

        }

        & h5 {
          font-size: 14px;
          font-weight: normal;
          margin-top: 20px;
          color: #333333;
        }

        & p {
          font-size: 14px;
          color: #333333;
        }

        & h3, & h4, & h5, & p {
          margin-right: 10px;
        }
      }

      .investigation_completed {
        margin-left: 30px;
      }

      .negative_account {
        margin-left: 30px;
        & h3 {
          font-size: 16px;
          color:#ce0e2d;
          margin-top: 0;
          margin-bottom: 0;
        }

        & p {
          font-size: 14px;
          color:#333333;
        }

        & h3, & h4, & h5, & p {
          margin-right: 10px;
        }
      }

    }

    .trade_attributes {
      .trade_attributes_table {
        margin-top: 10px;
        margin-left: 30px;
        width: 90%;

        & tr {
          width: 50%;
        }
        & th, & td {
          border-collapse: collapse;
          margin-right: 10px;
        }

        & th, & td {
          padding-bottom: 20px;
          padding-right: 5%;
          text-decoration: none;
          border-bottom: none;
        }

        & td {
          font-weight: normal;
          text-align: left;
          font-size: 15px;
        }

        & th {
          text-align: right;
          font-size: 15px;
        }
      }
    }

    .trade_narratives_statement {
      & h3 {
        font-size: 18px;
      }
      .narratives, .statement, .original_creditor {
        margin-left: 30px;
        color: #333333;
      }
    }

    .trade_contact_infos {
      .contact_info {
        .trade_personal_information, .trade_contributor_contact {
          margin-left: 30px;
        }
      }
    }
    .trade_narratives_and_paymentGrid {

      .dispute_history_none {
        margin-left: 8%;
      }
      .investigation_completed {
        width: 90%;
        margin-left: 5%;
        border: solid 2px #08be0e;
        border-radius: 3px;
        margin-bottom: 10px;
        .table_border {
          border-bottom: solid 1px #08be0e;
        }

        .completion_table {
          height: fit-content;
          width: 100%;
          .status {
            color:#08be0e;
            .title {
              font-weight: bold;
              font-size: 20px;
            }
            .as_of {
              font-size: 8px;
            }
          }
          td {
            display: block;
            margin-top: 10px;
            padding: 2%;
          }
          .completion_text {
            line-height: 1.5;
          }
        }

        .tradeDisputeChanges_table {
          width: 90%;
          margin-left: 3%;
          &.changes {
            border-collapse: separate;
            border-spacing: 0 5px;

            .no_bottom_border {
              td {
                border-bottom: none;
              }
            }

            tr {
              th {
                font-weight: normal;
                font-size: 1.2500em;
              }
              td {
                &:first-child {
                  font-weight: bold;
                  width: 100%;
                  @media (min-width: 527px) and (max-width: 767px) {
                    width: 100%;
                  }
                  @media (max-width: 527px) {
                    width: 100%;
                  }
                }

                &:last-child {
                  @media (min-width: 527px) and (max-width: 767px) {
                    width: 100%;
                  }
                  @media (max-width: 527px) {
                    width: 100%;
                  }
                }

                &.credit_report_bottom_border--none {
                  border-bottom: none;
                }
              }

              &:last-child td {
                border-bottom: none;
              }
            }
          }
        }

      }

      .trade_btn {
        .inaccuracies {
          font-style: italic;
          text-align: center;
        }
        & button {
          margin: 0 auto 15px auto;
          display: block;
        }
      }

      .no_payment_history {
        height: 150px;
        width: auto;
        text-align: center;
        vert-align: middle;

        P {
          line-height: 5;
          font-size: 1.2500em;
          color: #eaeaea;
          margin: auto;
        }
      }

      .payHistory_title{
        margin-left: 10%;
      }
      & button {
        font-family: "Century Gothic", "Didact Gothic", Arial, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        background-color:#168AE6;
        padding: 8px 20px 8px 20px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: none;
      }

      & button:hover {
        background-color:#1879c1;
      }
    }

    .trade_drop_down {
      height: 40px;
      background-color: #eaeaea;

      .blue-arrow-down, .blue-arrow-up {
        position: absolute;
        display: inline;
        margin-left: 40%;
        margin-top: 10px;
        border-radius: 2px;
      }
    }

  }
}


.trade_container {
  .reverse_bar {
    background-color: var(--color-blue4);
    cursor: pointer;

    H3 {
      line-height: .500em;
      margin-left: 3%;
    }

    P {
      display: inline;
      line-height: .500em;
      padding-left: 5px;
    }

    DIV {
      float: right;
      margin: 15px 15px 0 0;
    }
  }
}

.trade_contributor_contact {
  & h3 {
    color:#168AE6;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .name {
    font-weight: bold;
    margin-bottom: 0;
  }

  .address {
    margin-top: 0;
    P {
      margin: 0;
    }
  }

}

.tradeline_attribute {
  .margin_zero {
    margin: 0;
  }
}

.tradeline_disputes {
  .disputeLink {
    cursor: pointer;
    font-size: 1.000em;

    IMG {
      padding-right: 5px;
    }
  }

  FORM {
    BUTTON {
      margin-top: 10px;
    }
  }

  HR {
    margin: 10px 1% 20px -2%;
  }

  .dispute_history_none {
    P {
      display: inline;
      float: left;
    }
  }
}

.tradeline_dispute {
  /* Suppressed tradeline----> */

  .desktop {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;

    .grid-item {
      grid-column: 1 / span 12;
      height: auto;
      width: 100%;
    }

    .item {
      display: inline-block;
      height: auto;
      width: auto;
    }

    .tradeline_dispute_header {

      table {
        width: 100%;
        border-collapse: collapse;
        font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
        color: #333333;
        font-size: 13px;

        .header {
          height: 38px;
          background-color: #aeaeae;
          color: white;
        }

        .white_bar {
          height: 3px;
          background-color: white;
          padding: 0;
          margin: 0;
        }

        .data {
          background-color: #eaeaea;
          & td {
            padding-top: 10px;
            vertical-align: top;
          }

          .name {
            font-weight: bold;
          }
          .relevantInformation {
            max-width: 100px;
          }
          .status {
            max-width: 100px;
          }
        }
        .contact , .additional_doc{
          background-color: #eaeaea;
        }
        .address {
          width: 200px;
        }
        .additional_doc {
          font-size: 0.7500em;
        }

        & th, & td {
          text-align: left;
          padding-left: 10px;
        }




        & td {
          padding-bottom: 10px;
        }
      }


      .creditorName {
        margin-left: 10px;
      }

      .additionalInformation {
        position: absolute;
        margin-left: 5%;
      }

      .accountNumber {
        margin-left: 32.5%;
      }


      .dateInitiated {
        margin-left: 4%;
      }

      .status {
        margin-left: 4%;
      }


      .creditorName {
        position: absolute;
        margin-top: 25px;
        margin-left: 10px;
        .name {
          font-weight: bold;
          line-height: 0;
        }

        .account_as_of {
          font-size: 0.6875em;
          font-weight: normal;
        }
      }
    }



  }

  .mobile {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
    gap: 0;
    .grid-item {
      grid-column: 1 / span 12;
      height: auto;
      width: 100%;
      font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    }

    .item {
      P, SPAN {
        font-size: 1.0000em;
      }

      P {
        font-weight: normal;
      }
    }

    .tradeline_dispute_header {

      background-color: #aeaeae;
      padding-top: 10px;
      padding-bottom: 5px;
      P {
        font-size: 0.8750em;
        font-weight: bold;
      }

      .creditorName {
        margin-top: 10px;
        margin-left: 10px;
        .name {
          font-weight: bold;
          line-height: 0;
        }

        .account_as_of {
          font-size: 0.6875em;
          font-weight: normal;
        }
      }
    }

    .tradeline_dispute_infos {

      background-color: #eaeaea;

      .item {
        margin-left: 10px;
        font-weight: bold;
      }

      .contact {
        display: inline-block;
      }

    }

    .tradeline_additional_doc {

      background-color: #eaeaea;
      P {
        margin-left: 10px;
        font-size: 0.6875em;
        font-weight: normal;
      }
    }

  }

  /* Suppressed tradeline ends<---- */

  .disputeHistory {

    @media (min-width: 527px) and (max-width: 767px) {
      margin-left: 8%;
    }
    @media (max-width: 527px) {
      margin-left: 8%;
    }
  }

  .investigation_status {
    margin-top: 10px;
  }
}

.tradeline_dispute_changes {
  TH {
    font-weight: bold;
    text-align: left;
  }

  .mobile {
    padding-top: 10px;

    CAPTION {
      font-weight:bold;
      text-align: left;
    }

    #emptyRow {
      height: 40px;
    }
  }
  .tradeline_dispute_changes_table {
    border-collapse: collapse;
    width: 90%;
    margin-left: 25px;
    tr {
      td {
        &:first-child {
          font-weight: bold;
          width: 50%;
        }
        border-bottom: 1px solid #eaeaea;

        &.credit_report_bottom_border--thick {
          border-bottom: 3px solid #aeaeae;
        }

        &.credit_report_bottom_border--none {
          border-bottom: none;
        }
      }

      &:last-child td {
        border-bottom: none;
      }
    }
    &.changes {
      border-collapse: separate;
      border-spacing: 0 5px;
      font-size: 0.8em;
      tr {
        td {
          &:first-child {
            font-weight: normal;
            width: 33%;
            @media (min-width: 527px) and (max-width: 767px) {
              width: 50%;
            }
            @media (max-width: 527px) {
              width: 50%;
            }
          }

          &:last-child {
            @media (min-width: 527px) and (max-width: 767px) {
              width: 50%;
            }
            @media (max-width: 527px) {
              width: 50%;
            }
          }

          border-bottom: 1px solid #aeaeae;

          &.credit_report_bottom_border--thick {
            border-bottom: 3px solid #aeaeae;
          }

          &.credit_report_bottom_border--none {
            border-bottom: none;
          }
        }

        &:last-child td {
          border-bottom: none;
        }
      }
    }
  }
}

.trade_personal_information{
  & h3 {
    color:#168AE6;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .name {
    font-weight: bold;
    margin-bottom: 0;
  }

  .label {
    vertical-align: top;
  }

  .personal_content {
    margin-top: 0;
    padding-bottom: 10px;

    P {
      font-size: 0.813em;
      margin: 0;
    }

    .personal_info {
      height: fit-content;
      display: grid;
      grid-template-columns: 58px 1fr;
      .personal_info_label {
        font-weight: bold;
      }
    }
  }
}

.ie8Fix {
  color: var(--color-gray4);

  &.blue5 {
    color: var(--color-background-blue5) !important;
  }
}

.ie8Fix--arrow {
  color: var(--color-background-blue5);
  text-decoration: none;
  outline: none;
}

.disabled_link {
  pointer-events: none !important;
  text-decoration: none !important;
}

#find_consumer_body, #upload_documents_body, #upload_documents_confirmation_body {
  .hidden-phone.padding {
    padding-bottom: 70px;
  }

  .hidden-tablet.hidden-desktop {
    padding-bottom: 120px;
  }

  .form_input_container {
    padding-bottom: 15px;
  }
}

.more_information_necessary p {
  font-size: 1em;
}

#process_end_body, #not_available_body, #no_record_body {
  .pageTitleContainer {
    margin-bottom: 40px;
  }

  .pageSubTitle {
    margin-bottom: 0;
    line-height: 20px;
  }

  .message {
    font-weight: normal;
  }

  .h3.rorange {
    line-height: 20px;
  }
}

#not_available_body {
  UL {
    list-style-type: none;
    margin: 0;
  }

  .signinbtn {
    margin-top: 0;
  }
}

#account_setup_body {
  .padding {
    margin-bottom: 40px;
  }

  .pageSubTitle {
    margin-bottom: 0;
    line-height: 20px;
  }

  .tooltiptext {
    font-size: 11px;
    font-style: italic;
  }
}

.infoCircle, .infoCircle--small {
  font-family: monospace, Arial;
  display: inline-block;
  border-radius: 50%;
  color:  #fff;
  text-align: center;
  background: var(--color-blue4);
}

.infoCircle {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.infoCircle--small {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 75%;
}

.light_gray_background {
  background-color: var(--color-background-light-gray1) !important;;
}

A.light_gray_background {
  &, &:hover {
    background: none;
    background-color: var(--color-background-light-gray1) !important;
  }
}

[disabled], [readonly] {
  cursor: not-allowed !important;
}

.special_error_text {
  color: var(--color-red1);
}

#credit_report_online_verified_body {
  H3 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  H2 + .sub_message {
    margin-bottom: 20px;
  }

  & .signinbtn {
    margin-top: 40px !important;
    margin-bottom: 20px;
    width: 165px;

    &:last-of-type {
      margin-top: 0;
    }

    &.smaller_top_margin {
      margin-top: 2px;
    }
  }

  .dispute_options {
    margin-top: 40px;

    .resolution-link {
      color: var(--color-blue4) !important;
    }
  }
}

.further_assistance {
  margin-top: 40px;
}

.contactUs {
  .heading {
    .headingIcon, .lcHeadingIcon {
      .innovis_icon {
        height: 40px;
        margin-top: 4px;
      }
    }

    .sub_header_text {
      font-size: 0.9em;
    }
    margin-bottom: 45px;
  }

  .h3 {
    line-height: 20px;
    margin-top: 20px;
  }

  .caseId {
    color: var(--color-blue4);
    font-weight: 700;
  }

  .consumer_contact_container, .sales_contact_container {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);

    .inner_container_padding {
      margin: 5px;
      padding: 1px;
    }
  }

  .ica_address_container {
    margin-left: 10px;
  }

  .ica_phone_container {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .icap_phone {
    font-size: 16px;
  }

  .sales_phone, .ica_phone {
    color: var(--color-blue4);
    font-weight: bold;
  }

}

.about_page {

  background: url("/assets/aboutpage-5aef4679c7a5ecad8527391d6b96a0e4.jpg") no-repeat var(--color-background-white1);
  background-size: contain;

  @media (min-width: 527px) and (max-width: 767px) {
    background: var(--color-background-white1);
  }

  @media (max-width: 527px) {
    background: var(--color-background-white1);
  }

  H1, .h3, A {
    color: var(--color-blue4);
  }

  .business_name {
    color: var(--color-background-blue6);
    & + H1 {
      margin-top: 30px;
    }
  }

  .h3 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  @media (min-width: 1178px) {
    P:last-of-type {
      margin-bottom: 200px;
    }
  }
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;

  &.blue {
    border-color: #3881C3;
  }
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Terms of Use page */

.terms_of_use {

  P {
    font-size: 1em;
  }

  H1 {
    margin-bottom: 30px;
  }

  H2 {
    margin: 20px 0 10px 0;
  }

  OL {
    font-size: 1em;

    & > LI {
      margin: 0 0 15px 15px;
    }
  }

  A {
    overflow-wrap: break-word;
  }

  .first_paragraph {
    margin-bottom: 40px;
  }
}

/* dispute login signin */

.dispute_login {

  .box-container--shadow {
    padding-bottom: 2%;
  }

  .welcome-box--container {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .error_message_container {
    height: 42px;
  }

  .form_error_summary {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

/* Sign In Page */
.outer-box--container {
  padding-bottom: 5%;
}

.white-box {
  margin-top: 2% !important;

  @media only screen and (max-width: 767px) {
    margin-top: 5% !important;
  }
}

.inner-box--container {
  width: 100%;
}

.box-container--border {
  background: white;
  width: 70%;
  border: 1px solid rgba(185, 185, 186, 1);
  border-radius: 5px;
  margin: 0 auto;
}

.box-button {
  background-color: rgba(22, 138, 230, 1);
  color: white;
  width: 100%;
  padding: 1.9%;
  border-radius: 4px;
  margin-top: 1%;
  border: none;
  font-size: 18px;
  font-family: 'Century Gothic', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.welcome-box--container {
  padding-top: 6%;
  padding-bottom: 15px;
  text-align: center;
  line-height: 18px;
}

.error_message_container {
  height: 35px;

  .form_error_summary {
    text-align: center;
    padding-top: 15px;
    margin: 0px;

    @media only screen and (max-width: 767px) {
      padding-top: 10px;
    }
  }
}

.box-container--shadow {
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 5%;
  box-shadow: 3px 3px 3px rgba(170, 170, 170, 0.34901960);
}

.box-container {
  padding-bottom: 5%;

  @media only screen and (max-width: 767px) {
    padding-bottom: 10%;
  }
}

.action-box-container {
  text-align: center;
}

.action-box--auth {
  padding-top: 3%;
  padding-bottom: 4%;
  font-family: 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #505050;
  font-size: 14px;
  text-align: center;
}

.action-box--options {
  font-style: normal;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.949019607843137);
  text-align: center;
}

.input-username, .input-password {
  border-radius: 3px !important;
  height: 35px !important;
  margin-bottom: 4px !important;
}

.hr-demo {
  border: .5px solid #b9b9ba;
}

.reg-txt--larger {
  font-size: 24px;
}

.reg-txt--color {
  font-size: 18px;
}

.reg-txt--color, .reg-txt--larger {
  color: rgba(51, 51, 51, 0.949019607843137);
  line-height: 27px;
  font-kerning: normal;
  text-transform: none;
  font-family: 'Century Gothic Bold', 'Century Gothic', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.reg-txt--highlight {
  color: #D31F39;
  font-family: 'Century Gothic Bold', 'Century Gothic', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  text-transform: none;
  letter-spacing: normal;
}

.reg-txt__highlight--blue {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: var(--color-blue8) !important;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  font-kerning: normal;
}

.control-label {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #505050;
  float: left;
}

.forgot-text--blue {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: var(--color-blue8);
  float: right;
}

.required-username, .required-password {
  color: red;
  float: right;
  font-size: 13px;
}

.website_data_collection {
  p {
    font-size: 13.008px;
  }
  li {
    font-size: 16px;
  }
}

.state_privacy_laws_links {

  A {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.privacy_policy_notice {
  line-height:1.5;
  margin-top: 15px;
}

.privacy_policy_header{
  margin-top: -15px;
  margin-bottom: -10px;
}

.account_setup_terms_of_use {
  margin: 20px 0 -20px;
}

.sign_in_terms_of_use {
  margin: 12px 0 10px;
  text-align: center;
  font-size: 0.813em;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.sign_in_terms_of_use__highlight--blue {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: var(--color-blue8);
}

.website_data_collection_header {
  margin-bottom: -16px;
}

.confirmation {
  .button_container {
    display: flex;
    align-items: baseline;
    column-gap: 5%;
  }

  .return_to_credit_report {
    margin-top: 50px;
  }
}
.no_credit_information_message {
  border: 1px solid;
  padding: 10px;
}


.blue-arrow-down {
  display: inline-block;
  --r:2px; /* border radius */

  height: 20px;
  aspect-ratio: 2;
  --_g:calc(var(--r)/tan(22.5deg)) top var(--r),#000 98%,#0000 101%;
  -webkit-mask:
          conic-gradient(from 157.5deg at 50% calc(var(--r)/(3*sqrt(2) - 4) - 100%/tan(22.5deg)),#000 45deg,#0000 0)
          0 0/100% calc(100% - var(--r)/sqrt(2)) no-repeat,
          radial-gradient(var(--r) at 50% calc(100% - var(--r)*sqrt(2)),#000 98%,#0000 101%),
          radial-gradient(var(--r) at left  var(--_g)),
          radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #168AE6;
}

.blue-arrow-up {
  display: inline-block;
  --r:2px; /* border radius */

  height: 20px;
  aspect-ratio: 2;
  --_g:calc(var(--r)/tan(22.5deg)) bottom var(--r),#000 98%,#0000 101%;
  -webkit-mask:
          conic-gradient(from -22.5deg at 50% calc(100% + 100%/tan(22.5deg) - var(--r)/(3*sqrt(2) - 4)),#000 45deg,#0000 0)
          0 100%/100% calc(100% - var(--r)/sqrt(2)) no-repeat,
          radial-gradient(var(--r) at 50% calc(var(--r)*sqrt(2)),#000 98%,#0000 101%),
          radial-gradient(var(--r) at left  var(--_g)),
          radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 0,100% 100%,0 100%);
  background: #168AE6;
}

/* Tooltip container - modified - see https://www.w3schools.com/css/css_tooltip.asp */
.tooltiptext {
  opacity: 0;
  display: none;
}

.tooltip {
  position: relative;

  .tooltiptext, &+.tooltiptext {
    background: white;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    /*box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;*/
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 10px); /* also adds shadow to arrow */
    position: absolute;
    z-index: 90;
    width: 120px;

    &.right {
      top: -20px;
      left: 92%;

      &.tall {
        top: -48px;
      }

      &::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%; /* To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent white transparent transparent;
      }
    }

    &.left {
      top: -20px;
      right: 92%;

      &::after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 100%; /* To the right of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent white;
      }
    }

    &.top {
      width: 120px;
      bottom: 100%;
      left: 50%;
      margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */

      @media (max-width: 527px) {
        width: 180px;
        margin-left: -120px;
      }

      &::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: white transparent transparent transparent;
      }
    }

    &.bottom {
      width: 120px;
      top: 100%;
      left: 50%;
      margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */

      @media (max-width: 527px) {
        margin-left: -120px;
      }

      &::after {
        content: " ";
        position: absolute;
        bottom: 100%;  /* At the top of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent white transparent;
      }
    }
  }

  INPUT + .tooltiptext {
    /* Make the tooltiptext wider and move the arrow to the left when adjacent to an input, the main case I would say */
    &.bottom {
      left: 0;
      margin-left: 0;
      width: 230px;
      text-align: left;

      @media (max-width: 527px) {
        margin-left: 0;
      }

      &::after {
        left: 10%;
      }
    }
  }

  /* Show the tooltip text when adjacent input has focus */
  INPUT:focus + .tooltiptext {
    opacity: 1;
    display: block;
  }

  .tooltiptext:hover {
    opacity: 0;
  }
}

/* Used for info 'I' help text */
A {
  &.tooltip {
    &:focus > .tooltiptext, &:hover > .tooltiptext {
      opacity: 1;
      display: block;
    }

    & > .tooltiptext {
      background: var(--color-background-gray2);

      &.bottom {
        /*margin-left: -10px;*/
        margin-left: -125px;
        margin-top: 10px;
        width: 230px;
        text-align: left;

        &::after {
          left: 4%;
        }

        &.remember_device {
          color: var(--color-blue7);
          font-size: 12px;
          line-height: 15px;
          white-space: normal;

          &::after {
            border: none;
          }
        }
      }
    }
  }
}


BODY {
  font-family: "Century Gothic", "Didact Gothic", Arial, sans-serif;
}

.content {
  min-height: calc(100vh - 80px); /* Only remove footer height because header inside content only on homepage */
}

.personal {
  height: 1186px;
  background: var(--color-background-white1);

  .welcome_area {
    height: 930px;
  }

  .personal_services_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 256px;

    A {
      color: var(--color-blue8);
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-decoration: none;
      margin-bottom: 20px;
    }

  }
}

.home_top {
  background: var(--color-background-blue6) url("/assets/HomepageTopImage1-5848c295df86fd0293233a92ec350b30.png") 50% / cover no-repeat;
  color: white;
  height: 100%;
  text-align: center;
  margin-left: 0;
  min-height: 535px;
  width: 100%;

  /* override header styling */
  .navigation_bar {
    background: none;
    border: none;
    box-shadow: none;
    top: 0;
    z-index: 1000;

    .inner_navigation_bar {
      .menuBar {
        background: none;
        margin-left: 0;

        LI > BUTTON {
          background: none;
        }

        & > LI {
          &:last-of-type {
            min-width: 80px;
          }
        }
      }

      & > DIV {
        &:first-of-type {
          margin-left: 20px;
          white-space: nowrap;
          text-align: left;
        }

        &:last-of-type NAV {
          text-align: right;
        }
      }
    }
  }

  .mobileLogo {
    margin-top: 21px;
  }

  H1 {
    font-size: 105px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 30px 10px 30px;
  }

  P {
    font-size: 50px;
    line-height: normal;
  }

/* Allows welcome message but prevents widows. */
  .welcome {
    margin: 42px auto 30px auto;
    max-width: 1240px;

    .nowrap {
      white-space: nowrap;
      word-break: keep-all;
    }
  }
}

.white_background {
  background: white;
}

.personal {
  .welcome_area {
    position: relative;
    .welcome_message {
      margin-top: 160px;
    }
  }
}

.home_bottom_background {
  background: linear-gradient(270deg, #FFF 0%, #E5E1E6 100%);
}

.home_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 8vw 0 11vw;
  padding: 36px 0 60px 0;

  .left_panel {
    max-width: 590px;
  }

  H2 {
    color: var(--color-blue8);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  P {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 150% */
  }

  A {
    display: inline-block;
    width: 530px;
    height: 60px;
    border-radius: 3px;
    border: 1px solid var(--color-blue8);
    background: var(--color-background-white1);
    margin-top: 38px;
    color: var(--color-blue8);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    transition: 0.2s ease-in-out;

    &:hover {
      background: var(--color-blue8);
      color: white;
    }
  }
}

.personal_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
  margin: 82px 30px 0 30px;

  .box {
    width: 346px;
    height: 396px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);

    &:hover {
      background: var(--color-blue6);
    }

    A {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 0 auto;
      height: 100%;
      width: 100%;
      text-decoration: none;
      text-align: center;

      .box_top {
        display: flex;
        flex-direction: column;
      }

      .icon_div {
        display: flex;
        height: 135px;
        align-items: center;
        justify-content: center;
      }

      SPAN {
        display: block;

        &:first-of-type {
          color: black;
          font-size: 28px;
          font-weight: 700;
          font-style: normal;
          line-height: normal;
        }

        &:last-of-type {
          color: #000;
          text-align: center;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          padding: 18px 36px;
        }
      }

      .box_bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;

        SPAN {
          color: var(--color-blue9);
          font-family: Anek Devanagari Variable, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          padding: 0;
        }
      }
    }
  }
}

/* reset main container */
.main_container {
  margin: 0;
  width: 100%;
}

.log_tag_line {
  color: var(--color-blue4);
  font-size: 12px; /* keep in sync with header font size. */
  margin-left: 6px;
}

/* Responsive */
@media (max-width: 1740px) {
  .home_bottom {
    .left_panel {
      max-width: 519px;
    }
    A {
      width: 100%;
    }
  }
}

@media (max-width: 1691px) {
  .personal {
    .personal_services {
      gap: 50px;
    }
  }
}

@media (max-width: 1616px) {
  .personal {
    height: 1500px;
    .personal_services {
      margin: 82px 40px 0 40px;
      .box {
        height: 330px;
        A {
          .icon_div {
            height: 120px;
          }
          .box_bottom {
            margin-bottom: 30px;
          }
        }
      }
    }
    .personal_services_area {
      height: 570px;
    }
  }
  .home_bottom {
    margin: 0 4vw 0 7vw;
  }
}

@media (max-width: 1365px) {
  .home_top {
    .welcome {
      max-width: 860px;
    }
  }
  .personal {
    .welcome_area {
      .welcome_message {
        margin-top: 98px;
      }
    }
  }
  .home_bottom {
    margin: 0 2vw 0 5vw;
    .left_panel {
      max-width: 37.3vw;
    }
    A {
      margin-top: 2.8vw;
    }
    H2 {
      font-size: 3.5vw;
    }
    P {
      font-size: 2.3vw;
      line-height: 3.5vw;
    }
  }
}

@media (max-width: 1071px) {
  .home_top {
    .welcome {
      margin: 38px auto 30px auto;
    }
    H1 {
      margin: 0 40px 10px 40px;
    }
  }
  .personal {
    .welcome_area {
      .welcome_message {
        margin-top: 20px;
      }
    }
    .personal_services {
      margin: 59px 30px 0 30px;
    }
  }
  .home_bottom {
    padding: 3.4vw 0 5vw 0;
    A {
      font-size: 20px;
    }
  }
}

@media (max-width: 938px) {
  .home_top {
    H1 {
      font-size: 90px;
      margin: 0 42px 10px 42px;
    }
    .welcome {
      font-size: 40px;
      max-width: 528px;
      margin: 48px auto 30px auto;
    }
  }
  .personal {
    .personal_services {
      margin: 69px 15px 0 15px;
    }
  }
}

@media (max-width: 820px) {
  .personal {
    height: 1469px;
    .personal_services {
      gap: 19px;
    }
    .personal_services_area {
      height: 539px;
    }
  }
}

@media (max-width: 767px) {
  .home_top {
    background: var(--color-background-blue6);
    H1 {
      font-size: 66px;
      max-width: 300px;
      margin: auto;
    }
    .welcome {
      font-size: 25px;
      max-width: 330px;
      margin: 40px auto 0;
    }
  }

  .personal {
    background: var(--color-background-blue6);
    height: 1290px;
    .welcome_area {
      .welcome_message {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 58px;
      }
    }
    .personal_services_area {
      height: 360px;
      A {
        color: white;
        font-size: 24px;
        margin-bottom: 35px;
      }
    }
    .personal_services {
      margin-top: 36px;

      .box {
        width: 333px;
        height: 265px;

        A {
          .icon_div {
            height: 89px;
          }

          SPAN:last-of-type {
            padding: 11px 31px;
          }

          .box_bottom {
            margin-bottom: 26px;

            SPAN {
              font-size: 18px;
              padding: 0;
            }
          }
        }
      }
    }
  }

  .home_bottom_background {
    background: linear-gradient(0deg, #E5E1E6 0%, rgba(115, 115, 115, 0.00) 100%);
  }

  .home_bottom {
    padding: 0 22px;
    margin: 0 auto;
    text-align: center;
    H2 {
      font-size: 30px;
      text-align: center;
      margin: 43px 0 35px 0;
    }
    P {
      font-size: 25px;
      line-height: normal;
      text-align: center;
      margin: 42px 10px;
    }
    A {
      font-size: 18px;
      margin: 0 auto 58px auto;
      width: 316px;
    }
  }
}

@media (max-width: 733px) {
  .personal {
    height: 1860px;
    .personal_services {
      flex-direction: column;
      align-items: center;
    }
    .personal_services_area {
      height: 930px;
    }
  }
}



