/* SASS MIXINS*/
/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */






article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div, nav, footer, section, form, fieldset, legend, input, select, ul, li, a, h1, h2, h3, h4, span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  height: 100%;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  background-color: #5E6269;
  color: #333;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAChJREFUeNpifPz48ffv3xlggAWZw8nJyYTMAcoxIXOADCZkDhAABBgAIdERmsaWPpsAAAAASUVORK5CYII=);
}

/* REGIONS */
.content {
  width: 80%;
}

/* LAYOUT STYLES */
.global-container {
  font-size: 1.6em;
  width: 940px;
  background: #FFF;
  margin: 0 auto;
  overflow: hidden;
}

/*   THESE ARE FOR RESPONSIVE     
.global-container { font-size:1.6em; width:100%; height:100%; max-width:1200px; background:#FFF; margin:0 auto; overflow:hidden; }

.ie8 .global-container { min-width:1024px; } 
.ie7 .global-container { width:1024px; max-width:auto; }

.outer-container { width:100%; height:100%; transition: .3s all ease; -webkit-transition: .3s all ease; }
        
*/
/* GLOBAL TEXT STYLES */
h1 {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 2.2em;
  color: #666;
  font-weight: 300;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h4 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.4em;
}

a {
  text-decoration: none;
  color: #005691;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
  font-size: .65em;
}

hr {
  height: 1px;
  width: 100%;
  margin: 0 0 20px 0;
  border: none;
  background: none;
}

abbr {
  border: none;
}

.text-small {
  font-size: .85em;
  text-transform: none;
  font-weight: normal;
}

.urbo {
  padding: 40px 0 10px 10px;
  font-size: .8em;
  color: #757575;
  background: #FFF;
}

ul li {
  margin-bottom: 10px;
}

.button {
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1px 1px 0 #000333;
  -webkit-box-shadow: 0 1px 1px 0 #000333;
  -moz-box-shadow: 0 1px 1px 0 #000333;
  cursor: pointer;
  font-size: 100%;
  min-width: 70px;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  overflow: visible;
  font-family: Arial,sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

.lt-ie9 .button {
  padding-top: 8px;
  padding-bottom: 9px;
  border: 1px solid #5e5e5e;
}

.button:active {
  box-shadow: 0 -1px -1px 0 #000333;
  -webkit-box-shadow: 0 -1px -1px 0 #000333;
  -moz-box-shadow: 0 -1px -1px 0 #000333;
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
}

.button-link {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 #000333;
  -webkit-box-shadow: 0 1px 1px 0 #000333;
  -moz-box-shadow: 0 1px 1px 0 #000333;
  cursor: pointer;
  min-width: 70px;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
}

.lt-ie9 .button-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #5e5e5e;
}

.button-link:hover, .button-link:focus {
  text-decoration: none;
}

.button-link:active {
  box-shadow: 0 -1px -1px 0 #000333;
  -webkit-box-shadow: 0 -1px -1px 0 #000333;
  -moz-box-shadow: 0 -1px -1px 0 #000333;
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
}

.preferred {
  background: #0071BF;
  border: none;
  color: #FFF;
}

.preferred:hover, .preferred:focus {
  background: #005691;
}

/* SASS MIXINS*/
/* BUTTONS */
.button-container {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  padding: 20px;
  background-color: #cce1ef;
  margin-bottom: 20px;
}

.button-container--stackearly {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  padding: 20px;
  background-color: #cce1ef;
  margin-bottom: 20px;
}

.ie7 .button-container {
  padding: 20px 0;
}

.ie7 .button-container--stackearly {
  padding: 20px 0;
}

.action-buttons-container {
  clear: left;
}

.button-instructions {
  float: right;
}

.button-instructions--non-preferred {
  float: left;
  padding-top: 10px;
}

.button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 0;
  -webkit-box-shadow: 0 1px 1px 0 #000333;
  -moz-box-shadow: 0 1px 1px 0 #000333;
  box-shadow: 0 1px 1px 0 #000333;
  cursor: pointer;
  font-size: 1em;
  min-width: 70px;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  overflow: visible;
  font-family: Arial,sans-serif;
  font-weight: bold;
  margin: 0 0 2px 0;
}

.lt-ie9 .button {
  padding-top: 8px;
  padding-bottom: 9px;
  border: 1px solid #5e5e5e;
}

.button:active {
  -webkit-box-shadow: 0 -1px -1px 0 #000333;
  -moz-box-shadow: 0 -1px -1px 0 #000333;
  box-shadow: 0 -1px -1px 0 #000333;
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
}

.lt-ie9 .button {
  padding-top: 8px;
  padding-bottom: 9px;
  border: 1px solid #5e5e5e;
}

.button:active {
  -webkit-box-shadow: 0 -1px -1px 0 #000333;
  -moz-box-shadow: 0 -1px -1px 0 #000333;
  box-shadow: 0 -1px -1px 0 #000333;
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
}

.button--four {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 0;
  -webkit-box-shadow: 0 1px 1px 0 #000333;
  -moz-box-shadow: 0 1px 1px 0 #000333;
  box-shadow: 0 1px 1px 0 #000333;
  cursor: pointer;
  font-size: 100%;
  min-width: 70px;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  overflow: visible;
  font-family: Arial,sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-right: 15px;
  float: right;
}

.lt-ie9 .button--four {
  padding-top: 8px;
  padding-bottom: 9px;
  border: 1px solid #5e5e5e;
}

.button:active {
  -webkit-box-shadow: 0 -1px -1px 0 #000333;
  -moz-box-shadow: 0 -1px -1px 0 #000333;
  box-shadow: 0 -1px -1px 0 #000333;
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
}

.button-link {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 #000333;
  -moz-box-shadow: 0 1px 1px 0 #000333;
  box-shadow: 0 1px 1px 0 #000333;
  cursor: pointer;
  min-width: 70px;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}

.lt-ie9 .button-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #5e5e5e;
}

.button-link:hover, .button-link:focus {
  text-decoration: none;
}

.button-link:active {
  -webkit-box-shadow: 0 -1px -1px 0 #000333;
  -moz-box-shadow: 0 -1px -1px 0 #000333;
  box-shadow: 0 -1px -1px 0 #000333;
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
}

.link-button {
  border: 0;
  background: none;
  text-decoration: none;
  color: #005691;
  cursor: pointer;
  display: inline;
}

.preferred {
  background: #1C57A5;
  border: none;
  color: #FFF;
}

.preferred:hover, .preferred:focus {
  background: #124B8C;
}

.preferred--alt {
  background: #e65100;
  border: none;
  color: #FFF;
}

.preferred--alt:hover, .preferred--alt:focus {
  background: #b84000;
}

.non-preferred {
  background: #F5F5F5;
  color: #1558A4;
}

.non-preferred:hover, .non-preferred:active, .non-preferred:focus {
  background: #E2E2E2;
}

.button--disabled {
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacityWhole)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=25);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.25;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.25;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 0.25;
  cursor: default;
  background: transparent;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0 0 black;
  -moz-box-shadow: 0 0 0 0 black;
  box-shadow: 0 0 0 0 black;
  color: #000;
}

.preferred.button--disabled:hover, .preferred.button--disabled:focus {
  background: transparent;
}

.non-preferred.button--disabled:hover, .non-preferred.button--disabled:focus {
  background: transparent;
}

.button--disabled:active {
  -webkit-box-shadow: 0 0 0 0 black;
  -moz-box-shadow: 0 0 0 0 black;
  box-shadow: 0 0 0 0 black;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

a.disabled:hover, a.disabled:active, a.disabled:focus {
  text-decoration: none;
}

.button-margin {
  margin-right: 15px;
}

.button-margin--four {
  margin-right: -35px;
}

.button-margin-right--four {
  margin-right: -57px;
}

.button-right {
  float: right;
}

.button-last--four {
  float: right;
  margin-right: 15px;
}

.button-left {
  float: left;
}

.action-buttons-container--nobuttons .button {
  display: none;
}

.fourstack-mobilevp {
  display: none;
}

@media screen and (max-width: 73.875em) {
  /* 1182px */
  .button--four {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0 1px 1px 0 #000333;
    -moz-box-shadow: 0 1px 1px 0 #000333;
    box-shadow: 0 1px 1px 0 #000333;
    cursor: pointer;
    font-size: 100%;
    min-width: 70px;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    overflow: visible;
    font-family: Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 71.375em) {
  /* 1142px */
  .button--four {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0 1px 1px 0 #000333;
    -moz-box-shadow: 0 1px 1px 0 #000333;
    box-shadow: 0 1px 1px 0 #000333;
    cursor: pointer;
    font-size: 100%;
    min-width: 70px;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    overflow: visible;
    font-family: Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 69.375em) {
  /* 1110px */
  .button--four {
    float: right;
    margin-right: 0px;
    margin-left: 50px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 62.188em) {
  /* 995px */
  .button--four {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0 1px 1px 0 #000333;
    -moz-box-shadow: 0 1px 1px 0 #000333;
    box-shadow: 0 1px 1px 0 #000333;
    cursor: pointer;
    font-size: 100%;
    min-width: 70px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    overflow: visible;
    font-family: Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-right: 15px;
    float: right;
    margin-top: 0px;
  }
}
@media screen and (max-width: 56.063em) {
  /* 897px */
  .button--four {
    float: right;
    margin-right: 0px;
    margin-left: 95px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 51.875em) {
  /* 830px */
  .action-buttons-container--4button .button, .action-buttons-container--4button .button-link {
    margin: 0 2% 15px 0;
    width: 48%;
  }

  .action-buttons-container--4button .button:nth-child(2n), .action-buttons-container--4button .button-link:nth-child(2n) {
    margin-right: 0;
  }

  .action-buttons-container--4button .button-right {
    float: left;
  }
}
@media screen and (max-width: 48.75em) {
  /* 780px */
  .button--four {
    margin-bottom: 10px;
    margin-right: 0;
    width: 51%;
    margin-top: 0px;
  }

  .fourstack-widevp {
    display: none;
  }

  .fourstack-mobilevp {
    display: block;
  }
}
@media screen and (max-width: 45em) {
  /* 720px */
  .action-buttons-container--3button .button, .action-buttons-container--3button .button-link {
    margin: 0 2% 15px 0;
    width: 48%;
  }

  .action-buttons-container--3button .button:nth-child(2n), .action-buttons-container--3button .button-link:nth-child(2n) {
    margin-right: 0;
  }

  .action-buttons-container--3button .button-right {
    float: left;
  }
}
@media screen and (max-width: 40.625em) {
  /* 650px */
  .button, .button-link {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 38.75em) {
  /*620px */
  .button--four {
    float: none;
    width: 65%;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 29.875em) {
  /*478px */
  .button-container--stackearly {
    padding-top: 20px;
  }

  .button-container--stackearly .equal-width {
    width: 100%;
    margin-right: 0;
  }

  .button-container--stackearly .equal-width--modal {
    width: 95%;
    margin-right: 0;
  }

  .button-container--stackearly .button {
    margin-bottom: 10px;
  }

  .button-container--stackearly .button-link {
    margin-bottom: 10px;
  }

  .button-container--stackearly .button-margin {
    margin-right: 0;
  }

  .button-container--stackearly .button-instructions {
    float: none;
  }
}
@media screen and (max-width: 25.625em) {
  /*410px */
  .button-container {
    padding-top: 20px;
  }

  .equal-width {
    width: 100%;
    margin-right: 0;
  }

  .equal-width--modal {
    width: 95%;
    margin-right: 0;
  }

  .button {
    margin-bottom: 10px;
  }

  .button-link {
    margin-bottom: 10px;
  }

  .button-margin {
    margin-right: 0;
  }

  .button-instructions {
    float: none;
  }

  .action-buttons-container--4button .equal-width, .action-buttons-container--4button .equal-width {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .action-buttons-container--3button .equal-width, .action-buttons-container--3button .equal-width {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
/* FOOTER STYLE */
.disclosure {
  padding: 20px 90px 20px 90px;
}

.main-footer {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  background: #e7e7e7;
  padding: 20px;
  font-size: .85em;
}

.main-footer__contact {
  float: left;
  margin-bottom: 10px;
  width: 70%;
}

.main-footer__social {
  float: right;
  width: 30%;
  margin: 18px 0 10px 0;
  text-align: right;
}

.main-footer__logo-link {
  display: inline-block;
  border-radius: 8px;
  padding: 10px;
  margin: 0 10px 0 0;
}

.main-footer__logo-link:focus, .main-footer__logo-link:active, .main-footer__logo-link:hover {
  background-color: #cccccc;
}

.main-footer__logo {
  width: 184px;
  height: 41px;
}

.main-footer__phone {
  display: inline-block;
  margin-top: 24px;
  font-size: 1.2em;
  vertical-align: top;
}

.main-footer__phone-number {
  font-size: .85em;
}

hr.main-footer__separator {
  border-top: 1px solid #CCC;
  clear: both;
}

.main-footer__nav-container {
  float: left;
  margin: 20px 20px 0 0;
  font-size: 1.2em;
}

.main-footer__nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-footer__nav-links li {
  float: left;
  margin-right: 12px;
  padding-left: 12px;
  border-left: 1px dotted #ACACAC;
  list-style: none;
}

.main-footer__nav-links li:first-child {
  border-left: none;
  padding-left: 0;
}

.main-footer__logos {
  margin-bottom: 20px;
  float: right;
}

.main-footer__logos a {
  border-radius: 8px;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
}

.main-footer__logos a:last-child {
  margin-right: 0;
}

.main-footer__legal {
  float: left;
  padding-right: 20px;
  width: 65%;
}

.icon-sprite {
  background-image: url("../cp-images/rp-enrollment-demo-footer-sprite.png");
  background-repeat: no-repeat;
}

.icon--ehl {
  display: block;
  background-position: -104px 0;
  height: 38px;
  width: 48px;
  text-indent: -9999em;
}

.icon--fdic {
  display: block;
  background-position: 0 0;
  height: 36px;
  width: 87px;
  text-indent: -9999em;
}

.icon--truste {
  display: block;
  background-position: 2px -41px;
  height: 36px;
  width: 100px;
  text-indent: -9999em;
}

.main-footer__logos a:focus, .main-footer__logos a:active, .main-footer__logos a:hover {
  background-color: #cccccc;
}

.main-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-footer__list li {
  float: left;
  margin-right: 12px;
  padding-left: 12px;
  border-left: 1px solid #666666;
  list-style: none;
}

.main-footer__list li:first-child {
  border-left: none;
  padding-left: 0;
}

@media screen and (max-width: 64em) {
  /* 1024px */
  .content-container--onehundred {
    padding: 0 20px 0 20px;
    float: none;
  }

  .content-container {
    padding: 0 20px 0 20px;
  }

  .image-container {
    padding-right: 20px;
  }
}
@media screen and (max-width: 62.1875em) {
  /* 995px */
  .main-footer__contact {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .main-footer__social {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .main-footer__nav-container {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px auto;
  }

  .main-footer__nav-links {
    text-align: center;
  }

  .main-footer__nav-links li {
    float: none;
    display: inline-block;
  }

  .main-footer__logos {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .main-footer__legal {
    text-align: center;
    float: none;
    width: 100%;
  }

  .main-footer__list {
    text-align: center;
  }

  .main-footer__list li {
    float: none;
    display: inline-block;
  }

  .banner-image {
    background-position: -90px 0;
  }
}
@media screen and (max-width: 56.25em) {
  /* 900px */
  .image-container img {
    width: 90%;
    height: auto;
    max-width: 407px;
  }
}
@media screen and (max-width: 45em) {
  /* 720px */
  .content-container {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }

  .image-container {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .image-container img {
    width: 100%;
  }

  .banner-image {
    background-position: -115px 0;
  }
}
@media screen and (max-width: 41.25em) {
  /* 660px */
  .banner-image {
    background-position: -142px 0;
  }
}
@media screen and (max-width: 37.438em) {
  /* 599px */
  .banner-image {
    display: none;
  }
}
@media screen and (max-width: 35em) {
  /* 560px */
  .main-footer {
    padding: 10px;
  }

  h1 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 31.25em) {
  /* 500px */
  .main-footer__phone {
    margin-top: 5px;
  }
}
@media screen and (max-width: 28.125em) {
  /* 450px */
  .global-container {
    font-size: 1.4em;
  }

  .main-footer {
    padding: 10px;
  }

  .logo-container--pre {
    width: 170px;
    height: 45px;
  }

  .logo-container--pre img {
    width: 150px;
    height: 35px;
  }
}
@media screen and (max-width: 25em) {
  /* 420px */
  .inner-container {
    margin: 0 10px 10px;
  }

  .main-footer {
    padding: 10px 0 0 0;
  }

  .main-footer__logos a {
    margin-right: 0;
  }

  .main-footer__legal {
    padding: 0 10px;
  }

  .equal-width {
    width: 100%;
    margin-right: 0;
  }
}
/*FORM ERRORS*/

.message-container {
    overflow: auto;
    width: 100%;
    border: 2px solid;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    background-color: #FFFFFF;
    z-index: 998;
}

.message-container--error {
    border-color: #d8070f;
    color: #d8070f;
}

.error-message--large {
  padding-left: 45px;
  position: relative;
  font-size: 1em;
  margin-bottom: 7px;
}

.error-message--large:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 35px;
  display: block;
  background-image: url(../cps-images/nf-sfr-exclamation-large.png);
  background-repeat: no-repeat;
}

.error-message {
  padding-left: 45px;
  background-color: #efefef;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  position: relative;
  color: #D5D5D5;
  font-size: 1em;
  margin-bottom: 7px;
}

.error-message:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 40px;
  height: 100%;
  display: block;
  background-image: url(../cps-images/nf-sfr-exclamation.png);
  background-repeat: no-repeat;
}


.error-message span {
  color: #c03;
  display: inline-block;
  padding: 0 10px 0 7px;
}

.error-message span a {
  color: #c03;
}

.error-message-wrapper > div {
  float: left;
  max-width: 100%;
}

select.field-has-error {
  background-color: #fcc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border-color: red;
}

.has-error input {
  background-color: #fcc;
  border-color: red;
}

.has-error input.is-active, .has-error input.no-error {
  background-color: #fff;
  border-color: #bfc0c3;
}

.select.field-has-error {
  background-color: #fff;
  border-color: #bfc0c3;
}

.error-message--individual {
  display: none;
}

.error-message span:first-child {
  padding-top: 7px;
}

.error-message span:last-child {
  padding-bottom: 7px;
}

.field-has-error {
  background-color: #fcc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border-color: red;
}

@media screen and (max-width: 42.5em) {
  /*680px */
  .field-group-multiple--count4 .error-message--individual {
    display: block;
  }

  .field-group-multiple--count4 .error-message--individual.error-message {
    float: left;
    position: relative !important;
    clip: auto;
    border: 1px solid #d5d5d5 !important;
    height: auto !important;
    width: auto !important;
    overflow: visible;
    padding: 0 0 0 54px !important;
  }

  .field-group-multiple--count4 label {
    clear: both;
  }

  .for-count4.error-message.error-message--group {
    display: none;
  }
}
@media screen and (max-width: 38.75em) {
  /* 620px */
  .field-group-multiple--count3 .error-message--individual {
    display: block;
  }

  .field-group-multiple--count3 .error-message--individual.error-message {
    float: left;
    position: relative !important;
    clip: auto;
    border: 1px solid #d5d5d5 !important;
    height: auto !important;
    width: auto !important;
    overflow: visible;
    padding: 0 0 0 54px !important;
  }

  .field-group-multiple--count3 label {
    clear: both;
  }

  .for-count3.error-message.error-message--group {
    display: none;
  }
}
@media screen and (max-width: 29.5em) {
  /* 472px */
  .field-group-multiple--count2 .error-message--individual {
    display: block;
  }

  .field-group-multiple--count2 .error-message--individual.error-message {
    float: left;
    position: relative !important;
    clip: auto;
    border: 1px solid #d5d5d5 !important;
    height: auto !important;
    width: auto !important;
    overflow: visible;
    padding: 0 0 0 54px !important;
  }

  .field-group-multiple--count2 label {
    clear: both;
  }

  .for-count2.error-message.error-message--group {
    display: none;
  }
}
@media screen and (max-width: 29.5em) {
  /* 420px */
  .error-message, .error-message--lrg, .error-message--reg, .error-message--sm {
    max-width: 100%;
    width: 100%;
  }
}
/*FORM ELEMENTS*/
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.field-group {
  padding-bottom: 30px;
}

.text-field {
  -webkit-box-shadow: inset 2px 2px 6px -2px #bfbfbf;
  -moz-box-shadow: inset 2px 2px 6px -2px #bfbfbf;
  box-shadow: inset 2px 2px 6px -2px #bfbfbf;
  width: 180px;
  color: #333333;
  font-size: 1em;
  border: 1px solid #bfc0c3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 7px;
  font-family: 'proxima-nova', 'Proxima Nova',Arial,sans-serif;
}

.text-field-label {
  display: block;
  margin-bottom: 9px;
}

.toggle__switch {
  padding-bottom: 10px;
}

.toggle__switch input {
  opacity: 0;
}

.toggle__switch input:checked + label {
  background: #cce1ef;
  color: #000;
  -webkit-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.32);
  box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.32);
}

.toggle__switch label {
  float: left;
  padding: 7px 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  background-color: #e7e7e7;
}

.toggle__switch label:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.toggle__switch label:last-of-type {
  border-right: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.styled-select {
  position: relative;
  display: inline-block;
  background-color: #f8f8f8;
}

.styled-select:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 10px;
  border: 5px solid transparent;
  border-top-color: #005691;
  top: 50%;
  margin-top: -2px;
}

.styled-select select {
  background: none;
  position: relative;
  z-index: 2;
  box-shadow: none;
  min-width: 180px;
  width: auto;
  color: #333333;
  font-size: 1em;
  border: 1px solid #bfc0c3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 7px;
  font-family: 'proxima-nova', 'Proxima Nova',Arial,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  margin: 0;
}

/*HEADERS*/
.main-header {
  width: 100%;
  position: relative;
  background: #FFF;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}


#vHeader.normal,#vHeader.medium{height:200px;}



.ie7 .main-header {
  overflow: hidden;
  display: block;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0px;
}

.section-header {
  background: #666;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
}

.section-header--icon {
  background: #666;
  padding: 5px 20px;
  margin-bottom: 20px;
  position: relative;
}

.section-header--icon h3 {
  margin-left: 20px;
  margin-bottom: 0px;
}

.section-header p {
  margin: 20px;
}

.section-header--form {
  background: #e7e7e7;
}

.section-header h2 {
  font-family: 'proxima-nova', Arial, sans-serif;
  display: block;
  float: left;
  position: relative;
  color: #FFF;
  margin: 0 5px 0 0;
  text-transform: uppercase;
  font-weight: 300;
}

.section-header--form h2 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #333;
  text-transform: none;
}

.section-header--button h2 {
  padding-top: 4px;
}

.section-header__action {
  display: inline-block;
  float: right;
  color: #FFF;
  text-decoration: underline;
  margin-left: auto;
  padding-top: 5px;
}

.section-header .button {
  margin-bottom: 0;
}

.section-header__nonaction {
  display: inline-block;
  float: right;
  color: #FFF;
  vertical-align: middle;
  margin-left: auto;
  padding-top: 5px;
}

.section-header--form__nonaction {
  color: #333;
}

@media screen and (max-width: 37.5em) {
  /* 600px */
  h1 {
    font-size: 1.7em;
  }

  .section-header {
    padding: 10px;
  }

  .section-header__action h2 {
    max-width: 55%;
  }

  .section-header--long-content h2 {
    width: 100%;
    margin-bottom: 5px;
  }

  .section-header--long-content .section-header__action {
    display: block;
    float: none;
  }

  .section-header--long-content .section-header__nonaction {
    display: block;
    float: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 28.125em) {
  /* 450px */
  h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .section-header__action h2 {
    padding-top: 5px;
    max-width: 45%;
  }

  .section-header--long-content h2 {
    width: 100%;
    margin-bottom: 5px;
    max-width: none;
  }

  .section-header__action {
    padding-top: 8px;
  }

  .section-header__nonaction {
    padding-top: 8px;
  }
}
/*INFO BOX STYLES*/
.info-box-container {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  margin-bottom: 20px;
}

x.info-box-container {
  overflow: visible;
}

.median-monthly-value {
  width: 25%;
  padding: 20px 40px 20px 40px;
  background-color: #FDA01A;
  border-right: 1px solid #c4c4c4;
  float: left;
  text-align: center;
  height: 170px;
}

.median-savings-value {
  width: 25%;
  padding: 20px 40px 20px 40px;
  background-color: #FDA01A;
  border-right: 1px solid #c4c4c4;
  float: left;
  text-align: center;
  height: 170px;
}

.median-monthly-explanation {
  width: 75%;
  padding: 20px 10px 20px 10px;
  background-color: #E0E1DD;
  float: left;
  height: 170px;
}

.median-savings-explanation {
  width: 75%;
  padding: 20px 10px 20px 10px;
  background-color: #E0E1DD;
  float: left;
  height: 170px;
}

.median-monthly-pointer {
  height: 50px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  width: 40%;
  padding: 10px 20px;
  margin: 20px auto;
  color: #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E0E1DD;
}

.median-monthly-pointer:after, .median-monthly-pointer:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/*

.median-monthly-pointer:after {
	border-color: rgba(224, 225, 221, 0);
	border-top-color: #E0E1DD;
	border-width: 15px;
	margin-left: -15px;
}
.median-monthly-pointer:before {
	border-color: rgba(196, 196, 196, 0);
	border-top-color: #c4c4c4;
	border-width: 16px;
	margin-left: -16px;
}

*/
.amount-large {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.amount-large--range {
  display: block;
  font-size: 1em;
}

.amount-large--pointer {
  width: 25%;
  text-align: center;
  font-size: 1.4em;
  color: #000;
  float: left;
  display: inline-block;
}

.explanation {
  display: block;
  font-size: 1em;
}

.explanation--pointer {
  width: 75%;
  padding-left: 10px;
  text-align: left;
  font-size: .75em;
  color: #000;
  float: left;
  display: inline-block;
}

.range-increment {
  width: 25%;
  padding: 20px;
  background-color: #E0E1DD;
  border-right: 1px solid #c4c4c4;
  float: left;
  height: 55px;
  text-align: center;
  color: #000;
}

.range-increment:last-child {
  border-right: 0;
}

/*
.range-increment.highlight:after, 
.range-increment.highlight:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.range-increment.highlight:after {
	border-color: rgba(213, 0, 0, 0);
	border-bottom-color: #d50000;
	border-width: 10px;
	margin-left: -10px;
}
.range-increment.highlight:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 11px;
	margin-left: -11px;
}
	*/
/*INLINE HELP*/
.tooltip {
  display: none;
  position: relative;
  background-color: #eff6ff;
  padding: 10px 20px 10px 10px;
  margin: 15px 0 10px;
  border: 1px solid #376bbf;
  line-height: 1.4em;
}

.tooltip--no-top-margin {
  margin-top: 0;
}

.tooltip--side-margins {
  margin-left: 20px;
  margin-right: 20px;
}

.ie7 .tooltip {
  padding: 10px 0;
}

.radio-check-container .tooltip {
  margin-top: 5px;
}

.tooltip__toggle {
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  border-radius: 99px;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: #0c73ba;
  color: #fff;
  height: 18px;
  width: 18px;
  margin-left: 8px;
}

fieldset legend .tooltip {
  font-size: .78em;
}

.tooltip__toggle,
.tooltip__toggle:hover,
.tooltip__toggle:focus,
.tooltip__toggle:link {
  text-decoration: none;
}

.tooltip__toggle:hover,
.tooltip__toggle:focus {
  background: #005691;
}

.tooltip__toggle--open {
  display: none;
}

.tooltip__toggle--active {
  line-height: 14px;
}

.tooltip__toggle--active .tooltip__toggle--open {
  display: inline;
  font-size: 12px;
}

.tooltip__toggle--active .tooltip__toggle--closed {
  display: none;
}

.tooltip__caret {
  width: 33px;
  height: 19px;
  position: absolute;
  top: -17px;
  left: 3%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAARCAYAAAAlpHdJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCREQ0NUM4RjNFMjA2ODExODIyQUVCOUI1NzVEREQyNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0M5RjBEQ0M3Q0ExMUUzQkU4QkM0OUIxMUREQjEzRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0M5RjBEQkM3Q0ExMUUzQkU4QkM0OUIxMUREQjEzRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzZBQTFEODEzQzIwNjgxMTgyMkFENTdGRDRFMTFDQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkRENDVDOEYzRTIwNjgxMTgyMkFFQjlCNTc1REREMjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aDXVmAAACEElEQVR42mJ8//0/AzlArOagOpCaAsRRv3rsX5NjBhOZFqtyMDLui1UXdgFyd7OVHBSii+VAi5VZGRj2TQ9Qk+qN1WGos5HVBwrvBDqAn6aWAy1WAFvsrybjbSwBFsvxUGKospQxATJ3AB3ARxPLgRbLgSye5KMq52cqiSKX76XMUGIqZQFkbgE6gIuqlgMtlgFZ3OepohhsIYUhz8jIwFDqp8pQYCRhS4oDmIiwGGTbvl4PZeVwa2mc6kAOqAhQY8jWF3cEctcBHcBOkeVAi8WB1N4+NyXVCBsZwj5hYmSoDVZnSNUWdQdy1wIdwEaW5UCLRUEWdzopaMTYyRKfiIAOaArXZEjQEvEGcpcDHcBKkuUwi9sdFbQTneRJzr/MQAe0hWsxxKgJBwG5S4AOYCbKcqDFoAJjV4u9vG6yszwDuYCFmZGhK1qbIUJFKAzInYfNAUxoFoMKil31NrIGaa4KDJQCmANClATjgNxZQAcwYrUcavHuaisZ42xgwUEtwMHKxNAHLAn95PiTgNypyA5ggloMKpm2V1lKm+Z5KjNQG4AcMClel8Fbhi8TyO2Hp42+H47cIItLzaSsi3xUwfmVFoCVhYnBRUeU4cadDxYJa29x17op7GZmtkrYXWgsaVfmr0Yzi2GADegAV6ADrt5+b5207jYzY9GSG/9rgtRpbjEy+PD1N0Pq3IsMAAEGAJ/xhcIaQPl1AAAAAElFTkSuQmCC);
}

.tooltip__caret--right {
  left: auto;
  right: 7%;
}

.tooltip--active {
  display: block;
}

.tooltip__wrapfix {
  white-space: nowrap;
  display: inline-block;
}

@media screen and (max-width: 37.5em) {
  /* 600px */
  .tooltip__caret--right {
    right: 15%;
  }

  .tooltip--side-margins {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* LOGO STYLES */
.logo-container, .logo-container--pre {
  display: block;
  float: left;
  margin: 10px;
  width: 249px;
  height: 61px;
  padding: 5px 10px;
  border-radius: 8px;
}

.logo-container img, .logo-container--pre img {
  width: 229px;
  height: 51px;
}

.logo-container:hover, .logo-container:focus, .logo-container:active {
  background-color: #cccccc;
}

.logo-container--pre:hover, .logo-container--pre:focus, .logo-container--pre:active {
  background-color: #cccccc;
}

.lt-ie9 .logo-container img {
  width: 229px;
  height: 51px;
  max-width: none;
}

.inner-container {
  margin: 0 20px 20px 20px;
}

.banner-image {
  background: url("../cp-images/rp-enrollment-demo-banner.jpg") no-repeat top center;
  height: 147px;
  width: 100%;
  margin-bottom: 30px;
}

.content-container--onehundred {
  padding: 0 90px 0 90px;
  width: 100%;
}

.content-container {
  padding: 0 40px 0 90px;
  float: left;
  width: 50%;
}

.image-container {
  float: left;
  width: 50%;
  padding-right: 90px;
  text-align: right;
}

/*UNIQUE ICON STYLES*/
.dollar-icon--header {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -6px;
  left: -1%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20baseProfile%3D%22tiny%22%20width%3D%2245%22%20height%3D%2245%22%20viewBox%3D%220%200%2045%2045%22%3E%3Cg%20fill%3D%22%236E6E6E%22%3E%3Cpath%20d%3D%22M20.178%2024.526l-.551.84c.611.492%201.123.811%202.123.902v.416h1v-.398c1-.109%202-.773%202-1.768v-.02c0-.977-1-1.523-2-1.869v-1.752c0%20.092.785.301%201.186.594l.455-.859c-.51-.373-.641-.609-1.641-.693v-.234h-1v.217c-1%20.102-2%20.768-2%201.742v.02c0%201.029%201%201.523%202%201.869v1.797c0-.101-1.053-.374-1.572-.804zm2.388-.82c.703.209.902.455.902.857v.018c0%20.439-.318.721-.902.785v-1.66zm-1.595-2.117v-.01c0-.4.291-.701.875-.756v1.615c-.701-.218-.875-.466-.875-.849zM33.75%2016.685h-23v13h23v-13zm-1%2012h-21v-11h21v11zM22.25%204.72c-10.281%200-18.618%208.336-18.618%2018.619%200%2010.281%208.337%2018.617%2018.618%2018.617%2010.283%200%2018.619-8.336%2018.619-18.617%200-10.283-8.336-18.619-18.619-18.619zm12.5%2025.965h-25v-15h25v15z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.scales-icon--header {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -6px;
  left: -1%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20baseProfile%3D%22tiny%22%20width%3D%2245%22%20height%3D%2245%22%20viewBox%3D%220%200%2045%2045%22%3E%3Cg%20fill%3D%22%236E6E6E%22%3E%3Cpath%20d%3D%22M30.684%2017.704l-2.582%207.137h5.166zM10.498%2024.841h5.167l-2.583-7.137zM21.844%204.896c-10.283%200-18.619%208.336-18.619%2018.619%200%2010.281%208.336%2018.617%2018.619%2018.617%2010.281%200%2018.617-8.336%2018.617-18.617%200-10.283-8.336-18.619-18.617-18.619zm8.801%2025.333c-2.755%200-4.987-2.23-4.987-4.983l.019-.405h1.296l3.22-8.871h-6.117c-.221.733-.786%201.309-1.513%201.544v16.438h6.114v1.438h-13.668v-1.438h6.113v-16.439c-.727-.235-1.291-.811-1.512-1.543h-6.036l3.221%208.871h1.214l.018.406c0%202.754-2.231%204.982-4.985%204.982s-4.986-2.23-4.986-4.983l.018-.405h1.297l3.221-8.871h-.219v-1.438h7.267c.239-.691.788-1.229%201.484-1.455v-2.142h1.439v2.141c.697.227%201.246.765%201.485%201.456h7.267v1.438h-.136l3.22%208.871h1.215l.018.406c-.002%202.754-2.235%204.982-4.987%204.982z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* HELPERS */
.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.hidden, .semantic {
  position: absolute;
  left: -9999em;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.margin-top--seventyfive {
  margin-top: 75px;
}

.orange-text {
  color: #dd4814;
}

.bold {
  font-weight: bold;
}

.highlight {
  background-color: #FDA01A;
}

/*PROMO BOX STYLES*/
.promo-container--chat {
  width: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAxBJREFUWIXtlk9oFHcUx7/vzQSMppBmyCW3QE+CpHjYSD0IifiPXHqpp6AHSXWY2bDkrqYQ2oNuMttJ9NSCeOmh9CCUHjRCbErdCtVWUInopVova1MqGDf5vechLijs7vxm7CLCfI4z3/d+n2F/77c/ICcnJycnJ+c9hTq9QBAEBSI6QEQ7APQDEFX9G8DvzHwpiqJ7aXt2TDoIgr3MfAbAUEL0MoBSpVK5bdu7I9JhGJ4kotMp+r8goiNRFH1nE/7fpYMg+JyZz6etE5ENACNxHF9LynImsxb4vt8D4KsstczsEtGcVTbLAq1wHGeUmXuz1hPRziAIBpNybtYFJicne0VkgIhcVX3a19f3eHV19R9jzE1m/jhrXwADAB62C6SSDsNwOxEdBzCmqoNEmyNBRKjVav8R0VUimiGiR6r6JYA9aY1F5K+kjNUglkqlbmPMWQDHLWtubWxsHHVd9xCAGZs1AEBErsdxvCspl7infd/vMcYsAjgB+9NmyHXdZVVdVtVpmwIRqTuOM2mTTZR2XfdrAIlf34StRPQ9EZ0D8GdSmIg+i6Louk1jp93LUqn0kap+YynZjK0A1gAsATjUKiQiP8Rx/IVt07aDaIzZa63XmgPMfNgYMwygX1UNMz8GcKwRYGaTpmHS6ZH5zG2gqr1zc3MPAIy//rxYLEYi8gszfwBg1Pf9noWFhWc2PdvuaVW9n113EyJaafa8UqncVtUREVkB8CEzx7Ac9LbSxpifRORpetU3uNjqxfz8/A3P87aLyBgRPSoWiwdtGiZ+WRiG40R0IY1lAxG54nnevunpaclS34q2pwcAVKvVPwqFwr9EtB8pboUislSv1z8tl8trb2XYhERpAKhWq78ODw/3AyhYxGuqesrzPL9cLj9/O73mWN89VHVL466hqk9E5DfHcQZEpIuZa6p6h4gWHcf5cXZ2tiOyDax+7qmpqW3r6+sPAfS/GszdcRzf7aRYOxL/xicmJrrq9fq32BT+2XGcT96lMGCxPbq7u3eKyCUROfmuZXNycnJycnLee14CpfIXomKx10UAAAAASUVORK5CYII="); 
  padding: 10px 0 0 45px;
  background-repeat: no-repeat;
  margin-bottom:40px;
}

.promo-container--chat h3 {
  margin-bottom: 10px;
}

.promo-container--laptop {
  width: 100%;
  
  background-image:url(../cps-images/nw-peer-icon-chair.png);
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAShJREFUWIXt1zFKxUAUheFzZ4IGnmBqGztbt2Fj4R4kYCDpLSzcQRIjyFuBla0b0DUICmJrIwS1EMkcGwtBTGY0DAj3q+fe+QkpEkAppZRSKh7xPVgUxZq19hAARIQz3b8QkWXTNDchQ4n3wSQ5BnDWtu1dcNoPyrJcJXkKYD9kzjua5Iox5r2qqofQuJGdnYg8h855R4vIqzEmGYZhM/SSkZ0ZgLfQOTNXQEwaHYtGx6LRsWh0LBody7+M9v5g+vTknDua63Jr7RXJndC50Z+APM/X0zQ9JykiskXydmohyROSj9ZaIXkAYGM04Mteksuu6y7+FA0AVVVdAgh+Gr/wYozZruv6furg5OvR9/1elmW7wzAs5mn7zlrrnHPXPsFKKaWUUsrDBxAVWXH+H1BMAAAAAElFTkSuQmCC"); */
  padding: 10px 0 0 45px;
  background-repeat: no-repeat;
}

.promo-container--laptop h3 {
  margin-bottom: 10px;
}

.text-small--footnote {
  font-size: .85em;
  font-style: italic;
  /*padding-left: 45px;*/
  margin: 40px 0 20px;
}