* + html .calculator-bottom {
  height: auto;
  margin-top: 18px;
}
.inline-block {
  display: inline-block;
}
#calculator-body .ui-slider-horizontal .ui-slider-handle {
  top: -15px;
}
#calculator {
  text-align: center;
  clear: both;
  margin: 0 auto;
  /* width: 100%; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #005DA5;
  padding: 25px;
  margin-top: 41px;
}
.slider-slide {
	margin-top: 20px;
  width: 100%;
  display: block;
}
.slider-slide > * {
  display: inline-block;
}
.slider-slide > span {
  width: 13%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  vertical-align: top;
  margin-top: 18px;
}
#calculator-body {
  color: #888;
  font-size: 13px;
}
#calculator-body input[type="text"] {
  font-family: 'DINNextLTPro-Regular';
  margin: 0;
  text-align: center;
}
#calculator-body h2 {
  margin: 20px 0px;
  color: #FFFFFF;
  text-transform: none;
  font-weight: normal;
  font-size: 34px;
}
#calculator-body h2 span {
  color: white;
  text-transform: none;
  font-weight: bold;
  font-family: helvetica;
}
#calculator-body #slider {
  position: relative;
  /*background: #ddd;*/
  height: 12px;
  border: 0;
  border-radius: 0;
}
#calculator-body #slider .ui-widget-header {
  background: #005DA5;
  height: 8px;
  margin: 2px 0;
  border-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: none !important;
}
.label_description {
  display: block;
  font-size: 12px;
  color: #2A5192;
}
#calculator-body #slider .ui-slider-handle {
  background-color: #005DA5;
  /* height: 50px; */
  width: 0px !important;
  border: none;
  outline: 0 none;
  cursor: pointer;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 32px;
  padding-right: 123px;
  color: white;
  top: -20px;
  border: 2px solid white;
  font-family: 'DINNextLTPro-Light';
  white-space: nowrap;
  font-size: 1.3em;
}
#calculator-body #slider .ui-slider-handle.fiveHundred {
  padding-right: 88px;
}
#calculator-body #slider .ui-slider-handle.lessThanThousand {
  padding-right: 112px;
}
@media (max-width: 768px) {
  #calculator-body #slider .ui-slider-handle {
    width: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  label {
  	margin: 0px;
  }
  #loan-term-wrapper{
  	top: 0px;
  }
  .showMobile {
	margin-bottom:30px;
  }
}

.slider-wrapper {
  background: white;
  padding: 5px 10px;
  margin: 18px 0 20px 0;
  /*position: relative;*/
  width: 70%;
  border-radius: 5px;
}
.slider-wrapper > span {
  position: absolute;
  font-size: 26px;
  color: #ccc;
  top: 8px;
  font-family: helvetica;
  border-radius: 5px;
}
/*#payment-amount-wrapper > *{
    vertical-align: top;
}*/
.moreInfo {
  background-image: url(images/info.png);
  width: 12px;
  height: 13px;
  display: inline-block;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  top: 9px;
}
.terms {
  display: none;
}
.terms .infoText {
  position: absolute;
  width: 300px;
  padding: 20px;
  background-color: #1577ca;
  z-index: 10;
  top: 45px;
  left: -135px;
}
.terms .infoText p {
  display: block;
  font-size:14px;
}
.lpp_indicater {
    margin: 0px;
    position: absolute;
    top: 40px;
    font-style: italic;
    text-align: left;
	font-size: 13px;
}
.slider-arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1577ca;
  position: absolute;
  top: 35px;
}
.showInfo {
  display: block;
}
.slider-wrapper > span.item-1 {
  left: 15px;
}
.slider-wrapper > span.item-2 {
  right: 15px;
}
.tu-questions-dialog .ui-dialog-titlebar {
  display: none;
}
.tu-questions-dialog .box-yellow {
  margin-bottom: 20px;
  font-size: 13px;
}
.ui-dialog {
  z-index: 10;
}
.styled-select {
  display: inline-block;
  position: relative;
}
#loan-frequency-wrapper .styled-select .icon-chevron_down {
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 0;
  font-weight: bold;
  font-size: 17px;
}
#loan-term-wrapper .styled-select .icon-chevron_down {
  position: absolute;
  top: 5px;
  left: 28px;
  z-index: 0;
  font-weight: bold;
  font-size: 17px;
}
#loan-term-wrapper {
  display: inline-flex;
  margin-right: 12px;
  /*border-right: 1px solid white;*/
  padding-right: 12px;
  vertical-align: top;
}
#apr-term-wrapper {
  display: none;
}
#calculator-body .styled-select select,
#calculator-body input[type="text"],
#calculator-body .styled-select select option {
  border: none;
  color: white;
  font-weight: bold;
  text-transform: lowercase;
  outline: #fff;
  padding: 0;
  font-family: 'DINNextLTPro-Regular';
  font-size: 20px;
  line-height: 30px;
  max-height: 30px;
  height: 30px;
  background-color: transparent;
}
.styled-select > #loan-term-button,
.styled-select > #loan-frequency-button {
  /*margin-right: 10px; */
  /*max-width: 160px;*/
  min-width: 160px;
  background-color: transparent;
  border: none;
  z-index: 10;
}
#apr-term-button .ui-selectmenu-text {
  color: white;
  height: 20px;
  width: 50px;
  font-size: 20px;
  line-height: 28px;
  padding-top: 0;
}
.styled-select > #apr-term-button {
  margin-right: 10px;
  background-color: transparent;
  border: none;
  z-index: 10;
}
.styled-select > #loan-term-button span,
.styled-select > #loan-frequency-button span {
  font-family: 'DINNextLTPro-Regular';
  font-size: 20px;
  line-height: 30px;
  color: white;
  overflow: visible;
  font-weight: bold;
  padding: 0;
  text-transform: lowercase;
  text-align: center;
}
.styled-select > #loan-term-button {
  max-width: 50px;
  min-width: 45px;
  z-index: 10;
}
.ui-selectmenu-open .ui-menu .ui-menu-item {
  font-family: 'DINNextLTPro-Regular';
  font-size: 14px;
  line-height: 26px;
  color: white;
  text-transform: lowercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #1577ca;
  text-align: center;
}
.ui-menu.ui-widget-content.ui-corner-bottom {
  border: none;
}
.ui-selectmenu-open .ui-widget-content .ui-state-focus,
.ui-selectmenu-open .ui-state-focus {
  border: 2px solid #005ea5;
  margin: 0;
  font-family: 'DINNextLTPro-Regular';
  background: #0c3c90;
}
.ui-selectmenu-open .ui-widget-content .ui-state-focus,
.ui-selectmenu-open .ui-state-focus:hover {
  background-color: #0C3C90;
}
.styled-select > #loan-term-button .ui-icon,
.styled-select > #loan-frequency-button .ui-icon {
  right: 0;
}
.ui-icon.ui-icon-triangle-1-s {
  display: none;
}
#loan-term {
  width: 55px;
}
#payment-amount-wrapper {
    display: inline-flex;
}
#payment-amount-wrapper sup {
  display: none;
}
#calculator-body .legend {
  font-family: helvetica;
  margin-top: 15px;
}
.calc-selectors .inline-block label {
  font-family: 'DINNextLTPro-Light';
  font-size: 20px;
  line-height: 30px;
  font-weight:bold;
}
#loan-term-wrapper label {
  margin-right: 5px;
}
#loan-term-wrapper > * {
  vertical-align: top;
}
.calc-selectors {
  color: white;
  margin-top: 25px;
  position: relative;
}
.calc-selectors #loan-frequency-wrapper {
  /* padding-left: 12px; */
  border-right: 1px solid white;
  border-left: 1px solid white;
  margin: 0 12px;
}
.terms {
  color: white;
}
#payment-amount {
  width: 90px;
}
.item-1 {
  float: left;
  text-align: right;
}
.item-2 {
  float: right;
  text-align: left;
  padding-left: 15px;
}
.showMobile {
  display: none;
}
@media (min-width: 1400px) {
  #calculator-body #slider {
    width: 87%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #calculator-body #slider {
    width: 83%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #calculator-body #slider {
    width: 81%;
  }
  #loan-frequency-wrapper .styled-select {
    width: 188px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .payment_french .styled-select .icon-chevron_down {
    margin-right: -10px;
  }
}
@media (max-width: 1024px) {
	
	.lpp_indicater {
		top: 32px;
		line-height:15px;
	}
  .calc-selectors .payment_french {
    padding: 0 12px;
  }
  .payment_french .styled-select .icon-chevron_down {
    right: -10px;
  }
  .payment_french .styled-select {
    width: 230px !important;
  }
}
@media (min-width: 1200px) {
  .payment_french .styled-select {
    width: 235px;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  #calculator-body #slider {
    width: 77%;
  }
  h2.carousel-item-title {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #calculator-body #slider {
    width: 72%;
  }
}
@media (max-width: 768px) {
  #loan-frequency-wrapper .styled-select .icon-chevron_down {
    right: 18px;
  }
  .lpp_indicater {
		top: 170px;
		line-height: 15px;
		position: absolute;
		text-align: center
	}
}
@media (max-width: 768px) and (min-width: 568px) {
  #calculator-body #slider {
    width: 94%;
  }
 
  .calc-selectors > div {
    display: block;
    border-right: none;
  }
  .calc-selectors #payment-amount-wrapper,
  .calc-selectors #loan-frequency-wrapper,
  .calc-selectors #loan-term-wrapper {
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid white;
    margin: 0 auto;
    width:100%;
    justify-content: center;
  }
  .calc-selectors #loan-term-wrapper {
    border: none;
    padding: 15px 0;
  }
  #calc-selectors > div {
    display: block;
    margin: auto;
  }
  #calculator {
    padding: 0;
    margin: 0;
  }
  .slider-wrapper {
    width: 100%;
    border-radius: 0;
    margin-top: -3px;
  }
  .slider-slide > span {
    padding: 0 10px;
    margin: 0;
  }
  .item-2 {
    margin-right: 45px !important;
  }
  .showMobile {
    display: block;
    background-color: #1577ca;
    padding: 15px;
  }
  .showMobile p {
    font-size: 28px;
    color: white;
  }
  .amount_mob {
    white-space: nowrap;
  }
  .terms p {
    width: 340px;
    padding: 25px;
    left: -236px !important;
  }
  [aria-expanded="true"] {
    border: none;
  }
}
@media (max-width: 768px) {
  .terms .infoText {
    z-index: 50;
    width: 310px;
    left: -235px;
  }
  .terms .infoText p {
    width: 285px;
    padding: 10px;
  }
  #calculator-body h2 {
    display: none;
  }
  #calculator-body #slider {
    display: block;
  }
  .calc-selectors > div {
    border-right: none !important;
  }
}
@media (max-width: 609px) {
 .showMobile p {
    font-size: 22px;
    color: white;
    padding-top: 10px;
}
}
@media (max-width: 568px) {
	.showMobile p {
		font-size: 22px;
		color: white;
		padding-top: 0px;
	}
  .moreInfo{
	top:0px;
  }
  .lpp_indicater {
	top: 168px;
	line-height: 15px;
	position: absolute;
	text-align: center
  }
  .calc-selectors #loan-term-wrapper {
	width:100%;	
	justify-content:center;
  }
  #calculator-body #slider {
    width: 91%;
  }
  .calc-selectors > div {
    display: block;
  }
  .calc-selectors #payment-amount-wrapper,
  .calc-selectors #loan-frequency-wrapper {
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid white;
    width: 215px;
    margin: 0 auto;
  }
  .calc-selectors #apr-term-wrapper {
    border: none;
    padding: 15px 0;
  }
  #calc-selectors > div {
    display: block;
    margin: auto;
  }
  #calculator {
    padding: 0;
    padding-top: 10px;
	margin-top: 0px;
  }
  .slider-wrapper {
    width: 97%;
    border-radius: 0;
    margin-top: -3px;
  }
  .slider-slide > span {
    width: auto;
    margin: 0 0 0 10px;
  }
  .item-2 {
    margin-right: 10px !important;
  }
  .showMobile {
    display: block;
    background-color: #1577ca;
    padding: 15px;
	margin-bottom:30px;
  }

  /* .terms p{
        width: 340px;
        padding: 25px;
        left: -236px !important;
    }*/
}
/*@media (max-width: 560px){
    #calculator-body #slider{
        width: 58%;
    }
}*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: none !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-image: none !important;
}
@media (max-width: 568px) {
  #loan-term-wrapper {
    margin-right: 0;
    padding-right: 0;
    border: none;
    padding: 15px 0;
  }
  #loan-term-wrapper .icon-chevron_down:before {
    /* content: "\e615"; */
    margin: 0;
  }
  #loan-frequency-wrapper .icon-chevron_down:before {
    margin-right: -20px;
  }
  .payment_french .styled-select {
    width: auto !important;
  }
  .terms .infoText {
    width: auto;
    top: 50px;
    left: -248px;
  }
  .amount_mob {
    white-space: nowrap;
  }
  .calc-selectors #payment-amount-wrapper, .calc-selectors #loan-frequency-wrapper {
  	align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
  #loan-term-wrapper label {
    margin-right: 0;
  }
  .item-2 {
    margin-right: 10px !important;
  }
  .slider-slide > span {
    width: auto;
  }
  .calc-selectors #payment-amount-wrapper,
  .calc-selectors #loan-frequency-wrapper {
    width: 220px;
  }
  .payment_french .styled-select {
    width: auto !important;
    text-align: center;
  }
  #loan-frequency-wrapper .icon-chevron_down:before {
    margin-right: -20px;
  }
  .terms .infoText {
    width: auto;
    top: 50px;
    left: -255px;
  }
}
@media screen and (device-width: 1152px) {
  .calc-selectors #loan-frequency-wrapper {
    padding: 0 32px 0 12px;
  }
  #loan-frequency-wrapper .styled-select .icon-chevron_down {
    right: -24px;
  }
}







#loan-frequency-button{
	width: 210px !important;
	outline: none;
}

#loan-frequency-menu {
	/* border: solid 1px #434343 !important; */
}
#loan-frequency-menu li.ui-menu-item {
	/* background-color: #fff;
    border: none;
    color: #434343;
    padding: 10px;
    font-size: 18px;
    margin: 0;
    font-family: 'DINNextLTPro-Regular';
    line-height: 26px;
    text-align: center;
    box-sizing: border-box; */
}
#loan-frequency-menu li.ui-menu-item:hover {
	/* background-color: #434343;
    color: #fff; */
}
#loan-frequency-menu li.ui-menu-item.ui-state-focus {
	/* font-weight: bold;
	font-size: 20px; */
}
#loan-term-menu li.ui-menu-item {
	/* background-color: #fff;
    border: none;
    padding: 10px;
    font-size: 18px;
    color: #434343;
    margin: 0;
    font-family: 'DINNextLTPro-Regular';
    line-height: 26px;
    text-align: center;
    box-sizing: border-box; */
}
#loan-term-menu li.ui-menu-item:hover {
	/* background-color: #434343;
    color: #fff; */
}
#loan-term-menu li.ui-menu-item.ui-state-focus {
	/* font-weight: bold; */
	/* font-size: 20px; */
}
#loan-term-menu {
	/* width: 402% !important;
	border: solid 1px #434343 !important; */
}
/*#loan-term-wrapper {
	position: relative;
    top: -7px;
}*/
#payment-amount-wrapper {
	position: relative;
    top: -7px;
}
#loan-term-button .ui-selectmenu-text {
	width: 0px;
}
#loan-term-button {
	outline: none;
}

#calculator-iframe{
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

#calculator-iframe-container {
    position:relative;
    overflow: hidden;
    width: 100%;
    height: 681px;
}

@media screen and (max-width: 1200px) {
    #calculator-iframe-container{
        height: 621px;
    }
}
@media screen and (max-width: 991.95px) {
    #calculator-iframe-container{
        height: 1092px;
    }
}
@media screen and (max-width: 575px) {
    #calculator-iframe-container{
        height: 944px;
    }
}
@media screen and (max-width: 484px) {
    #calculator-iframe-container{
        height: 1000px;
    }
}
@media screen and (max-width: 414px) {
    #calculator-iframe-container{
        height: 1046px;
    }
}
@media screen and (max-width: 345px) {
    #calculator-iframe-container{
        height: 1090px;
    }
}