/* Steps progressbar */

	#financialSolutions {
		display: none;
	}

    #budgetNewcomer .step-view,
    #budgetNewcomer .step-control,
    #budgetNewcomer .step-accordion,
    #budgetNewcomer #utilsPanel,
    #budgetNewcomer #titlePanel,
    #budgetNewcomer #insightsPanel,
    #budgetNewcomer #stickyPanel,
    #budgetNewcomer #visualPanel #stickyClose,
    #budgetNewcomer .step-progress,
    #budgetNewcomer #incomeBar,
    #budgetNewcomer #incomeLegend {
      display: none;
    }

    #budgetNewcomer #stepNavigation {
        text-align: center;
        margin-top: 2.5rem;
    }

	#budgetNewcomer #stepNavigation ul {
		margin: 0;
		counter-reset: step;
	}

	#budgetNewcomer #stepNavigation ul::after {
		clear: both;
		content: " ";
		display: table;
	}

	#budgetNewcomer #stepNavigation ul li {
		float: left;
		display:  inline-block;
		list-style-type: none;
		padding: 0;
		width: auto;
		margin-left: 1.25rem;
		text-align: left;
		position: relative;
	}


	#budgetNewcomer #stepNavigation ul li:first-child,
	html[lang="fr"] #budgetNewcomer #stepNavigation ul li:first-child {
		margin-left: 0;
	}


	#budgetNewcomer .step::before{
	  content: counter(step);
	  counter-increment: step;
	  width: 32px;
	  height: 32px; 
	  display: inline-block;
	  margin: 0 0 10px 0;
	  border-radius: 50%;
	  font-size: 1rem;
	  line-height: 1.725;
	  background-color: #EEE;
	  border:  2px solid #EEE;
	  color: #333;
	  text-align: center;
	  font-family:  Whitney-Semibld-Pro,Arial,Helvetica,sans-serif;
	  position: absolute;
	  left: 0;
	  top: 0;
	}

	#budgetNewcomer .step {
		/*position: relative;*/
		color: #333;
		font-size: 1rem;
		font-weight: 300;
		text-decoration: none;
	}

	#budgetNewcomer .step:hover,
	#budgetNewcomer .step:focus {
		color: #333;
		text-decoration: none;
		cursor: pointer;
		border-bottom: none;
	}

	#budgetNewcomer .step.active:hover,
	#budgetNewcomer .step[disabled]:hover {
		cursor: default;
	}


    /* Mark the active step: */
    #budgetNewcomer .step.active::before {
       border: 2px solid #38383E;
       background-color: #FFF;
    }

     #budgetNewcomer .step.active {
     	 font-family:  Whitney-Semibld-Pro,Arial,Helvetica,sans-serif;
     }

	#budgetNewcomer .step.completed {
		color: #8B1D41;
	}

    #budgetNewcomer .step.completed::before{
	  content: "";
	  background-color: #8B1D41;
	  border: 2px solid #8B1D41;
	}

	#budgetNewcomer .step.completed::after{
	  content: " ";
	  left: 12px;
	  top: 6px;
	  width: 8px;
	  height: 14px;
	  border: solid #fff;
	  border-width: 0 2px 2px 0;
	  -webkit-transform: rotate(45deg) skewX(10deg);
	  -ms-transform: rotate(45deg) skewX(10deg);
	  transform: rotate(45deg) skewX(10deg);
	  position: absolute;
	  display: inline-block;
	}

	#budgetNewcomer .step.completed:hover:before{
		background-color: #C41F3E;
	  	border: 2px solid #C41F3E;
	}

	#budgetNewcomer .step.completed:hover span{
		color: #C41F3E;
		border-bottom: 1px solid #C41F3E;
	} 


	#budgetNewcomer .step span {
		margin-left: 2.8125rem;
	}

	html[lang="fr"] #budgetNewcomer .step span {
		margin-left: 2.5rem;
	}


	#budgetNewcomer .nav-controls::after{
	    clear: both;
	    display: table;
	    content: "";
	}
	#budgetNewcomer .nav-controls .to-left{
	    float: left;
	}

	#budgetNewcomer .nav-controls .to-right{
	    float: right;
	}


	#budgetNewcomer .nav-controls button,
	#clearDataModal button {
		min-width: 7.25rem;
		display: inline-block;
	}


	#backBtn.button {
		color: #c41f3e;
    	background-color: rgba(0,0,0,0);
    	border: 1px solid #c41f3e;
    	border-radius: 4px;
	}

	@media (hover: hover) and (pointer: fine){
		#backBtn.button:hover {
	    	color: #fff;
	    	background-color: #8b1d41;
	    	border: 1px solid #8b1d41;
	  	}
	}


	@media only screen and (min-width: 768px) {

		#budgetNewcomer .step-accordion {
			display: none !important;
		}

	} 

	@media only screen and (min-width: 960px) {

		#budgetNewcomer .step-view:not(:nth-last-child(3)){		
			min-height: 28.2rem;
		}

		html[lang="fr"] #budgetNewcomer .step-view:not(:nth-last-child(3)){		
			min-height: 28.2rem;
		}

		#budgetNewcomer .step-view[data-page$="income"]{		
			min-height: 25.85rem;
		}

		html[lang="fr"] #budgetNewcomer .step-view[data-page$="income"]{		
			min-height: 26rem;
		}


		/*html[lang="fr"] #budgetNewcomer #stepNavigation ul li:first-child span{
			max-width: 104px;
			display: inline-block;
			line-height: 1;
		}
		html[lang="fr"] #budgetNewcomer #stepNavigation ul li:nth-child(2) span{
			max-width: 68px;
			display: inline-block;
			line-height: 1;
		}*/
		 
	}

	@media only screen and (min-width: 960px and max-width: 966px) {
		#budgetNewcomer .step-view[data-page$="income"]{		
			min-height: 26.75rem;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		#budgetNewcomer #stepNavigation ul li {
			float: none;
		} 

		#budgetNewcomer .nav-controls {
			margin: 2.5rem 1.875rem;
		}

		#budgetNewcomer #utilsPanel {
			margin: 1.875rem;
			margin-bottom: 31.25rem;
		}
	}

	@media only screen and (max-width: 767px) {

		#budgetNewcomer #stepNavigation {
			width: 100%;
		}

		#budgetNewcomer #stepNavigation[aria-hidden="true"] {
			display: none !important;
		}

		#budgetNewcomer #stepNavigation[aria-hidden="false"] {
			position: absolute;
			z-index: 110;
			background-color: #FFF;
			margin-top: 0;
			box-shadow: 0 8px 8px -8px rgba(0,0,0,0.25);
			-webkit-box-shadow: 0 8px 8px -8px rgba(0,0,0,0.25);
		    -moz-box-shadow: 0 8px 8px -8px rgba(0,0,0,0.25);
		}

		#budgetNewcomer #stepNavigation ul {
			padding: 1.5rem 0.875rem 0;
		}


		#budgetNewcomer #stepNavigation ul li {
			float: none;
			display:  block;
			text-align: left;
			position:  relative;
			margin-bottom: 1.25rem;
			margin-left: 0;
		} 

		html[lang="fr"] #budgetNewcomer #stepNavigation ul li {
			margin-left: 0;
		}

		#budgetNewcomer #stepNavigation ul li::after {
			position: absolute;
			content:  "";
			border-left: 2px solid #EEE;
			height: 100%;
			left: 0.9375rem;
			top: 90%;
		}

		#budgetNewcomer #stepNavigation ul li.done::after {
			border-left: 2px solid #383B3E;
		}

		#budgetNewcomer #stepNavigation ul li:last-child::after {
			content:  none;
		}

		#budgetNewcomer .no-padding-small {
			padding-left:  0;
			padding-right: 0;
		}

		#budgetNewcomer .step-accordion {
			border-bottom:  1px solid #B5B5B5;
			margin-bottom: 0.8125rem;
		}

		#budgetNewcomer .step-accordion button{
			padding: 0.875rem 3.125rem 0.875rem 1rem;
			width: 100%;
			background: transparent;
			text-align: left;
			font-size: 1rem;
			line-height: 1.5;
			color: #333;
 			font-family:  Whitney-Semibld-Pro,Arial,Helvetica,sans-serif;
			position:  relative;
			margin: 0;
		}

		#budgetNewcomer .step-accordion #accordionTitle,
		#budgetNewcomer .step-accordion #accordionStep {
			width:  auto;
			display: inline-block;
		} 

		#budgetNewcomer .step-accordion #accordionTitle {
			padding-top: 0.3125rem;
			vertical-align: top;
			margin-left: 0.625rem;
		}

		#budgetNewcomer .step-accordion #accordionStep {
			width: 32px;
		    height: 32px;
		    font-size: 1rem;
		    line-height: 1.725;
		    text-align: center;
		    font-weight: 600;
		    border: 2px solid #38383E;
		    border-radius: 50%;
		}

		#budgetNewcomer  .step-accordion button .accordion-arrow {
			color: #C41F3E;
			top: 1.375rem;
			right: 0.875rem;
			position: absolute;
			width:  auto;
			font-size:  1rem;
		}
		#budgetNewcomer .step-accordion button[aria-expanded="true"] .accordion-arrow {
			transform:  rotate(180deg);
			-webkit-transform:  rotate(180deg);
		}

		#budgetNewcomer .nav-controls {
			margin-top: 1.3125rem;
		}

		#budgetNewcomer #utilsPanel {
			margin-bottom: 18.75rem;
		}

	}


	/* End steps */

	/*intro */
	#budgetNewcomer #intro {
		margin-top: 50px;
	}

	#budgetNewcomer #intro ul {
		margin: 0;
	}

	#budgetNewcomer #intro ul::after {
		clear: both;
		content: " ";
		display: table;
	}

	#budgetNewcomer #intro ul li {
		float: left;
		display:  inline-block;
		list-style-type: none;
		padding: 0;
		width: 29%;
		text-align: left;
		line-height: 1.625;
	}
	#budgetNewcomer #intro ul li:not(:last-child) {
		margin-right: 6%;
	}

	#budgetNewcomer #intro ul li span.icon {
		display: block;
		font-size: 2rem;
		color: #C41F3E;
		margin-bottom: 10px;
	}

	#budgetNewcomer #intro ul li img {
		display: block;
		margin-bottom: 10px;
		width: 32px;
	}

	#budgetNewcomer #intro ul li span.intro-list {
		display:  block;
		margin-bottom: 10px;
	}

	#budgetNewcomer #intro .intro-controls {
		margin-bottom: 30px;
		display: flex;
		flex-direction: row;
	}

	#budgetNewcomer #intro #introBtn {
		min-width: 166px;
	}

	#budgetNewcomer #intro .intro-controls p {
		margin-bottom: 0;
	}

	#budgetNewcomer #intro #tipBlock {
		position: relative;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	#budgetNewcomer #intro #tipBlock img{
		width: 80px;
		margin-left: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
	}

	#budgetNewcomer #intro #tipBlock p{
		margin-bottom: 0;
		padding: 30px;
		margin-left: 110px;
		display: inline-block;
	}

	/*#budgetNewcomer #intro #tipBlock{
		display: flex;
		align-items: center;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	#budgetNewcomer #intro #tipBlock div:first-child{
		flex: 20%;
	}

	#budgetNewcomer #intro #tipBlock div:last-child{
		flex: 80%;
	}

	#budgetNewcomer #intro #tipBlock img{
		width: 80px;
		margin-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#budgetNewcomer #intro #tipBlock .tip-content{
		padding-left: 0;
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#budgetNewcomer #intro #tipBlock .tip-content p{
		margin-bottom: 0;
	}*/

	@media only screen and (min-width: 960px) {/*large layout has wrong margin on foundation*/
		#budgetNewcomer #intro .intro-controls div{
			width: 30%;
		}

		html[lang="fr"] #budgetNewcomer #intro .intro-controls div{
			width: 33%;
		}

		#budgetNewcomer #intro .intro-controls div+div{
			margin-left: 3%;
		}

		html[lang="fr"] #budgetNewcomer #intro .intro-controls div+div{
			margin-left: 0;
		}

		#budgetNewcomer #intro .intro-controls div:last-child{
			width: 60%;
		}

		html[lang="fr"] #budgetNewcomer #intro .intro-controls div:last-child{
			width: 57%;
		}

	}

	@media only screen and (max-width: 1024px) and (min-width: 960px) {

		#budgetNewcomer #intro #tipBlock p{
			padding: 20px 30px;
		}
	}

	@media only screen and (max-width: 1024px) and (min-width: 768px) {
		#budgetNewcomer #intro ul li {
			width: 31%;
		}

		#budgetNewcomer #intro ul li:not(:last-child) {
			margin-right: 3%;
		}
		#budgetNewcomer #intro .intro-controls div+div{
			margin-left: 9%;
		}
		html[lang="fr"] #budgetNewcomer #intro .intro-controls div+div{
			margin-left: 9%;
		}
	}

	@media only screen and (max-width: 959px) {

		#budgetNewcomer #intro {
			margin-top: 40px;
		}

	}

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#budgetNewcomer #intro {
			margin-left:  20px;
			margin-right: 20px;
		}

		#budgetNewcomer #intro #tipBlock p{
			padding: 30px;
		}

	}

	@media only screen and (max-width: 767px) {
		#budgetNewcomer #intro {
			margin-top: 30px;
			text-align: center;
		}

		#budgetNewcomer #intro .intro-controls {
			margin-top: 10px;
			flex-direction: column;
		}

		#budgetNewcomer #intro .intro-controls div{
			width: 100%;
		}

		#budgetNewcomer #intro ul li:not(:last-child) {
			margin-right: 0;
		}

		#budgetNewcomer #intro ul li {
			float: none;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
			width: 80%;
			text-align: center;
		}

		#budgetNewcomer #intro ul li img {
			margin-left: auto;
			margin-right: auto;
		}


		#budgetNewcomer #intro #introBtn {
			margin-top: 10px;
			margin-bottom: 30px;
		}

		#budgetNewcomer #intro #tipBlock {
			margin-bottom: 20px;
		}

		#budgetNewcomer #intro #tipBlock img{
			position: relative;
			top: 0;
			left: 0;
			transform: translate(0,0);
			padding-top: 30px;
			padding-bottom: 0;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

		#budgetNewcomer #intro #tipBlock p{
			margin-bottom: 0;
			padding: 30px 20px;
			margin-left: 0;
			display: block;
		}

		/*
		#budgetNewcomer #intro #tipBlock{
			margin-top:  20px;
			margin-bottom: 20px;
			flex-direction: column;
		}

		#budgetNewcomer #intro #tipBlock div:first-child,
		#budgetNewcomer #intro #tipBlock div:last-child{
			flex: 100%;
		}

		#budgetNewcomer #intro #tipBlock .tip-content{
			padding: 30px 20px;
		}

		#budgetNewcomer #intro #tipBlock .tip-image{
			padding-top: 30px;
		}

		#budgetNewcomer #intro #tipBlock img {
			padding-top: 0;
			padding-bottom: 0;
			margin-left: 0;
		}*/

	}


	@media only screen and (min-width: 960px) {/*large layout has wrong margin on foundation*/
		.medium-offset-1, .medium-offset-2, .medium-offset-3, .medium-offset-4 {
			margin-left: 0 !important;
		}
		.large-offset-4{
			margin-left: 33.33333% !important;
		}

	}
	@media only screen and (min-width: 768px){
		.medium-12.small-offset-2 {
			margin-left: 0 !important;
		}
		.medium-12.small-offset-1 {
			margin-left: 0 !important;
		}

	}

	/*end intro */

	/*main view*/

	#budgetNewcomer .header-row{
		background-color: #F2F3F2;
		padding: 30px 0;
		display: block;
	}

	#budgetNewcomer .header-row .row {
		margin-bottom: 0;
	}

	#budgetNewcomer .header-row h1,
	#budgetNewcomer .header-row p {
		display:  inline-block;
	}  
	#budgetNewcomer .header-row p {
		margin-left:  20px;
		margin-bottom: 0;
	}

	html[lang="fr"] #budgetNewcomer .header-row h1,
	html[lang="fr"] #budgetNewcomer .header-row p {
		display:  block;
	}  
	html[lang="fr"] #budgetNewcomer .header-row p {
		margin-left: 0;
		margin-top: 0.5rem;
	}

	#budgetNewcomer .step-view h2:focus,
	#budgetNewcomer .step-view h2:focus-within{
		outline: none;
	}

	#budgetNewcomer .step-view p {
		margin-bottom: 30px;
	}

	#budgetNewcomer .step-view p.second-line .icon {
		color: #C41F3E;
		font-size: 1.25rem;
		display: inline-block;
		position: relative;
		top: 2px;
		float: left;
		margin-right: 6px;
	}

	#budgetNewcomer .step-view p.second-line span:not(.icon) {
		float: left;
		display: inline-block;
		max-width: calc(100% - 30px);
	}

	#budgetNewcomer .step-view p.second-line::after{
		clear: both;
		display: table;
		content: " ";
	}

	#budgetNewcomer .step-view p.first-line {
		margin-bottom: 13px;
	}


	#budgetNewcomer .step-view #campus p{
		margin-top: -10px;
	}

	#budgetNewcomer .label-wrapper {
		position:  relative;
	}

	#budgetNewcomer .label-wrapper label {
		max-width: 92%;
	}

	#budgetNewcomer .label-wrapper .tooltip-wrapper {
		position: absolute;
		top: auto;
		left: auto;
		right: 0;
		bottom: 2px;
	}

	#budgetNewcomer .step-view label {
    	display: flex;
    	align-items: flex-end;
		line-height: 1.25;
	}

	#budgetNewcomer .step-view input {
		margin-top: 6px;
		border: 1px solid #86888A;
		border-radius: 1px;
		min-height: 48px;
		background-color: #FFF;
		font-size: 1rem;
	}

	#budgetNewcomer .step-view input:focus {
		outline: -webkit-focus-ring-color auto 1px ;
	}

	#budgetNewcomer .step-view select {
		margin-top: 6px;
		background-color: #FFF;
		min-height: 48px;
		background-image: url(/content/dam/cibc-public-assets/development/common/icons/arrowdown.svg);
		background-position: right 12px center;
		padding-right: 30px;
		border: 1px solid #86888A;
		border-radius: 1px;
		border-left: 0px;
		font-family: Whitney-Book-Pro;
    	color: #383b3e;
    	font-size: 1rem;
	}

	#budgetNewcomer .split-wrapper {
		margin-top:  6px;
		display: flex;
		align-items: stretch;
	}

	#budgetNewcomer .input-wrapper {
		flex: 50%;
	}

	#budgetNewcomer .split-wrapper select {
		margin-top: 0;
		flex: 50%;
	}

	#budgetNewcomer .input-wrapper input {
		margin-top: 0;
	}


	#budgetNewcomer .input-wrapper span.input-format{
		padding-top: 6px;
		font-size: 1rem;
	}

	#budgetNewcomer .input-wrapper span.input-symbol{
		top: 11px;
		font-size: 1rem;
	}

	#budgetNewcomer .conditional-block[hidden] {
		display: none;
	}

	#budgetNewcomer .another-category {
		margin-top: 20px;
		margin-bottom: 32px;
	}

	#budgetNewcomer button.add-category {
		background: transparent;
	    width: auto;
	    color: #333;
	    padding-left: 0;
	    padding-right: 5px;
	    line-height: 1.5;
	    position: relative;
	}

	#budgetNewcomer .add-category span {
		display: inline-block;
	}

	#budgetNewcomer .add-category span:not(.icon) {
		display: inline-block;
		margin-left: 28px;
		text-align: left;
	}

	#budgetNewcomer .add-category span.icon{
		width: 24px;
		position: absolute;
		top: 12px;
		left: 0;
	}

	#budgetNewcomer .add-category span.icon::after{
		font-family:  "icomoon";
		content: "\e628";
		border-radius: 50%;
		border: 1px solid #C41F3E;
		font-size: 0.65rem;
		line-height: 1;
		padding: 4px;
		margin-right: 5px;
		color: #C41F3E;
		background-color: #FFF;
	}

	#budgetNewcomer .new-category{
		margin-top: 30px;
	}

	#budgetNewcomer .new-category[hidden] {
		display:  none;
		margin-top: 0;
	}

	@media only screen and (min-width: 960px) and (max-width: 1024px) { 

		html[lang="fr"] #budgetNewcomer .header-row.extra-padding {
			padding-bottom: 62px;
		}

		#budgetNewcomer .small-desktop-left-padding {
			padding-left: 20px;
		}
		#budgetNewcomer .small-desktop-right-padding {
			padding-right: 20px;
		}

		#budgetNewcomer .header-row h1,
		#budgetNewcomer .header-row p {
			display:  block;
		}  
		#budgetNewcomer .header-row p {
			margin-left: 0;
			margin-top: 0.5rem;
		}

	}


	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#budgetNewcomer .step-view .row,
		#budgetNewcomer .step-view .add-category {
			margin-left:  1.25rem;
			margin-right: 1.25rem;
		}

		#budgetNewcomer .step-view .add-category {
			margin-left:  1.9rem;
			margin-right: 1.9rem;
		}

		#budgetNewcomer .step-view p,
		#budgetNewcomer .step-view h2 {
			text-align: center;
			margin-left: 1.875rem;
			margin-right: 1.875rem;
		}

		#budgetNewcomer .step-view p.second-line {
			text-align: left;
		}

		#budgetNewcomer .step-view p {
			max-width: 510px;
			margin-left: auto;
			margin-right: auto;
		}

		html[lang="fr"] #budgetNewcomer .step-view p {
			max-width: 540px;
		}

	}

	@media only screen and (max-width: 959px) {
		#budgetNewcomer .header-row {
			padding: 20px 0;
			text-align: center;
		}
		#budgetNewcomer .header-row h1,
		#budgetNewcomer .header-row p{
			display:  block;
		}  

		#budgetNewcomer .header-row p {
			padding-top: 5px;
			margin-left: 0;
		}

		#budgetNewcomer .label-wrapper .tooltip-wrapper .tooltip-popup-content p{
			text-align: left;
		}

	}

	@media only screen and (max-width: 767px) {
		#budgetNewcomer .header-row {
			padding: 15px 0;
		}

		#budgetNewcomer .step-view .row .columns:not(:last-child){
			margin-bottom: 20px;
		}

		#budgetNewcomer .step-view h2.subhead-medium-light {
			font-size: 1.25rem;
			font-family: Whitney-Medium-Pro,Arial,Helvetica,sans-serif;
			line-height: 1.5;
		}

		#budgetNewcomer .another-category {
			margin-bottom: 22px;
		}

		#budgetNewcomer button.add-category {
			font-size: 1rem;
		}

	}
	
	/*end main view*/

	/*visual and sticky*/
	.highcharts-tooltip > span {
		width: 130px;
		height: auto;
		overflow: auto;
		white-space: normal!important;
	}

	.highcharts-tooltip > span > span {
		float: left;
	}

	.highcharts-tooltip > span > span:not(:first-child) {
		margin-left: 5px;
		max-width: 80%;
	}

	#budgetNewcomer #visualPanel {
		position: relative;
		min-height: 150px;
		border: 1px solid #BBBCBC;
		background-color: #FFF;
	}

	#budgetNewcomer #visualPanel h2{
		margin-top: 30px;
		text-align: center;
	}

	#budgetNewcomer #visualPanel table,
	#budgetNewcomer #insightsPanel table {
		width: 100%;
		margin-bottom: 0;
		border: 0;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	#budgetNewcomer #visualPanel table tr,
	#budgetNewcomer #insightsPanel table tr  {
		background-color: #FFF;
	}

	#budgetNewcomer #visualPanel table tr td,
	#budgetNewcomer #insightsPanel table tr td {
		padding: 0.5rem 0.625rem;
		vertical-align: top;
	}

	#budgetNewcomer #insightsPanel table tr.expenses td:first-child,
	#budgetNewcomer #insightsPanel table tr.income td:first-child {
		vertical-align: bottom;
	}

	#budgetNewcomer #visualPanel table tr td:first-child {
		font-weight: normal;
		padding-left: 1.825rem;
	}

	html[lang="fr"]  #budgetNewcomer #visualPanel table tr td:first-child {
		padding-left: 1.125rem;
	}

	#budgetNewcomer #visualPanel table tr td:first-child > span,
	#budgetNewcomer #insightsPanel table tr td:first-child > span {
		float: left;
	}

	#budgetNewcomer #visualPanel table tr td:not(:first-child) > span,
	#budgetNewcomer #insightsPanel table tr td:not(:first-child) > span  {
		float: right;
	}


	#budgetNewcomer #visualPanel table tr td:last-child {
		padding-right: 1.825rem;
	}

	html[lang="fr"] #budgetNewcomer #visualPanel table tr td:last-child {
		padding-right: 1.125rem;
	}


	#budgetNewcomer #visualPanel #expensesLegend,
	#budgetNewcomer #visualPanel #incomeLegend {
		padding-top: 0;
		position: relative;
	}

	#budgetNewcomer #insightsPanel #insightsExpLegend .bordered,
	#budgetNewcomer #insightsPanel .insightsIncLegend .bordered {
		padding-top: 0.375rem;
		padding-bottom: 1.25rem;
	}

	#budgetNewcomer #visualPanel #expensesLegend .circle,
	#budgetNewcomer #visualPanel #incomeLegend .circle,
	#budgetNewcomer #insightsPanel #insightsExpLegend .circle,
	#budgetNewcomer #insightsPanel .insightsIncLegend .circle {
		width: 1.25rem;
		height: 1.25rem;
		display: inline-block;
		border-radius: 50%;
		margin-right: 0.875rem;
	}

	html[lang="fr"] #budgetNewcomer #visualPanel #expensesLegend .circle,
	html[lang="fr"] #budgetNewcomer #visualPanel #incomeLegend .circle,
	html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .circle,
	html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .circle {
		margin-right: 0.625rem;
	}



	#budgetNewcomer #visualPanel #expensesLegend .expensesMoving .circle,
	#budgetNewcomer #insightsPanel #insightsExpLegend .expensesMoving .circle{
		background-color:  #C41F3E;
	}

	#budgetNewcomer #visualPanel #expensesLegend .expensesHousing .circle,
	#budgetNewcomer #insightsPanel #insightsExpLegend .expensesHousing .circle{
		background-color:  #E56A85;
	}

	#budgetNewcomer #visualPanel #expensesLegend .expensesCommunication .circle,
	#budgetNewcomer #insightsPanel #insightsExpLegend .expensesCommunication .circle{
		background-color:  #005377;
	}

	#budgetNewcomer #visualPanel #expensesLegend .expensesLiving .circle,
	#budgetNewcomer #insightsPanel #insightsExpLegend .expensesLiving .circle{
		background-color:  #5C99D6;
	}
	
	
	#budgetNewcomer #visualPanel #expensesLegend .expensesSavings .circle,
	#budgetNewcomer #insightsPanel #insightsExpLegend .expensesSavings .circle{
		background-color:  #089E94;
	}

	#budgetNewcomer #visualPanel #incomeLegend .incomeEmployment .circle,
	#budgetNewcomer #insightsPanel .insightsIncLegend .incomeEmployment .circle{
		background-color:  #8B1D41;
	}

	#budgetNewcomer #visualPanel #incomeLegend .incomeInvestment .circle,
	#budgetNewcomer #insightsPanel .insightsIncLegend .incomeInvestment .circle{
		background-color:  #FF5555;
	}

	#budgetNewcomer #visualPanel #incomeLegend .incomeGovernment .circle,
	#budgetNewcomer #insightsPanel .insightsIncLegend .incomeGovernment .circle{
		background-color:  #34347A;
	}

	#budgetNewcomer #visualPanel #incomeLegend .incomeSupport .circle,
	#budgetNewcomer #insightsPanel .insightsIncLegend .incomeSupport .circle{
		background-color:  #8578B5;
	}
	

	#budgetNewcomer #visualPanel #expensesLegend .name,
	#budgetNewcomer #visualPanel #incomeLegend .name,
	#budgetNewcomer #insightsPanel #insightsExpLegend .name,
	#budgetNewcomer #insightsPanel .insightsIncLegend .name{
		max-width: calc(100% - 35px);
	}

	html[lang="fr"] #budgetNewcomer #visualPanel #expensesLegend .name,
	html[lang="fr"] #budgetNewcomer #visualPanel #incomeLegend .name,
	html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .name,
	html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .name{
		max-width: calc(100% - 31px);
	}

	#budgetNewcomer #visualPanel #expensesLegend .total,
	#budgetNewcomer #visualPanel #incomeLegend .total,
	#budgetNewcomer #insightsPanel #insightsExpLegend .total,
	#budgetNewcomer #insightsPanel .insightsIncLegend .total{
		min-width: 62px;
		max-width: 90px;
		text-align: right;
	}

	#budgetNewcomer #insightsPanel #insightsExpLegend .expenses .total,
	#budgetNewcomer #insightsPanel .insightsIncLegend .income .total{
		min-width: 115px;
		max-width: 150px;
	}

	html[lang="fr"] #budgetNewcomer #visualPanel #expensesLegend .total,
	html[lang="fr"] #budgetNewcomer #visualPanel #incomeLegend .total,
	html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .total,
	html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .total{
		min-width: 75px;
		max-width: 100px;
	}

	html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .expenses .total,
	html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .income .total{
		min-width: 116px;
		max-width: 180px;
	}

	#budgetNewcomer #insightsPanel #insightsExpLegend .expenses .name,
	#budgetNewcomer #insightsPanel .insightsIncLegend .income .name,
	html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .expenses .name,
	html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .income .name{
		max-width: 100%;
	}

	#budgetNewcomer #visualPanel #expensesLegend .percent,
	#budgetNewcomer #visualPanel #incomeLegend .percent,
	#budgetNewcomer #insightsPanel #insightsExpLegend .percent,
	#budgetNewcomer #insightsPanel .insightsIncLegend .percent{
		max-width: 35px;
		min-width: 35px;
	}

	html[lang="fr"] #budgetNewcomer #visualPanel #expensesLegend .percent,
	html[lang="fr"] #budgetNewcomer #visualPanel #incomeLegend .percent,
	html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .percent,
	html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .percent{
		max-width: 43px;
		min-width: 43px;
	}

	#budgetNewcomer #visualPanel table#leftOverLegend,
	#budgetNewcomer #visualPanel table#leftOverLegend tr {
		background-color: #383B3E;
	}

	#budgetNewcomer #visualPanel table#leftOverLegend tr td.bordered {
		padding: 0.75rem 1.825rem;
	}

	html[lang="fr"] #budgetNewcomer #visualPanel table#leftOverLegend tr td.bordered {
		padding: 0.75rem 1.125rem;
	}

	#budgetNewcomer #visualPanel table#leftOverLegend tr td {
		color: #EEE;
	}

	#budgetNewcomer #visualPanel table#leftOverLegend tr.leftOver td.name {
		color: #FFF;
	}


	@media only screen and (max-width: 1024px) {
		.highcharts-tooltip > span {
			width: 90px;
		}
	}

	@media only screen and (min-width: 960px) {
		#budgetNewcomer #stickyPanel {
			display: none !important;
		}

		#budgetNewcomer #visualPanel {
			top: -60px;
		}

	}

	@media only screen and (max-width: 959px) {

		.drawer-bg {
			position: fixed;
			z-index: 1004;
			background: rgb(0, 0, 0, 0.45);
			bottom: 0;
			right: 0;
			top: 0;
			left: 0;
			display: none;
		}

		#budgetNewcomer #visualPanel.animate {
			animation: fadeOut;
			animation-duration: 0.4s;
			animation-timing-function: ease-in;
		}

		@keyframes fadeOut {
		    0% {
		    	height: auto;
		        bottom: 0%;
		    } 
		    100% {
		    	height: 0;
		        bottom: -100%;
		    }
		}


		#budgetNewcomer #visualPanel {
			width: 100%;
			position: relative;
			left: 0;
			top: auto;
			background: #fff;
			margin: 0;
			overflow-y: auto;
			overflow-x: hidden;
		}


		#budgetNewcomer #visualPanel[aria-hidden="true"] {
			height: 0;
			overflow: hidden;
			bottom: -100%;
			border: 0;
			position: fixed;
			transition: height 0.3s ease-out, bottom 0.3s ease-out;
		}


		#budgetNewcomer #visualPanel[aria-hidden="false"] {			
			height: auto;
			position: fixed;
			bottom: 0%;
			z-index: 1024;
			border: 1px solid #fff;
			transition: height 0.3s ease-out, bottom 0.3s ease-out;
		}


		#budgetNewcomer #visualPanel[aria-hidden="false"] .row{
			margin: 0;
		}

		#budgetNewcomer #visualPanel[aria-hidden="false"] .row .columns{
			padding: 0;
		}


		#budgetNewcomer #visualPanel h2 {
			display:  none;
		}

		#budgetNewcomer #visualPanel #stickyClose{
			display: block;
		}

		#budgetNewcomer #visualPanel #stickyClose.sticky {
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 111;
			background-color: #FFF;
		}

		#budgetNewcomer #visualPanel #stickyDistance {
			padding-top:  0;
		}

		#budgetNewcomer #visualPanel #stickyDistance.sticky-padding {
			padding-top: 4.0625rem;
		}

		#budgetNewcomer #stickyPanel {
			float: left;
			width:  100%;
		}

		#budgetNewcomer #stickyPanel.sticky{
		    position: fixed;
		    bottom: 0;
		    width: 100%;
		    z-index: 110;    
		    display: block;
		    background-color: transparent;
		}

		#budgetNewcomer #stickyPanel button{
			padding: 1.25rem 4.6875rem 1.25rem 2.5rem;
			width: 100%;
			background: #383B3E;
			border-radius: 0;
			border: 0;
			text-align: left;
			font-size: 1rem;
			line-height: 1.25;
			color: #F2F3F2;
			font-weight: 500;
			position:  relative;
			margin: 0;
			box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
			-webkit-box-shadow:  0 0 8px 0 rgba(0,0,0,0.2);
			-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
		}

		#budgetNewcomer #stickyPanel #stickyName,
		#budgetNewcomer #stickyPanel #stickyTotal {
			width:  auto;
			display: inline-block;
		} 

		#budgetNewcomer #stickyPanel #stickyName {
			float: left;
		}

		#budgetNewcomer #stickyPanel #stickyTotal {
			float: right;
		}

		#budgetNewcomer  #stickyPanel button .accordion-arrow {
			color: #F2F3F2;
			top: 1.375rem;
			right: 2.5rem;
			position: absolute;
			width:  auto;
			font-size:  1rem;
		}

		#budgetNewcomer #stickyClose {
			border-bottom:  1px solid #B5B5B5;
		}


		#budgetNewcomer #stickyClose button{
			padding: 1.25rem 4.6875rem 1.25rem 2.5rem;
			width: 100%;
			background: transparent;
			text-align: left;
			font-size: 1rem;
			line-height: 1.5;
			color: #333;
			font-weight: 600;
			position:  relative;
			margin: 0;
		}

		#budgetNewcomer #stickyClose .sticky-title {
			width:  auto;
			display: inline-block;
		} 

		#budgetNewcomer  #stickyClose button .accordion-arrow {
			color: #C41F3E;
			top: 1.375rem;
			right: 2.5rem;
			position: absolute;
			width:  auto;
			font-size:  1rem;
		}

		#budgetNewcomer #visualPanel #expensesLegend,
		#budgetNewcomer #visualPanel #incomeLegend {
			padding-top: 0.875rem;
		}

		#budgetNewcomer #visualPanel table tr td:first-child,
		html[lang="fr"] #budgetNewcomer #visualPanel table tr td:first-child {
			padding-left: 0.875rem;
		}

		#budgetNewcomer #visualPanel table tr td:last-child,
		html[lang="fr"] #budgetNewcomer #visualPanel table tr td:last-child {
			padding-right: 0.875rem;
		}

		#budgetNewcomer #visualPanel .row.medium-margin-top-bottom {
			margin-top: 0.625rem;
			margin-bottom: 0.75rem;
		}

		#budgetNewcomer #visualPanel .medium-color {
			background-color: #383B3E;
		}

		#budgetNewcomer #visualPanel table#leftOverLegend tr td.bordered,
		html[lang="fr"] #budgetNewcomer #visualPanel table#leftOverLegend tr td.bordered {
			padding: 0.75rem 0.875rem;
		}
		
	}



	@media only screen and (min-width: 768px)  and (max-width: 959px) {
		#budgetNewcomer #visualPanel #expensesLegend,
		#budgetNewcomer #visualPanel #incomeLegend {
			position: absolute;
			bottom: 0;
			left: -17%;
		}

		#budgetNewcomer #visualPanel[aria-hidden="false"] .row .columns.medium-left-align {
			padding-left: 14px;
		}

		#budgetNewcomer #insightsPanel #insightsExpLegend .expenses .name,
		#budgetNewcomer #insightsPanel .insightsIncLegend .income .name{
			min-width: 210px;
		}

		html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .expenses .name,
		html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .income .name{
			min-width: 227px;
		}
	}

	@media only screen and (max-width: 767px) {
		#budgetNewcomer #visualPanel {
			width: 100%;
			position: relative;
			left: 0;
			bottom: auto;
			background: #fff;
			margin: 0;
			overflow-y: scroll;
			overflow-x: hidden;
		}

		#budgetNewcomer #visualPanel.animate {
			animation: fadeOut;
			animation-duration: 0.4s;
			animation-timing-function: ease-in;
		}

		@keyframes fadeOut {
		    0% {
		    	height: 100%;
		        top: 0%;
		    } 
		    100% {
		    	height: 0;
		        top: 100%;
		    }
		}


		#budgetNewcomer #visualPanel[aria-hidden="true"] {
			height: 0;
			overflow: hidden;
			top: 100%;
			border: 0;
			position: fixed;
			transition: height 0.3s ease-out, top 0.3s ease-out;
		}


		#budgetNewcomer #visualPanel[aria-hidden="false"] {			
			height: 100%;
			position: fixed;
			top: 0%;
			z-index: 1024;
			border: 1px solid #fff;
			transition: height 0.3s ease-out, top 0.3s ease-out;
		}

		#budgetNewcomer #stickyPanel button,
		#budgetNewcomer #stickyClose button{
			padding: 20px 50px 20px 14px;

		}

		#budgetNewcomer  #stickyPanel button .accordion-arrow,
		#budgetNewcomer  #stickyClose button .accordion-arrow {
			right: 14px;
		}

		#budgetNewcomer #visualPanel #expensesLegend,
		#budgetNewcomer #visualPanel #incomeLegend {
			padding-top: 0;
		}
		
		#budgetNewcomer #visualPanel #expensesLegend,
		#budgetNewcomer #visualPanel #incomeLegend {
			padding-bottom: 0;
		}


		#budgetNewcomer #insightsPanel #insightsExpLegend tr td.bordered,
		#budgetNewcomer #insightsPanel .insightsIncLegend tr td.bordered,
		html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend tr td.bordered,
		html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend tr td.bordered {
			padding-top: 0;
			padding-bottom: 12px;
		}

	} 

	@media only screen and (max-width: 767px) and (min-width: 390px){
		#budgetNewcomer #insightsPanel #insightsExpLegend .expenses .name,
		#budgetNewcomer #insightsPanel .insightsIncLegend .income .name{
			min-width: 210px;
		}
		html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .expenses .name,
		html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .income .name{
			min-width: 227px;
		}
	}
	
	/* end visual and sticky */

	/*insights*/
	
	#budgetNewcomer #saveForLaterModal {
		max-width: 500px;
	}

	#budgetNewcomer #insightsPanel h3 {
		margin-bottom: 17px;
	}

	#budgetNewcomer #insightsPanel h3.compare-title {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#budgetNewcomer #insightsPanel h3.expenses {
		margin-bottom: 0;
	}

	#budgetNewcomer #insightsPanel h3.large-margin-bottom {
		margin-bottom: 30px;
	}


	#budgetNewcomer #insightsPanel table#insightsExpLegend,
	#budgetNewcomer #insightsPanel table.insightsIncLegend {
		position: relative;
	}

	#budgetNewcomer #insightsPanel #insightsFlowLegend .leftOver {
		padding: 17px 0 15px;
		text-align: center;
		background-color: #DDD;
	}
	#budgetNewcomer #insightsPanel #insightsFlowLegend .leftOver .total {
		margin-left: 10px;
	}
	
	#budgetNewcomer .insight {
		display:  none;
	}

	#budgetNewcomer .insight .insight-wrapper {
		border: 1px solid #BBBCBC;
		padding: 20px;
	}

	#budgetNewcomer .insight p{
		margin-bottom: 0;
	}

	#budgetNewcomer .insight .columns {
		margin-bottom:  20px;
	}
	
	#budgetNewcomer #titlePanel h2{
		margin-bottom: 10px;
	}

	#budgetNewcomer #titlePanel hr {
		margin-top: 10px;
	}

	#budgetNewcomer #titlePanel .title-panel-wrapper {
		display: flex;
		align-items: stretch;
	}

	#budgetNewcomer #titlePanel .title-panel-wrapper > div {
		flex: 50%;
		align-self: flex-end;
	}

	#budgetNewcomer #titlePanel .title-panel-wrapper .title-content{
		padding-right: 0.65rem;
	}

	#budgetNewcomer #titlePanel .title-panel-wrapper .save-content{
		padding-left: 0.65rem;
	}

	#budgetNewcomer #savePanel {
		text-align: left;
		padding-top: 10px;
	}


	#budgetNewcomer #utilsPanel hr{
		margin-top: 40px;
		margin-bottom: 31px;
	}

	#budgetNewcomer #savePanel a,
	#budgetNewcomer #utilsPanel a{
		display: inline-block;
		border-bottom: 0;
		position: relative;
		margin-bottom: 10px;
	}

	#budgetNewcomer #savePanel a:hover span,
	#budgetNewcomer #utilsPanel a:hover span {
		border-bottom: 1px solid #c41f3e;
	}

	#budgetNewcomer #savePanel a:hover span.icon,
	#budgetNewcomer #utilsPanel a:hover span.icon {
		border-bottom: none;
	}


	#budgetNewcomer #savePanel img,
	#budgetNewcomer #utilsPanel img,
	#budgetNewcomer #savePanel a span.icon,
	#budgetNewcomer #utilsPanel a span.icon {
		width: 24px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#budgetNewcomer #savePanel img,
	#budgetNewcomer #utilsPanel img {
		max-height: 24px;
	}

	#budgetNewcomer #savePanel a span.icon,
	#budgetNewcomer #utilsPanel a span.icon {
		color: #C41F3E;
		font-size: 1.5rem;
		line-height: 1;
		display: inline-block;
	}

	#budgetNewcomer #savePanel a span:not(.icon),
	#budgetNewcomer #utilsPanel a span:not(.icon){
		margin-left: 32px;
	}

	#budgetNewcomer #stayOnTrack {
		margin-top: 2.125rem;
		text-align: left;
	}

	#budgetNewcomer #stayOnTrack .img-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}

	#budgetNewcomer #stayOnTrack .img-wrapper img {
		position:  absolute;
		right: 0;
		bottom: 0;
		width:  100%;
		max-height: 100%;
	}

	#budgetNewcomer #stayOnTrack a {
		border-bottom: 0;
	}

	#budgetNewcomer #stayOnTrack a > img {
		margin-right: 8px;
	}

	#budgetNewcomer #stayOnTrack h2{
		margin-bottom: 15px;
	}

	@media only screen and (max-width: 959px) and (min-width: 768px){
		#budgetNewcomer #insightsPanel #insightsFlowLegend.columns {
			padding-left: 1.25rem;
			padding-right: 1.25rem;
		}

		#budgetNewcomer #stayOnTrack .column.large-8 > div,
		#budgetNewcomer #stayOnTrack .multicta > div{
			margin-right: 0;
		}		

		#budgetNewcomer #stayOnTrack .multi-cta > a:last-child{
			display: block;
			margin-left: 0;
			margin-top: 20px;
		}

		#budgetNewcomer #insightsPanel h3.compare-title {
			margin-bottom: 20px;
		}

	}


	@media only screen and (max-width:  767px){

		#budgetNewcomer #insightsPanel #insightsFlowLegend.columns {
			padding-left: 0;
			padding-right: 0;
		}
		#budgetNewcomer #stayOnTrack .multi-cta > a:last-child{
			display: block;
			margin-left: 0;
			margin-top: 20px;
		}

		#budgetNewcomer #stayOnTrack {
			text-align: center;
		}

		#budgetNewcomer #stayOnTrack .img-wrapper img {
			position:  relative;
		}

		#budgetNewcomer #insightsPanel h3.compare-title {
			margin-top: 20px;
			margin-bottom: 12px;
		}
	}

	@media only screen and (min-width: 960px) and (max-width: 1024px) {
		#budgetNewcomer #titlePanel .title-panel-wrapper .save-content{
			padding-left: 0;
		}

	}

	/*Tabs*/

	#budgetNewcomer .tabs-to-accordion .tab-nav {/*adjust with hr line*/
		margin-bottom:  -1px; 
	}

	#budgetNewcomer .tabs-to-accordion .tab-controls .tab-link {
		width: 140px;
		padding-top: 20px;
		padding-bottom: 19px;
	}

	html[lang="fr"] #budgetNewcomer .tabs-to-accordion .tab-controls .tab-link {
		width: 180px;
	}

	#budgetNewcomer .tabs-to-accordion .tab-controls h2{
		padding-top: 1rem;
		float: left;
	}

	#budgetNewcomer .tabs-to-accordion .tab-controls hr {
		border-top: 1px solid #86888A;
		width: calc(100% - 280px);
	}

	html[lang="fr"] #budgetNewcomer .tabs-to-accordion .tab-controls hr {
		width: calc(100% - 360px);
	}

	#budgetNewcomer .tabs-to-accordion .panel {
		text-align: left;
	}

	#budgetNewcomer .tabs-to-accordion .panel h3 {
		margin-top: 26px;
		padding-bottom: 10px;
		border-bottom: 1px solid #B5B5B5;
	}

	#budgetNewcomer .tabs-to-accordion .panel h4,
	#budgetNewcomer .tabs-to-accordion .panel h5 {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	#budgetNewcomer .tabs-to-accordion .panel .name {
		max-width: 75%;
		display: inline-block;
		float: left;
	}

	#budgetNewcomer .tabs-to-accordion .panel .total {
		max-width: 25%;
		display: inline-block;
		float: right;
	}

	#budgetNewcomer .tabs-to-accordion .panel p::after,
	#budgetNewcomer .tabs-to-accordion .panel h3::after,
	#budgetNewcomer .tabs-to-accordion .panel h4::after,
	#budgetNewcomer .tabs-to-accordion .panel h5::after {
		clear: both;
		content:  " ";	
		display: table;
	}

	
	#budgetNewcomer hr{
		border-top: 1px solid #B5B5B5;
	}

	#budgetNewcomer .subheading-m-semobold{
		font-family: Whitney-Semibld-Pro,Arial,Helvetica,sans-serif;
		line-height: 1.5;
		font-size: 1.25rem;
	}

	@media only screen and (min-width: 960px) and (max-width: 1180px) { 

		#budgetNewcomer #savePanel span:not(.icon) {
			margin-left: 30px;
		}

		#budgetNewcomer #titlePanel .title-panel-wrapper .title-content {
			flex: 41.66667%;
		}

		#budgetNewcomer #titlePanel .title-panel-wrapper .save-content {
			flex: 58.33333%;
		}

	}

	@media only screen and (min-width: 960px) and (max-width: 1024px) { 

		html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .circle,
		html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .circle {
			margin-right: 5px;
		}


		#budgetNewcomer #savePanel > div > a{
			margin-right: 10px!important;
		}

		html[lang="fr"] #budgetNewcomer #savePanel > div {
			max-width: 425px!important;
		}

		html[lang="fr"] #budgetNewcomer #savePanel > div > a:nth-child(2) {
			margin-right: 0!important;
		}

		/*making legend a bit wider*/
		 #budgetNewcomer #insightsPanel .print-legend,
		 #budgetNewcomer #insightsPanel .non-print-legend {
		 	width: 36%!important;
		 }
		 #budgetNewcomer #insightsPanel .non-print-legend{
		 	left: 28%!important;
		 }
		  #budgetNewcomer #insightsPanel .print-chart{
		 	width: 28%;
		 	right: 36%!important;
		 }
	}

	@media only screen and (max-width: 959px) {
		#budgetNewcomer #savePanel,
		#budgetNewcomer #insightsPanel {
			margin-top: 10px;
			text-align: center;
		}
		#budgetNewcomer .insight p {
			text-align: left;
		}

		#budgetNewcomer #titlePanel .title-panel-wrapper{
			flex-direction: column;
		}

		#budgetNewcomer #titlePanel .title-panel-wrapper .title-content {
			flex: 100%;
			align-self: center;
		}

		#budgetNewcomer #titlePanel .title-panel-wrapper .save-content {
			flex: 100%;
			align-self: center;
		}
	}

	@media only screen and (min-width: 768px) {
		#budgetNewcomer .tabs-to-accordion .panel .large-padding-right{
			padding-right: 30px;
		}

		#budgetNewcomer .tabs-to-accordion .panel .large-padding-left{
			padding-left: 30px;
		}

		#budgetNewcomer #utilsPanel a:not(:last-child){
			margin-right: 36px;
		}

		#budgetNewcomer #savePanel a {
			margin-right: 26px;
		}

		html[lang="fr"] #budgetNewcomer #savePanel a {
			margin-right: 16px;
		}

		html[lang="fr"] #budgetNewcomer #savePanel div a:first-child {
			margin-right: 16px;
		}

		#budgetNewcomer #savePanel div.meet-wrapper {
			display: inline-block;
		}

		#budgetNewcomer #savePanel div.meet-wrapper a,
		html[lang="fr"] #budgetNewcomer #savePanel div.meet-wrapper a {
			margin-right: 0;
		}

	}

	@media only screen and (max-width:  767px) {

		#budgetNewcomer #insightsPanel #cashFlow.add-margin-top {
			margin-top: 10px;
		}

		#budgetNewcomer #titlePanel .title-content {
			text-align: center;
		}

		#budgetNewcomer #titlePanel .save-content {
			width: 100%;
		}

		#budgetNewcomer #savePanel > div,
		#budgetNewcomer #utilsPanel > div {
			width: 160px;
			margin-left: auto;
			margin-right: auto;
		}

		html[lang="fr"] #budgetNewcomer #savePanel > div{
			width: 210px;
		}
		
		html[lang="fr"] #budgetNewcomer #utilsPanel > div {
			width: 235px;
		}

		#budgetNewcomer #savePanel a,
		#budgetNewcomer #utilsPanel a,
		#budgetNewcomer #savePanel .meet-wrapper {
			width: 100%;
			text-align: left;
			margin-bottom: 10px;
		}

		/*html[lang="fr"] #budgetNewcomer #savePanel a,
		html[lang="fr"] #budgetNewcomer #utilsPanel a,
		html[lang="fr"] #budgetNewcomer #savePanel .meet-wrapper {
			width: 100%;
			text-align: left;
			margin-bottom: 10px;
			margin-left: 0;
		}*/


		#budgetNewcomer #savePanel a.meet-with-us,
		html[lang="fr"] #budgetNewcomer #savePanel a.meet-with-us{
			width: auto;
			margin-left: 0;
		}

		#budgetNewcomer #savePanel a,
		#budgetNewcomer #utilsPanel a:not(:last-child){
			margin-bottom: 20px;
		}

		#budgetNewcomer .tabs-to-accordion .panel .name {
			max-width: 60%;
		}

		#budgetNewcomer .tabs-to-accordion .panel .total {
			max-width: 40%;
		}

		#budgetNewcomer .tabs-to-accordion .panel p,
		#budgetNewcomer .tabs-to-accordion .panel h3,
		#budgetNewcomer .tabs-to-accordion .panel h4,
		#budgetNewcomer .tabs-to-accordion .panel h5 {
			text-align: left;
		}

		#budgetNewcomer #insightsPanel table#insightsExpLegend,
		#budgetNewcomer #insightsPanel table.insightsIncLegend {
			padding-top: 5px;
		}

		html[lang="fr"] #budgetNewcomer #insightsPanel table#insightsExpLegend tr td,
		html[lang="fr"] #budgetNewcomer #insightsPanel table.insightsIncLegend tr td {
			padding: 0.5rem 0.25rem;
		}

	}
	@media only screen and (min-width: 768px) and (max-width:  959px) {
		#budgetNewcomer .medium-margin-sides {
			margin-left: 20px;
			margin-right: 20px;
		}
		#budgetNewcomer #utilsPanel {
			text-align: center;
		}
	}


	@media only screen and (min-width: 960px) {
		#budgetNewcomer #insightsPanel .insight p.short-width {
			width: 66.1%;
		}

		#budgetNewcomer #insightsPanel table#insightsExpLegend,
		#budgetNewcomer #insightsPanel table.insightsIncLegend {
			position: absolute;
			bottom: 0;
			left: 0;
		}

		#budgetNewcomer #utilsPanel {
			margin-bottom: 46px;
		}

		#budgetNewcomer #savePanel > div {
			float: right;
		}

		#budgetNewcomer #savePanel > div::after{
			display: table;
			content:  " ";
			clear: both;
		}


		html[lang="fr"] #budgetNewcomer #savePanel > div {
			max-width: 440px;
		}


		html[lang="fr"] #budgetNewcomer #savePanel div a:first-child {
			margin-right: 26px;
		}
		
		html[lang="fr"] #budgetNewcomer #savePanel a,
		html[lang="fr"] #budgetNewcomer #savePanel div.meet-wrapper a {
			margin-right: 0;
		}
	}
	/*end insights*/

	/*modal*/
	#saveForLaterModal, #clearDataModal {
		max-width: 720px;
	}

	#saveForLaterModal h1,
	#clearDataModal h1 {
		margin-bottom: 1.25rem;
	}

	#saveForLaterModal #saveForLaterModal-content,
	#clearDataModal #clearDataModal-content{
		padding-left: 40px;
		padding-right: 40px;
	}

	#saveForLaterModal .controls {
		padding-left: 1.75rem;
	}

	#saveForLaterModal textarea {
		margin-top:  1.25rem;
		margin-bottom: 1.25rem;
		min-height: 50px;
		height: 100px;
		background-color: #F2F3F2;
	}

	#clearDataModal #clearDataModal-content button {
		float: left;
	}

	#clearDataModal #clearDataModal-content button + button{
		float: right;
	}

	#clearDataModal #clearDataModal-content::after{
		clear:  both;
		content:  "";
		display: table;
	}

	/*end modal*/

	#budgetNewcomer .print-only-legend{
		display: none;
	}

	@media print {

		#blq-content,
		aside.terms-wrapper  {
	      width: 86.5% !important;
	    }

	    @page {
	      size: 8.5in 11in;
	      margin-right: 0!important;
	      padding-right: 0!important;
	    }

		body {
			-webkit-print-color-adjust: exact!important;
			color-adjust: exact;
		}


		#budgetNewcomer #insightsPanel #insightsExpLegend .expensesMoving .circle{
			background-color:  #C41F3E!important;
			-webkit-print-color-adjust: exact!important;
		}

		#budgetNewcomer #insightsPanel #insightsExpLegend .expensesHousing .circle{
			background-color:  #E56A85!important;
			-webkit-print-color-adjust: exact!important;
		}

		#budgetNewcomer #insightsPanel #insightsExpLegend .expensesCommunication .circle{
			background-color:  #005377!important;
			-webkit-print-color-adjust: exact!important;
		}

		#budgetNewcomer #insightsPanel #insightsExpLegend .expensesLiving .circle{
			background-color:  #5C99D6!important;
			-webkit-print-color-adjust: exact!important;
		}
			
		#budgetNewcomer #insightsPanel #insightsExpLegend .expensesSavings .circle{
			background-color:  #089E94!important;
			-webkit-print-color-adjust: exact!important;
		}

		#budgetNewcomer #insightsPanel .insightsIncLegend .incomeEmployment .circle{
			background-color:  #8B1D41!important;
			-webkit-print-color-adjust: exact!important;
		}

		#budgetNewcomer #insightsPanel .insightsIncLegend .incomeInvestment .circle{
			background-color:  #FF5555!important;
			-webkit-print-color-adjust: exact!important;
		}

		#budgetNewcomer #insightsPanel .insightsIncLegend .incomeGovernment .circle{
			background-color:  #34347A!important;
			-webkit-print-color-adjust: exact!important;
		}

		#budgetNewcomer #insightsPanel .insightsIncLegend .incomeSupport .circle{
			background-color:  #8578B5!important;
			-webkit-print-color-adjust: exact!important;
		}
			

		#budgetNewcomer #insightsPanel #insightsFlowLegend { 
			margin-left: 33%!important;
			background-color: #DDD!important;
			-webkit-print-color-adjust: exact!important;
		}


		#budgetNewcomer .step-accordion,
		#budgetNewcomer #stepNavigation,
		#budgetNewcomer .nav-controls,
		#budgetNewcomer .inner-accordion-trigger,
		#budgetNewcomer .non-print-legend {
			display: none !important;
		}

		#budgetNewcomer .print-only-legend {
			display: block;
			width: 33.33333%;
		}

		#budgetNewcomer .header-row {
			padding-bottom: 10px;
		}

		#budgetNewcomer #insightsPanel .insight .row {
			margin: 0 -0.625rem;
		} 

		#budgetNewcomer #cashFlow {
			margin-top: 0 !important;			
		}


		#budgetNewcomer .print-chart {
			width: 33% !important;
		}

		#budgetNewcomer .print-legend {
			width: 33.33333% !important;
		}

		#budgetNewcomer .title-content {
			max-width:  45%!important;
		}

		#budgetNewcomer #savePanel {
			margin-top: 25px !important;
			max-width:  55%!important;
		}
		
		#budgetNewcomer #savePanel > a{
			margin-right: 10px;
		}

		#budgetNewcomer #savePanel > div{
			display: inline-block!important;
		}

		#budgetNewcomer #insightsPanel #insightsExpLegend .name, 
		#budgetNewcomer #insightsPanel .insightsIncLegend .name {
		    margin-right: 0.625rem;
		    max-width: 60%;
		}

		html[lang="fr"] #budgetNewcomer #insightsPanel #insightsExpLegend .name, 
		html[lang="fr"] #budgetNewcomer #insightsPanel .insightsIncLegend .name {
		    margin-right: 0.625rem;
		    max-width: 55%;
		}
			

		#budgetNewcomer #insightsPanel .insight-wrapper {
			min-height: 190px !important;
			padding: 20px !important;
		}

		html[lang="fr"] #budgetNewcomer #insightsPanel .insight-wrapper {
			min-height: 240px !important;
			padding: 20px !important;
		}

		#budgetNewcomer #stayOnTrack,
		#budgetNewcomer #savePanel,
		#kampyleButtonContainer {
			display:  none;
		}



	}

