/*
blue = #29abe2
red = #c1272d
green = #009245
*/

html,
* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  color: #000;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 100;
  overflow-x: hidden;
  /*overflow-y: auto;
  -webkit-overflow-scrolling: touch;*/
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    position: absolute;
    height: 100%;
    /*overflow: hidden;*/
  }
}

body.modal-active {
  overflow-x: hidden;
  overflow-y: hidden;
}

#footer {
  z-index: 200;
  position: relative;
}

#crfb-app-wrapper {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background: url(images/loading2.gif) no-repeat -9999px -9999px;
}

#crfb-app-wrapper,
#crfb-app-wrapper h1,
#crfb-app-wrapper h2,
#crfb-app-wrapper h3,
#crfb-app-wrapper h4,
#crfb-app-wrapper h5 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 100;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* ELEMENTS */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper h1 {
  font-size: 16px;
  font-weight: 200;
}

#crfb-app-wrapper a {
  color: #29abe2;
}

#crfb-app-wrapper a:focus {
  outline: 2px dashed #b3e1f5;
}

#crfb-app-wrapper p {
  margin-bottom: 1em;
}

img.grow-economy-logo {
  max-width: 200px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* HELPER CLASSES */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper .clear {
  clear: both;
}

#crfb-app-wrapper .float_left {
  float: left;
}

#crfb-app-wrapper .visuallyhidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#crfb-app-wrapper .callout-box {
  background: #29abe2;
  padding: 20px;
}
#crfb-app-wrapper .callout-box,
#crfb-app-wrapper .callout-box * {
  color: #fff;
}
#crfb-app-wrapper .clearcontents:after,
#crfb-app-wrapper .clear-block:after {
  content: "";
  display: table;
  clear: both;
}

#crfb-app-wrapper #below-content {
  clear: both;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* SCROLLBAR */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 8px;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* LOADING */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper #page2-inner:after {
  content: "";
  display: table;
  clear: both;
}

#crfb-app-wrapper #page2:before {
  content: 'loading...';
  display: block;
  position: absolute;
  top: 300px;
  width: 100%;
  text-align: center;
  font-size: 2em;
}

#crfb-app-wrapper .showApp #page2:before {
  content: '';
}

#crfb-app-wrapper #page2 > *,
#crfb-app-wrapper #sub {
  visibility: hidden;
}

#crfb-app-wrapper .showApp #page2 > *,
#crfb-app-wrapper #sub.showApp {
  visibility: visible;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* HEADER */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper #app-header {
  background: #0080aa;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

#crfb-app-wrapper #app-header .INT {
  padding: 11px 35px 7px 20px;
}

#crfb-app-wrapper #app-header h1 {
  font-size: 2em;
  float: left;
}

#crfb-app-wrapper #app-header #tagline {
  float: right;
  font-size: 0.9em;
  position: relative;
  top: 7px;
}

.breakpoint-divider {
  display: none;
}

@media only screen and (max-width: 767px) {
  #crfb-app-wrapper .showMoreInfo #more-info .breakpoint-divider {
    width: 100%;
    height: 1px;
    display: block;
  }

  #crfb-app-wrapper #app-header #tagline {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

#crfb-app-wrapper #app-header #tagline .btn {
  margin-right: 7px;
  font-size: 0.8em;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* MAIN MENU */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper #menu-wrapper {
  background: #3a4a57;
  position: relative;
  z-index: 2;
}

#crfb-app-wrapper #app-menu {
  overflow: hidden;
  background: #3a4a57;
  z-index: 1000;
  height: 42px;
  max-width: 1024px;
  margin: 0 auto;
}

#crfb-app-wrapper #app-menu .INT {
  margin-left: 20px;
  margin-right: auto;
}

#crfb-app-wrapper #app-menu * {
  color: #a6a7b0;
  text-decoration: none;
}

#crfb-app-wrapper #budget_navigation {
  background: #35373f;
  -webkit-transition-property: max-width;
  -moz-transition-property: max-width;
  -o-transition-property: max-width;
  transition-property: max-width;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

#crfb-app-wrapper #budget_navigation .here {
  background: #35373f;
}

#crfb-app-wrapper #budget_navigation .here * {
  color: #FFF;
}

#crfb-app-wrapper #budget_navigation li {
  display: block;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 150px;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 14px;
  overflow: hidden;
}

#crfb-app-wrapper #budget_navigation li a {
  padding-top: 12px;
  height: 42px;
  display: block;
}

#crfb-app-wrapper #budget_navigation li a:focus {
  background: #35373f;
  color: #fff;
}

#crfb-app-wrapper .container_element {
  white-space: nowrap;
  overflow-x: hidden;
  display: inline-block;
  overflow-y: hidden;
  border-right: 1px solid #ccc;
}

#crfb-app-wrapper .inner_container {
  width: 18000px !important;
}

#crfb-app-wrapper nav#sub {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  display: none;
}

@media only screen and (max-width: 967px) {
  #crfb-app-wrapper #app-menu .INT {
    margin-left: 50px;
    margin-right: 50px;
  }

  #crfb-app-wrapper nav#sub {
    display: block;
  }
}

#crfb-app-wrapper #left-menu-arrow,
#crfb-app-wrapper #right-menu-arrow {
  width: 35px;
  display: block;
  height: 57px;
  text-align: center;
  color: #fff;
  line-height: 57px;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  z-index: 5;
  top: 48px;
  left: 0;
  text-decoration: none;
}

#crfb-app-wrapper #left-menu-arrow:focus,
#crfb-app-wrapper #right-menu-arrow:focus {
  text-decoration: underline;
}

#crfb-app-wrapper #right-menu-arrow {
  left: auto;
  right: 0;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* SCROLLING CONTENT PANEL */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper #scroll {
  position: relative;
  width: 60%;
  float: left;
  height: 990px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 190;
  opacity: 1;
  -webkit-transition: opacity 800ms linear 0s;
  -moz-transition: opacity 800ms linear 0s;
  -o-transition: opacity 800ms linear 0s;
  transition: opacity 800ms linear 0s;
}

#crfb-app-wrapper #scroll.hidden {
  opacity: 0;
  -webkit-transition: opacity 0ms linear 0s;
  -moz-transition: opacity 0ms linear 0s;
  -o-transition: opacity 0ms linear 0s;
  transition: opacity 0ms linear 0s;
}

#crfb-app-wrapper #scrollContainer {
  width: 14000px;
  width: 100%;
  display: block;
}

#crfb-app-wrapper #scrollContainer > li {
  width: 100%;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 40px;
  list-style: none;
  list-style-type: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  display: none;
}

#crfb-app-wrapper #scrollContainer > li.here {
  display: block;
}

#crfb-app-wrapper #scrollContainer > li > h2 {
  margin-right: 20px;
  font-size: 2.2em;
}

@media only screen  and (max-width: 767px) {
  #crfb-app-wrapper #scroll {
    width: 100% !important;
    height: auto !important;
    min-height: 10px !important;
  }

  #crfb-app-wrapper #scroll {
    overflow-y: visible;
  }

  #crfb-app-wrapper .showMoreInfo #scroll {
    overflow: visible;
  }

  #crfb-app-wrapper #scroll li {
    height: auto !important;
    overflow-y: visible;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* INLINE NAVIGATION AND BUTTONS */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper .sub span.next_button a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 0.5em 2em;
  float: right;
  background: #0080aa;
}

#crfb-app-wrapper .sub span.back_button a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 0.5em 2em;
  float: left;
  background: #0080aa;
}

#crfb-app-wrapper .sub span.next_button_budget a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 0.5em 2em;
  float: right;
  background: #0080aa;
}

#crfb-app-wrapper .sub span.done_button a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 0.5em 2em;
  float: right;
  background: #3a4a57;
}

@media only screen and (max-width: 500px) {
  #crfb-app-wrapper .sub span.next_button a,
  #crfb-app-wrapper .sub span.done_button a,
  #crfb-app-wrapper .sub span.next_button_budget a,
  #crfb-app-wrapper .sub span.back_button a {
    padding: 0.5em 1em;
  }

  #crfb-app-wrapper .sub span.done_button a {
    margin-bottom: 20px;
  }
}

#crfb-app-wrapper .btn.btn-rounded {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

#crfb-app-wrapper .btn.red {
  background: #c1272d;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 10px;
}

#crfb-app-wrapper .centered-constrained .INT,
#crfb-app-wrapper #page2-inner {
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#crfb-app-wrapper .bottom_button_div {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*border-top:1px solid #efefef;*/
}

#crfb-app-wrapper .bottom_button_div:after {
  content: "";
  display: table;
  clear: both;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* FORM OPTIONS */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper .panel-intro p {
  color: #40a0bf;
  font-size: 16px;
  line-height: 1.5;
}

#crfb-app-wrapper #step1 .panel-intro p {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}

#crfb-app-wrapper .form_wrapper {
  border-top: 1px solid #fff;
  font-size: 12px;
  margin-top: 20px;
}

#crfb-app-wrapper .form_wrapper .balance ul > li.radio:first-child:before,
#crfb-app-wrapper .form_wrapper .balance ul > li.checkbox:first-child:before {
  content: 'in billions';
  position: absolute;
  top: -20px;
  right: 6px;
}

#crfb-app-wrapper .form_wrapper .balance ul li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0px;
  margin: 14px 0 0 0;
  clear: both;
  position: relative;
  list-style: none;
  list-style-type: none;
}

#crfb-app-wrapper .more-info-only {
  display: none;
}

#crfb-app-wrapper #more-info .more-info-only {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #9a9b9f;
}

#crfb-app-wrapper .form_wrapper .balance ul li span.worth,
#crfb-app-wrapper #more-info span.worth {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

#crfb-app-wrapper #more-info span.worth {
  color: #c1272d;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}

#crfb-app-wrapper #more-info span.worth.columntargetyr {
  margin-right: 5px;
}

#crfb-app-wrapper #more-info .radio-divider {
  margin-top: 3em;
  border-top: 1px solid #ccc;
  padding-top: 3em;
}

#crfb-app-wrapper .form_wrapper .balance ul li span.columntargetyr {
  width: 45px;
  text-align: right;
  border-left: 1px solid #ccc;
  margin-left: 12px;
  display: inline-block;
}

#crfb-app-wrapper .form_wrapper .balance ul li label {
  font-size: 12px;
  padding: 3px 0 0 0;
  display: inline-block;
}

#crfb-app-wrapper .form-checkboxes, .form-radios {
  margin: 1em 0;
}

#crfb-app-wrapper .form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

#crfb-app-wrapper span.ui-radio {
  border-radius: 10px;
}

#crfb-app-wrapper .form_wrapper .balance ul li {
  padding-left: 40px;
  padding-right: 80px;
}

#crfb-app-wrapper .form_wrapper .balance ul li:after {
  content: "";
  display: table;
  clear: both;
}

#crfb-app-wrapper .form_wrapper .balance ul li .controls {
  width: 80px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

#crfb-app-wrapper .form_wrapper .balance ul li h4 + .controls {
  top: 28px;
  z-index: 20;
}

@media only screen  and (max-width: 480px) {
  #crfb-app-wrapper .form_wrapper .balance ul > li.radio:first-child:before,
  #crfb-app-wrapper .form_wrapper .balance ul > li.checkbox:first-child:before {
    display: none;
  }

  #crfb-app-wrapper .form_wrapper .balance ul li {
    padding-right: 0;
  }

  #crfb-app-wrapper .form_wrapper .balance ul li .controls {
    width: 20px;
  }

  #crfb-app-wrapper .form_wrapper .balance ul li .controls .impact {
    display: none;
  }

  #crfb-app-wrapper .form_wrapper .balance ul li label {
    margin-right: 30px;
  }
}

#crfb-app-wrapper .form_wrapper .balance ul li h4 {
  float: left;
  margin-top: 0;
  font-size: 12px;
  font-weight: normal;
  font-family: "adelle-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #333;
}

#crfb-app-wrapper .form_wrapper ul li.radio {
  margin-left: 0px;
  margin-top: 0;
  border-bottom: 0;
}

#crfb-app-wrapper .form_wrapper ul li.radio.heading {
  padding-left: 0px;
  margin-left: 0px;
  border-bottom: none;
  margin-top: 14px;
}

#crfb-app-wrapper .form_wrapper ul li.radio + li.checkbox,
#crfb-app-wrapper .form_wrapper ul li.radio + li.radio.heading {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

#crfb-app-wrapper .form_wrapper ul li.radio + li.checkbox .controls,
#crfb-app-wrapper .form_wrapper ul li.radio + li.radio.heading .controls {
  top: 10px;
}

/*#crfb-app-wrapper ul li.radio.heading .controls a {
  position:relative;
  top:28px;
}*/
#crfb-app-wrapper .form_wrapper .worth + input[type="checkbox"],
#crfb-app-wrapper .form_wrapper .worth + input[type="radio"] {
  position: relative !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  clip: inherit !important;
}

#crfb-app-wrapper .results-sub input[type="checkbox"],
#crfb-app-wrapper .form_wrapper input[type="checkbox"],
#crfb-app-wrapper .form_wrapper input[type="radio"] {
  position: absolute !important;
  left: -8765em;
}

#crfb-app-wrapper .results-sub input[type="checkbox"] + label {
  margin-left: 40px;
}

#crfb-app-wrapper .results-sub input[type="checkbox"] + label,
#crfb-app-wrapper .form_wrapper input[type="checkbox"] + label,
#crfb-app-wrapper .form_wrapper input[type="radio"] + label {
  position: relative;
  cursor: pointer;
}

#crfb-app-wrapper .results-sub input[type="checkbox"]:checked + label,
#crfb-app-wrapper .form_wrapper input[type="checkbox"]:checked + label,
#crfb-app-wrapper .form_wrapper input[type="radio"]:checked + label {
  font-weight: bold;
}

#crfb-app-wrapper .results-sub input[type="checkbox"] + label:before,
#crfb-app-wrapper .form_wrapper input[type="checkbox"] + label:before,
#crfb-app-wrapper .form_wrapper input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 26px;
  height: 12px;
  background: #ccc;
  border: 2px solid #ccc;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 10;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#crfb-app-wrapper .form_wrapper input[type="radio"] + label:before {
  width: 12px;
  left: -27px;
}

#crfb-app-wrapper .results-sub input[type="checkbox"] + label:after,
#crfb-app-wrapper .form_wrapper input[type="checkbox"] + label:after,
#crfb-app-wrapper .form_wrapper input[type="radio"] + label:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: -38px;
  z-index: 10;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  -ms-transition: left 300ms;
  -o-transition: left 300ms;
  transition: left 300ms;
}

#crfb-app-wrapper .form_wrapper input[type="radio"] + label:after {
  left: -25px;
}

#crfb-app-wrapper .results-sub input[type="checkbox"]:focus + label:before,
#crfb-app-wrapper .form_wrapper input[type="checkbox"]:focus + label:before,
#crfb-app-wrapper .form_wrapper input[type="radio"]:focus + label:before {
  border-color: #b3e1f5;
}

#crfb-app-wrapper .results-sub input[type="checkbox"]:checked + label:before,
#crfb-app-wrapper .form_wrapper input[type="checkbox"]:checked + label:before,
#crfb-app-wrapper .form_wrapper input[type="radio"]:checked + label:before {
  background: #29abe2;
  border-color: #29abe2;
}

#crfb-app-wrapper .results-sub input[type="checkbox"]:checked:focus + label:before,
#crfb-app-wrapper .form_wrapper input[type="checkbox"]:checked:focus + label:before,
#crfb-app-wrapper .form_wrapper input[type="radio"]:checked:focus + label:before {
  background: #29abe2;
  border-color: #b3e1f5;
}

#crfb-app-wrapper .results-sub input[type="checkbox"]:checked + label:after,
#crfb-app-wrapper .form_wrapper input[type="checkbox"]:checked + label:after {
  left: -24px;
}

#crfb-app-wrapper .form_wrapper input[type="radio"]:checked + label:after {
  background: #29abe2;
}

/*#crfb-app-wrapper .form_wrapper input[type="checkbox"]:checked ~ .controls .worth:after,
#crfb-app-wrapper .form_wrapper input[type="radio"]:checked ~ .controls .worth:after*/
#crfb-app-wrapper .form_wrapper input[type="checkbox"] ~ .controls .worth:after,
#crfb-app-wrapper .form_wrapper input[type="radio"] ~ .controls .worth:after {
  color: #c1272d;
}

/*#crfb-app-wrapper .form_wrapper input[type="checkbox"]:checked ~ .controls .worth.neg:after,
#crfb-app-wrapper .form_wrapper input[type="radio"]:checked ~ .controls .worth.neg:after,*/
#crfb-app-wrapper .form_wrapper input[type="checkbox"] ~ .controls .worth.neg:after,
#crfb-app-wrapper .form_wrapper input[type="radio"] ~ .controls .worth.neg:after,
#crfb-app-wrapper #more-info span.worth.neg {
  color: #29abe2;
}

#crfb-app-wrapper .form_wrapper .worth:after,
#crfb-app-wrapper #more-info span.worth:before {
  content: '\f062';
  font-family: FontAwesome;
  margin: 0 5px;
}

#crfb-app-wrapper .form_wrapper .worth.neg:after,
#crfb-app-wrapper #more-info span.worth.neg:before {
  content: '\f063';
}

#crfb-app-wrapper a.more_info,
#crfb-app-wrapper .more-info-holder {
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #40a0bf;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

#crfb-app-wrapper .more-info-holder {
  z-index: 0;
  display: none;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* SIDEBAR */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
.screen-mode #crfb-app-wrapper #progress_area {
  width: 40%;
  float: right;
  color: #2d71aa;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen  and (max-width: 767px) {
  #crfb-app-wrapper #progress_area {
    width: 100% !important;
    height: auto !important;
    min-height: 10px !important;
  }
}

#crfb-app-wrapper #progress_area h2 {
  font-size: 19px;
  color: #c1272d;
  font-weight: 200;
  padding-top: 30px;
  margin-top: 0;
}

.can-contain-sidebar.fixed-sidebar #crfb-app-wrapper.framed #progress_area h2 {
  padding-top: 50px;
}

.screen-mode .abs {
  position: absolute;
}

#crfb-app-wrapper #progress_area #progress_header {
  position: relative;
  top: 19px;
  left: 18px;
  display: block;
}

#crfb-app-wrapper #progress_area p {
  margin: 5px 0 0 0px;
  font-size: 12px;
  text-align: center;
}

#crfb-app-wrapper #progress_area #right_banner_container {
  float: right;
  width: 187px;
  position: relative;
  top: 140px;
}

#crfb-app-wrapper #progress_area #right_banner_container img {
  margin: 20px 0 0 0;
  float: right;
}

#crfb-app-wrapper #progress_area #right_banner_container img.debt {
  margin: 33px 0 0 0;
  float: left;
}

#crfb-app-wrapper #progress_area #meter_block {
  float: left;
  margin: 0px 0 0 55px;
  height: 300px;
}

#crfb-app-wrapper #sixty_percent {
  position: absolute;
  margin: 108px 0 0 -37px;
}

#crfb-app-wrapper #progress_area #zero_percent {
  position: absolute;
  display: block;
  margin: -10px 0 0 32px;
}

#crfb-app-wrapper #progress_area .need_to_cut:after {
  content: "";
  display: table;
  clear: both;
}

#crfb-app-wrapper #progress_area .need_to_cut {
  margin-bottom: 1em;
  background: #c1272d;
}

#crfb-app-wrapper #progress_area .need_to_cut .current_debt {
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  clear: both;
  margin: 15px 0 0;
  padding: 10px 20px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#crfb-app-wrapper #progress_area .need_to_cut .fa-arrow-down {
  background: #FFF;
  color: #C1272D;
  font-size: 22px;
  margin: 4px 10px 0 0;
  padding: 6px 7px;
  vertical-align: top;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

#crfb-app-wrapper #progress_area .need_to_cut .text {
  padding: 3px 20px 17px 10px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#crfb-app-wrapper #meter_block #meter_percent_container {
  float: left;
  position: relative;
  height: 300px;
  border: 0px solid #000;
  z-index: 500;
}

#crfb-app-wrapper #meter_percent_container #meter_percent {
  position: absolute;
  left: 0px;
  margin: 0 0 0 -37px;
  background: url(images/red_arrow_left.png) 30px 1px no-repeat;
  padding: 0 8px 0 0;
  color: #990000;
  font-weight: bold;
  font-size: 14px;
  z-index: 500;
}

#crfb-app-wrapper #progress_area .debt_reach1,
#crfb-app-wrapper #progress_area .debt_reach {
  text-align: center;
  /*background:#990000;*/
  clear: both;
  display: block;
  height: 69px;
  width: 315px;
  margin: 0 auto;
}

#crfb-app-wrapper #progress_area .debt_reach1 p {
  color: #333;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  width: 220px;
  text-align: center;
  display: block;
  position: relative;
  top: 10px;
  margin: 0px auto;
}

#crfb-app-wrapper #progress_area .debt_reach span.large {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  clear: both;
  width: 120px;
  float: left;
  margin: 15px 10px 0 10px;
  text-align: right;
}

#crfb-app-wrapper #progress_area .debt_reach .text {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  width: 170px;
  text-align: left;
  float: left;
  display: block;
}

#crfb-app-wrapper #progress_area .sav_law {
  clear: both;
  margin: 0 auto;
  overflow: auto;
  width: 100%;
}

#crfb-app-wrapper #progress_area .sav_law:after {
  content: "";
  clear: both;
  display: table;
}

#crfb-app-wrapper #progress_area .sav_law {
  background: #39b54a;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

#crfb-app-wrapper #progress_area p {
  color: #fff;
  text-align: left;
}

#crfb-app-wrapper #progress_area #savings_law {
  background: #CCE6EE;
  padding: 10px;
  display: none;
}

#crfb-app-wrapper .app-body.results-panel-active #progress_area #savings_law {
  display: block;
}

#crfb-app-wrapper #progress_area #savings_law p {
  color: #198CB2;
  font-size: 12px;
  font-weight: bold;
}

#crfb-app-wrapper #progress_area #savings_law p span {
  font-size: 16px;
  margin-left: 10px;
}

#crfb-app-wrapper #progress_area .sidebar-intro * {
  text-align: center;
}

#crfb-app-wrapper #progress_area .sidebar-intro h2 {
  font-size: 1.6em;
  color: #29abe2;
}

#crfb-app-wrapper #progress_area .sidebar-intro p {
  color: #000;
  font-size: 13px;
}

#crfb-app-wrapper #progress_area .sav_law .text {
  color: #fff;
  font-size: 18px;
}

#crfb-app-wrapper #progress_area .money_display .numbers .one,
#crfb-app-wrapper #progress_area .money_display .numbers .three {
  display: block;
  width: 78px;
  height: 38px;
  padding-top: 2px;
  padding-right: 1px;
  float: right;
  text-align: right;
  letter-spacing: 6px;
}

#crfb-app-wrapper .sav_policy_amt,
#crfb-app-wrapper .sav_law_amt {
  display: block;
}

#crfb-app-wrapper .counter-single-digit {
  background: #222 url(images/counter-single-letter.jpg) 0 19px no-repeat;
  color: #fff;
  padding: 0px 2px 0 3px;
  margin-left: 3px;
}

#crfb-app-wrapper .counter-single-negative {
  padding: 0px 2px;
  margin-left: 4px;
}

#crfb-app-wrapper .counter-single-comma {
  padding: 0px 0px;
  margin-left: 4px;
  font-size: 0.9em;
}

#crfb-app-wrapper #progress_area .money_display .numbers .one {
  width: 28px;
}

#crfb-app-wrapper #progress_area .money_display .money_symbol {
  display: inline-block;
}

#crfb-app-wrapper #progress_area .money_display .numbers {
  display: inline-block;
}

#crfb-app-wrapper #progress_area .money_display .numbers span.comma {
  background: url(images/comma_back.png) no-repeat bottom right;
  display: block;
  float: right;
  width: 6px;
  height: 42px;
}

#crfb-app-wrapper #progress_area .sav_law .money_display {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  width: 39%;
  text-align: right;
  margin: 0 0 0 0px;
  float: left;
  display: block;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* RESULTS PANEL */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper .results-sub p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 18px;
}

#crfb-app-wrapper .left_intro_text {
  display: block;
  float: left;
  width: 340px;
}

#crfb-app-wrapper .results-sub h2 {
  color: #29ABE2;
  font-weight: normal;
  font-size: 1.4em;
}

#crfb-app-wrapper .results-sub p {
  line-height: 1.5;
}

#crfb-app-wrapper .results-sub p.emphasis {
  font-size: 1.1em;
  color: #29abe2;
  line-height: 1.2;
}

#crfb-app-wrapper .right_intro_text,
#crfb-app-wrapper .right_intro_text_left {
  margin: 0;
}

#crfb-app-wrapper .right_intro_text h1 {
  color: #003366;
  font-size: 16px;
  font-weight: bold;
  margin: 12px 12px 0 12px;
  border: 0px;
}

#crfb-app-wrapper .right_intro_text strong {
  margin: 0 12px 12px 12px;
  font-size: 12px;
}

#crfb-app-wrapper .right_intro_text .example_info_img {
  display: block;
  width: 15px;
  margin: 2px 0 0 12px;
  float: left;
}

#crfb-app-wrapper .right_intro_text .example_info_text {
  display: block;
  width: 250px;
  margin-left: 7px;
  margin-top: 0;
  float: left;
}

#crfb-app-wrapper .results li a,
#crfb-app-wrapper .right_intro_text ul li a {
  font-size: 28px;
  margin: 0 0 0 5px;
  text-decoration: none;
}

#crfb-app-wrapper .right_intro_text.discuss ul li a {
  margin: 0;
}

#crfb-app-wrapper .results li a span,
#crfb-app-wrapper .right_intro_text ul li a span {
  font-size: 14px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

#crfb-app-wrapper .results li:first-child a,
#crfb-app-wrapper .right_intro_text ul li:first-child a {
  margin: 0;
}

#crfb-app-wrapper .results li,
#crfb-app-wrapper .right_intro_text ul li {
  display: inline-block;
  margin: 0;
}

#crfb-app-wrapper .results_header h2 {
  font-size: 2em;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 1em;
}

#crfb-app-wrapper .results_header p {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0 42px;
}

#crfb-app-wrapper #fail,
#crfb-app-wrapper #nice_try,
#crfb-app-wrapper #below_77 {
  background-color: #FFF0B8;
  padding: 5px 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#crfb-app-wrapper #fail h2 {
  color: #A16016;
}

#crfb-app-wrapper #success,
#crfb-app-wrapper #congrats {
  background-color: #EFF7E4;
  padding: 5px 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#crfb-app-wrapper #success h2,
#crfb-app-wrapper #congrats h2 {
  color: #109950;
  font-size: 2em;
  font-weight: 300;
}

#crfb-app-wrapper .left_side_results .submit {
  margin-top: 1em;
}

#crfb-app-wrapper label {
  color: #333;
  font-size: 12px;
}

#crfb-app-wrapper input[type="text"],
#crfb-app-wrapper input[type="email"] {
  background: #eee;
  border: none;
  color: #29ABE2;
  font-size: 16px;
  max-width: 100%;
  padding: 8px 0 8px 8px;
  width: 97%;
}


#crfb-app-wrapper input[type="submit"],
#crfb-app-wrapper .btn-blue {
  background: #29ABE2;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 300;
  max-width: 85px;
  outline: 0;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 90%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#crfb-app-wrapper #submit_budget_form.submitting {
  background: #ccc url(images/loading2.gif) 50% 50% no-repeat;
  background-size: 20px 20px;
}

#crfb-app-wrapper #repBucket .btn-blue {
  margin: 10px 10px 0 0;
  width: auto;
  max-width: 100%;
}

#crfb-app-wrapper #findYourRepForm {
  margin-top: 2em;
}

#crfb-app-wrapper #repBucket .rep-container {
  padding-bottom:2rem;
}
#crfb-app-wrapper #repBucket .rep-name {
  font-weight:bold;
}
#crfb-app-wrapper #repBucket p {
  margin:0px;
}
#crfb-app-wrapper #repBucket span {
  display:block;
}





#crfb-app-wrapper select {
  background: #F8F8F8;
  border: none;
  color: #29ABE2;
  font-size: 16px;
  max-width: 100%;
  padding: 7px 0 7px 8px;
  width: 100%;
}

#crfb-app-wrapper .top_results .email-container {
  width:75%;
  float:left;
}

#crfb-app-wrapper .top_results .zip-code,
#crfb-app-wrapper .top_results .gender-select {
  float: left;
  width: 25%;
}

#crfb-app-wrapper .top_results .party-affiliation {
  float: left;
  width: 40%;
}
#crfb-app-wrapper #results-submission-feedback {
  clear:both;
  float:right;
}
#crfb-app-wrapper .top_results .submit {
  float:right;
  margin-right: 5px;
  margin-top: 25px;
}


#crfb-app-wrapper .top_results .gender-select {
  margin: 0 13px 0 0;
}

#crfb-app-wrapper .top_results .newsletter {
  margin: 0 0 0 40px;
}


#crfb-app-wrapper .column-3-to-1 {
  clear:both;
  border-top:1px solid #efefef;
  margin-top:2em;
}

#crfb-app-wrapper .column-3-to-1 > div {
  width:38%;
  float:left;
  padding-right:10px;
}
#crfb-app-wrapper .column-3-to-1 > div.discuss {
  width: 37%
}
#crfb-app-wrapper .column-3-to-1 > div.print {
  width:25%;
}
#crfb-app-wrapper .column-3-to-1 > div.print span {
  display:none;
}
#crfb-app-wrapper .column-3-to-1 p {
  font-size:13px;
}
#crfb-app-wrapper .get-involved {
  clear:both;
  margin-top:2em;
  border-top: 1px solid #EFEFEF;
}
#crfb-app-wrapper .get-involved img {
  float:left;
  display:block;
  width:32%;
  margin-right:6%;
  height:auto !important;
  position: relative;
  top:15px;
}
#crfb-app-wrapper .get-involved > div {
  float:left;
  width:60%;
}
#crfb-app-wrapper .right_side_results .share {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
}

#crfb-app-wrapper .left_side_bottom {
  clear: both;
  border-top: 1px solid #EFEFEF;
  margin: 1em 0 0;
  padding: 1em 0 0;
}

#crfb-app-wrapper .left_side_bottom .right_intro_text {
  margin: 0;
}

#crfb-app-wrapper .left_side_bottom .right_side_results .zip-code {
  margin: 0 0 10px;
}

#crfb-app-wrapper .left_side_bottom .right_side_results .zip-code input {
  max-width: 175px;
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  #crfb-app-wrapper .left_side_results .zip-code,
  #crfb-app-wrapper .left_side_results .gender-select,
  #crfb-app-wrapper .left_side_results .party-affiliation {
    float: none;
    margin: 0;
    width: auto;
  }

  #crfb-app-wrapper .left_side_results .submit {
    float: none;
    margin-top: 1em;
  }
}

@media only screen  and (min-width: 767px) {
  #crfb-app-wrapper .left_side_results,
  #crfb-app-wrapper .right_side_results {
    clear: none;
    margin-left: 0;
  }

  #crfb-app-wrapper .left_side_results {
    float: left;
    width: 50%;
  }

  #crfb-app-wrapper .right_side_results {
    float: right;
    margin-right: 0;
    width: 46%;
  }
}

@media only screen and (min-width: 501px) and (max-width: 766px) {
  #crfb-app-wrapper .left_side_results input.email {
    width: 95%;
  }

  #crfb-app-wrapper .left_side_results .zip-code,
  #crfb-app-wrapper .left_side_results .gender-select {
    margin: 0 10px 0 0;
    max-width: 177px;
    width: 27%;
  }
}

@media only screen and (max-width: 500px) {
  #crfb-app-wrapper .left_side_results input[type="text"],
  #crfb-app-wrapper .left_side_results input[type="email"] {
    width: 98%;
  }

  #crfb-app-wrapper .left_side_results .zip-code,
  #crfb-app-wrapper .left_side_results .gender-select,
  #crfb-app-wrapper .left_side_results .party-affiliation {
    float: none;
    margin: 0;
    width: auto;
  }

  #crfb-app-wrapper .left_side_results .submit {
    float: none;
    margin-top: 1em;
  }

  #crfb-app-wrapper #progress_area #need_to_cut .fa-arrow-down {
    display: none;
  }
  #crfb-app-wrapper .column-3-to-1 > div.share,
  #crfb-app-wrapper .column-3-to-1 > div.discuss,
  #crfb-app-wrapper .column-3-to-1 > div.print {
    width:100%;
    float:none;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* FOOTER */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper #app-footer {
  background: #f8f8f8;
  border-top: 1px solid #ececec;
  font-size: 18px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2000;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
}

#crfb-app-wrapper .showMoreInfo #app-footer {
  z-index: 1;
}

#crfb-app-wrapper #app-footer .INT {
  padding: 10px 53px 10px 20px;
}

#crfb-app-wrapper #app-footer a {
  color: #445360;
  text-decoration: none;
}

#crfb-app-wrapper #app-footer li {
  display: inline-block;
}

#crfb-app-wrapper #app-footer_menu {
  float: left;
  width: 60%;
  font-size: 12px;
  position: relative;
  top: 2px;
}

#crfb-app-wrapper #app-footer_menu li {
  border-right: 1px solid #808080;
  line-height: 1;
}

#crfb-app-wrapper #app-footer_menu li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#crfb-app-wrapper #app-footer_sharing {
  float: right;
  text-align: right;
  width: 40%;
}

@media only screen and (min-width: 768px) {
  #crfb-app-wrapper #app-footer {
    height: 40px;
    position: fixed;
    z-index: 10002;
  }

  #crfb-app-wrapper #app-footer_menu li {
    padding-right: 2em;
    margin-right: 2em;
  }
}

@media only screen and (max-width: 767px) {
  #crfb-app-wrapper #app-footer_menu li {
    padding-right: 1em;
    margin-right: 1em;
  }

  #crfb-app-wrapper #app-footer {
    visibility: hidden;
  }

  .show-stepX #crfb-app-wrapper #app-footer {
    visibility: visible;
  }
}

@media only screen  and (max-width: 500px) {
  #crfb-app-wrapper #app-footer .INT {
    padding: 10px 0;
  }

  #crfb-app-wrapper #app-footer_menu {
    float: none;
    text-align: center;
    width: auto;
  }

  #crfb-app-wrapper #app-footer_menu li {
    border-right: none !important;
    display: block !important;
    margin-right: 0;
    padding: 0 0 10px;
  }

  #crfb-app-wrapper #app-footer_sharing {
    float: none;
    text-align: center;
    width: auto;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* MODALS */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper .modal-link-container ~ .modal-content {
  position: absolute;
  top: -8765em;
}

#crfb-app-wrapper #modal,
#crfb-app-wrapper #more-info {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  line-height: 1.8;
}

#crfb-app-wrapper .showModal #modal,
#crfb-app-wrapper .showMoreInfo #more-info {
  left: 0%;
}

#crfb-app-wrapper #modal .INT,
#crfb-app-wrapper #more-info .INT {
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #35373f;
  overflow-x: hidden;
}

#crfb-app-wrapper .showModal #modal .INT,
#crfb-app-wrapper .showMoreInfo #more-info .INT {
  top: 0%;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
}

#crfb-app-wrapper #modal .INT .content,
#crfb-app-wrapper #more-info .INT .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 40px;
  color: #fff;
  box-sizing: border-box;

}

#crfb-app-wrapper #modal a {
  text-decoration: underline;
}

#crfb-app-wrapper .showModal #modal *,
#crfb-app-wrapper .showMoreInfo #more-info * {
  color: #fff;
}

#crfb-app-wrapper .close-btn,
#crfb-app-wrapper .close-btn-more {
  font-size: 17px;
  position: fixed;
  z-index: 10001;
  right: -100px;
  top: 85px;
}

#crfb-app-wrapper .showModal .close-btn,
#crfb-app-wrapper .showMoreInfo .close-btn-more {
  right: 30px;
  top: 30px;
  transition-delay: 3s;
  -webkit-transition: right 1s;
  -moz-transition: right 1s;
  -ms-transition: right 1s;
  -o-transition: right 1s;
  transition: right 1s;
}

#crfb-app-wrapper #modal .close-btn a,
#crfb-app-wrapper #more-info .close-btn-more a {
  background: #C1272D;
  color: #FFF;
  opacity: .8;
  padding: 3px 10px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #crfb-app-wrapper #modal .INT,
  #crfb-app-wrapper #more-info .INT {
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  #crfb-app-wrapper .showModal #modal .INT,
  #crfb-app-wrapper .showMoreInfo #more-info .INT {
    left: 0%;
    top: 0;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
  }

  #crfb-app-wrapper .close-btn,
  #crfb-app-wrapper .close-btn-more {
    top: -40px;
    right: -100px;
  }

  #crfb-app-wrapper .showModal .close-btn,
  #crfb-app-wrapper .showMoreInfo .close-btn-more {
    top: 20px;
    right: 20px;
    -webkit-transition: right 1s;
    -moz-transition: right 1s;
    -ms-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* MORE INFO PANELS */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */

#crfb-app-wrapper .more-info {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#crfb-app-wrapper #more-info .INT {
  left: 100%;
}

#crfb-app-wrapper .showMoreInfo #more-info .INT {
  left: 0%;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}

#crfb-app-wrapper .showMoreInfo h2,
#crfb-app-wrapper .showMoreInfo h3 {
  color: #fff;
  font-weight: 500;
}

#crfb-app-wrapper .showMoreInfo #more-info p {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 1.6em;
}

#crfb-app-wrapper .showMoreInfo #more-info .content > p {
  font-size: 15px;
}

#crfb-app-wrapper #more-info h2 {
  margin-bottom: 1em;
}

#crfb-app-wrapper .showMoreInfo #more-info .INT .content {
  padding: 40px 40px 40px 80px;
}

#crfb-app-wrapper .showMoreInfo #scrollContainer {
  opacity: 0.2;
}

#crfb-app-wrapper .showMoreInfo #more-info .impact {
  display: block;
  margin: 5px 0 10px;
}

@media only screen and (max-width: 767px) {
  #crfb-app-wrapper .showMoreInfo #more-info {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto !important;
  }

  #crfb-app-wrapper #more-info .INT {
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
  }

  #crfb-app-wrapper .showMoreInfo #more-info .INT {
    left: 0%;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* HP */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */

#crfb-app-wrapper .hp-col {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 2em;
}

#crfb-app-wrapper .hp-40-col {
  border-left: 1px solid #ccc;
}

#crfb-app-wrapper .hp-40-col + p {
  clear: both;
}

#crfb-app-wrapper .hp-col .percentage {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #29abe2;
  line-height: 1;
}

#crfb-app-wrapper .hp-col .percentage strong {
  border-bottom: 1px solid #ccc;
}

#crfb-app-wrapper .hp-col .year {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  padding-top: 14px;
}

#crfb-app-wrapper #step1 .panel-intro .hp-col p {
  color: #29abe2;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 1em;
  text-align: center;
}

#crfb-app-wrapper #step1 .panel-intro .hp-40-col .percentage,
#crfb-app-wrapper #step1 .panel-intro .hp-40-col p {
  color: #0080aa;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* DEBUG CONSOLE */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper #console {
  position: fixed;
  width: 50%;
  z-index: 100;
  top: 25%;
  right: 0;
  bottom: 25%;
  left: 50%;
  background: #000;
  opacity: 0.85;
  color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  display: none;
}

#crfb-app-wrapper #bar_chart_results ul {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#crfb-app-wrapper #bar_chart_results li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#crfb-app-wrapper .app-body .state,
#crfb-app-wrapper .app-body .sidebar-intro,
#crfb-app-wrapper .app-body.results-panel-active .state.state1,
#crfb-app-wrapper .app-body.results-panel-active .state.state2,
#crfb-app-wrapper .app-body.results-panel-active .state.state3,
#crfb-app-wrapper .app-body.results-panel-active .state.state4,
#crfb-app-wrapper .app-body.results-panel-active .state.state5 {
  display: none;
}

#crfb-app-wrapper .app-body.percentageIn10-not-met .state1,
#crfb-app-wrapper .app-body.percentageIn10-met .state2,
#crfb-app-wrapper .app-body.percentageIn10-met .state3,
#crfb-app-wrapper .app-body.percentageIn10-met.percentageTarget-met .state4 {
  display: block;
}

#crfb-app-wrapper .app-body.percentageIn10-met.percentageTarget-met .state3,
#crfb-app-wrapper .app-body.intro-active .state {
  display: none;
}

#crfb-app-wrapper .app-body.intro-active .state1 {
  display: block;
}

#crfb-app-wrapper .app-body.intro-active .sidebar-intro {
  display: block;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* RESULTS CHART */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
.screen-mode #crfb-app-wrapper .area_chart_container {
  background: url(../img/bg-areaChart.png) bottom left no-repeat;
  padding-bottom: 5px;
  padding-top: 60px;
  padding-top: 0;
  margin-bottom: 40px;
  max-width: 300px;
}

.screen-mode #crfb-app-wrapper #area_chart {
  height: 174px;
  height: 348px;
}

.screen-mode #crfb-app-wrapper #area_chart .INT {
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}

.screen-mode #crfb-app-wrapper #area_chart .bar-container {
  float: left;
  height: 174px;
  height: 348px;
  width: 20%;
  margin: 0 10% 0 29%;
  position: relative;
}

.screen-mode #crfb-app-wrapper #area_chart .bar-container.bar-target {
  margin-left: 1%;
}

.screen-mode #crfb-app-wrapper #area_chart .bar-container .INT {
  position: absolute;
  bottom: 0;
}

.screen-mode #crfb-app-wrapper #area_chart .bar {
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
}

.screen-mode #crfb-app-wrapper #area_chart .bar .fill {
  color: #fff;
  background-color: #0080aa;
  position: relative;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  max-height: 70% !important;
}

.screen-mode #crfb-app-wrapper #area_chart .bar-focus .bar .fill {
  background-color: #29abe2;
}

.screen-mode #crfb-app-wrapper .percentageIn10-met #area_chart .bar-focus .bar .fill,
.screen-mode #crfb-app-wrapper .percentageTarget-met #area_chart .bar-target .bar .fill {
  background-color: #39b54a;
}

.screen-mode #crfb-app-wrapper #area_chart .bar:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 40%;
  bottom: 20%;
  z-index: 4;
  right: 0;
  box-sizing: content-box;
  text-align: left;
}

.screen-mode #crfb-app-wrapper #area_chart .bar-focus .bar:before {
  bottom: 70%;
  bottom: 35%;
}

.screen-mode #crfb-app-wrapper .percentageIn10-met #area_chart .bar-focus .bar:before,
.screen-mode #crfb-app-wrapper .percentageTarget-met #area_chart .bar-target .bar:before {
  display: none;
}

.screen-mode #crfb-app-wrapper #area_chart .bar .fill .text {
  position: absolute;
  top: -40px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #0080aa;
  font-size: 2em;
  font-weight: 400;
}

.screen-mode #crfb-app-wrapper #area_chart .bar-focus .bar .text {
  color: #29abe2;
}

.screen-mode #crfb-app-wrapper .percentageIn10-met #area_chart .bar-focus .bar .text,
.screen-mode #crfb-app-wrapper .percentageTarget-met #area_chart .bar-target .bar .text {
  color: #39b54a;
}

.screen-mode #crfb-app-wrapper #area_chart .bar .fill .text em {
  font-style: normal;
  font-size: 0.75em;
  margin-left: 2px;
}

.screen-mode #crfb-app-wrapper #area_chart .bar .fill .year {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  -webkit-transition: bottom 1s, color 1s;
  -moz-transition: bottom 1s, color 1s;
  -ms-transition: bottom 1s, color 1s;
  -o-transition: bottom 1, color 1s;
  transition: bottom 1s, color 1s;

}

.screen-mode.bar-chart-small #crfb-app-wrapper #area_chart .bar .fill .year {
  bottom: -30px;
  color: #333;
}

.screen-mode #crfb-app-wrapper #area_chart .bar .fill .year
.screen-mode #crfb-app-wrapper #curve_chart {
  height: 200px;
  width: 100%;
}

#crfb-app-wrapper .form_wrapper .balance ul li span.columntargetyr {
  display: none;
}

.screen-mode #crfb-app-wrapper #more-info .columntargetyr {
  display: inline-block;
}

.print-mode #crfb-app-wrapper #area_chart * {
  height: auto !important;
}

#crfb-app-wrapper .bar-chart-horizontal {
  display: none;
}

#crfb-app-wrapper .results-panel-active .bar-chart-horizontal {
  display: block;
}

#crfb-app-wrapper .bar-chart-horizontal .bar:nth-child(2n+1) {
  background: #efefef;
}

#crfb-app-wrapper .bar-chart-horizontal .bar {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1;
  padding: 5px 5px 4px;
}

#crfb-app-wrapper .bar-chart-horizontal .bar:after {
  content: "";
  display: table;
  clear: both;
}

#crfb-app-wrapper .bar-chart-horizontal .bar .title {
  float: left;
  width: 25%;
  margin-right: 5%;
  font-size: 13px;
  color: #000;
}

#crfb-app-wrapper .bar-chart-horizontal .bar .bar-graph-container {
  float: left;
  width: 50%;
  margin-right: 5%;
  height: 15px;
  position: relative;
  overflow-x: hidden;
}

#crfb-app-wrapper .bar-chart-horizontal .bar .bar-graph-container .marker {
  position: absolute;
  left: 50%;
  height: 15px;
  background: #666;
  content: '';
  display: block;
  z-index: 1;
  width: 0%;
}

#crfb-app-wrapper .bar-chart-horizontal .bar .bar-graph-container .marker.negative {
  left: auto;
  right: 50%;
  background: #c1272d;
}

#crfb-app-wrapper .bar-chart-horizontal .bar .total {
  float: left;
  width: 15%;
  text-align: right;
  font-size: 13px;
  color: #000;
}

#crfb-app-wrapper .show-after-results-submission {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

#crfb-app-wrapper .results-form-submitted .show-after-results-submission {
  opacity: 1;
  height: auto;
  overflow: visible;
  padding-bottom: 110px;
  position: relative;
}

#crfb-app-wrapper .results-form-submitted .show-after-results-submission:after {
  content: '';
  display: block;
  width: 107px;
  height: 88px;
  background: url(../img/policy-icon.png) 0 0 no-repeat;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -44px;
}

#crfb-app-wrapper #results-submission-feedback p,
p.error {
  font-size: 16px;
  color: #c1272d;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* FRAMED WRAPPER */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#crfb-app-wrapper.framed .fixed-conditional > .INT {
  display: inline;
}

@media only screen and (min-width: 768px) {
  #crfb-app-wrapper.framed #app-footer {
    position: relative;
    z-index: 2;
  }

  .screen-mode.can-contain-sidebar.fixed-sidebar #crfb-app-wrapper.framed #progress_area {
    padding-top: 389px;
  }

  .screen-mode.can-contain-sidebar.fixed-sidebar #crfb-app-wrapper.framed .area_chart_container {
    margin-top: 20px;
  }

  .screen-mode.can-contain-sidebar.fixed-sidebar #crfb-app-wrapper.framed .fixed-conditional {
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 2;
  }

  .screen-mode.can-contain-sidebar.fixed-sidebar #crfb-app-wrapper.framed .fixed-conditional > .INT {
    width: 1020px;
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }

  .screen-mode.can-contain-sidebar.fixed-sidebar #crfb-app-wrapper.framed .fixed-conditional > .INT > .INT {
    width: 40%;
    float: right;
    margin-right: -20px;
    background: #fff;
  }
}

#crfb-app-wrapper.framed #scroll {
  height: auto;
}

#crfb-app-wrapper .selectBox.gender.selectBox-dropdown {
  margin-bottom: 1em;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* FRAMED WRAPPER TEMP FIXES */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
#block-menu_block-1 ul.menu li .nolink,
#block-menu_block-1 ul.menu li a {
  font-size: 14px;
}

.not-front #main {
  padding: 0;
}

#page #block-menu_block-1 ul.menu li .icon,
#block-search-form.icon-opener .form-type-textfield.form-item-search-block-form label {
  display: none;
}

/* PRINT */

body.print-mode .print-hide,
body.print-mode .left_side_results,
body.print-mode .right_side_results,
body.print-mode #app-header,
body.print-mode #app-footer,
body.print-mode #main-header,
body.print-mode #menu-wrapper,
body.print-mode #footer,
body.print-mode .more-info,
body.print-mode .more_info,
body.print-mode .bottom_button_div {
  display: none !important;
}

.print-only,
body.print-mode li.radio,
body.print-mode li.checkbox,
body.print-mode li.sub {
  display: none;
}

body.print-mode .print-only,
body.print-mode li.checkbox.print-show,
body.print-mode li.radio.print-show,
body.print-mode li.sub.print-show {
  display: block;
}

body.print-mode #scroll {
  float: none;
  width: 100%;
}

body.print-mode #progress_area {
  clear: both;
  float: left;
  margin-top: 0;
  width: 60% !important;
  padding:0 20px;
}

body.print-mode #crfb-app-wrapper #scroll {
  width: 100%;
}

body.print-mode #crfb-app-wrapper #scrollContainer > li {
  display: block;
}

body.print-mode #crfb-app-wrapper #scrollContainer > li.sub {
  display: none;
}

body.print-mode #crfb-app-wrapper #scrollContainer > li.sub.print-show {
  display: block;
}

body.print-mode .panel-intro,
body.print-mode #crfb-app-wrapper #scrollContainer > li:first-child {
  display: none;
}

body.print-mode #crfb-app-wrapper .form_wrapper {
  margin-top: 0;
}

body.print-mode #crfb-app-wrapper .form_wrapper .balance ul li {
  padding-left: 0;
}

body.print-mode #crfb-app-wrapper .form_wrapper .balance ul li.radio {
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0px;
  margin: 14px 0 0 0;
}

body.print-mode #crfb-app-wrapper .form_wrapper .balance ul li label {
  font-weight: normal;
}

body.print-mode #crfb-app-wrapper .form_wrapper .balance ul li label:before,
body.print-mode #crfb-app-wrapper .form_wrapper .balance ul li label:after {
  display: none;
}

body.print-mode #crfb-app-wrapper .form_wrapper ul li.radio + li.checkbox,
body.print-mode #crfb-app-wrapper .form_wrapper ul li.radio + li.radio.heading {
  padding-top: 0;
  border-top: none;
}

body.print-mode #hide-print-view {
  padding: 20px 20px 0;
  font-weight:bold;
}

body.print-mode #crfb-app-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0;
}
body.print-mode #crfb-app-wrapper .bar-chart-horizontal .bar .bar-graph-container .marker {
  display:none;
}
body.print-mode #crfb-app-wrapper .bar-container {
  padding:10px 0;
}
body.print-mode #crfb-app-wrapper .bar-container .text {
  font-weight:bold;
}

#crfb-app-wrapper .callout-box {
  background:#29abe2;
  color:#fff;
  padding:20px;
}
#crfb-app-wrapper .callout-box * {
  color:#fff;
}


#crfb-app-wrapper .no-pdf {
  padding:0 20px;
}
#crfb-app-wrapper ul.no-pdf {
  list-style: disc;
  margin-left:30px;
}