/* BASIC STYLINGS
============================================================================= */
/* body                            { padding-top:20px;} */
pre                             { margin-bottom:20px; }
body{background-color:#fff;touch-action: manipulation;}
/* form styling */
#form-container                { margin-bottom:20px;
    border-radius:5px; }
#form-container .page-header   { margin:0; padding:30px;
    border-top-left-radius:5px; border-top-right-radius:5px; }
#contribution-calc{width:100%;overflow-x:hidden;}
/* numbered buttons */
#status-buttons a               { color:#FFF; display:inline-block; font-size:12px; margin-right:10px; text-align:center; text-transform:uppercase; }
#status-buttons a:hover         { text-decoration:none; }
#status-buttons span            { background:#080808; display:block; height:30px; margin:0 auto 10px; padding-top:5px; width:30px;
    border-radius:50%; }
.calculators-component p{color:gray;}
/* active buttons */
#status-buttons a.active span   { background:#00BC8C; }
.contribution-calc-container{margin-left:15px;margin-right:15px;min-height:600px;}

a.back-button, a.back-button:link, a.back-button:visited, a.back-button:hover, a.back-button:active {
  font-size:20px;
  line-height:48px;
  font-weight:700;
  color:#666;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
#form-views a.button{cursor:pointer;font-size:20px;}
button.button{color:white;border:none;font-size:16px;padding-bottom:8px;}
.step{width:100%;}
.article-page #contribution-calc h2{
    font-size:31px;
    border:none;
}

label.question{font-size:22px;color:#666;}
label.multiquestion{font-size:22px;color:#666;padding-left:0;font-weight:bold;}
.article-page #contribution-calc p{font-size:20px;}
.article-page #contribution-calc h2 sup{
    top:-0.7em;
    font-size:52%;
}

.contribution-calc .checkbox .inputs label, .contribution-calc .radio .inputs label{
  margin-right:75px;
}
.contribution-calc .radiolabel span, .contribution-calc .checkboxes span{
  left:8px;
  text-transform: uppercase;
  color:#666;
  font-weight:bold;
  font-size:16px;
}
.contribution-calc .inputs select{
  padding:8px;
  border:3px solid #c2c2c2;
  outline:none;
  color:#666;
  font-weight:bold;
}
.contribution-calc .inputs .inputText{
  outline:none;
  border:3px solid #c2c2c2;
  color:#777;
  padding:4px;
  font-weight:bold;
  font-size:19px;
  text-transform:uppercase;
}
.contribution-calc .inputs.currency .inputText{
  padding-left:15px;
}
.contribution-calc .inputs.currency::before{
  content: "\0024";
  position:absolute;
  display:inline-block;
  vertical-align:top;
  width:15px;
  height:40px;
  left:20px; 
  text-align:center;
  font-weight:bold;
  font-size:19px;
  padding-top:7px;
  color:#777;
}
.contribution-calc .inputs .inputText::placeholder{
  color:#e2e2e2;
}
.contribution-calc .inputs .inputText.currency{
  padding-left:15px;
}
.article-page .contribution-calc h3{
  font-size:28px;
  color:#007041;
}

.inputs{margin:8px 0 20px 0;}
.inputs.currency{margin-bottom:25px;}
.loadingOverlay{
	width:100vw;
	height:100vh;
	position:absolute;
	z-index:999999;
	margin-top:-20px;
	background-color:white;
}
.loadingOverlay img{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	top:37%;
}

.container.pagemain.article-page .row div.col-xs-12{
    position:relative;
}


.key-color-box{
    height:50px;
    width:50px;
}


.hiddenSlide{
  opacity: 0;
  position:absolute;
  top:-35px;
  z-index:-500;
}
.hiddenSlide.topSlide{
  opacity:1;
  top:0;
  position:relative;
  z-index:0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
body{
    background-color:#fff;
    overflow-x:hidden;
    background-repeat:no-repeat;
    background-position:center 418px;
}
footer{
    background-color:#fff;
}
.upper-footer, .lower-footer{background-color:#fff;}

/* Checkmark & Radio style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }

  100% {
    height: 5px;
  }
}

@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 25px;
  }
}

@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 25px;
  }
}

@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 25px;
  }
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radiolabel, .checkboxes {
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 3px solid #c2c2c2;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}

.radiolabel span, .checkboxes span{
    position:relative;
    left:20px;
    min-width:425px;
    display:block;
    float:left;
}

.radiolabel::before, .radiolabel::after, .checkboxes::before, .checkboxes::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #01a860;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  content: ' ';
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}

.radiolabel::before, .checkboxes::before {
  top: 16px;
  left: 10px;
  box-shadow: 0 0 0 2px #fff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.radiolabel::after, .checkboxes::after {
  top: 10px;
  left: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=radio]:checked + .radiolabel, input[type=checkbox]:checked + .checkboxes,
.radiolabel.checked, .checkboxes.checked {
  border-color: #01a860;
}

input[type=radio]:checked + .radiolabel::after, input[type=checkbox]:checked + .checkboxes::after,
  .radiolabel.checked::after, .checkboxes.checked::after {
  height: 50px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}

input[type=radio]:checked + .radiolabel::before, input[type=checkbox]:checked + .checkboxes::before,
  .radiolabel.checked::before, .checkboxes.checked::before {
  height: 120px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
/* ANIMATION STYLINGS
============================================================================= */

.right-pad-0{padding-right:0;}
.button-row{margin-top:20px;}
/* basic styling for entering and leaving */
/* left and right added to ensure full width */
#form-views.ng-enter,
#form-views.ng-leave      { position:relative; left:30px; right:30px;
    transition:0.5s all ease; -moz-transition:0.5s all ease; -webkit-transition:0.5s all ease;
}
.contribution-calc #form-views.ng-leave{opacity:0;}
.radiolabel.yearLabel span{
  font-size:22px;
  bottom:6px;
  color:#007041;
}
.radiolabel.yearLabel{
  margin-bottom:10px;
}
.contributeButton{
  margin:20px;
  margin-left:0;
  margin-bottom:45px;
}
.contributeButton .button.arrows-button{
  padding:8px 15px;
  padding-top:9px;
}
.legalText span{
  font-style:italic;
  font-size:16px;
  line-height:1.4;
  color:#c2c2c2;
}
/* enter animation */
#form-views.ng-enter            {
    -webkit-animation:slideInRight 0.5s both ease;
  -moz-animation:slideInRight 0.5s both ease;
  animation:slideInRight 0.5s both ease;
}

/* leave animation */
#form-views.ng-leave            {
    -webkit-animation:slideOutLeft 0.5s both ease;
  -moz-animation:slideOutLeft 0.5s both ease;
  animation:slideOutLeft 0.5s both ease;
}

.callout-box{
  background-color:#f6f6f6;
  margin-top:45px;
  padding-top:30px;
  padding-bottom:30px;
}
.callout-box h4{color:#007041;}
.callout-box a{
  color:#666;
  text-transform:uppercase;
  font-style:italic;
}
.single-callout-text a:hover{
  color:#333;
}
.single-callout-text{
  padding-top:15px;
}
.single-callout-text h3{
  margin-bottom:0;
}
.paycheckAmount{
  font-weight:bold;
  font-size:21px;
  color:#007041;
}
.taxYearPast .rz-pointer.rz-pointer-min::after{
  display:none;
}
.resultsPerPaycheckHeader, .resultsMobileNumbersHeader{
  background-color:#007041;
  color:#fff;
  font-style:italic;
  padding:13px;
  text-transform:uppercase;
}
.article-page #contribution-calc p.sub-result{
  font-size:9vw;
  padding:40px;
  padding-bottom:20px;
  font-weight:bold;
  color:#007041;
  text-align:center;
  position:relative;
  left:-4px;
}
.sub-result-info{
  font-size:24px;
  color:#007041;
  font-style:italic;
  padding:15px;
}
div.resultsPerPaycheckHeader p{color:#fff;}
input[type='text'].resultsPerPaycheckInput{padding-left:0;padding-right:0;}
.resultsPerPaycheck{background-color:#f8f8f8;float:left;}
.article-page #contribution-calc .resultsPerPaycheckHeader p{color:#fff;font-size:22px;}
.resultsMobileNumbers{background-color:#f8f8f8;}
.article-page #contribution-calc .resultsMobileNumbersHeader p{color:#fff;font-size:22px;}
/* .contribution-calc .perpaycheckContainer .resultsPerPaycheck::before{
  content: "\0024";
  position:absolute;
  display:inline-block;
  vertical-align:top;
  width:50px;
  height:40px;
  left:45px; 
  text-align:center;904-
  font-weight:bold;
  font-size:5.5em;
  color:#007041;
  padding-top:5px;904-982-0138
} */
.results-upper h3{padding-left:15px;}
.perpaycheckContainer.remainingContributionPast .resultsPerPaycheck{
  padding-left:0;
}
.perpaycheckContainer{margin-bottom:15px;}
.resultsPerPaycheck div{
  width:15%;
  float:left;
}
.resultsPerPaycheckInput{
  outline:none;
  border:none;
  font-size:5.8em;
  font-weight:bold;
  color:#007041;
  cursor:default;
  float:left;
  width:85%;
  text-align:center;
  background:transparent;
}
.resultsPerPaycheckInput.fullPaycheckWidth{
  max-width:100%;
  width:100%;
}

.button-row.sec1nxtbtn button{
  border:3px solid #007041;
}

.paycheckBtns{
  margin-top:28px;
  position:relative;
}
.paycheckBtns button{
  outline:none;
  border:none;
  color:#fff;
  font-size:35px;
  font-weight:bold;
  height:35px;
  width:35px;
  display:block;
  line-height:0;
  padding:0;
  margin:0;
}
.resultsSlider{
  margin-top:75px;
  margin-bottom:75px;
  margin-left:25px;
}
.paycheckBtns button:nth-child(1){
  margin-bottom:5px;
}
.paycheckBtns button.upBtn{
  background-color:#92d400;
  padding-top:2px;
}
.paycheckBtns button.dwnBtn{
  background-color:#d85253;
  padding-bottom:2px;
}
.paycheckBtns button[disabled]{
  cursor:not-allowed;
}




/* Results Slider Styling */

.rzslider::before{
  content:"";
  display:block;
  border:4px solid #92d400;
  height:40px;
  width:10px;
  position:absolute;
  left:-10px;
  bottom:-23px;
  background:#92d400;
}
.rzslider::after{
  content:"";
  display:block;
  border:4px solid #92d400;
  height:40px;
  width:10px;
  position:absolute;
  right:-10px;
  bottom:-23px;
  background:#92d400;
}


.rz-pointer.rz-pointer-min::after{
  display:block;
  content:"You will be here";
  height:74px;
  width:155px;
  position:absolute;
  left:-62px;
  text-align:center;
  padding-top:10px;
  background-color:#007041;
  color:#fff;
  font-style:italic;
  z-index: -1;
  top:50px;
  text-transform:uppercase;
  font-size:13px;
}

#sliderValue h2{
  color:#fff;
  position:relative;
  top:29px;
}
#sliderValue{
  top:25px;
  left:-62px;
  position:relative;
  width:155px;
  height:74px;
  text-align:center;
}
.rz-bubble.rz-model-value{
  position:relative;
  top:18px;
  font-size:36px;
  font-weight:bold;
  padding-left:30px;
  z-index:-1;
  color:transparent;
}
.rzslider .rz-bar{height:14px;}

#resultsSlider > div > span:nth-child(12){visibility:hidden!important;}
/* .rzslider .rz-pointer-min:after{
  background:transparent!important;
} */
.rzslider .rz-pointer{
  background:#007041;
  border:5px solid #007041;
  top:-9px;
}
.rzslider .rz-pointer-min{
  background:#d0eb8a;
}
 .rzslider .rz-pointer:hover{
  background-color:#007041;
} 
.taxYearPast .rzslider .rz-pointer:hover{
  background-color:#d0eb8a;
  cursor:default;
}
.rz-pointer{
  outline:none;
}
.rzslider .rz-bar{
  background:#007041;
}
.rzslider .rz-selection{
  background:#d0eb8a;
}
.rz-bar.rz-selection::before{
  content:"";
  display:block;
  background:#007041;
  border:5px solid #007041;
  top:-9px;
  border-radius:25px;
  width:32px;
  height:32px;
  position:relative;
  left:-16px;
}
.rz-bubble.rz-limit.rz-ceil, .rz-bubble.rz-limit.rz-floor, .rz-bubble.rz-model-value, .rz-bubble.rz-model-high{
  visibility: visible!important;
}
.rz-bubble.rz-limit.rz-floor{
  left:-9px!important;
  color:#007041;
  bottom:22px;
  font-size:2.2em;
  font-weight:bold;
  background-color:#fff;
  z-index:1;
}
.testClass{border:1px solid red;}
.rz-bubble.rz-limit.rz-floor::before, .rz-bubble.rz-limit.rz-ceil::before{
  content:"$";
  display:block;
  color:#007041;
  position:absolute;
  left:-17px;
  background-color:#fff;
}
.rz-bubble.rz-limit.rz-ceil{
  left:unset!important;
  color:#007041;
  font-family:"Roboto Condensed", arial, helvetica, verdana, sans-serif;
  font-size:2.2em;
  font-weight:bold;
  right:-105px;
  bottom:19px;
}
#yourmaxcontribution span::after{
content:'';
display:inline-flex;
position:relative;
height:30px;
width:500%;
background-color:#fff;
}
#remainingAmount{
  position:absolute;
  bottom:47px;
}
/* #remainingAmount p::before{
  content:"$";
  display:block;
  position:absolute;
  left:-20px;
  background-color:#fff;
} */
.article-page #contribution-calc #remainingAmount p, .article-page #contribution-calc #yourhereValue p, .rz-bubble.rz-limit.rz-ceil{
  background-color:#fff;z-index:10;
}
.article-page #contribution-calc #remainingAmount p{
  color:#93d301;
  font-size:2.2em;
  font-weight:bold;
}
#yourhereValue{
  position:absolute;
  bottom:47px;
  left:-42px;
}
#yourhereValue span{
  position:absolute;
  bottom:30px;
  font-size:13px;
  font-family:"Roboto", arial, helvetica, verdana, sans-serif;
  text-transform:uppercase;
  left:1px;
  font-style:italic;
  color:#007041;
}
/* #yourhereValue p::before{
  content:"$";
  display:block;
  position:absolute;
  left:-20px;
  background-color:#fff;
} */
#yourmaxcontribution{
  position:absolute;
  right:-120px;
  bottom:62px;
  z-index:11;
}
.article-page #contribution-calc #yourmaxcontribution p{
  color:#007041;
  text-transform: uppercase;
  font-size:13px;
  font-style:italic;
  z-index:11;
  position: relative;
}
#yourmaxcontribution span{
  display: block;
  position:absolute;
  top:16px;
  font-family:"Roboto", arial, helvetica, verdana, sans-serif;
  font-size:2.2em;
  font-weight:bold;
  color: #007041;
  background-color:#fff;
}
.rz-bubble.rz-limit.rz-ceil{display:none;}
.remainingDottedLine{
  border-bottom:4px dotted #93d301;
  position:absolute;
  bottom:56px;
  z-index:0;
  background-color:#fff;
}
.fullDottedLine{
  border-bottom:4px dotted #007041;
  position:absolute;
  bottom:44px;
  z-index:1;
}
.article-page #contribution-calc #yourhereValue p{
  color:#007041;
  font-size:2.2em;
  font-weight:bold;
}
#sliderMask{
  height:50px;
  border:1px solid red;
  position:relative;
  bottom:18px;
}

.flex{display:flex;}
/*Tooltips*/
i.tooltips{
    /* display:flex; */
    height:30px;
    width:30px;
    color:#fff;
    background-color:#bebebe;
    font-style:unset;
    text-align:center;
    line-height:0;
    padding:15px 10px;
    margin-left:15px;
    position:relative;
    z-index:2;
    font-weight: normal;
    font-size:19px;
    bottom:0px;
}
i.tooltips:hover{
  cursor:default;
}

/* Tooltip text */
i.tooltips .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #01a862;
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height:1em;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: -70%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
i.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #007139 transparent;
}
.onTop{opacity:1;z-index:9999999;position:relative;}
.tooltip > .tooltip-inner{opacity:1;border:none;z-index:100;}

.tooltip-inner{font-size:12px;max-width:500px;width:350px;background-color:#007041;}
.tooltip-arrow{border-bottom-color:#007041}
.tooltip.in{
    filter: alpha(opacity=100);
    opacity:1;
}

.article-page #contribution-calc .tooltip-inner p{font-size:12px!important;}
/* Show the tooltip text when you mouse over the tooltip container */
i.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.popover-content{color:#fff;padding:9px;}
.popover{
    border-radius:0;
    border:none;
    box-shadow:none;
    background-color:#01a862;
}

.arrow{border-top-color:#01a862;}
.popover.top>.arrow:after{border-top-color:#01a862;}


md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon{
    background-color:#01a860;
}
.results-info h2{margin:0;margin-left:30px;display:inline-flex;top:-40px;position:relative;}
.results-info p{display:inline-flex;position:relative;left:158px;top:-83px;max-width:80%;}

.calc-title{
    padding-top:20px;
}
.progress {
  height: 1.5em;
  border-radius:0;
  width:65%;
  float:right;
}
i { line-height: 3.5em; }
.progress-bar {
  transition: width 1s ease-in-out;
}
.progress-bar-success{
    background-color:#039c5b;
}
.progress-bar-striped, .progress-striped .progress-bar{
    background-size:23px 23px;
}
.article-page #contribution-calc p{margin:0;}
.checkbox-grid li {
    display: block;
    float: left;
    width: 25%;
}
.h1-divider{
    margin-bottom:15px;
}
.check {
  display:inline-block;
  padding: 12px 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #eee;
  font-size: 18px;
  margin: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

  &.active {
    background: #00A3E0;
    transition: all 0.3s ease-in-out;
  }
}

/* Start page animations */


#results-banner{
    margin-top:60px;
}




/* ANIMATIONS
============================================================================= */
/* slide out to the left */
@keyframes slideOutLeft {
  to    { transform: translateX(-200%); opacity:0; }
}
@-moz-keyframes slideOutLeft {
  to    { -moz-transform: translateX(-200%);opacity:0; }
}
@-webkit-keyframes slideOutLeft {
  to    { -webkit-transform: translateX(-200%);opacity:0; }
}

/* slide in from the right */
@keyframes slideInRight {
  from  { transform:translateX(200%); }
  to    { transform: translateX(0); }
}
@-moz-keyframes slideInRight {
  from  { -moz-transform:translateX(200%); }
  to    { -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
  from  { -webkit-transform:translateX(200%); }
  to    { -webkit-transform: translateX(0); }
}



/*Responsive*/



/* @media only screen and (max-width: 1400px) {

    .upper-angle{top:-120%;}
    .key-item{width:100%;}


}

@media only screen and (max-width: 1200px){

    .results-info{margin:0;}
    body{background-position:center 276px;}

}

@media only screen and (min-width:992px) and (max-width: 1199px) {
    body{background-position: center 282px;}
    .results-info{margin-top:50px;}
}

  */

@media only screen and (max-width:1200px){
  .contribution-calc .single-callout-text h3{
    font-size:21px;
  }
  .resultsPerPaycheckInput{
    font-size:4.7em;
  }
  .contribution-calc .perpaycheckContainer .resultsPerPaycheck::before{
    font-size:4.5em;
  }
  .article-page #contribution-calc #yourmaxcontribution p, #yourhereValue span{
    font-size:11px;
  }
  .paycheckBtns{margin-top:15px;}
  #yourmaxcontribution{right:-139px;}
  #yourhereValue span{left:0;}
  #yourmaxcontribution{bottom:56px;}
  .article-page #contribution-calc #remainingAmount p, 
  #yourmaxcontribution span, 
  .article-page #contribution-calc #yourhereValue p, 
  .rz-bubble.rz-limit.rz-floor,
  .article-page #contribution-calc h2{
    font-size:1.8em;
  }
  .rz-bubble.rz-limit.rz-floor{
    bottom:25px;
  }
  #sliderValue{left:-63px;}
  #remainingAmount, #yourhereValue{bottom:45px;}
  #remainingAmount p{
    right:-22px;
  }

  .rz-bubble.rz-limit.rz-floor::before, .rz-bubble.rz-limit.rz-ceil::before{
    left:-13px;
  }
  .rz-bubble.rz-limit.rz-floor{left:-17px!important;}
}


@media only screen and (max-width:992px){
  .no-sm-padding{
    padding-left:0;
    padding-right:0;
  }
  .paycheckBtns{margin-top:5px;}
  #yourmaxcontribution{bottom:56px;}
  .article-page #contribution-calc #remainingAmount p, 
  #yourmaxcontribution span, 
  .article-page #contribution-calc #yourhereValue p, 
  .rz-bubble.rz-limit.rz-floor,
  .article-page #contribution-calc h2{
    font-size:1.4em;
    font-family:"Roboto Condensed", arial, helvetica, verdana, sans-serif;
  }
  #sliderValue{left:-63px;width:135px;}
  #remainingAmount, #yourhereValue{bottom:43px;}
  .rz-pointer.rz-pointer-min::after{
    width:134px;
    height:59px;
  }
  .remainingDottedLine{border-bottom:2px dotted #93d301;bottom:55px;}
  .fullDottedLine{border-bottom:2px dotted #007041;bottom:43px;}
  .rz-bubble.rz-limit.rz-floor{bottom:27px;}
  .rz-bubble.rz-limit.rz-floor::before, .rz-bubble.rz-limit.rz-ceil::before{left:-9px;}
  .rz-bubble.rz-limit.rz-ceil::before{top:9px;}
  #yourhereValue span{bottom:22px;}
  .article-page #contribution-calc #yourmaxcontribution p{
    font-weight:bold;
    top:8px;
  }
}

@media only screen and (min-width:767px) and (max-width:992px){

  input[type='text'].resultsPerPaycheckInput{
    font-size:3.4em;
    padding-bottom:15px;
  }
  .contribution-calc .perpaycheckContainer .resultsPerPaycheck::before{
    font-size:3em;
  }
  .tooltip > .tooltip-inner{
    position:absolute;
    left:-315px;
  }
  .contribution-calc .perpaycheckContainer .resultsPerPaycheck::before{
    padding-top:16px;
  }
 
  .resultsPerPaycheck{padding-left:15px;}
  .contribution-calc .perpaycheckContainer .resultsPerPaycheck::before{
    left:38px;
  }

}

@media only screen and (min-width:767px){

  .form-header, .button-row{margin-left:15px;margin-right:15px;}

}

@media only screen and (max-width:767px){
  .progress{width:100%;}
  .paycheckBtns{margin-top:8%;}
  .results-upper, .perpaycheckContainer{padding-right:0;}
  .results-upper{margin-left:0;padding-left:0;}
  .paycheckAmount{font-size:26px;}
  .article-page #contribution-calc .perpaycheckinfoContainer p{font-size:24px;}
  .paycheckBtns button{margin-left:auto;margin-right:auto;}
  .single-callout-box img{
    max-width:160px;
  }
  .tooltip > .tooltip-inner{
    position:absolute;
    left:-309px;
  }
  .inputs{
    margin-bottom:40px;
  }
  .button-row.sec1nxtbtn a{
    border:3px solid #666;
    width:100%;
    text-align:center;
  }
  .single-callout-box:nth-child(1){
    border-bottom:2px solid #e2e2e2;
    padding-bottom:30px;
  }
  .single-callout-box:nth-child(2){
    padding-top:30px;
  }
  input[type='text'].resultsPerPaycheckInput{
    font-size:16vw;
  }
  .sub-result-info{padding-top:0;}
  .contribution-calc .perpaycheckContainer .resultsPerPaycheck::before{
    left:6%;
    font-size:16vw;
    padding-top:7px;
  }
  .mobile-slide-data, .mobile-slide-data div:nth-child(1), .mobile-slide-data div:nth-child(2){padding-right:0;}
  .mobile-slide-data div:nth-child(1){padding-left:0;}

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

@media only screen and (max-width:599px){
  .perpaycheckContainer, .mobile-slide-data{padding-left:0;}
  .article-page #contribution-calc .resultsMobileNumbersHeader p{font-size:18px;}
  #form-views .form-group .radio .col-xs-12{padding:0;}
  .contribution-calc .inputs.currency::before{left:5px;}
  .button-row.sec1nxtbtn div{padding-left:5px; padding-right:5px;}
  .paycheckBtns{margin-top:4%}
}
@media only screen and (max-width:420px){
  .contribution-calc .perpaycheckContainer .resultsPerPaycheck::before{
    left:3%;
    font-size:15vw;
  }

  input[type='text'].resultsPerPaycheckInput{font-size:15vw;}
  .mobile-slide-data div:nth-child(1){
    padding-right:2px;
  }
  input[type='text'].resultsPerPaycheckInput{padding-top:2%;}
  .mobile-slide-data div:nth-child(2){
    padding-left:2px;
  }
  .contribution-calc .perpaycheckContainer .resultsPerPaycheck::before{padding-top:5px;}
  .article-page #contribution-calc .resultsMobileNumbersHeader p{font-size:13px;font-weight:bold;}
  .article-page #contribution-calc p.sub-result{
    padding:12px;
  }
  .article-page #contribution-calc p.sub-result-info{
    font-size:15px;
    padding:0;
  }
  .article-page #contribution-calc .perpaycheckinfoContainer p{
    font-size:18px;
  }
  .paycheckAmount{font-size:21px;}
  .tooltip > .tooltip-inner{
    left:-290px!important;
  }
  .tooltip-inner{width: 317px!important;}
  #form-views > .col-xs-12{padding:0;}
  #contribution-calc-container{margin-right:0;}
  .button-row button, .button-row a{font-size:14px!important;}
  .contribution-calc .inputs.currency::before{left:5px;}
  /* .resultsPerPaycheck{padding-left:10px;} */
}

@media only screen and (max-width:370px){
  input[type='text'].resultsPerPaycheckInput{padding-top:2%;}
  .paycheckBtns{margin-top:5px;margin-bottom:5px;}
  input[type='text'].resultsPerPaycheckInput{font-size:14vw;}
  .tooltip > .tooltip-inner{width:289px!important; left:-266px!important;}

}


/* 

@media only screen and (min-width:768px) and (max-width: 991px) {


}



@media only screen and (max-width: 767px) {
    .back-button{
        border:2px solid lightgray;
        width:50%;
        text-align:center;
    }


    .col-top-margin-remove{
        margin-top:-15px;
    }

    .back-button{border:2px solid lightgray;width:50%;}

    a.button-green{border:3px solid #007041;width:50%;}
    a.button-green:hover{
        border-color:#003d23;
        transition:all 0.1s ease-in;
    }
   

   
    #form-views{
      min-height:570px;
    }

    .calc-title{padding-top:0;top:28px;}



}


@media only screen and (max-width: 600px){






  .article-page #contribution-calc h2{font-size:24px;margin:0;}

  .article-page #contribution-calc h2{font-size:25px;}
  .article-page h1{font-size:25px;margin-bottom:20px;}
  .h1-divider{margin-bottom:0;}

  #form-views{padding-left:0;}
  .right-pad-0{padding-left:0;}
  .results-info{padding:30px 0;}

  .tooltip-inner{max-width:250px;}
  .tooltip.bottom{left:25% !important;}
  .tooltip-arrow{display:none;}
}


@media only screen and (max-width: 520px){
  .radiolabel span, .checkboxes span{min-width:335px;}
}
*/

@media only screen and (max-width: 480px) {
  .callout-box{
    padding:0;
  }
  .callout-box img {
    text-align:center;
  }
}

/*
@media only screen and (max-width: 480px) {
    .contribution-calc-container{
        padding-left:0;
        padding-right:0;
    }
    .checkbox label, .radio label{
      padding-left:10px;
    }
    .col-top-margin-remove{
      margin-top:-25px;
    }
    .right-pad-0{
      padding-left:0;
    }

    #form-views{padding-left:0;padding-right:0;}

    h1.squeeze{font-size:20px;}
    .article-page h1{margin-bottom:20px;}
    .breadcrumb{margin-bottom:10px;font-size:12px;}
    #upper-landing > div:nth-child(1) > h2{
      margin:15px 0;
    }
    .article-page #contribution-calc p{font-size:16px;}
    .article-page #contribution-calc h2{font-size:20px;}


    #form-views > div:nth-child(2) > div > div{padding-left:0;}
    .radiolabel span, .checkboxes span{font-size:14px;}


    .container.pagemain.article-page .row div.col-xs-12{margin-bottom:10px;padding-right:0;padding-left:0;}
    .calc-title{top:37px;padding-left:0;padding-top:0;margin-top:-10px;}
    label.question{font-size:16px;}
    .article-page p.resultsAstText{
        left:5px;
        font-size:10px;
    }
    .results-info img{display:none;}
    .key-item div:nth-child(2){display:none;}
    .key-item div:nth-child(3){margin-left:0;margin-right:0;}
    .key-item .key-color-box{height:25px;width:25px;}
    .key-item h3{font-size:17px;margin:0;}

    .tooltip-inner{max-width:190px;}
    .tooltip.bottom{left:40% !important;}
    .tooltip-arrow{display:none;}

    .article-page #contribution-calc .countup p{

      font-size:5em;

    }




}

@media only screen and (max-width: 450px) {

  .tooltip.bottom{left:30% !important;}

  #form-views > div > div > div:nth-child(2) > label > i{
    top:10px;
    margin-left:0;
  }

}

@media only screen and (max-width: 420px) {
  .radiolabel span, .checkboxes span{
    min-width:300px;
  }
}


@media only screen and (max-width: 380px) {

  .radiolabel span, .checkboxes span{font-size:11px;}

  .tooltip.bottom{left:30% !important;}
  .radiolabel span, .checkboxes span{
    min-width:235px;
  }

}

@media only screen and (max-width: 350px) and (min-width: 341px) {

  .tooltip.bottom{left:20% !important;}
}

@media only screen and (max-width: 340px) {

  .radiolabel span, .checkboxes span{
    min-width:242px;
  }
  i.tooltips{margin-left:8px;}

  #form-views > div > div > div:nth-child(3) > label > i{top:9px;margin-left:0;}


  .article-page #contribution-calc p{
    font-size:13px;
  }
  .inputs{margin:12px 0;}

 


  .article-page #contribution-calc p{font-size:11px;}

  .tooltip.bottom{left:8% !important;}
} */